@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap&subset=cyrillic,vietnamese');
/************************************************************************************
CSS RESET
*************************************************************************************/

*{margin:0; padding:0;outline:0;}
html{height:100%;}
h1{font-size:15px;}
h2{font-size:14px;} 
h3{font-size:13px;} 
h4{font-size:12px;} 
h5{font-size:11px;} 
h6{font-size:10px;} 
a{text-decoration:none;} 
p{padding: 0 0 10px 0;}
img{border:0; border-spacing:0; max-width: 100%;}
img:hover {opacity: 1;}
img, embed{vertical-align:middle;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, img, embed {margin: 0; padding: 0; outline: 0;}
:focus {outline: 0;}
ol, ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0; border: 1px solid #eee}
table td, table th {border: 1px solid #eee; padding: 3px 10px;}
caption, th, td {font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
strong, b {font-weight:bold;}
em {font-style:italic;}
pre {white-space: pre-wrap; white-space: -moz-pre-wrap !important; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;}

input[type=text], input[type=password], input[type=file], input[type=submit], input[type=reset], input[type=search], textarea, button {-webkit-appearance:none; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important;}

input[type=number]::-webkit-inner-spin-button {opacity: 1;}

/************************************************************************************
Reset HTML5 Elements to Block
*************************************************************************************/

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

/************************************************************************************
CSS WEBSITE
*************************************************************************************/

html {background: #222;}
body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	line-height: 20px;
}
.css_body {	
	background: #ddd;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	height: auto;
	min-height: 100%;
	overflow-x: hidden;
}
.fixbody {overflow: hidden;}

#wrapper {position: relative; height: 100%;}

.min_wrap {width: 1170px; margin: 0 auto;}
.min_wrap2 {margin-left: -15px; margin-right: -15px;}
 
.icon_web {}

/************************************************************************************
CSS HEADER
*************************************************************************************/

#header {background-color: #ff7f00; position: relative; z-index: 102;}
#header.nav-down {padding-top: 80px;}
#header.nav-down .banner {position: fixed; top: 0; left: 0; right: 0;}

.banner {
	color: #fff;
	background-color: #ff7f00;
	z-index: 100;
	height: 80px;
}
.banner .min_wrap {position: relative;}
.logo {display: inline-block; margin-top: 10px;}
.logo img {display: inline-block; width: auto; height: 60px; opacity: 1;}

.ul_banner {position: absolute; top: 25px; right: 0;}
.ul_banner > li {
	float: left; 
	padding: 0 21px 0 20px; 
	position: relative; 
	font-size: 11px; 
	line-height: 15px;
	text-transform: uppercase;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.ul_banner > li::before {
	content: "";
	width: 1px; height: 30px;
	background-color: #ffc48a;
	position: absolute;
	top: 0; right: 0;
}
.ul_banner > li:first-child {padding-left: 0;}
.ul_banner > li:last-child {padding-right: 0;}
.ul_banner > li:last-child::before {display: none;}
.ul_banner > li span {font-size: 28px; display: block; position: relative; top: 1px;}
.ul_banner > li a {color: #fff;}
.hotline_hea {padding: 0 0 0 8px;}
.hotline_hea strong {display: block; font-size: 14px;}
.cart_hea {padding: 0 0 0 8px;}
.cart_hea strong {display: block; font-weight: 400;}
.num_cart_hea {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 16px; height: 16px;
	text-align: center;
	line-height: 17px;
	color: #ff7f00;
	position: absolute;
	top: -3px; left: 11px; 
	z-index: 1;
	font-size: 11px;
	background-color: #fff;
	font-style: normal;
}

.search_hea {
	background-color: #fff;
	width: 656px; height: 44px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	top: 18px; left: 234px;
}
.slec_search_hea {
	float: left;
	background: url(../imgs/layout/icon_1.png) no-repeat center right 13px;
	font-size: 13px;
	height: 44px;
	padding: 0 30px 0 13px;
	border: 0;
	cursor: pointer;
	color: #777;
	width: 110px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.slec_search_hea:focus {width: auto;}
.r_search_hea {
	overflow: hidden;
	position: relative;
	padding: 0 44px 0 1px;
	margin-left:5px;
}
.r_search_hea::after {
	content: "";
	width: 1px; height: 26px;
	background-color: #eee;
	position: absolute;
	top: 9px; right: 44px;
}
.ipt_search_hea {
	width: 100%; height: 44px;
	border: 0;
	padding: 0 13px;
	color: #777;
}
.ipt_search_hea::-webkit-input-placeholder {color: #777;}
.but_search_hea {
	cursor: pointer;
	border: 0;
	width: 44px; height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 14px;
	color: #777;
	position: absolute;
	top: 0; right: 1px;
	z-index: 1;
	background: none;
}
.sub_search_hea {
	position: absolute;
	top: 44px; left: 0; right: 0;
	z-index: 1;
	overflow-y: auto;
	max-height: 320px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	background-color: #fff;
}
.sub_search_hea ul li {border-bottom: 1px solid #eee;}
.sub_search_hea ul li:last-child {border-bottom: 0;}
.sub_search_hea ul li a {display: block; padding: 10px; overflow: hidden;}
.sub_search_hea ul li a:hover {background-color: #f6f6f6;}
.img_sub_search_hea {float: left; width: 50px; height: 50px; margin-right: 10px;}
.img_sub_search_hea img {display: block; width: 100%; height: 100%;}
.text_sub_search_hea {overflow: hidden; padding: 0;}
.text_sub_search_hea strong {
	overflow: hidden;
	font-weight: 400; 
	color: #444;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.text_sub_search_hea b {display: inline-block; color: #0066cb; font-size: 15px;}
.text_sub_search_hea em {display: inline-block; color: #888; text-decoration: line-through; font-style: normal; margin-left: 10px;}

.nav_mn {background-color: #0066cb; height: 46px;}
.nav_mn .min_wrap {position: relative; padding-left: 224px; width: 946px;}
.ul_mn > li {float: left; position: relative;}
.ul_mn > li > a {
	display: block;
	padding: 0 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	line-height: 46px;
}
.ul_mn > li:hover > a,
.ul_mn > li.active > a {background-color: rgba(0,0,0,0.1);}
.ul_mn > li:hover > ul.mn_child_01 {visibility: visible; z-index: 100; opacity: 1;}
.ul_mn > li > ul.mn_child_01 {
	visibility: hidden;
	opacity: 0;
	padding: 5px 0;
	position: absolute;
	left: 0; top: 46px;
	background: #fff;
	min-width: 170px;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	z-index: 100;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.ul_mn > li > ul.mn_child_01 > li {position: relative;}
.ul_mn > li > ul.mn_child_01 > li > a {
	color: #444; 
	display: block; 
	padding: 7px 15px; 
	white-space: nowrap; 
	text-transform: capitalize;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.ul_mn > li > ul.mn_child_01 > li:hover > a {background: #0066cb; color: #fff;}
.ul_mn > li > ul.mn_child_01 > li:hover > ul.mn_child_02 {display: block;}
.ul_mn > li > ul.mn_child_01 > li > ul.mn_child_02 {
	display: none;
	position: absolute;
	top: 0;
	background: #fff;
	min-width: 160px;
	padding: 5px 0;
}
.ul_mn > li > ul.mn_child_01 > li > ul.mn_child_02 > li > a {
	color: #444;
	display: block;
	padding: 7px 15px; 
	white-space: nowrap; 
	text-transform: capitalize;
}
.ul_mn > li > ul.mn_child_01 > li > ul.mn_child_02 > li > a:hover {background: #0066cb; color: #fff;}

.dmsp {width: 224px; position: absolute; top: 0; left: 0; z-index: 99;}
.t_dmsp {
	background-color: #212121;
	line-height: 46px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 15px;
	position: relative;
	cursor: pointer;
}
.t_dmsp i {font-size: 18px; position: relative; top: 1px; margin-right: 4px;}
.t_dmsp::before {
	font-family: "Font Awesome 5 Pro"; 
	font-weight: 300; 
	content: "\f107";
	position: absolute;
	top: 0; right: 15px;
}
.sty_home .m_dmsp,
.dmsp:hover .m_dmsp {display: block; min-height: 404px;}
.m_dmsp {
	display: none;
	background-color: #fff;
	border: 2px solid #0066cb;
	border-top: 0;
	position: relative;
}
.ul_dmsp > li {padding: 0 13px;}
.ul_dmsp > li > a {
	display: block;
	text-transform: capitalize;
	color: #444;
	border-bottom: 1px solid #eee;
	padding: 7px 15px 6px 0;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 500;
}
.ul_dmsp > li:first-child > a {padding-top: 5px; padding-bottom: 4px;}
.ul_dmsp > li:first-child > a::before {top: 4px;}
.ul_dmsp > li:last-child > a {border-bottom: 0;}
.ul_dmsp > li > a::before {
	font-family: "Font Awesome 5 Pro"; 
	font-weight: 300; 
	content: "\f105";
	position: absolute;
	top: 6px; right: 0;
	color: #bbb;
	-webkit-transition: ease .2s;
	-moz-transition: ease .2s;
	-ms-transition: ease .2s;
	-o-transition: ease .2s;
	transition: ease .2s;
}
.ul_dmsp > li:hover > a::before {right: -3px; color: #0066cb; font-weight: 400;}
.ul_dmsp > li:hover > a {color: #0066cb;}
.ul_dmsp > li:hover .sub_dmsp {display: block;}
.sub_dmsp {
	display: none;
	background-color: rgba(255,255,255,1);
	position: absolute;
	z-index: 11;
	top: 0; left: 222px; bottom: -2px;
	overflow-y: auto;
	width: 220px;
	padding: 0 13px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	scrollbar-width: thin; 
	scrollbar-color: rgba(0,0,0,0.5) #bbb;
}
.sub_dmsp > li > a {
	display: block;
	text-transform: capitalize;
	color: #444;
	border-bottom: 1px solid #eee;
	padding: 7px 15px 6px 0;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.sub_dmsp > li:last-child > a {border-bottom: 0;}
.sub_dmsp > li:first-child > a {padding-top: 5px; padding-bottom: 4px;}
.sub_dmsp > li:first-child > a::before {top: 4px;}
.sub_dmsp > li > a:hover {color: #0066cb;}

.gallery-top {height: 345px;}
.gallery-top .swiper-slide img {display: block; width: 100%; height: 100%;}
.gallery-thumbs {height: 50px;}
.gallery-thumbs .swiper-slide {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	cursor: pointer; 
	background-color: #fff;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {background-color: #66ffff; color: #065a5a;}
.swiper-button-next-1-plus.swiper-button-disabled,
.swiper-button-prev-1-plus.swiper-button-disabled {display: none;}

/************************************************************************************
CSS CONTAINER
*************************************************************************************/

#container {
	min-height: -webkit-calc(100vh - 100px); 
	min-height: -moz-calc(100vh - 100px); 
	min-height: calc(100vh - 100px); 
}
.f_home, .f_cont {padding-bottom: 10px;}

.swiper-container {visibility: hidden;}
.swiper-container.swiper-container-initialized {visibility: visible;}

.top_cont {padding: 10px 0 0 234px; overflow: hidden;}
.slide_top_cont {
	float: left;
	min-height: 1px;
	width: 656px;
}
.adv_top_cont {
	float: right;
	min-height: 1px;
	width: 270px;
}
.adv_top_cont > li {margin-bottom: 10px;}
.adv_top_cont > li:last-child {margin-bottom: 0;}
.adv_top_cont > li img {display: block; width: 100%; height: 125px;}

.breacrum {padding: 10px 0;}
.ul_breacrum > li {display: inline-block; color: #777; font-size: 13px;}
.ul_breacrum > li::after {
	font-family: "Font Awesome 5 Pro"; 
	font-weight: 300; 
	content: "\f105";
	margin: 0 3px;
}
.ul_breacrum > li:last-child::after {display: none;}
.ul_breacrum > li > a {color: #777;}
.ul_breacrum > li > a:hover {color: #333;}

.f_contact {
	background-color: #fff;
	padding: 20px;
	overflow: hidden;
}
.l_fct {
	float: left;
	width: 50%;
	min-height: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 15px;
}
.r_fct {
	float: left;
	width: 50%;
	min-height: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
}
.form_fct > li {padding-bottom: 20px; position: relative;}
.img_capcha {
	position: absolute;
	top: 0; right: 0;
	height: 40px;
	z-index: 1;
}
.ipt_fct {
	width: 100%; height: 40px;
	border: 1px solid #ccc;
	padding: 0 10px;
}
.txt_fct {
	width: 100%; height: 100px;
	min-height: 100px;
	border: 1px solid #ccc;
	padding: 10px;
	resize: none;
}
.ipt_fct:focus,
.txt_fct:focus {border: 1px solid #666;}
.but_fct {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	background-color: #0066cb;
	padding: 0 30px;
	height: 40px;
	border: 0;
	cursor: pointer;
}
.map_fct {height: 250px; background-color: #353535;}
.map_fct iframe {width: 100% !important; height: 100% !important;}
.tt_fct {padding-top: 30px;}
.tt_fct a {color: #000;}
.tt_fct > li {padding: 0 0 30px 0; position: relative;}
.tt_fct > li::before {
	content: "";
	width: 3px;
	background-color: #ff7f00;
	position: absolute;
	top: 0; left: -20px; bottom: 0;
}
.tt_fct > li:last-child {padding-bottom: 0;}
.tt_fct > li strong {
	display: block; 
	color: #212121; 
	font-weight: 500; 
	padding-bottom: 10px; 
	text-transform: capitalize;
	font-size: 24px;
	line-height: 30px;
}

.f_page {}
.content {
	float: left;
	min-height: 1px;
	width: 850px;
	background-color: #fff;
	padding: 20px;
}
.sidebar {
	width: 260px;
	float: right;
	min-height: 1px;
}
.title_page {
	color: #212121;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	padding-bottom: 10px;
}
.des_D {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	padding-bottom: 10px;
}
.t_f_page {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	color: #ff6633;
	padding: 10px 20px;
	margin: 20px -20px;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
	position: relative;
}
.t_f_page::before {
	content: "";
	width: 3px;
	background-color: #ff6633;
	position: absolute;
	top: 0; left: 0; bottom: 0;
}

.r_sb {margin-bottom: 20px; overflow: hidden;}
.r_sb:last-child {margin-bottom: 0;}
.t_sb {
	padding: 0 12px;
	background-color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 16px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.07);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.07);
	box-shadow: 0 1px 1px rgba(0,0,0,0.07);
	position: relative;
}
.t_sb strong {font-weight: 500; display: inline-block; position: relative; padding: 10px 0;}
.t_sb strong::before {
	content: "";
	height: 2px;
	background-color: #ff7f00;
	position: absolute;
	bottom: -1px; left: 0; right: 0;
	z-index: 1;
}
.m_sb {background-color: #fff;}
.ul_dmsp_sb2{ padding:0px 5px;}
.ul_dmsp_sb2 > li {
	padding: 15px 0 15px 47px; 
	border-bottom: 1px dashed #ccc;
	background: url(../imgs/layout/icon_6.png) no-repeat top 15px left;
	min-height: 36px;
	line-height: 16px;
	position: relative;
}
.ul_dmsp_sb2 > li strong {display: block; text-transform: uppercase;}
.ul_dmsp_sb2 > li a {color: #f10c0c !important;}
.ul_dmsp_sb2 > li p {padding: 0; position: absolute; top: 15px; right: 0;}

.ul_dmsp_sb {padding: 12px 0;}
.ul_dmsp_sb > li {padding: 0 12px 5px 12px;}
.ul_dmsp_sb > li:last-child {padding-bottom: 0;}
.ul_dmsp_sb > li > a {
	display: block;
	color: #444;
	padding-left: 12px;
	position: relative;
}
.ul_dmsp_sb > li > a::before {
	font-family: "Font Awesome 5 Pro"; 
	font-weight: 300; 
	content: "\f105";
	position: absolute;
	top: 0; left: 0;
}
.ul_dmsp_sb > li.active > a,
.ul_dmsp_sb > li > a:hover {color: #ff7f00;}
.ul_dmsp_sb > li.active .ol_dmsp_sb {display: block;}
.ol_dmsp_sb {padding: 5px 0 0 12px; display: none;}
.ol_dmsp_sb > li {padding-bottom: 5px;}
.ol_dmsp_sb > li > a {
	display: block;
	color: #444;
	padding-left: 12px;
	position: relative;
}
.ol_dmsp_sb > li > a::before {
	font-family: "Font Awesome 5 Pro"; 
	font-weight: 900; 
	content: "\f0da";
	position: absolute;
	top: 0; left: 0;
	font-size: 12px;
}
.ol_dmsp_sb > li > a:hover {color: #ff7f00;}
.ol_dmsp_sb > li.active > a {text-decoration: underline;}

.ul_prod_sale_sb {padding: 0 12px;}
.ul_prod_sale_sb > li {padding: 15px 0; border-bottom: 1px dotted #ccc;}
.ul_prod_sale_sb > li:last-child {padding-bottom: 15px !important; border-bottom: 0;}
.ul_prod_sale_sb .img_ul_prod_sb {width: 70px; height: 70px;}
.ul_prod_sale_sb .n_ul_prod_sb {-webkit-line-clamp: 2;}
.ul_prod_sale_sb .p2_ul_prod_sb {font-size: 12px;}
.ul_prod_sale_sb .lb_ul_prod_sb {padding: 0 3px;}

.ul_prod_sb > li {position: relative; padding-bottom: 15px; overflow: hidden;}
.ul_prod_sb > li:last-child {padding-bottom: 0;}
.img_ul_prod_sb {
	float: left;
	width: 100px; height: 100px;
	margin-right: 12px;
	position: relative;
}
.img_ul_prod_sb img {
	display: block; 
	width: auto; height: auto;
	max-width: 100%; max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}
.m_ul_prod_sb {overflow: hidden;}
.n_ul_prod_sb {
	font-weight: 500; 
	font-size: 14px; 
	color: #444;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.n_ul_prod_sb:hover {color: #ff7f00;}
.p_ul_prod_sb {padding: 5px 0 0 0; overflow: hidden;}
.p1_ul_prod_sb {float: left; display: inline-block; color: #0066cc;}
.p2_ul_prod_sb {float: right; display: inline-block; color: #666; text-decoration: line-through;}
.lb_ul_prod_sb {
	color: #fff;
	font-size: 12px;
	background-color: #ff7f00;
	position: absolute;
	top: 0; left: 0;
	z-index: 1;
	padding: 0 5px;
}

.ul_dm_bv_other > li:last-child {border-bottom: 0; padding-bottom: 0;}
.ul_dm_bv {}
.ul_dm_bv > li {padding: 20px 0; overflow: hidden; border-bottom: 1px solid #eee;}
.ul_dm_bv > li:first-child {padding-top: 0;}
.ul_dm_bv > li figure {
	float: left;
	width: 250px; height: 167px;
	margin-right: 18px;
}
.ul_dm_bv > li figure img {display: block; width: 100%; height: 100%;}
.m_ul_dm_bv {overflow: hidden;}
.m_ul_dm_bv h3 {
	font-size: 18px; 
	line-height: 24px;
	color: #212121;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.m_ul_dm_bv h3:hover {color: #ff7f00;}
.m_ul_dm_bv .tool_user {padding: 5px 0;}
.m_ul_dm_bv p {
	color: #444; 
	overflow: hidden; 
	padding: 0;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.m_ul_dm_bv .sty_date {padding: 5px 0;}
.sty_date {padding: 0 0 10px 0; font-size: 12px; color: #666;}
.sty_date li {display: inline-block; color: #666; margin: 0 10px 0 1px;}
.sty_date li i {margin-right: 4px;}

.prod_h {padding: 20px 0;}

.adv_prod_h {overflow: hidden;}
.adv_prod_h > li {
	width: 580px;
	height: 150px;
	float: left;
	margin-bottom: 10px;
}
.adv_prod_h > li:nth-child(2n) {float: right;}
.adv_prod_h > li img {display: block; width: 100%; height: 100%;}

.ul_prod_h > li {
	float: left;
	margin: 0 5px 5px 0;
	position: relative;
	width: 230px;
}
.ul_prod_h > li:nth-child(5n) {margin-right: 0;}
.ul_prod_h > li:nth-child(5n+1) {clear: both;}
.ul_prod_h > li > a {display: block; padding: 15px; background-color: #fff;}

.ul_prod > li {
	float: left;
	margin: 0 5px 5px 0;
	position: relative;
	width: 230px;
}
.ul_prod > li:nth-child(4n) {margin-right: 0;}
.ul_prod > li:nth-child(4n+1) {clear: both;}
.ul_prod > li > a {display: block; padding: 15px; background-color: #fff;}

.img_prod_h {height: 200px; overflow: hidden; position: relative;}
.img_prod_h img {
	display: block; 
	width: auto; height: auto;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-ms-transition: ease .3s;
	-o-transition: ease .3s;
	transition: ease .3s;
	max-width: 100%; max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}
.img_prod_h img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transforsm: scale(1.1);
	transform: scale(1.1);
}
.n_prod {
	font-weight: 500; 
	font-size: 14px; 
	color: #ff7f00;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 40px;
	overflow: hidden;
	padding-top: 10px;
}
.p_prod {
	overflow: hidden; 
	padding: 5px 0 0 0;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.p1_prod {
	display: block;
	float: left;
	min-height: 1px;
	font-weight: 700;
	color: #0066cb;
}
.p2_prod {
	display: block;
	float: right;
	min-height: 1px;
	color: #666;
	text-decoration: line-through;
}
.text_prod {
	font-size: 12px; 
	color: #888; 
	line-height: 18px;
	padding-top: 5px;
	overflow: hidden;
	height: 90px;
}
.lb_prod {
	position: absolute;
	top: 0; right: 0;
	z-index: 1;
	color: #fff;
	display: inline-block;
	padding: 0 5px;
	background-color: #ff7f00;
	font-size: 12px;
}
.bot_prod {
	margin-top: 1px;
	overflow: hidden;
	padding: 0;
	position: relative;
	background-color: #fff;
}
.bot_prod::before {
	content: "";
	width: 1px;
	background-color: #eee;
	position: absolute;
	top: 0; bottom: 0; left: 50%;
}
.bot_prod a {
	display: block;
	float: left;
	width: 50%;
	text-align: center;
	font-size: 13px;
	line-height: 30px;
	color: #666;
}
.bot_prod a:hover {color: #fff; background-color: #ff7f00;}
.bot_prod a i {margin-right: 3px;}

.t_prod_h {
	background-color: #fff;
	position: relative;
	margin-bottom: 10px;
}
.h_t_prod_h {
	display: inline-block;
	float: left;
	color: #fff;
	padding-right: 19px;
	line-height: 40px;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	position: relative;
}
.h_t_prod_h::before {
	content: "";
	width: 19px; height: 40px;
	background: url(../imgs/layout/icon_3_1.png) no-repeat;
	position: absolute;
	top: 0; right: 0;
}
.h_t_prod_h a {
	color: #ffff;
	background-color: #ff6633;
	padding: 0 15px;
	display: block;
}
.prod_h.active .h_t_prod_h a {background-color: #0066cb;}
.prod_h.active .h_t_prod_h::before {background-image: url(../imgs/layout/icon_3_2.png);}

.sub_t_prod_h {float: left; padding-left: 10px;}
.sub_t_prod_h > li {float: left; padding: 0 11px 0 10px; position: relative;}
.sub_t_prod_h > li::before {
	content: "";
	width: 1px; height: 12px;
	position: absolute;
	top: 14px; right: 0;
	background-color: #999;
}
.sub_t_prod_h > li:last-child::before {display: none;}
.sub_t_prod_h > li > a {
	display: block;
	line-height: 40px;
	color: #666;
	text-transform: capitalize;
}
.sub_t_prod_h > li > a:hover,
.link_t_prod_h:hover {color: #ff7f00;}

.link_t_prod_h {
	position: absolute;
	top: 10px; right: 15px;
	color: #666;
	text-transform: uppercase;
}
.link_t_prod_h i {margin-left: 3px;}

.t_cont {
	background-color: #fff;
	position: relative;
	padding: 10px 15px;
	border-left: 2px solid #ff6633;
}
.h_t_cont {
	text-transform: capitalize;
	font-size: 16px;
	color: #ff6633;
	font-weight: 700;
}

.swiper1 {margin-top: 5px !important;}
.swiper1 .swiper-slide {background-color: #fff;}
.swiper1 .swiper-slide a {padding: 15px; display: block;}
.swiper-button-next-1 {right: 15px !important; height: 40px !important; width: 10px !important; top: 22px !important;}
.swiper-button-prev-1 {left: auto !important; right: 35px !important; height: 40px !important; width: 10px !important; top: 22px !important;}
.swiper-button-next-1:after, .swiper-button-prev-1:after {font-size: 16px !important; color: #ff7f00;}

.sb_f_prod {float: left; min-height: 1px; width: 224px;}
.ct_f_prod {float: right; min-height: 1px; width: 936px;}

.r_sb_f_prod {margin-bottom: 10px;}
.r_sb_f_prod:last-child {margin-bottom: 0;}
.ul_dmsp_sb_check {overflow: hidden;}
.ul_dmsp_sb_check > li > a {padding-left: 20px;}
.ul_dmsp_sb_check > li > a::before {
	content: "";
	width: 12px; height: 12px;
	background: url(../imgs/layout/icon_4_1.png) no-repeat;
	top: 3px;
}
.ul_dmsp_sb_check > li > a:hover::before,
.ul_dmsp_sb_check > li.active > a::before {background-image: url(../imgs/layout/icon_4_2.png);}

.ul_dmsp_sb_th {overflow: hidden;}
.ul_dmsp_sb_th > li,
.ul_dmsp_sb_check > li.pic_th {
	float: left; 
	width: 49%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ul_dmsp_sb_th > li:nth-child(2n),
.ul_dmsp_sb_check > li.pic_th:nth-child(2n) {float: right;}
.ul_dmsp_sb_th > li:nth-child(2n+1),
.ul_dmsp_sb_check > li.pic_th:nth-child(2n+1) {clear: both;}
.ul_dmsp_sb_th > li > a,
.ul_dmsp_sb_check > li.pic_th > a {white-space: nowrap; text-overflow: ellipsis; overflow: hidden; line-height: 30px;}
.ul_dmsp_sb_th > li > a img,
.ul_dmsp_sb_check > li.pic_th > a img {display: block; width: auto; max-width: 100%; height: 30px;}
.ul_dmsp_sb_th > li > a::before,
.ul_dmsp_sb_check > li.pic_th > a::before {top: 8px;}

.rs_filter_prod {
	position: absolute;
	top: 10px; right: 15px;
	color: #444;
}
.rs_filter_prod i {margin-right: 4px;}
.rs_filter_prod:hover {color: #ff7f00;}


.reset_child {
	background-color: #fff;
	margin-top: 1px;
	padding: 15px;
}
.reset_child a {
	display: inline-block;
	background-color: #f6f6f6;
	padding: 0 7px;
	color: #444;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
}
.reset_child a i {
	color: #ff6633;
	font-size: 11px;
	font-style: normal;
	position: relative;
	top: -3px; right: -3px;
}

.des_cata_prod {
	background-color: #fff; 
	margin-top: 1px;
	padding: 15px 15px 25px 15px;
	color: #555;
	max-height: 200px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.des_cata_prod_bl {
	background-color: #fff; 
	margin-top: 1px;
	padding: 0px 15px 25px 15px;
	color: #555;
	position: relative;
	float:none; clear:both;
}
.show_des_cata_prod {
	position: absolute;
	bottom: 0; left: 0; right: 0;
	z-index: 1;
	text-align: center;
	font-size: 12px;
	color: #0066cc;
	line-height: 24px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 1%, rgba(236,236,236,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(236,236,236,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 1%,rgba(236,236,236,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
}
.show_des_cata_prod::after {
	font-family: "Font Awesome 5 Pro"; 
	font-weight: 300; 
	content: "\f107";
	margin-left: 2px;
}
.show_des_cata_prod.active::after {content: "\f106"; margin-left: 5px;}

.ct_f_prod .adv_prod_h {padding-bottom: 10px;}
.ct_f_prod .adv_prod_h > li {height: 120px; width: 463px;}

.text_prod_D {
	background-color: #fff;
	padding: 50px 20px 50px 17px;
	border-left: 3px solid #ff7f00;
	margin-bottom: 5px;
}

.f_prod_D {background-color: #fff; position: relative;}
.f_prod_D::before {
	content: "";
	width: 1px;
	background-color: #eee;
	position: absolute;
	top: 0; right: 370px; bottom: 0;
}
.ct_prod_D {float: left; min-height: 1px; width: 799px; overflow: hidden;}
.sb_prod_D {overflow: hidden; padding: 0 20px;}

.r_sb_prod_D {margin-bottom: 20px;}
.r_sb_prod_D:first-child .t_sb_prod_D {border-top: 0;}
.r_sb_prod_D .ul_prod_sb {padding-top: 15px;}
.t_sb_prod_D {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	color: #444;
	padding: 10px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.t_sb_prod_D i {margin-right: 4px;}

.show_tskt {max-height: 216px; overflow: hidden;}
.show_tskt table, .tb_show_tskt, .f_fcb_show_tskt table {width: 100%; border: 0;}
.show_tskt table tr, .tb_show_tskt tr, .f_fcb_show_tskt table tr {background-color: #fff; padding: 8px 5px;}
.show_tskt table tr:nth-child(2n), .tb_show_tskt tr:nth-child(2n), .f_fcb_show_tskt table tr:nth-child(2n) {background-color: #f9f9f9;}
.show_tskt table td, .tb_show_tskt td, .f_fcb_show_tskt table td {border: 0; padding: 8px 5px; vertical-align: top;}
.show_tskt table td:nth-child(1), .tb_show_tskt td:nth-child(1), .f_fcb_show_tskt table td:nth-child(1) {width: 50%;}
.f_fcb_show_tskt table td, .tb_show_tskt td {padding: 9px 10px;}
.link_show_tskt {display: inline-block; color: #0066cb;	padding-top: 10px; cursor: pointer;}
.link_show_tskt i {margin-left: 3px;}
.ul_show_tskt > li {overflow: hidden; background-color: #fff; padding: 8px 5px;}
.ul_show_tskt > li:nth-child(2n) {background-color: #f9f9f9;}
.ul_show_tskt > li strong {float: left; display: block; font-weight: 400; width: 50%;}
.ul_show_tskt > li p {padding: 0; overflow: hidden;}
.ul_show_tskt > li p img {display: inline-block; width: auto; height: 20px;}

.t_ct_prod_D {
	z-index: 1;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 20px 10px 17px;
	border-left: 3px solid #ff7f00;
	color: #ff7f00;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
	position: relative;
}

.mt_prod_D {padding-bottom: 30px;}
.nd_mt_prod_D {padding: 15px 20px; position: relative;}
.nd_mt_prod_D .f-detail {max-height: 400px; overflow: hidden;}

.show_nd_mt_prod_D {
	display: block;
	margin: 0 auto;
	font-size: 13px;
	color: #0066cc;
	text-align: center;
	border: 1px solid #0066cc;
	padding: 9px;
	width: 180px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.show_nd_mt_prod_D:hover,
.show_nd_mt_prod_D:focus {background-color: #0066cc; color: #fff;}
.show_nd_mt_prod_D::after {
	font-family: "Font Awesome 5 Pro"; 
	font-weight: 400; 
	content: "\f107";
	position: relative;
	top: 1px;
	margin-left: 3px;
}
.show_nd_mt_prod_D.active::after {content: "\f106"; margin-left: 5px;}
.mask_nd_mt_prod_D {
	display: block;
	height: 50px;
	position: absolute;
	bottom: 0; left: 0; right: 0;
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.25) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.25) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0.25) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.mask_nd_mt_prod_D.active {display: none;}

.sp_prod_D {padding: 30px 240px 30px 20px; border-top: 1px solid #eee; overflow: hidden; position: relative;}
.sp_prod_D .n_ul_prod_sb a {color: #ff7f00;}
.sp_prod_D .p1_ul_prod_sb {float: none; margin-right: 10px;}
.sp_prod_D .p2_ul_prod_sb {float: none;}
.link_sp_prod_D {position: absolute; top: 30px; right: 20px;}
.link_sp_prod_D a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	width: 180px;
	padding: 10px;
	margin-bottom: 5px;
	cursor: pointer;
}
.link_sp_prod_D a i {font-size: 16px; margin-right: 3px;}
.link_sp_prod_D a:hover {opacity: 0.9;}
.link_sp_prod_D_1 {background-color: #ff7f00;}
.link_sp_prod_D_2 {background-color: #0066cb;}

.spk_prod_D {padding-bottom: 30px;}
.spk_prod_D .ul_prod > li {
	width: 33.33333%;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #eee;
}
.spk_prod_D .ul_prod > li:nth-child(4n+1) {clear: none;}
.spk_prod_D .ul_prod > li:nth-child(3n) {border-right: 0;}
.spk_prod_D .ul_prod > li:nth-child(3n+1) {clear: both;}
.spk_prod_D .ul_prod > li > a {padding: 20px;}
.spk_prod_D .bot_prod {border-top: 1px solid #eee; border-bottom: 1px solid #eee;}
.spk_prod_D .img_prod_h {height: 225px;}

.nd_cmm_prod_D {padding: 12px;}

.f_fcb_show_tskt {padding: 10px 20px;}
.f_fcb_show_tskt .tb_show_tskt {margin-top: 30px;}
.t_f_fcb_show_tskt {
	color: #fff; 
	text-transform: uppercase;
	background-color: #0066cb;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 10px;
	position: fixed;
	top: 0; left: 0; right: 0;
}

.top_f_prod_D {background-color: #fff; padding: 20px; overflow: hidden; margin-bottom: 5px;}
.t_prod_D {
	font-size: 24px;
	line-height: 30px;
	color: #212121;
	padding-bottom: 15px;
	font-weight: 700;
	clear: both;
}
.l_top_f_prod_D {
	float: left;
	width: 890px;
	min-height: 1px;
	margin-right: 20px;
}
.r_top_f_prod_D {float: right; min-height: 1px; width: 220px;}

.r_r_top_f_prod_D {
	border: 1px solid #f0f0f0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 15px 10px 10px 10px;
	position: relative;
	font-size: 13px;
	line-height: 16px;
}
.r_r_top_f_prod_D:last-child {margin-bottom: 0;}
.t_r_r_top_f_prod_D {
	text-transform: uppercase;
	font-size: 11px;
	color: #555;
	font-weight: 500;
	padding: 0;
	position: absolute;
	top: -6px; left: 0; right: 0;
	text-align: center;
	z-index: 1;
	line-height: 14px;
}
.t_r_r_top_f_prod_D span {display: inline-block; padding: 0 5px; background-color: #fff;}
.ul1_r_r_top_f_prod_D > li {margin-bottom: 10px; position: relative; padding-left: 45px;}
.ul1_r_r_top_f_prod_D > li:last-child {margin-bottom: 0;}
.ul1_r_r_top_f_prod_D > li::before {
	font-family: "Font Awesome 5 Pro"; 
	font-weight: 300; 
	content: "\f46d";
	color: #6686a5;
	font-size: 28px;
	position: absolute;
	top: 7px; left: 0;
	text-align: center;
}
.ul1_r_r_top_f_prod_D > li:nth-child(1)::before {content: "\f48b";}
.ul1_r_r_top_f_prod_D > li:nth-child(2)::before {content: "\f4c5";}
.ul1_r_r_top_f_prod_D > li:nth-child(3)::before {content: "\f5f3";}
.ul1_r_r_top_f_prod_D > li:nth-child(4)::before {content: "\f4b9";}
.ul1_r_r_top_f_prod_D > li:nth-child(5)::before {content: "\f4ce";}
.ul2_r_r_top_f_prod_D > li {margin-bottom: 10px; position: relative; padding-left: 26px;}
.ul2_r_r_top_f_prod_D > li:last-child {margin-bottom: 0;}
.ul2_r_r_top_f_prod_D > li i.fal {
	font-weight: 400; 
	color: #ff7f00;
	font-size: 14px;
	position: absolute;
	top: 4px; left: 0;
}

.slide_prod_D {
	float: left;
	min-height: 1px;
	width: 400px;
	margin-right: 20px;
	position: relative;
}
.icon_zoom_slide_D {
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 10px; left: 370px;
	z-index: 11;
	text-shadow: 0 0 4px rgba(0,0,0,0.25);
}
.lb_sale_slide_D {
	position: absolute;
	top: 0; left: 0;
	z-index: 11;
	color: #fff;
	padding: 0 5px;
	background-color: #ff7f00;
	font-size: 12px;
}
.info_prod_D {overflow: hidden;}
.gallery-top2 {height: 400px;}
.gallery-top2 .swiper-slide {text-align: center;}
.gallery-top2 .swiper-slide img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
}
.gallery-thumbs2 {margin-top: 10px !important;}
.gallery-thumbs2 .swiper-slide {cursor: pointer; width: 72px; height: 72px;}
.gallery-thumbs2 .swiper-slide img {display: block; width: 100%; height: 100%; opacity: 0.5;}
.gallery-thumbs2 .swiper-slide.swiper-slide-thumb-active img {opacity: 1;}
.swiper-button-next-2-plus {
	width: 16px !important; height: 72px !important;
	margin-top: 0 !important;
	top: 0 !important; right: 0 !important;
	background-color: rgba(0,0,0,0.5);
}
.swiper-button-prev-2-plus {
	width: 16px !important; height: 72px !important;
	margin-top: 0 !important;
	top: 0 !important; left: 0 !important;
	background-color: rgba(0,0,0,0.5);
}
.swiper-button-next-2-plus.swiper-button-disabled,
.swiper-button-prev-2-plus.swiper-button-disabled {display: none;}
.swiper-button-next-2-plus:after, 
.swiper-button-prev-2-plus:after {color: #fff; font-size: 16px !important;}

.pri1_prod_D {
	display: inline-block;
	color: #0066cc;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
}
.pri2_prod_D {
	display: inline-block;
	color: #666;
	text-decoration: line-through;
	margin-left: 15px;
}
.ti_prod_D {padding-bottom: 20px;}
.ti_prod_D span {display: inline-block; margin-right: 12px; font-size: 13px; color: #666;}
.ti_prod_D span i {margin-right: 2px;}
.km_prod_D {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 15px;
	border: 1px solid #f0f0f0;
	position: relative;
	margin-bottom: 20px;
}
.t_km_prod_D {
	font-weight: 500;
	color: #444;
	background-color: #fff;
	padding: 0 5px;
	position: absolute;
	top: -12px; left: 10px;
	z-index: 1;
	display: inline-block;
}
.t_km_prod_D i {color: #ff6633; font-size: 18px; margin-right: 2px;}

.but_mh_prod_D {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #ff7f00;
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	line-height: 18px;
	padding: 20px 10px;
	margin-bottom: 10px;
	cursor:pointer;
}
.but_mh_prod_D span {
	display: block;
	font-size: 13px;
	text-transform: none;
	font-weight: 400;
}
.but_mh_prod_D:hover {opacity: 0.9;color: #fff;}

.gtv_prod_D {
	background-color: #0066cb;
	padding: 10px 15px 15px 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}
.gtv_prod_D strong {
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	color: #fff;
	padding-bottom: 10px;
}
.ipt_gtv_prod_D {
	background-color: #fff;
	color: #777;
	width: 75%; height: 36px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 0;
	padding: 0 12px;
	float: left;
}
.ipt_gtv_prod_D::-webkit-input-placeholder {color: #777;}
.ipt_gtv_prod_D[type=text] {
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
}
.but_gtv_prod_D {
	text-transform: uppercase;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
	width: 24%; height: 36px;
	float: right;
	color: #2f6e6e;
	font-size: 13px;
	font-weight: 700;
	background-color: #66ffff;
	border: 0;
	cursor: pointer;
}

.news_f_prod {padding-top: 40px;}
.ul_news_f_prod {overflow: hidden;}
.ul_news_f_prod > li {
	float: left;
	min-height: 1px;
	margin: 3px 3px 0 0;
	background-color: #fff;
	width: 388px;
	min-height:188px;
}
.ul_news_f_prod > li:nth-child(3n) {margin-right: 0;}
.ul_news_f_prod > li > a {display: block; padding: 15px; overflow: hidden;}
.img_news_f_prod {
	float: left;
	margin-right: 15px;
	width: 120px; height: 80px;
}
.img_news_f_prod img {display: block; width: 100%; height: 100%;}
.nd_news_f_prod {overflow: hidden;}
.nd_news_f_prod h4 {
	font-weight: 500; 
	color: #444; 
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.nd_news_f_prod h4:hover {color: #ff6633;}
.des_news_f_prod {
	padding: 8px 0 0 0; 
	color: #666; 
	clear: both;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 60px;
}

/************************************************************************************
CSS FOOTER
*************************************************************************************/

#footer {background-color: #0066cb; color: #fff; line-height: 22px;}
#footer a {color: #fff;}
#footer a:hover {color: #ff7f00;}

.foot_1 {padding: 40px 0; padding-bottom:10px;}
.ul_foot_1 {overflow: hidden;}
.ul_foot_1 > li {
	float: left;
	min-height: 1px;
	width: 33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 30px;
}
.ul_foot_1 > li:nth-child(1) {padding-left: 0; width:40%;}
.ul_foot_1 > li:nth-child(2) {padding-right: 15px; width:20%;}
.ul_foot_1 > li:nth-child(3) {padding-left: 15px; width:30%;}
.ul_foot_1 > li:nth-child(4) {padding-right: 0;}
.t_foot_1 {
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	padding-bottom: 13px;
	position: relative;
	white-space: nowrap;
	margin-bottom: 20px;
}
.t_foot_1::before {
	content: "";
	background-color: #ff7f00;
	width: 50px; height: 3px;
	position: absolute;
	left: 0; bottom: 0;
}
.link_bct {padding: 10px 0 0 0;}
.link_social {}
.link_social a {
	margin-right: 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	border: 2px solid #fff;
	width: 32px; height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 16px;
	display: inline-block;
}
.link_social a:hover {background-color: #ff7f00; border-color: #ff7f00; color: #fff !important;}
.link_social a i {position: relative; top: 1px;}
.link_social a img {position: relative; top: -1px;}
.ol_foot_1 > li {margin-bottom: 5px;}

.foot_2 {
	padding: 20px 0;
	border-top: 1px solid #66a3e0;
	border-bottom: 1px solid #66a3e0;
}
.foot_2 ul {overflow: hidden; position: relative;}
.foot_2 ul::before {
	content: "";
	background-color: #62a0dc;
	width: 1px;
	left: 33.3333%;
	position: absolute;
	top: 0; bottom: 0;
}
.foot_2 ul::after {
	content: "";
	background-color: #62a0dc;
	width: 1px;
	right: 33.3333%;
	position: absolute;
	top: 0; bottom: 0;
}
.foot_2 ul li {
	float: left; 
	width: 33.33333%; 
	min-height: 1px;
	padding: 10px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.foot_2 ul li:first-child {padding-left: 0;}
.foot_2 ul li:last-child {padding-right: 0;}
.foot_2 ul li:nht-child(3n+1) {clear: both;}
.t_foot_2 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 5px;
}

.foot_3 {padding: 15px 0; text-align: center; line-height: 18px;}

.box_text_link{ margin-top:20px; text-align:left; float:none; clear:both;}
.box_text_link a{ color:#FFFFFF; text-decoration:none; margin:5px; font-size:13px; font-style:italic;}
.box_text_link a:first-child{ margin-left:0px;}
.box_text_link a:hover{ text-decoration:underline; color:#FFFFFF !important}

/************************************** END FOOTER **************************************/

.f-detail {line-height: 1.6;}
.f-detail img, .f-detail div, .f-detail table, .f-detail h1, .f-detail h2, .f-detail h3, .f-detail h4, .f-detail h5, .f-detail h6, .f-detail p, .f-detail strong, .f-ndct em {max-width: 100% !important;}
.f-detail img {padding: 5px 0; max-width: 100% !important; height: auto !important;}
.f-detail a {color: #0066cb;}
.f-detail a:hover {text-decoration: underline;}
.f-detail iframe {max-width: 100% !important;}

.f-detail table tr {background: #fff;}
.f-detail table tr:nth-child(2n) {background: #f9f9f9;}
.f-detail table td {padding: 10px;}

.f-detail ul, .f-detail ol {margin-top: 10px; margin-bottom: 10px;}

.f-detail ul li {list-style: disc; margin-left: 30px;}
.f-detail ol li {list-style: decimal; margin-left: 30px;}

.tag {font-size: 11px; overflow: hidden; font-family: Arial; line-height: 18px; padding:20px; margin-bottom:20px;}
.tag span {color: #939393; padding: 2px 5px 2px 23px; background: #F1F1F1 url(../imgs/layout/icontag.png) no-repeat 5px 5px; display: block; float: left; margin: 0 3px 3px 0;}
.tag a {padding: 2px 5px; color: #656565; background: #F1F1F1; display: block; float: left;	margin: 0 3px 3px 0;}
.tag a:hover {background: #E2E2E2;}

.error-sty {color: #f70000; font-weight: 400; padding: 5px 0px; font-size: 11px;}

a:hover {}
a[href^="tel:"], a[href^="mailto:"] {}

.clear {clear:both; height: 0; float: none;}

.box-sizing-fix {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.img_object_fit {object-fit: cover; -moz-object-fit: cover; -webkit-object-fit: cover; -o-object-fit: cover; -ms-object-fit: cover;}
::-webkit-input-placeholder {opacity: 1;} ::-moz-placeholder {opacity: 1;} :-ms-input-placeholder {opacity: 1;} :-moz-placeholder {opacity: 1;}
.sty_slec {-webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.sty_slec::-ms-expand {display: none;}
.sty_transition {-webkit-transition: ease 0.3s; -moz-transition: ease 0.3s; -o-transition: ease 0.3s; -ms-transition: ease 0.3s; transition: ease 0.3s;}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

select option {font-size: 12px; padding: 0px 5px;}

input, textarea, select, button {font-family: 'Roboto', Arial, Helvetica, sans-serif; font-size: 13px; font-weight: 400; line-height: 20px;}
button:active {opacity: 0.9;}

#star img {display: inline-block; width: auto; height: 18px; position: relative; top: -1px;}

.page {font-size: 12px; padding: 20px 0 0 0; text-align: center; text-transform: uppercase; font-weight: 400;}
.PageNum a {
	display: inline-block; 
	color: #333; 
	padding: 3px 10px; 
	margin: 0px 3px 5px 0px; 
	border: 1px solid #c0c0c0;
}
.PageNum a:hover {color: #fff; background: #ff7f00; border: 1px solid #ff7f00;}
.PageNum span {
	font-weight: 700; 
	display: inline-block; 
	color: #fff; 
	padding: 3px 10px; 
	margin: 0px 3px 5px 0px; 
	background: #ff7f00;
	border: 1px solid #ff7f00;
}

/************************************************************************************
SO SANH
*************************************************************************************/

.f_ss {background-color: #fff; padding: 20px;}
.t_ss {
	font-size: 24px;
	line-height: 30px;
	color: #212121;
	padding-bottom: 15px;
	font-weight: 700;
}
.t_m_ss {
	text-align: center;
	color: #fff;
	font-weight: 500;
	background-color: #0066cb;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px;
}

.o_ss {
	position: fixed;
	bottom: 0; left: 0;
	z-index: 50;
	color: #fff;
	background-color: #ff7f00;
}
.fcb_ss {
	color: #fff;
	display: block;
	padding: 5px 35px 5px 8px;
	cursor: pointer;
}
.close_ss {
	position: absolute;
	top: 0; right: 0;
	z-index: 1;
	font-size: 14px;
	width: 30px; height: 30px;
	text-align: center;
	line-height: 30px !important;
	cursor: pointer;
}
.close_ss:hover {background-color: #f9a959;}
.fancybox-slide--iframe .fancybox-content {max-width  : 100%; max-height : 100%;}

.t_fcb_ss {
	color: #fff;
	text-transform: uppercase;
	background-color:
	#0066cb;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 10px;
	position: fixed;
	top: 0; left: 0; right: 0;
	z-index: 2;
}
.m_fcb_ss {vertical-align: top;}
.m_fcb_ss .img_fcb_ss {margin: auto;}
.m_fcb_ss .n_prod {padding: 10px 10px 0 10px;}
.m_fcb_ss .n_prod a {color: #ff7f00;}
.m_fcb_ss .p_prod,
.m_fcb_ss .text_prod {padding: 5px 10px 0 10px;}
.m_fcb_ss .lb_prod {left: 0; right: auto;}
.ul_m_fcb_ss {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.ul_m_fcb_ss > li:first-child {background-color: #f6f6f6; width: 220px; font-weight: 500;}
.col_fcb_ss {width: 244px; position: relative; border-right: 1px solid #eee;}
.img_fcb_ss {width: 190px; height: 190px; position: relative;}
.img_fcb_ss img {
	display: block; 
	width: auto; height: auto;
	max-width: 100%; max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}
.f_tt_fcb_ss {height: 360px;}
.nd_f_tt_fcb_ss {
	padding-top: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.l_nd_f_tt_fcb_ss {
	width: 40%; 
	border-right: 1px solid #ddd; 
	border-top: 1px solid #ddd;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #D9E8F9;
}
.r_nd_f_tt_fcb_ss {width: 60%;}
.r_f_tt_fcb_ss {
	border-top: 1px solid #ddd; 
	padding: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.nd_tt_fcb_ss {padding-top: 10px;}
.r_tt_fcb_ss {
	border-top: 1px solid #ddd; 
	padding: 10px 8px; 
	background-color: #fff;
	min-height: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.r_tt_fcb_ss:nth-child(2n) {background-color: #f9f9f9;}
.remove_fcb_ss {
	position: absolute;
	top: 0; right: 0;
	z-index: 1;
	color: #444;
	display: block;
	width: 20px; height: 20px;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	background-color: #f6f6f6;
}
.remove_fcb_ss:hover {background-color: #ff7f00; color: #fff;}
.link_r_tt_fcb_ss {color: #0066cb; text-decoration: underline;}
.search_fcb_ss {
	height: 360px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search_fcb_ss .sub_search_hea {top: 91px;}
.in_search_fcb_ss {background-color: #f9f9f9; padding: 10px; position: relative;}
.ipt_search_fcb_ss {
	width: 100%; height: 40px;
	border: 0;
	background-color: #fff;
	padding: 0 12px;
	color: #777;
}

.load_data_ss {
	position: absolute;
	top: 90px; left: 0; right: 0;
	z-index: 1;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.load_data_ss li {overflow: hidden; padding: 10px; border-bottom: 1px dotted #ddd;}
.load_data_ss li:last-child {border-bottom: 0;}
.load_data_ss li figure {
	float: left;
	width: 50px; height: 50px;
	margin-right: 8px;
}
.load_data_ss li figure img {display: block; width: 100%; height: 100%;}
.load_data_ss li h2 {
	font-weight: 400; 
	font-size: 12px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 14px;
}
.gia1 {font-weight: 500; color: #0066cb; padding: 0; display: inline-block; font-size: 12px;}
.gia2 {color: #888; text-decoration: line-through; padding: 0; display: inline-block; font-size: 12px;}

/************************************************************************************
MENU MOBILE
*************************************************************************************/

.icon_menu_mobile {
	visibility: hidden;
	width: 46px; height: 46px;
	background: #1989f6 url(../imgs/layout/menu_mobile.png) no-repeat center;
	position: absolute;
	top: 80px; left: 32px;
	z-index: 102;
	cursor: pointer;
	display: block;
}
.menu_mobile {
	visibility: hidden;
	background: #555555;
	width: 280px; height: 100%;
	overflow-y: scroll;
	position: fixed;
	top: 0; left: -280px;
	z-index: 99999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.close_menu_mobile {
	background: rgba(255,255,255,0); 
	position: fixed; 
	top: 0; right: 0; bottom: 0; left: 280px;
	z-index: 7009;
}
.show_menu_mobile {overflow-y: hidden;}
.show_menu_mobile .menu_mobile {left: 0;}
.show_menu_mobile #wrapper::after {
	content: "";
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 10001;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.ul_ma_1 li {font-size: 12px; position: relative;}
.ul_ma_1 > li a {white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block; color: #fff; padding: 10px 38px 10px 15px;}
.ul_ma_1 > li > a {border-top: 1px solid #6c6c6c; border-bottom: 1px solid #454545; font-weight: bold;}
.ul_ma_1 > li > a:hover, .ul_ma_1 > li.active > a {background: #626262;}

.ul_ma_2 > li > a {background: #474747; border-left: 3px solid #ff6633; padding-left: 25px;}
.ul_ma_2 > li > a:hover {background: #5F5F5F; text-decoration:none;}
.ul_ma_2 > li + li {border-top: 1px solid #575757;}
.ul_ma_2 > li > a:hover, .ul_ma_2 > li.active > a { text-decoration:underline;}

.ul_ma_3 > li {border-top: 1px solid #575757;}
.ul_ma_3 > li > a {background: #474747; border-left: 3px solid #ff6633; padding-left: 40px; padding-right: 15px;}
.ul_ma_3 > li > a:hover {background: #5F5F5F; text-decoration:none;}
.ul_ma_3 > li > a:hover, .ul_ma_3 > li.active > a { text-decoration:underline;}

.arrown_menu_accordion {
	background: url(../imgs/layout/icon_0.png) no-repeat center;
	width: 38px; height: 38px;
	position: absolute;
	top: 1px; right: 0;
	cursor: pointer;
}

/************************************************************************************
RESPOSIVE
*************************************************************************************/

.show_filter_rwd {
	display: none;
	color: #fff;
	background-color: #ff6633;
	padding: 0 8px;
	font-size: 12px;
	position: fixed;
	top: 50%; left: -22px;
	z-index: 97;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.close_sb_prod_rwd {
	display: block;
	width: 20px; height: 20px;
	position: fixed;
	top: 135px; left: 230px;
	color: #000;
	font-size: 20px;
	z-index: 1;
	background-color: #fff;
}
.close_sb_prod_rwd::active {color: #fba519;}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.min_wrap {width: 960px;}
	.content {width: auto; float: none;}
	.sidebar {width: auto; float: none; margin-top: 20px;}
	.search_hea {width: 400px;}
	.ul_prod_h > li {width: 188px;}
	.img_prod_h {height: 158px;}
	.adv_prod_h > li, .ct_f_prod .adv_prod_h > li {width: 475px; height: 123px;}
	.p1_prod, .p2_prod {font-size: 12px;}
	.sb_f_prod {
		display: none; 
		float: none;
		width: 240px; 
		background-color: #fff;
		position: fixed;
		top: 0; bottom: 0; left: 0;
		z-index: 98;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 126px 10px 10px 10px;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
		box-shadow: 0 0 5px rgba(0,0,0,0.1);
	}
	.sb_f_prod.active {display: block;}
	body.active .sb_f_prod {padding-top: 10px;}
	.show_filter_rwd {display: block;}
	.t_sb, .ul_dmsp_sb > li {padding-right: 0; padding-left: 0;}
	.ct_f_prod {width: auto; float: none;}
	.ul_prod > li {width: 236px;}
	.ul_prod > li .img_prod_h {height: 206px;}
	.ul_prod > li .p1_prod, .ul_prod > li .p2_prod {font-size: 14px;}
	.ct_prod_D {width: 649px;}
	.f_prod_D::before {right: 310px;}
	.m_ss {overflow-y: auto; width: 920px;}
	.spk_prod_D .img_prod_h {height: 175px !important;}
	.t_ss {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		height: 60px;
	}
	.slide_prod_D {padding-bottom: 20px;}
	.l_top_f_prod_D {margin-right: 0; width: auto; float: none;}
	.r_top_f_prod_D {float: none; width: auto; clear: both;}
	.ul1_r_r_top_f_prod_D > li {display: inline-block; margin: 0; padding: 5px 5px 5px 30px;}
	.ul1_r_r_top_f_prod_D > li::before {font-weight: 400; font-size: 16px; top: 5px;}
	.ul2_r_r_top_f_prod_D > li {display: inline-block; margin: 0; padding: 5px 5px 5px 25px;}
	.ul2_r_r_top_f_prod_D > li::before {top: 6px;}
	.nav_mn .min_wrap {width: 960px; padding-left: 0; height: 46px;}
	.dmsp {display: none;}
	.ul_mn {float: right;}
	.ul_mn > li {margin-right: 40px;}
	.ul_mn > li:last-child {margin-right: 0;}
	.ul_mn > li > a {padding: 0;}
	.top_cont {padding-left: 0;}
	.icon_menu_mobile {visibility: visible;}
	.ul_news_f_prod > li {float: none; width: auto; margin-right: 0;}
	.sidebar .t_sb {padding-left: 12px;}
	.sidebar .ul_dmsp_sb > li {padding-left: 12px; padding-right: 12px;}
	.r_search_hea{ border:none !important;}
}

@media only screen and (max-width: 1023px) {
	html, body {overflow-x: hidden; -webkit-overflow-scrolling: touch;}
	body {background-size: 100% auto;}
	.icon_menu_mobile {
		visibility: visible; 
		width: 36px; height: 36px;
		top: 11px; right: 2%; left: auto;
	}
	#wrapper {transition: all 0.2s; -moz-transition: all 0.2s; -webkit-transition: all 0.2s; -o-transition: all 0.2s; left: 0;}
	.min_wrap, .nav_mn .min_wrap {width: 96%;}
	
	#header {background: none;}
	#header.nav-down {padding-top: 100px;}
	#header.nav-down .banner {z-index: 101;}
	#header.nav-down .nav_mn {position: fixed; top: 60px; left: 0; right: 0; z-index: 100;}
	#header.nav-down .icon_menu_mobile {position: fixed;}
	.banner {height: 60px;}
	.logo img {height: 40px;}
	.ul_banner {top: 15px; right: 60px;}
	.search_hea {
		top: auto; bottom: -50px; 
		height: 40px; 
		width: auto;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		left: 0; right: 0;
		background: none;
		margin-left: -2%;
		margin-right: -2%;
	}
	.slec_search_hea, .ipt_search_hea {height: 40px; color: #fff; background: none; line-height: 40px;}
	.ipt_search_hea::-webkit-input-placeholder {color: #fff;}
	.slec_search_hea {background: url(../imgs/layout/icon_0.png) no-repeat center right 13px;}
	.r_search_hea {padding-right: 40px;}
	.r_search_hea::before {top: 0; height: 40px; background-color: rgba(255,255,255,0.3);}
	.but_search_hea {width: 40px; height: 40px; line-height: 40px; color: #fff;}
	.nav_mn {height: 40px;}
	.nav_mn .min_wrap {padding-left: 0;}
	.top_cont {padding-left: 0;}
	.slide_top_cont {width: auto; float: none;}
	.f_ss {overflow-y: auto;}
	.t_ss, .m_ss {width: 920px;}
	.ul_m_fcb_ss {white-space: nowrap;}
	.ul_m_fcb_ss > li {white-space: normal;}
	.content {width: auto; float: none;}
	.sidebar {width: auto; float: none; margin-top: 20px;}
	.ul_prod_h > li, .ul_prod > li {width: 32%; margin: 0 2% 2% 0;}
	.ul_prod_h > li:nth-child(5n), .ul_prod > li:nth-child(4n) {margin-right: 2%;}
	.ul_prod_h > li:nth-child(5n+1), .ul_prod > li:nth-child(4n+1) {clear: none;}
	.ul_prod_h > li:nth-child(3n), .ul_prod > li:nth-child(3n) {margin-right: 0;}
	.ul_prod_h > li:nth-child(3n+1), .ul_prod > li:nth-child(3n+1) {clear: both;}
	.ul_prod_h > li:nth-child(10) {display: none;}
	.ul_foot_1 > li {float: none !important; width: auto !important; padding: 10px 0 !important; text-align: center;}
	.sb_f_prod {
		display: none; 
		float: none;
		width: 240px; 
		background-color: #fff;
		position: fixed;
		top: 0; bottom: 0; left: 0;
		z-index: 98;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 106px 10px 10px 10px;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
		box-shadow: 0 0 5px rgba(0,0,0,0.1);
	}
	.sb_f_prod.active {display: block;}
	body.active .sb_f_prod {padding-top: 10px;}
	body.active .close_sb_prod_rwd {top: 15px;}
	.show_filter_rwd {display: block;}
	.t_sb, .ul_dmsp_sb > li {padding-right: 0; padding-left: 0;}
	.close_sb_prod_rwd {top: 115px;}
	.ct_f_prod {width: auto; float: none;}
	.ul_news_f_prod > li {width: auto; float: none; margin-right: 0;}
	.des_news_f_prod {height: auto; max-height: 60px;}
	.ct_prod_D {width: auto; float: none;}
	.spk_prod_D .ul_prod > li:nth-child(4n) {margin-right: 0 !important;}
	.l_top_f_prod_D {margin-right: 0; width: auto; float: none;}
	.r_top_f_prod_D {float: none; width: auto; clear: both;}
	.t_r_r_top_f_prod_D {text-align: left; left: 5px;}
	.ul1_r_r_top_f_prod_D > li {display: inline-block; margin: 0; padding: 5px 5px 5px 30px;}
	.ul1_r_r_top_f_prod_D > li::before {font-weight: 400; font-size: 16px; top: 5px;}
	.ul2_r_r_top_f_prod_D > li {display: inline-block; margin: 0; padding: 5px 5px 5px 25px;}
	.ul2_r_r_top_f_prod_D > li::before {top: 6px;}
	.slide_prod_D {padding-bottom: 20px;}
	.sidebar .t_sb {padding-left: 12px;}
	.sidebar .ul_dmsp_sb > li {padding-left: 12px; padding-right: 12px;}
	
	.t_foot_1 {padding-bottom: 0;}
	.ol_foot_1 > li {display: inline-block; margin-right: 10px;}
	.foot_2 ul li {float: none; width: auto; padding: 10px 0; text-align: center;}
	
	.f_home, .f_cont {padding-bottom: 4%;}
	.prod_h, .foot_1 {padding: 2% 0;}
	
	.t_f_cart > li > a {padding: 0 0 0 10px;}
	
	.gallery-top {height: 485px !important;}
	.img_prod_h {height: 264px !important;}
	.spk_prod_D .img_prod_h {height: 266px !important;}
	
	.ul_breacrum {white-space: nowrap; overflow-x: auto; overflow-y: hidden; scrollbar-width: none;}
	.dmsp, .ul_mn, .adv_top_cont, .adv_prod_h, .r_search_hea::after, .foot_2 ul::before, .foot_2 ul::after, .ul_foot_1 > li:nth-child(2), .ul_foot_1 > li:nth-child(3), .t_foot_1::before, .sub_t_prod_h, .f_prod_D::before {display: none !important;}
	.f-detail table, .f-qldh {display: block; overflow-x: auto;}
	.r_search_hea{ border:none !important;}
}

@media only screen and (max-width: 812px) {
	.gallery-top {height: 410px !important;}
	.img_prod_h {height: 219px !important;}
	.spk_prod_D .img_prod_h {height: 218px !important;}
	.r_search_hea{ border:none;}
}

@media only screen and (max-width: 768px) {
	.gallery-top {height: 388px !important;}
	.img_prod_h {height: 205px !important;}
	.spk_prod_D .img_prod_h {height: 204px !important;}
	.r_search_hea{ border:none !important;}
}

@media only screen and (max-width: 736px) {
	.gallery-top {height: 372px !important;}
	.img_prod_h {height: 196px !important;}
	.spk_prod_D .img_prod_h {height: 194px !important;}
	.r_search_hea{ border:none !important;}
}

@media only screen and (max-width: 667px) {
	.gallery-top {height: 337px !important;}
	.img_prod_h {height: 175px !important;}
	.spk_prod_D .img_prod_h {height: 172px !important;}
	.r_search_hea{ border:none !important;}
}

@media only screen and (max-width: 640px) {
	.p_prod {font-size: 12px;}
	.title_page, .tt_fct > li strong, .t_prod_D {font-size: 20px; line-height: 26px;}
	.t_f_page, .m_ul_dm_bv h3 {font-size: 16px; line-height: 22px;}
	.t_ct_prod_D, .t_sb_prod_D {font-size: 16px;}
	.slide_prod_D {float: none; width: auto; margin-right: 0;}
	.info_prod_D {padding-bottom: 20px;}
	.l_fct, .r_fct {float: none; width: auto; padding: 0;}
	.but_fct {width: 100%;}
	.t_f_cart > li {
		width: 50%; 
		padding: 0.5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.t_f_cart > li > a::after, 
	.t_f_cart > li.active > a::before,
	.t_f_cart > li.active > a::after {display: none;}
	.col_f_cart_1, .col_f_cart_2 {width: auto; float: none;}
	.tb_f_cart {display: block; overflow-x: auto;}
	.tt_prod_f_cart img {width: 50px; height: 50px;}
	
	.gallery-top {height: 323px !important;}
	.img_prod_h {height: 167px !important;}
	.spk_prod_D .img_prod_h {height: 164px !important;}
	.r_search_hea{ border:none !important;}
}

@media only screen and (max-width: 568px) {
	.ul_prod_h > li, .ul_prod > li {width: 49%; margin-right: 0 !important;}
	.ul_prod_h > li:nth-child(3n+1), .ul_prod > li:nth-child(3n+1) {clear: none;}
	.ul_prod_h > li:nth-child(2n), .ul_prod > li:nth-child(2n) {float: right;}
	.ul_prod_h > li:nth-child(10) {display: block;}
	.spk_prod_D .ul_prod > li {width: 50%;}
	.spk_prod_D .ul_prod > li:nth-child(3n+1) {clear: none;}
	.spk_prod_D .ul_prod > li:nth-child(3n) {border-right: 1px solid #eee;}
	.spk_prod_D .ul_prod > li:nth-child(2n) {border-right: 0;}
	
	.gallery-top {height: 287px !important;}
	.img_prod_h {height: 237px !important;}
	.spk_prod_D .img_prod_h {height: 232px !important;}
	.r_search_hea{ border:none !important;}
}

@media only screen and (max-width: 480px) {
	.f_fcb_show_tskt {padding: 10px;}
	.fancybox-slide {padding: 3% !important;}
	.min_wrap, .nav_mn .min_wrap {width: 94%;}
	.f_home, .f_cont {padding-bottom: 6%;}
	.prod_h, .foot_1 {padding: 3% 0;}
	.ul_prod_h > li, .ul_prod > li {width: 48.5%; margin-bottom: 3%;}
	.swiper1 .swiper-slide a, .ul_prod_h > li > a, .ul_prod > li > a, .ul_news_f_prod > li > a, .content, .f_contact, .top_f_prod_D, .spk_prod_D .ul_prod > li > a {padding: 12px;}
	.img_news_f_prod {margin-right: 12px;}
	.t_f_page {margin-left: -12px;}
	.ul_dm_bv > li {padding: 15px 0;}
	.ul_dm_bv > li figure {margin-right: 12px; width: 100px; height: 67px;}
	.m_ul_dm_bv {overflow: visible;}
	.m_ul_dm_bv h3 {font-size: 14px; line-height: 20px;}
	.m_ul_dm_bv p {clear: both; padding-top: 10px;}
	.text_prod_D {padding: 20px 12px 20px 9px;}
	.t_ct_prod_D {padding: 10px 12px 10px 9px;}
	.nd_mt_prod_D {padding: 10px 12px;}
	.sp_prod_D {padding: 20px 12px;}
	.link_sp_prod_D {position: static; clear: both; overflow: hidden;}
	.link_sp_prod_D a {
		display: block; 
		width: 100%; 
		margin: 5px 0 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mt_prod_D, .spk_prod_D {padding-bottom: 20px;}
	.sb_prod_D, .t_cont {padding-right: 12px; padding-left: 12px;}
	.nd_cmm_prod_D {padding: 4px;}
	.show_nd_mt_prod_D {width: 90%;}
	.des_cata_prod {padding: 12px 12px 25px 12px;}
	.gallery-thumbs .swiper-slide {font-size: 11px; line-height: 13px;}
	
	.ul_banner > li:first-child {display: none;}
	
	.gallery-top {height: 242px !important;}
	.img_prod_h {height: 195px !important;}
	.spk_prod_D .img_prod_h {height: 200px !important;}
	.r_search_hea{ border:none !important;}
}

@media only screen and (max-width: 414px) {
	.gallery-top {height: 205px !important;}
	.img_prod_h {height: 163px !important;}
	.spk_prod_D .img_prod_h {height: 170px !important;}
	.gallery-top2 {height: 365px;}
	.r_search_hea{ border:none !important;}
}

@media only screen and (max-width: 375px) {
	.bot_prod a {font-size: 12px;}
	.p_prod {height: 40px;}
	.p1_prod {float: none; font-size: 14px;}
	.p2_prod {float: none;}
	
	.gallery-top {height: 186px !important;}
	.img_prod_h {height: 147px !important;}
	.spk_prod_D .img_prod_h {height: 151px !important;}
	.gallery-top2 {height: 329px;}
	.r_search_hea{ border:none !important;}
}

@media only screen and (max-width: 360px) {
	.gallery-top {height: 178px !important;}
	.img_prod_h {height: 140px !important;}
	.spk_prod_D .img_prod_h {height: 144px !important;}
	.gallery-top2 {height: 314px;}
	.r_search_hea{ border:none !important;}
}

@media only screen and (max-width: 320px) {
	.bot_prod a i {display: none;}
	
	.gallery-top {height: 158px !important;}
	.img_prod_h {height: 122px !important;}
	.spk_prod_D .img_prod_h {height: 125px !important;}
	.gallery-top2 {height: 277px;}
	.r_search_hea{ border:none !important;}
}