.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;
}
.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;
}
.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);}
}
#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 h4 span {
    background: linear-gradient(87.12deg, #4772EE 0%, #3BBCFA 99.49%);
}
.orange .top,
.orange h4 span {
	background: linear-gradient(63.97deg, #FF157E 16.79%, #FFAC01 83.98%);

}
.orange h2 {
    color: #FF6515;
}