@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
	font-family:"Montserrat-Regular";
	src: url(../fonts/Montserrat-Regular.otf);
}

body{
	font-family: "Montserrat", sans-serif;
	overflow-x:hidden;
}

*:hover,*:focus { outline: 0; }{
	outline: none!important;	
}

#form_hide{
	display: none;
}

/* 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:#3762c9}
.content_article{width: 100%;clear: both;display: inline-block;text-align:justify;color:#000;font-size:15px;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-size:24px;margin-bottom:20px;color:#d9030c;font-weight:600;text-align:left!important;margin-top:0px;text-transform:uppercase;line-height:25px;}
.kmt_page{clear:both;}

.kmt_uppercase{text-transform:uppercase;}
.kmt_center{text-align:center!important;}
.kmt_left{text-align:left;}
.kmt_right{text-align:right;}
.kmt_justify{text-align:justify;}

/* Begin css list_same */
.same_title{color:#d9030c!important;margin:10px 0px 5px 0px!important;font-size:24px;text-transform:uppercase;font-weight:bold;padding-bottom:5px;border-top:1px dashed #ccc;clear:both;padding-top:10px;}
.same_title:hover{color:#d9030c!important;}
.list_same{margin:0px;padding:0px;}
.list_same li{color:#000;margin-bottom:3px;list-style:none}
.list_same li:hover{color:#d9030c;}
.list_same li:hover a{color:#d9030c;text-decoration:none}
.list_same li a{font-size:14px;color:#000;}
.list_same li a span{color:#000;}
/* End css list_same */


.pagination>li>a, .pagination>li>span {
    color: #fff;
	background-color: #000;
	border: 1px solid #000;
	transition: 0.3s;
}

.pagination>li>a:hover{
	background-color: #d9030c;
	border-color: #d9030c;
	color: #fff;
}


.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: #d9030c;
    border-color: #d9030c;
}

.kmt_note{
	color:#cd0000;	
}


.kmt_stt_form{
	color:#f00;
	padding:0px!important;
    padding-top: 5px!important;
	padding-left:10px!important;
}

.wrap_center{
	margin-bottom:20px;	
}

.wrap_logo img{
	height: 95px;
	margin:15px 0px;	
}

#wrap_block_1{
	
}

#wrap_phone{
	text-align:right;
	margin-top:15px;
	margin-bottom:15px;	
}

#wrap_phone span{
	font-weight: 700;
	display:inline-block;
	height:32px;
	line-height:32px;
	color:#d9030c;
	font-size:19px;
	background:url(../img/icon_phone.png) no-repeat left center;
	padding-left:40px; 	
}

#wrap_menu{
	float:right;
}

#wrap_block_2{
	width:100%;
	display:inline-block;	
}

#wrap_block_3{
	width:100%;
	margin:25px auto;	
}

.kmt_title{
	color: #d9030c;
	font-weight:700;
	font-size:34px;
	margin-top:0px;
	margin-bottom:15px;	
}

.kmt_title b{
	font-weight: 900;
}

.kmt_title_yellow{
	color: #eba621!important;
}

.sub_content{
	margin-bottom:15px;
	text-align:center;
	padding:0px 100px;
}

.wrap_item{
	margin:15px auto;
}

.block_item{
	width:360px;
	height: 300px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}

.img_item{
	width:360px;
	height:240px;
	overflow:hidden;	
}

.img_item img{
	border-radius: 10px;
	max-width:100%;
	height:240px;
}
.des_item{
	text-align: left;
	line-height: 25px;
	color: #000;
}

.block_item h2,.block_item h3{
	text-align: left;
	border-radius: 10px;
	margin:0px;
	margin-top:3px;
	background:#d9030c;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	height:54px;
	line-height:23px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 10px;
	font-weight: 700;
	transition: 0.3s;
}

.block_item h2 a,.block_item h3 a{
	color:#fff;
	text-transform:uppercase;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	padding: 0px 10px;
	text-align: center;
	transition: 0.3s
}

.block_item:hover h2,.block_item h3:hover{
	background:#eba621;
}
.block_item:hover h2 a{
	color:#fff;
}

#wrap_intro_video{
	margin:20px auto;	
}

.view_intro{
	margin-top:20px;	
}

.view_intro a{
	font-weight:700;
	margin-top:20px;
	border-radius: 5px;
	padding:8px 15px;
	background:#d9030c;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	transition: 0.3s;
}

.view_intro a:hover{
	background:#000;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.wrap_video{
	height:350px;	
}

.is_scroll{
	width:100%;	
}

#wrap_news_home{
	width:100%;
	margin:0px auto;
	padding:25px 0px;
}

.wrap_news{
	margin:10px auto;	
}

.block_news{
	width:260px;
	height:390px;
	overflow:hidden;
	margin:0 auto;	
}

.img_news{
	width:260px;
	height:180px;	
	overflow:hidden;
	text-align:center;
}

.img_news img{
	max-width:100%;
	height:180px;	
}

.info_news h3 a{
	font-weight: 600;
	font-size:15px;
	color:#000;
	text-transform:uppercase;
    line-height: 18px;
	transition: 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.info_news:hover h3 a{
	color:#d9030c;
}

.info_news div{
	margin-bottom:10px;
	height: 90px;
	text-align:justify;
	line-height: 22px;
	color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.info_news p a{
	font-weight: 600;
	border-radius: 5px;
	color: #fff;
	background:#d9030c;
	padding:5px 10px;
	border:1px solid #d9030c;
	transition: 0.3s;
}

.info_news p a:hover{
	color:#e4a01c;
	border:1px solid #000;
	background: #000;
}

.wrap_partner{
	
}
.block_partner{
	width: 215px;
	height: 108px;
	margin:10px auto;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
.img_partner{
	background: #fff;
	width: 215px;
	height: 108px;
	display: flex;
	justify-content: center;
    align-items: center;
}
.img_partner img{
	max-width: 215px;
	max-height: 108px;
}

#wrap_block_5{
	width:100%;
	padding:30px 0px;
	margin-top:20px;
	background: #e4a01c;
}

#wrap_block_5 h6{
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:15px;
	font-size:18px;	
}

.wrap_add_f{
	color:#fff;	
	line-height:25px;
	font-size:15px;
}
.block_why{
	margin-bottom: 10px;
}
.wrap_menu_f a p{
	width:100%;
	padding-left:20px;
	color:#fff;
	font-size:16px;
	line-height: 25px;
    transition: 0.3s;
}
.wrap_menu_f a p:nth-child(1){
	background: url(../img/check_icon.png) no-repeat left top 5px;
}

.wrap_menu_f a:hover p{
	color:#d9030c;
}

#menu_mb{
	display:none;	
}

.btn{
	border:0px;
	background:#d20000;
	color:#fff;
	border-radius:3px;	
}

.btn:hover{
	background:#222;
	color:#fff;
}

.wrap_map{
	height:350px;	
}

#wrap_block_6{
	width:100%;
	background: #d9030c;
	padding:10px 0px;
}

.wrap_copy{
	text-align: center;
	font-size:14px;	
    color:#fff;
}

.wrap_copy a{
	color:#fff;
}

.wrap_copy span{
	font-weight:700;
	text-transform:uppercase;
}

a.zalo-fix {
    position: fixed;
    right: 20px;
    z-index: 9999;
    bottom: 65px;
    border-radius: 50%;
    box-shadow: 0 0 10px #000000;
}

.hotlineSupport {
	width: 60px;
	height: 60px;
	position: fixed;
	background: #ed3237;
	right: 20px;
 	left: inherit;
 	bottom: 150px;
	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)
	    }
	}

.img_project_details{
	margin-bottom: 10px;
	text-align: center;
}
.img_project_details img{
	max-width: 100%;
}

/*Begin wrap_block_project_home*/
.wrap_project_home{
	display: flex;
	justify-content: center;
}
.block_project_home{
	width:97%;
	aspect-ratio: 1.24;
    display: flex;
    justify-content: center;
}
.img_project_home{
	width:100%;
	aspect-ratio: 1.24;	
	text-align:center;
}
.owl-carousel .owl-item{
	padding-left: 0px!important;
}
.img_project_home img{
	max-height:100%;
}
.block_project_home h3{
	font-size:15px;
	color:#222;
	text-transform:uppercase;
    line-height: 22px;
}
.wrap_project_home figure.snip0015 {
	color: #fff;
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1.24;
	text-align: center;
	margin:0 auto;
	background: #222;
}
.wrap_project_home figure.snip0015 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wrap_project_home figure.snip0015 img {
  opacity: 1;
  width: auto!important;
  /*height:100%!important;*/
  display:inline!important;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.wrap_project_home figure.snip0015 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10em 3em;
  width: 100%;
  height: 100%;
}
.wrap_project_home figure.snip0015 figcaption::before {
  position: absolute;
  top: 50%;
  right: 0px;
  bottom: 50%;
  left: 0px;
  content: '';
  opacity: 0;
  background-color: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.wrap_project_home figure.snip0015 h3, figure.snip0015 p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
.wrap_project_home figure.snip0015 h3 {
	text-transform: uppercase;
	-webkit-transform: translate3d(0%, 50%, 0);
	transform: translate3d(0%, 50%, 0);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	color:#fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 25px;
}
.wrap_project_home figure.snip0015 h3 span {
  font-weight: 800;
}
.wrap_project_home figure.snip0015 p {
  	font-weight: 200	;
  	-webkit-transition-delay: 0s;
  	transition-delay: 0s;
 	 color:#fff;
	margin-bottom: 25px;
}
.wrap_project_home figure.snip0015 p:last-child{
	margin-bottom: 0px;
}
.wrap_project_home figure.snip0015 p span{
  	background: #d9030c;
  	padding:15px;
	border-radius: 10px;
	font-weight: 600;
	text-transform: uppercase;
}
.wrap_project_home figure.snip0015 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
	display: flex;
    justify-content: center;
}
.wrap_project_home figure.snip0015:hover figcaption h3 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.wrap_project_home figure.snip0015:hover figcaption p {
  opacity: 0.9;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.wrap_project_home figure.snip0015:hover figcaption::before {
  background:rgba(0, 0, 0, 0.7);
  top: 0px;
  bottom: 0px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
/*End wrap_block_project_home*/

/*Begin_project_inside*/
.wrap_project_inside{
	margin:10px auto;	
}

.block_project_inside{
	width:260px;
	height:260px;
	overflow:hidden;
	margin:0 auto;	
	text-align:center;
	transition: 0.3s;
}
.block_project_inside:hover{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.img_project_inside{
	width:259px;
	height:199px;
	background: #fff;
	overflow:hidden;
	border: 1px solid #000;
	display: flex;
	justify-content: center;
    align-items: center;
}

.img_project_inside img{
	max-width:259px;
	max-height:199px;	
}

.block_project_inside h3{
	font-weight: 600;
	font-size:15px;
	color:#222;
	text-transform:uppercase;
    line-height: 22px;
	margin: 10px 0px;
}
.block_project_inside h3 a{
	color: #e4a01c;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: 0.3s;
	font-weight: 600;
}
.block_project_inside:hover h3 a{
	color: #d9030c;
}
/*End_project_inside*/