.landing_header {
}
.landing_header.sticky {
    position: fixed;
    z-index: 9;
    top: 0px;
	left: 0px;
    width: 100%;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.14);
	background-color:#fff;
}
.landing_header.sticky .logo_1,
.landing_header:not(.sticky) .logo_2 {
	display:none;
}

 

.landing_header:not(.sticky) {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 2;
}
.landing_header:not(.sticky) a {
	color:#fff;
}
.landing_header:not(.sticky) a:hover {
	color:#fff;
}

.mobileMenu {
    font-size: 25px;
    color: #fff;
	z-index:3;
}
body.menu-active {
	  overflow: hidden
}
body.menu-active .landing_header {
    z-index: 9 !important;
}


body.menu-active .mobileMenu {
		color:#fff;
}
body.menu-active .mobileMenu i:before {
    content: "\f00d";
	font-weight: 100;
}
.landing_header.sticky .mobileMenu {
	color:#222;
}

@media (max-width: 768px) { 



}

body.menu-active .bg_over {
		background-color:rgba(0,0,0,0.2);
	width:100%;
	height:100%;
	display:block;
	position:fixed;
    top: 0px;
    left: 0px;
    z-index: 8;
}

.menumobile_container {
    height: 100%;
    width: calc(100% - 40px);
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #fff;
    z-index: 999;
	display:none;
}
body.menu-active  .menumobile_container{
	display:block;
}
.menumobile_container li a{
    color: #333;
    padding: 20px;
    border-bottom: 1px solid #EDF2F9;
    font-size: 14px;
}


.landing_header:not(.sticky) .bg_icon {
	background:#fff;
}
.landing_header:not(.sticky) span {
	color:#fff;
}
.landing_header.sticky .bg_icon {
	background:#f9f9f9;
}




.landing_cover {
    background: linear-gradient(85.65deg, #008FB8 0%, #8CB766 100.99%);
    min-height: 500px;
    width: 100%;
    padding-top: 80px;
    background-size: cover;
    position: relative;
    z-index: -1;
}
.landing_cover::before {
    content: "";
    display: block;
    height: 100px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: rgba(255,255,255,0.5);
    z-index: 0;
    width: 100%;
}
.landing_cover .container {
    position: relative;
    z-index: 2;
}
.landing_cover .button img {
    height: 56px;
    margin-right: 5px;
}
.landing_cover_img img {
	height:500px;
}
.logo_chim {
    background: url(img/logo_chim.png) no-repeat top center;
    background-size: 70%;
}

@media (max-width: 768px) { 



	.landing_cover .button img{
		width:49%;
		height:auto;
		margin-right:2%;
		
	}
	.landing_cover .button img:last-child {
		margin-right:0px;
	}
	.landing_cover_img img {
		height:400px;
		float:none;
		margin:30px auto 0 auto;
		display: block;
	}


}


.landing_cover_text {
	font-size:26px;
}
.landing_cover_text .big1{
	font-size:44px;
}
.landing_cover_text .big2{
	font-size:39px;
}
.landing_cover_text .small{
	font-size:18px;
}



.btn_orange {
background: #FF9F43;
color:#fff;
padding: 13px 52px 13px 52px;
    border-radius: 41.5px;
    border: 0px;
	display: inline-block;
	transition:all 0.1s;
	font-size:16px;
}
.btn_orange:hover {
	background: #FF157E;

color:#fff;
transition:all 0.3s;
}

@media (max-width: 768px) { 

.landing_cover_text {
	text-align:center;
}

.landing_cover_text .big2 {
    font-size: 30px;
}

}


.py-100 {
    padding-top: 100px!important;
    padding-bottom: 50px!important;
}


.Atitle h3{color:#000000;font-size:32px;}
.Atitle .Aline{background: linear-gradient(85.65deg, #008FB8 0%, #8CB766 100.99%);;height:3px;width:120px;display:block;margin:25px auto;}
@media (max-width: 768px){
.Atitle h3{font-size:20px;}
.Atitle .Aline{margin:15px auto;}
}






.svbox h4{color:#333;font-size:16px;font-weight:700;text-transform:capitalize;}
.svbox p{color:#A0A2A3;font-size:14px;font-weight:400;}
.svbox img{height:55px;margin-bottom:1rem;}

.serviceIcon_1 .svbox:hover{z-index:2;}
.serviceIcon_1 .svbox img{transition:all 0.5s;}
.serviceIcon_1 .svbox:hover img{transition:all 0.5s;-webkit-transform:scale(1.3);transform:scale(1.3);}


.serviceIcon_2 .svbox {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
    padding: 30px;
	transition:all 0.5s;
}
@media (min-width: 768px) { 
.serviceIcon_2 .svbox:hover{transition:all 0.5s;-webkit-transform:scale(1.1);transform:scale(1.1);}
}



#contactnow .container {
    position: relative;
    padding: 70px 0px;
}
img.pic_hand {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: calc(100% - 50px);
}
@media (max-width: 768px) { 

div#contactnow {
    text-align: center;
    padding: 0 20px;
}
#contactnow .container {
    padding-bottom: 0px;
}
img.pic_hand {
    position: relative;
    padding-top: 50px;
}

}

#khachhang img {
	transition:all 0.3s;
}
#khachhang img:hover {transition:all 0.5s;-webkit-transform:scale(1.3);transform:scale(1.3);}


.box h4 span {
    width: 100%;
    display: block;
    border-radius: 0px;
}
.green h4 span {
	    background: linear-gradient(85.65deg, #008FB8 0%, #8CB766 100.99%);
}
.blue .label_top,
.blue h4 span {
    background: linear-gradient(87.12deg, #4772EE 0%, #3BBCFA 99.49%);
}

.orange .label_top,
.orange h4 span {
	background: linear-gradient(63.97deg, #FF157E 16.79%, #FFAC01 83.98%);

}
.orange h2 {
    color: #FF6515;
}


.pricing .box {
    position: relative;
    padding-top: 80px;
}

.label_top {
    color: #fff;
    border-radius: 0px 30px 0px 0px;
    padding: 15px 50px 15px 30px;
    text-align: left;
    margin-top: 15px;
    display: inline-block;
    position: absolute;
    left: -15px;
    top: 0px;
}
.label_top:before {
width: 0;
height: 0;
border-style: solid;
border-width: 0 15px 15px 0;
border-color: transparent #A9A9A9 transparent transparent;
    content: "";
    position: absolute;
    display: block;
    bottom: -15px;
    left: 0px;
}
.label_top h3 {
    font-size: 26px;
}
.label_top  p {
	margin-bottom:0px;
	font-size:14px;
}
.green .label_top {
    background: linear-gradient(85.65deg, #008FB8 0%, #8CB766 100.99%);
}



.pricing ul.price_check  {
	padding:0 20px;
}
.pricing ul.price_check li{padding-left:30px;position:relative;margin-bottom:15px;}
.pricing ul.price_check li:before{font-size:20px;color:#00B448;font-family:"Font Awesome 6 Pro";font-weight:900;content:"\f058";position:absolute;left:0px;}
.pricing ul.price_check li.no_check:before{ 
color:#A0A2A3;
}
.pricing ul.price_check li.no_check {
    text-decoration: line-through;
}


.gradient-border {
    position: relative;
    background-color: #fff;
    display: inline-block;
    padding: 13px 32px 13px 32px;
    border-radius: 45px;
}
.gradient-border::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px; 
  padding: 2px; 
  background:linear-gradient(85.65deg, #008FB8 0%, #8CB766 100.99%);
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
}