/*
Theme Name: CosyPaint
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.jet-mtctsp {
	text-align: right;
	border-top: 1px solid #f1f1f1;
}

.jet-button {
	padding-right: 30px;
}

.section-product h1,
.section-product h2 {
	font-size: 50px; 
}

.section-product h3,
.section-product h4,
.section-product h5,
.section-product h6 {
	border-bottom: 2px solid #000;
	color: #000;
	font-size: 20px;
	font-weight: 600; 
	width: 80%;
	display: block; 
}

.section-product .accordion .toggle {
	right:0;
	left: auto;
}

.section-product .accordion-item a:hover{
	background: var(--primary-color);
}

.section-product .accordion-title.active {
	border-color: transparent;
	color: #000;
	font-weight: 500;
}

.section-product .accordion-title {
	padding-left: 10px;
	background: #f5f5f5; 
	margin-bottom: 5px;
}

.section-product .accordion-title {
	border-color: #f5f5f5;
}

.section-product .toggle i {
	font-size: 1em
}

.section-menu-jet {
	box-shadow: 0 1px 0 #ddd
}

.menu_jet {
	display: inline-block;
}

.menu_jet a:hover {
	color: var(--primary-color);
}

.tailieu a{
	background : #f5f5f5; 
	height: 80px;
	 line-height : 80px;
	padding: 0 20px;
	text-align: center;
}

.tailieu a:hover {
	background: #ddd
}

.tailieu .download:hover {
	color: var(--primary-color);	
}


.menu_jet a {
	margin-right: 80px;
	font-weight:600;
	font-size: 20px;
	color: #000
}
.sticky-menu-gt {background: red; z-index: 2;  background: white; -webkit-animation: stuckMoveDown .6s;    animation: stuckMoveUp .6s;   position: fixed;   top: 100px; height: 50px; }