@charset "utf-8";
*{margin:0; padding:0;outline:0;}
html{height:100%;}
h1{font-size:16px; line-height:1.3em;}
h2{font-size:14px; line-height:1.3em;} 
h3{font-size:14px; line-height:1.3em;} 
h4{font-size:14px; line-height:1.3em;} 
h5{font-size:14px; line-height:1.3em;} 
h6{font-size:14px; line-height:1.3em;} 
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;}
:focus { outline: 0;}
ol, ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0; border: 1px solid #eee}
table td, table th {border: 1px solid #eee; padding: 3px 10px;}
caption, th, td {font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after { content: "";}
blockquote, q { quotes: "" "";}
strong, b {font-weight:bold;}
em {font-style:italic;}
pre {
	white-space: pre-wrap; /* 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], input[type=search], 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;}
main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

.f-detail {line-height: 1.5; text-align:justify !important;}
.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: #290F12;}
.f-detail a:hover {color:#EE1B2E;text-decoration: underline;}
.f-detail ul, .f-detail ol {margin: 10px 0;}
.f-detail ul li {list-style: disc; margin-left: 20px;}
.f-detail ol li {list-style: decimal; margin-left: 20px;}

.img_object_fit {
	object-fit: cover;
	-moz-object-fit: cover;
	-webkit-object-fit: cover;
	-o-object-fit: cover;
	-ms-object-fit: cover;
}

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

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

.tag {padding: 15px 0 0 0; font-size: 11px; overflow: hidden; 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;}
.clear{clear:both; height: 0; float: none;}
.fixbody {overflow: hidden;}
.h_t_ct{ margin-bottom:20px;}

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

.icon_menu_mobile {
	visibility: hidden;
	width: 35px; height: 35px;
	background: url(../imgs/layout/menu_mobile.png) no-repeat center;
	position: absolute;
	top: -18px; left: 10px;
	z-index: 99999;
	border:solid 1px #C82031;
	cursor:pointer;
	background-color:#C82031;
}
.icon_menu_mobile:focus {border:solid 1px #C82031;}

.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;
	cursor:pointer;
}
.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: 11;
	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 #DA8D3B; 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 #00b2f5; 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;
}

/************************************************************************************
CSS WEBSITE
*************************************************************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto');
input, textarea, select {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	vertical-align: middle;
}
html {height: 100%;}
body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #212121;
	background:#FFFFFF;
	line-height: 20px;
	margin: 0 auto;
	line-height:1.3em;
}
.css_body {
	height: 100%;
	-webkit-text-size-adjust:100%;
	word-wrap: break-word;
}
#wrapper {height: 100%;}
.min_wrap {width: 1170px; margin: 0 auto; position:relative;}
.padding_h1{ padding:50px 0px;}
.button{background:#FFC931; color:#212121; font-weight:bold; padding:20px 60px; text-align:center; text-transform:capitalize;}
.button:hover{opacity: 0.8; color:#212121;}
a{color:#2A1011; text-decoration:none;}
a:hover{ color:#FF2619;}
.error-sty {color: #f70000; font-weight: 400; padding: 5px 0px;}
.box-sizing-fix {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

.top_tool{padding:10px 0px; border-bottom:solid 1px #E5E5E5;}
.top_tool a{ color:#FFFFFF;}
.top_tool a:hover{ color:#FFFFFF; text-decoration:underline;}
.tools_top_hot{ float:right; margin-top:20px;}
.tools_top_hot ul li{ display:inline-table; position:relative; margin-right:80px;}
.tools_top_hot ul li:last-child{ margin-right:0px;}
.tools_top_hot ul li .fa{ font-size:36px; font-weight:lighter; position:absolute; top:5px; left:0px; color:#C82031;}
.tools_top_hot ul li div{ padding-left:50px;}
.tools_top_hot ul li div b{ display:block; color:#999999; font-weight:normal; margin-bottom:5px;}
.tools_top_hot ul li div span{ display:block; font-size:16px;}

.bot_menu{position:relative;}
.logo_box{float:left;margin-right:20px;}
.logo_box a{ display:block;}
.logo_box img{ height:70px; width:auto;}
.ul_mn{ float:left;}
.ul_mn li{ display:inline-block; float:left; padding:0px; margin:0px; font-size:16px; font-weight:bold; text-transform:capitalize; position:relative;}
.ul_mn li a{ display:block; padding:15px 20px; border-right:solid 1px #E5E5E5;}
.ul_mn > li.active > a, .ul_mn > li:hover > a {color:#FFFFFF; background-color:#C82031; display:block;}
.ul_mn > li:hover > ul.mn_child_01 {visibility: visible; z-index: 100; opacity: 1; top: 58px;}
.ul_mn > li > ul.mn_child_01 {
	visibility: hidden;
	opacity: 0;
	position: absolute; z-index:999;
	left: 0px; top: 30px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-width: 170px;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	z-index: 100;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.ul_mn > li > ul.mn_child_01::before {
	border-bottom: 4px solid #fff;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	content: " ";
	cursor: pointer;	
	display: block;
    width: 0; height: 0;
    position: absolute;
	top: -4px; left: 20px;
	margin: 0 auto;
	z-index: 2;
}
.ul_mn > li > ul.mn_child_01::after {
	border-bottom: 6px solid #eee;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: " ";
	cursor: pointer;	
	display: block;
    width: 0; height: 0;
    position: absolute;
	top: -6px; left: 18px;
	margin: 0 auto;
	z-index: 1;
}
.ul_mn > li > ul.mn_child_01 > li {position: relative; margin:0px; display:inherit; float:none; clear:both; font-size:14px;}
.ul_mn > li > ul.mn_child_01 > li > a {
	color: #212121; 
	display: block; 
	padding: 7px 20px; 
	white-space: nowrap; 
	text-transform: capitalize;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.ul_mn > li > ul.mn_child_01 > li:hover > a {background: #C82031; color: #fff;}
.ul_mn > li > ul.mn_child_01 > li:first-child:hover > a {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.ul_mn > li > ul.mn_child_01 > li:last-child:hover > a {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.but_baogia{ position:absolute; top:15px; right:0px; padding:7px 30px; background-color:#C82031; color:#FFFFFF; text-align:center; font-size:14px; text-transform:uppercase; line-height:1.3em;-webkit-border-radius: 5px;
-moz-border-radius: 5px;border-radius: 5px;}
.but_baogia b{ font-size:18px;}
.but_baogia:hover{ color:#FFED00; opacity:0.9;}
.box_lang{ position:fixed; right:0px; top:30%; z-index:99999; background-color:#FFFFFF; padding:5px;}
.box_lang li{ float:none; margin-bottom:5px;}
.box_lang li:last-child{ margin-bottom:0px;}
.box_lang li a{ display:block;}
.box_lang li a:hover{ background-color:#116935;}
.box_lang li .active{background-color:#116935;}
.box_lang li img{ padding:2px;}

.click_s {
	position:absolute; right:0px; top:0px;
	border-left:solid 1px #E5E5E5;
    border-radius: 2px;
    font-size: 16px;
    color:#000000;
    width: 50px;
    height: 100%;
    line-height: 36px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; 
}
.click_s .fa{ position:absolute; top:35%; left:35%;}
.click_s:hover{ background-color:#C82031; color:#FFFFFF;}

.form_s{background:rgba(0,0,0,.5);position:fixed;top:0;right:0;bottom:0;left:0;margin:auto;z-index:99999999;visibility:hidden;-webkit-transition:ease .4s;-moz-transition:ease .4s;-ms-transition:ease .4s;-o-transition:ease .4s;transition:ease .4s;opacity:0}.form_s.active{visibility:visible;opacity:1}.close_form_s{font-size:48px;color:#fff;position:absolute;top:40px;right:40px;display:block;cursor:pointer;z-index:1;font-style:normal}.close_form_s::before{content:"\f00d";font: normal normal normal 14px/1 FontAwesome;font-weight:300;font-size: 28px;}.d_form_s{width:50%;margin:-30px auto 0 auto;position:absolute;top:50%;left:0;right:0}.ipt_form_s{width:100%;height:60px;border:0;padding:0 60px 0 20px;border-bottom:1px solid #eee;font-size:20px;font-family:Arial,Helvetica,sans-serif;font-weight:400}.btn_form_s{border:0;cursor:pointer;width:60px;height:60px;text-align:center;font-size:32px;color:#000;position:absolute;bottom:0;right:0;background:0 0}

.swiper-container {visibility: hidden;}
.swiper-container.swiper-container-initialized {visibility: visible;}
.slide, .swiper1 .swiper-slide {
	height: -webkit-calc(100vh - 80px); 
	height: -moz-calc(100vh - 80px); 
	height: calc(100vh - 80px); 
	background-color: #999;
}
.swiper1 .swiper-slide img {display: block; width: 100%; height: 100%; opacity: 1 !important;}
.swiper-pagination-1 .swiper-pagination-bullet {
	width: 8px; height: 8px;
	background-color: rgba(255,255,255,0.3);
	opacity: 1;
}
.swiper-pagination-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff; 
	width: 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.slide_lh{ position:relative; margin-bottom:20px;}
.slide_lh .slide_lh_text{ width:80%;}
.slide_lh .slide_lh_text h3{ font-weight:bold; font-size:16px;}
.slide_lh .slide_lh_text p{ margin-top:10px; color:#999999;}
.slide_lh .slide_lh_but{ position:absolute; top:20%; right:0px; border:solid 1px #C82031; color:#C82031; text-transform:uppercase; border-radius:10px; padding:5px 20px;}
.slide_lh .slide_lh_but:hover{ background-color:#C82031; color:#FFFFFF;}

#content{}
.margin_top{ margin-top:40px; float:none; clear:both;}
.padding_top{ padding-top:40px;}
.padding_bot{ padding-bottom:40px;}

.content_box_gt{ background-color:#d8eef9;}
.content_box_gt_left{ float:left; width:48%;}
.content_box_gt_left h2{ font-weight:bold; margin-bottom:10px; position:relative; font-size:48px;}
.content_box_gt_left h2 .cbgl_ke{ width:80px; border-bottom:solid 3px #C82031; position:absolute; left:0px; bottom:0px;}
.content_box_gt_left h3{ font-size:28px; margin-bottom:20px; font-weight:normal;}
.content_box_gt_left .content_box_gt_text{ text-align:justify; margin-bottom:20px; margin-top:20px; line-height:24px;}
.content_box_gt_right{ float:right; width:48%; position:relative;}
.content_box_gt_right img{ width:100%; height:auto;}
.box_buttom_xemtiep{ text-align:right; display:block;}
.buttom_xemtiep{ padding:10px 20px; display:inline-block; text-align:center; color:#FFFFFF; background:#C82031; border-radius:5px;}
.buttom_xemtiep:hover{ opacity:0.8; color:#FFFFFF;}

.content_box_gp{display:block; float:left; clear:both;}
.content_box_gp_box{ position:relative; margin-top:20px;}
.content_box_gp_box img{ width:100%; height:auto;}
.content_box_gp_left{width:50%; float:left;}
.box_cbgp_div{ background-color:#ebebeb; width:46%; height:380px; position:absolute; top:-40px; left:0px; z-index:-1;}
.content_box_gp_left figure{ height:300px;}
.content_box_gp_right{width:46%; float:right;}
.cbgp_div2{ padding-right:20%; margin-bottom:20px;}
.cbgp_div2 .cbgp_text{ font-size:28px; text-transform:uppercase; color:#C82031; line-height:1.5em;}
.cbgp_div2 .cbgp_tom{ margin-top:20px; color:#919191; line-height:1.5em; text-align:justify;}
.content_box_gp .buttom_xemtiep2 {
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    background: #C82031;
    border-radius: 5px;
}

.content_box_gp_left{ overflow:hidden;}
.content_box_gp_left figure img{ 
	width:100%; height:100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.content_box_gp_left:hover figure img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.box_danhgias{ background: url(../imgs/layout/bg4.jpg) no-repeat; padding:40px 0px 80px 0px}
.box_danhgias .boxcen{ margin-bottom:60px; color:#FFFFFF;}
.box_danhgias .boxcen .boxdiv{ color:#FFFFFF;}
.box_danhgias .swiper4 .swiper-slide{min-height:250px;}
.box_danhgias .swiper4 .swiper-slide .box_danhgias_t{}
.box_danhgias .swiper4 .swiper-slide h3{ padding:40px 50px 30px 50px; font-size:15px; line-height:24px; color:#444;background-color:#FFFFFF; height:100px;}
.box_danhgias .swiper4 .swiper-slide h3 b{ font-size:18px;}
.box_danhgias .swiper4 .swiper-slide .box_danhgias_text{ position:relative; display:block; margin-top:20px; background-color:#d9d9d9; position:absolute; bottom:30px; left:0px; right:0px; width:80%;}
.box_danhgias .swiper4 .swiper-slide .box_danhgias_text div{ padding:5px 15px;}
.box_danhgias .swiper4 .swiper-slide .box_danhgias_text b{ display:block; padding-top:5px;}
.box_danhgias .swiper4 .swiper-slide .box_danhgias_text p{ padding-top:5px;}
.box_danhgias .swiper4 .swiper-slide .box_danhgias_text .box_danhgias_img{ width:80px; height:80px; border:solid 2px #FFFFFF; border-radius:100px; position:absolute; right:5%; top:-40px; z-index:9999;}
.box_danhgias .swiper4 .swiper-slide .box_danhgias_text .box_danhgias_img2{ height:71px; width:auto; position:absolute; top:-2px; right:-58px; z-index:999;}
.box_danhgias .swiper-button-next, .box_danhgias .swiper-container-rtl .swiper-button-prev, .box_danhgias .swiper-button-prev, .box_danhgias .swiper-container-rtl .swiper-button-next{ background-color:#C82031; color:#FFFFFF !important;}
.box_danhgias .swiper-button-next:after, .box_danhgias .swiper-button-prev:after{font-size:16px !important;}
.box_danhgias .swiper-button-next, .swiper-container-rtl .swiper-button-prev{ right:0px !important;}
.box_danhgias .swiper-button-prev, .swiper-container-rtl .swiper-button-next{ left:0px !important;}


.boxcen{ text-align:center;}
.boxh2{font-weight:normal; margin-bottom:10px; position:relative; text-transform:uppercase;}
.boxh3{font-size:28px; margin-bottom:10px; font-weight:bold; text-transform:uppercase;}
.boxdiv{text-align:center; max-width:800px; margin:auto; color:#919191;}
.boxh_line{ width:100px; border-bottom:solid 3px #C82031; margin:auto; margin-top:10px;}

.content_box_cl{ background-color:#efefef;}
.cbcl_ul{ margin-top:20px;}
.cbcl_ul li{ display:inline-table; text-align:center; width:24%; margin-right:5px; min-height:240px; background-color:#FFFFFF;box-shadow: 0px 1px 1px 0 rgb(0 0 0 / 18%);-moz-box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.18);-webkit-box-shadow: 0px 1px 1px 0 rgb(0 0 0 / 18%); border-radius:2px;}
.cbcl_ul li:last-child{ margin-right:0px;}
.cbcl_ul_div{ padding:20px;}
.cbcl_ul_div h3{ font-size:16px; font-weight:bold; text-transform:uppercase;}
.cbcl_ul_div .cbcl_ul_pic{ margin-bottom:10px;}
.cbcl_ul_div .cbcl_ul_pic img{ height:80px; width:80px;}
.cbcl_ul_div .cbcl_ul_text{ text-align:justify; margin-top:10px; line-height:22px; min-height:110px; color:#666;}

.content_box_lhs{ display:block; float:none; clear:both;}
.content_box_lhs .min_wrap{ background:url(../imgs/layout/bg2.jpg) no-repeat;}
.content_box_lhs .content_box_lhs_vc{ position:relative; padding:50px 0px;}
.content_box_lhs .content_box_lhs_vc h3{ font-size:16px; margin-bottom:40px; margin-top:20px;}
.content_box_lhs .content_box_lhs_vc div{ position:relative;}
.content_box_lhs .content_box_lhs_vc div img{ width:60px; height:auto; position:absolute; top:-10px; left:0px;}
.content_box_lhs .content_box_lhs_vc div a{ font-size:48px; color:#C82031; font-weight:bold; padding-left:80px; padding-top:10px; display:inline-block;}
.content_box_lhs .content_box_lhs_vc div a:hover{ opacity:0.8;}
.content_box_lhs .content_box_lhs_vc .lh_nimg{ width:250px; height:auto; position:absolute; top:-35px; right:0px;}

.shop_doitac{}
.content_box_img{ position:relative;}
.content_box_img_1{ float:left; width:30%;}
.content_box_img_1 .content_box_img_co{ margin-bottom:25px;}
.content_box_img_1 .content_box_img_co:last-child{ margin-bottom:0px;}
.content_box_img_1 .content_box_img_co figure{ height:263px;}
.content_box_img_1 .content_box_img_co img{ width:100%; height:100%; display:block;}

.content_box_img_2{width:32%; position:absolute; left:34%; top:0px;}
.content_box_img_2 .content_box_img_co figure{ height:551px;}
.content_box_img_2 .content_box_img_co img{ width:100%; height:100%; display:block;}

.content_box_img_3{ float:right; width:30%;}
.content_box_img_3 .content_box_img_co{ margin-bottom:25px;}
.content_box_img_3 .content_box_img_co:last-child{ margin-bottom:0px;}
.content_box_img_3 .content_box_img_co figure{ height:263px;}
.content_box_img_3 .content_box_img_co img{ width:100%; height:100%; display:block;}
.content_box_img_co{ cursor:pointer; position:relative;}
.content_box_img_co div{ position:absolute; z-index:9999; background-color:#FFFFFF; padding:10px 20px; left:35%; top:45%; opacity:.9; font-size:16px; text-transform:uppercase; font-weight:bold;}
.content_box_img_co:hover{
	-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);
	color: #212121;
}
.content_box_img_co:hover figure{ overflow:hidden;}
.content_box_img_co:hover figure img{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.content_box_img_co:hover figure img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.content_box_sp{ background-color:#F8F8F8; padding-top:30px;}
.content_box_sp2{padding-top:0px;}
.sp_h2{ text-align:center; font-size:24px; font-weight:bold; text-transform:uppercase;}
.sp_div{ text-align:center; margin-top:10px;}

.content_box_sp_co{ margin-top:0px;}
.content_box_sp_co ul{ text-align:center; margin-bottom:20px;}
.ul_box{ position:relative;}
.ul_box1{ position:relative;}
.ul_box2{ position:relative;}
.content_box_sp_co ul li{
	cursor:pointer;position:relative;
	border:solid 1px #D9D9D9;
	box-shadow: 0px 1px 1px 0 rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.18);
    -webkit-box-shadow: 0px 1px 1px 0 rgb(0 0 0 / 18%);
    border-radius: 10px;
	min-height:310px;
	overflow:hidden;
}
.fix_box3  ul li{ width:31%;}
.fix_box3  ul li:nth-child(1n+1){ margin-left:0px;}
.fix_box3  ul li:nth-child(3n){ margin-right:0px;}
.content_box_sp_co ul li:hover{ border:solid 1px #C82031;}

.ul_box2 li{ position:relative;}
.ul_box2 li h3{ position:absolute; z-index:99999; top:40%; left:0px; right:0px; color:#FFFFFF !important;visibility:hidden;}
.ul_box2 li .figure_che{ background-color:#A82E35; position:absolute; left:0px; right:0px; top:0px; bottom:0px; opacity:.8; visibility:hidden; z-index:9999;}
.content_box_sp_co .ul_box2 li:hover h3{
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	visibility:inherit;
}

.content_box_sp_co ul li figure{overflow:hidden; position:relative;}
.content_box_sp_co ul li figure img{ 
	width:100%; height:100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.content_box_sp_co ul li:hover figure img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.figure_che{ background-color:#000000; position:absolute; left:0px; right:0px; top:0px; bottom:0px; opacity:.3; visibility:hidden; z-index:9999;}
.content_box_sp_co ul li:hover{
	-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);
}
.content_box_sp_co ul li:hover .figure_che{
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	visibility:inherit;
}
.sp_star{ color:#FBA126; margin-top:10px; font-size:16px;}
.content_box_sp_co h3{ margin-top:10px; text-transform:capitalize; font-size:16px;color: #212121 !important;}
.sp_gia{ margin-top:10px; margin-bottom:20px;}
.sp_gia_1{ color:#ED3847; font-weight:bold; font-size:16px;}
.sp_gia_2{ color:#878787; font-size:14px; margin-left:20px; text-decoration:line-through;}
.icon_sp{position:absolute; left:10px; top:10px; z-index:999;-webkit-border-radius: 100px;-moz-border-radius: 100px;border-radius: 100px; color:#FFFFFF;}
.icon_new{ background-color:#7EA72F;padding: 10px 5px;}
.icon_hot{ background-color:#E10000;padding: 10px 5px;}

.box_tab{ margin-top:40px; margin-bottom:10px;}
.box_tab ul{ text-align:center;}
.box_tab ul li{ display:inline-table; margin-right:40px; font-size:24px; cursor:pointer; text-transform:uppercase; font-weight:normal;}
.box_tab ul li:last-child{ margin-right:0px;}
.box_tab ul li.active{ font-weight:bold;}

.content_box_tt{}
.content_box_tt2{ background-color:inherit;}
.content_box_tt_co{ margin-top:20px;}
.content_box_tt_co ul{ text-align:center;}
.content_box_tt_co ul li{ display:inline-table; width:31%; margin-right:20px; margin-bottom:60px; background-color:#FFFFFF; border:solid 1px #EBEBEB; position:relative;}
.content_box_tt_co ul li:nth-child(3n){ margin-right:0px;}
.content_box_tt_co ul li figure{ height:222px; overflow:hidden;}
.content_box_tt_co ul li figure img{ width:100%; height:100%;}
.box_tt_dv{ padding:10px; text-align:left;}
.content_box_tt_co ul li h4{ margin-bottom:20px; font-size:16px; text-transform:capitalize; text-align:justify; min-height:40px;}
.content_box_tt_co ul li h5{ font-weight:normal; text-align:justify; font-size:14px; min-height: 110px;}

.box_tt_dv2{ padding:6px 10px; text-align:left; width:80%; background-color:#e4e4e4; position:absolute; bottom:-20px; left:7%; z-index:99999;}
.box_tt_dv2 .fa{ background-color:#C82031; width:25px; height:23px; position:absolute; right:5px; top:5px; color:#FFFFFF; font-size:20px; text-align:center; padding-top:0px;}
.box_tt_dv2 h4{ margin:0px !important; min-height:inherit !important;}

.content_box_tt_co ul li figure img{ 
	width:100%; height:100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.content_box_tt_co ul li:hover figure img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.content_box_tt_co ul li:hover{
	-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);
}
.content_box_tt_co ul li a{color: #212121;}
.box_tt_tk{ overflow:hidden; margin-bottom:10px; padding-bottom:10px;}
.box_tt_tk div:first-child{ float:left; position:relative;}
.box_tt_tk .box_tt_lines{border-bottom: solid 3px #C82031; width:40px; position:absolute; bottom:-10px; left:0px;}
.box_tt_tk div:last-child{ float:right;}
.content_box_qc img{ width:100%; height:auto;}
.box_tt_tk_but span{
	padding: 10px 20px;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    background: #C82031;
    border-radius: 5px;
}
.box_tt_tk_but span:hover{ opacity:0.8;}


#footer{color:#FFFFFF; background:#191f23; display:block; float:none; clear:both; margin-top:100px;}
#footer .min_wrap{ position:relative; background:url(../imgs/layout/bg3.jpg) repeat;}
.footer_ul{ padding:40px 0px; padding-top:90px;}
.footer_ul a{ color:#FFFFFF;}
.footer_ul a:hover{ color:#FFFFFF; text-decoration:underline;}
.footer_ul h3{font-weight:bold; margin-bottom:20px; position:relative; text-transform:uppercase; font-size:16px; position:relative;}
.footer_ul .footer_li_div{ text-align:justify; margin-bottom:10px; overflow:hidden; line-height:24px;}
.footer_ul .footer_li_div .logo_footer{ float:left; margin-right:10px;}
.footer_ul .footer_li_line{
	width: 50px;
    border-bottom: solid 3px #C82031;
    margin-top: 10px;
}

.footer_ul .footer_li_icon{ margin-right:5px; font-size:36px; color:#FFFFFF; display:inline-table;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;background-color:#333333; padding:3px 6px;}
.footer_ul .footer_li_icon.icon_facebook:hover{ color:#15A1F6; background-color:#FFFFFF;}
.footer_ul .footer_li_icon.icon_twitter:hover{ color:#1C9CEA; background-color:#FFFFFF;}
.footer_ul .footer_li_icon.icon_youtube:hover{ color:#D72925; background-color:#FFFFFF;}
.footer_ul .footer_li_icon.icon_pinterest:hover{ color:#E10023; background-color:#FFFFFF;}

.footer_ul .footer_li{ display:inline-table;}
.footer_ul .footer_li:nth-child(1){ width:35%; margin-right:3%;}
.footer_ul .footer_li:nth-child(2){ width:10%; margin-right:3%;}
.footer_ul .footer_li:nth-child(3){ width:15%; margin-right:3%;}
.footer_ul .footer_li:nth-child(4){ width:25%;}
.footer_ul2 li{ margin-bottom:10px; text-transform:capitalize;}
.footer_ul3 li{ margin-bottom:10px; text-transform:capitalize; line-height:24px;}
.footer_ul3 li .fa{ font-size:18px; margin-right:10px;}
.fg_box{ display:inline-block; position:relative; margin-left:50px;}
.fg1{ width:30px; border:solid 2px #FFFFFF; position:absolute; top:-8px; right:0px;-webkit-border-radius: 3px;
-moz-border-radius: 3px;border-radius: 3px;}
.fg2{ width:5px; border:solid 2px #FFFFFF; position:absolute; top:-8px; left:10px;-webkit-border-radius: 3px;
-moz-border-radius: 3px;border-radius: 3px;}
.footer_boxlh{ position:absolute; z-index:999; top:-60px; left:0px; right:0px; background-color:#f7f9fb; color:#000000; border-radius:5px;}
.footer_boxlh ul{ text-align:center;}
.footer_boxlh ul li{ display:inline-table; width:30%; margin-right:3%; padding:40px 0px; position:relative; text-align:left; position:relative;}
.footer_boxlh ul li:last-child{ margin-right:0px;}
.footer_boxlh ul li .fa{ color:#C82031; font-size:48px; position:absolute; top:35%; left:0px;}
.footer_boxlh ul li div{ display:block; padding-left:60px; color:#919191;}
.footer_boxlh ul li h3{ font-size:16px; text-transform:uppercase; color:#000000;}
.footer_boxlh ul li span{position:absolute; z-index:9999; top:0px; right:0px; display:block;}
.footer_boxlh ul li span img{ width:auto; height:100%;}
.footer_ul3_in{ position:relative; display:block; margin-top:20px;}
.footer_ul3_in input{ border:solid 1px #A7A7A7; padding:7px 0px; width:100%; border-radius:5px;}
.footer_ul3_in button{ position:absolute; top:0px; right:-2px; height:100%; background-color:#C82031; color:#FFFFFF;
 text-align:center; border:solid 1px #C82031; padding:0px 10px;} 
 .footer_ul3_in button .fa{ margin:0px; padding:0px;}

.div_breacrum{ background: url(../imgs/layout/bg_blog.jpg) no-repeat;}
.div_breacrum .min_wrap{ position:relative;}
.div_breacrum_h1{font-size: 28px;font-weight: bold;text-transform: uppercase; color:#FFFFFF; padding:40px 10px;}
.addthis_sharing_toolbox {position: absolute; top:35%; right: 0px;}
.ul_breacrum{ margin-top:20px; display:none;}
.ul_breacrum > li {display: inline-block; color: #999; margin-right:5px;}
.ul_breacrum > li > a {display: inline-block;}
.ul_breacrum > li > a:hover {color: #C82031;}
.ul_breacrum > li:last-child .fa{ display:none;}

.content_box{ margin-top:20px;}
/*.content_ct_left{ float:right; width:73%;}
.content_ct_right{ float:left; width:25%;}*/

.box_ct_right{border:solid 1px #C82031; background-color:#FFFFFF; margin-bottom:20px;}
.box_ct_right h2{ background-color:#C82031; padding:10px 20px; font-size:16px; text-transform:uppercase; color:#FFFFFF;}
.box_ct_right .box_ct_right_con{ border-top:solid 1px #C82031;}

.right_menu{ padding:20px;}
.right_menu li{ float:none; clear:both; margin-bottom:10px; font-weight:bold;}
.right_menu li.active a{ color:#C82031;}
.right_menu li a{ display:block; text-transform:capitalize;}
.right_menu li .fa{ float:right;}
.right_menu li .right_menu_sub{ margin-top:10px; margin-bottom:10px; margin-left:20px;}
.right_menu li .right_menu_sub li{ list-style:disc; margin-left:10px; font-weight:normal;}
.right_menu li .right_menu_sub li a{color:#2A1011;}
.right_menu li .right_menu_sub li a:hover{color:#C82031;}

.ul_news_sb{ padding:20px;}
.ul_news_sb > li {overflow: hidden; padding: 15px 0;}
.ul_news_sb > li + li {border-top: 1px dotted #e0e0e0;}
.ul_news_sb > li figure {
	float: left;
	width: 100px; height: 70px;
	margin-right: 15px;
}
.ul_news_sb > li figure img {display: block; width: 100%; height: 100%;}
.ul_news_sb > li p {padding: 0; overflow: hidden; color: #434343;}
.ul_news_sb .sp_box_img_gia{ margin:10px; margin-bottom:0px; font-size:18px; color:#EE1B2E; font-weight:bold;}
.ul_news_sb .sp_box_img_gia span{ font-size:12px; color:#A6A6A6; font-weight:normal; text-decoration:line-through;}

.ul_ht_sb, .ul_tk_sb{padding:20px;}
.ul_ht_sb > li {
	padding: 15px 0 15px 47px; 
	border-bottom: 1px dashed #ccc;
	background: url(../imgs/avar.png) no-repeat top 15px left;
	min-height: 28px;
	line-height: 16px;
	position: relative;
}
.ul_ht_sb img{ width:28px; height:auto;}
.ul_ht_sb > li strong {display: block; text-transform: uppercase;}
.ul_ht_sb > li p {padding: 0; position: absolute; top: 15px; right: 0;}
.ul_ht_sb > li p a {color: #f10c0c !important; margin-left:5px;}
.ul_ht_sb > li:last-child{ border:none;}
.ul_tk_sb li{ margin-bottom:10px; padding-bottom:10px;border-bottom: 1px dashed #ccc;}
.ul_tk_sb li:last-child{ margin-bottom:0px; padding-bottom:0px; border:none;}

.ul_dm_bv li{ float:none; clear:both; margin-bottom:20px; border-bottom:dotted 1px #E2E2E2; padding-bottom:20px;}
.ul_dm_bv li a{ display:block; color:#212121;}
.ul_dm_bv li a:hover, .m_ul_dm_bv h3:hover{color: #FF371F;}
.ul_dm_bv li:last-child{ border-bottom:none;}
.ul_dm_bv li figure{position: relative; width:25%; float:left; height:130px;}
.ul_dm_bv li img{width:100%; height:100%; display:block;}
.m_ul_dm_bv {float:right; width:70%;}
.m_ul_dm_bv h3 {font-size: 20px;}
.m_ul_dm_bv .tool_user {padding: 5px 0;}
.m_ul_dm_bv p {color: #666; text-align:justify;}
.m_ul_dm_bv span i {margin-left: 5px;}
.content_box_ol {margin:0px !important; padding:0px !important; padding: 5px 0 0 0 !important;}
.content_box_ol li {margin:0px !important; padding:0px !important; display: inline-block; color: #666; margin:5px 10px 10px 0px !important; border:none;}
.content_box_ol li i {margin-right: 3px; position: relative; top: -1px;}
.content_box_h2{ font-size:18px;}
.content_box_h3{ font-weight:bold; margin-bottom:10px;}
.h3_bvkhac{ margin-top:20px; margin-bottom:20px; font-size:20px; text-transform:uppercase;}
.ul_bvkhac{ margin-left:30px; padding-bottom:10px;}
.ul_bvkhac li{ margin-bottom:10px; list-style:disc;}

.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 {}
.fc_1 {float: left; width: 30%;}
.fc_2 {float: right; width: 65%; padding-bottom:20px;}
.fc_2 h3{ margin-bottom:10px; font-size:16px;}
.ul_ct > li {margin-bottom: 20px; position: relative;}
.ipt_ct {
	border: 1px solid #ccc;
	width: 100%; height: 34px;
	padding: 0 10px;	
	color: #777;
}
.txt_ct {
	border: 1px solid #ccc;
	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: #C82031;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 30px;
	border: 0;
	font-weight: bold;
}
.btn_ct:hover {opacity: 0.8;color: #fff;}
.btn_ct i{ font-size:18px}
.t_fc_1 {
	padding-bottom: 10px; 
	font-weight: 700; 
	font-size: 18px; 
	line-height: 24px;
}
.m_fc_1 a {color: #398ECB;}
.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: 28px; 
	margin-right: 10px; 
	color:#C82031;
}
.fc_1 .ul_m_fc_1{ border:solid 1px #ccc; border-radius:5px; margin-bottom:10px; padding:10px;}
.fc_1 .ul_m_fc_1 li h3{ margin-bottom:10px; font-size:16px;}
.fc_1 .ul_m_fc_1 li p{ display:block; text-align:left; margin:0px; padding:0px; margin-bottom:5px;}
.fc_1 .ul_m_fc_1 li a{ color:#000000; text-decoration:none;}
.fc_1 .ul_m_fc_1 li a:hover{ color:#C82031;}

.sp_box_ct_left_slider{ width:50%; float:left;}
.sp_box_ct_left_slider #gallery-2{width:100%;height:315px;background:#fff !important;}
.sp_box_ct_left_slider #gallery-2 .rsNav{background:#fff}
.sp_box_ct_left_slider #gallery-2 .rsOverflow{border:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.sp_box_ct_left_slider #gallery-2.rsOverflow,#gallery-2 .rsSlide{background:#fff}
.sp_box_ct_left_slider #gallery-2 .rsThumb{border:2px solid #fff;width:50px;height:50px;overflow:hidden}
.sp_box_ct_left_slider #gallery-2 .rsThumb.rsNavSelected{border-color:#f97f08}
.sp_box_ct_left_slider #gallery-2 .rsThumb img{object-fit:cover;-moz-object-fit:cover;-webkit-object-fit:cover;-o-object-fit:cover;-ms-object-fit:cover}#gallery-2 .rsThumbsArrow{top:10px;bottom:10px;height:auto;background:rgba(0,0,0,0.5)}
.rsFullscreen,.rsFullscreen .rsNav,.rsFullscreen .rsOverflow,.rsFullscreen .rsSlide{background:#fff!important;border:0!important}
.rsMinW, .rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs{background:#fff!important;}

.sp_box_ct_left_ts{ width:45%;float:right;}
.sp_box_ct_left_ts h2{ font-size:18px; border-bottom:solid 1px #E2E2E2; padding-bottom:10px; margin-bottom:10px;}
.sp_box_ct_left_ts .ct_gia{ margin:20px 0px;}
.sp_box_ct_left_ts .ct_gia .ct_gia1{font-size: 18px;color: #EE1B2E;font-weight: bold}
.sp_box_ct_left_ts .ct_gia .ct_gia2{ font-weight:bold; text-decoration:line-through; margin-left:20px;}
.sp_box_ct_left_ts ul li{ float:none; clear:both; padding:10px; overflow:hidden;}
.sp_box_ct_left_ts ul li:nth-child(2n-1){ background-color:#FAFAFA;}
.sp_box_ct_left_ts ul li .ct_1{ float:left;}
.sp_box_ct_left_ts ul li .ct_2{ float:right;}
.nut_muahang{ padding:10px 20px; background-color:#EE1B2E; display:block; text-align:center; font-size:18px; color:#FFFFFF; line-height:1.3em; margin-top:14px;}
.nut_muahang:hover{ opacity:0.8; color:#FFFFFF;}
.box_img1 img { width:100% !important;}
.content_box_ghd1{ overflow:hidden;}
.content_box_ghd1_left{ float:left; width:47%;}
.content_box_ghd1_left img{ width:100%; height:auto;}
.content_box_ghd1_right{ float:right; width:50%;}
.content_box_ghd1_right h3{ font-size:24px; font-weight:bold; text-transform:uppercase; margin-bottom:5px;}
.content_box_ghd1_right h4{ font-size:24px; color:#C82031; font-weight:bold; text-transform:uppercase;margin-bottom:10px;}
.content_box_ghd1_right ul{ margin-left:20px; margin-bottom:20px;}
.content_box_ghd1_right ul li{ margin-left:20px; list-style:disc;}

.content_box_ghd2{ overflow:hidden; margin-top:30px; background-color:#efefef; padding:30px 0px;}
.content_box_ghd2_right{ float:left; width:45%;}
.content_box_ghd2_right img{ width:100%; height:auto;}
.content_box_ghd2_left{ float:right; width:50%; padding-right:10px;}
.content_box_ghd2_left h3{ font-size:24px; font-weight:bold; text-transform:uppercase; margin-bottom:10px;}
.content_box_ghd2_left ul{ margin-left:20px; margin-bottom:20px;}
.content_box_ghd2_left ul li{ margin-left:20px; list-style:disc;}


.h2_goi{font-size:28px; display:block; text-transform:uppercase; text-align:center; margin-bottom:20px; margin-top:40px;}
.h2_goi2{ margin-bottom:20px; text-transform:uppercase; font-size:16px;}
.content_box_tsa{ margin-bottom:20px;}
.ul_goi{ margin-top:20px; margin-bottom:20px; text-align:center;}
.ul_goi li{ 
	 display:inline-table; margin-bottom:10px;
	 margin-right:10px; background-color:#9BBB59; 
	 border:solid 4px #FFFFFF;
	 -webkit-border-radius: 10px;
	 -moz-border-radius: 10px;
	 border-radius: 10px;
	 box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.18);
	 -moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.18);
	 -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.18);
}
.ul_goi li a{width:130px; height:25px; color:#000000; font-weight:bold; display:block; text-align:center; padding:30px;}
.ul_goi li a:hover{ 
	color:#FFFFFF; 
	background-color:#116935;
	 -webkit-border-radius: 10px;
	 -moz-border-radius: 10px;
	 border-radius: 10px;
}

.box_goi_new{ margin:0px; padding:0px; margin:auto; text-align:center;}
.box_goi_new li{ 
	display:inline-table; width:30%; 
	margin-right:3%; margin-bottom:3%;
	border:solid 1px #FFFFFF;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	-moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	cursor:pointer;
}
.box_goi_new li:hover{background-color:#C82031;border:solid 1px #C82031;color:#FFFFFF;}
.box_goi_new li:hover .box_goi_new_in .box_goi_gia{color:#FFFFFF !important; background-color:#FF6366;}
.box_goi_new li:hover .box_goi_new_in .box_goi_text p span{color:#FFFFFF !important;}
.box_goi_new li:hover .box_goi_new_in .box_goi_ghichu{color:#FFFFFF !important;}
.box_goi_new li:hover .box_goi_new_in .box_goi_but a{color:#C82031 !important; background-color:#FFFFFF;}

.box_goi_new li:nth-child(3n){ margin-right:0px;}
.box_goi_new li .box_goi_new_in{ padding:20px;}
.box_goi_new li .box_goi_new_in h2{ font-size:18px; display:block; padding:20px 0px; text-align:center;}
.box_goi_new li .box_goi_new_in .box_goi_gia{ width:70%; text-align:center; margin:auto; padding:20px; background-color:#E0E0E0; font-weight:bold; font-size:18px; margin-bottom:30px;-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
.box_goi_new li .box_goi_new_in .box_goi_text p{ border-bottom:solid 1px #E0E0E0; padding-bottom:5px; margin-bottom:5px; position:relative; text-align:left;}
.box_goi_new li .box_goi_new_in .box_goi_text p:last-child{ border-bottom:none;}
.box_goi_new li .box_goi_new_in .box_goi_text p span{ color:#606060;}
.box_goi_new li .box_goi_new_in .box_goi_text p b{ font-weight:bold; position:absolute; right:0px; top:0px;}
.box_goi_new li .box_goi_new_in .box_goi_ghichu{ margin-top:20px; color:#606060; text-align:center; font-style:italic;}
.box_goi_new li .box_goi_new_in .box_goi_but{ padding:20px 0px;}
.box_goi_new li .box_goi_new_in .box_goi_but a{ background-color:#C82031; color:#FFFFFF; padding:10px 30px; display:inline-block; text-align:center;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px; font-weight:bold;}
.box_goi_new li .box_goi_new_in .box_goi_but a:hover{ opacity:0.8;}

@media only screen and (max-width: 1024px) {
	.min_wrap{ min-width:290px; width:auto; padding:0px 10px;}
	.slide, .swiper1 .swiper-slide{ height:auto;}
	.but_baogia{ top:100px;z-index: 9999; right: 10px;}
	.cbgp_div2{ padding-right:10px;}
	.cbcl_ul li{ min-height:255px;}
	.footer_ul{padding-top: 120px;}
	.logo_box{ margin-right:0px;}
}

@media only screen and (max-width: 960px) {
	.min_wrap{ min-width:290px; width:auto;padding:0px 10px;}
	.slide, .swiper1 .swiper-slide{ height:auto;}
	.but_baogia{ top:100px;z-index: 9999; right: 10px;}
	.cbcl_ul li{ min-height:275px;}
	.content_box_lhs .content_box_lhs_vc .lh_nimg{ width:250px;}
	.content_box_tt_co ul li figure{ height:200px;}
	.content_box_tt_co ul li h4{ min-height:65px;}
	.content_box_tt_co ul li{ margin-bottom:0px;}
}

@media only screen and (max-width: 860px) {
	.tools_top_hot ul li{ margin-right:10px;}
	.content_box_tt_co ul li figure{ height:200px;}
	.content_box_tt_co ul li{ width:47%; margin-bottom:40px;}
	.content_box_tt_co ul li:nth-child(3n){ margin-right:20px;}
	.content_box_tt_co ul li:nth-child(2n){ margin-right:0px;}
	.cbcl_ul li{ min-height:320px;}
	.box_danhgias .swiper4 .swiper-slide .box_danhgias_text .box_danhgias_img{ width:40px; height:40px; top:-20px;}
	.content_box_tt_co2 ul li{ width:30%;}
	.content_box_tt_co2 ul li figure{ height:150px;}
	.content_box_tt_co2 ul li:nth-child(3n){ margin-right:0px;}
	.content_box_tt_co2 ul li:nth-child(2n){ margin-right:20px;}
	.fc_1{ width:40%;}
	.fc_2{ width:55%;}
	.cbgp_div2{ padding-right:10px;}
	.content_box_ghd1_right{height:auto;}
	.content_box_ghd2_left{height:auto;}
}

@media only screen and (max-width: 768px) {
	.min_wrap{ min-width:290px; width:auto;padding:0px 10px;}
	.icon_menu_mobile{visibility: visible;}
	.ul_mn{ display:none;}
	.bot_menu{ padding:25px 0px;}
	.click_s{ top:-10px; right:10px;}
	.slide, .swiper1 .swiper-slide{ height:auto;}
	.content_box_gt_left h2{ font-size:36px;}
	.content_box_gt_text{overflow-x: scroll; height:150px;}
	.cbcl_ul li{ width:48%; margin-right:3%; min-height:200px; margin-bottom:20px;}
	.cbcl_ul li:nth-child(2n){ margin-right:0px;}
	.content_box_lhs .content_box_lhs_vc .lh_nimg{ width:230px;}
	.content_box_tt_co ul li h4{ min-height:65px;}
	.content_box_tt_co ul li{ margin-bottom:0px;}
	.box_danhgias .swiper4 .swiper-slide h3{ padding-top:20px;}
	.box_danhgias .swiper4 .swiper-slide .box_danhgias_text{ bottom:50px;}
	.box_goi_new li{ width:45%;}
	.box_goi_new li:nth-child(3n){ margin-right:3%;}
	.box_goi_new li:nth-child(2n){ margin-right:0px;}
	video {
		object-fit: none !important;
		position: inherit !important;
		height: 325px !important;
		width: 100% !important;
	}
}

@media only screen and (max-width: 720px) {
	.content_box_tt_co ul li{ width:47%; margin-bottom:40px;}
	.content_box_tt_co ul li:nth-child(3n){ margin-right:20px;}
	.content_box_tt_co ul li:nth-child(2n){ margin-right:0px;}
	.cbcl_ul li{ min-height:240px;}
	.cbgp_div2 .cbgp_text{ font-size:24px;}
	.cbgp_div2{ padding-right:10px;}
	.box_danhgias .swiper4 .swiper-slide .box_danhgias_text .box_danhgias_img{ width:40px; height:40px; top:-20px;}
	.box_danhgias .swiper4 .swiper-slide .box_danhgias_text .box_danhgias_img2{ display:none;}
	.box_danhgias .swiper4 .swiper-slide .box_danhgias_text{ width:100%;}
	.content_box_tt_co2 ul li{ width:100%; margin:0px; margin:0px; margin-bottom:20px; overflow:hidden;}
	.content_box_tt_co2 ul li figure{ width:30%; height:150px; float:left;}
	.content_box_tt_co2 .box_tt_dv{ width:65%; float:right;}
	.content_box_tt_co2 ul li h4{ min-height:inherit;}
	.content_box_ghd1_right{height:auto;}
	.content_box_ghd2_left{height:auto;}
}

@media only screen and (max-width: 640px) {
	.fc_1{ width:40%;}
	.fc_2{ width:55%;}
	.tools_top_hot ul li{ margin-right:5px;}
	.tools_top_hot ul li:last-child{ display:none;}
	.footer_ul{padding-top: 150px;}
}
@media only screen and (max-width: 520px) {
	.min_wrap{ min-width:290px; width:auto;padding:0px 10px;}
	.icon_menu_mobile{visibility: visible;}
	.ul_mn{ display:none;}
	.bot_menu{ padding:25px 0px;}
	.click_s{ top:-10px; right:10px;}
	.slide, .swiper1 .swiper-slide{ height:auto;}
	.content_box_gt_left h2{ font-size:24px;}
	.content_box_gt_text{overflow-x: scroll; height:100px;}
	.cbcl_ul li{ width:48%; margin-right:3%; min-height:200px; margin-bottom:20px;}
	.cbcl_ul li:nth-child(2n){ margin-right:0px;}
	.content_box_lhs .content_box_lhs_vc .lh_nimg{ width:230px;}
	.content_box_tt_co ul li h4{ min-height:65px;}
	.content_box_tt_co ul li{ margin-bottom:0px;}
	.box_danhgias .swiper4 .swiper-slide h3{ padding-top:20px;}
	.box_danhgias .swiper4 .swiper-slide .box_danhgias_text{ bottom:50px;}
	.footer_boxlh{ display:none;}
	#footer{ margin-top:30px;}
	.footer_ul .footer_li{ width:100% !important; display:block !important; margin:0px; padding:0px; margin-bottom:20px;}
	.footer_ul2 li{ width:30%; display:inline-table; margin-right:10px;}
	.footer_ul2 li:nth-child(3n){ margin-right:0px;}
	.footer_ul{ padding-top:30px;}
	
	.box_goi_new li{ width:100%; margin-right:0px;}
	.box_goi_new li:nth-child(3n){ margin-right:0px;}
	.box_goi_new li:nth-child(2n){ margin-right:0px;}
	.sp_box_ct_left_slider{ float:none; clear:both; width:auto;}
	.sp_box_ct_left_ts{ float:none; clear:both; width:auto; margin-top:20px;}
}
@media only screen and (max-width: 480px) {
	video {
		object-fit: none !important;
		position: inherit !important;
		height: 275px !important;
		width: 100% !important;
	}
	.box_img { margin-bottom:20px !important;}
	.min_wrap{ min-width:290px; width:auto;padding:0px 10px;}
	.icon_menu_mobile{visibility: visible;}
	.ul_mn{ display:none;}
	.bot_menu{ padding:25px 0px;}
	.click_s{ top:-10px; right:10px;}
	.slide, .swiper1 .swiper-slide{ height:auto;}
	.tools_top_hot ul li{ margin-right:5px;}
	.tools_top_hot ul li:last-child{ display:none;}
	.content_box_gt_left{ width:auto; display:block; float:none; clear:both;}
	.content_box_gt_right{ width:auto; display:block; float:none; clear:both; margin-top:20px;}
	.content_box_tt_co ul li{ width:auto; display:block; margin:0px; padding:0px; margin-bottom:40px;}
	.cbcl_ul li{ min-height:270px;}
	.content_box_lhs .content_box_lhs_vc .lh_nimg{ width:130px;}
	.content_box_gp_left{ width:auto; display:block; float:none; clear:both;}
	.content_box_gp_right{ width:auto; float:none; clear:both;padding:10px; margin:0px; margin-top:30px; }
	
	.content_box_tt_co2 ul li{ width:auto; display:block; margin:0px; margin:0px; margin-bottom:30px; float:none; clear:both; overflow:hidden;}
	.content_box_tt_co2 ul li figure{ width:30%; height:120px; float:left;}
	.content_box_tt_co2 .box_tt_dv{ width:65%; float:right;}
	.content_box_tt_co2 ul li h4{ min-height:inherit;}
	.fc_1{ float:none; clear:both; width:auto;}
	.fc_2{ float:none; clear:both; width:auto; margin-top:20px;}
	.content_box_tt_co ul li{ margin-right:0px !important;}
	
	.content_box_ghd1_left{ display:block; float:none; clear:both; width:auto;}
	.content_box_ghd1_right{ display:block; float:none; clear:both; width:auto;}
	.content_box_ghd2_left{ display:block; float:none; clear:both; width:auto;}
	.content_box_ghd2_right{display:block; float:none; clear:both; width:auto;}
	.tools_top_hot ul li:nth-child(2) { margin-right:0px;}
	.tools_top_hot ul li div{padding-left: 40px;}
}
@media only screen and (max-width: 416px) {
	.min_wrap{ min-width:290px; width:auto;padding:0px 10px;}
	.icon_menu_mobile{visibility: visible;}
	.ul_mn{ display:none;}
	.bot_menu{ padding:25px 0px;}
	.click_s{ top:-10px; right:10px;}
	.slide, .swiper1 .swiper-slide{ height:auto;}
	.content_box_gt_left h2{ font-size:24px;}
	.content_box_gt_text{overflow-x: scroll; height:100px;}
	.tools_top_hot ul li{ margin-right:5px;}
	.tools_top_hot ul li:last-child{ display:none;}
	.content_box_gt_left{ width:auto; display:block; float:none; clear:both;}
	.content_box_gt_right{ width:auto; display:block; float:none; clear:both; margin-top:20px;}
	.content_box_tt_co ul li{ width:auto; display:block; margin:0px; padding:0px; margin-bottom:40px;}
	.cbcl_ul li{ min-height:270px;}
	.content_box_gp_left{ width:auto; display:block; float:none; clear:both;}
	.content_box_gp_right{ width:auto; float:none; clear:both;padding:10px; margin:0px; margin-top:30px; }
	
	.content_box_tt_co2 ul li{ width:auto; display:block; margin:0px; margin:0px; margin-bottom:30px; float:none; clear:both; overflow:hidden;}
	.content_box_tt_co2 ul li figure{ width:auto; height:150px; float:none; display:block;}
	.content_box_tt_co2 .box_tt_dv{ width:auto; display:block; float:none; clear:both;}
	.content_box_tt_co2 ul li h4{ min-height:inherit;}
	.fc_1{ float:none; clear:both; width:auto;}
	.fc_2{ float:none; clear:both; width:auto; margin-top:20px;}
	.tools_top_hot ul li:nth-child(2){ display:none;}
	.content_box_tt_co ul li{ margin-right:0px !important;}
	.cbcl_ul li{ width:auto; margin:0px; padding:0px; min-height:inherit; margin-bottom:20px;}
	.content_box_lhs .content_box_lhs_vc .lh_nimg{ width:80px;}
	.content_box_lhs .content_box_lhs_vc div a{ font-size:36px;}
	.box_danhgias .swiper4 .swiper-slide h3{ padding-top:20px;}
	.box_danhgias .swiper4 .swiper-slide .box_danhgias_text{ bottom:50px;}
	.box_danhgias{ padding-bottom:10px;}
	.footer_boxlh{ display:none;}
	#footer{ margin-top:30px;}
	.footer_ul .footer_li{ width:100% !important; display:block !important; margin:0px; padding:0px; margin-bottom:20px;}
	.footer_ul2 li{ width:30%; display:inline-table; margin-right:10px;}
	.footer_ul2 li:nth-child(3n){ margin-right:0px;}
	.footer_ul{ padding-top:30px;}
	
	.box_goi_new li{ width:100%; margin-right:0px;}
	.box_goi_new li:nth-child(3n){ margin-right:0px;}
	.box_goi_new li:nth-child(2n){ margin-right:0px;}
}

@media only screen and (max-width: 350px) {
	.min_wrap{ min-width:290px; width:auto;padding:0px 10px;}
	.icon_menu_mobile{visibility: visible;}
	.ul_mn{ display:none;}
	.bot_menu{ padding:25px 0px;}
	.click_s{ top:-10px; right:10px;}
	.slide, .swiper1 .swiper-slide{ height:auto;}
	.content_box_gt_left h2{ font-size:24px;}
	.content_box_gt_text{overflow-x: scroll; height:100px;}
	.tools_top_hot ul li{ margin-right:5px;}
	.tools_top_hot ul li:last-child{ display:none;}
	.content_box_gt_left{ width:auto; display:block; float:none; clear:both;}
	.content_box_gt_right{ width:auto; display:block; float:none; clear:both; margin-top:20px;}
	.content_box_tt_co ul li{ width:auto; display:block; margin:0px; padding:0px; margin-bottom:40px;}
	.cbcl_ul li{ min-height:270px;}
	.content_box_gp_left{ width:auto; display:block; float:none; clear:both;}
	.content_box_gp_right{ width:auto; float:none; clear:both;padding:10px; margin:0px; margin-top:30px; }
	
	.content_box_tt_co2 ul li{ width:auto; display:block; margin:0px; margin:0px; margin-bottom:30px; float:none; clear:both; overflow:hidden;}
	.content_box_tt_co2 ul li figure{ width:auto; height:150px; float:none; display:block;}
	.content_box_tt_co2 .box_tt_dv{ width:auto; display:block; float:none; clear:both;}
	.content_box_tt_co2 ul li h4{ min-height:inherit;}
	.fc_1{ float:none; clear:both; width:auto;}
	.fc_2{ float:none; clear:both; width:auto; margin-top:20px;}
	.tools_top_hot ul li:nth-child(2){ display:none;}
	.content_box_tt_co ul li{ margin-right:0px !important;}
	.cbcl_ul li{ width:auto; margin:0px; padding:0px; min-height:inherit; margin-bottom:20px;}
	.content_box_lhs .content_box_lhs_vc .lh_nimg{ width:80px;}
	.content_box_lhs .content_box_lhs_vc div a{ font-size:36px;}
	.box_danhgias .swiper4 .swiper-slide h3{ padding-top:20px;}
	.box_danhgias .swiper4 .swiper-slide .box_danhgias_text{ bottom:50px;}
	.box_danhgias{ padding-bottom:10px;}
	.footer_boxlh{ display:none;}
	#footer{ margin-top:30px;}
	.footer_ul .footer_li{ width:100% !important; display:block !important; margin:0px; padding:0px; margin-bottom:20px;}
	.footer_ul2 li{ width:30%; display:inline-table; margin-right:10px;}
	.footer_ul2 li:nth-child(3n){ margin-right:0px;}
	.footer_ul{ padding-top:30px;}
	
	.content_box_ghd1_left{ display:block; float:none; clear:both; width:auto;}
	.content_box_ghd1_right{ display:block; float:none; clear:both; width:auto;}
	.content_box_ghd2_left{ display:block; float:none; clear:both; width:auto;}
	.content_box_ghd2_right{display:block; float:none; clear:both; width:auto;}
	
	.box_goi_new li{ width:100%; margin-right:0px;}
	.box_goi_new li:nth-child(3n){ margin-right:0px;}
	.box_goi_new li:nth-child(2n){ margin-right:0px;}
}

@media only screen and (max-width: 320px) {
	.min_wrap{ min-width:290px; width:auto;padding:0px 10px;}
	.icon_menu_mobile{visibility: visible;}
	.ul_mn{ display:none;}
	.bot_menu{ padding:25px 0px;}
	.click_s{ top:-10px; right:10px;}
	.slide, .swiper1 .swiper-slide{ height:auto;}
	.content_box_gt_left h2{ font-size:24px;}
	.content_box_gt_text{overflow-x: scroll; height:100px;}
	.tools_top_hot ul li{ margin-right:5px;}
	.tools_top_hot ul li:last-child{ display:none;}
	.content_box_gt_left{ width:auto; display:block; float:none; clear:both;}
	.content_box_gt_right{ width:auto; display:block; float:none; clear:both; margin-top:20px;}
	.content_box_tt_co ul li{ width:auto; display:block; margin:0px; padding:0px; margin-bottom:40px;}
	.cbcl_ul li{ min-height:270px;}
	.content_box_gp_left{ width:auto; display:block; float:none; clear:both;}
	.content_box_gp_right{ width:auto; float:none; clear:both;padding:10px; margin:0px; margin-top:30px; }
	
	.content_box_tt_co2 ul li{ width:auto; display:block; margin:0px; margin:0px; margin-bottom:30px; float:none; clear:both; overflow:hidden;}
	.content_box_tt_co2 ul li figure{ width:auto; height:150px; float:none; display:block;}
	.content_box_tt_co2 .box_tt_dv{ width:auto; display:block; float:none; clear:both;}
	.content_box_tt_co2 ul li h4{ min-height:inherit;}
	.fc_1{ float:none; clear:both; width:auto;}
	.fc_2{ float:none; clear:both; width:auto; margin-top:20px;}
	.tools_top_hot ul li:nth-child(2){ display:none;}
	.content_box_tt_co ul li{ margin-right:0px !important;}
	.cbcl_ul li{ width:auto; margin:0px; padding:0px; min-height:inherit; margin-bottom:20px;}
	.content_box_lhs .content_box_lhs_vc .lh_nimg{ width:80px;}
	.content_box_lhs .content_box_lhs_vc div a{ font-size:36px;}
	.box_danhgias .swiper4 .swiper-slide h3{ padding-top:20px;}
	.box_danhgias .swiper4 .swiper-slide .box_danhgias_text{ bottom:50px;}
	.box_danhgias{ padding-bottom:10px;}
	.footer_boxlh{ display:none;}
	#footer{ margin-top:30px;}
	.footer_ul .footer_li{ width:100% !important; display:block !important; margin:0px; padding:0px; margin-bottom:20px;}
	.footer_ul2 li{ width:30%; display:inline-table; margin-right:10px;}
	.footer_ul2 li:nth-child(3n){ margin-right:0px;}
	.footer_ul{ padding-top:30px;}
	
	.content_box_ghd1_left{ display:block; float:none; clear:both; width:auto;}
	.content_box_ghd1_right{ display:block; float:none; clear:both; width:auto;}
	.content_box_ghd2_left{ display:block; float:none; clear:both; width:auto;}
	.content_box_ghd2_right{display:block; float:none; clear:both; width:auto;}
	
	.box_goi_new li{ width:100%; margin-right:0px;}
	.box_goi_new li:nth-child(3n){ margin-right:0px;}
	.box_goi_new li:nth-child(2n){ margin-right:0px;}
}