/*
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.   ***************/
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
	width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
	width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
	background-color: #e60808;
	width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}
.hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 180px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

/*************** ADD MOBILE ONLY CSS HERE  ***************/

/*************** 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  ***************/


}