@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
	font-family:"UTM_KABEL";
	src: url(../fonts/UTM_KABEL_KT.TTF);
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1170px;
    }
}

body{
	font-family: "Montserrat", sans-serif;
	overflow-x:hidden;
	color: #000;
}
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:#00aeef;}

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:#00aeef;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:#00aeef!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:#00aeef!important;}
.list_same{margin:0px;padding:0px;}
.list_same li{color:#222;margin-bottom:3px;list-style:none}
.list_same li:hover{color:#00aeef;}
.list_same li:hover a{color:#00aeef;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: #00aeef;
    border-color: #00aeef;
}

.pagination>li>a:hover{
	background-color: #00aeef;
	border-color: #00aeef;
	color: #fff;
}
/*End Phân trang*/

.kmt_note{
	color:#00aeef;	
}


#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:#00aeef;	
	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{
	font-weight:600;
	font-size:13px;
	background:url(../img/icon_phone.png) no-repeat left center;
	display:inline-block;
	height:14px;
	line-height:14px;
	padding-left:20px;	
}


#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{
	padding-top:23px;	
}

.wrap_logo img{
	object-fit: contain;
}

#wrap_search{
	width:230px;
	height:32px;
	float:right;
	margin: 0px 5px;
	margin-top:15px;
}

#wrap_search input:nth-child(1){
	float:left;
	width:100%;
	height:32px;
	line-height:32px;
	padding-left:5px;
	color:#000;
	margin-right:-31px;
	font-size:11px;
	background:#fff;
	border-radius:10px;
	border: 1px solid #ed1c24;
}

#wrap_search input:nth-child(2){
	width: 31px;
	height:32px;
	background:url(../img/icon_search.png) no-repeat center;
	float:left;
	border:0px;
}

#wrap_menu{
	clear:both;
	float:right;
	margin-top:10px;
}

#wrap_block_3{
	width:100%;
	display:table;
	margin-top:10px;
	clear:both;
}

.form_note{
	text-align: center;
}
.form_note span{
	color: #ed1c24;
}

.kmt_title{
	font-weight: 700;
    font-size: 38px;
    color: #ed1c24;
    line-height: 120%;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.kmt_title_blue{
	color: #00aeef!important;
}

.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;
}

/*Begin wrap_block_cats*/
.wrap_cats{
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 0px 10px;
	transition: 0.3s;
}
.wrap_cats:hover{
	transform: translate(0px, -3px);
}
.block_cats{
	width: 100%;
	height: 100%;
	padding: 5px;
	border: 1px solid #00aeef;
	border-radius: 10px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
	transition: 0.3s;
}
.block_cats:hover{
	border: 1px solid #ed1c24;
}
.img_cats{
	position: relative;
	width: 100%;
	aspect-ratio:1.3;
	overflow: hidden;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.img_cats img{
	max-width: 100%;
	max-height: 100%;
}
.title_cats{
	bottom: 0px;
	background: #00aeef;
	width: 100%;
	height: 70px;
    display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 0px 10%;
}
.block_cats:hover .title_cats{
	background: #ed1c24;
}
.title_cats h3{
	margin: 0px;
}
.title_cats a{
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	line-height: 22px;
	transition: 0.3s;
}
/*End wrap_block_cats*/

/*Begin wrap_block_intro*/
#wrap_block_intro{
	background: #ebf9fe;
	padding-top: 60px;
}
#wrap_block_intro > .container{
	max-width: 100%;
}
.img_intro{
	display: flex;
	justify-content: flex-end;
}
.img_intro img{
	width: 100%;
	object-fit: cover;
}
.block_image_intro{

}
.block_content_intro {

}
.block_content_intro > p{
	font-size: 25px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 20px;
}
.block_content_intro > h3{
	font-size: 36px;
	font-weight: 700;
	color: #00aeef;
	margin: 15px 0px;
	margin-top: 0px;
}
.block_content_intro .content_article {
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 5px;
}
.rm_intro a {
	width: 130px;
	height: 44px;
	display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
    transition: 0.3s;
	background: #00aeef;
	border-radius: 20px;
}
.rm_intro{
	clear: left;
}
.rm_intro a:hover{
	transform: translate(0px, -3px);
	background: #ed1c24;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.wrap_number_count .block_number_count:first-child{
	padding-left: 0px;
}
.block_number_count{
    margin-bottom: 25px;
    float: left;
    padding: 0px 30px;
}
.number_title, .number_count{
	width: 100%;
    display: flex;
    justify-content: center;
	font-size: 15px;
}
.number_count{
	font-size: 50px;
	font-weight: 700;
	color: #ed1c24;
}
.number_count sup{
	top: 0.8em;
	font-size: 30px;
}
/*End wrap_block_intro*/

/*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: #00aeef;
}
.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{
	background: #ebf9fe;
	padding: 60px 0px;
}
.wrap_item{
	margin-bottom: 20px;
}
.block_item{
	width:100%;
	height:100%;
	overflow:hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
	transition: 0.3s;
}
.img_item{
	position: relative;
	width:100%;
	aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
	overflow: hidden;
	border: 5px solid #00aeef;
	border-radius: 10px;
}
.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{
	width: 98%;
	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:hover .content_item{
	background: #e9e9e9;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.block_item h3{
    margin: 10px auto;
}
.block_item h3 a{
	color:#222;
	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 h2 a:hover{
	color:#00aeef;
}
.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 a{
    width: 216px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s;
    background: #ed1c24;
    border-radius: 20px;
}
.rm_readmore a:hover{
	transform: translate(0px, -3px);
	background: #00aeef;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/*End wrap_block_item*/

/*Begin wrap_block_str*/
#wrap_block_str{
    background: #ebf9fe;
    padding: 45px 0px;
}
.wrap_str{
	margin-top: 45px;
	margin-bottom: 15px;
}
.block_str{
	width: 100%;
	height: 100%;
	margin: 0px auto;
	background: #fff;
	transition: 0.3s;
	box-shadow: rgba(0, 0, 0, 0.24) 2px 1px 5px;
}
.block_str:hover{
	box-shadow: rgba(255, 255, 255, 0.5) 0px 15px 25px, rgba(255, 255, 255, 0.5) 0px 5px 10px;
}
.img_str{
	display: flex;
	justify-content: center;
}
.img_str img{
	max-width: 90px;
	max-height: 90px;
	margin-top: -45px;
}
.title_str{
	font-size: 18px;
	color: #ed1c24;
	background: url(../img/line_str.png) no-repeat bottom center;
	font-weight: 700;
    padding-bottom: 10px;
	line-height: 120%;
	text-align: center;
	text-transform: uppercase;
	margin-top: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.des_str{
	min-height: 150px;
	font-size: 14px;
	color: #000;
	padding: 10px;
	font-weight: 500;
	text-align: center;
}
/*End wrap_block_str*/

/*Begin wrap_block_video*/
.wrap_video{
	margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.block_video{
	width: 100%;
	height: 100%;
}
.img_video{
	width: 100%;
	aspect-ratio: 1.413;
	background: #000;
    display: flex;
    justify-content: center;
	overflow: hidden;
	position: relative;
	align-items: center;
}
.img_video > a > img{
	max-width: 100%;
	max-height: 100%;
}
.black_layer_video{
	background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.play_video{
    background-size: 75px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.play_video > img{
	height: 41px;
	object-fit: cover;
	transition: 0.3s;
}
.play_video:hover > img{
	height: 45px;
	transform: translate(0px, -4px);
}
/*End wrap_block_video*/

/*Begin wrap_block_news*/
.wrap_news{
	margin-bottom: 26px;
}
.block_news{
	width:100%;
	height: 100%;
	padding: 0px 15px;
	overflow:hidden;
	margin:0 auto;
	background:#fff;
	transition: 0.3s;
}
.block_news_inside{
	padding: unset!important;
}
.img_news{
	width:100%;
	aspect-ratio:1.521;
	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{
	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;
}
.content_news h3 a:hover{
	color:#00aeef;
}
.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: #00aeef;
    border-radius: 20px;
}
.rm_news a:hover{
	transform: translate(0px, -3px);
	background: #ed1c24;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/*End wrap_block_news*/

/*Begin wrap_block_process*/
.accordion-button, .accordion-button:not(.collapsed){
	background: transparent;
  	box-shadow: unset;
	border-bottom: 1px dashed #b2b2b2;
}
.accordion-button:focus{
	border-color: unset;
	box-shadow: unset;
}
.accordion-header{

}
.accordion-body{
	text-align: justify;
}
.accordion-flush .accordion-item .accordion-button,.accordion-flush .accordion-item .accordion-button.collapsed{
	color: #000;
	font-size: 16px;
}
.accordion-button::after {
	content: "";
	background: url(../img/plus-process.png) no-repeat center center;
	background-size: 14px;
	width: 14px;
	height: 14px;
}
.accordion-button:not(.collapsed)::after{
	content: "";
	background: url(../img/minus-process.png) no-repeat center center;
	background-size: 14px;
	width: 14px;
	height: 14px;
}

.number_process{
	width: 63px;
	aspect-ratio: 1;
	margin-right: 15px;
	background: url(../img/number_process.png) no-repeat center center;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	font-style: italic;
	display: flex;
    justify-content: center;
    align-items: center;
}
/*End wrap_block_process*/

/*Begin wrap_block_form*/
.wrap_img_form_home{
	margin-bottom: 20px;
}
.img_form_home{
	display: flex;
	justify-content: center;
}
.img_form_home img{
	max-width: 100%;
}
/*End wrap_block_form*/

/*Begin wrap_block_logo*/
.bg_wrap_block_logo{
	
}
.wrap_logo{
	padding: 0px 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block_logo{
	width: 100%;
	height: 100%;
	border: 1px solid #d9d9d9;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-content: flex-start;
}
.img_logo{
	width: 100%;
	aspect-ratio: 1.977;
	display: flex;
    align-items: center;
    justify-content: center;
	background: #fff;
}
.img_logo img{
	max-width: 100%;
	max-height: 100%;
}
/*End wrap_block_logo*/

/*Begin wrap_block_footer*/
#wrap_block_footer{

}
.grid_newsletter{
	padding: 6px 0px;
	background: #ed1c24;
}
.block_newsletter{
	width:350px;
	display:inline-block;
	float:left;
}

.block_newsletter input:nth-child(1){
	width:70%;
	height:34px;
	line-height:34px;
	padding-left:5px;
	color:#333;
	float:left;
	margin-right:-80px;
	border:1px solid #ccc;
	border-radius:20px;
}

.block_newsletter input:nth-child(2){
	font-size: 12px;
	width:80px;
	height:34px;
	line-height:34px;
	color:#fff;
	background: #2a2a2a;
	border:1px solid #2a2a2a;
	float:left;
	border-radius:20px;
	transition: 0.3s;
	font-weight: 500;
	margin-left: 70px;
	text-transform: uppercase;
}

.block_newsletter input:nth-child(2):hover{
	background: #4a4a4a;
	color: #fff;
}

.title_nlt{
	float:left;
	line-height:33px;
	text-transform:uppercase;
	font-size:15px;
	font-weight:400;
	margin-right:10px;
	color: #fff;
}

.count_num{
	display:inline-block;
	width:15px;
	height:15px;
	line-height:11px;
	margin-right:2px;
	font-weight:bold;
	text-align:center;
	background:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#222;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-radius:2px;
	padding:1px 1px 2px 1px;
}

.wrap_ana_btt{
	text-align:right;	
	display: flex;
    align-items: center;
    justify-content: flex-end;
}

.grid_content_footer{
	width:100%;
	background:#00aeef;
	padding:30px 0px;	
}

.grid_content_footer .title_footer{
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	margin:0px;
	margin-bottom:15px;	
}
.wrap_add_f{
	font-size:15px;
	line-height:22px;
	color:#fff;	
}

.wrap_menu_f ul {
    width: 100%;
    list-style: inside url(../img/title_symbol.png);
    padding: 0px;
}
.wrap_menu_f ul li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}
.wrap_menu_f a{
	font-size:15px;
	color:#fff;	
	transition: 0.3s;
}

.wrap_menu_f a:hover{
	color:#ff9701;	
}

.wrap_social_f{
	text-align:left;
}
/*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;
}
.wrap_social_f a{
	padding:0px 3px;
}

.btn{
	color: #fff;
    font-size: 16px;
    padding: 7px 20px;
    transition: 0.3s;
    background: #00aeef;
	font-weight: 500;
    border-radius: 20px;
	margin: 0px 5px;
}

.btn:hover{
	color: #fff;
	background: #ed1c24;
	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:#00aeef;
	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: #00aeef;
	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:#00aeef;
}

.content_news_left p a{
	font-size:13px;
	color:#dd2426;
	font-weight: 500;
	transition: 0.3s;
}

.content_news_left p a:hover{
	color:#00aeef;
}

.read_more_news{
	text-align:right;	
}

.read_more_news a{
	font-size:13px;
	color:#00aeef;
	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:#00aeef;
}

.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:#00aeef;
	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: #00aeef;
}

.kmt_tab li a:hover{
	background:#00aeef;
	color: #fff;
}

.kmt_tab .active a{
	background: linear-gradient(0deg, #00aeef 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:#ed1c24;
	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: #00aeef;
}

#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: #00aeef;
	font-weight: 600;
	font-size: 20px;
}
.active_capacity{
	color: #dd3333;
	font-size: 20px;
}

.active_capacity a{
	color: #00aeef;
	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, #00aeef 0%, #ff9701 100%);
}

.kmt_account p a:hover{
   background: #00aeef;
}

.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)
	    }
	}

.user_online{
	margin: 0px 10px;
	color: #fff;
}

.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: #00aeef;
}

.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: #00aeef;
    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 #00aeef;
	transition: 0.3s;
	border-radius: 50px;
}
.bar_detail_product h4{
	color: #00aeef;
	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: #ed1c24!important;
	border: 2px solid #ed1c24;
	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*/