@charset "utf-8";

/************************************************************************************
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;}
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;
}
/* remember to define focus styles! */
:focus {
        outline: 0;
}
ol, ul {
        list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

input[type=text], input[type=password], input[type=file], input[type=submit], input[type=reset], button, textarea {
	-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
*************************************************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #434343;
	line-height: 20px;
	max-width: 1920px;
	margin: 0 auto;
}
.css_body {	
	background: #eee;
	-webkit-text-size-adjust:100%;
	word-wrap: break-word;
	height: auto;
	min-height: 100%;
	letter-spacing: 0.2px;
}
.fixbody {overflow: hidden;}

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

.min_wrap {width: 1200px; margin: 0 auto;}

.icon_web {}

.font_sty {}

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

#header {
	background: #fff;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.34);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.34);
	box-shadow: 0 0 6px rgba(0,0,0,0.34);
	position: relative;
	z-index: 2;
}

.adv_header {background: #ff7554;}
.adv_header img {display: block; width: 100%; height: auto;}

.top_hea {color: #fff; background: #0e64af;}
.th_l {
	float: left;
	padding: 0;
	line-height: 44px;
}
.th_l a {color: #fff !important;}
.th_r {float: right;}
.th_r > li {float: left; color: #fff; line-height: 44px; position: relative;}
.th_r > li + li {margin-left: 30px;}
.th_r > li i {margin-right: 3px;}
.th_r > li i.fa-angle-down {margin: 0 0 0 3px;}
.th_r > li > a {color: #fff; display: block;}

.th_r > li.li_user > a {display: block;}
.th_r > li.li_user:hover ol {display: block;}
.th_r > li.li_user ol {
	display: none;
	background: #fff;
	position: absolute;
	top: 42px; left: 0;
	z-index: 111;
	min-width: 150px;
	-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);
	border-top: 2px solid #f58732;
}
.th_r > li.li_user ol li a {
	color: #3f3e3e;
	white-space: nowrap;
	display: block;
	padding: 5px 10px;
	line-height: 20px;
}
.th_r > li.li_user ol li a:hover {background: #f9f9f9;}

.th_r > li:hover .ul_child_lang {display: block;}
.ul_child_lang {
	border-top: 2px solid #f58732;
	display: none;
	background: #fff;
	position: absolute;
	top: 42px; right: 0;
	z-index: 2;
	min-width: 120px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.ul_child_lang > li {line-height: normal;}
.ul_child_lang > li.active {background: #f9f9f9;}
.ul_child_lang > li > a {
	color: #444;
	padding: 7px 10px;
	display: block;
}

.banner {padding: 15px 0; position: relative;}
.logo {display: inline-block;}
.logo img {display: inline-block; width: auto; height: 80px;}

.search_hea {
	position: absolute;
	top: 32px; left: 290px;
	width: 610px;
}
.ipt_sh {
	width: 100%; height: 46px;
	border: 0;
	background: #f3f3f3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #b9b9b9;
	letter-spacing: 0.4px;
	padding: 0 46px 0 20px;
}
.ipt_sh:focus {color: #444;}
.ipt_sh[type="text"] {
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}
.btn_sh {
	width: 46px; height: 46px;
	background: url(../imgs/layout/icon_1.png) no-repeat center center;
	border: 0;
	cursor: pointer;
	position: absolute;
	top: 0; right: 0;
	z-index: 1;
	text-indent: -9999px;
}

.sub_search_hea {
	position: absolute;
	top: 46px; left: 0; right: 0;
	z-index: 11;
	background: #fff;
	-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);
	max-height: 314px;
	overflow-y: auto;
}
.sub_search_hea > li:hover {background: #f9f9f9;}
.sub_search_hea > li + li {border-top: 1px solid #eee;}
.sub_search_hea > li > a {
	overflow: hidden;
	display: block;
	padding: 10px;
}
.sub_search_hea > li > a figure {
	float: left;
	width: 40px; height: 40px;
	margin-right: 10px;
	border: 1px solid #eee;
}
.sub_search_hea > li > a figure img {display: block; width: 100%; height: 100%;}
.sub_search_hea > li > a p {overflow: hidden; padding: 0;}
.sub_search_hea > li > a p strong {display: block; color: #434343; font-weight: 400;}
.sub_search_hea > li > a p span {display: block; color: #f40000;}
.sub_search_hea > li > a p span em {
	display: inline-block; 
	font-style: normal; 
	text-decoration: line-through; 
	color: #999;
	margin-left: 10px;
}

.cart_hea {
	display: block;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	background: #f58732 url(../imgs/layout/icon_2.png) no-repeat center center;
	width: 46px; height: 46px;
	position: absolute;
	top: 32px; right: 220px;
}
.cart_hea i {
	width: 20px; height: 20px;
	display: block;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-style: normal;
	position: absolute;
	top: -14px; left: 0; right: 0;
	margin: auto;
	z-index: 1;
	font-size: 11px;
	background: #0a64a9;
}

.tddh {
	font-size: 14px;
	color: #f58732;
	background: #fff;
	border: 1px solid #eee;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	position: absolute;
	top: 32px; right: 0;
	padding: 0 15px;
}
.tddh:hover {
	color: #fff;
	background: #f58732;
	border: 1px solid #f58732;
}
.tddh i {font-size: 24px; top: 4px; position: relative; margin-right: 10px;}

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

#container {min-height: 500px;}

.f_home {padding-bottom: 50px;}

.dmsp_h {background: #fff;}
.dmsp_h .min_wrap {position: relative; height: 40px;}

.swiper0 {margin-left: 290px !important; padding: 0 20px !important;}
.swiper0 .swiper-slide {width: auto !important; white-space: nowrap; padding: 0 20px;}
.swiper0 .swiper-slide a {display: block; line-height: 40px; color: #434343;}
.swiper0 .swiper-slide a:hover {color: #0e64af;}
.swiper0 .swiper-button-prev-0 {
	top: 0px !important;
	left: 0px !important;
	width: 30px !important; height: 40px !important;
	margin-top: 0px !important;
	background-color: #fff;
	background-size: auto 14px !important;
	background-position: center left;
}
.swiper0 .swiper-button-next-0 {
	top: 0px !important;
	right: 0px !important;
	width: 30px !important; height: 40px !important;
	margin-top: 0px !important;
	background-color: #fff;
	background-size: auto 14px !important;
	background-position: center right;
}

.m_dmsp_h {
	position: absolute;
	top: 0; left: 0;
	width: 270px;
	z-index: 11;
}
.t_m_dmsp_h {
	text-transform: uppercase;
	color: #fff;
	background: #f58634;
	padding: 0 15px;
	line-height: 40px;
	font-weight: 700;
}
.t_m_dmsp_h i {margin-right: 7px; width: 22px; text-align: center;}
.m_m_dmsp_h {position: relative; padding: 15px 0; height: 306px; background: #fff; overflow-y: auto;}
.m_m_dmsp_h::-webkit-scrollbar {background: none;}
.ul_m_dmsp_h {background: #fff;}
.ul_m_dmsp_h > li:hover {background: #f9f9f9;}
.ul_m_dmsp_h > li img {
	display: inline-block;
	width: 22px; height: 22px;
	margin-right: 7px;
}
.ul_m_dmsp_h > li > a {
	display: block;
	padding: 6px 15px;
	color: #434343;
}
.ul_m_dmsp_h > li.active > a {color: #0e64af; font-weight: bold;}
.ul_m_dmsp_h > li:hover .ul_m_dmsp_h_child {display: block;}
.ul_m_dmsp_h_child {
	display: none;
	position: absolute;
	top: 0; left: 270px; bottom: 0;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	width: 220px;
	z-index: 111;
	padding: 15px 0 15px 0;
	overflow-y: auto;
}
.ul_m_dmsp_h_child > li > a {
	display: block;
	padding: 7px 15px;
	color: #434343;
}
.ul_m_dmsp_h_child > li > a:hover {color: #fff; background: #0e64af;}

.m_dmsp_h:hover .sub_m_dmsp_h_other {display: block;}
.sub_m_dmsp_h_other {
	position: absolute;
	top: 40px; left: 270px; bottom: 0;
	overflow-y: auto;
	padding: 15px 0;
	z-index: 111;
	background: #fff;
	width: 250px;
	-webkit-box-shadow: inset 2px 0 3px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 2px 0 3px rgba(0,0,0,0.1);
	box-shadow: inset 2px 0 3px rgba(0,0,0,0.1);
	display: none;
}
.sub_m_dmsp_h_other ul li a {display: block; padding: 5px 15px; color: #434343;}
.sub_m_dmsp_h_other ul li a:hover {
	background: #f9f9f9;
	-webkit-box-shadow: inset 2px 0 0 rgba(0,0,0,0.1);
	-moz-box-shadow: inset 2px 0 0 rgba(0,0,0,0.1);
	box-shadow: inset 2px 0 0 rgba(0,0,0,0.1);
}

.top_con_h {padding: 20px 0 20px 290px; width: 910px; overflow: hidden;}

.slide {float: left; width: 630px; background: #ccc;}
.swiper1 .swiper-slide {height: 316px;}
.swiper1 .swiper-slide img {display: block; width: 100%; height: 100%;}
.swiper1 .swiper-pagination-1 {text-align: left; left: 10px !important;}
.swiper1 .swiper-pagination-1 .swiper-pagination-bullet {width: 10px; height: 10px; background: #3d3d3d; opacity: 1;}
.swiper1 .swiper-pagination-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #fff;}

.ul_adv_top_con_h {float: right;}
.ul_adv_top_con_h > li + li {margin-top: 11px;}
.ul_adv_top_con_h > li img {display: block; width: 100%; height: 98px;}

.swiper2 .swiper-slide figure {
	position: relative;
	background: #fff;
	text-align: center;
	height: 90px;
}
.swiper2 .swiper-slide figure img {
	display: block;
	width: auto; max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}

.row_prod_h {margin-top: 30px;}
.t_row_prod_h {
	position: relative;
	height: 50px;
	background: #fff url(../imgs/layout/icon_3.png) no-repeat left 15px top 8px;
	padding: 0 10px 0 60px;
	color: #999;
}
.t_row_prod_h_1 {border-bottom: 1px solid #eee;}
.t_row_prod_h_2 {border-bottom: 3px solid #eee;}
.h_t_row_prod_h {
	line-height: 50px;
	position: relative;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	padding-right: 10px;
	color: #434343;
}
.icon_h_t_row_prod_h {
	width: 70px; height: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #e70505;
	position: absolute;
	top: -12px; right: -24px;
}
.icon_h_t_row_prod_h::before {
	border-top: 5px solid #e70505;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: " ";
	cursor: pointer;	
	display: block;
    width: 0; height: 0;
    position: absolute;
	bottom: -5px; left: 0; right: 0;
	margin: 0 auto;
	z-index: 2;
}
.link_h_t_row_prod_h {color: #999; display: inline-block; margin-left: 10px;}
.h_t_cata_prod_h {display: inline-block;}
.h_t_cata_prod_h a {
	display: inline-block;
	font-size: 14px;
	color: #434343;
	padding: 0 30px;
	border-bottom: 3px solid #f58732;
	line-height: 47px;
	font-weight: 400;
	background: #fdfdfd;
}
.h_t_cata_prod_h a:hover {color: #fff; background: #f58732;}
.sub_h_t_cata_prod_h {display: inline-block; padding: 0; line-height: 47px;}
.sub_h_t_cata_prod_h a {
	display: inline-block;
	color: #434343;
	font-size: 14px;
	padding: 0 27px;
}
.sub_h_t_cata_prod_h a:hover {text-decoration: underline;}
.link_h_t_cata_prod_h {
	color: #36b9fd;
	position: absolute;
	top: 15px;
	right: 15px;
}

.in_prod {background: #fff; padding: 15px; text-align: center; position: relative;}
.label_sale {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background: #f70000;
	width: 44px; height: 44px;
	line-height: 44px;
	position: absolute;
	top: 5px; right: 5px;
	z-index: 1;
	font-style: normal;
}
.label_sale::before {
	content: "";
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #fff;
	width: 38px; height: 38px;
	position: absolute;
	top: 2px; left: 2px;
}
.img_prod {height: 170px; position: relative;}
.img_prod img {display: block; width: 100%; height: 100%;}
.name_prod {
	padding-top: 10px;
	font-weight: 400;
	font-size: 12px;
	color: #434343;
	height: 40px;
	overflow: hidden;
}
.name_prod:hover {color: #0e64af;}
.pri_prod {padding: 10px 0 5px 0; height: 30px; overflow: hidden; line-height: 15px;}
.pri_prod p {padding: 0;}
.p1_pri_prod {color: #f40000; font-size: 14px; font-weight: 700; display: inline-block;}
.p2_pri_prod {font-size: 10px; text-decoration: line-through; color: #999; display: inline-block; margin: 0 2px;}
.p3_pri_prod {font-size: 11px; color: #434343; display: inline-block; margin: 0 2px;}

.tool_prod_1 {border-top: 1px solid #eee; padding: 5px 0 0 0;}
.tool_prod_2 {border-top: 1px dotted #ccc; padding: 5px 0 0 0;}

.star_prod {padding: 0; font-size: 11px; color: #999;}
.star_prod i {color: #d8d8d8;}
.star_prod i.active {color: #f5b732;}

.time_prod_sale {
	margin-top: 5px;
	padding: 0; 
	font-size: 14px; 
	font-weight: bold; 
	color: #f58732; 
	text-align: center;
	background: #f6f6f6;
	line-height: 26px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}
.time_prod_sale i {margin-right: 5px;}

.swiper-button-prev-3, .swiper-button-prev-4, .swiper-button-prev-6, .swiper-button-prev-7 {
	width: 30px !important; height: 30px !important;
	margin-top: 0px !important;
	background-color: #f4f4f4;
	background-size: auto 10px !important;
	top: 10px !important; left: auto !important; right: 43px !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.swiper-button-next-3, .swiper-button-next-4, .swiper-button-next-6, .swiper-button-next-7 {
	width: 30px !important; height: 30px !important;
	margin-top: 0px !important;
	background-color: #f4f4f4;
	background-size: auto 10px !important;
	top: 10px !important; right: 10px !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.ul_prod {}
.ul_prod > li {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 16.6666%;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.ul_prod > li:nth-child(6n) {border-right: 0;}

.ul_dm_bv {}
.ul_dm_bv > li {padding: 20px 0; overflow: hidden;}
.ul_dm_bv > li:first-child {padding-top: 0;}
.ul_dm_bv > li:last-child {padding-bottom: 0;}
.ul_dm_bv > li + li {border-top: 1px solid #eee;}
.ul_dm_bv > li figure {
	float: left;
	width: 250px; height: 166px;
	margin-right: 20px;
}
.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: 16px; line-height: 26px; color: #323232;}
.m_ul_dm_bv h3:hover {color: #0e64af;}
.m_ul_dm_bv .tool_user {padding: 5px 0;}
.m_ul_dm_bv p {color: #666;}
.m_ul_dm_bv span {color: #0e64af; font-size: 12px;}
.m_ul_dm_bv span i {margin-left: 5px;}
.m_ul_dm_bv ol {padding: 5px 0 10px 0;}
.m_ul_dm_bv ol li {display: inline-block; color: #666; margin: 0 10px 0 1px;}
.m_ul_dm_bv ol li i {margin-right: 3px; position: relative; top: -1px;}

.t_row_prod_h_D {height: auto; padding: 15px 15px 15px 60px;}
.t_row_prod_h_D .h_t_row_prod_h {line-height: normal; padding-right: 0;}

.des_D {font-size: 14px; padding-bottom: 10px;}

.f_cont {padding-bottom: 50px;}

.breacrum {padding: 10px 0; position: relative;}
.ul_breacrum > li {display: inline-block; color: #555; font-size: 11px;}
.ul_breacrum > li::after {
	content: "\f105";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	margin: 0 3px;
}
.ul_breacrum > li:last-child::after {display: none;}
.ul_breacrum > li > a {color: #555;}
.ul_breacrum > li > a:hover {color: #333;}

.addthis_sharing_toolbox {position: absolute; top: 13px; right: -5px;}

.content {float: right; width: 900px;}
.sidebar {float: left; width: 270px;}
.m_content {background: #fff; padding: 15px 20px;}

.ul_share_social {padding-top: 20px; line-height: 18px;}
.ul_share_social > li {float: left;}
.ul_share_social > li + li {margin-left: 7px;}

.block_sb + .block_sb {margin-top: 30px;}
.t_sb {
	text-transform: uppercase;
	background-color: #0e64af;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	padding: 0 15px;
}
.t_sb i {margin-right: 10px; width: 14px;}

.dm_sb .ul_m_dmsp_h {height: auto;}

.ul_dm_sb {background: #fff; padding: 0 15px;}
.ul_dm_sb > li + li {border-top: 1px dashed #ddd;}
.ul_dm_sb > li > a {color: #434343; display: block; padding: 10px 0;}
.ul_dm_sb > li:hover > a {color: #0e64af;}
.ul_dm_sb > li.active > a {color: #0e64af; font-weight: bold;}
.ul_dm_sb > li.active .ol_dm_sb {display: block;}
.ol_dm_sb {display: none;}
.ol_dm_sb > li {border-top: 1px dashed #ddd;}
.ol_dm_sb > li > a {color: #434343; display: block; padding: 10px 0 10px 20px;}
.ol_dm_sb > li.active > a, .ol_dm_sb > li:hover > a {text-decoration: underline;}

.ul_ht_sb {background-color: #fff; padding: 0 15px;}
.ul_ht_sb > li {overflow: hidden; padding: 15px 0; line-height: 16px;}
.ul_ht_sb > li + li {border-top: 1px dashed #ddd;}
.ul_ht_sb > li i {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	width: 30px; height: 30px;
	line-height: 30px;
	background-color: #30b822;
	color: #fff;
	float: left;
	margin-right: 14px;
}
.ul_ht_sb > li a {color: #f70000 !important; font-weight: bold;}

.ul_news_sb {background-color: #fff; padding: 0 15px;}
.ul_news_sb > li {overflow: hidden; padding: 15px 0;}
.ul_news_sb > li + li {border-top: 1px dashed #ddd;}
.ul_news_sb > li figure {
	float: left;
	width: 110px; height: 73px;
	margin-right: 10px;
}
.ul_news_sb > li figure img {display: block; width: 100%; height: 100%;}
.ul_news_sb > li p {
	overflow: hidden;
	padding: 0;
	line-height: 16px;
	color: #434343;
}
.ul_news_sb > li:hover p {color: #0e64af;}

.ul_tk_sb {background-color: #fff; padding: 0 15px;}
.ul_tk_sb > li {overflow: hidden; padding: 10px 0;}
.ul_tk_sb > li + li {border-top: 1px dashed #ddd;}
.ul_tk_sb span {display: block; float: left;}
.ul_tk_sb strong {display: block; float: right; text-align: right; font-weight: 400;}

.maps_ct {position: relative; height: 300px; background: #ccc;}
.maps_ct iframe {width: 100% !important; height: 100% !important;}
.mask_map {background: rgba(0,0,0,0); z-index: 2; position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
.f_contact {padding: 20px 0;}
.fc_1 {float: left; width: 48%;}
.fc_2 {float: right; width: 48%;}
.ul_ct > li {margin-bottom: 20px; position: relative;}
.ipt_ct {
	border: 1px solid #ddd;
	width: 100%; height: 34px;
	padding: 0 10px;	
	color: #777;
}
.txt_ct {
	border: 1px solid #ddd;
	width: 100%; min-height: 100px;
	padding: 10px;
	color: #777;
	resize: vertical;	
}
.ipt_ct:focus, .txt_ct:focus {border: 1px solid #bbb; color: #333;}
.btn_ct {
	cursor: pointer;	
	background: #0e64af;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 30px;
	border: 0;
	font-weight: bold;
}
.btn_ct:active {opacity: 0.9;}
.t_fc_1 {
	text-transform: uppercase;
	padding-bottom: 10px; 
	font-weight: 700; 
	font-size: 18px; 
	line-height: 24px;
	color: #333;
}
.m_fc_1 a {color: #0e64af !important;}
.m_fc_1 a:hover {text-decoration: underline;}
.ul_m_fc_1 > li {padding: 5px 0; overflow: hidden;}
.ul_m_fc_1 > li i {
	font-size: 14px; 
	margin-right: 10px; 
	float: left; 
	text-align: center;
	width: 30px; height: 30px;
	line-height: 30px;
	background: #0e64af;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	top: -4px;
	color: #fff;
}

.m_content_prod {}
.prod_spec_catalog {padding-bottom: 30px;}
.ul_prod_D > li {width: 25%;}
.ul_prod_D > li .img_prod {height: 194px;}
.ul_prod > li:nth-child(6n) {border-right: 1px solid #eee;}
.ul_prod > li:nth-child(4n) {border-right: 0;}

.filter_prod {position: absolute; top: 0; right: 15px;}
.slec_filter_prod {
	text-align: center;
	background: #fff url(../imgs/layout/arrown_menu_accordion.png) no-repeat center right 20px;
	background-size: auto 6px;
	float: left;
	padding: 0 40px 0 20px;
	height: 50px;
	text-transform: uppercase;
	font-size: 14px;
	color: #434343;
	border: 0;
}
.slec_filter_prod:focus {background-color: #f9f9f9;}
.slec_filter_prod option {background-color: #fff; color: #000;}

.m_prod_D {padding: 20px; background: #fff;}
.t_prod_D {
	text-transform: uppercase;
	background: #f6f6f6;
	padding: 10px 20px;
	margin: 30px 0 15px 0;
}

.tb_prod_D {width: 100%;}
.tb_prod_D a {color: #258cdc;}
.tb_prod_D td {border: 1px solid #d5d5d5; padding: 10px 15px;}
.l_tb_prod_D {background: #efefef; width: 180px;}

.nd_prod_D {height: 300px; overflow: hidden; position: relative;}
.nd_prod_D::before {
	content: "";
	height: 50px;
	position: absolute;
	bottom: 0; right: 0; left: 0;
	z-index: 1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+14,ffffff+100&0.5+14,1+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 14%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 14%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0.5) 14%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.nd_prod_D.active {height: auto;}
.nd_prod_D.active::before {display: none;}
.showhide_nd_prod_D {
	display: inline-block;
	color: #258cdc;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 39px;
	border: 1px solid #258cdc;
	margin-top: 20px;
}
.showhide_nd_prod_D:hover {background: #258cdc; color: #fff;}

.t_row_prod_h_D_other {margin-top: 30px;}

.swiper6 .img_prod, .swiper7 .img_prod {height: 194px;}

.slide_prod_D {width: 350px; float: left; margin-right: 20px;}
.info_prod_D {overflow: hidden;}
.h_info_prod_D {
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	padding: 5px 0;
}
.ul_info_prod_D > li {overflow: hidden; padding: 10px 0;}
.ul_info_prod_D > li + li {border-top: 1px dotted #ddd;}
.ul_info_prod_D > li p {padding: 0;}
.l_ul_info_prod_D {float: left; width: 130px; margin-right: 5px;}
.r_ul_info_prod_D {overflow: hidden;}
.pri_prod_D {color: #f60000; font-weight: bold; font-size: 16px; display: inline-block;}
.pri_2_prod_D {font-size: 11px; color: #999; text-decoration: line-through; display: inline-block; margin-left: 10px;}
.link_th_prod_D {color: #21b1fb; margin-left: 10px; display: inline-block;}
.link_th_prod_D i {margin-left: 5px;}
.sl_prod_D {
	width: 40px; height: 30px;
	overflow: hidden;
	border: 1px solid #eee;
	text-align: center;
	padding: 0 2px;
}
.select_list {
	border: 1px solid #eee;
	height: 30px;
	background: #fff url(../imgs/layout/arrown_menu_accordion.png) no-repeat center right 10px;
	background-size: auto 5px;
	margin-left: 3px;
	padding: 0 30px 0 7px;
}

#gallery-2 {width: 100%; height: 350px; background: #fff !important;}
#gallery-2 .rsOverflow, #gallery-2 .rsSlide, #gallery-2 .rsVideoFrameHolder,#gallery-2 .rsThumbs {background: #fff !important;}
#gallery-2 .rsOverflow::before {
	content: "";
	border: 1px solid #eee;
	z-index: 1;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}
#gallery-2 .rsThumbsHor {height: auto;}
#gallery-2 .rsThumb {width: 78px; height: 78px; border: 1px solid #eee; opacity: 0.2;}
#gallery-2 .rsThumb img {
	display: block;
	width: 100%; height: 100%;
	object-fit: cover;
	-moz-object-fit: cover;
	-webkit-object-fit: cover;
	-o-object-fit: cover;
	-ms-object-fit: cover;		
}
#gallery-2 .rsThumb.rsNavSelected {background: none; opacity: 1;}
#gallery-2 .rsThumb.rsNavSelected img {opacity: 1;}
#gallery-2 .rsThumbsArrow {height: 80px; top: 10px;}

.btn_info_prod_D {padding-top: 20px;}
.btn_pay_cart {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #f58732;
	padding: 10px 0;
	text-align: center;
	min-width: 150px;
	margin-bottom: 5px;
}
.btn_add_cart {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #0e64af;
	padding: 10px 0;
	text-align: center;
	min-width: 150px;
	margin-bottom: 5px;
}
.btn_pay_cart:hover, .btn_add_cart:hover {opacity: 0.8;}

.km_prod_D {
	border: 1px solid #eee;
	padding: 30px 19px 14px 19px;
	margin-top: 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: relative;
}
.t_km_prod_D {
	color: #f7434c;
	font-size: 14px;
	width: 210px; height: 37px;
	line-height: 36px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	background: #f7f7f7;
	position: absolute;
	top: -18px; left: 15px;
	z-index: 1;
	text-align: center;
	padding-left: 20px;
}
.t_km_prod_D::before {
	content: "";
	background: url(../imgs/layout/icon_12.png) no-repeat;
	width: 44px; height: 42px;
	position: absolute;
	top: -6px; left: -8px;
}

.f_page .ul_m_dmsp_h_child {padding: 0;}

.k_bl_new {background: #fff; margin-top: 30px;}
.m_k_bl_new {padding: 20px;}

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

#footer {}
#footer a {}
#footer a:hover {}

.foot_1 {background: #232f3f;}
.foot_1 .min_wrap {padding: 30px 0; position: relative;}
.swiper-button-prev-5 {
	left: -30px !important;
	width: 30px !important; height: 30px !important;
	margin-top: -15px !important;
	background-size: auto 20px !important;
}
.swiper-button-next-5 {
	right: -30px !important;
	width: 30px !important; height: 30px !important;
	margin-top: -15px !important;
	background-size: auto 20px !important;
}
.t_foot_1 {
	color: #fff;
	text-align: center;
	background: #ff7f54;
	font-weight: bold;
	padding: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.m_foot_1 {
	background: #fff;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 15px 15px 15px 90px;
	position: relative;
}
.m_foot_1 i {
	font-size: 46px;
	color: #f58732;
	position: absolute;
	top: 20px; left: 30px;
}
.m_foot_1 a {color: #1a7bff;}

.sty_map {
	overflow: hidden !important;
	padding: 10px !important;
	margin-bottom: 0px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 75% !important; height: 90% !important;
}
.sty_map iframe {width: 100% !important; height: 100% !important;}

.foot_2 {background-color: #fff; padding: 25px 0 40px 0;}
.ul_foot_2 {overflow: hidden;}
.ul_foot_2 > li {
	float: left;
	margin-right: 4%;
	width: 22%;
}
.ul_foot_2 > li:nth-child(4) {margin-right: 0;}
.t_foot_2 {
	text-transform: uppercase;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	padding: 15px 0;
}
.t_foot_2_other {
	background: url(../imgs/layout/icon_3.png) no-repeat left center;
	padding-left: 50px;
}
.ol_foot_2 > li {padding: 4px 0;}
.ol_foot_2 > li > a {
	display: inline-block;
	position: relative;
	padding-left: 13px;
	color: #333;
}
.ol_foot_2 > li > a::before {
	content: "\f105";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 2px; left: 0;
}
.ol_foot_2 > li > a:hover {color: #0e64af;}
.ud_foot_2 {
	padding-top: 10px;
	font-size: 14px;
	color: #333;
}
.ud_foot_2 i {
	width: 64px; height: 64px;
	border: 1px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff url(../imgs/layout/icon_9.png) center center no-repeat;
	float: left;
	margin-right: 15px;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.07);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.07);
	box-shadow: 0 0 6px rgba(0,0,0,0.07);
}
.app_foot_2 a + a {margin-left: 7px;}
.social_foot_2 {padding-bottom: 0;}
.social_foot_2 a + a {margin-left: 7px;}

.hotline_foot_2 {
	font-weight: bold;
	background: url(../imgs/layout/icon_11.png) no-repeat;
	width: 159px; height: 42px;
	padding: 13px 0 0 50px;
	color: #f58732;
	line-height: 14px;
}
.hotline_foot_2 a {font-size: 16px; color: #000 !important;}

.foot_3 {background: #0e64af; color: #fff; padding: 20px 0;}
.foot_3 a {color: #fff;}
.foot_3 .min_wrap {position: relative;}
.icon_bct {position: absolute; top: 0; right: 0;}

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

.f-detail {line-height: 1.5;}
.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: #f58634;}
.f-detail a:hover {text-decoration: underline;}
.f-detail table {width: 100% !important;}
.f-detail table td {padding: 10px 15px; border: 1px solid #d5d5d5;}
.f-detail table td:nth-child(1) {background: #efefef;}

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

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

.tag {padding: 15px 0 0 0; font-size: 11px; overflow: hidden; font-family: Arial; line-height: 18px;}
.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;}

.back-to-top {
	cursor: pointer;
	background: url(../imgs/layout/back-to-top.png) no-repeat;
	width: 30px; height: 30px;
	position: fixed;
	bottom: 10px; right: 10px;
	display: none;
	z-index: 10;
}

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

a, a:hover {}
a[href^="tel:"], a[href^="mailto:"] {color: #f58634;}

.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-scrollbar {width: 6px; height: 6px; background: #f9f9f9;}
::-webkit-scrollbar-thumb {width: 6px; background-color: #c1c1c1; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
::-webkit-scrollbar-track {padding: 6px;}

::-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: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;	
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
} /* Hides from IE-mac \*/
.clearfix {
	display: block;
}

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

input, textarea, select,button {
	font-family: Arial,sans-serif,Helvetica;
	font-size: 12px;
	font-weight: 400;
	vertical-align: middle;
}

.vote_radio input {position: relative; top: -2px; cursor: pointer;}
.vote_radio label {cursor: pointer;}

.page {font-size: 12px; margin: 20px 0 0 0; font-family: Arial; line-height: 18px; text-align: center;}
.PageNum a {
	display: inline-block;
	color: #444;
	padding: 3px 10px;
	background: #fff;
	border: 1px solid #fff;
	margin: 0px 3px 5px 0px;
}
.PageNum a:hover {color: #fff; background: #f58732; border: 1px solid #f58732;}
.PageNum span {
	font-weight: bold;
	display: inline-block;
	color: #fff;
	padding: 3px 10px;
	background: #f58732;
	margin: 0px 3px 5px 0px;
	border: 1px solid #f58732;
}

/************************************************************************************
CSS COMMENT
*************************************************************************************/

.cm_prod_D {background: #fff;}

.ul_cm_prod_D_1 {overflow: hidden; border-bottom: 1px solid #eee; position: relative;}
.ul_cm_prod_D_1::before {
	content: "";
	width: 1px;
	background: #eee;
	position: absolute;
	top: 0; bottom: 0; left: 50%;
}
.ul_cm_prod_D_1 > li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding: 30px;
	text-align: center;
}
.ul_cm_prod_D_1 > li:nth-child(2) {width: 50%; padding: 30px 50px;}

.num_dg_cm {
	font-size: 36px;
	font-weight: 700;
	color: #f40000;
	display: block;
	line-height: 46px;
}
.star_dg_cm {padding: 0;}
.star_dg_cm i {
	font-size: 22px;
	color: #d8d8d8;
}
.star_dg_cm i.active {color: #f5b732;}

.chart_dg_cm > li {overflow: hidden;}
.chart_dg_cm > li span {
	display: block;
	float: left;
}
.chart_dg_cm_1 {width: 20%; text-align: center; color: #000;}
.chart_dg_cm_1 i {font-size: 14px; color: #f5b732;}
.chart_dg_cm_2 {
	width: 60%; height: 6px;
	background: #eaeaea;
	position: relative;
	top: 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.color_chart_dg_cm_2 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 0; left: 0;
	height: 6px;
}
.chart_dg_cm_3 {
	width: 20%; 
	color: #ccc; 
	text-align: left;
	text-indent: 10px;
}

.btn_showhide_cm {
	display: block;
	color: #fff;
	background: #f58732;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 34px;
}
.btn_showhide_cm:hover {background: #0e64af;}

.cm_prod_D_2 {padding: 20px 20px 0 20px;}
.note_cm_prod_D_2 {padding: 15px 0 0 0; text-align: center;}
.star_cm_prod_D_2 {padding-bottom: 20px;}
.star_cm_prod_D_2 p {
	position: relative;
	top: 1px;
	padding: 0 0 0 10px; 
	display: inline-block;
}
.star_cm_prod_D_2 p i {
	font-size: 16px;
	color: #d8d8d8;
	cursor: pointer;
}
.star_cm_prod_D_2 p i.active, .star_cm_prod_D_2 p i:hover {color: #f5b732;}

.k_cm_prod_D_2 {border: 1px solid #eee; position: relative;}
.txt_cm_prod_D_2 {
	background: #fff;
	border: 0;
	padding: 15px;
	resize: none;
	width: 100%; height: 150px;
	color: #ccc;
}
.txt_cm_prod_D_2:focus {color: #333;}
.bot_k_cm_prod_D_2 {
	background: #fcfcfc;
	height: 44px;
	line-height: 44px;
	color: #bbb;
	padding: 0 0 0 15px;
}
.btn_cm_prod_D_2 {
	cursor: pointer;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	background: #3ca7dd;
	height: 44px;
	padding: 0 30px;
	position: absolute;
	bottom: 0; right: 0;
	z-index: 1;
}
.btn_cm_prod_D_2:hover {opacity: 0.8;}

.cm_prod_D_3 {padding: 20px;}
.in_cm_prod_D_3 {
	overflow: hidden;
	padding: 12px;
	background: #eff7ff;
}
.in_cm_prod_D_3 i {
	display: block;
	float: left;
	width: 40px; height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #f58732 url(../imgs/layout/icon_19.png) no-repeat center center;
	margin-right: 12px;
}
.l_cm_prod_D_3 {padding: 0; float: left; width: 60%;}
.r_cm_prod_D_3 {padding: 0; overflow: hidden; text-align: right;}
.r_cm_prod_D_3 a {margin-left: 5px; display: inline-block;}

.cm_prod_D_4 {padding: 0 20px 20px 20px;}
.ul_cm_prod_D_4 > li {overflow: hidden; padding:  20px 0;}
.ul_cm_prod_D_4 > li:first-child {padding-top: 0;}
.ul_cm_prod_D_4 > li:last-child {padding-bottom: 0;}
.ul_cm_prod_D_4 > li + li {border-top: 1px solid #eee;}

.img_cm_prod_D_4 {
	border: 1px solid #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 12px;
	width: 104px;
	margin-right: 20px;
	float: left;
	text-align: center;
	letter-spacing: 0;
}
.img_cm_prod_D_4 figure {
	width: 70px; height: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto;
} 
.img_cm_prod_D_4 figure img {
	display: block; 
	width: 100%; height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.img_cm_prod_D_4 strong {display: block; padding: 5px 0 0 0;}
.img_cm_prod_D_4 span {display: block; font-size: 11px; color: #999;}

.nd_cm_prod_D_4 {overflow: hidden;}
.tool_nd_cm_prod_D_4 {overflow: hidden; padding: 5px 0;}
.tool_nd_cm_prod_D_4 .star_dg_cm {float: left;}
.tool_nd_cm_prod_D_4 .star_dg_cm i {font-size: 12px;}
.link_nd_cm_prod_D_4 {float: right; padding: 0;}
.link_nd_cm_prod_D_4 a {color: #3ab3f2; display: inline-block;}
.link_nd_cm_prod_D_4 a:hover {text-decoration: underline;}
.link_nd_cm_prod_D_4 a + a {margin-left: 10px;}
.thumb_img_nd_cm_prod_D_4 {padding: 10px 0 5px 0;}
.thumb_img_nd_cm_prod_D_4 img {
	display: inline-block;
	border: 1px solid #eee;
	width: 60px; height: 60px;
	padding: 2px;
	margin-right: 5px;
}

.post_nd_cm_prod_D_4 {padding-top: 20px;}
.txt_post_nd_cm_prod_D_4 {
	border: 1px solid #eee;
	color: #999;
	padding: 15px;
	resize: none;
	width: 100%; height: 120px;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}
.txt_post_nd_cm_prod_D_4:focus {color: #333; border: 1px solid #ccc;}
.bot_post_nd_cm_prod_D_4 {padding: 10px 0 0 0; text-align: right;}
.btn_post_nd_cm_prod_D_4 {
	cursor: pointer;
	color: #fff;
	background: #3ca7dd;
	height: 30px;
	padding: 0 25px;
	border: 0;
}
.btn_post_nd_cm_prod_D_4:hover {opacity: 0.8;}

.child_nd_cm_prod_D_4 {padding-top: 20px;} 
.child_nd_cm_prod_D_4 > li {overflow: hidden;}
.img_child_nd_cm_prod_D_4 {
	float: left;
	width: 36px; height: 36px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.img_child_nd_cm_prod_D_4 img {
	display: block; 
	width: 100%; height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.text_child_nd_cm_prod_D_4 {overflow: hidden; padding-left: 10px;}
.in_text_child_nd_cm_prod_D_4 {padding: 8px 10px; position: relative; background: #fafafa;}
.in_text_child_nd_cm_prod_D_4::before {
	border-top: 7px solid #fafafa;
	border-left: 9px solid transparent;
	content: " ";
	cursor: pointer;	
	display: block;
    width: 0; height: 0;
    position: absolute;
	top: 0; left: -9px;
	z-index: 1;
}
.in_text_child_nd_cm_prod_D_4 strong {display: inline-block;}
.text_child_nd_cm_prod_D_4 .link_nd_cm_prod_D_4 {float: none; padding: 5px 8px;}

/************************************************************************************
CSS ACCOUNT
*************************************************************************************/

.f_account {padding: 30px 0; font-family: Arial; letter-spacing: 0;}

.form_account {
	background: #fff;
	width: 400px;
	margin: 20px auto;
	padding: 30px;
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.08); 
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.08);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.08); 
}
.title_account {
	text-transform: capitalize;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: center;	
	position: relative;
}
.title_account::before {
	content: "";
	height: 1px;
	background: #eee;
	position: absolute;
	top: 10px; right: 0px; left: 0px;	
}
.title_account strong {background: #fff; padding: 0px 10px; font-weight: normal; z-index: 1; position: relative;}
.account_other {text-align: center; font-size: 11px; color: #999;}
.account_other ul {overflow: hidden; margin-top: 5px;}
.account_other ul li {float: left; width: 49%;}
.account_other ul li:nth-child(2) {float: right;}
.account_other ul li.acc_fb a {background: #999 url(../imgs/layout/facebook.png) no-repeat 8px center; background-size: 22px 22px;}
.account_other ul li.acc_fb a:hover {background-color: #3b589b;}
.account_other ul li.acc_gg a {background: #999 url(../imgs/layout/google.png) no-repeat 8px center; background-size: 22px 22px;}
.account_other ul li.acc_gg a:hover {background-color: #da3a43;}
.account_other ul li a {
	display: block;
	padding: 7px 0px;
	color: #fff;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.main_account {overflow: hidden; position: relative;}
.ul_main_account {overflow: hidden;}
.ul_main_account > li {position: relative; margin-top: 20px;}
.se_nh {
	width: 100%; height: 34px;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 6px;
}
.se_nh option {padding: 0 10px;}
.label_account {font-weight: bold; padding-bottom: 5px;	display: block;}
.ipt_account {
	color: #777;
	border: 1px solid #ddd;
	width: 100%; height: 34px;
	padding: 0 10px;
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
}
.txt_account {
	color: #333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #ddd;
	width: 100%; min-height: 100px;
	padding: 10px;
	resize: vertical;
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
}
.ipt_account:focus {border: 1px solid #999;}
.btn_account2 {
	font-size: 12px;
	font-weight: bold;
	border: 0px;
	background: #0e64af;
	color: #fff;
	width: 100%;
	padding: 12px 0;
	cursor: pointer;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.btn_account2:hover {opacity: 0.8;}
.btn_account2[type=submit] {
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	border-radius: 2px !important;
}
.btn_account2 + .btn_account2 {margin-left: 5px;}
.error_account {display: block; font-size: 11px; color: #F03; padding-top: 5px;}
.bottom_account {margin-top: 20px; overflow: hidden;}
.ba_dk {overflow: hidden; padding-top: 15px;}
.ba_dk a:hover {text-decoration: underline;}
.qmk_account {display: inline-block; font-size: 12px; color: #666;}
.dk_account {display: inline-block; float: right; font-size: 12px; color: #666;}

.show_gt ul {overflow: hidden;}
.show_gt ul li {float: left; position: relative; padding-left: 20px; line-height: 18px;}
.show_gt ul li + li {margin-left: 20px;}
.show_gt ul li label {display: inline-block; cursor: pointer;}
.show_gt ul li input {position: absolute; top: 2px; left: 0; cursor: pointer;}

.avar_dbtk {text-align: center; margin-top: 15px; font-size: 11px; font-weight: bold;}
.avar_dbtk img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
	width: 80px; height: 80px;
}

/************************************************************************************
CSS FORM ADMIN ACCOUNT
*************************************************************************************/

.f_form_account {padding: 30px 0 50px 0;}

.mfa_1 {width: 220px; float: left;}
.mfa_2 {
	overflow: hidden; 
	background: #fff; 
	border: 1px solid #d5d5d5; 
	padding: 20px 30px 30px 30px; 
	min-height: 500px;
}
.ul_mfa_1 > li {
	text-transform: uppercase;
	position: relative; 
	border-top: 1px solid #d5d5d5;
	margin-right: 12px;
}
.ul_mfa_1 > li:first-child {border-top: 0;}
.ul_mfa_1 > li > a {
	font-size: 12px;
	color: #575757;
	display: block;
	padding: 10px 0 16px 0;
}
.ul_mfa_1 > li.active {border-left: 1px solid #d5d5d5; margin-right: 0;}
.ul_mfa_1 > li.active:first-child {border-top: 1px solid #d5d5d5;}
.ul_mfa_1 > li.active::before {
	content: "";
	width: 12px; height: 1px;
	background: #d5d5d5;
	position: absolute;
	bottom: -1px; right: 0;	
}
.ul_mfa_1 > li.active::after {
	content: "";
	width: 1px;
	background: #fff;
	position: absolute;
	top: 0; bottom: 0; right: -1px;
}
.ul_mfa_1 > li.active > a {color: #000; background: #fff;}
.ul_mfa_1 > li i {
	font-size: 20px; 
	margin: 0 7px; 
	width: 20px; 
	text-align: center;
	position: relative;
	top: 2px;
}
.ul_mfa_1 > li.active .ul_mfa_1_child {background: #fff;}
.ul_mfa_1_child {padding: 0 0 5px 37px;}
.ul_mfa_1_child > li {list-style: disc;}
.ul_mfa_1_child > li > a {color: #575757; padding: 5px 0; display: inline-block;}
.ul_mfa_1_child > li.active > a, .ul_mfa_1_child > li > a:hover {text-decoration: underline;}
.title_mfa_2 {
	position: relative;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -1px;
	border-bottom: 3px solid #e5e5e5;
	padding-bottom: 20px;
}
.main_mfa_2 {padding-top: 20px;}

.f-upfile{position:relative; padding-top:5px;}
.f-upfile span{color:#1f76d9; font-size:12px; text-decoration:underline; cursor:pointer;}
.f-upfile input{position:absolute; top:0; left:0; opacity:0; width:121px; cursor:pointer;}
.img_fql {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
}
.filter_1 {padding-bottom: 20px; border-bottom: 3px solid #E5E5E5;}
.slex_filter_1 {
	height: 32px; min-width: 150px;
	-webkit-appearance: menulist-button;
	line-height: 26px;	
	padding-left: 7px;
	color: #000;
	font-size: 14px;
}
.filter_2 {padding: 20px 0;}
.ipt_filter_2 {
	background: #fff;
	border: 1px solid #BFBFBF;	
	width: 200px; height: 32px;
	padding: 0 10px;
	margin: 0 10px;
}
.btn_filter_2 {
	background: #000;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 0 30px;
	height: 32px;
    text-transform: uppercase;	
}
.btn_filter_2:hover {text-decoration: underline;}

.row_mfa {overflow: hidden;}
.col_row_mfa {float: left; padding-bottom: 15px;}
.col_row_mfa label {display: block; font-family: Arial; font-size: 12px; padding-bottom: 3px; text-transform: capitalize;}
.col_row_mfa select {
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none; 
	width: 100%; height: 32px;
	line-height: 26px;	
	padding-left: 7px;
	color: #000;
	font-size: 12px;
	border: 1px solid #bfbfbf;
	background: #fff url(../imgs/layout/arrown_menu_accordion.png) no-repeat center right 10px;
	background-size: auto 6px;
	cursor: pointer;
}
.col_row_mfa select:focus {border: 1px solid #000;}
.row_mfa_2 .col_row_mfa {width: 49%; margin-right: 2%;}
.row_mfa_2 .col_row_mfa:nth-child(2n) {margin-right: 0;}
.row_mfa_3 .col_row_mfa {width: 32%; margin-right: 2%;}
.row_mfa_3 .col_row_mfa:nth-child(3n) {margin-right: 0;}

.ul_fa > li {overflow: hidden;}
.ul_fa > li + li {margin-top: 15px;}
.ul_fa > li > label {display: block; font-family: Arial; font-size: 12px; padding-bottom: 3px; text-transform: capitalize;}
.ipt_fa {
	background: #fff;
	border: 1px solid #BFBFBF;	
	width: 100%; height: 32px;
	padding: 0 10px;
}
.ul_fa > li select {
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none; 
	width: 100%; height: 32px;
	line-height: 26px;	
	padding-left: 7px;
	color: #000;
	font-size: 12px;
	border: 1px solid #bfbfbf;
	background: #fff url(../imgs/layout/arrown_menu_accordion.png) no-repeat center right 10px;
	background-size: auto 6px;
	cursor: pointer;
}
.ipt_fa:focus, .ul_fa > li select:focus, .ipt_filter_2:focus {border: 1px solid #000;}

.filter_qldh_1 {
	background: #f9f9f9;
	padding: 5px;
	margin-bottom: 15px;
	border: 1px solid #eee;
}
.ul_filter_qldh_1 > li {
	float: left; 
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
}
.slec_filter_qldh_1 {
	background: #fff url(../imgs/layout/arrown_menu_accordion.png) no-repeat center right 10px;
	background-size: 7px 5px;
	width: 100%; height: 30px;
	border: 1px solid #eee;
	padding: 0 30px 0 10px;	
}
.ipt_filter_qldh_1 {
	background: #fff;
	border: 1px solid #eee;
	padding: 0 10px;
	width: 100%; height: 30px;
}
.ipt_filter_qldh_1:focus, .slec_filter_qldh_1:focus {border: 1px solid #bbb;}

.filter_qldh_2 {margin-bottom: 15px; position: relative;}
.filter_qldh_2 strong {color: #0099cc;}
.our_btn_tk_filter_qldh {position: absolute; top: 0; right: 0;}
.btn_tk_filter_qldh {
	border: 0;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	background: #0e64af;
	padding: 5px 10px;
}
.btn_tk_filter_qldh:hover {opacity: 0.8;}

.f-qldh {font-size: 13px;}
.f-qldh table {
	width: 100%; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
	border: 1px solid #eee;
}
.f-qldh table thead {background: #f9f9f9; font-size: 12px;}
.f-qldh table thead td {font-weight: 500; text-align: center; text-transform: uppercase;}
.f-qldh table td {padding: 15px;}
.f-qldh table tbody td {border: 1px solid #eee; text-align: center;}

.price-qldh {color: #F00505; font-weight: bold;}
.ul-tt-aldh li {padding: 10px 0; font-size: 11px; color: #313131;}
.ul-tt-aldh li:first-child {padding-top: 0;}
.ul-tt-aldh li:last-child {padding-bottom: 0;}
.ul-tt-aldh li + li {padding-top: 15px; border-top: 1px dotted #ddd;}
.ul-tt-aldh li h4 a {color: #1f76d9;}
.ul-tt-aldh li h4 a:hover {text-decoration: underline;}
.ul-tt-aldh li span {display: block;}

.sty_dh {text-align: left !important;}

.sty_d {font-style: normal;}
.check_dh_1 {color: #F30;}
.check_dh_2 {color: #093;}

.star {color: #FF0004;}

/************************************************************************************
CSS CART
*************************************************************************************/

.f_cart {padding: 30px 0 50px 0;}

.t_f_cart {overflow: hidden; margin-bottom: 30px;}
.t_f_cart > li {
	float: left;
	width: 25%;
	position: relative;
}
.t_f_cart > li > a {
	display: block;
	background: #aaa;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	line-height: 49px;
	padding: 0 30px;
}
.t_f_cart > li > a::after {
	content: "";
	background: #aaa url(../imgs/layout/icon_18_0.png) no-repeat;
	width: 18px; height: 49px;
	position: absolute;
	top: 0; right: 0;
	z-index: 1;
}
.t_f_cart > li:last-child > a::after {background: #aaa;}
.t_f_cart > li.active:last-child > a::after {background-color: #eee;}
.t_f_cart > li.active > a {background: #f58634;}
.t_f_cart > li.active > a::before {
	content: "";
	background: #aaa url(../imgs/layout/icon_18_2.png) no-repeat;
	width: 18px; height: 49px;
	position: absolute;
	top: 0; left: -18px;
	z-index: 2;
}
.t_f_cart > li.active > a::after {
	content: "";
	background: #aaa url(../imgs/layout/icon_18_1.png) no-repeat;
	width: 18px; height: 49px;
	position: absolute;
	top: 0; right: 0;
	z-index: 1;
}
.t_f_cart > li:last-child.active > a::after {background: #f58634;}

.tb_f_cart {width: 100%; background: #fff;}
.tb_f_cart td {padding: 15px; border: 1px solid #ddd;}
.tb_f_cart thead tr {background: #0e64af}
.tb_f_cart thead tr td {
	border: 1px solid #2b83d0; 
	text-transform: uppercase; 
	font-weight: 500; 
	color: #fff;
	text-align: center;
}
.tb_f_cart tbody tr td {text-align: center;}
.pri_f_cart {
	color: #ee0101;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
.del_f_cart {
	display: inline-block;
	width: 35px; height: 35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #e8e8e8;
	color: #fff;
	text-align: center;
	line-height: 35px;
	font-size: 20px;
}
.del_f_cart:hover {background: #f58634;}
.num_f_cart {
	width: 33px; height: 33px;
	text-align: center;
	border: 1px solid #eee;
	padding: 0 3px;
}
.tt_prod_f_cart {overflow: hidden; text-align: left;}
.tt_prod_f_cart img {
	display: block;
	width: 90px; height: 90px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	margin-right: 20px;
}
.tt_prod_f_cart strong {color: #434343; display: block; text-transform: uppercase; padding-top: 20px;}
.tt_prod_f_cart span {display: block; color: #434343;}

.mgg_f_cart {position: relative; text-align: left; float: left;}
.ipt_mgg_f_cart {
	width: 250px; height: 40px;
	background: #fff;
	border: 1px solid #eee;
	padding: 0 100px 0 10px;
	color: #999;
}
.ipt_mgg_f_cart:focus {color: #333;}
.btn_mgg_f_cart {
	position: absolute;
	top: 0; right: 0;
	z-index: 1;
	height: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	background: #434343;
	border: 0;
	padding: 0 20px;
}
.show_mgg_f_cart {padding: 8px 0 0 20px; font-size: 12px; font-weight: 700; float: left;}
.show_mgg_f_cart strong {color: #ee0101}

.bot_tb_f_cart {padding-top: 30px; text-align: right}
.bot_tb_f_cart a {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	line-height: 40px;
	padding: 0 10px;
	min-width: 180px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn_ttmh_f_cart {background: #434343;}
.btn_ttn_f_cart {background: #f58634;}

.t_m_col_f_cart_2 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	background: #0e64af;
	line-height: 50px;
}
.in_m_col_f_cart_2 {
	overflow-y: auto;
	height: 261px;
	border: 1px solid #0e64af; 
	padding: 0 29px;
	background: #FFF;
}
.in_m_col_f_cart_2 table {width: 100%; border: 0;}
.in_m_col_f_cart_2 table tr + tr {border-top: 1px dotted #ddd;}
.in_m_col_f_cart_2 table td {
	border: 0; 
	padding: 20px 0; 
	text-align: center;
}

.bot_in_col_f_cart_1 {text-align: center;  padding-top: 10px;}
.bot_in_col_f_cart_1 a {
	display: inline-block;
	line-height: 40px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 20px;
	min-width: 130px;
	margin: 5px;
}
.btn_1_in_col_f_cart_1 {background: #434343;}
.btn_2_in_col_f_cart_1 {background: #f58634;}

.bot_tb_f_cart_bt, .btn_gh_5 {
	height: 40px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 20px !important;
	margin: 0 5px;
	cursor: pointer;
	min-width: inherit !important;
}
.bot_tb_f_cart_bt[type="submit"] {
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}

.t1_in_col_f_cart_1 {
	text-transform: uppercase;
	font-weight: 700;
	background: #0e64af;
	padding: 10px 20px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.t2_in_col_f_cart_1 {
	text-transform: uppercase;
	font-weight: 700;
	background: #f3f3f3;
	padding: 10px 20px;
	color: #434343;
}

.ul_gh_3 {padding: 20px 0;}
.ul_gh_3 > li + li {margin-top: 15px;}
.rad_gh_3 {cursor: pointer; display: inline-block;}
.rad_gh_3 + .rad_gh_3 {margin-left: 15px;}
.rad_gh_3 input {position: relative; top: -1px; margin-right: 4px;}
.ipt_gh_3 {
	width: 100%; height: 40px;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	font-family: 'Quicksand', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	padding: 0 20px;
	color: #666;
}
.ipt_gh_3[type="text"] {
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}
.txt_gh_3 {
	width: 100%; height: 80px;
	resize: none;
	border: 1px solid #ddd;
	background: #fff;
	font-family: 'Quicksand', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	padding: 15px 20px;
	color: #666;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}
.slec_gh3 {
	width: 100%; height: 40px;
	border: 1px solid #ddd;
	font-family: 'Quicksand', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	padding: 0 40px 0 20px;
	background: url(../imgs/layout/arrown_menu_accordion.png) no-repeat center right 15px;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}
.ol_gh_3 {overflow: hidden;}
.ol_gh_3 > li {width: 49%; float: left;}
.ol_gh_3 > li + li + li {margin-top: 15px;}
.ol_gh_3 > li:nth-child(2n) {float: right;}
.ol_gh_3 > li:nth-child(2n+1) {clear: both;}

.ul_gh_4 {padding: 20px;}
.ul_gh_4 > li {overflow: hidden;}
.ul_gh_4 > li + li {margin-top: 10px;}
.ul_gh_4 > li strong {
	display: block; 
	font-weight: 400;
	float: left;
	width: 230px;
	margin-right: 20px;
}
.ul_gh_4 > li p {padding: 0; overflow: hidden;}

.m_gh_5 {text-align: center;}
.t_m_gh_5 {
	color: #f58634;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 20px;
}
.t_m_gh_5 i {margin-right: 4px;}
.mdh_gh_5 {color: #434343; font-size: 16px; font-weight: 700;}
.btn_gh_5 {
	font-family: 'Quicksand', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 12px;
	height: 40px;
	color: #fff;
	border: 0;
	cursor: pointer;
	background: #f58634;
	text-transform: uppercase;
	padding: 0 10px;
	min-width: 130px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.btn_gh_5[type="submit"] {
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}

.col_f_cart {overflow: hidden;}
.col_f_cart_1 {float: right; width: 49%;}
.col_f_cart_2 {float: left; width: 49%;}

.ul_col_f_cart_2 {padding-top: 9px;}
.ul_col_f_cart_2 > li {
	overflow: hidden;
	background: #fff;
	margin-top: 1px;
	padding: 10px 30px;
}
.ul_col_f_cart_2 > li strong {float: left;}
.ul_col_f_cart_2 > li span {float: right; text-align: right; font-size: 14px;}

.in_col_f_cart_1 {
	background: #fff;
	padding: 19px;
	border: 1px solid #0e64af;
}

.select_httt > li {
	background: #f6f6f6;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 700;
	color: #434343;
	border: 1px solid #ddd;
	line-height: 38px;
	padding: 0 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
}
.select_httt > li.active {background: #0e64af; color: #fff; border: 1px solid #0e64af;}
.select_httt > li label {cursor: pointer;}
.select_httt > li label input {
	position: relative;
	top: -1px;
	margin-right: 16px;
}

/************************************************************************************
POPUP TP
*************************************************************************************/

#popup_TP {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 1111;
	background: rgba(0,0,0,0.9);
}
.m_popup_TP {
	display: flex; 
	align-items: center; 
	justify-content: center; 
	width: 100%; height: 100%;
}
.in_popup_TP {
	position: relative;
	width: 400px;
	padding: 20px;
	background: #fff;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,1);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,1);
	box-shadow: 0 0 20px rgba(0,0,0,1);
	border-bottom: 3px solid rgba(0,0,0,0.2);
}
.nd_popup_TP {
	border: 1px solid #eee; 
	padding: 0 20px 20px 20px; 
	text-align: center;
	margin-top: 10px;
}
.t_popup_TP {
	text-transform: uppercase;
	position: relative;
	top: -10px;
	background: #fff;
	padding: 0 10px;
	display: inline-block;
	color: #555;
}
.btn_popup_TP {
	cursor: pointer;
	background: #0e64af;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	border: 0;
	width: 48%;
	padding: 10px 0;
	float: left;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}
.btn_popup_TP:last-child {float: right;}
.btn_popup_TP:active {background: #f58634;}

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

.icon_menu_mobile {
	visibility: hidden;
	width: 40px; height: 40px;
	background: #f58732 url(../imgs/layout/menu_mobile.png) no-repeat center center;
	position: absolute;
	top: 15px; right: 0;
	z-index: 1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.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;
}
.ad_body {overflow-y: hidden;}
.ad_body .menu_mobile {left: 0;}
.ad_body #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 #048031; padding-left: 25px;}
.ul_ma_2 > li > a:hover {background: #5F5F5F;}
.ul_ma_2 > li + li {border-top: 1px solid #575757;}

.ul_ma_3 > li {border-top: 1px solid #575757;}
.ul_ma_3 > li > a {background: #474747; border-left: 3px solid #048031; padding-left: 40px; padding-right: 15px;}
.ul_ma_3 > li > a:hover {background: #5F5F5F;}

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

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

@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.min_wrap {width: 1000px;}
	.search_hea {width: 420px;}
	.top_con_h {padding-left: 0;}
	.slide {float: none; width: auto; padding-left: 290px; background: none;}
	.ul_prod > li {width: 25%;}
	.img_prod {height: 219px;}
	.ul_prod_D > li {width: 33.3333%;}
	.ul_prod_D > li:nth-child(4n) {border-right: 1px solid #eee;}
	.ul_prod_D > li:nth-child(3n) {border-right: 0;}
	.ul_prod_D > li .img_prod, .swiper6 .img_prod, .swiper7 .img_prod {height: 212px;}
	.m_foot_1 {padding-left: 65px; min-height: 80px;}
	.m_foot_1 i {left: 20px;}
	.app_foot_2 img {height: 30px;}
	.block_sb + .block_sb {margin-top: 20px;}
	.content {width: 730px;}
	.sidebar {width: 250px;}
	.sub_h_t_cata_prod_h {white-space: nowrap; overflow-x: auto; overflow-y: hidden;}
	
	.ul_adv_top_con_h {display: 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;}
	#wrapper {transition: all 0.2s; -moz-transition: all 0.2s; -webkit-transition: all 0.2s; -o-transition: all 0.2s; left: 0;}
	.min_wrap {width: 96%;}
	
	.top_hea .min_wrap {width: auto;}
	.th_r {float: none;}
	.th_r > li {
		width: 33.3333%; 
		text-align: center; 
		border-right: 1px solid rgba(255,255,255,0.3);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		white-space: nowrap;
	}
	.th_r > li:nth-child(2) {padding: 0 10px;}
	.th_r > li:nth-child(2) > a {overflow: hidden; text-overflow: ellipsis;}
	.th_r > li:last-child {border-right: 0;}
	.th_r > li + li {margin-left: 0;}
	.th_r > li.li_user {}
	.th_r > li.li_user ol {right: 0;}
	.th_r2 > li {width: 50%;}
	.ul_child_lang {left: 0;}
	.banner {padding: 10px 0;}
	.cart_hea {
		right: 50px; top: 15px; 
		width: 40px; height: 40px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.logo img {height: 50px;}
	.search_hea {position: relative; top: auto; left: auto; width: auto; padding-top: 10px;}
	.ipt_sh {height: 36px; padding-right: 36px;}
	.ipt_sh[type="text"] {-webkit-border-radius: 3px !important; -moz-border-radius: 3px !important; border-radius: 3px !important;}
	.btn_sh {width: 36px; height: 36px; top: 10px; background-size: 14px 14px;}
	.top_con_h {padding: 2% 0 0 0;}
	.slide {width: auto; float: none;}
	.swiper1 .swiper-slide, .swiper1 .swiper-slide img {height: auto;}
	.swiper1 .swiper-pagination-1 {text-align: center;}
	.ul_prod > li {width: 33.3333%;}
	.ul_prod > li:nth-child(4n) {border-right: 1px solid #eee;}
	.ul_prod > li:nth-child(3n) {border-right: 0;}
	.img_prod, .ul_prod_D > li .img_prod {height: 229px;}
	.content, .sidebar {width: auto; float: none; padding-bottom: 20px;}
	.m_content, .m_prod_D, .cm_prod_D_3 {padding: 15px;}
	.block_sb + .block_sb {margin-top: 20px;}
	.f_home, .f_cont {padding-bottom: 30px;}
	.ul_dm_bv > li {padding: 15px 0;}
	.ul_dm_bv > li figure, .img_cm_prod_D_4 {margin-right: 15px;}
	.cm_prod_D_4 {padding: 0 15px 15px 15px;}
	.cm_prod_D_2 {padding: 15px 15px 0 15px;}
	.m_foot_1 {padding-left: 65px;}
	.m_foot_1 i {left: 20px;}
	.foot_1 .min_wrap {padding: 20px 0;}
	.swiper-button-prev-5 {left: -20px !important;}
	.swiper-button-next-5 {right: -20px !important;}
	.foot_2 {padding: 20px 0;}
	.ul_foot_2 > li {float: none; width: auto; margin-right: 0; text-align: center;}
	.ud_foot_2 i {float: none; display: block; margin: 0 auto 10px auto;}
	.foot_3 {text-align: center;}
	.icon_bct {position: static; display: block; width: 149px; margin: 10px auto 0 auto;}
	.sub_h_t_cata_prod_h {white-space: nowrap; overflow-x: auto; overflow-y: hidden;}
	.title_mb_ct_h span {padding: 0 15px !important;}
	
	.f_form_account {padding-top: 2%;}
	.mfa_2 {padding: 20px;}
	.ipt_fa,.ul_fa > li select {width: 100%;}
	.t_f_cart {white-space: nowrap; overflow-x: auto; margin-bottom: 20px;}
	.t_f_cart > li {float: none; display: inline-block; margin-right: -3px; width: auto;}
	.in_m_col_f_cart_2 {padding: 0 19px;}
	.ul_col_f_cart_2 > li {padding: 10px 20px;}
	
	.ul_breacrum {white-space: nowrap; overflow-x: auto;}
	
	.dmsp_h, .ul_adv_top_con_h, .th_l, .adv_header, .ul_foot_2 > li, .tddh {display: none !important;}
	.f-detail table, .f-qldh, .tb_prod_D, .tb_f_cart {display: block; overflow-x: auto;}
	.ul_foot_2 > li:nth-child(4) {display: block !important;}
}

@media only screen and (max-width: 812px) {
	.img_prod, .ul_prod_D > li .img_prod {height: 229px;}
}

@media only screen and (max-width: 768px) {	
	.img_prod, .ul_prod_D > li .img_prod {height: 214px;}
}

@media only screen and (max-width: 736px) {	
	.img_prod, .ul_prod_D > li .img_prod {height: 205px;}	
	.filter_prod {position: static;}
	.slec_filter_prod {
		float: none;
		margin: 5px 5px 0 0;
		font-size: 12px; 
		text-align: left; 
		padding: 0 30px 0 10px; 
		height: 30px;
		background-position: center right 10px;
		background-color: #f9f9f9;
	}
	
	.mfa_1 {width: auto; float: none;}
	.ul_mfa_1 > li {margin-right: 0;}
	.ul_mfa_1 > li.active {border-right: 1px solid #d5d5d5;}
	.ul_mfa_1 > li.active::before, .ul_mfa_1 > li.active::after {display: none;}
	
	.f-detail iframe {width: 100% !important;}
	.dt_h, .addthis_sharing_toolbox, .link_h_t_row_prod_h {display: none !important;}
}

@media only screen and (max-width: 667px) {
	.img_prod, .ul_prod_D > li .img_prod {height: 182px;}
	.slide_prod_D {width: 300px; margin-right: 15px;}
	#gallery-2 {height: 300px;}
	.l_ul_info_prod_D {float: none; width: auto; margin-right: 0;}
}

@media only screen and (max-width: 640px) {	
	.img_prod, .ul_prod_D > li .img_prod {height: 174px;}
}

@media only screen and (max-width: 568px) {	
	.img_prod, .ul_prod_D > li .img_prod {height: 150px;}
}

@media only screen and (max-width: 480px) {	
	.min_wrap {width: 94%;}
	.img_prod, .ul_prod_D > li .img_prod {height: 195px;}
	.ul_prod > li {width: 50%;}
	.ul_prod > li:nth-child(3n) {border-right: 1px solid #eee;}
	.ul_prod > li:nth-child(2n) {border-right: 0;}	
	.top_con_h {padding-top: 3%;}
	.p1_pri_prod {font-size: 12px;}
	.maps_ct {height: 200px;}
	.f_contact {padding: 0;}
	.fc_1, .fc_2 {float: none; width: auto; padding-top: 20px;}
	.btn_ct {width: 100%;}
	.ul_dm_bv > li figure {width: 100px; height: 66px; margin-right: 10px;}
	.m_ul_dm_bv {overflow: visible;}
	.m_ul_dm_bv h3 {font-size: 12px; line-height: 20px;}
	.m_ul_dm_bv p {clear: both; padding: 7px 0 0 0;}
	.slide_prod_D {width: auto; float: none; margin: 0; overflow: hidden; padding-bottom: 15px;}
	.btn_info_prod_D {text-align: center;}
	.btn_pay_cart, .btn_add_cart {width: 48.5%; min-width: inherit;}
	#gallery-2 {height: 421px;}
	.l_tb_prod_D {width: 100px;}
	.ul_cm_prod_D_1 > li, .ul_cm_prod_D_1 > li:nth-child(2) {padding: 15px; width: auto; float: none;}
	.title_mb_ct_h span {padding: 0 10px !important;}
	.filter_prod {}
	.slec_filter_prod {width: 100% !important;}
	
	.f_form_account {padding-top: 3%;}
	.form_account {margin: 0; width: auto; padding: 30px 20px;}
	.ul_filter_qldh_1 > li {width: 50%;}
	.col_f_cart_2, .col_f_cart_1 {float: none; width: auto; padding-bottom: 20px;}
	.bot_tb_f_cart a {display: block; margin: 5px 0}
	.col_row_mfa {float: none; width: 100% !important; margin-right: 0px !important;}
	
	.m_ul_dm_bv ol, .m_ul_dm_bv span, #gallery-2 .rsOverflow::before, .ul_cm_prod_D_1::before {display: none !important;}
}

@media only screen and (max-width: 414px) {	
	.img_prod, .ul_prod_D > li .img_prod {height: 164px;}
	#gallery-2 {height: 359px;}
}

@media only screen and (max-width: 375px) {	
	.img_prod, .ul_prod_D > li .img_prod {height: 155px;}
	.in_prod {padding: 10px;}
	#gallery-2 {height: 322px;}
}

@media only screen and (max-width: 360px) {	
	.img_prod, .ul_prod_D > li .img_prod {height: 148px;}
	#gallery-2 {height: 308px;}
}

@media only screen and (max-width: 320px) {	
	.img_prod, .ul_prod_D > li .img_prod {height: 129px;}
	#gallery-2 {height: 270px;}
}