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

/*************** ADD CUSTOM CSS HERE.   ***************/
.header{
	padding-top:38px;
}
.transparent .header-main {
    height: 44px!important;
}
.header .flex-row{
	background-color: rgba(255,255,255,0.8)!important;
    border-radius: 5px;
}
/* .header:not(.transparent) .header-nav.nav > li > a {
    color: #f3ebeb;
} */
.transparent #logo img {
    max-height: 120px!important;
}
.nav>li>a{
	color:#006157!important;
	font-size:15px;
	font-weight:400!important;
}
.header-wrapper:not(.stuck) .header-main .header-nav{
	margin-top:0px!important;
}
.nav li.menu-item-991 a{
	font-size:19px;
	font-weight:700!important;
}
.header .flex-row{
	position:relative;
}
#header .header-nav{
	display:flex;
	align-content:center;
	justify-content:space-around;
}
#header #logo a {
    position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.header .stuck #logo img {
    max-height: 120px!important;
}
#header .stuck #logo a{
    top: 100%;
}

#main .slider-1 .form-dang-ky{
	position: absolute;
    top: 52%;
    right: 100px;
    width: 300px;
    padding: 20px 20px 0px 20px;
    background-color: rgba(255,255,255,0.94);
	box-shadow: 0 1px 2px 1px #ddd;
    text-align: center;
    transform: translateY(-50%);
    border-radius: 5px;
}

#main .s2 .col{
	padding:0!important;
}
#main .s2 .col{
	padding:0!important;
}
.section-content .section-12{
	border: 2px #009688 solid;
	padding:15px 0px;
	position:relative;
}
.section-content .section-12:before{
	content: "";
    position: absolute;
    bottom: -2px;
    left: -2px;
	width:41px;
	height:41px;
	background-image:url(/wp-content/uploads/2021/08/goc1.png);
	background-repeat:no-repeat;
}
.section-content .section-12:after{
	content: "";
    position: absolute;
    top: -2px;
    right: -3px;
    width: 41px;
    height: 41px;
    background-image:url(/wp-content/uploads/2021/08/goc2.png);
	background-repeat:no-repeat;
}
#main .noithat{
	position:relative;
}
#main .noithat .thongtin-noithat .heading{
	text-align:center;
}
#main .noithat .thongtin-noithat .heading h2{
	color:#fff;
}
#main .noithat .thongtin-noithat .heading h2+p{
	font-size: 38px;
}
#main .noithat .thongtin{
	position: absolute;
    top: 50%;
    right: 10%;
    transform: translatey(-50%);
    background-color: #2ea496;
    width: 360px;
    color: #fff;
	padding:20px;
	display: flex;
    justify-content: center;
    align-items: center;
}
#main .noithat .thongtin-noithat{
	width:340px;
/* 	height:330px; */
	position:relative;
	padding:20px 15px;
	border:2px solid #fff;
}


@media only screen and (max-width:992px){
	.header{
		padding-top:0px;
	}
	#main .slider-1 .section-content{
		margin-top:80px;
	}
	.slider-wrapper+.row:not(.row-collapse){
		margin-top:0px;
	}
	.transparent .header-main{
		height:80px!important;
	}
	#header .stuck .header-main {
    	height:80px!important;
	}
	.header .stuck #logo img {
		max-height: 80px!important;
	}
	#header .stuck #logo a {
    	top: 50%;
	}
	.transparent #logo img {
   	 	max-height: 80px!important;
	}
	.header .flex-row {
		background-color: #fff!important;
		border-radius: 0px;
	}
	#main .slider-1 .form-dang-ky {
		right: 60px;
		height: 290px;
	}
}

@media only screen and (max-width:768px){
/* 	#main .slider-1 .section-content{
		margin-top:80px;
	} */
	.section-content .section-12{
		padding:50px 10px;
	}
/* 	#main .slider-1 .slider-wrapper img{
		height:400px;
	}	 */
	#main .slider-1 .form-dangky {
		width:100%;
	}
	#main .s2{
		padding:15px;
	}
	#main .slider-1 .form-dang-ky {
		position:static!important;
    	transform: none!important;
		box-shadow:none;
	}
	#main .noithat .thongtin{
		width:auto;
		position:static;
		transform: translatey(0px);
	}
	#main .noithat .thongtin-noithat .heading h2+p{
		font-size:33px;
	}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}