@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], 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
*************************************************************************************/

html {background: #222;}
body {
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: 'Quicksand', Arial, Helvetica, sans-serif;*/
	font-weight: 400;
	/*font-size: 15px;*/
	font-size: 14px;
	color: #333;
	background: #fff;
	line-height: 20px;	
}
.css_body {	
	-webkit-text-size-adjust:100%;
	word-wrap: break-word;
	max-width: 1920px;
	margin: 0 auto;
	height: auto;
	min-height: 100%;
}
.fixbody {overflow: hidden;}

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

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

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

#header {position: relative; z-index: 10;}

.banner {
	background: #fff; 
	position: relative;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}

.our_logo {padding: 8px 15px; float: left;}
.logo {display: inline-block;}
.logo img {display: inline-block; width: auto; height: 44px;}

.nav_mn {float: left; padding-left: 1px; position: relative;}
.nav_mn::before {
	content: "";
	width: 1px; height: 44px;
	background: #eee;
	position: absolute;
	top: 8px; left: 0;
}
.ul_mn > li {float: left; position: relative;}
.ul_mn > li > a {
	line-height: 60px;
	display: block;
	padding: 0 20px;
	color: #000;
	letter-spacing: 0.1px;
}
.ul_mn > li.active::before, .ul_mn > li:hover::before {
	content: "";
	height: 3px;
	background: #eb1c24;
	position: absolute;
	top: 0; left: 20px; right: 20px;
}
.ul_mn > li.active > a, .ul_mn > li:hover > a {color: #eb1c24;}

.link_pp {
	color: #000; 
	position: absolute; 
	top: 8px; right: 60px;
	line-height: 44px;
	padding: 0 20px;
	border-right: 1px solid #eee;
}
.link_pp:hover {color: #ec1c24;}
.link_pp i {font-size: 18px; margin-right: 6px;}

.mn_prod {
	background: rgba(55,179,74,0.8);	
	position: absolute;
	top: 60px;
	right: 0; left: 0;
}
.ul_mn_prod > li {float: left;}
.ul_mn_prod > li.li_ntcc {float: right;}
.ul_mn_prod > li > a {
	display: block;
	padding: 0 20px;
	line-height: 50px;
	color: #fff;
}
.ul_mn_prod > li.active > a, .ul_mn_prod > li:hover > a {background: #ec1c24;}
.ul_mn_prod > li:hover .sub_mn_prod {display: block;}
.sub_mn_prod {
	background-color: #f9f9f9;
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 250px;
	border-left: 5px solid #ec1c24;
	display: none;
	position: absolute;
	top: 0; left: 0; right: 0;
	z-index: -1;
	padding-top: 50px;
}
.ul_sub_mn_prod {overflow: hidden; padding: 15px 10px; width: 660px;}
.ul_sub_mn_prod > li {float: left; width: 200px;}
.ul_sub_mn_prod > li > a {
	padding: 5px 10px;
	display: block;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ul_sub_mn_prod > li > a:hover {background: #f3f3f3;}

.icon_mn_prod {
	display: inline-block;
	width: auto; height: 20px;
	position: relative;
	top: -1px;
	margin-right: 6px;
}

.click_s {
	width: 60px; height: 44px;
	position: absolute;
	top: 8px; right: 0;
	color: #000;
	text-align: center;
	line-height: 44px;
	font-size: 18px;
}
.click_s:hover {color: #ec1c24;}
.form_s {
	background: rgba(255,255,255,1);
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	z-index: 9999;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0;
}
.form_s.active {
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.close_form_s {
	font-size: 40px !important;	
	font: normal normal normal 14px/1 FontAwesome;
	color: #000 !important;
	position: absolute !important;
	top: 40px !important; right: 40px;
	display: block;
	cursor: pointer;
	z-index: 102;
	margin: 0px !important;
}
.close_form_s::before {content: "\f057";}
.d_form_s {
	width: 50%;
	margin: auto;
	position: relative;
	padding-top: 60px;
}
.ipt_form_s {
	width: 100%; height: 60px;
	border: 0;
	border-bottom: 1px solid #eee;
	font-size: 20px;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
}
.btn_form_s {
	border: 0;
	cursor: pointer;
	text-indent: -9999px;
	width: 60px; height: 60px;
	background: url(../imgs/layout/icon_1.png) no-repeat right center;
	background-size: 40px 40px;
	color: #000;
	position: absolute;
	bottom: 0; right: 0;
}

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

#container {min-height: 500px;}

.slide {overflow: hidden; background: #eee;}
.swiper1 .swiper-slide {background: #eee; height: 500px;}
.swiper1 .swiper-slide img {display: block; width: 100%; height: 100%;}
.swiper-button-next-1 {
	background-color: rgba(55,179,74,0.8) !important;
	right: -100% !important;
	background-size: auto 16px !important;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.swiper-button-prev-1 {	
	background-color: rgba(55,179,74,0.8) !important;
	left: -100% !important;
	background-size: auto 16px !important;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.swiper1 .swiper-button-next-1:hover, .swiper1 .swiper-button-prev-1:hover {background-color: rgba(236,28,36,0.8) !important;}
.swiper1:hover .swiper-button-next-1 {right: 15px !important;}
.swiper1:hover .swiper-button-prev-1 {left: 15px !important;}

.gt_h {
	padding: 40px 0 60px 0; 
	background: #fff url(../imgs/layout/bg_gt_h.png) no-repeat top right;	
}
.m_gt_h {width: 960px; margin: 0 auto; text-align: center; padding-bottom: 100px;}
.nd_m_gt_h {padding: 20px 0 10px 0;}
.t_cont {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
	color: #000;
	background: url(../imgs/layout/icon_7.png) no-repeat center bottom;
	padding-bottom: 24px;
}
.t_cont_prod {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
	color: #000;
	background: url(../imgs/layout/icon_12.png) no-repeat center bottom;
	padding-bottom: 24px;
	text-transform: uppercase;
}
.ul_m_gt_h {overflow: hidden;}
.ul_m_gt_h > li {
	float: left;
	width: 300px;
	margin: 30px 30px 0 0;
	text-align: center;
}
.ul_m_gt_h > li:nth-child(3) {margin-right: 0;}
.img_m_gt_h {
	display: block;
	width: 100px; height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto;
	background: #37b34a;
	position: relative;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.ul_m_gt_h > li:hover .img_m_gt_h {
	background: #ec1c24;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.img_m_gt_h i {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	text-align: center;
}
.icon_8 {background: url(../imgs/layout/icon_8.png) no-repeat center center;}
.icon_9 {background: url(../imgs/layout/icon_9.png) no-repeat center center;}
.icon_10 {background: url(../imgs/layout/icon_10.png) no-repeat center center;}
.t_ul_m_gt_h {
	padding-top: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #333;
}
.des_ul_m_gt_h {padding: 0; color: #555;}

.info_gt_h_1 {float: right; width: 670px;}
.info_gt_h_2 {float: left; width: 400px;}
.news_h {float: left; width: 325px; position: relative;}
.tv_h {float: right; width: 325px; position: relative;}
.t_info_gt_h {
	position: absolute;
	top: -60px; left: 0; right: 0;
	color: #fff;
	background: rgba(0,0,0,0.7);
	padding: 0 20px;
	height: 60px;
	line-height: 18px;
}
.t_info_gt_h h3 {
	padding-top: 12px;
	font-weight: 500;
	font-size: 18px;
}
.t_info_gt_h a {font-size: 12px; color: #fff;}

.img_info_gt_h {height: 210px; position: relative;}
.img_info_gt_h img {display: block; width: 100%; height: 100%;}
.name_info_gt_h {font-weight: 400; color: #000; font-size: 15px; padding-top: 10px;}
.swiper4 .swiper-slide:hover .name_info_gt_h {color: #ec1c24;}

.ul_info_gt_h_2 > li + li {border-top: 1px solid #e5e5e5;}
.ul_info_gt_h_2 > li > a {padding: 20px 0; display: block;}
.ul_info_gt_h_2 > li:first-child >a {padding-top: 0;}
.ul_info_gt_h_2 > li:last-child > a {padding-bottom: 0;}
.ul_info_gt_h_2 > li h3 {
	font-size: 20px; 
	font-weight: 400; 
	color: #333; 
	text-transform: uppercase; 
	padding-bottom: 5px;	
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.ul_info_gt_h_2 > li:hover h3 {padding-left: 10px;}
.ul_info_gt_h_2 > li p {padding: 0; color: #555;}

.hotline {
	background: #ec1c24 url(../imgs/layout/bg_hotline.png) no-repeat center left;
	background-size: auto 100%;
}
.ul_hotline {overflow: hidden; border-left: 1px solid rgba(255,255,255,0.3); border-right: 1px solid rgba(255,255,255,0.3);}
.ul_hotline > li {
	height: 100px;
	float: left;
	width: 33.3333%;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.ul_hotline > li + li {border-left: 1px solid rgba(255,255,255,0.3);}
.in_hotline {overflow: hidden; display: inline-block; padding-top: 26px;}
.in_hotline p {
	overflow: hidden; 
	padding: 0;
	font-size: 20px;
	text-transform: uppercase;
	text-align: left;
}
.in_hotline p a {color: #fff !important;}
.icon_11 {
	background: url(../imgs/layout/icon_11.png) no-repeat;
	width: 48px; height: 48px;
	display: block;
	margin-right: 20px;
	float: left;
}

.prod {padding: 40px 0 60px 0;}
.prod_1 {background: #fff;}
.prod_2 {background: #f4f4f4;}
.m_prod {
	margin-top: 30px;
	position: relative;
	padding-left: 291px;
	background: #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);
}
.ul_prod > li {
	float: left;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding: 20px 10px 15px 10px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.ul_prod > li:nth-child(4n) {border-right: 0;}
.ul_prod > li:nth-child(5),
.ul_prod > li:nth-child(6),
.ul_prod > li:nth-child(7),
.ul_prod > li:nth-child(8) {border-bottom: 0;}
.img_prod {
	margin: 0 auto;
	width: 137px; height: 137px;
}
.img_prod img {display: block; width: 100%; height: 100%;}
.name_prod {
	padding-top: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 15px;
	font-weight: 500;
	color: #333;
}
.ul_prod > li:hover .name_prod {color: #ec1c24;}

.slide_da_prod {
	width: 291px; height: 419px;
	position: absolute;
	top: -10px; left: 0;
	z-index: 1;
}
.slide_da_prod::before {
	content: "";
	width: 10px; height: 10px;
	background: url(../imgs/layout/icon_13.png) no-repeat;
	position: absolute;
	top: 0; right: -10px;
}
.slide_da_prod::after {
	content: "";
	width: 10px; height: 10px;
	background: url(../imgs/layout/icon_14.png) no-repeat;
	position: absolute;
	bottom: 0; right: -10px;
}

.swiper2 .swiper-slide, .swiper3 .swiper-slide {position: relative;}
.swiper-button-next-2, .swiper-button-next-3 {
	background: url(../imgs/layout/icon_15.png) no-repeat !important;
	width: 14px !important; height: 16px !important;
	margin-top: 0 !important;
	top: auto !important;
	bottom: 10px !important;
}
.swiper-button-prev-2, .swiper-button-prev-3 {
	background: url(../imgs/layout/icon_16.png) no-repeat !important;
	width: 14px !important; height: 16px !important;
	margin-top: 0 !important;
	top: auto !important;
	bottom: 10px !important;
}

.img_slide_da_prod {display: block; height: 419px; background: #f6f6f6;}
.img_slide_da_prod img {display: block; width: 100%; height: 100%;}
.name_slide_da_prod {
	position: absolute;
	top: 0; left: 0; right: 0;
	z-index: 1;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	padding: 10px 15px 30px 15px;
	
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.slide_da_prod:hover .name_slide_da_prod {
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.f_cont {min-height: 700px;}

.bg_catalogie {
	height: 300px;
	background: #f6f6f6;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.maps_ct {position: relative; height: 300px;}
.maps_ct iframe {width: 100% !important; height: 100% !important;}
.mask_map {background: rgba(255,255,255,0); z-index: 2; position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
.f_contact {padding: 40px 0 60px 0;}
.fc_1 {float: left; width: 48%;}
.fc_2 {float: right; width: 48%;}
.ul_ct > li {margin-bottom: 15px;}
.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: #ec1c24;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 30px;
	border: 0;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.btn_ct[type=submit] {
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
}
.t_fc_1 {
	padding-bottom: 10px; 
	color: #333; 
	font-weight: 700; 
	font-size: 20px; 
	line-height: 30px;
}
.m_fc_1 a {color: #000;}
.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: #f9f9f9;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	top: -4px;
}

.wrap_page {padding: 40px 0 60px 0;}

.h_title_catalogie {
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	line-height: 50px;
	background: #ec1c24;
	padding: 0 40px;
	display: inline-block;
	margin: auto;
	top: 260px;
	position: relative;
}
.h_title_catalogie::before {
	content: "";
	border-top: 10px solid #b8040b;
	border-left: 10px solid transparent;
	border-right: 0px solid transparent;
	cursor: pointer;	
	display: block;
    width: 0; height: 0;
    position: absolute;
	bottom: 0; left: -10px;
	z-index: 1;	
}
.h_title_catalogie::after {
	content: "";
	border-top: 10px solid #b8040b;
	border-left: 0px solid transparent;
	border-right: 10px solid transparent;
	cursor: pointer;	
	display: block;
    width: 0; height: 0;
    position: absolute;
	bottom: 0; right: -10px;
	z-index: 1;	
}

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

.des_catalogie {padding-bottom: 30px; border-bottom: 1px solid #eee; position: relative;}
.des_catalogie::before {
	content: "";
	height: 1px;
	background: #eee;
	position: absolute;
	bottom: -3px; left: 0; right: 0;
}
.des_catalogie .f-detail {overflow: hidden; height: 190px;}
.des_catalogie.active .f-detail {height: auto;}
.link_des_catalogie {
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	line-height: 24px;
	width: 100px;
	position: absolute;
	bottom: -11px; right: 0; left: 0;
	margin: auto;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,dddddd+100 */
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}
.link_des_catalogie:hover {color: #fff; background: #ec1c24;}

.ul_prod_catalogie {
	margin-top: 60px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}
.ul_prod_catalogie > li {
	float: left;
	width: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.ul_prod_catalogie > li > a {display: block; padding: 20px 10px 15px 10px;}
.ul_prod_catalogie > li figure {margin: 0 auto; width: 170px; height: 170px;}
.ul_prod_catalogie > li figure img {display: block; width: 100%; height: 100%;}
.ul_prod_catalogie > li h3 {
	font-size: 15px;
	font-weight: 500;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-top: 10px;
}
.ul_prod_catalogie > li:hover h3 {color: #ec1c24;}

.da_prod_other {background: #f4f4f4; padding: 40px 0 60px 0;}
.ul_da_prod_other {overflow: hidden; padding-top: 30px;}
.ul_da_prod_other > li {
	float: left;
	width: 270px;
	margin-right: 30px;
	background: #fff;
	padding-bottom: 10px;
}
.ul_da_prod_other > li:nth-child(4n) {margin-right: 0;}
.ul_da_prod_other > li figure {height: 174px;}
.ul_da_prod_other > li figure img {display: block; width: 100%; height: 100%;}
.ul_da_prod_other > li h3 {
	font-size: 15px; 
	font-weight: 400; 
	padding: 10px 15px 0 15px; 
	color: #333;
	height: 44px;
	overflow: hidden;
}
.ul_da_prod_other > li:hover h3 {color: #ec1c24;}

.prod_other_D {padding-bottom: 60px; background: #fff;}

.prod_D {overflow: hidden; background: #f4f4f4;}
.pD_1 {
	float: left; 
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 30px 20px 20px;
	background: #dedede;
}
.pD_2 {
	float: left; 
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 90px 20px 20px 30px;
	background: #f4f4f4;
	position: relative;
}

.ul_breacrum > li {
	display: inline-block;
	font-size: 11px;
	color: #000;
	padding: 9px 0;
}
.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: #000;}

.m_pD_1 {height: 405px; position: relative; background: rgba(255,255,255,0.2);}
.m_pD_1 img {
	max-width: 100%; max-height: 100%;
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	text-align: center;
	margin: auto;
}

.addthis_sharing_toolbox {
	position: absolute;
	top: 62px; right: 15px;
}
.h_title_prod_D {
	font-size: 28px;
	font-weight: 700;
	color: #000;
	line-height: 38px;
	padding-bottom: 10px;
}

.info_prod_D > li {
	padding:  13px 15px;
	background: #f7f7f7;
	overflow: hidden;
}
.info_prod_D > li:nth-child(2n) {background: #fafafa;}
.info_prod_D > li strong {float: left; font-weight: 500; display: block;}
.info_prod_D > li strong em {font-size: 13px; font-style: normal; font-weight: 400;}
.info_prod_D > li p {float: right; text-align: right; padding: 0;}

.ul_dg {float: right; overflow: hidden;}
.ul_dg li {
	width: 14px; height: 14px;
	background: url(../imgs/layout/star.png) no-repeat;
	cursor: pointer;
	float: left;
	margin-left: 3px;
}
.ul_dg li.star_ac {background: url(../imgs/layout/star_ac.png) no-repeat;}

.link_mm {
	display: inline-block;
	border: 1px solid #333;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	background: #333;
	padding: 10px 20px;
	margin: 15px 10px 0 0;
	font-weight: 500;
}
.link_mm:hover {background: #ec1c24; border: 1px solid #ec1c24;}
.link_mm i {font-size: 20px; position: relative; top: 2px; margin-right: 10px;}

.link_bg {
	display: inline-block;
	border: 1px solid #333;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #333;
	padding: 10px 40px;
	margin-top: 15px;
	font-weight: 500;
}
.link_bg:hover {background: #37b34a; color: #fff; border: 1px solid #37b34a;}
.link_bg i {font-size: 20px; position: relative; top: 2px; margin-right: 10px;}

.ul_news > li {
	float: left;
	width: 48%;
	padding: 20px 0;
	overflow: hidden;
}
.ul_news > li:nth-child(2n) {float: right;}
.ul_news > li:nth-child(2n+1) {clear: both;}
.ul_news > li figure {
	float: left;
	width: 250px; height: 162px;
	margin-right: 25px;
	position: relative;
}
.ul_news > li figure::before {
	content: "";
	width: 250px; height: 162px;
	background: #eee;
	position: absolute;
	top: 5px; right: -5px;
}
.ul_news > li:hover figure::before {background: #ec1c24;}
.ul_news > li figure img {display: block; width: 100%; height: 100%; position: relative; z-index: 1;}
.ul_news > li h2 {
	font-weight: 500; 
	font-size: 18px; 
	line-height: 24px;
	color: #000;
}
.ul_news > li:hover h2 {color: #ec1c24;}
.ul_news > li span {
	color: #555;
}

.title_D {font-size: 24px; line-height: 30px; padding: 30px 0 10px 0; color: #37b34a;}
.des_D {font-size: 18px; line-height: 26px; padding-bottom: 10px;}

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

#footer {background: #fff; font-size: 13px; line-height: 20px; color: #000;}
#footer a {color: #000;}
#footer a:hover {color: #000; text-decoration: underline;}

.foot_1 {padding: 40px 0;}
.ul_foot_1 {overflow: hidden;}
.ul_foot_1 > li {float: left; margin-right: 60px;}
.ul_foot_1 > li:last-child {margin-right: 0;}

.t_foot_1 {
	height: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: uppercase;
	font-weight: 700;
	color: #010101;
	padding-bottom: 15px;
	font-size: 15px;
	line-height: 22px;
}
.m_foot_1 {line-height: 22px;}
.ol_foot_1 > li {}

.foot_2 {
	padding: 20px 0; 
	border-top: 1px solid #eee; 
	border-bottom: 1px solid #eee; 
	position: relative;
}
.ul_foot_2 {overflow: hidden; position: relative;}
.ul_foot_2::before {
	content: "";
	position: absolute;
	top: 0; bottom: 0; left: 50%;
	width: 1px;
	background: #eee;	
}
.ul_foot_2 > li {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
}
.ul_foot_2 > li:nth-child(2n) {padding-right: 0;}
.ul_foot_2 > li:nth-child(2n+1) {padding-left: 0; clear: both;}
.ul_foot_2 > li {margin-top: 20px;}
.t_foot_2 {
	font-weight: 700;
	color: #37b34a;
	font-size: 15px;
	padding-bottom: 15px;
}
.t_foot_2 i {margin: 0 3px 0 1px;}

.foot_3 {padding: 15px 0; overflow: hidden;}
.info_foot_3 {padding: 0; float: left;}
.cc_foot_3 {padding: 0; float: right;}
.cc_foot_3 img {height: 30px; margin-left: 7px;}

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

.f-detail {}
.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: #ec1c24;}
.f-detail a:hover {text-decoration: underline;}

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

.tag {margin: 20px 0px 0px 0px; 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:"] {color: #ec1c24;}

.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;}
.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: 11px; padding: 0px 5px;}

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

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

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

.icon_menu_mobile {
	visibility: hidden;
	width: 60px; height: 40px;
	background: url(../imgs/layout/menu_mobile.png) no-repeat center;
	position: absolute;
	top: 10px; left: 0;
	z-index: 10;
}
.menu_mobile {
	visibility: hidden;
	background: #555555;
	width: 280px; height: 100%;
	overflow-y: scroll;
	position: absolute;
	top: 0; left: -280px;
	z-index: 9999999;
	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;
}
.ad_body {height: 100%; 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: 23;
	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 #37b34a; 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 #37b34a; 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: 1920px) {
	.swiper1 .swiper-slide {height: 707px;}
}

@media only screen and (max-width: 1440px) {
	.swiper1 .swiper-slide {height: 529px;}
}

@media only screen and (max-width: 1366px) {
	.swiper1 .swiper-slide {height: 500px;}
}

@media only screen and (max-width: 1280px) {
	.swiper1 .swiper-slide {height: 469px;}
}

@media only screen and (max-width: 1279px) and (min-width: 1024px) {
	.min_wrap {width: 1000px;}
	.swiper1 .swiper-slide {height: 380px;}
	.ul_mn {padding-left: 10px;}
	.ul_mn > li > a {padding: 0 10px;}
	.ul_mn > li.active::before, .ul_mn > li:hover::before {left: 10px; right: 10px;}
	.m_gt_h {width: 1000px;}
	.ul_m_gt_h > li {width: 33.3333%; margin-right: 0;}
	.info_gt_h_2 {width: 300px;}
	.ul_foot_1 > li {margin-right: 25px;}
	.ul_news > li h2 {overflow: hidden; max-height: 72px;}
	.ul_news > li span {display: block; max-height: 88px; overflow: hidden;}
	.ul_da_prod_other > li {width: 235px; margin-right: 20px;}
	.ul_da_prod_other > li figure {height: 151px;}
	.name_prod {font-size: 13px;}
	.ul_mn_prod > li > a {padding: 0 10px;}
}

@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%;}
	
	.banner {text-align: center;}	
	.our_logo {float: none;}
	.mn_prod {position: static; background: rgba(55,179,74,1);}
	.m_gt_h {width: 96%; padding-bottom: 40px;}
	.info_gt_h_1 {float: none; width: auto;}
	.info_gt_h_2 {float: none; width: auto; margin-top: 40px;}
	.ul_info_gt_h_2 > li {border-top: 1px solid #e5e5e5;}
	.ul_info_gt_h_2 > li:first-child > a {padding-top: 20px;}
	.news_h, .tv_h {width: 48.5%;}
	.t_info_gt_h {position: static;}
	.m_prod {padding: 0;}
	.name_prod {font-size: 13px;}
	.ul_hotline > li {height: auto;}
	.in_hotline {padding: 20px 0;}
	.in_hotline p {font-size: 15px; line-height: 16px;}
	.icon_11 {width: 32px; height: 32px; margin-right: 10px; background-size: 100% 100%;}
	.foot_1 {padding: 20px 0;}
	.ul_foot_1 > li {margin: 20px 0; width: 50%;}
	.ul_foot_1 > li:nth-child(2), .ul_foot_1 > li:nth-child(3) {width: 25%;}
	.ul_foot_1 > li:nth-child(4) {clear: both;}
	.gt_h, .prod {padding: 40px 0;}
	.foot_3 {text-align: center;}
	.info_foot_3, .cc_foot_3 {float: none;}
	.cc_foot_3 {padding-top: 10px;}
	.ul_news > li {float: none; width: auto;}
	.wrap_page {padding: 20px 0 40px 0;}
	.title_D {padding-top: 0;}
	.pD_1 {padding-top: 0;}
	.pD_2 {padding-top: 40px;}
	.addthis_sharing_toolbox {top: 22px;}
	.d_form_s {width: 90%; padding-top: 40%;}
	.click_s {
		width: 60px; height: 40px;
		line-height: 40px;
		top: 10px; right: 0;
	}
	.ul_mn_prod > li {
		width: 25%; 
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.ul_mn_prod > li > a {padding: 0;}
	.ul_mn_prod > li + li {border-left: 1px solid rgba(255,255,255,0.2);}
	.ul_prod_catalogie > li {width: 25%;}
	.ul_prod_catalogie > li figure {width: 130px; height: 130px;}
	.ul_prod_catalogie > li h3 {font-size: 13px;}
	.ul_da_prod_other > li {width: 32%; margin-right: 2%;}
	.ul_da_prod_other > li:nth-child(3) {margin-right: 0;}
	
	.ul_breacrum {white-space: nowrap; overflow-x: auto;}
	
	.nav_mn, .li_ntcc, .sub_mn_prod, .link_pp, .ul_m_gt_h, .slide_da_prod, .ul_mn_prod > li:nth-child(5), .ul_da_prod_other > li:nth-child(4) {display: none !important;}
	.f-qldh table, .f-detail table, .f-qldh table {display: block; overflow-x: auto;}	
}

@media only screen and (max-width: 800px) {
	.swiper1 .swiper-slide {height: 297px;}
	.bg_catalogie, .maps_ct {height: 200px;}
	.h_title_catalogie {top: 160px;}
	.pD_1 {float: none; width: auto; padding: 0 20px 20px 20px;}
	.pD_2 {float: none; width: auto; padding: 20px;}
	.addthis_sharing_toolbox {top: 30px;}
	.m_pD_1 {height: auto;}
	.m_pD_1 img {position: static;}
	.link_mm, .link_bg {width: 48%; padding: 10px 0; text-align: center; margin: 15px 0.5% 0 0.5%;}
	.ul_da_prod_other > li figure {height: 157px;}
}

@media only screen and (max-width: 768px) {
	.swiper1 .swiper-slide {height: 285px;}
	.ul_da_prod_other > li figure {height: 151px;}
}

@media only screen and (max-width: 640px) {
	.swiper1 .swiper-slide {height: 238px;}
	.gt_h {background: none;}
	.img_info_gt_h {height: 193px;}
	.img_prod, .ul_prod_catalogie > li figure {width: 120px; height: 120px;}
	.ul_foot_2 > li {width: 50%;}
	.ul_foot_2 > li + li + li {margin-top: 20px;}
	.ul_foot_2 > li:nth-child(2n+1) {clear: both; padding-left: 0;}
	.bg_catalogie {height: 150px;}
	.h_title_catalogie {top: 110px; font-size: 18px; padding: 0 20px;}
	.hotline .min_wrap {width: auto;}
	.ul_hotline {white-space: nowrap; overflow-x: auto; border: 0;}
	.ul_hotline > li {float: none; display: inline-block; padding: 20px; width: auto;}
	.in_hotline {padding: 0; display: block; overflow: visible;}
	.ul_da_prod_other > li figure {height: 126px;}
	
	.f-detail iframe {width: 100% !important;}
	.ul_foot_2::before, .foot_2::before, .addthis_sharing_toolbox {display: none !important;}
}

@media only screen and (max-width: 480px) {
	.ul_mn_prod > li > a {
		line-height: 18px; 
		padding: 10px 0 5px 0; 
		font-size: 8px; 
		font-family: Arial;
		font-weight: 400;
		text-transform: uppercase;
	}
	.icon_mn_prod {display: block; margin: 0 auto 5px auto; position: static;}
	.swiper1 .swiper-slide {height: 179px;}
	.img_info_gt_h {height: 144px;}
	.gt_h, .prod {padding: 20px 0 40px 0;}
	.m_gt_h {padding-bottom: 20px;}
	.nd_m_gt_h {padding-bottom: 0;}
	.info_gt_h_2 {margin-top: 20px;}
	.ul_prod > li, .ul_prod_catalogie > li {width: 50%;}
	.img_prod, .ul_prod_catalogie > li figure {width: 170px; height: 170px;}
	.ul_prod > li:nth-child(5), .ul_prod > li:nth-child(6) {border-bottom: 1px solid #eee;}
	.ul_foot_1 > li {margin: 10px 0;}
	.ul_foot_1 > li:nth-child(1) {width: 100%;}
	.ul_foot_1 > li:nth-child(2) {clear: both;}
	.ul_foot_1 > li:nth-child(2), .ul_foot_1 > li:nth-child(3) {width: 50%;}
	.f_contact {padding: 10px 0 20px 0;}
	.fc_1, .fc_2 {width: auto; float: none; margin: 10px 0;}
	.btn_ct {width: 100%;}
	.ul_news > li {padding: 15px 0;}
	.ul_news > li + li {border-top: 1px solid #eee;}
	.ul_news > li figure {width: 100px; height: 65px; margin-right: 15px;}
	.ul_news > li h2 {font-size: 15px; line-height: 22px;}
	.ul_news > li span {clear: both; overflow: visible; display: block; padding-top: 7px;}
	.da_prod_other {padding: 30px 0;}
	.ul_da_prod_other > li {width: 49%; margin: 10px 0;}
	.ul_da_prod_other > li:nth-child(2n) {float: right;}
	.ul_da_prod_other > li:nth-child(4) {display: block !important;}
	.ul_da_prod_other > li figure {height: 145px;}
	.title_D, .h_title_prod_D, .t_cont, .t_cont_prod {font-size: 20px; line-height: 26px;}
	.des_D {font-size: 15px; line-height: 22px;}
	.wrap_page {padding: 10px 0 40px 0;}
	
	.ul_news > li figure::before {display: none !important;}
}

@media only screen and (max-width: 414px) {
	.swiper1 .swiper-slide {height: 154px;}
	.img_info_gt_h, .ul_da_prod_other > li figure {height: 125px;}
	.img_prod, .ul_prod_catalogie > li figure {width: 150px; height: 150px;}
	.link_mm, .link_bg {margin: 15px 0 0 0;}
	.info_prod_D > li {padding: 10px;}
	.info_prod_D > li strong, .ul_dg {float: none;}
	.info_prod_D > li p {float: none; text-align: left;}
	.bg_catalogie {height: auto; background: none !important;}
	.h_title_catalogie {
		position: static; 
		display: block;
		background: none;
		text-align: left;
		line-height: 26px;
		font-size: 20px;
		color: #37b34a;
		padding: 15px 2% 0 2%;
	}
	.ul_prod_catalogie {margin-top: 40px;}
	
	.h_title_catalogie::before, .h_title_catalogie::after {display: none !important;}
}

@media only screen and (max-width: 375px) {
	.swiper1 .swiper-slide {height: 139px;}
	.img_info_gt_h, .ul_da_prod_other > li figure {height: 113px;}
}

@media only screen and (max-width: 360px) {
	.swiper1 .swiper-slide {height: 133px;}
	.img_prod, .ul_prod_catalogie > li figure {width: 120px; height: 120px;}
	.img_info_gt_h, .ul_da_prod_other > li figure {height: 108px;}
	.ul_mn_prod > li > a {line-height: 12px; font-size: 7px;}
}

@media only screen and (max-width: 320px) {
	.swiper1 .swiper-slide {height: 118px;}
	.img_prod, .ul_prod_catalogie > li figure {width: 100px; height: 100px;}
	.img_info_gt_h, .ul_da_prod_other > li figure {height: 96px;}
}