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

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

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

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

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

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

html {background: #222;}
body {
	font-family: "Times New Roman", serif;
	font-weight: 400;
	font-size:15px !important;
	color: #000;
	line-height: 24px;
}
.css_body {	
	background:url(../imgs/bg_index.png) fixed;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	height: auto;
	min-height: 100%;
	overflow-x: hidden;
}
.fixbody {overflow: hidden;}

#wrapper {
	position: relative; 
	height: 100%; 
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

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

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

#header {}

.banner img {display: block; width: 100%; height: auto;}

.bot_hea {
	color: #fff;
	padding: 10px 0px;
	background:#a60000 url(../imgs/bg_menu.png) repeat-x;d
}
.nav_mn { float: left;}
.ul_mn > li {position: relative; float: left; min-height: 1px; }
.ul_mn > li > a {
	color: #fff;
	display: block;
	line-height: 34px;
	font-size:17px;
	text-transform: capitalize;
	padding:0px 15px;
	font-weight: 700;
}
.ul_mn > li.active > a, .ul_mn > li:hover > a {background: #a60000;}


.bottom_hea {
	color: #333;
	background: #f0f0f0;
    border-bottom: thin solid #d0d0d0;
}
.nav_mn_bottom_hea { float: left;}
.ul_mn_bottom_hea > li {position: relative; float: left; min-height: 1px; margin-right: 5px;}
.ul_mn_bottom_hea > li > a {
	color: #333;
	display: block;
	line-height: 34px;
	margin:0px 15px;
	font-weight: 700;
	font-size:17px;
}
.ul_mn_bottom_hea > li.active > a, .ul_mn_bottom_hea > li:hover > a {color: #a60000; text-transform:capitalize;box-shadow: 0 3px #a60000; }

.icon_h_mn {
	color: #fff !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 30px; height: 30px;
	border: 1px solid #eee;
	text-align: center;
	font-size: 16px;
	position: relative;
	top: 0px;
}
.icon_h_mn svg {position: relative; top: 0px;}

.ul_mn > li:hover > ul.mn_child_01 {visibility: visible; z-index: 100; opacity: 1; top: 35px;}
.ul_mn > li > ul.mn_child_01 {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0px; top: 35px;
	background: #a60000;
	min-width: 200px;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	z-index: 100;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.ul_mn > li > ul.mn_child_01 > li {position: relative;}
.ul_mn > li > ul.mn_child_01 > li:last-child {border-bottom:none;}
.ul_mn > li > ul.mn_child_01 > li > a {
	color: #fff; 
	border-bottom:#fff dashed 1px;
	display: block; 
	padding: 7px 15px; 
	white-space: nowrap; 
	text-transform: capitalize;
	font-size:17px;
	-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: #d20000; color: #fff;}
.ul_mn > li > ul.mn_child_01 > li:hover > ul.mn_child_02 {display: block;}
.ul_mn > li > ul.mn_child_01 > li > ul.mn_child_02 {
	display: none;
	position: absolute;
	top: 0;
	background: #fff;
	min-width: 200px;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.ul_mn > li > ul.mn_child_01 > li > ul.mn_child_02 > li > a {
	color: #333;
	display: block;
	padding: 7px 15px; 
	white-space: nowrap; 
	text-transform: capitalize;
}
.ul_mn > li > ul.mn_child_01 > li > ul.mn_child_02 > li > a:hover {background: #a60000; color: #fff;}
.link_bot_hea {color: #fff; padding-right: 17px; display: inline-block; position: relative;}
.link_bot_hea::before {
	content: "";
	width: 1px; height: 14px;
	background-color: rgba(255,255,255,0.4);
	position: absolute;
	top: 8px; right: 7px;
}
.link_bot_hea:hover {color: #fff;}
.search_hea {float: right; width: 175px; position: relative;}
.ipt_search_hea {
	width: 100%; height: 34px;
	background-color: rgba(255,255,255,0.3);
	border: 0;
	padding: 0 30px 0 8px;
	color: #fff;
}
.ipt_search_hea::-webkit-input-placeholder {color: #fff;}
.ipt_search_hea[type=text] {
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
}
.but_search_hea {
	width: 30px; height: 30px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	border: 0;
	position: absolute;
	top: 0; right: 0;
	z-index: 1;
	background: none;
	font-size: 14px;
	color: #fff;
}

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

#container {min-height: 50vh; padding: 15px 15px 30px 15px;}

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

.content {width: 870px; float: left; min-height: 1px;}
.sidebar {width: 255px; float: right; min-height: 1px;}

.top_news_h {padding-bottom: 15px; overflow: hidden; position: relative; border-bottom: 3px solid #eee;}
.news_spec_1 {width: 440px; float: left; min-height: 1px; margin-right: 15px;}
.list_news {overflow: hidden; padding-left: 15px;}
.list_news::before {
	content: "";
	width: 1px;
	background-color: #eee;
	position: absolute;
	top: 0; bottom: 15px; left: 455px;
}
.swiper1 .swiper-slide {visibility: hidden; background-color: #fff;}
.swiper1 .swiper-slide.swiper-slide-active {visibility: visible;}
.swiper-pagination-1 {position: static !important; background-color: #fff;}
.img_news_spec_1 {height: 293px; background-color: #f6f6f6; position: relative;}
.img_news_spec_1 img {display: block; width: 100%; height: 100%;}
.t_news_spec_1 {
	font-size: 16px; 
	line-height: 22px; 
	height: 44px;
	color: #a60000;
	padding-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.des_news_spec_1 {
	text-align: justify;
	height: 80px;
	padding: 10px 0 0 0; 
	color: #333;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.news_spec_2 {overflow: hidden; display: none;}
.news_spec_2 > li {
	float: left;
	width: 178px;
	min-height: 1px;
	margin-right: 15px;
}
.news_spec_2 > li:nth-child(4n) {margin-right: 0;}

.t_list_news {
	background-color: #f9f9f9;
	background: -moz-linear-gradient(left, #f9f9f9 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f9f9f9 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f9f9f9 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	padding: 3px 10px; 
	border-left: 2px solid #a60000; 
	color: #a60000;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	position: relative;
}
.t_list_news img {height: 16px; position: absolute; top: 5px; right: 0;}
.ul_list_news {
	padding-right: 10px;
	overflow-y: auto; 
	overflow-x: hidden; 
	height: 350px;
	scrollbar-width: thin; 
	scrollbar-color: rgba(0,0,0,0.2) #ddd;
}
.ul_list_news::-webkit-scrollbar {width: 7px; height: 7px; background: #ddd;}
.ul_list_news::-webkit-scrollbar-thumb {width: 7px; background-color: rgba(0,0,0,0.2);}
.ul_list_news::-webkit-scrollbar-track {padding: 3px;}
.ul_list_news > li {padding: 10px 0; border-bottom: 1px dotted #ccc;}
.ul_list_news > li:last-child {border-bottom: 0; padding-bottom: 0;}
.ul_list_news > li > a {color: #333;}
.ul_list_news > li > a span{
    font-size: 11px;
    color: #888;
    display: inline-block;
    font-style: oblique;
}
.ul_list_news > li > a:hover {color: #a60000; }

.qc_h_1 {padding: 15px 0;}
.qc_h_1 img {display: block; width: 100%; height: auto;}

.r_sb, .r_l_f_cont {margin-bottom: 15px;}
.r_sb:last-child, .r_l_f_cont:last-child {margin-bottom: 0;}
.t_r_sb {
	position: relative;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	padding: 5px 10px;
	color: #fff;
	background: #a60000;
}
.t_r_sb i {font-size: 16px; position: relative; top: 1px; margin-right: 4px;}
.m_r_sb {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f9fd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f9fd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f3f9fd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f9fd',GradientType=0 ); /* IE6-9 */
	border: 1px solid #eee;
	border-top: 0;
	padding: 10px;
	-webkit-border-bottom-right-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius-bottomright: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
	height: 174px;
	overflow: hidden;
}
.m_r_sb ul li {padding: 5px 0 5px 10px; position: relative;}
.m_r_sb ul li::before {
	color: #a60000;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900; 
	content: "\f0da";
	position: absolute;
	top: 4px; left: 0;
}
.m_r_sb ul li a {color: #333;}
.m_r_sb ul li a:hover {color: #a60000; text-decoration: underline;}
.list_vd_sb {border: 1px solid #eee; border-top: 0; padding: 10px;}
.list_vd_sb > li {padding-bottom: 5px;}
.list_vd_sb > li:last-child {padding-bottom: 0;}
.list_vd_sb > li > a {
	color: #333; 
	display: block; 
	position: relative;
	padding-left: 20px;
}
.list_vd_sb > li > a::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900; 
	content: "\f03d";
	position: absolute;
	top: -1px; left: 0;
	font-size: 11px;
	color: #666;
}
.list_vd_sb > li > a:hover::before,
.list_vd_sb > li.active > a::before,
.list_vd_sb > li > a:hover {color: #a60000;}
.list_vd_sb > li.active > a {color: #a60000; font-weight: 700;}
.play_vd_sb {height: 150px; background-color: #000;}
.play_vd_sb iframe {width: 100% !important; height: 100% !important;}

.qc_sb a, .qc_f_cont a {display: block; margin-bottom: 15px;}
.qc_sb a:last-child, .qc_f_cont a:last-child {margin-bottom: 0;}
.qc_sb img, .qc_f_cont img {display: block; width: 100%; height: auto !important;}
.f_cont {}
.l_f_cont {width: 175px; float: left; min-height: 1px; }
.r_f_cont {width: 100%; float: right; min-height: 1px;}

.lk_f_cont {background-color: #f9f9f9; padding: 10px;}
.lk_f_cont select {
	width: 100%; height: 30px; 
	padding: 0 5px;
	background: #fff url(../imgs/icon_1.png) no-repeat center right 10px;
	border: 1px solid #ddd;
}

.ul_dm_f_cont {font-size: 12px; line-height: 18px;}
.ul_dm_f_cont > li {margin-bottom: 1px;}
.ul_dm_f_cont > li:last-child {margin-bottom: 0;}
.ul_dm_f_cont > li > a {
	display: block;
	color: #fff;
	background: #a60000 url(../imgs/bg_2.png) no-repeat center right;
	background-size: 50% 100%;
	border-left: 2px solid #e60201;
	padding: 5px 28px 5px 10px;
	font-weight: 700;
	position: relative;
}
.ol_dm_f_cont {background-color: #f9f9f9; padding: 5px 0;}
.ol_dm_f_cont > li > a {
	display: block;
	padding: 5px 10px 5px 20px;
	position: relative;
	color: #a60000;
}
.ol_dm_f_cont > li > a::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400; 
	content: "\f105";
	position: absolute;
	top: 5px; left: 10px;
}
.ol_dm_f_cont > li > a:hover,
.ol_dm_f_cont > li.active > a {color: #e60201;}

.block_news {float:left; width: calc(calc(100% - 15px)/ 2);margin: 0 15px 15px 0;}
.block_news:nth-child(2n) {margin-right: 0;}
.block_news:nth-child(2n+1) { clear: both;}
.block_news:last-child {margin-bottom: 0;}
.t_cont {
	height: 30px; 
	position: relative;
	border-top: 4px solid #fff;
	background:url(../imgs/bg_index.png);
}
.h_t_cont {
	font-size: 15px;
	font-weight: 700;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	padding: 0 10px 0 50px;
	position: relative;
	top: -4px;
	z-index: 1;
	line-height: 34px;
	background: #a60000;
}
.h_t_cont::before {
	content: "";
	width: 20px; height: 34px;
	position: absolute;
	top: 0; right: -18px;
	z-index: 1;
	background: url(../imgs/bg_t_cont.png) no-repeat bottom;
}
.icon-line {
	position: absolute;
    top: 5px;
    left: 10px;
    background: url(../imgs/line.png) no-repeat;
    width: 29px;
    height: 15px;
	z-index:9;
}
.h_t_cont a {color: #fff;}
.m_block_news {border: 1px solid #eee; padding: 10px; float:left; border-top: 0;}

.news_h_1 {overflow: hidden;}
.img_news_h_1 {
	float: left;
	width: 140px; height: 100px;
	margin: 0 15px 10px 0;
}
.img_news_h_1 img {display: block; width: 100%; height: 100%;}
.nd_news_h_1 {overflow: hidden;}
.n_news_h_1 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 15px;
	line-height: 20px;
}
.n_news_h_1, .n_news_h_1 a {color: #a60000;}
.date_news_h_1 {padding: 5px 0 0 0; font-size: 15px; color: #777;font-style: oblique;}
.date_news_h_1 i {margin: 0 3px 0 1px;}
.des_news_h_1 {
	color: #555; 
	padding: 5px 0 0 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-align: justify;
}

.list_news_h_1 > li {
    padding: 5px;
    width: 100%;
    float: left;
}
.list_news_h_1 > li > a {
	color: #a60000;
	font-size:17px;
	text-transform:capitalize;
	text-decoration: underline;
	font-weight:500;
	display: block;
	position: relative;
	padding-left: 12px;
}
.list_news_h_1 > li > a::before {
	content: "";
	width: 5px; height: 5px;
	background-color: #333;
	position: absolute;
	top: 10px; left: 0;
}
.list_news_h_1 > li > a span {font-size: 15px; color: #000; margin-left:5px; font-weight:400; display: inline-block;font-style: oblique;}

.list_news_h_2 > li {
    padding: 5px;
    width: 49%;
    float: left;
}
.list_news_h_2 > li > a {
	color: #a60000;
	font-size:17px;
	text-transform:capitalize;
	text-decoration: underline;
	font-weight:500;
	display: block;
	position: relative;
	padding-left: 12px;
}
.list_news_h_2 > li > a::before {
	content: "";
	width: 5px; height: 5px;
	background-color: #333;
	position: absolute;
	top: 10px; left: 0;
}
.list_news_h_2 > li > a span {font-size: 15px; color: #000; margin-left:5px; font-weight:400; display: inline-block;font-style: oblique;}

.t_cont_D {height: 28px; border-bottom: 1px solid #eee;	position: relative;}
.title_D {
	font-size: 25px;
	line-height: 26px;
	text-transform:capitalize;
	color: #a60000;
	padding: 20px 0;
}
.des_D {font-size: 14px; padding: 5px 0 10px 0;}

.ul_breacrum {position: relative; z-index: 2; padding-top: 3px;}
.ul_breacrum > li {display: inline-block; color: #888; font-size: 16px;}
.ul_breacrum > li::after {
	font-family: "Font Awesome 5 Pro"; 
	font-weight: 300; 
	content: "\f105";
	margin: 0 3px;
}
.ul_breacrum > li:last-child::after {display: none;}
.ul_breacrum > li > a {color: #888;}
.ul_breacrum > li > a:hover {color: #a60000;}

.addthis_sharing_toolbox {position: absolute; top: 3px; right: -5px; z-index: 3;}

.tt_contact > li {padding-top: 5px; font-size:16px;}
.tt_contact > li i {width: 16px; color: #555; text-align: center; font-size: 14px;}
.ggy_contact {padding-top: 20px;}
.t_ggy_contact {
	padding: 5px 10px;
	color: #a60000;
	font-size: 20px;
	border-left: 2px solid #a60000;
	background-color: #f9f9f9;
	background: -moz-linear-gradient(left, #f9f9f9 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f9f9f9 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f9f9f9 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.m_ggy_contact {overflow: hidden;}
.m_ggy_contact > li {
	width: 49%;
	float: left;
	min-height: 1px;
	padding-top: 15px;
	position: relative;
}
.m_ggy_contact > li:nth-child(2n) {float: right;}
.m_ggy_contact > li.li_f_ggy_contact {width: 100%; float: none; clear: both;}
.ipt_ggy_contact {
	width: 100%; height: 34px;
	border: 1px solid #ddd;
	padding: 0 8px;
	color: #777;
}
.ipt_ggy_contact[type=text] {
	-webkit-border-radius: 1px !important;
	-moz-border-radius: 1px !important;
	border-radius: 1px !important;
}
.txt_ggy_contact {
	width: 100%; height: 150px;
	min-height: 150px;
	padding: 8px;
	border: 1px solid #ddd;
	color: #777;
	-webkit-border-radius: 1px !important;
	-moz-border-radius: 1px !important;
	border-radius: 1px !important;
	resize: vertical;
}
.ipt_ggy_contact:focus, .txt_ggy_contact:focus, .slec_ggy_contact:focus {border: 1px solid #a60000; color: #a60000;}
.ten_ggy_contact {display: block; font-size: 12px; font-weight: 700; padding-bottom: 3px;}
.star_ggy_contact {color: #e60201; font-weight: 400; font-style: normal;}
.slec_ggy_contact {
	width: 100%; height: 34px;
	border: 1px solid #ddd;
	background: #fff url(../imgs/icon_1.png) no-repeat center right 10px;
	padding: 0 32px 0 5px;
	color: #555;
}
.cap_ggy_contact {
	position: absolute;
	top: 17px; right: 2px;
	z-index: 1;
	display: inline-block;
	width: auto; height: 30px;
}
.bot_ggy_contact {padding-top: 15px; text-align: center;}
.but_ggy_contact {
	border: 0;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 7px 30px;
	background-color: #a60000;
	-webkit-border-radius: 1px !important;
	-moz-border-radius: 1px !important;
	border-radius: 1px !important;
}
.but_ggy_contact:active {background-color: #e60201;}

.ul_news > li {overflow: hidden; padding: 5px 0;}
.n_nd_news a::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #333;
    position: absolute;
    top: 9.5px;
    left: 0;
}
.ul_news > li:first-child {padding-top: 5px;}
.ul_news > li:last-child {border-bottom: 0;}
.img_news {
	float: left;
	width: 200px; height: 133px;
	margin-right: 15px;
}
.img_news img {display: block; width: 100%; height: 100%;}
.nd_news {overflow: hidden;}
.n_nd_news {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 17px;
}
.n_nd_news a {color: #a60000;
    font-size: 17px;
    text-transform: capitalize;
    text-decoration: underline;
    font-weight: 500;
    display: block;
    position: relative;
    padding-left: 12px;}
.n_nd_news a span {font-size: 15px;
    color: #000;
    margin-left: 5px;
    font-weight: 400;
    display: inline-block;
    font-style: oblique;}
.nd_news .des_news_h_1 {-webkit-line-clamp: 3;}
.play_vd_sb {height: 150px; background: #000;}
.play_vd_sb iframe {width: 100% !important; height: 100% !important;}
.ul_vd_sb > li {padding: 10px 0;}
.ul_vd_sb > li > a {color: #555;}
.ul_vd_sb > li.active > a {font-weight: 500;}
.ul_vd_sb > li + li, .news_sb > li + li, .ul_ht_sb > li + li {border-top: 1px dotted #ddd;}
.ul_dv > li {
	float: left;
	min-height: 1px;
	width: 32%;
	margin: 0 2% 2% 0;
	text-align: center;
}
.ul_dv > li:nth-child(3n) {margin-right: 0;}
.ul_dv > li:nth-child(3n+1) {clear: both;}
.ul_dv > li figure {height: 181px; position: relative;}
.ul_dv > li figure img {display: block; width: 100%; height: 100%;}
.ul_dv > li figure img:hover {opacity: 0.9;}
.ul_dv > li h3 {
	font-size: 14px;
	font-weight: bold;
	border:solid 1px #ebefe6;
	min-height:55px;
	color: #333;
	padding-top: 10px;
}
.ul_dv > li h3:hover {color: #e30003;}
.ul_vd > li figure::before {
	content: "";
	background: rgba(0,0,0,0.1);
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 1;
}
.ul_vd > li figure::after {
	font-family: "Font Awesome 5 Pro"; 
	font-weight: 900; 
	content: "\f144";
	width: 40px; height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	z-index: 2;
	font-size: 34px;
}
.ul_vd > li:hover figure::after {color: #e30003;}

.search_vbcn {
	margin-top: 5px;
	padding: 15px;
	border: 1px solid #ddd;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.search_vbcn .bot_ggy_contact {padding-top: 0;}
.search_vbcn ul {overflow: hidden;}
.search_vbcn ul li {
	float: left;
	padding-bottom: 15px; 
	width: 32%;
	min-height: 1px;
	margin-right: 2%;
}
.search_vbcn ul li:nth-child(4) {margin-right: 0;}
.search_vbcn ul li.li_f_search_vbcn {float: none; width: 100%; clear: both;}

.f_vb .content {width: auto; float: none;}
.f_vb .r_f_cont {width: 840px;}

.list_vbcn {padding-top: 15px;}
.tb_list_vbcn {width: 100%; border: none; font-size: 12px; line-height: 18px;}
.tb_list_vbcn td {border: 1px solid #fff; padding: 8px 10px;}
.tb_list_vbcn thead {background-color: #cc0033;}
.tb_list_vbcn thead td {font-size: 12px; font-weight: 700;  text-align: center; color: #fff;}
.tb_list_vbcn tbody tr {background-color: #f6f9fc;}
.tb_list_vbcn tbody tr:nth-child(2n) {background-color: #fff;}
.tb_list_vbcn tbody tr:hover {background-color: #ddd;}
.tb_list_vbcn tbody tr td:nth-child(2) {text-align: center;}
.tb_list_vbcn tbody tr td a {color: #333;}
.tb_list_vbcn tbody tr td a:hover {color: #e60201;}

.vncn_D {}
.vncn_D ul li {padding: 5px 0; overflow: hidden; background-color: #f9f9f9;}
.vncn_D ul li:nth-child(2n) {background-color: #fff;}
.l_vncn_D {float: left; min-height: 1px; width: 140px; padding: 5px 8px; font-weight: 700;}
.r_vncn_D {overflow: hidden; padding: 5px 8px;}
.download_vncn_D {font-weight: 700; color: #e60201;}

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

#footer {
	position: relative;
	background-size: cover;
	text-align:center;
	padding: 10px;
	background:#f1f1f1;
	border-top: 2px solid #a60000;
}
#footer p { padding-bottom:0px;}
#footer a:hover {}
.t_foot {
	display: block;
	text-transform: uppercase;
	color: #a60000;
	font-size: 16px;
	margin-top:15px;
	line-height: 22px;
}

.tktc {
	position: absolute; 
	top: 28px; right: 15px; 
	background-color: #a60000; 
	color: #fff; 
	padding: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.tktc ul li {float: left; padding: 0 10px;}
.tktc ul li + li {border-left: 1px dotted rgba(255,255,255,0.5);}
.tktc strong {display: block; font-size: 12px; font-weight: 400;}
.tktc p {padding: 0; font-weight: 700; text-align: center;}

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

.f-detail {line-height: 1.7; font-size:20px !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: #a60000;}
.f-detail a:hover {text-decoration: underline;}
.f-detail iframe {max-width: 100% !important;}

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

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

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

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

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

.sty_hover:hover {color: #333; font-weight:600;}
a:hover {}
a[href^="tel:"], a[href^="mailto:"] {}

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

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

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

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

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

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

.page {font-size: 11px; padding: 30px 0 0 0; text-align: center; text-transform: uppercase; font-weight: 400;}
.PageNum a {
	display: inline-block; 
	color: #555; 
	padding: 3px 10px; 
	margin: 0px 3px 5px 0px; 
	border: 1px solid #ddd;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.PageNum a:hover {color: #fff; background: #a60000; border: 1px solid #a60000;}
.PageNum span {
	font-weight: 700; 
	display: inline-block; 
	color: #fff; 
	padding: 3px 10px; 
	margin: 0px 3px 5px 0px; 
	background: #a60000;
	border: 1px solid #a60000;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.back_to_top {
	color: #fff;
	position: fixed;
	bottom: 10px; right: 10px;
	width: 30px; height: 30px;
	text-align: center;
	line-height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.1);
}
.back_to_top:hover {background-color: #a60000;}

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

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

.ul_ma_1 li {font-size: 14px; 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 #a60000; 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 #a60000; padding-left: 40px; padding-right: 15px;}
.ul_ma_3 > li > a:hover {background: #5F5F5F;}

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

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

.show_rwd {display: none;}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.min_wrap {width: 960px;}
	.content {width: 660px;}
	.r_f_cont {width: 470px;}
	.f_vb .r_f_cont {width: 740px;}
	.img_news_h_1 {width: 200px; height: 133px;}
	.n_news_h_1 {-webkit-line-clamp: 2; font-size: 13px;}
	.des_news_h_1 {-webkit-line-clamp: 3;}
}

@media only screen and (max-width: 1023px) {
	.nav_mn, .bottom_hea  {display:none;}
	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: 100%;}
	
	.bot_hea {background: none; padding: 0; position: relative;}
	.link_bot_hea::before {top: 3px;}
	.date_hea {
		padding-top: 7px;
		padding-bottom: 7px;
		float: none;
		line-height: inherit;
		background: #a60000; /* Old browsers */
		background: -moz-linear-gradient(top, #a60000 0%, #a60000 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #a60000 0%,#a60000 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #a60000 0%,#a60000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a60000', endColorstr='#a60000',GradientType=0 ); /* IE6-9 */
	}
	.search_hea {
		float: none; 
		width: auto; 
		border-bottom: 1px solid #eee;
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.05);
		-moz-box-shadow: 0 0 3px rgba(0,0,0,0.05);
		box-shadow: 0 0 3px rgba(0,0,0,0.05);
		font-size: 12px;
	}
	.ipt_search_hea, .but_search_hea,
	.ipt_search_hea::-webkit-input-placeholder {color: #777;}
	.content {width: auto; float: none;}
	.sidebar {width: auto; float: none; margin-top: 15px;}
	.r_f_cont {width: auto; float: none;}
	.play_vd_sb {height: 300px;}
	.qc_sb, .qc_f_cont {text-align: center; max-width: 255px; margin: 0 auto; padding-bottom: 5px;}
	.f_vb .r_f_cont {width: auto;}
	#footer {text-align: center; padding: 20px 2%;}
	.tktc {position: static; background: none; padding-top: 15px;}
	.tktc ul {background-color: #a60000; display: inline-block;}
	.tktc ul li {display: inline-block; float: none; padding: 5px 10px;}
	.back_to_top {right: 2%;}
	
	
	#container {padding: 2% 2% 4% 2%;}
	.date_hea {padding-left: 2%; padding-right: 2%;}
	.ipt_search_hea {padding-left: 2%;}
	
	.ul_breacrum {white-space: nowrap; overflow-x: auto; overflow-y: hidden; scrollbar-width: none;}
	.l_f_cont, .tbm_sb, .vbm_sb {display: none !important;}
	.f-detail table, .f-qldh {display: block; overflow-x: auto;}
	
	.f_page .tbm_sb, .f_page .vbm_sb {display: block !important;}
	
	.show_rwd {display: block; overflow: hidden;}
	.show_rwd .tbm_sb {width: 49%; float: left; display: block !important; padding-bottom: 15px;}
	.show_rwd .vbm_sb {width: 49%; float: right; display: block !important; padding-bottom: 15px;}
}

@media only screen and (max-width: 812px) {
	
}

@media only screen and (max-width: 768px) {
	
}

@media only screen and (max-width: 736px) {
	
}

@media only screen and (max-width: 667px) {
	
}

@media only screen and (max-width: 640px) {
	.news_spec_1 {width: auto; float: none; margin: 0; padding-bottom: 15px;}
	.list_news {padding: 0;}
	.ul_list_news {height: 200px; padding-right: 0;}
	
	.list_news::before, .addthis_sharing_toolbox {display: none !important;}
}

@media only screen and (max-width: 568px) {
	
}

@media only screen and (max-width: 480px) {
	.list_news_h_1 > li, .list_news_h_2 > li {
		width: 100%;
		float: left;
	}
	.search_hea {float: right; width: 90%; position: relative;}
	.back_to_top {right: 3%;}
	#container {padding: 3% 3% 6% 3%;}
	.block_news { width:100% !important;}
	.title_D {font-size: 18px; line-height: 24px;}
	.t_news_spec_1 {font-size: 14px; line-height: 20px; height: 40px;}
	.play_vd_sb {height: 200px;}
	.m_ggy_contact > li {width: auto; float: none !important;}
	.search_vbcn ul li {width: auto; margin-right: 0; float: none !important;}
	.but_ggy_contact {width: 100%;}
	.qc_sb, .qc_f_cont {max-width: 100%;}
	.show_rwd .tbm_sb, .show_rwd .vbm_sb {width: auto; float: none !important;}
	.img_news_h_1, .img_news  {width: 100px; height: 66px; margin: 0 10px 0 0;}
	.nd_news_h_1, .nd_news {overflow: visible;}
	.n_news_h_1 {font-size: 13px;}
	.date_news_h_1 {clear: both; padding-top: 10px;}
	.n_nd_news {-webkit-line-clamp: 3;}
	
	.img_news_spec_1 {height: 300px;}
}

@media only screen and (max-width: 414px) {
	.img_news_spec_1 {height: 259px;}
}

@media only screen and (max-width: 375px) {
	.img_news_spec_1 {height: 235px;}
}

@media only screen and (max-width: 360px) {
	.img_news_spec_1 {height: 225px;}
}

@media only screen and (max-width: 320px) {
	.img_news_spec_1 {height: 200px;}
}