@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
/************************************************************************************
CSS RESET
*************************************************************************************/

*{margin:0; padding:0;outline:0;}
html{height:100%;}
h1{font-size:15px;}
h2{font-size:14px;} 
h3{font-size:13px;} 
h4{font-size:12px;} 
h5{font-size:11px;} 
h6{font-size:10px;} 
a{text-decoration:none;} 
p{padding: 0 0 10px 0;}
img{border:0; border-spacing:0;}
img, embed{vertical-align:middle;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, img, embed  {
        margin: 0;
        padding: 0;
        outline: 0;
}
/* remember to define focus styles! */
:focus {
        outline: 0;
}
ol, ul {
        list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #eee
}
table td, table th {border: 1px solid #eee; padding: 3px 10px;}
caption, th, td {
        font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: "";
}
blockquote, q {
        quotes: "" "";
}
strong, b {
	font-weight:bold;
}
em {
	font-style:italic;
}
pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

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

input[type=file], input[type=submit], input[type=reset]{
	-webkit-appearance: none;
}

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

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

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

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

html {background: #222;}
body {
	font-family: 'Roboto Condensed',Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #3f3e3e;
	line-height:1.5em;	
}
.css_body {	
	background: #f7f7f7;
	-webkit-text-size-adjust:100%;
	word-wrap: break-word;
	height: auto;
	min-height: 100%;
	letter-spacing: 0.2px;
}
.fixbody {overflow: hidden;}

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

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

.icon_web {}

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

#header {
	background: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.24);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,0.24);
	box-shadow: 0 0 7px rgba(0,0,0,0.24);
}
.none_div{ display:none;}

.top_hea {background: #00a8fd; color: #fff}

.l_top_hea {float: left;}
.l_top_hea > li {float: left; padding: 8px 11px 8px 10px; position: relative;}
.l_top_hea > li::before {
	content: "";
	width: 1px; height: 10px;
	background: #fff;
	position: absolute;
	top: 13px; right: 1px;
}
.l_top_hea > li:last-child::before {display: none;}
.l_top_hea > li:first-child {padding-left: 0;}
.l_top_hea > li:last-child {padding-right: 0;}
.l_top_hea > li > a {color: #fff; display: inline-block;}
.l_top_hea > li.active > a, .l_top_hea > li > a:hover {text-decoration: underline;}

.r_top_hea {float: right;}
.r_top_hea > li {float: left; padding: 8px 21px 8px 20px; position: relative;}
.r_top_hea > li::before {
	content: "";
	width: 1px; height: 10px;
	background: #fff;
	position: absolute;
	top: 13px; right: 1px;
}
.r_top_hea > li:last-child::before {display: none;}
.r_top_hea > li:first-child {padding-left: 0;}
.r_top_hea > li:last-child {padding-right: 0;}
.r_top_hea > li > a {
	color: #fff;
}
.r_top_hea > li i {
	font-size: 14px;
	position: relative;
	top: 1px;
	margin-right: 5px;
}

.r_top_hea > li.li_user {padding: 0;}
.r_top_hea > li.li_user > a {display: block; line-height: 36px;}
.r_top_hea > li.li_user:hover ol {display: block;}
.r_top_hea > li.li_user ol {
	display: none;
	background: #fff;
	position: absolute;
	top: 36px; right: 0;
	z-index: 111;
	min-width: 150px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	padding: 3px 0;
}
.r_top_hea > li.li_user ol::before {
	content: " ";
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	display: block;
	width: 0; height: 0;
	position: absolute;
	top: -6px; right: 20px;
	z-index: 2;
}
.r_top_hea > li.li_user ol li a {
	color: #3f3e3e;
	white-space: nowrap;
	display: block;
	padding: 5px 10px;
}
.r_top_hea > li.li_user ol li a:hover {color: #fff; background: #00a8fd;}

.banner .min_wrap {padding: 18px 0 10px 0; position: relative;}
.r_banner {float: right; width: 893px;}

.logo {display: inline-block;}
.logo img {display: inline-block; width: auto; height: 48px;}

.logo_text{ font-size:34px;display: inline-block;}
.logo_text span{ font-weight:bold;}
.logo_text p{ font-size:15px; margin-top:10px; color:#999;}
.logo_text:hover p{ color:#00a8fd;}
.logo_text:hover span{ opacity:0.8;}

.search_hea {
	margin-right: 174px;
	height: 33px;
	border: 1px solid #ececec;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}
.l_search_hea {float: left;}
.r_search_hea {overflow: hidden;}
.slec_search_hea {
	background: #fbfbfb url(../imgs/layout/icon_1.png) no-repeat center right 13px;
	width: 188px; height: 33px;
	border: 0;
	border-right: 1px solid #ececec;
	padding: 0 33px 0 10px;
	color: #666;
}
:-moz-tree-row(hover), .slec_search_hea {padding-left: 5px;}
.slec_search_hea option {background: #fff;}
.l_search_hea .slec_search_hea {
	-webkit-border-top-left-radius: 3px !important;
	-webkit-border-bottom-left-radius: 3px !important;
	-moz-border-radius-topleft: 3px !important;
	-moz-border-radius-bottomleft: 3px !important;
	border-top-left-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
}
.r_search_hea .slec_search_hea {float: left;}
.in_r_search_hea {overflow:hidden;}
.ipt_search_hea {
	background: #fff;
	width: 100%; height: 33px;
	border: 0;
	padding: 0 35px 0 10px;
	color: #999;	
}
.btn_search_hea {
	cursor: pointer;
	border: 0;
	text-indent: -9999px;
	width: 35px; height: 35px;
	background: #00a8fd url(../imgs/layout/icon_0.png) no-repeat center center;
	position: absolute;
	top: -1px; right: -1px;
	z-index: 999;
	-webkit-border-top-right-radius: 3px !important;
	-webkit-border-bottom-right-radius: 3px !important;
	-moz-border-radius-topright: 3px !important;
	-moz-border-radius-bottomright: 3px !important;
	border-top-right-radius: 3px !important;
	border-bottom-right-radius: 3px !important;
}
.btn_search_hea[type="submit"] {
	-webkit-border-top-right-radius: 3px !important;
	-webkit-border-bottom-right-radius: 3px !important;
	-moz-border-radius-topright: 3px !important;
	-moz-border-radius-bottomright: 3px !important;
	border-top-right-radius: 3px !important;
	border-bottom-right-radius: 3px !important;
}

.sub_search_hea {
	position: absolute; 
	top: 35px; right: -1px;
	width: 100%;
	z-index: 102;
	background: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.sub_search_hea > a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #555;
	padding: 5px 12px;
	background: #fff;
}
.sub_search_hea > a:nth-child(2n) {background: #f9f9f9;}
.sub_search_hea > a:hover {color: #fff; background: #0099cc;}

.link_text_hea {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-top: 9px;
	line-height: 14px;
}
.link_text_hea a {display: inline-block; color: #b6b6b6;}
.link_text_hea a + a {margin-left: 15px;}
.link_text_hea a:hover {color: #818181; text-decoration: underline;}

.btn_dtmp {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	top: 18px; right: 0;
	color: #fff;
	background:#ED1B2E;
	line-height: 35px;
	width: 164px;
	text-align: center;
	text-transform:capitalize;
}
.btn_dtmp:hover { opacity:0.8;}
.btn_dtmp i {font-size: 14px; margin-right: 5px;}

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

#container {min-height: 500px;}

.f_home {padding: 20px 0 30px 0;}

.row_h_1 {background: #fff; overflow: hidden;}

.slide {float: right; width: 855px; padding: 15px 15px 15px 0;}
.swiper1 .swiper-slide {background: #f6f6f6; height: 390px;}
.swiper1 .swiper-slide img {display: block; width: 100%; height: 100%;}
.swiper1 .swiper-pagination-1 .swiper-pagination-bullet {width: 10px; height: 10px;}

.dm_h {
	float: left;
	width: 300px;
	padding: 15px 0;
	position: relative;
}
.ul_dm_h {height: 390px; overflow-y: auto;}
.ul_dm_h > li > a {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 32px;
	position: relative;
	padding: 0 50px 0 19px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform:capitalize;
}
.ul_dm_h > li > a i{ font-size:16px;margin-right: 5px; font-weight:bold; color:#1fa42b;}

.ul_dm_h li:nth-child(1n) a i{ color:#ED1B2E;}
.ul_dm_h li:nth-child(2n) a i{ color:#1db267;}
.ul_dm_h li:nth-child(3n) a i{ color:#00a8fd;}
/*.ul_dm_h li:nth-child(4) a i{ color:#424242;}
.ul_dm_h li:nth-child(5) a i{ color:#F100E8;}
.ul_dm_h li:nth-child(6) a i{ color:#739F00;}
.ul_dm_h li:nth-child(7) a i{ color:#00423B;}
.ul_dm_h li:nth-child(8) a i{ color:#0015FF;}
.ul_dm_h li:nth-child(9) a i{ color:#CB7800;}
.ul_dm_h li:nth-child(10) a i{ color:#00A8E4;}
.ul_dm_h li:nth-child(11) a i{ color:#474200;}
.ul_dm_h li:nth-child(12) a i{ color:#160057;}
.ul_dm_h li:nth-child(13) a i{ color:#6A0000;}*/

.ul_dm_h > li > a img {margin-right: 5px;}
.ul_dm_h > li > a em {
	font-style: normal;
	font-size: 12px;
	position: absolute;
	top: 0; right: 15px;
	color: #999;
}
.ul_dm_h > li:hover > a {
	color: #00a8fd;
	padding-left: 15px;
	border-left: 4px solid #00a8fd;
	background: #f9f9f9;
}

.adv_h_1 {overflow: hidden; padding: 20px 0;}
.adv_h_1 > li {width: 570px; float: left; height: 109px;}
.adv_h_1 > li + li + li {margin-top: 20px;}
.adv_h_1 > li:nth-child(2n) {float: right;}
.adv_h_1 > li img {display: block; width: 100%; height: 100%;}

.adv_h_2 {overflow: hidden;}
.adv_h_2 > li {float: left; width: 370px; height: 140px; margin-right: 30px;}
.adv_h_2 > li + li + li + li {margin-top: 30px;}
.adv_h_2 > li:nth-child(3n) {margin-right: 0;}
.adv_h_2 > li img {display: block; width: 100%; height: 100%;}

.block_h {margin-bottom: 30px;}

.title_td_h {
	position: relative;
	padding-left: 70px;
	font-size: 14px;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: bold;
}
.title_td_h_1 {color: #fff; background: #0099cc;}
.title_td_h_1 .icon_title_td_h {
	width: 46px; height: 60px;
	display: block;
	position: absolute;
	top: -15px; left: 15px;
	z-index: 2;
}
.title_td_h_2 {color: #fcd462; background: #ab0b0b;}
.title_td_h_2 .icon_title_td_h {
	width: 56px; height: 47px;
	display: block;
	position: absolute;
	top: -17px; left: 7px;
	z-index: 2;
}
.link_title_td_h_2 {
	font-size: 12px;
	color: #fcd462;
	position: absolute;
	top: 0; right: 15px;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
}
.link_title_td_h_2 i {margin-left: 3px;}
.m_td_h {padding: 20px 15px; background: #fff;}

.ul_td_h > li {
	float: left;
	width: 273px;
	margin-right: 16px;
	position: relative;
}
.ul_td_h > 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);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ul_td_h > li:nth-child(4n) {margin-right: 0;}
.ul_td_h > li + li + li + li + li {margin-top: 15px;}
.name_td_h {
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 12px;
	color: #3f3e3e;
	padding: 8px 15px;
	border: 1px solid #ececec;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.name_td_h::first-letter {text-transform: uppercase;}
.img_td_h {height: 182px; background: #f9f9f9; position: relative; overflow:hidden;}
.img_td_h::before {
	content: "";
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
	position: absolute; 
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 1;
}
.img_td_h img {display: block; width: 100%; height: 100%;}
.price_td_h {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	width: 150px; height: 26px;
	line-height: 26px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: absolute;
	bottom: 84px; left: 0; right: 0;
	margin: 0 auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;	
	border: 2px solid #fff;
}
.price_td_h_1 {background: #ED1B2E;}
.price_td_h_2 {background: #e00808;}
.ti_td_h {
	border: 1px solid #ececec;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 20px 15px 8px 15px;
	font-size: 11px;
	color: #999;
}
.tool_td_h {padding: 0;}
.tool_td_h span {display: inline-block;}
.tool_td_h span + span {margin-left: 15px;}
.tool_td_h span i {margin-right: 3px;}
.map_td_h {
	padding: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.map_td_h i {margin: 0 3px 0 1px;}
.icon_spec {
	background: url(../imgs/layout/icon_hot_new.png) no-repeat;
	background-size: 100% 100%;
	width: 50px; height: 50px;
	position: absolute;
	top: 48px; right: 10px;
	z-index: 1;
}
.icon_vip {
	background: url(../imgs/layout/icon_vip_new.png) no-repeat;
	background-size: 100% 100%;
	width: 50px; height: 50px;
	position: absolute;
	top: 48px; right: 10px;
	z-index: 1;
}

.swiper2 {background: #fff; padding: 20px 15px !important;}
.swiper2 .swiper-slide {position: relative;}
.swiper2 .swiper-slide: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);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.swiper-button-next-2 {
	width: 25px !important; height: 25px !important;
	margin-top: 0!important;
	top: 5px !important; right: 5px !important;
	background-color: #fff !important;
	background-size: auto 12px !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.swiper-button-prev-2 {
	width: 25px !important; height: 25px !important;
	margin-top: 0!important;
	top: 5px !important; right: 35px !important;
	left: auto !important;
	background-color: #fff !important;
	background-size: auto 12px !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.row_h_4 {overflow: hidden;}
.col_row_h_4{background: #fff; padding: 10px 15px 0 0; width: 48%; min-height:630px;}
.col_row_h_4:nth-child(1n){ float:left;}
.col_row_h_4:nth-child(2n){ float:right;}
.t_row_h_4 {
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	line-height: 35px;
	padding-left: 15px;
	position: relative;
}
.t_row_h_4 .icon_web {
	position: absolute;
	top: -10px; left: 15px;
	z-index: 2;
	width: 25px; height: 64px;
}
.t_row_h_4 i{ font-size:18px; margin-right:10px;}
.t_row_h_4 a{ color:#FFFFFF;}
.t_row_h_4 a:hover{ text-decoration:underline;}
#t_row_h_4_box1{ background-color:#00a8fd;}
#t_row_h_4_box2{ background-color:#1FA42B;}
#t_row_h_4_box3{ background-color:#ED1B2E;}
#t_row_h_4_box4{ background-color:#3F3E3E;}

#t_row_h_4_box5{ background-color:#00a8fd;}
#t_row_h_4_box6{ background-color:#1FA42B;}
#t_row_h_4_box7{ background-color:#ED1B2E;}
#t_row_h_4_box8{ background-color:#3F3E3E;}

#t_row_h_4_box9{ background-color:#00a8fd;}
#t_row_h_4_box10{ background-color:#1FA42B;}
#t_row_h_4_box11{ background-color:#ED1B2E;}
#t_row_h_4_box12{ background-color:#3F3E3E;}

.icon_8 {background: url(../imgs/layout/icon_8.png) no-repeat;}
.icon_9 {background: url(../imgs/layout/icon_9.png) no-repeat;}
.l_row_h_4 .t_row_h_4, .l_row_h_4 .date_row_h_4 {background: #2fa39f;}
.r_row_h_4 .t_row_h_4, .r_row_h_4 .date_row_h_4 {background: #1db267;}
.ul_row_h_4 {padding: 15px 0 15px 15px;}
.ul_row_h_4 > li {padding: 15px 0; overflow: hidden; position: relative;}
.ul_row_h_4 > li + li {border-top: 1px dotted #ccc;}
.ul_row_h_4 > li .loca_icon_vip {position: absolute; bottom: 15px; right: 0; height: 30px;}
.ul_row_h_4 > li .loca_icon_vip .icon_vip {
	position: static;
	display: inline-block;
	width: 30px; height: 30px;
	background-size: 100% 100%;
}
.ul_row_h_4 > li .loca_icon_vip .icon_spec {
	position: static;
	display: inline-block;
	width: 30px; height: 30px;
	background-size: 100% 100%;
}
.date_row_h_4 {
	float: left; 
	width: 34px; 
	margin-right: 15px;
	text-align: center;
	color: #fff;
	padding: 0 8px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.date_row_h_4 strong {
	display: block; 
	font-size: 25px;
	border-bottom: 1px solid #fff;
	padding: 6px 0;
}
.date_row_h_4 span {display: block; padding: 3px 0 4px 0;}
.info_row_h_4 {overflow: hidden;}
.info_row_h_4 h3 {
	/*white-space: nowrap;
	text-overflow: ellipsis;*/
	overflow: hidden;
	font-size: 14px;
	color: #3f3e3e;
	font-weight:bold;
}
.info_row_h_4 h3::first-letter {text-transform: uppercase;}
.info_row_h_4 p {padding: 0; color: #999;}
.info_row_h_4 p span {display: inline-block;}
.info_row_h_4 p span i {margin-right: 3px;}
.info_row_h_4 p span + span {margin-left: 15px;}
.check_td_info_row_h_4 {font-size: 11px;}
.check_td_info_row_h_4 i {margin: 0 3px 0 1px;}

.row_h_5 {background: #fff; padding: 15px;}
.in_row_h_5 {border: 1px solid #ececec; padding: 30px 60px; text-align: center;}
.in_row_h_5 .f-detail {
	background: url(../imgs/layout/icon_7.png) no-repeat bottom center;
	padding-bottom: 30px;
}
.logo_row_h_5 {width: auto; height: 35px; display: inline-block; padding-bottom: 20px;}

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

.f_cont {padding-bottom: 40px;}

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

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

.f_page {background: #fff; padding: 15px; overflow: hidden;}

.content {float: left; width: 830px; margin-right: 30px;}
.sidebar {overflow: hidden;}

.t_sb {
	height: 25px; 
	background: #f7f7f7; 
	position: relative;
	margin-top: 5px;
}
.h_t_sb {
	color: #fff;
	position: absolute;
	bottom: 0; left: 0;
	background: #00a8fd;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 30px;
	padding: 0 20px;
}
.h_t_sb::before {
	content: "";
	border-bottom: 30px solid #00a8fd;
	border-right: 24px solid transparent;
	cursor: pointer;
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0; right: -24px;
	z-index: 1;
}

.block_sb + .block_sb {margin-top: 15px;}

.ul_dm_sb {border: 3px solid #eee; padding: 5px 20px; background: #fff;}
.ul_dm_sb > li {}
.ul_dm_sb > li + li {border-top: 1px dotted #ddd;}
.ul_dm_sb > li > a {
	color: #3f3e3e;
	display: block;
	padding: 8px 50px 8px 17px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	background: url(../imgs/layout/icon_10_1.png) no-repeat top 15px left 0;
	text-transform:capitalize;
}
.ul_dm_sb > li.active > a, .ul_dm_sb > li > a:hover {color: #00a8fd; background-image: url(../imgs/layout/icon_10_2.png);}
.ul_dm_sb > li > a em {
	font-style: normal;
	position: absolute;
	top: 8px; right: 0;
}

.adv_sb > li + li {margin-top: 15px;}
.adv_sb > li img {display: block; width: 100%; height: auto;}

.t_td {
	background: #f7f7f7;
	position: relative;
	height: 30px;
	margin-top: 5px;
}
.t_td em {
	font-style: normal;
	color: #3f3e3e;
	position: absolute;
	top: 5px; right: 10px;
}
.our_h_t_td {position: absolute; bottom: 0; left: 0;}
.our_h_t_td::before {
	content: "";
	border-bottom: 35px solid #00a8fd;
	border-right: 24px solid transparent;
	cursor: pointer;
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0; right: -24px;
	z-index: 1;
}
.h_t_td {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	background: #00a8fd;
	padding: 0 20px;
	line-height: 35px;
	z-index: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 300px;
	overflow: hidden;
}
.link_td_other {
	color: #00a8fd;
	position: absolute;
	top: 5px; right: 10px;
}
.link_td_other i {margin-left: 3px;}
.t_td_other .h_t_td {background: #1fa42b;}
.t_td_other .our_h_t_td::before {border-bottom: 35px solid #1fa42b;}

.filter_td {padding-bottom: 15px; overflow: hidden;}

.l_filter_td {float:none;}
.l_filter_td > li {float: left; position: relative;margin-right: 5px;}
.l_filter_td > li .fa-map-marker {
	font-size: 12px;
	width: 33px; height: 30px;
	text-align: center;
	line-height: 30px;
	z-index: 2;
	color: #3f3e3e;
	position: absolute;
	top: 0; left: 0;
}
.filter_td_rs{ margin-right:0px !important;}
.l_filter_td > li.filter_td_rs a {
	display: block;
	width: 30px; height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ececec;
	text-align: center;
	line-height: 30px;
}
.l_filter_td > li.filter_td_rs a:hover {background: #0099cc;}
.l_filter_td > li.filter_td_rs a i {color: #444343; font-size: 14px;}
.l_filter_td > li.filter_td_rs a:hover i {color: #fff;}
.slec_filter_td {
	background: #fff url(../imgs/layout/icon_1.png) no-repeat center right 10px;
	border: 1px solid #ececec;
	height: 30px;
	padding: 0 28px 0 10px;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	border-radius: 20px !important;
	white-space: nowrap;
	width:100px;margin:5px;
}
:-moz-tree-row(hover), .slec_filter_td {padding-left: 29px;}

.r_filter_td {float:right;}
.r_filter_td > li {float: left;}
.slec_r_filter_td {
	background: #fff url(../imgs/layout/icon_1.png) no-repeat center right 10px;
	border: 1px solid #ececec;
	height: 30px;
	padding: 0 28px 0 13px;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	border-radius: 20px !important;
	white-space: nowrap;
}
:-moz-tree-row(hover), .slec_r_filter_td {padding-left: 9px;}
.ol_r_filter_td > li {float: left; margin-right: 5px;}
.ol_r_filter_td > li > a {
	display: block;
	width: 30px; height: 30px;
	background-color: #ececec;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.ol_r_filter_td > li.active > a {background-color: #00a8fd;}
.ol_r_filter_td > li > a.sty_td_1 {background-image: url(../imgs/layout/icon_11_1.png);}
.ol_r_filter_td > li > a.sty_td_2 {background-image: url(../imgs/layout/icon_11_2.png);}
.ol_r_filter_td > li > a.sty_td_3 {background-image: url(../imgs/layout/icon_11_3.png);}

.ul_td > li .name_td_sty::first-letter {text-transform: uppercase;}

.ul_td_1 > li {
	float: left;
	width: 266px;
	margin: 15px 16px 0 0;
	position: relative;
}
.ul_td_1 > 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);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ul_td_1 > li:nth-child(3n) {margin-right: 0;}
.ul_td_1 > li .name_td_sty {
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 12px;
	color: #3f3e3e;
	padding: 8px 15px;
	border: 1px solid #ececec;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.ul_td_1 > li .img_td_sty {height: 182px; background: #f9f9f9; position: relative;overflow:hidden;}
.ul_td_1 > li .img_td_sty::before {
	content: "";
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
	position: absolute; 
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 1;
}
.ul_td_1 > li .img_td_sty img {display: block; width: 100%; height: 100%;}
.ul_td_1 > li .price_td_sty {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	width: 150px; height: 26px;
	line-height: 26px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: absolute;
	bottom: 54px; left: 0; right: 0;
	margin: 0 auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;	
	border: 2px solid #fff;
}
.ul_td_1 > li .ti_td_sty {
	border: 1px solid #ececec;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 20px 15px 8px 15px;
	font-size: 11px;
	color: #999;
}
.ul_td_1 > li .tool_td_sty {padding: 0;}
.ul_td_1 > li .tool_td_sty span {display: inline-block;}
.ul_td_1 > li .tool_td_sty span + span {margin-left: 15px;}
.ul_td_1 > li .tool_td_sty span i {margin-right: 3px;}
.ul_td_1 > li .map_td_sty {
	padding: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ul_td_1 > li .map_td_sty i {margin: 0 3px 0 1px;}
.ul_td_1 > li .loca_icon_vip {position: absolute; top: 45px; right: 10px; height: 30px;}
.ul_td_1 > li .loca_icon_vip .icon_vip {
	position: static;
	display: inline-block;
	width: 30px; height: 30px;
	background-size: 100% 100%;
}
.ul_td_1 > li .loca_icon_vip .icon_spec {
	position: static;
	display: inline-block;
	width: 30px; height: 30px;
	background-size: 100% 100%;
}
.zoom_img: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);
}
.zoom_img: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);
}

.ul_td_2 > li {overflow: hidden; padding: 15px 0; position: relative;}
.ul_td_2 > li + li {border-top: 1px dotted #ddd;}
.ul_td_2 > li .icon_spec, .ul_td_2 > li .icon_vip {top: 25px; left: 10px; right: auto;}
.ul_td_2 > li .name_td_sty {
	position: absolute;
	top: 15px; left: 215px; right: 0;
	font-size: 14px;
	color: #3f3e3e;
	font-weight:bold;
	overflow: hidden;
	height: 40px;
}
.ul_td_2 > li .img_td_sty {
	float: left;
	width: 200px; height: 127px;
	margin-right: 15px;
	overflow:hidden;
}
.ul_td_2 > li .img_td_sty img {display: block; width: 100%; height: 100%;}
.ul_td_2 .ti_td_sty {
	overflow: hidden; 
	color: #999;
	padding-top: 40px;
}
.ul_td_2 > li .price_td_h {
	background: none;
	position: static;
	margin: auto;
	padding-bottom:10px;
	width: auto; height: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-align: left;
	line-height: inherit;
	color: #ED1B2E;
	font-size: 18px;
	border: 0;
}
.ul_td_2 > li .tool_td_sty {padding: 0;}
.ul_td_2 > li .tool_td_sty span {display: inline-block;}
.ul_td_2 > li .tool_td_sty span + span {margin-left: 15px;}
.ul_td_2 > li .tool_td_sty span i {margin: 0 3px 0 1px;}
.ul_td_2 > li .map_td_sty {
	padding: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ul_td_2 > li .map_td_sty i {margin: 0 3px 0 1px;}
.ul_td_2 > li .loca_icon_vip {position: absolute; top: 25px; left: 10px; height: 30px;}
.ul_td_2 > li .loca_icon_vip .icon_vip {
	position: static;
	display: inline-block;
	width: 30px; height: 30px;
	background-size: 100% 100%;
}
.ul_td_2 > li .loca_icon_vip .icon_spec {
	position: static;
	display: inline-block;
	width: 30px; height: 30px;
	background-size: 100% 100%;
}

.ul_td_3 {padding-top: 15px;}
.ul_td_3 > li {overflow: hidden; padding: 15px 10px; position: relative; background: #fff; border-top: 1px solid #eee;}
.ul_td_3 > li:nth-child(2n) {background: #f9f9f9;}
.ul_td_3 > li .icon_spec, .ul_td_3 > li .icon_vip {top: 15px; right: 10px;}
.ul_td_3 > li .img_td_sty {display: none;}
.ul_td_3 > li .name_td_sty {
	color: #3f3e3e;
	font-weight:bold;
	font-size: 14px;
	margin-bottom:10px;
}
.ul_td_3 .ti_td_sty {color: #999;}
.ul_td_3 > li .price_td_h {
	background: none;
	position: static;
	padding-bottom:10px;
	margin: auto;
	width: auto; height: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-align: left;
	line-height: inherit;
	color: #ED1B2E;
	font-size: 18px;
	border: 0;
}
.ul_td_3 > li .tool_td_sty {padding: 0;}
.ul_td_3 > li .tool_td_sty span {display: inline-block;}
.ul_td_3 > li .tool_td_sty span + span {margin-left: 15px;}
.ul_td_3 > li .tool_td_sty span i {margin: 0 3px 0 1px;}
.ul_td_3 > li .map_td_sty {
	padding: 0 60px 0 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ul_td_3 > li .map_td_sty i {margin: 0 3px 0 1px;}
.ul_td_3 > li .loca_icon_vip {position: absolute; bottom: 15px; right: 10px; height: 30px;}
.ul_td_3 > li .loca_icon_vip .icon_vip {
	position: static;
	display: inline-block;
	width: 30px; height: 30px;
	background-size: 100% 100%;
}
.ul_td_3 > li .loca_icon_vip .icon_spec {
	position: static;
	display: inline-block;
	width: 30px; height: 30px;
	background-size: 100% 100%;
}

.t_sb_D {
	color: #fff;
	background: #00a8fd;
	padding: 10px 20px;
}
.t_sb_D a {color: #fff !important;}
.t_sb_D strong {display: block; text-transform: uppercase;}
.t_sb_D span {display: block; font-size: 11px;}
.t_sb_D span i {margin-right: 3px;}

.title_h_td_D {position: relative; padding: 0 70px 10px 0;}
.title_h_td_D .loca_icon_vip {position: absolute; top: -5px; right: 0; height: 30px;}
.title_h_td_D .loca_icon_vip .icon_vip {
	position: static;
	display: inline-block;
	width: 30px; height: 30px;
	background-size: 100% 100%;
}
.title_h_td_D .loca_icon_vip .icon_spec {
	position: static;
	display: inline-block;
	width: 30px; height: 30px;
	background-size: 100% 100%;
}
.h_td_D {color: #3f3e3e; font-size: 16px; line-height: 22px;}
.h_td_D::first-letter {text-transform: uppercase;}
.h_td_D2 {color:#929292; font-size: 14px; line-height: 22px; font-style:italic; font-weight:normal;}
.h_td_D2::first-letter {text-transform: uppercase;}

.ts_td_D_1 {background: #fafafa; padding: 10px;}
.ts_td_D_1 > li {display: inline-block;}
.ts_td_D_1 > li + li {margin-left: 15px;}
.ts_td_D_1 > li i {
	width: 20px; height: 20px;
	text-align: center;
	color: #fff;
	line-height: 20px;
	margin-right: 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.ts_td_D_1 > li i.fa-usd {background: #ffb924;}
.ts_td_D_1 > li i.fa-map-marker {background: #1fa42b;}
.ts_td_D_1 > li i.fa-clock-o {background: #f1573f;}
.ts_td_D_1 > li i.fa-barcode {background: #3f3e3e;}

.slide_td_D {padding: 15px 0;}

#gallery-2, #gallery-2 .rsOverflow, #gallery-2 .rsVideoFrameHolder, #gallery-2 .rsThumbs {
	background: #fff !important;
}
#gallery-2 {height: 447px; width: 100%; overflow: hidden;}
#gallery-2 .rsThumbsVer {width: 162px;}
#gallery-2 .rsThumbsHor {height: auto;}
#gallery-2 .rsThumb {width: 162px; height: 104px;}
#gallery-2 .rsThumb.rsNavSelected {background: none;}
#gallery-2 .rsThumb img {
	opacity: 0.5;
	object-fit: cover;
	-moz-object-fit: cover;
	-webkit-object-fit: cover;
	-o-object-fit: cover;
	-ms-object-fit: cover;		
}
#gallery-2 .rsThumb.rsNavSelected img {opacity: 1;}
#gallery-2.rsWithThumbsVer .rsThumbsArrow {left: 0; width: 162px;}
#gallery-2 .rsOverflow {float: right !important;}
#gallery-2 .rsSlide {background: #f9f9f9 !important;}
#gallery-2 .rsThumbsVer {right: auto; left: 0;}

.slide_td_D_simple {
	text-align: center;
	background: #f9f9f9;
}
.slide_td_D_simple img {
	display: inline-block; 
	width: auto; max-width: 100%;
	height: auto; max-height: 350px;
}

.ts_td_D_2 > li {overflow: hidden; background: #efefef; border-bottom: 1px solid #fff;}
.ts_td_D_2 > li:nth-child(2n) {background: #f7f7f7;}
.ts_td_D_2 > li p {padding: 5px 15px;}
.l_ts_td_D_2 {float: left; width: 146px; font-weight: bold;}
.r_ts_td_D_2 {float: left; overflow: hidden; border-left: 1px solid #fff;}

.ts_td_D_3 {padding: 15px 0;}

.r_ts_td_D_3 {float: right;}
.r_ts_td_D_3 a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	width: 150px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.r_ts_td_D_3 a:hover {opacity: 0.9;}
.r_ts_td_D_3 a + a {margin-left: 5px;}
.r_ts_td_D_3 a i {margin-right: 5px;}
.btn_save_td {background: #00a8fd;}
.btn_rep_td {background: #404443;}

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

.info_td_D {padding-top: 15px;}

.td_news_D {
	background: #00a8fd url(../imgs/layout/icon_12.png) no-repeat top 6px left 15px;
	padding: 10px 15px 10px 45px;
	color: #fff;
	overflow: hidden;
	height: 20px;
}
.td_news_D strong {text-transform: uppercase; display: inline-block; float: left; width: 120px;}
.mq_td_news_D {overflow: hidden;}
.mq_td_news_D marquee a {color: #fff; display: inline-block;}
.mq_td_news_D marquee a + a {margin-left: 20px;}
.mq_td_news_D marquee a:hover {text-decoration: underline;}

.map_td_D {padding-top: 15px;}

.swiper4 {padding-top: 15px !important;}
.swiper-button-prev-4 {
	width: 30px !important; height: 30px !important;
	margin-top: 0px !important;
	background-size: auto 10px !important;
	top: 0px !important; left: auto !important; right: 31px !important;
	border-left: 1px solid #fff;
}
.swiper-button-next-4 {
	width: 30px !important; height: 30px !important;
	margin-top: 0px !important;
	background-size: auto 10px !important;
	top: 0px !important; left: auto !important; right: 0px !important;
	border-left: 1px solid #fff;
}
.swiper4 .swiper-slide .loca_icon_vip {position: absolute; top: 45px; right: 10px; height: 30px;}
.swiper4 .swiper-slide .loca_icon_vip .icon_vip {
	position: static;
	display: inline-block;
	width: 30px; height: 30px;
	background-size: 100% 100%;
}
.swiper4 .swiper-slide .loca_icon_vip .icon_spec {
	position: static;
	display: inline-block;
	width: 30px; height: 30px;
	background-size: 100% 100%;
}

.f_contact {}
.ul_f_contact {overflow: hidden;}
.ul_f_contact > li {
	width: 32%;
	float: left;
	margin: 0 2% 2% 0;
	position: relative;
}
.ul_f_contact > li:nth-child(3) {margin-right: 0;}
.ul_f_contact > li:nth-child(4), .ul_f_contact > li:nth-child(5) {width: 100%; margin-right: 0; float: none; clear: both;}
.t_f_contact {display: block; padding-bottom: 0; font-weight: 700;}
.ipt_f_contact {
	background: #fff;
	border: 1px solid #bfbfbf;
	padding: 0 10px;
	width: 100%; height: 36px;
}
.txt_f_contact {
	background: #fff;
	border: 1px solid #bfbfbf;
	padding: 10px;
	width: 100%; height: 150px;
	resize: none;
}
.ipt_f_contact:focus, .txt_f_contact:focus {border: 1px solid #999; background: #f9f9f9;}
.btn_f_contact {
	padding: 10px 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	background: #00a8fd;
	cursor: pointer;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn_f_contact:active {background: #f1573f;}
.btn_f_contact[type="submit"] {
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}

.vote_radio input {margin: 0 5px !important; position: relative; top: -1px; cursor: pointer;}
.vote_radio label {cursor: pointer; display: inline-block; margin-right: 10px;}

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

#footer {background: #fff;}
#footer a {}
#footer a:hover {}

.foot_1 {color: #fff; background: #00a8fd;}
.foot_1 .min_wrap {padding: 7px 0; overflow: hidden;}
.foot_1 strong {display: inline-block; line-height: 26px;}
.foot_1 strong a {color: #8bff93;}
.foot_1 ul {float: right;}
.foot_1 ul > li {float: left;}
.foot_1 ul > li + li {margin-left: 5px;}
.foot_1 ul > li > a {
	display: block;
	text-align:  center;
	line-height: 26px;
	color:#FFFFFF;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-ms-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
	font-size:28px;
	margin-left:5px;
}
.foot_1 ul > li > a:hover {color: #ED1B2E;}

.foot_2 {padding: 30px 0;}
.ul_foot_2 {overflow: hidden;}
.ul_foot_2 > li {float: left; width: 18.4%; margin-right: 2%; padding: 10px 0;}
.ul_foot_2 > li:nth-child(5n) {margin-right: 0;}
.ul_foot_2 > li:nth-child(5n+1) {clear: both;}
.t_foot_2 {
	font-size: 14px;
	font-weight: bold;
	color: #3f3e3e;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 26px;
}
.t_foot_2 img {
	position: relative; 
	top: -1px; 
	margin-right: 5px; 
	display: inline-block;
	width: 26px; height: 26px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.ol_foot_2 {padding-top: 10px;}
.ol_foot_2 > li {
	padding-left: 24px; 
	line-height: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: url(../imgs/layout/icon_2.png) no-repeat top 8px left 10px;
}
.ol_foot_2 > li > a {color: #999;}
.ol_foot_2 > li:hover {background-image: url(../imgs/layout/icon_2_1.png);}
.ol_foot_2 > li > a:hover {color: #0099cc; text-decoration: underline;}

.t_foot_2 a {color: #3f3e3e; font-weight:normal;}
.t_foot_2 a i{ color:#ED1B2E;}
.t_foot_2 a:hover {color: #00a8fd;}

.foot_3 {}
.ul_foot_3 {
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
	text-align: center;
}
.ul_foot_3 > li {display: inline-block; padding: 8px 15px;}
.ul_foot_3 > li > a {color: #00a8fd;}
.ul_foot_3 > li > a:hover {text-decoration: underline;}
.info_foot_3 {text-align: center; padding: 20px 0; color: #999;}
.info_foot_3 a {color: #999;}

.alert_user{
	border-left:none; padding:5px; 
	position:fixed; top:30%; left:0px; 
	width:200px; z-index:9999; color:#FFFFFF; 
	font-size:12px; 
	-webkit-border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
	background: rgba(255,255,255,0.25);
	padding:5px 5px 5px 0px;
}
.alert_user_con{ 
	background-color:#D25400;
	-webkit-border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
	padding:10px;
}
.alert_user a{ color:#FFFFFF;}
.alert_user a:hover{ text-decoration:underline;}
.alert_user .fa{ font-size:18px;}
.alert_user span{ margin-left:5px;}
.alert_user_hide{ width:0px; left:-50px;}

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

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

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

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

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

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

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

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

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

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

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

.page {font-size: 12px; margin: 20px 0 0 0; font-family: Arial; line-height: 18px; text-align: center;}
.PageNum a {
	display: inline-block;
	color: #403f3f;
	padding: 3px 10px;
	background: #ececec;
	margin: 0px 3px 5px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.PageNum a:hover {color: #fff; background: #00a8fd;}
.PageNum span {
	font-weight: bold;
	display: inline-block;
	color: #fff;
	padding: 3px 10px;
	background: #00a8fd;
	margin: 0px 3px 5px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

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

.f_account {
	min-height: 500px; 
	padding: 50px 0; 
	font-family: Arial;
}

.form_account {
	background: #fff;
	width: 400px;
	margin: 20px auto;
	padding: 30px;
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.08); 
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.08);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.08); 
}
.title_account {
	text-transform: capitalize;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: center;	
	position: relative;
}
.title_account::before {
	content: "";
	height: 1px;
	background: #eee;
	position: absolute;
	top: 10px; right: 0px; left: 0px;	
}
.title_account strong {background: #fff; padding: 0px 10px; font-weight: normal; z-index: 1; position: relative;}
.account_other {text-align: center; font-size: 11px; color: #999;}
.account_other ul {overflow: hidden; margin-top: 5px;}
.account_other ul li {float: left; width: 49%;}
.account_other ul li:nth-child(2) {float: right;}
.account_other ul li.acc_fb a {background: #999 url(../imgs/layout/facebook.png) no-repeat 8px center; background-size: 22px 22px;}
.account_other ul li.acc_fb a:hover {background-color: #3b589b;}
.account_other ul li.acc_gg a {background: #999 url(../imgs/layout/google.png) no-repeat 8px center; background-size: 22px 22px;}
.account_other ul li.acc_gg a:hover {background-color: #da3a43;}
.account_other ul li a {
	display: block;
	padding: 7px 0px;
	color: #fff;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.main_account {overflow: hidden; position: relative;}
.ul_main_account {overflow: hidden;}
.ul_main_account > li {position: relative; margin-top: 20px;}
.se_nh {
	width: 100%; height: 34px;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 6px;
}
.se_nh option {padding: 0 10px;}
.label_account {font-weight: bold; padding-bottom: 5px;	display: block;}
.ipt_account {
	color:#353535;
	font-weight:bold;
	border: 1px solid #ddd;
	width: 100%; height: 34px;
	padding: 0 10px;
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
}
.ipt_account::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#C9C9C9;
  font-style:italic;
  font-weight:normal;
  opacity: 1; /* Firefox */
}

.ipt_account:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#C9C9C9;
  font-style:italic;
  font-weight:normal;
}

.ipt_account::-ms-input-placeholder { /* Microsoft Edge */
  color:#C9C9C9;
  font-style:italic;
  font-weight:normal;
}
.txt_account {
	color: #333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #ddd;
	width: 100%; min-height: 100px;
	padding: 10px;
	resize: vertical;
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
}
.ipt_account:focus {border: 1px solid #999;}
.btn_account2 {
	font-size: 12px;
	font-weight: bold;
	border: 0px;
	background: #00a8fd;
	color: #fff;
	width: 100%;
	padding: 12px 0;
	cursor: pointer;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.btn_account2[type=submit] {
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	border-radius: 2px !important;
}
.btn_account2:focus {background: #f1573f;}
.btn_account2 + .btn_account2 {margin-left: 5px;}
.error_account {display: block; font-size: 11px; color: #F03; padding-top: 5px;}
.bottom_account {margin-top: 20px; overflow: hidden;}
.ba_dk {overflow: hidden; padding-top: 15px;}
.ba_dk a:hover {text-decoration: underline;}
.qmk_account {display: inline-block; font-size: 12px; color: #666;}
.dk_account {display: inline-block; float: right; font-size: 12px; color: #666;}

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

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

.date_row_h_4_img{background:none !important; width:80px; height:80px;}
.date_row_h_4_img img{
	border: solid 1px #F7F7F7; padding:2px; background-color:#FFFFFF;
	webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.18);
    -webkit-box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.18);
	display: block;
    width: 100%; height: 100%;
}

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

.f_page_admin {padding: 20px 0 40px 0;}
.f_page_admin .f_page {background: none; padding: 0;}
.f_page_admin .content {background: #fff; width: 810px; padding: 15px 20px 20px 20px; margin-right: 20px;}
.f_page_admin .t_sb {background: #f1f1f1;}
.f_page_admin .block_sb + .block_sb {margin-top: 20px;}

.t_page_admin {
	padding-bottom: 10px; 
	margin-bottom: 20px; 
	border-bottom: 1px solid #eee;
	position: relative;
}
.t_page_admin h1 {
	font-size: 16px; 
	text-transform: uppercase;
}
.t_page_admin em {
	font-style: normal;
	position: absolute;
	bottom: 8px; right: 0;
}
.t_page_admin em img {
	width: 20px; height: 20px;
	position: relative;
	top: -2px;
	-webkit-animation: cssAnimation 1s infinite;
	-moz-animation: cssAnimation 1s infinite;
	-o-animation: cssAnimation 1s infinite;
}
@-webkit-keyframes cssAnimation {	
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	} 
}
@-moz-keyframes cssAnimation {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	} 
	
}
@-o-keyframes cssAnimation {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	} 
	
}
@keyframes cssAnimation {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	} 
	
}

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

.ul_fa > li {overflow: hidden;}
.ul_fa > li + li {margin-top: 20px;}
.ul_fa > li > label {
	display: block; 
	font-family: Arial; 
	font-size: 12px; 
	padding-bottom: 3px; 
	text-transform: capitalize;
	font-weight: bold;
}
.ipt_fa {
	background: #fff;
	border: 1px solid #BFBFBF;	
	width: 50%; height: 36px;
	padding: 0 10px;
}
.slec_fa {
	background: #fff url(../imgs/layout/arrown_menu_accordion.png) no-repeat center right 10px;
	background-size: auto 6px;
	width: 50%; height: 36px;
	border: 1px solid #BFBFBF;
	padding: 0 36px 0 10px;
}
.ipt_fa:focus, .ul_fa > li select:focus, .ipt_filter_2:focus {border: 1px solid #000;}

.ol_n_vocin {overflow: hidden;}
.ol_n_vocin > li {float: left; text-align: center;}
.ol_n_vocin > li + li {margin-left: 20px;}
.ol_n_vocin > li label {display: block; cursor: pointer; padding: 10px; background: #f9f9f9;}
.ol_n_vocin > li strong {display: block; padding-top: 5px;}
.ol_n_vocin > li input {position: relative; top: -1px; margin-right: 3px;}
.show_ktt {padding-top: 20px; overflow: hidden;}

.f-qldh {font-size: 13px;}
.f-qldh table {width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #eee;}
.f-qldh table thead {background: #f9f9f9;}
.f-qldh table thead td {font-weight: 400; font-weight: bold; text-align: center; text-transform: uppercase;}
.f-qldh table td {padding: 10px; box-sizing: content-box;}
.f-qldh table tbody td {border: 1px solid #eee; text-align: center;}
.td_qldh {text-align: left !important; width: 40%;}
.link_qldh {color: #0099cc;}
.icon_capnhat img {
    -webkit-transform: rotate(0deg) ;
    -moz-transform: rotate(0deg) ;
    -o-transform: rotate(0deg) ;
    -ms-transform: rotate(0deg) ;
    transform: rotate(0deg) ;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.icon_capnhat:hover img {
	-webkit-transform: rotate(360deg) ;
	-moz-transform: rotate(360deg) ;
	-o-transform: rotate(360deg) ;
	-ms-transform: rotate(360deg) ;
	transform: rotate(360deg) ;
}
.nut_upslider {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 3px 5px;
	margin-top: 5px;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	background: #46c049;
	color: #fff;
}

.button_td {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 3px 5px;
	margin-top: 5px;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	margin-right: 3px;
	min-width: 55px;
}
.button_td_thuong {background: #f1f1f1; color: #555;}
.button_td_vip {background: #fa8c00; color: #fff;}
.button_td_vipDB {background: #e41b23; color: #fff;}

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

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

.star {color: #FF0004;}

.ul_fa_1 > li {margin-bottom: 20px;}
.ul_fa_1 > li + li {margin-top: 0;}
.ul_fa_1 > li .ipt_fa, .ul_fa_1 > li .slec_fa {width: 100%;}

.ul_fa_2 {overflow: hidden;}
.ul_fa_2 > li {width: 49%; float: left; margin-bottom: 20px;}
.ul_fa_2 > li:nth-child(2n) {float: right;}
.ul_fa_2 > li + li {margin-top: 0;}
.ul_fa_2 > li .ipt_fa, .ul_fa_2 > li .slec_fa {width: 100%;}

.ul_fa_3 {overflow: hidden;}
.ul_fa_3 > li {width: 32%; float: left; margin: 0 2% 20px 0;}
.ul_fa_3 > li + li {margin-top: 0;}
.ul_fa_3 > li:nth-child(3n) {margin-right: 0;}
.ul_fa_3 > li .ipt_fa, .ul_fa_3 > li .slec_fa {width: 100%;}

.ol_radio > li {display: inline-block; margin-right: 10px;}
.ol_radio > li input {position: relative; top: -1px; margin-right: 3px;}

.btn_ct {
	cursor: pointer;
	background: #00a8fd;
	color: #fff;
	font-weight: bold;
	padding: 10px 30px;
	border: 0;
}
.btn_ct:hover { opacity:0.8;}

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

.box_che{
    width: 100%; height: 100%;
    top: 0; bottom: 0px; left: 0px; right: 0px;
    position: fixed; z-index: 9999;
    background: url(../imgs/layout/bgs.png) repeat;
}
.icon_menu_mobile {
	visibility: hidden;
	width: 36px; height: 36px;
	background: #fff url(../imgs/layout/menu_mobile.png) no-repeat center;
	position: absolute;
	top: 16px; left: 2%;
	border: 1px solid #0099cc;
	z-index: 10;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.menu_mobile {
    display: none;
	background: #555555;
	width: 280px; 
    height: 100%;
	overflow-y: scroll;
	position:fixed;
	top: 0; bottom: 0px; left: -280px;
	z-index: 99999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.close_menu_mobile {
	background: rgba(255,255,255,0); 
	position: fixed; 
	top: 0; right: 0; bottom: 0; left: 280px;
	z-index: 7009;
}
.ad_body {height: 100%; overflow-y: hidden;}
.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: 999;
	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 #0099cc; padding-left: 25px;}
.ul_ma_2 > li > a:hover, .ul_ma_2 > li.active > a {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 #0099cc; padding-left: 40px; padding-right: 15px;}
.ul_ma_3 > li > a:hover, .ul_ma_3 > li.active > a  {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;
}
.ui-menu .ui-menu-item{ border-bottom:solid 1px #ececec;}
.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{ background-color:#00a8fd !important;}
/************************************************************************************
RESPOSIVE
*************************************************************************************/

@media only screen and (max-width: 1024px) and (min-width: 767px) {
	.min_wrap {width: 1000px;}
	.f_home {padding: 20px 0;}
	.slide {width: 735px;}
	.dm_h {width: 250px;}
	.ul_dm_h > li > a {font-size: 12px; padding-left: 14px;}
	.ul_dm_h > li:hover > a {padding-left: 10px;}
	.r_banner {width: 750px;}
	.slec_search_hea {width: 150px;}
	.adv_h_1 > li {width: 490px; height: 94px;}
	.img_td_h {height: 153px;}
	.ul_td_h > li {width: 230px;}
	.adv_h_2 > li {margin-right: 20px; width: 320px; height: 121px;}
	.adv_h_2 > li + li + li + li {margin-top: 20px;}
	.block_h {margin-bottom: 20px;}
	.content {width: 700px; margin-right: 20px;}
	.h_t_sb {padding: 0 15px;}
	.t_sb_D {padding: 10px 15px;}
	.ul_dm_sb {padding: 5px 15px;}
	.ul_td_1 > li {width: 222px;}
	.ul_td_1 > li .img_td_sty {height: 148px;}
	.tool_td_h span + span , .ul_td_1 > li .tool_td_sty span + span {margin-left: 7px;}
	#gallery-2 .rsOverflow {float: none !important;}
	.f_page_admin .content {padding: 15px; width: 700px;}
}

@media only screen and (max-width: 1023px) {
	html, body {overflow-x: hidden; -webkit-overflow-scrolling: touch;}
	body {background-size: 100% auto;}
	.icon_menu_mobile {visibility: visible;}
	#wrapper {
		transition: all 0.2s;
		-moz-transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		left: 0;
	}
	.min_wrap {width: 96%;}
	
	.top_hea {letter-spacing: 0;}
	.r_top_hea {float: none;}
	.r_top_hea > li {padding: 8px 0;}
	.r_top_hea > li:last-child {float: right;}
	.banner .min_wrap {padding: 15px 0 0 0; text-align: center; width: auto;}
	.logo img {height: 40px;}
	.r_banner {width: auto; float: none; padding-top: 15px;}
	.search_hea {
		margin-right: 0; 
		border: none; 
		border-top: 1px solid #ececec;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.btn_search_hea {
		top: 0; right: 0;
		width: 33px; height: 33px;
		background: url(../imgs/layout/icon_0_mobile.png) no-repeat center center;
	}
	.btn_dtmp {
		width: 36px; height: 36px;
		top: 16px; right: 2%;
		border: 1px solid #0099cc;
		text-indent: -9999px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		background: #fff url(../imgs/layout/icon_14.png) no-repeat center center;
	}	
	.btn_dtmp:hover {background: #fff url(../imgs/layout/icon_14.png) no-repeat center center;}
	.slec_search_hea {width: 150px; background-color: #fff;}
	.slide {width: auto; float: none; padding: 0;}
	.swiper1 .swiper-slide {height: auto;}	
	.l_row_h_4 {float: none;}
	.ul_row_h_4 {padding: 2%;}
	.info_foot_3 {padding: 15px;}
	.ul_td_h > li {width: 32%; margin-right: 2%;}
	.ul_td_h > li:nth-child(4n) {margin-right: 2%;}
	.ul_td_h > li:nth-child(3n) {margin-right: 0;}
	.ul_td_h > li + li + li + li {margin-top: 2% !important;}
	.content {width: auto; float: none; margin: 0 0 2% 0;}
	.h_t_sb {padding: 0 15px;}
	.t_sb_D {padding: 10px 15px;}
	.ul_dm_sb {padding: 5px 15px;}
	.f_home {padding: 2% 0;}
	.f_cont {padding-bottom: 4%;}
	.ul_td_1 > li {width: 32%; margin: 2% 2% 0 0;}
	.tool_td_h span + span, .ul_td_1 > li .tool_td_sty span + span {margin-left: 7px;}
	#gallery-2 .rsOverflow {float: none !important;}
	.row_h_1, .block_h {margin-bottom: 2%;}
	.title_td_h {padding-left: 60px;}
	.title_td_h_1 .icon_title_td_h {
		width: 36px; height: 47px; 
		background-size: 100% 100%; 
		top: -5px; left: 2%;
	}
	.title_td_h_2 .icon_title_td_h {
		width: 36px; height: 31px;
		background-size: 100% 100%; 
		top: 1px; left: 2%;
	}
	.f_page_admin .f_page {padding: 0px !important;}
	.f_page_admin .content {width: auto; margin: 0 0 2% 0; padding: 15px !important;}
	.ipt_fa {width: 100%;}
	.sub_search_hea {text-align: left; left: 0; right: 0; width: auto !important;}
	
	.ul_breacrum {white-space: nowrap; overflow-x: auto;}
	
	.link_text_hea, .dm_h, .adv_h_1, .adv_h_2, .foot_2, .ul_foot_3, .ul_td_h > li:nth-child(7), .ul_td_h > li:nth-child(8), .adv_sb, .l_top_hea, .r_top_hea > li::before {display: none !important;}
	.f-detail table, .f-qldh {display: block; overflow-x: auto;}
	.ui-widget.ui-widget-content{ left:inherit !important; width:100% !important;}	
}

@media only screen and (max-width: 960px) {
	.col_row_h_4{ width:auto; float:none !important; clear:both !important;}
}

@media only screen and (max-width: 800px) {
	.img_td_h, .ul_td_1 > li .img_td_sty {height: 158px;}
	.name_td_h, .ul_td_1 > li .name_td_sty {padding: 8px 10px !important;}
	.ui-widget.ui-widget-content{ left:inherit !important; width:100% !important;}
}

@media only screen and (max-width: 768px) {	
	.img_td_h, .ul_td_1 > li .img_td_sty {height: 151px;}
	.ui-widget.ui-widget-content{ left:inherit !important; width:100% !important;}
}

@media only screen and (max-width: 640px) {	
	.img_td_h, .ul_td_1 > li .img_td_sty {height: 126px;}
	.swiper2, .m_td_h {padding: 2% !important;}
	.f_page {padding: 2%;}
	#gallery-2 .rsThumb {width: 100px; height: 65px;}
	.r_ts_td_D_3 {
		float: none;
		position: fixed;
		bottom: 0; right: 0; left: 0;
		z-index: 51;
		background: #0099cc;
		overflow: hidden;
	}
	.r_ts_td_D_3::before {
		content: "";
		position: absolute;
		top: 0; bottom: 0; left: 50%;
		width: 1px;
		background: rgba(255,255,255,0.5);
	}
	.r_ts_td_D_3 a {
		display: block;
		width: 50%;
		float: left;
		line-height: 36px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		background: none;
	}
	.r_ts_td_D_3 a + a {margin-left: 0;}
	.ti_td_h, .ul_td_1 > li .ti_td_sty {
		padding: 0;
		border: 0;
		-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
		box-shadow: 0 0 2px rgba(0,0,0,0.2);
	}
	.price_td_h {
		border: 0;
		position: static; 
		width: auto;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.tool_td_h, .ul_td_1 > li .tool_td_sty {padding: 5px 10px 0 10px;}
	.map_td_h, .ul_td_1 > li .map_td_sty {padding: 0 10px 5px 10px;}
	.tool_td_h span, .ul_td_1 > li .tool_td_sty span {display: block;}
	.tool_td_h span + span, .ul_td_1 > li .tool_td_sty span + span {margin-left: 0;}
	.icon_spec {width: 30px; height: 30px; background-size: 100% 100%;}
	.icon_vip {width: 30px; height: 28px; background-size: 100% 100%;}
	.filter_td {padding-bottom: 10px;}
	.l_filter_td {float: none; overflow: hidden; padding-bottom: 10px; border-bottom: 1px solid #ececec;}
	.l_filter_td > li:last-child, .r_filter_td > li:nth-child(1) {float: right;}
	.r_filter_td {float: none; overflow: hidden; padding-top: 10px;}
	.ol_r_filter_td > li:last-child {margin-right: 0;}
	.slec_filter_td, .slec_r_filter_td, .ol_r_filter_td > li > a, .l_filter_td > li.filter_td_rs a {
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
	}
	.slec_filter_td, .slec_r_filter_td {width: 200px;}
	.r_search_hea .slec_search_hea {width: 30%;}
	
	.f-detail iframe {width: 100% !important;}
	.addthis_sharing_toolbox, .row_h_5, .l_search_hea {display: none !important;}
	.ui-widget.ui-widget-content{ left:inherit !important; width:100% !important;}
}

@media only screen and (max-width: 480px) {	
	.min_wrap {width: 94%;}
	.icon_menu_mobile, .title_td_h_1 .icon_title_td_h, .title_td_h_2 .icon_title_td_h {left: 3%;}
	.btn_dtmp {right: 3%;}
	.f_home {padding: 3% 0;}
	.row_h_1, .block_h, .content {margin-bottom: 3%;}
	.f_page, .swiper2, .m_td_h, .ul_row_h_4 {padding: 3% !important;}
	.img_td_h, .ul_td_1 > li .img_td_sty {height: 138px;}
	.ul_td_h > li, .ul_td_1 > li {width: 48.5%; margin-right: 0;}
	.ul_td_h > li:nth-child(4n), .ul_td_1 > li:nth-child(4n) {margin-right: 0;}
	.ul_td_h > li:nth-child(2n), .ul_td_1 > li:nth-child(2n) {float: right;}
	.ul_td_h > li + li + li, .ul_td_h > li + li + li + li {margin-top: 3% !important;}
	.ul_td_h > li:nth-child(7), .ul_td_h > li:nth-child(8) {display: block !important;}
	.ul_td_1 > li {margin-top: 3%;}
	.name_td_h, .ul_td_1 > li .name_td_sty {
		height: 40px;
		overflow: hidden;
		white-space: inherit;
		padding: 8px 10px 5px 10px !important;
	}
	.ul_f_contact > li {float: none; width: auto; margin-right: 0;}
	.btn_f_contact {width: 100%;}
	.slec_filter_td, .slec_r_filter_td {width: 150px;}
	.icon_spec, .icon_vip, .ul_td_1 > li .loca_icon_vip, .swiper4 .swiper-slide .loca_icon_vip {top: 68px;}
	.date_row_h_4 {margin-right: 10px;}
	.info_row_h_4 h3 {
		max-height: 40px;
		white-space: normal;
		overflow: hidden;
		font-size: 12px;		
	}
	.ul_row_h_4 > li .loca_icon_vip, .ul_td_1 > li .loca_icon_vip, .ul_td_2 > li .loca_icon_vip, .ul_td_3 > li .loca_icon_vip, .swiper4 .swiper-slide .loca_icon_vip {height: 24px;}
	.ul_row_h_4 > li .loca_icon_vip .icon_spec, .icon_spec, .ul_td_1 > li .loca_icon_vip .icon_spec, .ul_td_2 > li .loca_icon_vip .icon_spec, .ul_td_3 > li .loca_icon_vip .icon_spec, .swiper4 .swiper-slide .loca_icon_vip .icon_spec {width: 24px; height: 24px;}
	.ul_row_h_4 > li .loca_icon_vip .icon_vip, .icon_vip, .ul_td_1 > li .loca_icon_vip .icon_vip, .ul_td_2 > li .loca_icon_vip .icon_vip, .ul_td_3 > li .loca_icon_vip .icon_vip, .swiper4 .swiper-slide .loca_icon_vip .icon_vip {width: 24px; height: 24px;}
	.foot_1 .min_wrap {text-align: center;}
	.foot_1 ul {float: none; padding: 5px 0;}
	.foot_1 ul > li {display: inline-block; float: none;}
	.ul_td_2 > li {padding: 10px 0;}
	.ul_td_2 > li .img_td_sty {
		margin-right: 10px;
		width: 100px; height: 67px;
	}
	.ul_td_2 > li .name_td_sty {left: 110px; top: 10px; font-size: 12px;}
	.ul_td_2 > li .tool_td_sty span + span, .ul_td_3 > li .tool_td_sty span + span {margin-left: 5px;}
	.ul_td_2 > li .loca_icon_vip {top: auto; left: auto; bottom: 15px; right: 0;}
	.ul_td_2 .ti_td_sty {overflow: visible;}
	.ul_td_2 > li .tool_td_sty {clear: both; padding-top: 7px;}
	.ul_td_3 > li {padding: 10px;}
	.ul_td_2 > li .price_td_h, .ul_td_3 > li .price_td_h, .ul_td_3 > li .name_td_sty {font-size: 12px;}
	.ul_td_2 > li .tool_td_sty, .ul_td_2 > li .map_td_sty, .ul_td_3 > li .tool_td_sty, .ul_td_3 > li .map_td_sty {font-size: 11px;}
	.info_row_h_4 p span {display: block;}
	.info_row_h_4 p span + span {margin-left: 0;}
	.ts_td_D_1 {padding: 10px 10px 5px 10px;}
	.ts_td_D_1 > li {margin: 0 10px 5px 0;}
	.ts_td_D_1 > li + li {margin-left: 0;}
	.title_h_td_D .loca_icon_vip {top: 0;}
	.ts_td_D_2 > li {padding: 10px;}
	.l_ts_td_D_2 {float: none; width: auto; padding: 0px !important;}
	.r_ts_td_D_2 {float: none; border-left: 0; padding: 0px !important;}
	#gallery-2 {height: 290px;}
	.slec_filter_td, .slec_r_filter_td {padding-left: 8px;}
	.t_td {height: auto;}
	.our_h_t_td {position: static;}
	.h_t_td {padding: 5px 10px; line-height: inherit; max-width: inherit; font-size: 14px; white-space: normal;}
	.t_td em {position: static; padding: 5px 10px; display: block;}
	.link_td_other {color: #fff;}
	.swiper-button-next, .swiper-button-prev {background-color: rgba(255,255,255,0.3);}
	.map_td_h, .ul_td_1 > li .map_td_sty {
		white-space: normal;
		line-height: 16px;
		height: 32px;
		overflow: hidden;
	}
	.td_news_D {height: auto; background-position: top 15px left 10px;}
	.td_news_D strong {float: none; width: auto; display: block;}	
	.form_account {width: auto; padding: 20px; margin: 0;}
	.f_page_admin .content {padding: 3% !important;}
	.ul_filter_qldh_1 > li {width: 50%;}
	.ul_fa_2 > li, .ul_fa_2 > li:nth-child(2n), .ul_fa_3 > li {width: auto; float: none; margin-right: 0;}
	.btn_ct {width: 100%;}
	.our_btn_tk_filter_qldh {position: static; padding-top: 10px;}
	.btn_tk_filter_qldh {width: 49%;}
	
	.our_h_t_td::before, .l_filter_td > li .fa-map-marker, .map_td_h i, .ul_td_1 > li .map_td_sty i{display: none !important;}
	.ui-widget.ui-widget-content{ left:inherit !important; width:100% !important;}
}

@media only screen and (max-width: 414px) {	
	.img_td_h, .ul_td_1 > li .img_td_sty {height: 119px;}
	#gallery-2 {height: 250px;}
	.ui-widget.ui-widget-content{ left:inherit !important; width:100% !important;}
}

@media only screen and (max-width: 375px) {	
	.img_td_h, .ul_td_1 > li .img_td_sty {height: 108px;}
	#gallery-2 {height: 215px;}
	.slec_filter_td, .slec_r_filter_td {width: 130px;}
	.ui-widget.ui-widget-content{ left:inherit !important; width:100% !important;}
}

@media only screen and (max-width: 360px) {	
	.img_td_h, .ul_td_1 > li .img_td_sty {height: 104px;}
	#gallery-2 {height: 210px;}
	.slec_filter_td, .slec_r_filter_td {width: 120px;}
	.ba_dk a {font-size: 11px !important;}
	.ui-widget.ui-widget-content{ left:inherit !important; width:100% !important;}
}

@media only screen and (max-width: 320px) {	
	.img_td_h, .ul_td_1 > li .img_td_sty {height: 92px;}
	#gallery-2 {height: 185px;}
	.slec_filter_td, .slec_r_filter_td {width: 110px;}
	.ui-widget.ui-widget-content{ left:inherit !important; width:100% !important;}
	.logo_text{ font-size:25px;}
	.logo_text p{ font-size:11px; margin-top:5px;}
}