/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');*/

@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);
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1182px;
    }
}

body{
	font-family:"font-regular";
	overflow-x:hidden;
	color: #000;
	font-size: 15px;
}
a{
	text-decoration: none;
}
#form_hide{
	display: none;
}
/*auto css*/
.css_uppercase{text-transform:uppercase!important;}
.css_center{text-align:center!important;display: flex;justify-content: center;}
.css_left{text-align:left!important;}
.css_right{text-align:right;}
.css_justify{text-align:justify;}
.id_wrap_block{margin-bottom: 60px!important;}
.is_scroll{width: 100%!important;}

/* 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:center;width:100%;}
.read_more a{padding:5px 0px;font-size:16px;text-transform: uppercase; color:#26355a;transition: 0.3s;}
.read_more a:hover{text-decoration:none;color:#0e8743;}

a:hover{text-decoration:none;color:#3762c9}
.content_article{width: 100%;clear: both;display: inline-block;text-align:justify;color:#222222;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:18px;margin-bottom:10px;color:#0e8743;font-weight:600;text-align:left!important;margin-top:0px;text-transform:uppercase;line-height:25px;}
.kmt_page{clear:both;}
#wrap_block_article{
	
}

/* Begin css list_same */
.same_title{color:#0e8743!important;margin:10px 0px 5px 0px!important;font-size:18px;font-weight:600;text-transform:uppercase;padding-bottom:5px;clear:both;padding-top:10px;}
.same_title:hover{color:#0e8743!important;}
.list_same{margin:0px;padding:0px;}
.list_same li{color:#222;margin-bottom:3px;list-style:none}
.list_same li:hover{color:#0e8743;}
.list_same li:hover a{color:#0e8743;text-decoration:none}
.list_same li a{font-size:14px;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: #0e8743;
    border-color: #0e8743;
}

.pagination>li>a:hover{
	background-color: #0e8743;
	border-color: #0e8743;
	color: #fff;
}
/*End Phân trang*/

.kmt_note{
	color:#0e8743;	
}


#kmt_contact_form .kmt_stt_form{
	color:#f00;
	height: 20px;
	padding:0px!important;
    padding-top: 5px!important;
	padding-left:10px!important;
	line-height: 12px;
}
#kmt_contact_form .form-group{
	margin-bottom: 0px;
}
#kmt_contact_form .form-group:last-child{
	margin-bottom: 15px;
}

#kmt_payment_form .form-group{
	margin-bottom: 10px;
	font-weight: 600;
}

#kmt_register_form .form-group{
	margin-bottom: 10px;
	font-weight: 600;
}

.kmt_stt_form{
	color: #f00;
}

#wrap_block_1{
	width:100%;
	background:#0e8743;	
	padding:5px 0px;
	color: #fff;
}

.line_top{
	width:1px;
	height:29px;
	background:url(../img/line_doc.png) no-repeat center;
	padding:0px 5px;
}

#wrap_phone_top{
	width: 181px;
	height: 40px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family:"font-bold";
	font-size:18px;
	background:url(../img/icon_phone.png) no-repeat 20px center #f1b419;
	padding-left:35px;
	border-radius: 25px;
}


#wrap_email_top{
	font-weight:400;
	font-size:13px;
	background:url(../img/icon_email.png) no-repeat left center;
	display:inline-block;
	height:14px;
	line-height:14px;
	padding-left:25px;	
}

.wrap_menu_cart_lang{
	text-align:right;	
}

#wrap_menu_top a{
	color:#fff;
	font-size:12px;	
	font-weight:500;transition: 0.3s;
}

.wrap_menu_cart_lang a:hover,#active_tr{
	color:#ece82d !important;
}

#wrap_cart_top{
	font-weight:400;
	font-size:13px;
	background:url(../img/icon_cart.png) no-repeat left center;
	display:inline-block;
	height:17px;
	line-height:17px;
	padding-left:25px;	
}

#wrap_cart_top a{
	color:#fff;
	font-size:13px;	
	font-weight:400;
	line-height: 20px;
}

#wrap_lang_top a{
	color:#fff;
	font-size:14px;	
	padding-left:5px;
}

.wrap_logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin: 12px 0px;
}

.wrap_logo > .container{
	display: flex;
	justify-content: space-between;
}

.wrap_logo img{
	object-fit: contain;
}
.block_2_right{
    display: flex;
    align-items: center;
}
#wrap_search{
	width: 275px;
	float:right;
	margin-right: 15px;
}
#wrap_search form{
	display: flex;
	align-items: center;
}
#wrap_search input:nth-child(1){
	float:left;
	width:100%;
	height:38px;
	line-height:38px;
	padding-left:5px;
	color:#000;
	margin-right:-31px;
	font-size:15px;
	background:#fff;
	border-radius:25px;
	border: 1px solid #0e8743;
}

#wrap_search input:nth-child(2){
	width: 19px;
	height:19px;
	background:url(../img/icon_search.png) no-repeat center;
	float:left;
	border:0px;
}
.wrap_block_menu{
	background: #0e8743;
	display: flex;
	align-items: center;
}
.wrap_block_menu > .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#wrap_menu{
	clear:both;
	float:left;
}
.wrap_lang{
	
}
.lang_flag > a img{
	margin: 5px 0px;
}
.lang_flag > a:nth-child(1) img{
	margin-right: 5px;
}

#wrap_block_3{
	width:100%;
	display:table;
	margin-top:10px;
	clear:both;
}

.form_note{
	text-align: center;
}
.form_note span{
	color: #0e8743;
}

.kmt_title{
	font-family:"font-bold";
    font-size: 35px;
    color: #0e8743;
    line-height: 120%;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.title_h3{
	font-family:"font-bold";
	color: #fff;
	font-size: 35px;
}
.kmt_title_featured{
	margin-top: 25px;
}

.kmt-btn-slider{
	width: 100%;
    position: relative;
}

.kmt-btn-slider button{
    border-radius: 0;
    border: 0;
    cursor: pointer;
    z-index: 1;
    width: 50px;
    height: 50px;
    position: absolute;
}

.prev{
    background: url(../img/arr_left_blue.png) no-repeat center;
    left: -50px;
    top: 160px;
	transition: 0.3s;
}
.prev:hover{
	background:url(../img/arr_left_hover.png) no-repeat center;
}

.next{
    background: url(../img/arr_right_blue.png) no-repeat center;
    right: -50px;
    top: 160px;
	transition: 0.3s;
}
.next:hover{
	background:url(../img/arr_right_hover.png) no-repeat center;
}

.news-btn-slider {
    width: 100%;
    position: relative;
}
.news-btn-slider button {
    border-radius: 0;
    border: 0;
    cursor: pointer;
    z-index: 1;
    width: 26px;
    height: 50px;
    position: absolute;
	transition: 0.3s;
}
.news-btn-slider button:hover{
	filter: drop-shadow(4px 0px 3px #ba933c);
}
.news-btn-slider .prev {
    background: url(../img/news-left-arrow.png) no-repeat center;
    left: -40px;
    height: 55px;
}
.news-btn-slider .next {
    background: url(../img/news-right-arrow.png) no-repeat center;
    right: -40px;
    height: 55px;
}

/*Begin wrap_block_cats*/
.wrap_cats{
	margin-bottom: 20px;
	transition: 0.3s;
}
.wrap_cats:hover{
	transform: translate(0px, -3px);
}
.block_cats{
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
	transition: 0.3s;
}
.block_cats:hover{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.img_cats_a{
	position: relative;
	width: 100%;
	aspect-ratio:1.649;
	overflow: hidden;
	display: flex;
    justify-content: flex-start;
}
.img_cats_a img{
	max-height: 100%;
}
.img_cats_b{
	position: relative;
	width: 100%;
	aspect-ratio:2.35;
	overflow: hidden;
	display: flex;
    justify-content: flex-start;
}
.img_cats_b img{
	max-height: 100%;
}
.title_cats{
	transition: 0.3s;
	position: absolute;
	top: 20%;
	right: 30px;
}
.title_cats h3{
	margin: 0px;
}
.title_cats h3 a{
	font-family:"font-bold";
	font-size: 25px;
	margin-bottom: 10px;
	color: #000;
	text-align: right;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	line-height: 140%;
	transition: 0.3s;
}
.title_cats h3 a:hover{
	color: #0e8743;
}
.btn_cats{
	display: flex;
	justify-content: flex-end;
}
.btn_cats a{
	font-family:"font-medium";
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	color: #fff;
	background: #0e8743;
	border-radius: 5px;
	width: 105px;
	height: 36px;
	transition: 0.3s;
}
.btn_cats a:hover{
	background: #f1b419;
	color: #000;
}
/*End wrap_block_cats*/

/*Begin wrap_block_service*/
.wrap_service{
	margin-bottom: 20px;
	padding: 0px 10px;
}
.block_service{
	width: 100%;
	height: 100%;
}
.img_service{
	width: 100%;
	aspect-ratio: 2.642;
	overflow: hidden;
	display: flex;
	justify-content: center;
    align-items: center;
}
.img_service img{
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.content_service h4{
	margin: 10px 0px;
}
.content_service h4 a{
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: 0.3s;
}
.block_service:hover h4 a{
	color: #0e8743;
}
.quote_service{
	font-size: 15px;
	text-align: center;
	line-height: 150%;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*End wrap_block_service*/

/*Begin wrap_block_item*/
#wrap_block_item{
	
}
.wrap_item{
	margin-bottom: 25px;
}
.block_item{
	width:100%;
	height:100%;
	overflow:hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
	transition: 0.3s;
	border: 1px solid #b7dbc7;
	border-radius: 10px;
	box-shadow: rgba(178, 217, 193.24) 0px 1px 7px;
	padding: 20px 0px;
}
.img_item{
	position: relative;
	width:100%;
	aspect-ratio: 1.08;
    display: flex;
    justify-content: center;
    align-items: center;
	overflow: hidden;
}
.img_item img{
	max-width:100%;
	max-height:260px;	
	transition: all 0.3s ease-out;
	-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);
}
.img_item:hover img{
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	-moz-transform: scale(0.95);
	-o-transform: scale(0.95);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.content_item{
	transition: 0.3s;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
	border: 1px solid transparent;
	border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.block_item h3{
    margin: 10px auto;
	width: 100%;
}
.block_item h3 a{
	font-family:"font-bold";
	color:#000;
	text-align: center;
	font-size:15px;
	font-weight:500;
	line-height:150%;
	transition: 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.block_item h3 a:hover{
	color:#0e8743;
}
.button_item a{
	font-family:"font-medium";
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 15px;
	width: 88px;
	height: 35px;
	background: #f1b419;
	border-radius: 25px;
	transition: 0.3s;
}
.button_item a:hover{
	background: #0e8743;
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
	transform: translate(0px, -3px);
}
.price_block{
	font-size: 15px;
	font-weight: 600;
	color: #7e7e7e;
	display: flex;
}
.price_item{
	color: #dd3333;
}
.price_item_left{
	color: #dd3333;
	font-size: 12px;
}
.price_item_sale{
	color: #dd3333;
}
.price_item_sale_left{
	color: #dd3333;
	font-size: 12px;
}
.price_item_old{
	text-decoration: line-through;
}
.price_item_old_left{
	text-decoration: line-through;
	font-size: 12px;
}
.rm_readmore{
	margin-top: 10px;
}
.rm_readmore a{
	font-family:"font-medium";
    color: #0e8743;
    font-size: 18px;
    text-transform: uppercase;
    transition: 0.3s;
}
.rm_readmore a:hover{
	transform: translate(0px, -3px);
	color: #f1b419;
}
.rm_readmore a::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 9px;
	background-image: url(../img/item_symbol.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 7px;
	margin-bottom: 2px;
	transition: 0.3s
}
.rm_readmore:hover a::after{
	background-image: url(../img/item_symbol_hover.png);
}
/*End wrap_block_item*/


/*Begin wrap_block_news*/
.wrap_news{
	margin-bottom: 26px;
	padding: 0px 10px;
}
.block_news{
	width:100%;
	height: 100%;
	border: 1px solid #b7dbc7;
	box-shadow: rgba(178, 217, 193.24) 0px 1px 7px;
	border-radius: 10px;
	padding: 10px;
	overflow:hidden;
	margin:5px auto;
	background:#fff;
	transition: 0.3s;
}
.block_news_inside{
	padding: unset!important;
}
.img_news{
	width:100%;
	aspect-ratio:1.51;
	background: #bdbdbd;
	display: flex;
    justify-content: center;
    align-items: center;
	overflow:hidden;
	transition: 0.3s;
}
.img_news img{
	width:100%;
}
.block_news:hover{
	transform: translate(0px, -3px);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.content_news{
	padding: 0px 5px;
	height: 150px;
}
.content_news h3{
	margin: 20px auto;
	margin-bottom: 5px;
}
.content_news h3 a{
	font-size:15px;
	color:#000;
	font-weight:700;
	text-transform:uppercase;	
	line-height:150%;
	transition: 0.3s;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.block_news:hover .content_news h3 a{
	color:#0e8743;
}
.content_news .des_news{
	line-height:150%;
	text-align:justify;
	font-size:16px;
	font-weight: 400;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-bottom: 20px;
}

#wrap_news_home .owl-item.active.center{
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
}

.rm_news a{
    width: 87px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
    background: #0e8743;
    border-radius: 20px;
}
.rm_news a:hover{
	transform: translate(0px, -3px);
	background: #0e8743;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/*End wrap_block_news*/

/*Begin wrap_block_footer*/
#wrap_block_footer{
	background: #0e8743;
	padding: 40px 0px;
}

.title_nlt{
	float:left;
	line-height:33px;
	text-transform:uppercase;
	font-size:15px;
	font-weight:400;
	margin-right:10px;
	color: #fff;
}

.title_footer{
	font-family:"font-bold";
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
	margin:0px;
	margin-bottom:15px;	
}
.logo_footer{
	margin-bottom: 15px;
}
.logo_footer img{
	height: 60px;
}
.des_footer{
	text-align: justify;
}
.wrap_add_f{
	font-size:15px;
	line-height:22px;
	color:#fff;	
}
.footer_address{
	color: #fff;
}

#wrap_copy{
	color: #fff;
}
#wrap_copy span{
	font-family:"font-bold";
}
#wrap_copy a{
	color: #fff;
	transition: 0.3;
}
#wrap_copy a:hover{
	color: #f1b419;
}

.wrap_menu_f ul {
    width: 100%;
    list-style: inside url(../img/title_symbol.png);
    padding: 0px;
}
.wrap_menu_f ul li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.wrap_menu_f a{
	font-size:15px;
	color:#fff;	
	transition: 0.3s;
}

.wrap_menu_f a:hover{
	color:#ff9701;	
}

.wrap_social{
	text-align:left;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.wrap_social h3{
	margin: 0px;
	margin-right: 10px;
}
.wrap_social a {
    margin-right: 5px;
    margin-top: 5px;
    transition: 0.3s;
}
.wrap_social a img{
	transition: 0.3s;
}
.wrap_social a img:hover{
	transform: translate(0px, -3px);
}
/*End wrap_block_footer*/

.water_mark{
	margin-top: 20px;
	color: #fff;
}
.water_mark a{
	color: #fff;
	transition: 0.3s;
}
.water_mark a:hover{
	color: #ff9701;
}

.btn{
	color: #fff;
    font-size: 16px;
    padding: 7px 20px;
    transition: 0.3s;
    background: #0e8743;
	font-weight: 500;
    border-radius: 20px;
	margin: 0px 5px;
}

.btn:hover{
	color: #fff;
	background: #0e8743;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.wrap_map{
	height:750px;	
}

.wrap_left{
	padding-right:20px;	
}

.block_left,.block_right{
	margin-bottom:15px;	
}
.menu_sp{
	background: #F4F4F4;
}
.menu_sp .title_left {
	background:#0e8743;
	font-size:21px;
	text-align: center;
	font-weight:600;
	border-bottom: 1px solid #fff;
	padding: 15px 0px;
	padding-bottom: 10px;
}
.menu_sp .title_left span{
	color: #fff;
}

.menu_banchay, .menu_camnang{
	background: #f4f4f4;
}
.menu_camnang .title_left, .menu_banchay .title_left {
	background:#f4f4f4;
	font-size:21px;
	font-weight:500;
	padding: 15px 0px;
	padding-left: 15px;
	padding-bottom: 10px;
}
.menu_banchay .title_left span, .menu_camnang .title_left span{
	color: #0e8743;
	font-weight: 700;
}

.block_border{
	border: 2px solid #ccc;
	padding: 5px;
}

#wrap_support{
	width:100%;
	min-height:235px;
	background:url(../img/support.png) no-repeat;
	background-size: contain;
	padding-top:140px;
	color:#000;
	padding-left: 15px;
	padding-right: 15px;
}

#wrap_support .group_1{
	border-bottom: 1px dashed #a6a6a6;
}
#wrap_support .group_2{
	margin-top: 8px;
}
#wrap_support p{
	color:#000;
	font-size:13px;
	font-weight:500;
	line-height: 15px;
	margin-bottom: 14px;
}

#wrap_support p span{
	color:#000;
}

#wrap_support p img{
	
}

#kmt_phone_left span{
	color:#d22027 !important;
	font-size: 16px;
}

#kmt_email_left span{
	color:#000 !important;	
}

.list_news_left{
	width:100%;
	list-style:none;
	padding:0px;	
	margin:0px;
	padding-top:10px;
}

.list_news_left li{
	width:100%;
	padding-bottom:5px;
	margin-bottom:10px;	
	display:inline-block;
	padding-left: 15px;
}

.img_news_left{
	width:65px;
	height:65px;
	float:left;
	margin-right:10px;
	border:2px solid #fff;
	overflow: hidden;
	display: flex;
	justify-content: center;
	text-align: center;
}

.img_news_left img{
	height:100%;
}

.content_news_left{
	width:150px;
	float:left;	
}

.content_news_left h3{
	margin-bottom:5px;
	margin-top:2px;
	line-height:20px;
}

.content_news_left h3 a{
	font-size:14px;
	color:#222;
	line-height:20px;
	transition: 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content_news_left h3 a:hover{
	color:#0e8743;
}

.content_news_left p a{
	font-size:13px;
	color:#dd2426;
	font-weight: 500;
	transition: 0.3s;
}

.content_news_left p a:hover{
	color:#0e8743;
}

.read_more_news{
	text-align:right;	
}

.read_more_news a{
	font-size:13px;
	color:#0e8743;
	font-weight: 500;
	transition: 0.3s;
}

.read_more_news a:hover{
	color:#26355a;
}

.list_item_left{
	list-style:none;
	padding:0px;
	margin:0px;	
}


.list_item_left li{
	width:100%;
	display:inline-block;
	margin-bottom:10px;
	padding-bottom:10px;
	padding-left: 15px;
}

.img_item_left{
	width:65px;
	height:65px;
	float:left;	
	margin-right:10px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	text-align: center;
}

.img_item_left img{
	max-height:100%;	
}

.info_item_left{
    float: left;
    width: 160px;
}

.info_item_left h3{
	margin:0px;
	margin-bottom:5px;
}

.info_item_left h3 a{
	color:#222;
	font-size:14px;
	font-weight:600;
	line-height:20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.info_item_left h3 a:hover{
	color:#0e8743;
}

.kmt_scroll_left {
    overflow: hidden;
    width: 100%;
    aspect-ratio:0.5;
}

#menu2{
	width:100%;
	padding:10px 20px;
	list-style:none;
	background: #F4F4F4;
}

#menu2 ul{
	padding:0px;
	margin:0px;
}



#menu2 ul li{
	list-style:none;
	border-bottom:1px dashed #ccc;
	text-indent: 20px;
}

#menu2 ul li a{
	padding-left:0px;
	color:#000;
	font-size:14px;
	height:45px;
	line-height:25px;
}

#menu2 ul li ul li a{
	padding-left:30px;
}

#menu2 h2 {
	margin:0px;
	padding:10px 0px 2px 10px;
	width:100%;
	text-indent: -10px;
}
#menu2 h2 span{
	font-size: 20px;
}
#menu2 li:last-child h2{
	border-bottom: unset;
}

#menu2 li a{
	line-height: 20px;
	color:#000;
	font-size:16px;
	font-weight:400;
	transition: 0.3s;
}
#menu2 h2 > a{
	text-transform: uppercase;
	font-weight: 600;
}
#menu2 li a:hover{
	color:#0e8743;
	text-decoration:none;
}

#menu2 li a:focus{
	text-decoration:none;
}

.kmt_tab{
	border-bottom:0px;	
}

.kmt_tab li{
	margin-right:5px;
}

.kmt_tab li a{
	border: 0px!important;
	border-radius:15px;
	font-size:15px;
	text-transform:uppercase;
	font-weight:700;
	color:#fff;
	transition: 0.3s;
	background: #0e8743;
}

.kmt_tab li a:hover{
	background:#0e8743;
	color: #fff;
}

.kmt_tab .active a{
	background: linear-gradient(0deg, #0e8743 0%, #ff9700 100%)!important;
	color: #fff!important;
}

.tab-pane .content_article{
	margin-bottom:20px;
	padding:10px;
	border-radius:10px;
}

.wrap_img_item_dt{
	margin-bottom:20px;	
}

#wrap_img_product{
	width:400px;
	height:400px;
	border-radius:3px;
	padding:5px;	
	display: table-cell;
    vertical-align: middle;	
    text-align:center;
	transition: 0.3s;
	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;
}
#wrap_img_product:hover{
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

#wrap_img_product *{
   vertical-align: middle;	
}

#wrap_img_product img{
	max-width:360px;
	max-height:360px;
	transition: 0.3s;
}

#wrap_img_thumbs{
	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:89px;
	height:89px;
	float:left;	
	margin:3px 5px;
	padding:2px;
	transition: 0.3s;
	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;
}
#wrap_img_thumbs ul li:hover{
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

#wrap_img_thumbs ul li div{
	width:81px;
	height:81px;
    display: table-cell;
    vertical-align: middle;	
    text-align:center;
}

#wrap_img_thumbs ul li img{
	max-width:81px;
	max-height:81px;
}

/*Begin Giỏ hàng trang chi tiết sp*/
#wrap_info_product{
	color: #000;
}

#wrap_info_product h3{
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;	
	font-size:24px;
	color:#0e8743;
	font-weight:700;
	line-height:28px;
}

#wrap_info_product .row_value{

	margin-bottom:5px;
	padding:10px 0px;
	border-bottom:1px dashed #ccc;
	display: flex;
	align-items: center;
}
#wrap_info_product .row_value span, #wrap_info_product .row_value > .head_title{
	width: 150px;
	color: #000;
	font-size: 16px
}
.vhp_price{
	width: unset!important;
	color: #dd3333!important;
	font-size: 20px!important;
}

#kmt_phone_dt{
	border-bottom:0px!important;
	margin-top:10px;	
	font-size:20px!important;
	color:#f20303!important;
}

#kmt_phone_dt span{
	font-size:24px!important;
	font-weight:700;
}
#wrap_capacity{
	
}
#wrap_capacity span{
	width: 120px;
}

#wrap_color{
	border-bottom:0px;
	margin-bottom:0px;		
}

#img_color{
	width:85px;
	height:85px;
	float:left;
	margin-right:20px;
}

#img_color img{
	max-width:100%;	
}

#list_color{
	width:280px;
	float:left	
}

#list_color ul{
	min-width:200px;
	list-style:none;
	padding:0px;
	margin:0px;
	display:inline-block;	
	padding-top:18px;
}

#kmt_add_to_cart{
	margin:0px auto;	
}

#kmt_add_to_cart button{
    color: #fff;
    font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
    padding: 10px 20px;
	border: 0px;
    border-radius: 10px;
    transition: 0.3s;
    background: #dd3333;
	margin-top: 10px;
}

#kmt_add_to_cart button:hover{
	background: #f1b419;
}

#list_color ul li{
	width:31px;
	height:31px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	border-radius:50%;
	padding:2px;
	border:1px solid #fff;
}

#list_color ul li a{
	display:inline-block;
	width:25px;
	height:25px;
	float:left;
	border-radius:50%;
	transition: 0.3s;
}

#list_color ul li a:hover,#list_color ul li a:active,#list_color ul li a:focus{
	text-decoration:none!important;
}

#list_color ul li:hover,.active_color{
	border:1px solid #f00 !important;
}


#wrap_select_code_color select,#wrap_capacity select{
	min-width:120px;
	padding:5px;
	background: #fff;
	border: 1px solid;
}
#kmt_add_to_cart input{
	padding:2px 4px;
	width: 70px;
	border: 1px solid;
	text-align: center;
	margin-left: 5px;
}

#kmt_price_dt .row_value{
	display:none;
	width:100%;	
}

.active_capacity{
	display: flex!important;
}

.active_capacity_real{
	display: flex!important;
}
.active_capacity_real{
	color: #0e8743;
	font-weight: 600;
	font-size: 20px;
}
.active_capacity{
	color: #dd3333;
	font-size: 20px;
}

.active_capacity a{
	color: #0e8743;
	font-weight: 500;
	transition: 0.3s;
}
.active_capacity a:hover{
	color: #26355a;
	font-weight: 600;
}

.kmt_title_cart{
    color: #222;
    font-size: 14px;
	margin:0px;
    margin-bottom: 30px!important;
    border-bottom: dashed #ccc 1px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight:bold;
}

.kmt_con_cart{
   margin:0px;
   border-bottom: dashed #ccc 1px;
   padding-bottom: 10px!important; 
   margin-bottom: 10px!important;
   
}

.kmt_con_cart p{
    font-size: 14px;
}

.kmt_con_cart p span{
    color: #222!important;
    font-size: 13px;
	font-weight:700;
}

.kmt_con_cart input{
   max-width: 100%;
}

.price_cart{
	color:#f00;	
	font-weight:500;
}


.kmt_submit_cart{
    text-align: center;
	color:#222;
}
/*End Giỏ hàng trang chi tiết sp*/

.kmt_bt_sbc button:hover{
    background: #222;
    color: #fff;
}

.kmt_account{
    text-align: left;
    width: 99%;
}

.kmt_account > p{
   clear: both;
   margin-bottom: 10px;
}

.kmt_account div{
   margin-right: 10px;
   float: left;
}

.kmt_account div input{
   width: 600px;
   padding: 3px;
   
}

.kmt_account p a{
   padding: 5px 20px;
   color: #fff;
   border: 0px;
   border-radius: 3px;
   margin-right: 3px;
	transition: 0.3s;
background: linear-gradient(0deg, #0e8743 0%, #ff9701 100%);
}

.kmt_account p a:hover{
   background: #0e8743;
}

.has_line{
    text-decoration: line-through;
}

a.zalo-fix {
    position: fixed;
    right: 20px;
    z-index: 9999;
    bottom: 100px;
    border-radius: 50%;
    box-shadow: 0 0 10px #000000;
}

.hotlineSupport {
	width: 60px;
	height: 60px;
	position: fixed;
	background: #ed3237;
	right: 20px;
 	left: inherit;
 	bottom: 185px;
	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)
	    }
	}

.form-horizontal .form-group .form-control{
	border-radius: 0px;
	border: 1px solid #b2b2b2;
	height: 40px;
}

#idTT,#idQH{
    margin-bottom: 5px;
}

.input_spec{
    margin-bottom: 10px;
}

.input_spec_fr{
    margin-bottom: 5px;
}

.title_ghtk{
    display: inline-block;
    font-weight: 500;
    min-width: 350px;
}

.block_info_ship{
    padding: 20px;
}

.block_info_ship h3{
    font-size: 17px;
    margin: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #0e8743;
}

.wrap_oem{
	padding: 0px 10px;
}
.block_oem{
	
}
.block_oem h3{
    background: url(../img/oem_line.png) no-repeat bottom left;
    padding-bottom: 10px;
	margin-bottom: 15px;
    font-size: 20px;
	font-weight: 600;
    color: #0e8743;
    line-height: 24px;
    text-transform: uppercase;
}
.info_oem{
	line-height: 24px;
	text-align: justify;
}
.oem_banner{
	width: 100%;
}

/*Begin product_detail*/
.title_detail_product{
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 20px;
}
.wrap_bar_detail_product{
	border-bottom: 0px;
	margin: 0px;
	margin-bottom: 20px;
}
.block_bar_detail_product{
	height: 50px;
	padding: 0px 5px;
}
.bar_detail_product{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 2px solid #0e8743;
	transition: 0.3s;
	border-radius: 50px;
}
.bar_detail_product h4{
	color: #0e8743;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0px;
	font-weight: 500;
	transition: 0.3s;
}
.bar_detail_product:hover, .block_bar_detail_product.active .bar_detail_product {
	background: #f1b419!important;
	border: 2px solid #f1b419;
	border-radius: 50px;
}
.bar_detail_product:hover{
	transform: translate(0px, -3px);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.bar_detail_product:hover h4, .block_bar_detail_product.active h4{
	color: #fff;
}
.block_video_detail_product{
	display: flex;
	justify-content: center;
}
.video_detail_product{
	width: 80%;
	aspect-ratio:1.5;
}
/*End product_detail*/

/*Begin wrap_block_feartured*/
#wrap_block_featured .container{
	background: url(../img/bg_feartured.jpg) no-repeat center;
	background-size: cover;
	padding: 5px 0px;
	border-radius: 20px;
}
.featured_right{
	padding: 0px 25px;
}
.wrap_featured{
	margin-bottom: 25px;
}
.block_featured{
	border: 1px solid #b2d9c1;
	background: #fff;
	box-shadow: rgba(178, 217, 193.24) 0px 1px 4px;
	border-radius: 5px;
	overflow: hidden;
	transition: 0.3s;
}
.block_featured:hover{
	transform: translate(0px, -3px);
	box-shadow: rgba(178, 217, 193.35) 0px 3px 10px;
}
.block_featured .row{
	margin: 12px 0px
}
.block_img_featured{
	display: flex;
	justify-content: center;
	align-items: center;
}
.img_featured{
	width: 100%;
	aspect-ratio:1.08;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.img_featured a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img_featured img{
	max-width: 100%;
	object-fit: contain;
}
.content_featured {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.content_featured h3 a{
	font-family:"font-medium";
	font-size: 15px;
	color: #000;
	line-height: 165%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	overflow: hidden;
	transition: 0.3s;
}
.content_featured h3 a:hover{
	color: #f1b419;
}
.button_featured{
	width: 100%;
}
.button_featured a{
	font-family:"font-medium";
	color: #0e8743;
	font-size: 15px;
	transition: 0.3s;
}
.button_featured a:hover{
	color: #f1b419;
}
/*End wrap_block_feartured*/

/*Begin wrap_block_feartured*/
.block_img_quote{
	padding: 0px;
}
.img_quote{
	overflow: hidden;
}
.block_content_quote{
	background: url(../img/bg_quote.jpg) no-repeat center;
	background-size: cover;
	display: flex;
    align-items: center;
	padding: 70px;
}
.content_quote{
	max-width: 591px;
}
.des_content_quote{
	font-size: 18px;
	font-family:"font-medium";
	color: #fff;
}
.block_button{
	display: flex;
	margin-top: 55px;
}
.button_quote{
	margin-right: 10px;
}
.button_quote a{
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 50px;
	border-radius: 25px;
	font-size: 21px;
	font-family:"font-bold";
	color: #0e8743;
	transition: 0.3s;
}
.button_quote a:hover{
	transform: translate(0px, -3px);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.button_hotline{
	
}
.button_hotline a{
	border: 2px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 253px;
	height: 50px;
	border-radius: 25px;
	font-size: 21px;
	font-family:"font-bold";
	color: #fff!important;
	transition: 0.3s;
}
.button_hotline a::before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url(../img/icon_phone_quote.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 12px;
	vertical-align: middle;
}
.button_hotline a:hover{
	transform: translate(0px, -3px);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/*End wrap_block_feartured*/

/*Begin wrap_block_quote*/

/*End wrap_block_quote*/