/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&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:"Helvetic Neue";
	src: url(../fonts/helveticaneue.ttf);
}

@font-face {
	font-family:"Helvetic Neue - Bold";
	src: url(../fonts/helveticaneuebold.ttf);
}

@font-face {
	font-family:"Helvetic Neue - Condensed Bold";
	src: url(../fonts/helvetica-neue-condensed-bold.ttf);
}

body{
	font-family:"Helvetic Neue";
	/*font-family: 'Roboto', sans-serif;*/
	overflow-x:hidden;
	color: #000;
}

*:hover,*:focus { outline: 0; }{
	outline: none!important;	
}

#form_hide{
	display: none;
}
.id_wrap_block {
    margin-bottom: 50px !important;
}
.grid_block{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	margin-left: -5px;
    margin-right: -5px;
}
.grid_block::after{
	content: "";
	flex: auto;
}
/* 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:#dd0000;text-transform:uppercase}
.read_more a:hover{text-decoration:none;color:#b4b4b4;}

a:hover{text-decoration:none;color:#ff0000}
.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:15px;margin-bottom:10px;color:#207261;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!important;}
.kmt_right{text-align:right;}
.kmt_justify{text-align:justify;}

/* Begin css list_same */
.same_title{color:#207261!important;margin:10px 0px 5px 0px!important;font-size:34px;text-transform:uppercase;font-weight:700;padding-bottom:5px;clear:both;padding-top:10px;}
.list_same{margin:0px;padding:10px 0px;}
.list_same li{color:#000;margin-bottom:3px;list-style:none}
.list_same li:hover{color:#207261;}
.list_same li:hover a{color:#207261;text-decoration:none}
.list_same li a{font-size:15px;color:#000;}
.list_same li a span{color:#000;}
/* End css list_same */


.pagination>li>a, .pagination>li>span {
    color: #fff;
	background-color: #207261;
	border: 1px solid #207261;
}

.pagination>li>a:hover{
	background-color: #000;
	border-color: #000;
	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: #000;
    border-color: #000;
}

.kmt_note{
	color:#207261;	
}

.img_award img{
    width: 100%!important;
}


.kmt_bt{
	background:#207261;
	border-radius: 15px;
	border:0px;
	color:#fff;	
	transition: 0.3s;
}

.kmt_bt:hover{
	background:#207261;
	color:#fff;
}

.kmt_stt_form{
	color:#be0101;
	padding:0px!important;
    padding-top: 5px!important;
	padding-left:10px!important;
}

.wrap_center{
	width:100%;
	margin:40px auto;	
}

#wrap_header{
	width:100%;
	background:url(../img/bg_texture.png) repeat;
	padding:10px 0px;	
}
#wrap_header > .container > .row{
    display: flex;
    align-items: center;
}


.wrap_phone_mail span{
	display:inline-block;
	color:#fff;
	font-size:13px;
	float:left;
}

.wrap_phone_mail span a{
	color:#fff;
	font-size:13px;
}

.wrap_phone_mail i{
	margin-right:5px;	
	color:#fff;
	font-size:15px;
}

#wrap_phone{
	margin-right:15px;	
}

.wrap_lang{
    display: flex;
    justify-content: flex-end;
	align-items: center;
}
.wrap_lang a{
	padding-left:5px;	
    color: #fff;
}
.wrap_lang a:hover{	
    color: #d01820;
}
#lang_select{
    height:25px;
	float: right;
	font-weight: 600;
	border: 0px;
    border-radius: 5px;
}
.image_symbol_earth{
	float: right;
}
.image_symbol_earth img{
    width: 26px;
    height: 26px;
    margin-right: 10px;
}

#wrap_block_1{
	width:100%;
	clear:both;
	display:inline-block;	
}

.wrap_logo img{
	height: 79px;
	margin: 10px 0px;
}

#wrap_phone span{
	display:inline-block;
	background:url(../img/icon_phone.png) no-repeat left center;
	padding-left:30px;
	color:#be0101;
	font-weight:bold;
	font-size:16px;
	height:20px;
	line-height:20px;	
}

#wrap_block_2{
	width:100%;
	clear:both;
	display:inline-block;	
}

#wrap_menu{
	clear:both;
	float:right;	
	margin-top:35px;
}

#icon_search i{
	margin-top:8px;
	color:#207261;
	font-size:18px;	
	cursor:pointer;
}

#icon_search:hover{
	background:none;
}

#icon_search:hover i{
	color:#000;
}

#wrap_search_top {
    width: 100%;
    position: absolute!important;
    z-index: 1000!important;
    top: 107px;
    right: 0px;
}

#wrap_search{
	float:right;	
	width:350px;
	padding:20px;
	background:#fff;
	display:none;
}

#wrap_search input:nth-child(1){
	width:100%;
	height:34px;
	line-height:34px;
	padding-left:5px;
	color:#333;
	float:left;
	margin-right:-90px;
}

#wrap_search input:nth-child(2){
	width:90px;
	height:34px;
	line-height:34px;
	color:#fff;
	background:#207261;
	border:0px;
	float:left;
	text-transform:uppercase;
	font-weight:600;
}

#wrap_search input:nth-child(2):hover{
	background:#000;
}

#wrap_block_3{
	width:100%;
	clear:both;
	display:inline-block;	
}

#wrap_intro_home{
	background: url(../img/bg_texture_product.jpg) repeat;
	padding: 50px 0px;
}
.wrap_intro_left h2{
	color:#207261;
	font-size:20px;
	text-transform:uppercase;
	font-weight:700;
	margin-top: 0px;
}

.wrap_intro_left h2 span{
	color:#207261;
	font-size:37px;	
}
.wrap_intro_left .content_article{
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}
.wrap_intro_right{
	
}
.block_video{
	width: 100%;
	aspect-ratio:1.53;
	display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.iframe_video{
	width: 100%;
	aspect-ratio:1.53;
}

.rm_intro{
	margin-top: 15px;
	transition: 0.3s;
}
.rm_intro:hover{
	transform: translate(0px, -4px);
}
.rm_intro a{
	color:#207261;
	font-size:16px;	
	font-weight:500;
	border-radius:16px;
	font-style: italic;
	transition: 0.3s;
}
.rm_intro a:hover{
	color:#000;
}

.rm_tech{
	display: flex;
    justify-content: center;
	transition: 0.3s;
}
.rm_tech:hover{
	transform: translate(0px, -4px);
}
.rm_tech a{
	color:#fff;
	font-size:16px;	
	font-weight:500;
	background: #207261;
	padding:12px 20px;
	border-radius:20px;
	text-transform: uppercase;
	transition: 0.3s;
}
.rm_tech a:hover{
	color:#fff;
	background: #207261;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.rm_news{
    width: 87px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    border: 1px solid #207261;
	margin-top: 10px;
}
.rm_news a{
	color:#207261;
	font-size:16px;	
	font-weight:600;
	transition: 0.3s;
}
.rm_news:hover{
	background: #207261;
	border: 1px solid #207261;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.rm_news:hover a{
	color:#fff;
}

.rm_product{
	width: 105px;
	height: 35px;
	display: flex;
    justify-content: center;
    align-items: center;
	margin:10px 0px 10px 0px;
	transition: 0.3s;
	border: 1px solid #207261;
}
.rm_product a{
	color:#207261;
	font-size:14px;	
	font-weight:600;
	transition: 0.3s;
}
.rm_product:hover{
	background: #fff;
	background: #207261;
	border: 1px solid #207261;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transform: translate(0px, -5px);
}
.rm_product:hover a{
	color:#fff;
}

.kmt_title{
	font-family:"Helvetic Neue - Bold";
	color:#207261;
	font-size:44px;		
	line-height:52px;
	font-weight:700;
	margin:0px;
	margin-bottom:20px;
}
.kmt_title_withText{
	margin-bottom: 5px!important;
}
.title_text{
	padding: 0px 25%;
	margin-bottom: 20px;
}
.title_intro{
	font-family:"Helvetic Neue - Bold";
	font-size:40px;
	text-align: center;
    margin: 0px;
    margin-bottom: 30px;
	color: #207261;
}
.title_intro_small{
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.kmt_title_sub{
	width:75%;
	margin:0 auto;
	margin-top:-20px;
	margin-bottom:20px;	
}

.kmt_title_sub span{
    font-weight: 500;
    text-transform: uppercase;
}

.title_news{
    font-weight: 700;
    margin-bottom: 20px;
}

.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-item{
	background:url(../img/arr_left.png) no-repeat center;
	left:-30px;
	width:25px;
	height:230px;
}
.next-item{
	background:url(../img/arr_right.png) no-repeat center;
	right:-30px;
	width:25px;
	height:230px;
}

.product-slider{
	width:100%;
	position:relative;
	z-index:500;
}
.product-slider button{
	border-radius: 0;
	border: 0;
	cursor: pointer;
	z-index: 1;
	margin:0px 5px;
	position:absolute;
}
.prev-product{
	background:url(../img/arr_left.png) no-repeat center;
	left:-30px;
	width:25px;
	height:302px;
}
.next-product{
	background:url(../img/arr_right.png) no-repeat center;
	right:-30px;
	width:25px;
	height:302px;
}

.wrap_menu{
	margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.block_menu{
	background: url(../img/bg_texture_product.jpg) repeat;;
	padding: 20px;
	width: 100%;
	margin: 0px 5px;
    overflow: hidden;
	transition: 0.3s;
}
.block_menu:hover{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.img_menu{
	width: 100%;
	aspect-ratio: 1.434;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.img_menu a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.img_menu img{
	max-height: 100%;
}
.content_menu{
	transition: 0.3s;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.content_menu h3{
	margin: 15px 0px;
	width: 100%;
}
.content_menu h3 a{
	color: #000;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	overflow: hidden;
	transition: 0.3s;
}
.rm_menu{
	width: 105px;
	height: 40px;
	display: flex;
    justify-content: center;
    align-items: center;
	transition: 0.3s;
	border: 1px solid #207261;
}
.rm_menu a{
	color:#207261;
	font-size:16px;	
	font-weight:600;
	transition: 0.3s;
}
.rm_menu:hover{
	background: #207261;
	border: 1px solid #207261;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.rm_menu:hover a{
	color:#fff;
}


.wrap_item{
	margin-bottom: 20px;	
}
.block_item{
	width: 100%;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.block_item_scroll{
	padding: 0px 3%;
}
.img_item{
	width:100%;
	aspect-ratio:0.9;
	display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d5d5d5;
	overflow: hidden;
}
.border_item{
	width:100%;
	aspect-ratio:0.9;
	display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
.img_item img{
   	max-width: 100%;
	max-height: 100%;
	display:inline !important;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);	
}
.block_item:hover .img_item img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);	
}
.block_item h3{
	width: 100%;
}
.block_item h3 a{
	color:#000;
	font-size:17px;
	font-weight:600;
	line-height:20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.block_item h3 a:hover{
	color:#207261;	
}

.rm_item a{
    font-size: 14px;
    color: #7bc143;
}

.rm_item a span{
    font-size: 12px;
}


.rm_item a:hover{
    color: #207261;
}

.wrap_news{
	margin-bottom: 40px;
}
.is_scroll{
	width:100%!important;
}
.block_news{
	width:100%;
	padding: 0px 15px;
	overflow:hidden;
	margin:0 auto;
	background:#fff;
	transition: 0.3s;
}
.img_news{
	width:100%;
	aspect-ratio:1.52;
	background: #bdbdbd;
	display: flex;
    justify-content: center;
    align-items: center;
	overflow:hidden;
	transition: 0.3s;
}
.img_news img{
	width:100%;
}
.block_news:hover .img_news{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.content_news{
	padding: 0px 5px;
}
.content_news h3 a{
	font-size:14px;
	color:#000;
	font-weight:600;
	text-transform:uppercase;	
	line-height:22px;
	transition: 0.3s;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.content_news h3 a:hover{
	color:#207261;
}
.content_news .des_news{
	line-height:22px;
	text-align:justify;
	font-size:14px;
	font-weight: 500;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#wrap_news_home .owl-item.active.center{
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
}

.wrap_news_inside{
	margin-bottom: 40px;
	border-right: 1px solid #b2b2b2;
}
.no_border_right{
	border-right: unset!important;
}
.block_news_inside{
	width:100%;
	padding: 0px 15px;
	overflow:hidden;
	margin:0 auto;
	background:#fff;
	transition: 0.3s;
}
.img_news_inside{
	width:100%;
	aspect-ratio:1.52;
	background: #bdbdbd;
	display: flex;
    justify-content: center;
    align-items: center;
	overflow:hidden;
	transition: 0.3s;
}
.img_news_inside img{
	width:100%;
}
.block_news_inside:hover .img_news_inside{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.content_news_inside{
	padding: 0px 5px;
}
.content_news_inside h3 a{
	font-size:14px;
	color:#000;
	font-weight:600;
	text-transform:uppercase;	
	line-height:22px;
	transition: 0.3s;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.content_news_inside h3 a:hover{
	color:#207261;
}
.content_news_inside .des_news_inside{
	line-height:22px;
	text-align:justify;
	font-size:14px;
	font-weight: 500;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*Begin Trang tuyển dụng*/
.wrap_recruitment{
	margin-bottom: 60px;
	overflow: hidden;
}
.wrap_recruitment h3{
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 20px;
}
.wrap_recruitment h3 a{
	color: #207261;
	transition: 0.3s;
}
.wrap_recruitment h3:hover a{
	color: #000
}
.block_recruitment{
	display: flex;
}
.recruitment_content{
	padding: 20px 15px;
    display: flex;
    flex-direction: column;
}
.recruitment_right_content{
	flex-direction: row-reverse;
}
.recruitment_content .recruitment_quote{
	line-height: 28px;
	font-size: 15px;
	margin-bottom: 10px;
	display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
	text-align: justify;
}
.recruitment_img{
	padding: 0px;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.recruitment_img img{
	width: 100%;
	padding: 0px 15px;
}
.rm_recruitment{
    height: 35px;
    width: 105px;
	border: 1px solid #207261;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: 0.3s;
    background-position-x: 106px;
}
.rm_recruitment a{
    color: #207261;
    font-weight: 500;
    line-height: 35px;
    font-size: 16px;
    transition: 0.3s;
}
.rm_recruitment:hover{
	background: #000;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	transform: translate(0px, -3px);
}
.rm_recruitment:hover a{
	color: #fff;
}
/* End Trang tuyển dụng*/


#top {
    position: fixed !important;
    position: absolute;
    bottom: 200px;
    right: 25px;
    z-index: 9999;
}

#wrap_block_4 {
    width: 100%;
    clear: both;
    display: inline-block;
    background: url(../img/bg_texture.png) repeat ;
    padding: 45px 0px;
}

#wrap_block_4 h6{
	margin:0px;
	margin-bottom:15px;
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:22px;
	color:#fff;
}

.logo_footer{
	margin-bottom: 20px;
}

.wrap_add_f{
	color:#fff;
	line-height:22px;	
}

.wrap_social_f{
	color:#fff;	
}

.wrap_social_f a{
	color:#fff;	
}

#wrap_social{
	margin:10px auto;	
}

#wrap_social span{
	color:#fff;
	font-size:15px;	
	text-transform:uppercase;
}

#wrap_social a{
	display: inline-block;
    text-align: center;
    font-size: 22px;
    padding: 9px 0px;
    color: #fff;
    margin:0px 2px;	
}
#wrap_social img{
	transition: 0.3s;
}
#wrap_social img:hover{
	transform: translate(0px, -5px);
}

.wrap_ca{
	width:110px;
	height:110px;
	background:#fff;
	margin:0 auto;
	overflow:hidden;	
}

.wrap_ca div{
	width:110px;
	height:110px;
	display: table-cell;
    vertical-align: middle;	
    text-align:center;
	border:1px solid #e2dede;
}
	
.wrap_ca *{
   vertical-align: middle;	
}

.wrap_ca img{
	max-width:110px;
	max-height:110px;	
	border:3px solid #fff;
	display:inline !important;
}

.wrap_ca_all{
	width:70%;	
	margin-left:-10px;
}

.kmt_tab{
	width:100%;
	margin:-20px 0px 25px 0px;	
}

.kmt_tab a{
	display:inline-block;
	padding:8px 15px;
	border:1px solid #207261;
	color:#fff;
	background:#207261;
	font-weight:600;
	font-size:14px;
	text-transform:uppercase;
    border-radius: 15px;	
}

.kmt_tab a:hover,#active_tab{
    border:1px solid #207261;
	background:#207261!important;
	color:#fff;
}

.wrap_map{
	height:350px;	
}

.kmt_title_sub_2{
	width:100%;
	color:#207261;
	font-weight:600;
	border-bottom:1px solid #207261;
	padding-bottom:5px;
	margin-bottom:15px;	
	margin-top:20px;
	font-size:20px;
}

.wrap_img_dt{
	margin-bottom:20px;	
}

#wrap_img_dt{
	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;
	border: 1px solid #d5d5d5;
	width: 100%;
	aspect-ratio: 0.9;
	display: flex;
    justify-content: center;
    align-items: center;
	overflow: hidden;
	padding: 5px;
}
.border_img_dt{
	width: 100%;
	aspect-ratio: 0.9;
	overflow: hidden;
	background: #fff;
    display: flex;
    justify-content: center;
	text-align: center;
	align-items: center;
}
#wrap_img_dt img{
	max-width: 100%;
	max-height: 100%;
}

.wrap_info_dt h3{
	color:#207261;
	text-transform:uppercase;
	font-weight:700;
	line-height:25px;
	padding-bottom:10px;
	border-bottom: 1px solid;
}

.wrap_info_dt p{
	padding:0px;
	font-size:15px;
	padding-bottom:10px;
	margin-bottom:10px;
	font-weight:500;
}

.wrap_info_dt div{
	font-size: 15px;
	padding:5px 0px;
	font-weight:500;
}

#product_price a{
	font-size:15px;
	font-weight:600;
	color:#207261;
}

#kmt_hotline{
	font-size:20px;
	font-weight:600;
	color:#207261;
	text-transform:uppercase;	
	margin-top:10px;
	clear:700;
}

#kmt_hotline span{
	font-size:28px;
}

#wrap_img_thumbs{
	width:100%;
	margin-top:10px;
	display:inline-block;
}

#wrap_img_thumbs ul{
	list-style:none;
	padding:0px;
	margin:0px;
	width:100%;	
	text-align:center;
}

#wrap_img_thumbs ul li{
	width:24%;
	aspect-ratio:0.9;
	margin: 0px 0.5%;
	margin-bottom: 10px;
	float:left;
	display: flex;
    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;
    border: 1px solid #d5d5d5;
	border-radius: 15px;
	overflow: hidden;
	padding: 3px;
	transition: 0.3s;
}
#wrap_img_thumbs ul li:hover{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#wrap_img_thumbs .img_thumbs{
	width:100%;
	aspect-ratio:0.9;
	display: flex;
	justify-content: center;
	overflow: hidden;
	border-radius: 9px;
	background: #fff;
	align-items: center;
}

#wrap_img_thumbs .img_thumbs img{
	max-width: 100%;
	max-height: 100%;
}

.wrap_name{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #be0101;
    font-size: 15px;
    line-height: 20px;
    display: none;
}

#wrap_icon_is{
   margin: 20px auto; 
}

#wrap_icon_is p{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: none!important;
}

#wrap_icon_is p span{
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.info_icon_is{
    margin-top: 5px;
}

.kmt_fixed {
    width: 100%!important;
    position: fixed!important;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    margin-top: 0px!important;
    border: 1px solid #e8e8e8;
}

a.zalo-fix {
    position: fixed;
    right: 18px;
    z-index: 9999;
    bottom: 20px;
    border-radius: 50%;
    box-shadow: 0 0 10px #7bc143;
}

.count_num {
    display: inline-block;
    width: 17px;
    height: 17px;
    line-height: 13px;
    margin-right: 1px;
    font-weight: bold;
    text-align: center;
    background: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    color: #000;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 2px;
    padding: 1px 1px 2px 1px;
}

#wrap_ana{
    margin-top: 20px;
    color: #fff;
    margin-bottom: 10px;
}

.wrap_menu_f ul{
    list-style: none;
    padding: 0px;
    width: 100%;display: inline-block;
}

.wrap_menu_f ul li{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.wrap_menu_f ul li span{
	font-weight: 900;
}

.wrap_menu_f ul li a{
    font-size: 16px;
    color: #fff;
	transition: 0.3s;
}

.wrap_menu_f ul li a:hover{
    color: #000;
}

.info_icon h3{
	text-align: center;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 20px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
}
.info_icon .des_icon{
	font-size: 15px;
	text-align: justify;
}
.info_right h4 a{
	color:#000;
	opacity:10;
	font-size:16px;
    font-weight: 600;
}

.info_right h4 a:hover{
	color:#207261;
    text-decoration: none;
}

.info_right p a{
	background:#207261;
	padding:5px 10px;
	color:#fff;
}

.info_right p a:hover{
	background:#000;
	text-decoration:none;
}

#wrap_content_intro .content_article{
	margin-bottom: 30px;
}

	.hotlineSupport {
	    width: 60px;
	    height: 60px;
	    position: fixed;
	    background: #ed3237;
	    right:21px;
         left: inherit;
         bottom:110px;
	    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;
	}
	.support-content {
	    width: 250px;
	    position: absolute;
	    background: #fff;
	    top: 0;
	    right: calc(100% + 20px);
	    padding: 18px;
	    color: #000;
	    text-align: left;
	    font-size: 17px;
	    line-height: 25px;
	    border: solid 2px #ed3237;
	    border-radius: 5px;
	    transition: all 0.5s ease;
	    -webkit-transition: all 0.5s ease;
	    -mos-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;

	    transform: translateX(200%);
	    -webkit-transform: translateX(200%);
	    -mos-transform: translateX(200%);
	    -ms-transform: translateX(200%);
	    -o-transform: translateX(200%);
	}
	.support-content .line a {
	    display: block;
	    padding-left: 30px;
	    position: relative;
	    color: #ed3237;
	    font-weight: bold;
	    font-size: 20px;
	    line-height: 30px;
	    margin-bottom: 10px;
	}
	.support-content .line.v2 a:before{
	    content: initial;
	}
	.support-content.show{
	    transform: translateX(0%);
	    -webkit-transform: translateX(0%);
	    -mos-transform: translateX(0%);
	    -ms-transform: translateX(0%);
	    -o-transform: translateX(0%);
	}
	.support-content:before {
	    content: "";
	    width: 0;
	    height: 0;
	    border-top: 10px solid transparent;
	    border-bottom: 10px solid transparent;
	    border-left: 10px solid #ed3237;
	    position: absolute;
	    left: 100%;
	}
	.support-content p {
	    padding: 0;
	    font-size: 14px;
	    line-height: 20px;
	    text-transform: uppercase;
	}
	.support-content .ion {
	    width: 49%;
	    height: 30px;
	    display: block;
	    float: left;
	    color: #fff;
	    border-radius: 5px;
	    padding: 3px 0px 0px 6px;
	    text-transform: Capitalize;
	}

	@-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)
	    }
	}

/*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%;
	font-weight: 600;
    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: #207261;
	text-transform: uppercase;
}
#wrap_breadcrumb p {
	line-height: 20px;
	color: #000;
	margin-bottom: 50px;
}
#wrap_breadcrumb p a {
	font-style: italic;
    color: #000;
    font-size: 16px;
    padding: 0px 3px;
	transition: 0.3s;
}
#wrap_breadcrumb p a:hover{
	color: #207261;
}
/* End css breadcrumb */

/*Begin wrap_block_history*/
.img_history{
	display: flex;
	justify-content: center;
}
.img_history a {
	width: 100%;
}
.img_history img{
	width: 100%;
}
/*End wrap_block_history*/

/*Begin wrap_menu_left*/
.menu_left_title{
	text-transform: uppercase;
	color: #207261;
	border-bottom: 1px solid #207261;
	margin-bottom: 12px;
}
.menu_left_title h3{
	font-size: 30px;
	font-weight: 600;
	margin: 0px;
	padding-bottom: 12px;
}
.cats_1{
	text-transform: uppercase;
}

#wrap_support{
	width:100%;
	background:url(../img/support.jpg) no-repeat top #fff;
	padding-top:160px;
    padding-bottom: 20px;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.sp_info{
	margin: 0px 12px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #b6bec1;
	padding-bottom: 10px;
}
.sp_social{
	display: flex;
	justify-content: center;
}
.block_support{
	margin: 0px 5px;
}
.block_support img{
	margin-right: 5px;
}
.block_support a{
	color: #000;
	font-size: 16px;
	font-weight: 500;
	transition: 0.3s;
}
.block_support a:hover{
	color: #d30404;
}
.sp_info p{
	margin: 0px;
	text-indent: 10px;
	font-weight:600;
}
.sp_info p span{
	font-weight: 600;
	color:#000;
	font-size: 16px;
}
#wrap_support p:nth-child(1){
	color:#d30404;
	font-size:20px;
	font-weight:700;
}
/*End wrap_menu_left*/

#wrap_partner{
    width: 100%;
    margin: 10px auto;
}
.wrap_partner{
	display: flex;
    justify-content: center;
}
.block_partner{
	width:170px;
    height: 100px;
}
.img_partner{
    width:170px;
    height: 100px;
    background: #fff;
    border: 1px solid #E4E4E4;
	display: flex;
    justify-content: center;
    align-items: center;
	overflow: hidden;
}
.img_partner img{
	max-width: 166px;
    max-height: 96px;
}

/*Begin wrap_block_app_home*/
#wrap_block_app_home{
		
}
.row_app_home{
	margin: 0px;
}
.wrap_app_home{
	display: flex;
	justify-content: center;
    margin-bottom: 0px;
    padding: 5px;
}
.block_app_home{
	width:100%;
	aspect-ratio: 1.495;
    display: flex;
    justify-content: center;
}
.img_app_home{
	width:100%;
	aspect-ratio: 1.495;
	overflow: hidden;
	text-align:center;
	display: flex;
    align-items: center;
}
.img_app_home img{
	max-width:100%;
}
.block_app_home h3{
	font-size:15px;
	color:#222;
	text-transform:uppercase;
    line-height: 22px;
}

.wrap_app_home figure.snip0015 {
	font-family: 'Raleway', Arial, sans-serif;
	color: #fff;
	position: relative;
	width: 100%;
	aspect-ratio: 1.495;
	text-align: center;
	margin:0 auto;
	background: #222;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap_app_home figure.snip0015 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap_app_home figure.snip0015 img {
  opacity: 1;
  display:inline!important;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.wrap_app_home figure.snip0015 figcaption {
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 2em;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap_app_home figure.snip0015 figcaption::before {
  position: absolute;
  top: 50%;
  right: 0px;
  bottom: 50%;
  left: 0px;
  content: '';
  opacity: 0;
  background-color: rgba(33, 117, 99, 0.95);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.wrap_app_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_app_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: 33px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wrap_app_home figure.snip0015 p {
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  color:#fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wrap_app_home figure.snip0015 h3 span {
  font-weight: 800;
}
.wrap_app_home figure.snip0015:hover figcaption h3, .wrap_app_home figure.snip0015:hover figcaption p {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.wrap_app_home figure.snip0015:hover figcaption::before {
  background:rgba(33, 117, 99, 0.95);
  top: 0px;
  bottom: 0px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
/*End wrap_block_app_home*/

.wrap_icon_intro{
    padding: 0px 1%;
	margin-bottom: 10px;
}
.block_icon_intro{
	min-height: 300px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    border: 1px solid #207261;
	border-radius: 25px;
    padding: 4%;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	transition: 0.3s;
}
.block_icon_intro:hover{
	transform: translate(0px, -5px);
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.img_icon_intro{
    height: 100px;
    aspect-ratio:1;
    display: flex;
	justify-content: center;
    align-items: center;
}

.img_icon_intro img{
    max-width: 100%;
	max-height: 100%;
}

.info_icon_intro{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.info_icon_intro h3{
	text-align: center;
    margin: 10px 0px;
    font-size: 18px;
    line-height: 20px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
}
.info_icon_intro .des_icon_intro{
	font-size: 16px;
	line-height: 25px;
	text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wrap_app{
	margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.block_app{
	width: 100%;
	margin: 0px 15px;
    overflow: hidden;
	transition: 0.3s;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.block_app:hover{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.img_app{
	width: 100%;
	aspect-ratio: 1.495;
	display: flex;
	justify-content: center;
	overflow: hidden;
	background: #dfdfdf;
}
.img_app a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.img_app img{
	max-height: 100%;
}
.content_app{
	background: url(../img/bg_texture_product.jpg) repeat;
	transition: 0.3s;
	height: 45px;
	display: inline-flex;
    width: 100%;
    text-align: center;
    justify-content: center;
	align-items: center;
}
.content_app h3{
	margin: 0px;
}
.content_app h3 a{
	color: #207261;
	text-transform: uppercase;
	font-weight: 700;
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	overflow: hidden;
	transition: 0.3s;
}
.block_app:hover .content_app{
	background: url(../img/bg_texture.png) repeat;
}
.block_app:hover .content_app h3 a{
	color: #fff;
}

.info_item{
	text-transform: uppercase;
	padding-left: 20px;
	font-size: 15px;
}
.info_item li{
	margin-bottom: 8px;
}
.info_item li::marker{
	color: #207261;
	font-weight: 700;
}