@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');
@import url('../templates/font-awesome-pro/css/all.min.css');
@import url('../scripts/fancybox-5/dist/fancybox/fancybox.css');

/************************************************************************************
CSS RESET
*************************************************************************************/

*{margin:0; padding:0;outline:0; box-sizing: border-box;}
html{height:100%;}
h1{font-size:1.4em;}
h2{font-size:1.3em;}
h3{font-size:1.2em;}
h4{font-size:1.1em;}
h5{font-size:1em;}
h6{font-size:.9em;}
a{text-decoration:none;} 
p{padding: 0 0 10px 0;}
img{border:0; border-spacing:0; max-width: 100%;}
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: 10px;}
caption, th, td {font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
strong, b, h1, h2, h3, h4, h5, h6 {font-weight:600;}
em {font-style:italic;}
sup {vertical-align: super;}

input[type=text], input[type=password], input[type=file], input[type=submit], input[type=reset], input[type=search], textarea, button {-webkit-appearance: none; -moz-appearance: none; 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: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #3f3e3e;
	line-height: 21px;
	text-rendering: optimizeSpeed;
}
.css_body {	
	background: #fff;
	-webkit-text-size-adjust:100%;
	word-wrap: break-word;
	height: auto;
	min-height: 100%;
}
.fixbody {overflow: hidden;}

#wrapper {position: relative; width: 100%; height: 100%;}

.min_wrap {width: 1170px; margin: 0 auto;}

/************************************************************************************
CSS HEADER
*************************************************************************************/

#header {
	background: #fff;
	box-shadow: 0 0 7px rgba(0,0,0,0.24);
	position: relative;
	z-index: 11;
}
.none_div{ display:none;}

.top_hea {
	background: #004E7F; 
	color: #fff;
	font-size: 13px;
}

.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: 15px; 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: 13px;
	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: #004E7F;}

.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:28px;
	display: inline-block; 
	user-select: none;
}
.logo_text span {
	letter-spacing: -1px;
}
.logo_text p{
	font-size: 11px; 
	color:#999;
	letter-spacing: 1px;
	padding-bottom: 0;
}
.logo_text:hover p{ color:#00a8fd;}
.logo_text:hover span{ opacity:0.8;}

.search_hea {
	margin-right: 174px;
	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: #004E7F 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: 13px; margin-right: 5px;}

/************************************************************************************
CSS CONTAINER
*************************************************************************************/

#container {min-height: 500px;}

.f_home {padding: 20px 0 30px 0;}

.row_h_1 {background: #fff; overflow: hidden;}

.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: 15px;
	color: #999;
	line-height: 32px;
	position: relative;
	padding: 5px 20px 10px 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform:capitalize;
}
.ul_dm_h > li > a i{ font-size:14px;margin-right: 5px; font-weight:100; 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:#004E7F;}
/*.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: #004E7F;
	padding-left: 15px;
	border-left: 4px solid #004E7F;
	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: 13px;
	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 {
	aspect-ratio: 3/2;
	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 {
	padding-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.col_row_h_4{background: #fff; padding: 10px 15px 0 0; width: 49%;}
.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:#004E7F;}
#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:#004E7F;}
#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:#004E7F;}
#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: 15px;
	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; font-size: 13px;}
.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: #004E7F;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 30px;
	padding: 0 20px;
}
.h_t_sb::before {
	content: "";
	border-bottom: 30px solid #004E7F;
	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 + li {border-top: 1px dotted #ddd;}
.ul_dm_sb > li > a {
	color: #3f3e3e;
	display: block;
	padding: 8px 17px;
	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: #004E7F; 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 #004E7F;
	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: #004E7F;
	padding: 0 20px;
	line-height: 35px;
	z-index: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 300px;
	overflow: hidden;
}
.link_td_other {
	color: #004E7F;
	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: 13px;}
.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: #004E7F;}
.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:nth-child(3n+1) {clear: both;}
.ul_td_1 > li .name_td_sty {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 13px;
	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 {
	aspect-ratio: 3/2;
	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: #666;
}
.ul_td_1 > li .price_td_h {
	border: 0;
	top: 200px;
	bottom: auto;
	font-size: 15px;
}
.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: 15px;
	color: #3f3e3e;
	font-weight:bold;
	overflow: hidden;
	height: 40px;
}
.ul_td_2 > li .img_td_sty {
	float: left;
	width: 200px;
	aspect-ratio: 3/2;
	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: #666;
	padding-top: 40px;
}
.ul_td_2 .ti_td_sty > p {
	padding-bottom: 0;
}
.ul_td_2 > li .price_td_h {
	background: none;
	position: static;
	margin: auto;
	padding: 5px 0;
	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: 17px;
	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: 15px;
	margin-bottom:10px;
}
.ul_td_3 .ti_td_sty {color: #666;}
.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: #004E7F;
	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: 13px; 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: #004E7F;}
.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: #004E7F 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: 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%;
}

.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: #0099cc;
	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;}

.foot_1 {color: #fff; background: #004E7F;}
.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;}

.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: 13px;
	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: #004E7F;}

.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 **************************************/

/************************************************************************************
CSS PLUS
*************************************************************************************/

.f-detail {line-height: 1.6; font-size: 17px;}
.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-detail span {max-width: 100% !important;}
.f-detail img {
	display: block;
	height: auto; 
	margin: 0 auto;
}
.f-detail a {color: #0088cc;}
.f-detail a:hover {text-decoration: underline;}
.f-detail iframe {max-width: 100% !important;}

.f-detail ul, .f-detail ol {margin-top: 10px; margin-bottom: 10px;}

.f-detail ul li {list-style: disc; margin-left: 40px;}
.f-detail ol li {list-style: decimal; margin-left: 40px;}

.tag {padding: 40px 0 0 0; font-size: 13px; overflow: hidden;}
.tag span {color: #939393; padding: 2px 5px 2px 23px; background: #F1F1F1 url(../imgs/icontag.png) no-repeat 5px 8px; display: block; float: left; margin: 0 3px 3px 0; font-weight: 600;}
.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: 11px;}

.clear {clear:both; height: 0; float: none;}

.img_object_fit {
	object-fit: cover;
	object-position: center center;
}
::-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;}
.hover_img {-webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
.hover_img:hover {-webkit-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

input, textarea, select, button {font-family: 'Inter', sans-serif;}
button:active {opacity: 0.9;}

html {scrollbar-width: thin; scrollbar-color: rgba(0,0,0,0.2) #ddd;}
::-webkit-scrollbar {width: 8px; height: 8px; background: #ddd;}
::-webkit-scrollbar-thumb {width: 8px; background-color: rgba(0,0,0,0.2);}
::-webkit-scrollbar-track {padding: 3px;}

.page {
	padding: 20px 0px;
	font-weight: 400;
	text-align: center;
}
.PageNum a {
	display: inline-block; 
	color: #4d5154; 
	padding: 3px 7px; 
	margin: 0px 3px 5px 0px; 
	border-radius: 2px;
	border-bottom: 2px solid transparent;
	min-width: 40px;
	text-align: center;
}
.PageNum a:hover {
	color: #0088df;
}
.PageNum span {
	border-radius: 2px;
	display: inline-block; 
	color: #4d5154; 
	padding: 3px 7px; 
	margin: 0px 3px 5px 0px;
	border-bottom: 2px solid #0088df;
	min-width: 20px;
	text-align: center;
}

/************************************************************************************
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.acc_email a {background: #999 url(../imgs/layout/icon_email.png) no-repeat 8px center; background-size: 22px 22px;}
.account_other ul li.acc_email a:hover {background-color: #3b589b;}

.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: #0099cc;
	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: 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;
	box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.18);
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

/************************************************************************************
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;
	animation: cssAnimation 1s infinite;
	-webkit-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;
	line-height: 26px;	
	padding-left: 7px;
	color: #000;
	font-size: 13px;
	appearance: menulist-button;
}
.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: 13px;
    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: #004E7F;
	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: #004E7F;
	color: #fff;
	font-weight: bold;
	padding: 10px 30px;
	border: 0;
}
.btn_ct:hover { opacity:0.8;}

/************************************************************************************
MENU MOBILE
*************************************************************************************/

.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 {
	visibility: hidden;
	background: #555555;
	width: 280px; height: 100%;
	overflow-y: scroll;
	position: absolute;
	top: 0; left: -280px;
	z-index: 99999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.close_menu_mobile {
	background: rgba(255,255,255,0); 
	position: fixed; 
	top: 0; right: 0; bottom: 0; left: 280px;
	z-index: 7009;
}
.ad_body {height: 100%; overflow-y: hidden;}
.ad_body .menu_mobile {left: 0;}
.ad_body #wrapper::after {
	content: "";
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 10001;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.ul_ma_1 li {font-size: 12px; position: relative;}
.ul_ma_1 > li a {white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block; color: #fff; padding: 10px 38px 10px 15px;}
.ul_ma_1 > li > a {border-top: 1px solid #6c6c6c; border-bottom: 1px solid #454545; font-weight: bold;}
.ul_ma_1 > li > a:hover, .ul_ma_1 > li.active > a {background: #626262;}

.ul_ma_2 > li > a {background: #474747; border-left: 3px solid #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:#004E7F !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: 13px; 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;}
	.ul_td_h > li {width: 230px;}
	.col_row_h_4 {width: 475px;}
	.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;}
	.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%;}
	
	.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;}
	.col_row_h_4 {width: auto; padding-right: 0;}
	.l_row_h_4 {float: none;}
	.r_row_h_4 {float: none; margin-top: 20px;}
	.ul_row_h_4 {padding: 2%;}
	.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, .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) {
	.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) {	
	.ui-widget.ui-widget-content{ left:inherit !important; width:100% !important;}
}

@media only screen and (max-width: 640px) {	
	.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;}
	.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: 13px;}
	.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: 13px;}
	.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: 13px; 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) {	
	#gallery-2 {height: 250px;}
	.ui-widget.ui-widget-content{ left:inherit !important; width:100% !important;}
}

@media only screen and (max-width: 375px) {	
	#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) {	
	#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) {	
	#gallery-2 {height: 185px;}
	.slec_filter_td, .slec_r_filter_td {width: 110px;}
	.ui-widget.ui-widget-content{ left:inherit !important; width:100% !important;}
}



/************************************************************************************
CSS NEW
*************************************************************************************/

body {
	font-size: 15px;
	line-height: 23px;
}
.swiper1 .swiper-slide {
	aspect-ratio: 2.483/1;
}
.swiper1 .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}
.icon_menu_mobile, .btn_dtmp {
	border-color: #0088df;
}
.f-detail a {
	color: #0088df;
}
.box_tbhhs {
	border: 1px solid #bef4c2 !important;
	background: #f1fcf1 !important;
	padding: 20px !important;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.ul_dm_sb > li > a h2 {
	font-size: 15px;
	font-weight: 400;
}

.til2_new {
	font-size: 28px;
	line-height: 36px;
	color: #222;
	padding-bottom: 30px;
}
.text_hv {
	transition: color .3s;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
}
.text_hv:hover {
	color: #0088df;
}

.list_spnb_new {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.list_spnb_new > li {
	width: 33.33333%;
	padding: 15px;
	display: flex;
	align-items: center;
}
.img_spnb_new {
	width: 80px;
	height: 80px;
	user-select: none;
}
.img_spnb_new img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}
.in_spnb_new {
	flex: 1;
	padding-left: 15px;
}
.in_spnb_new h3 {
	font-size: 17px;
	line-height: 25px;
}
.in_spnb_new h3 a {
	color: #222;
}
.in_spnb_new p {
	padding: 0;
	color: #777;
	font-size: 13px;
}

.spnb_new {
	padding: 60px 0;
	background-color: #f8fafb;
}

.gt_new {
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
	align-items: self-start;
	gap: 30px;
}
.nd_gt_new {
	width: 50%;
}
.nd_gt_new .f-detail ul li {
	list-style: none;
	margin-left: 0;
	padding: 5px 0 5px 35px;
	position: relative;
}
.nd_gt_new .f-detail ul li::before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	content: "\f772";
	position: absolute;
	top: 5px;
	left: 0;
	color: #0088df;
}
.in_gt_new {
	width: 50%;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.in_gt_new > li {
	width: 50%;
	position: relative;
}
.in_gt_new > li figure {
	user-select: none;
}
.in_gt_new > li img {
	display: block;
	width: 100%;
	aspect-ratio: 9/16;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}
.in_gt_new > li:hover .in_in_gt_new {
	background-color: rgba(0,108,180,0.95);
}
.in_gt_new > li:hover .in_in_gt_new::before {
	right: 10px;
}
.in_in_gt_new {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0,108,180,0.75);
	padding: 15px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	color: #fff;
	transition: background-color .3s;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-ms-transition: background-color .3s;
	-o-transition: background-color .3s;
}
.in_in_gt_new::before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	content: "\f054";
	position: absolute;
	top: 20px;
	right: 15px;
	font-size: 20px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.in_in_gt_new h4 {
	color: #fff;
	font-size: 20px;
	line-height: 28px;
}
.in_in_gt_new p {
	padding: 0;
	color: rgba(255,255,255,0.75);
	font-size: 13px;
}

.foot_2 {
	padding: 60px 0;
	background:#f8fafb url(../imgs/layout/bg_foot_2.png) no-repeat bottom right 5%;
}
.foot_2 > .min_wrap {
	display: flex;
	align-items: self-start;
	gap: 30px;
}
.l_foot_2_new, .r_foot_2_new {
	width: 50%;
}

.foot_3 {
	padding: 0 35px;
}
.ul_foot_3 {
	border-bottom: 1px solid #e4e4e7;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 15px 0;
}
.ul_foot_3 > li {padding: 5px 10px;}
.ul_foot_3 > li > a {
	color: #222;
	text-transform: capitalize;
	font-size: 15px;
}
.ul_foot_3 > li > a:hover {
	text-decoration: underline;
}
.info_foot_3 {
	text-align: center;
	font-size: 13px;
	color: #777;
	padding: 30px 0;
}
.info_foot_3 a {
	color: #0088df;
}

.faqmain {
	font-size: 28px;
	font-weight: 600;
	line-height: 36px;
	padding-bottom: 30px;
}
.faq_list {
	border-bottom: 1px solid #d4d4d8;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	margin-bottom: 5px;
}
.faq_list:last-child {
	margin-bottom: 0;
}
.faq_list h4 {
	cursor: pointer;
	font-size: 15px;
	padding: 15px 40px 15px 15px;
	position: relative;
}
.faq_list h4::before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	content: "\f054";
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -12px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.faq_list h4:hover::before {
	right: 10px;
}
.faq_list h4.active_faq::before {
	content: "\f078";
}
.faq_list .answer {
	padding: 0 0 30px 15px;
}
.faq_list .answer a {
	color: #0088df;
}

.filter_cata_new {
	height: 46px;
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	display: flex;
 	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
}
.l_filter_cata_new {
	display: flex;
	align-items: center;
}
.l_filter_cata_new > li {
	user-select: none;
}
.l_filter_cata_new .slec_filter_td {
	width: 150px;
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-ms-border-radius: 4px !important;
	-o-border-radius: 4px !important;
}
.l_filter_cata_new .slec_filter_td:focus {
	background-color: #eef9ff;
	border-color: #0088df;
}
.l_filter_cata_new .slec_filter_td:focus option {
	background-color: #fff;
}
.r_filter_cata_new > li {
	user-select: none;
}
.r_filter_cata_new .slec_r_filter_td {
	background-color: #eef9ff;
	border-color: #0088df;
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-ms-border-radius: 4px !important;
	-o-border-radius: 4px !important;
}
.r_filter_cata_new .slec_r_filter_td:focus {
	background-color: #0088df;
	background-image: url(../imgs/layout/icon_1_1.png);
	border-color: #0088df;
	color: #fff;
}
.r_filter_cata_new .slec_r_filter_td:focus option {
	background-color: #fff;
	color: #3f3e3e;
}
.but_reset {
	display: block;
	background-color: #eef9ff;
	color: #0088df;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.but_reset:hover {
	background-color: #0088df;
	color: #fff;
}

.f_cata_new {
	display: flex;
	flex-direction: row-reverse;
	height: calc(100vh - 160px);
}
.ct_f_cata_new {
	width: 55%;
	height: 100%;
	box-sizing: border-box;
	padding: 20px;
	overflow-x: hidden;
	overflow-y: auto;
}
.ct_f_cata_new #footer {
	padding-top: 40px;
	margin: 0 -20px;
}
.ct_f_cata_new .foot_2 {
	background-image: none;
	padding: 40px 0;
}
.ct_f_cata_new .foot_2 > .min_wrap {
	display: block;
	width: auto;
}
.ct_f_cata_new .l_foot_2_new, .ct_f_cata_new .r_foot_2_new {
	width: auto;
	padding: 0 20px;
}
.ct_f_cata_new .foot_3 {
	padding: 0;
}
.sb_f_cata_new {
	width: 45%;
}

.h1_f_cata_new {
	font-size: 28px;
	line-height: 36px;
	padding-bottom: 10px;
}
.h1_f_cata_new::first-letter {
	text-transform: uppercase;
}
.h2_f_cata_new {
	font-weight: 600;
}
.h2_f_cata_new h2 {
	font-size: 15px;
	display: inline-block;
}
.h3_f_cata_new {
	font-size: 13px;
	line-height: 19px;
	font-weight: 400;
}

.list_cata_new > li {
	padding: 20px 0;
	border-bottom: 1px dotted #ccc;
}
.list_cata_new > li:last-child {
	border-bottom: 0;
}
.list_cata_new > li > a {
	display: flex;
}
.img_list_cata_new {
	aspect-ratio: 3/2;
	width: 220px;
}
.img_list_cata_new img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	transition: transform .3s;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
}
.list_cata_new > li:hover .img_list_cata_new img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.nd_list_cata_new {
	overflow: hidden;
	flex: 1;
	padding-left: 20px;
	color: #666;
}
.na_list_cata_new {
	color: #222;
	font-size: 17px;
	line-height: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.na_list_cata_new::first-letter {
	text-transform: uppercase;
}
.na_list_cata_new:hover {
	color: #0088df;
}
.pri_list_cata_new {
	display: block;
	color: #ED1B2E;
	padding: 5px 0 0 0;
	font-size: 19px;
}
.date_list_cata_new, .tp_list_cata_new, .dt_list_cata_new {
	font-size: 13px;
	line-height: 19px;
	padding: 5px 0 0 0;
}
.date_list_cata_new i, .tp_list_cata_new i, .dt_list_cata_new i {
	width: 16px;
	text-align: center;
	margin-right: 4px;
	font-size: 14px !important;
}
.dt_list_cata_new span::after {
	content: "-";
}
.dt_list_cata_new span:last-child::after {
	display: none;
}
.b_tg_gias {
	display: block;
	margin-top: 15px;
	border-top: 1px solid #e4e4e7;
	border-bottom: 1px solid #e4e4e7;
	padding: 10px 0;
	font-size: 15px;
}
.b_tg_gias b {
	color: #1fa42b;
}

.map_f_cata_new {
	height: 100%;
	background-color: #eee;
	overflow: hidden;
}
.map_f_cata_new iframe {
	width: 100% !important;
	height: 100% !important;
}

.f_page_new {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.ct_f_page_new {
	flex: 1;
	margin-left: 50px;
}
.sb_f_page_new {
	width: 220px;
	position: relative;
}

.til_f_page_new {
	padding-bottom: 15px;
	font-size: 28px;
	line-height: 36px;
}
.list_sb_f_page_new {
	position: sticky;
	top: 0;
	padding: 10px 0;
}
.list_sb_f_page_new::before {
    content: "";
	position: absolute;
    top: 10px;
    left: 0;
	bottom: 10px;
    background-color: #000;
    width: 1px;
}
.list_sb_f_page_new > li {
	position: relative;
}
.list_sb_f_page_new > li > a {
	display: block;
	padding: 10px 20px;
	color: #3f3e3e;
	font-size: 17px;
	transition: color .3s;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
}
.list_sb_f_page_new > li > a h2 {
	font-size: 17px;
	font-weight: 400;
}
.list_sb_f_page_new > li.active::before {
	content: "";
	background-color: #0088df;
	position: absolute;
	top: 0;
	left: -2px;
	bottom: 0;
	z-index: 1;
	width: 5px;
}
.list_sb_f_page_new > li.active > a, .list_sb_f_page_new > li > a:hover {
	color: #0088df;
}

.f_prod_D_news {
	padding: 10px 0;
}
.r2_f_prod_D_news {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.l_r2_f_prod_D_news {
	display: flex;
	flex-wrap: wrap;
	color: #666;
}
.l_r2_f_prod_D_news > li {
	padding-right: 20px;
}
.l_r2_f_prod_D_news > li:last-child {
	padding-right: 0;
}
.pri_r2_f_prod_D_news {
	color: #ED1B2E;
	font-size: 19px;
	font-weight: 600;
}

.share_D {
	display: flex;
	align-items: center;
}
.list_share_D {
	display: flex;
	align-items: center;
}
.list_share_D > li {
	margin-left: 8px;
}
.list_share_D > li > a {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	font-size: 14px;
	background-color: #fff;
	color: #999;
	border: 1px solid #eee;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.list_share_D > li > a:hover {
	color: #fff;
	background-color: #0088df;
	border-color: #0088df;
}
.line_list_share_D {
	width: 1px;
	height: 26px;
	background-color: #eee;
}

.r3_f_prod_D_news {
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
}
.ct_r3_f_prod_D_news {
	width: 770px;
}
.sb_r3_f_prod_D_news {
	flex: 1;
	padding-left: 30px;
}
.dm_sb_new {
	padding: 30px;
	background-color: #fff;
	margin-bottom: 30px;
	border: 1px solid #CFD6E4;
	box-shadow: 0px 6px 10px rgba(34, 37, 49, 0.08);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}
.t_dm_sb_new {
	padding-bottom: 15px;
}
.t_dm_sb_new strong {
	font-size: 19px;
	line-height: 27px;
	display: block;
}
.t_dm_sb_new span {
	display: block;
	color: #666;
}
.list_dm_sb_new > li > a {
	display: inline-block;
	padding: 2.5px 0;
	color: #666;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.list_dm_sb_new > li > a:hover {
	color: #0088df;
}

.slide_td_D_simple_new, .swiper6 {
	aspect-ratio: 16/9;
	background-color: #f8fafb;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	overflow: hidden;
}
.slide_td_D_simple_new img {
	display: block;
	width: auto;
	height: 100%;
	margin: auto;
}

.swiper6 .swiper-slide {
	aspect-ratio: 16/9;
}
.swiper6 .swiper-slide img {
	margin: auto;
	display: block;
	width: auto;
	height: 100%;
}
.slide_td_D_simple_new img, .swiper6 .swiper-slide img:hover {
	cursor: zoom-in;
}
.swiper6 .swiper-button-next, .swiper6 .swiper-button-prev {
	user-select: none;
}
.swiper6 .swiper-button-disabled {
	display: none;
}

.dg_f_prod_D_news {
	position: relative;
}
.dg_f_prod_D_news .rating_it {
	cursor: pointer;
	margin: 0;
	float: none;
	font-size: 13px;
	min-height: 50px;
}
.dg_f_prod_D_news #star {
	user-select: none;
	display: block;
	float: none;
	margin: 0;
	padding-bottom: 5px;
}
.dg_f_prod_D_news .b_tg_gias {
	border: 1px solid #bef4c2 !important;
    background: #f1fcf1 !important;
	margin-top: 20px;
	padding: 15px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.qr_f_prod_D_new {
	position: absolute;
	top: 13px;
	right: 23px;
}
.qr_f_prod_D_new img {
	width: 80px !important;
	height: 80px !important;
}

.r_f_prod_new {
	padding: 30px 0;
}
.r_f_prod_new .comment_in {
	margin-top: 0 !important;
}
.r_f_prod_new .comment_in h2 {
	display: none !important;
}
.r_f_prod_new .list_cmm > li figure img {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.til_f_prod_new {
	font-size: 23px;
	line-height: 31px;
	font-weight: 600;
	padding-bottom: 20px;
}
.til_f_prod_new a {
	display: inline-block;
	color: #0088df;
	font-size: 13px;
	margin-left: 4px;
	font-weight: 400;
}
.til_f_prod_new a i {
	font-size: 12px;
}

.map_td_D .main-map {
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.tag_new a {
	display: inline-block;
	font-size: 13px;
	padding: 6px 16px;
	line-height: 20px;
	background-color: #F2F2F2;
	color: #2C2C2C;
	margin: 3px 0;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
.tag_new a:hover {
	background-color: #eee;
}

.ts_td_D_2_new {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.ts_td_D_2_new > li {
	width: 33.3333%;
	box-sizing: border-box;
	padding: 8px 15px;
}
.ts_td_D_2_new > li p {
	padding: 0;
}
.ts_td_D_2_new .l_ts_td_D_2 {
	float: none !important;
	width: auto !important;
	font-weight: 600 !important;
	font-size: 17px;
}
.ts_td_D_2_new .r_ts_td_D_2 {
	float: none !important;
	width: auto !important;
	color: #666;
	border-left: 0 !important;
}
.ts_td_D_2_new .r_ts_td_D_2 a {
	color: #0088df;
}
.ts_td_D_2_new .r_ts_td_D_2 strong {
	color: #ED1B2E !important;
}

.til_f_prod_new {
	position: relative;
}
.til_f_prod_new .swiper-button-next-5 {
	user-select: none;
	right: 0;
	top: 5px;
	width: 15px;
	height: 24px;
	margin-top: 0;
	background-size: 100% 100%;
}
.til_f_prod_new .swiper-button-prev-5 {
	user-select: none;
	left: auto;
	right: 24px;
	top: 5px;
	width: 15px;
	height: 24px;
	margin-top: 0;
	background-size: 100% 100%;
}
.swiper5 .swiper-slide {
	width: 220px;
}

.img_td_D_other_new {
	aspect-ratio: 3/2;
}
.img_td_D_other_new img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}
.ti_td_D_other_new {
	padding-top: 15px;
}
.ti_td_D_other_new .na_list_cata_new {
	font-size: 15px;
	line-height: 23px;
	-webkit-line-clamp: 3;
}
.ti_td_D_other_new .date_list_cata_new,
.ti_td_D_other_new .dt_list_cata_new {
	color: #666;
}

/************************************************************************************
CSS RESPONSIVE NEW
*************************************************************************************/

@media only screen and (max-width: 1280px) and (min-width: 767px) {
	.r_banner {
		width: calc(100% - 272px);
	}
}

@media only screen and (max-width: 1180px) and (min-width: 767px) {
	.min_wrap {
		width: 96%;
	}
	.ct_f_cata_new {
		width: 60%;
	}
	.sb_f_cata_new {
		width: 40%;
	}
	.l_filter_cata_new .slec_filter_td {
		width: 120px;
	}
	.foot_2 {
		background-size: 48% auto;
	}
	.ct_r3_f_prod_D_news {
		width: 66.66666%;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
	.r_f_prod_new {
		padding: 25px 0;
	}
	.dm_sb_new {
		padding: 25px;
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 1023px) {
	.r_banner {
		width: auto;
	}
	.list_spnb_new > li {
		width: 50%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.gt_new, .foot_2 > .min_wrap {
		display: block;
	}
	.nd_gt_new, .in_gt_new {
		width: auto;
	}
	.nd_gt_new .f-detail ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.nd_gt_new .f-detail ul li {
		width: 49%;
	}
	.l_foot_2_new, .r_foot_2_new {
		width: auto;
	}
	.foot_2 {
		background-image: none;
	}
	.til2_new, .faqmain {
		font-size: 24px;
		line-height: 32px;
		text-align: center;
		padding-bottom: 20px;
	}
	.info_foot_3 {
		padding: 20px 0;
	}
	.f_page_new {
		padding-top: 10px;
		display: block;
	}
	.ct_f_page_new {
		margin-left: 0;
	}
	.sb_f_page_new {
		width: auto;
	}
	.f_cata_new {
		display: block;
		height: auto;
	}
	.ct_f_cata_new {
		overflow: visible;
		width: auto;
		height: auto;
	}
	.filter_cata_new {
		display: block;
		height: auto;
		padding: 10px;
	}
	.l_filter_cata_new {
		flex-wrap: wrap;
		position: relative;
	}
	.l_filter_cata_new > li {
		width: 33.33333%;
		padding: 2.5px;
		box-sizing: border-box;
	}
	.l_filter_cata_new .slec_filter_td {
		width: 100%;
		margin: 0;
	}
	.filter_td_rs {
		position: absolute;
		bottom: -37.5px;
		left: 0;
		width: 30px;
		height: 30px;
	}
	.but_reset {
		display: inline-block;
		padding: 0 10px;
		width: auto;
	}
	.but_reset::after {
		content: "Reset";
	}
	.r_filter_cata_new {
		padding: 10px 3px 0 0;
		display: flex;
		justify-content: flex-end;
	}

	.spnb_new {
		padding: 4% 0;
	}
	.gt_new, .foot_2 {
		padding: 6% 0;
	}
	.nd_gt_new {
		padding-bottom: 6%;
	}
	.sb_f_cata_new {
		display: none;
	}
	.r2_f_prod_D_news {
		display: block;
	}
	.share_D {
		justify-content: space-between;
		padding-top: 10px;
	}
	.r3_f_prod_D_news {
		display: block;
		padding-top: 20px;
	}
	.ct_r3_f_prod_D_news {
		width: auto;
	}
	.sb_r3_f_prod_D_news {
		padding: 20px 0 0 0;
	}
	.r_f_prod_new {
		padding: 20px 0;
	}
	.ts_td_D_2_new {
		margin: 0 -10px;
	}
	.ts_td_D_2_new > li {
		padding: 8px 10px;
	}
	.dm_sb_new {
		padding: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.list_spnb_new > li {
		width: 100%;
	}
	.nd_gt_new .f-detail ul {
		display: block;
	}
	.nd_gt_new .f-detail ul li {
		width: auto;
	}
	.in_gt_new {
		display: block;
	}
	.in_gt_new > li {
		width: auto;
		margin-bottom: 3%;
	}
	.in_gt_new > li:last-child {
		margin-bottom: 0;
	}
	.in_gt_new > li img {
		aspect-ratio: 1/1;
	}
	.til_f_page_new, .h1_f_cata_new {
		font-size: 24px;
		line-height: 32px;
	}
	.ct_f_cata_new {
		padding: 15px;
	}
	.list_cata_new > li > a {
		display: block;
	}
	.img_list_cata_new {
		width: 100%;
	}
	.nd_list_cata_new {
		padding: 15px 0 0 0;
	}
	.r_filter_cata_new {
		padding-right: 0;
	}
	.r_filter_cata_new > li {
		width: 33.33333%;
		box-sizing: border-box;
		padding: 0 2.5px;
	}
	.slec_r_filter_td {
		width: 100%;
	}

	.spnb_new {
		padding: 6% 0;
	}
	.gt_new, .foot_2 {
		padding: 9% 0;
	}
	.ul_foot_3 {
		display: none;
	}
	.ts_td_D_2_new > li {
		width: 50%;
	}
	.ts_td_D_2_new .l_ts_td_D_2 {
		font-size: 15px;
	}
	.til_f_prod_new {
		font-size: 21px;
		line-height: 29px;
		padding-bottom: 15px;
	}
}