/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900&subset=vietnamese');*/
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');*/

@font-face {
	font-family:"UTM_Avo";
	src: url(../fonts/UTM_Avo.ttf);
}

@media (min-width: 1200px) {
    .container {
        width: 1170px!important;
    }
}

@font-face {
	font-family:"font-regular";
	src: url(../fonts/helvetica-neue-regular.ttf);
}

@font-face {
	font-family:"font-medium";
	src: url(../fonts/helvetica-neue-medium.ttf);
}

@font-face {
	font-family:"font-bold";
	src: url(../fonts/helvetica-neue-bold.ttf);
}
@font-face {
	font-family:"font-heavy";
	src: url(../fonts/helveticaneuecondensedblack.ttf);
}

body{
	font-family:"font-regular";
	overflow-x:hidden;
	color: #000;
}
a{
	text-decoration: none;
}
/* điều chỉnh khung hình mặc định của owl */
.owl-carousel .owl-item img {
    width: unset;
}
.grid_wrap{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.grid_wrap::after{
	content: "";
    flex: auto;
}
#form_hide{
	display: none;
}
.id_wrap_block{
	margin-bottom: 40px;
}

/* Begin css breadcrumb */
.kmt_breadcrumb{color:#666666!important;font-size:14px;margin-bottom:10px;padding-left:5px;margin-top:10px}
.kmt_breadcrumb a{color:#666666!important;font-size:16px;}
.kmt_breadcrumb a:hover{color:#d72121!important;text-decoration:none}
/* End css breadcrumb  */

.read_more{text-align:right;margin-top:-40px;margin-bottom:30px;width:100%;}
.read_more a{padding:5px 0px;font-size:12px;font-weight:bold;color:#274ba1;}
.read_more a:hover{text-decoration:none;color:#cd0000;}

a:hover{text-decoration:none;color:#ff0000}
.content_article{width: 100%;clear: both;display: inline-block;text-align:justify;color:#000;font-size:16px;line-height: 23px;}
.content_article p{margin-bottom: 10px;}
.content_article table{max-width:100%!important;}
.content_article img{max-width:100%;height:auto!important;margin-bottom: 5px;}
.kmt_title_article{font-family:"font-bold";font-size:18px;margin-bottom:10px;color:#049ce1;text-align:left!important;margin-top:0px;text-transform:uppercase;line-height:25px;}

.kmt_uppercase{text-transform:uppercase;}
.kmt_center{text-align:center!important;}
.kmt_left{text-align:left!important;}
.kmt_right{text-align:right;}
.kmt_justify{text-align:justify;}

/* Begin css list_same */
.same_title{color:#283269!important;margin:10px 0px 5px 0px!important;font-size:17px;text-transform:uppercase;font-weight:bold;padding-bottom:5px;border-top:1px dashed #ccc;clear:both;padding-top:10px;}
.same_title:hover{color:#283269!important;}
.list_same{margin:0px;padding:10px 0px;}
.list_same li{color:#222;margin-bottom:3px;list-style:none}
.list_same li:hover{color:#283269;}
.list_same li:hover a{color:#283269;text-decoration:none}
.list_same li a{font-size:15px;color:#222;}
.list_same li a span{color:#222;}
/* End css list_same */


/*Begin Phân trang*/
.kmt_page{clear:both;display: flex;justify-content: center;}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
	background-color: #000;
	border: 1px solid #000;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #049ce1;
    border-color: #049ce1;
}

.pagination>li>a:hover{
	background-color: #049ce1;
	border-color: #049ce1;
	color: #fff;
}
/*End Phân trang*/

/*begin wrap_block_slide_inside*/
#wrap_block_slide_inside{
	position: relative;
}
/*end wrap_block_slide_inside*/

/* Begin css breadcrumb */
#wrap_breadcrumb {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: right;
}
#wrap_breadcrumb h2{
	font-size: 30px;
	font-weight: 700;
	color: #c91e16;
	text-transform: uppercase;
}
.block_breadcrumb{
	color: #fff;
	background: #283269;
    display: inline-block;
    padding: 10px;
	margin-bottom: 40px;
	border-radius: 8px;
}
.block_breadcrumb a {
    color: #fff;
    font-size: 15px;
    padding: 0px 3px;
	transition: 0.3s;
}
.block_breadcrumb a:hover{
	color: #c91e16;
}
/* End css breadcrumb */


.kmt_note{
	border:0px;
	color:#ff0000;	
}

.kmt_bt{
	font-family:"font-medium";
	font-size: 15px;
	background: #049ce1;
	color: #fff;
	transition: 0.3s;
	margin-bottom: 25px;
	padding: 7px 20px;
	text-transform: uppercase;
}
.kmt_bt:hover{
	background:#283269;
	color:#fff;
}

#kmt_contact_form textarea{
	margin-bottom: 25px;
}
.kmt_stt_form{
	color:#af0101;
	padding:0px!important;
    font-size: 12px;
    height: 20px;
}

#wrap_block_1 {
    width: 100%;
}
#wrap_header {
    width: 100%;
    padding: 10px 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	background: #049ce1;
}
.wrap_menu {
    margin-top: 35px;
    display: flex;
    justify-content: flex-end;
}
.wrap_phone_mail {
    color: #fff;
}
#wrap_phone_top {
	font-family:"font-bold";
    font-size: 15px;
    background: url(../img/icon_phone.png) no-repeat left center;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-left: 40px;
}
.line_top {
    width: 1px;
    height: 29px;
    padding: 0px 5px;
}
#wrap_email_top {
    font-size: 15px;
    background: url(../img/icon_email.png) no-repeat left center;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-left: 40px;
}
.wrap_lang {
    text-align: right;
}
.wrap_lang a {
    padding-left: 5px;
}

.wrap_logo{
    text-align: center;
}

.wrap_logo img{
	height: 82px;
	margin: 10px 0px;
}

#wrap_block_2{
	width:100%;
	background:#000;
	margin-top:10px;	
}

#wrap_block_3{
	width:100%;
	clear:both;
	display:inline-block;
	position: relative;
    z-index: 1;
}

#wrap_block_4{
	width:100%;	
	display: inline-block;
}

.kmt_title{
	font-family:"font-bold";
	line-height: 140%;
	margin-bottom:30px;
	font-size:35px;
	color: #283269;
	text-transform: uppercase;
}
.has_title_des{
	margin-bottom: 10px;
}
.title_des{
	font-family:"font-medium";
	font-size: 17px;
	line-height: 1.4;
	text-align: center;
	padding: 0px 30%;
	margin-bottom: 25px;
}
.kmt_title_white{
	color: #fff;
}
.kmt_title_intro{
	font-family:"font-bold";
	font-size: 35px!important;
	color: #049ce1!important;
	line-height: 140%;
	margin-bottom:15px;
}
.title_small{
	font-family:"font-bold";
	text-transform: uppercase;
    font-size: 20px;
	color: #283269;
	margin-bottom:5px;
}
.title_medium{
	text-transform: uppercase;
	margin-bottom: 0px;
    font-size: 35px;
    font-weight: 500;
	color: #fff;
}

#wrap_intro{
	width:100%;
	display:inline-block;
}

.wrap_intro_left{

}

.wrap_intro_left .content_article{
	font-weight:400;
	font-size: 16px;
	margin-bottom: 25px;
}

.wrap_intro_left h3{
	margin:0px;
	margin-bottom:20px;
	color:#283269;
	font-size:32px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:45px;	
	background:url(../img/line_1.png) no-repeat left bottom;
	padding-bottom:10px;
}

.wrap_intro_right img{
	width:100%;	
}
.wrap_intro_right iframe{
	aspect-ratio:1.4;
}

.rm_intro{
	margin-top:20px;
	width: 165px;
	aspect-ratio:1;
	border-radius: 50%;
	background: linear-gradient(0deg, #74009c 0%, #df00a8 100%);
	display: flex;
    justify-content: center;
    align-items: center;
	transition: 0.3s;
}
.rm_intro a{
	color:#fff;
	font-weight: 600;
	font-size:16px;
	transition: 0.3s;
	background:url(../img/arrow_up.png) no-repeat right center;
	padding: 17px;
    margin-left: -17px;
}
.rm_intro:hover{
	transform: translate(0px, -3px);
	box-shadow: rgba(255, 255, 255, 0.24) 0px 3px 8px;
}
.rm_intro:hover a{
	
}

.block_video{
	margin-top: 100px;
	aspect-ratio: 2.063;
}

#wrap_services{
	width:100%;
}
.services_return_margin{
	margin: 0px -15px;
}
.wrap_services{
	margin-bottom:30px;
	padding: 0px 10px;
}
.block_services{
	width:100%;
	height: 100%;
	background: #eefaff;
	filter: drop-shadow(0px 5px 0px #049ce1);
	border-radius: 15px;
	margin:0 auto;
	overflow:hidden;
	transition: 0.3s;
}
.block_services:hover{
	filter: drop-shadow(0px 5px 4px #049ce1);
	transform: translate(0px, -3px);
}
.img_services{
	width: 100%;
	aspect-ratio: 1.7209;
	display: flex;
    justify-content: center;
	overflow:hidden;
	background: #7c7c7c;
}
.img_services a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.img_services img{
	max-height: 100%;
}
.info_services{
	width: 100%;
	padding: 0px 10%;
}
.info_services h3{
	margin: 15px auto;
	margin-top: 20px;
}
.info_services h3 a{
	text-align: center;
	font-family:"font-bold";
	color:#000;
	text-transform:uppercase;
	line-height:140%;
	font-size:21px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	overflow: hidden;
	transition: 0.3s;
}
.block_services:hover .info_services h3 a{
	color:#029edd;	
}
.des_service{
	line-height:25px;
	font-size:16px;
	font-weight: 500;
	text-align: center;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
	overflow: hidden;
}
.rm_service{
    transition: 0.3s;
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: center;
}

.rm_service a{
	font-family:"font-medium";
	color: #049ce1;
	font-size: 16px;
	transition: 0.3s;
}
.rm_service a:hover {
	color: #d90606;
}

.is_scroll{
	width:100%!important;	
}

.wrap_project{
	margin-bottom:10px;	
}

.block_project{
	width:360px;
	height:340px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;	
}

.img_project{
	width:360px;
	height:258px;
	border-bottom:3px solid #000;
	overflow:hidden;
	text-align:center;
	background: #222;
}

.img_project img{
	height:100%;	
}

.block_project h3 a{
	font-size:17px;
	line-height:25px;
	font-weight:500;
	color:#283269;
	transition: 0.3s;
	text-transform:uppercase;
}

.block_project h3 a:hover{
	color:#fff;
}

.kmt-btn-slider{
	width:100%;
	position:relative;
	z-index:500;
}

.kmt-btn-slider button{
	border-radius: 0;
	border: 0;
	cursor: pointer;
	z-index: 1;
	margin:0px 5px;
	position:absolute;
}

.prev-project,.prev-news{
	background:url(../img/arr_left.png) no-repeat center;
	left:-40px;
	top:110px;
	width:29px;
	height:49px;
}

.next-project,.next-news{
	background:url(../img/arr_right.png) no-repeat center;
	right:-40px;
	top:110px;
	width:29px;
	height:49px;
}

#wrap_block_news{
	width:100%;
}

.container_icon{
	margin-bottom: 50px;
}

.wrap_icon{
	width: 100%;
}

.block_icon{
	
}

.img_icon{
	aspect-ratio: 1;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	overflow:hidden;
}

.img_icon img{
	max-height: 100%;
	max-width: 100%;
	margin-top: 10px;
}

.des_icon{
	text-align: justify;
	line-height: 140%;
}

.block_icon h4{
	font-family:"font-bold";
	text-transform: uppercase;
	font-size:22px;
	color:#049ce1;
	line-height:140%;
}

.wrap_news_return{
	margin: 0px -15px;
	position: relative;
}
.wrap_news{
	margin-bottom:20px;
	padding: 0px 15px;
}
.block_news{
	width:100%;
	height: 100%;
	margin:0 auto;
	overflow:hidden;	
}
.img_news{
	width:100%;
	aspect-ratio: 1.45;
	margin:0 auto;
	text-align: center;
	overflow:hidden;
	display: flex;
    justify-content: center;
	background: #222;
	border-radius: 15px;
}
.img_news a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.img_news img{
	max-width: 100%;
	width: unset!important;
	display: unset!important;
}
.block_news h3{
	margin: 10px 0px;
}
.block_news h3 a{
	font-family: "font-bold";
	color:#000;
	line-height:130%;
	font-size:20px;
	transition: 0.3s;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.block_news h3 a:hover{
	color:#0498db;
}
.info_news{
	line-height: 130%;
	font-size: 16px;
	text-align: justify;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rm_news{
    transition: 0.3s;
	margin-top: 15px;
	margin-bottom: 20px;
}

.rm_news a{
	font-family:"font-medium";
	color: #049ce1;
	font-size: 16px;
	transition: 0.3s;
}
.rm_news a:hover {
	color: #d90606;
}

#wrap_partner{
	padding:55px 0px;
	padding-bottom: 35px;
	background: url(../img/bg_customer.jpg) no-repeat center;
	background-size: cover;
}
.des_partner{
	text-align: justify;
	color: #fff;
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 4%;
}
.wrap_partner{
	display: flex;
	justify-content: center;
    margin-bottom: 5%;
    padding: 0px 12px;
}
.block_partner{
	width:100%;
	aspect-ratio: 1.888;
	display: flex;
	border:1px solid #ccc;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
	transition: 0.3s;
}
.block_partner:hover{
	transform: translate(0px, -3px);
	box-shadow: rgba(255, 255, 255, 0.16) 0px 3px 6px, rgba(255, 255, 255, 0.23) 0px 3px 6px;
}
.img_partner{
	width: 100%;
	aspect-ratio: 1.888;
	display: flex;
    justify-content: center;
    align-items: center;
	background: #fff;
}
.img_partner a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img_partner img{
	max-width:100%;
	max-height:100%;	
}

#wrap_block_footer{
	width:100%;
	background: #283269;
	position: relative;
    padding-top: 110px;
    margin-top: 70px;
}
#wrap_block_footer > .container{
	padding: 40px 0px;
}

.wrap_add_f{
	font-size:16px;
	color: #fff;
}
.wrap_menu_f{
	color: #fff;
	font-size: 16px;
}
.wrap_social{
	color: #fff;
}
#wrap_newsletter{
	margin-bottom:10px;	
	width:100%;
	display:inline-block;
}

#wrap_newsletter input:nth-child(1){
	width:90%;
	height:34px;
	line-height:34px;
	padding-left:5px;
	color:#333;
	float:left;
	margin-right:-60px;
	border:1px solid #ccc;
}

#wrap_newsletter input:nth-child(2){
	width:60px;
	height:34px;
	line-height:34px;
	color:#fff;
	background:#283269;
	border:0px;
	float:left;
}

#wrap_newsletter input:nth-child(2):hover{
	background:#222;
    color: #fff;
}


#wrap_block_6{
	border-top: 1px solid #697096;
	width:100%;
	color:#fff;
	padding:10px 0px;
	font-size: 15px;
}

#wrap_block_6 a{
	color:#fff;	
}

#wrap_block_6 span{
	text-transform:uppercase;
	font-weight:600;
}

.count_num{
	display:inline-block;
	width:15px;
	height:15px;
	line-height:11px;
	margin-right:2px;
	font-weight:bold;
	text-align:center;
	background:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-radius:2px;
	padding:1px 1px 2px 1px;
}

.wrap_social{
	margin-bottom: 15px;
}

.wrap_social img{
	margin:0px 3px;
	transition: 0.3s;
}
.wrap_social img:hover{
	transform: translate(0px, -3px);
}

#top {
    position: fixed !important;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.kmt_tab{
	width:100%;
	display:inline-block;
	border:0px !important;
	text-align:center;	
	margin-bottom:20px;
}

.kmt_tab li{
	float:none!important;
	display:inline-block!important;
	border:0px!important;
	margin:5px;
}

.kmt_tab li a{
	font-family:"font-medium";
	display:inline-block;
    border: 2px solid #283269!important;
	font-size:15px;
	color: #283269;
	text-align:center;
	transition: 0.3s;
	padding: 10px;
	border-radius: 8px;
}

.kmt_tab .active a{
    border: 2px solid #283269!important;
	background: #283269!important;
    color: #fff!important;
}

.kmt_tab li:hover a{
    border: 2px solid #283269!important;
	background: #283269!important;
    color: #fff!important
}

.tab-pane .owl-carousel{
	height:420px;
	overflow:hidden;	
}

.wrap_map{
	height:350px;	
}

.hide-bullets {
	list-style:none;
	margin-left: -40px;
	margin-top:20px;
}

.hide-bullets li{
	width:100%;
}

.carousel-inner{
	width:100%;
	height:700px;
	overflow:hidden;
    text-align: center;	
}

.carousel-inner img{
	height:700px !important;	
    display: inline-block!important;
}

.thumbnail {
	height:120px;
	padding:0px;
    border-radius: 0px;
	overflow:hidden;
}

.thumbnail img{
    width:auto!important;
	height:100%!important;
}

.active_thumbs a{
    border: 2px solid #007970;
}

.kmt_capture{
	background:url(../img/bg_sd.png) repeat;	
	height:50px;
	line-height:50px;
	color:#fff;
	font-size:16px;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
	margin:0px;
	margin-top:-50px;
}

a.zalo-fix {
    position: fixed;
    right: 20px;
    z-index: 9999;
    bottom: 75px;
    border-radius: 50%;
    box-shadow: 0 0 10px #000000;
}

.hotlineSupport {
	width: 60px;
	height: 60px;
	position: fixed;
	background: #ed3237;
	right: 20px;
 	left: inherit;
 	bottom: 160px;
	border-radius: 100%;
	text-align: Center;
	color: #ffffff;
	padding-top: 10px;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;

	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-o-transform: translateX(0%);
	opacity: 1;
	visibility: initial;
	z-index: 9999;
}
.hotlineSupport.show{
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-o-transform: translateX(0%);
	opacity: 1;
	visibility: initial;
}
.hotlineSupport i.fa-phone {
	font-size: 21px;
	line-height: 17px;
	-webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.hotlineSupport:before {
	width: 100%;
	height: 100%;
	position: absolute;
	box-shadow: 0px 0px 20px #ed3237;
	content: "";
	left: 0;
	top: 0;
	border-radius: 100%;
	animation: shadow 1s infinite ease;
	-webkit-animation: shadow 1s infinite ease;
	-moz-animation: shadow 1s infinite ease;
	-o-animation: shadow 1s infinite ease;

	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.hotlineSupport:after {
	width: 100%;
	height: 100%;
	position: absolute;
	box-shadow: 0px 0px 20px #ed3237;
	content: "";
	left: 0;
	top: 0;
	border-radius: 100%;
	animation: shadow 1.4s 1000ms infinite;
	-webkit-animation: shadow 1.4s 1000ms infinite;
	-moz-animation: shadow 1.4s 1000ms infinite;
	-o-animation: shadow 1.4s 1000ms infinite;

	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

	@-webkit-keyframes shadow{
	    0% {
	        transform: rotate(0deg) scale(1) skew(1deg);
	        opacity: .1
	    }
	    20%{
	        transform: rotate(0deg) scale(1.2) skew(1deg);
	        opacity: .2
	    }
	    40% {
	        transform: rotate(0deg) scale(1.3) skew(1deg);
	        opacity: .4
	    }
	    60%{
	        transform: rotate(0deg) scale(1.4) skew(1deg);
	        opacity: .6
	    }
	    80%{
	        transform: rotate(0deg) scale(1.5) skew(1deg);
	        opacity: .4
	    }
	    100% {
	        transform: rotate(0deg) scale(1.6) skew(1deg);
	        opacity: .1
	    }
	}
	@-moz-keyframes shadow{
	    0% {
	        transform: rotate(0deg) scale(1) skew(1deg);
	        opacity: .1
	    }
	    20%{
	        transform: rotate(0deg) scale(1.2) skew(1deg);
	        opacity: .2
	    }
	    40% {
	        transform: rotate(0deg) scale(1.3) skew(1deg);
	        opacity: .4
	    }
	    60%{
	        transform: rotate(0deg) scale(1.4) skew(1deg);
	        opacity: .6
	    }
	    80%{
	        transform: rotate(0deg) scale(1.5) skew(1deg);
	        opacity: .4
	    }
	    100% {
	        transform: rotate(0deg) scale(1.6) skew(1deg);
	        opacity: .1
	    }
	}
	@-o-keyframes shadow{
	    0% {
	        transform: rotate(0deg) scale(1) skew(1deg);
	        opacity: .1
	    }
	    20%{
	        transform: rotate(0deg) scale(1.2) skew(1deg);
	        opacity: .2
	    }
	    40% {
	        transform: rotate(0deg) scale(1.3) skew(1deg);
	        opacity: .4
	    }
	    60%{
	        transform: rotate(0deg) scale(1.4) skew(1deg);
	        opacity: .6
	    }
	    80%{
	        transform: rotate(0deg) scale(1.5) skew(1deg);
	        opacity: .4
	    }
	    100% {
	        transform: rotate(0deg) scale(1.6) skew(1deg);
	        opacity: .1
	    }
	}
	@keyframes shadow{
	    0% {
	        transform: rotate(0deg) scale(1) skew(1deg);
	        opacity: .1
	    }
	    20%{
	        transform: rotate(0deg) scale(1.2) skew(1deg);
	        opacity: .2
	    }
	    40% {
	        transform: rotate(0deg) scale(1.3) skew(1deg);
	        opacity: .4
	    }
	    60%{
	        transform: rotate(0deg) scale(1.4) skew(1deg);
	        opacity: .6
	    }
	    80%{
	        transform: rotate(0deg) scale(1.5) skew(1deg);
	        opacity: .4
	    }
	    100% {
	        transform: rotate(0deg) scale(1.6) skew(1deg);
	        opacity: .1
	    }
	}
	@-moz-keyframes quick-alo-circle-img-anim {
	    0% {
	        transform: rotate(0deg) scale(1) skew(1deg)
	    }
	    10% {
	        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
	    }
	    20% {
	        -moz-transform: rotate(25deg) scale(1) skew(1deg)
	    }
	    30% {
	        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
	    }
	    40% {
	        -moz-transform: rotate(25deg) scale(1) skew(1deg)
	    }
	    50% {
	        -moz-transform: rotate(0deg) scale(1) skew(1deg)
	    }
	    100% {
	        -moz-transform: rotate(0deg) scale(1) skew(1deg)
	    }
	}

	@-webkit-keyframes quick-alo-circle-img-anim {
	    0% {
	        -webkit-transform: rotate(0deg) 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(0deg) scale(1) skew(1deg)
	    }
	    100% {
	        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
	    }
	}

	@-o-keyframes quick-alo-circle-img-anim {
	    0% {
	        -o-transform: rotate(0deg) scale(1) skew(1deg)
	    }
	    10% {
	        -o-transform: rotate(-25deg) scale(1) skew(1deg)
	    }
	    20% {
	        -o-transform: rotate(25deg) scale(1) skew(1deg)
	    }
	    30% {
	        -o-transform: rotate(-25deg) scale(1) skew(1deg)
	    }
	    40% {
	        -o-transform: rotate(25deg) scale(1) skew(1deg)
	    }
	    50% {
	        -o-transform: rotate(0deg) scale(1) skew(1deg)
	    }
	    100% {
	        -o-transform: rotate(0deg) scale(1) skew(1deg)
	    }
	}
	@keyframes quick-alo-circle-img-anim {
	    0% {
	        transform: rotate(0deg) scale(1) skew(1deg)
	    }
	    10% {
	        transform: rotate(-25deg) scale(1) skew(1deg)
	    }
	    20% {
	        transform: rotate(25deg) scale(1) skew(1deg)
	    }
	    30% {
	        transform: rotate(-25deg) scale(1) skew(1deg)
	    }
	    40% {
	        transform: rotate(25deg) scale(1) skew(1deg)
	    }
	    50% {
	        transform: rotate(0deg) scale(1) skew(1deg)
	    }
	    100% {
	        transform: rotate(0deg) scale(1) skew(1deg)
	    }
	}

.wrap_form_addp{
	border: 0px;
}

.wrap_menu_f ul {
    width: 100%;
    list-style: inside url(../img/title_symbol.png);
    padding: 0px;
}
.wrap_menu_f ul li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}
.wrap_menu_f ul li a {
    font-size: 15px;
    color: #fff;
    transition: 0.3s;
}
.wrap_menu_f ul li a:hover{
	color: #D90706;
}
.wrap_menu_f ul li span {
    font-weight: 900;
}
.title_footer{
	font-family: "font-bold";
	font-size: 25px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

#wrap_slogan{
	position: relative;
	padding: 50px 0px;
	margin-top: -6%;
	z-index: 2;
}
.wrap_slogan{
	margin-bottom: 20px;
	padding: 0px 15px;
}
.wrap_slogan_return_margin{
	margin: 0px -15px;
}
.block_slogan{
	padding: 35px 25px;
	height: 100%;
	width: 100%;
	transition: 0.3s;
	border: 1px solid #c7c7c7;
	box-shadow: rgba(0, 0, 0, 0.20) 3px 3px 15px;
	border-radius: 15px;
	background: #fff;
}
.block_slogan:hover{
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	transform: translate(0px, -3px);
}
.shadow_slogan{
	aspect-ratio:1;
	filter: drop-shadow(7px -7px 0px #81cdf0);
}
.img_slogan{
	display: flex;
    justify-content: center;
    width: 100%;
	margin-bottom: 20px;
}
.img_slogan img{
	height: 65px;
	object-fit: contain;
}
.info_slogan h3{
    font-family:"font-bold";
    font-size: 24px;
	color: #283269;
	text-align: center;
}
.des_slogan{
	font-size: 16px;
	line-height: 140%;
	text-align: center;
}

/*Begin wrap_block_client_home*/
.slider-wrapper{
	margin: 0px -10px;
}
.wrap_client_home{
	padding: 0px 10px;
	margin-bottom: 10px;
}
.wrap_client_home figure.snip0015 {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 0.804;
  text-align: center;
  background: #8b8b8b47;
}
.wrap_client_home figure.snip0015 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.wrap_client_home figure.snip0015 figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.5em 1em;
  color: #fff;
  text-align: center;
  background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0));
  transition: all 0.6s ease;
}
.wrap_client_home figure.snip0015 h3 {
  margin: 0;
  font-family: "font-bold";
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
  transform: scale(0.95);
  transition: all 0.6s ease;
}
.wrap_client_home figure.snip0015 p {
  margin: 5px 0 0;
  opacity: 0.8;
  font-size: 14px;
  transform: scale(0.95);
  transition: all 0.6s ease;
}
.wrap_client_home figure.snip0015 p span {
  color: #d4ac62;
  font-weight: 600;
}
.wrap_client_home figure.snip0015:hover figcaption {
  transform: translateY(-10px); /* đẩy chữ lên nhẹ, không đổi vị trí thật */
  background: rgba(0, 0, 0, 0.6);
}
.wrap_client_home figure.snip0015:hover h3,
.wrap_client_home figure.snip0015:hover p {
  transform: scale(1.08);
  opacity: 1;
}
.wrap_client_home figure.snip0015:hover img {
  opacity: 0.75;
  transform: scale(1.05);
}
/*End wrap_block_client_home*/

/*Begin btn type*/
.slider-wrapper {
	position: relative;
}
.owl-btn-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.owl-btn-slider button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 55px;
	border: none;
	cursor: pointer;
	z-index: 10;
	pointer-events: auto; /* bật lại click cho nút */
	transition: 0.3s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background: none;
}
.owl-btn-slider button:hover{
	filter: drop-shadow(4px 0px 3px #d4ac62);
}
.owl-btn-slider .prev {
	left: -50px;
	background-image: url(../img/owl-left-arrow.png);
}
.owl-btn-slider .next {
	right: -50px;
	background-image: url(../img/owl-right-arrow.png);
}
/*End btn type*/

/*Begin wrap_block_info*/
#wrap_block_info {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: -70px;
}
#wrap_block_info > .container > .row{
	position: relative;
}
#wrap_block_info h4{
	font-family: "font-bold";
	font-size: 18px;
}
.wrap_info_add{
	background: url(../img/wrap_info_add.png) no-repeat center;
	background-size: contain;
	width: 615px;
	height: 140px;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
	padding-right: 70px;
}
.block_info_add {
	position: relative;
	color: #fff;
	padding-left: 75px;
}
.block_info_add::before {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 33px;
	height: 45px;
	background: url(../img/icon_add.png) no-repeat center;
	background-size: contain;
}
.des_info_add{
	font-size: 16px;
	line-height: 1.4;
}

.wrap_info_tel{
	background: url(../img/wrap_info_tel.png) no-repeat center;
	background-size: contain;
	width: 615px;
	height: 140px;
	display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    padding-left: 65px;
}
.block_info_tel {
	position: relative;
	color: #fff;
	padding-left: 75px;
}
.block_info_tel::before {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 42px;
	background: url(../img/icon_tel.png) no-repeat center;
	background-size: contain;
}
.des_info_tel{
	font-family: "font-bold";
	font-size: 28px;
}
/*End wrap_block_info*/

/*Begin album*/
#big_image{
	width:100%;	
	aspect-ratio: 1.654;
    overflow: hidden;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	background: #e7e7e7;
}
#big_image a{
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}

#big_image img{
	max-width:100%;	
	max-height:100%;
}

.wrap_project_thump{
	padding: 0px 5px;
}
.project_thumbnail{
	width:100%;
	aspect-ratio: 1.859;
	overflow:hidden;
	background: #e7e7e7;
	display: flex;
	justify-content: center;
	margin: 5px 0px;
	transition: 0.3s;
}
.project_thumbnail:hover, .clicked{
	box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
	transform: translate(0px, -2px);
}
.project_thumbnail a{
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.project_thumbnail img{
	max-width: 100%;
}

#project_thumbnail{
    margin: 0px -3px;
}
/*End album*/