@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import "../templates/font-awesome-pro/css/all.min.css";
@import "../scripts/swiper-8/swiper-bundle.min.css";

/************************************************************************************

CSS RESET

*************************************************************************************/



*{margin:0;padding:0;outline:0;box-sizing:border-box;text-rendering:optimizeSpeed}

html{height:100%;}

h1{font-size:18px;}

h2{font-size:18px;}

h3{font-size:16px;}

h4{font-size:16px;}

h5{font-size:16px;}

h6{font-size:15px;}

a{text-decoration:none;}

p{padding: 0 0 10px 0;}

img{border:0; border-spacing:0;}

img, embed{vertical-align:middle;}

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td, img, embed  {

        margin: 0;

        padding: 0;

        outline: 0;

}

/* remember to define focus styles! */

:focus {

        outline: 0;

}

ol, ul {

        list-style: none;

}

/* tables still need 'cellspacing="0"' in the markup */

table {

	border-collapse: collapse;

	border-spacing: 0;

	border: 1px solid #eee

}

table td, table th {border: 1px solid #eee; padding: 3px 10px;}

caption, th, td {

        font-weight: normal;

}

blockquote:before, blockquote:after,

q:before, q:after {

        content: "";

}

blockquote, q {

        quotes: "" "";

}

strong, b {

	font-weight:bold;

}

em {

	font-style:italic;

}

pre {

	white-space: pre-wrap; /* css-3 */

	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */

	white-space: -pre-wrap; /* Opera 4-6 */

	white-space: -o-pre-wrap; /* Opera 7 */

	word-wrap: break-word; /* Internet Explorer 5.5+ */

}



input[type=text], input[type=password], input[type=file], input[type=submit], input[type=reset], textarea{

	appearance: none;

	-webkit-border-radius: 0 !important;

	-moz-border-radius: 0 !important;

	border-radius: 0 !important;

}



input[type=file], input[type=submit], input[type=reset]{

	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

*************************************************************************************/

:root {
	font-size: 10px;

	--PrimaryColor:#59357c;
	--SecondaryColor:#ffcd52;
	--color-1: #2D2D2D;
	--color-2: #999;

	--tailwind-50 : #faf7fd;
	--tailwind-100: #f2ecfb;
	--tailwind-200: #e8ddf7;
	--tailwind-300: #d6c2f0;
	--tailwind-400: #bc9be5;
	--tailwind-500: #a275d7;
	--tailwind-600: #8b57c6;
	--tailwind-700: #7643ad;
	--tailwind-800: #643b8e;
	--tailwind-900: #59357c;
	--tailwind-950: #361952;

	--tailwind2-50 : #fffaeb;
	--tailwind2-100: #fff1c6;
	--tailwind2-200: #ffe088;
	--tailwind2-300: #ffcd52;
	--tailwind2-400: #ffb520;
	--tailwind2-500: #f99207;
	--tailwind2-600: #dd6b02;
	--tailwind2-700: #b74906;
	--tailwind2-800: #94380c;
	--tailwind2-900: #7a2f0d;
	--tailwind2-950: #461602;

	--gap04: 0.4rem;
	--gap08: 0.8rem;
	--gap12: 1.2rem;
	--gap16: 1.6rem;
	--gap24: 2.4rem;
	--gap32: 3.2rem;
	--gap48: 4.8rem;
}

html {background: #222;}

body {

	font-family: 'Roboto Condensed',Arial, Helvetica, sans-serif;

	font-weight: 400;

	font-size: 16px;

	color: #3f3e3e;

	line-height:1.5em;

}

.css_body {

	background: #f7f7f7;

	-webkit-text-size-adjust:100%;

	word-wrap: break-word;

	height: auto;

	min-height: 100%;

	letter-spacing: 0.2px;

}

.fixbody {overflow: hidden;}



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



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

.img_td_h, .ul_td_1 > li .img_td_sty { margin-bottom: 10px;}

/************************************************************************************

CSS HEADER

*************************************************************************************/



#header {

	background: #fff;

	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.24);

	-moz-box-shadow: 0 0 7px rgba(0,0,0,0.24);

	box-shadow: 0 0 7px rgba(0,0,0,0.24);

	position: relative;

	z-index: 1;

}

.none_div{ display:none;}



.top_hea {
	background: var(--tailwind-900);
	color: #fff
}



.l_top_hea {float: left;}

.l_top_hea > li {float: left; padding: 8px 11px 8px 10px; position: relative;}

.l_top_hea > li::before {

	content: "";

	width: 1px; height: 10px;

	background: #fff;

	position: absolute;

	top: 13px; right: 1px;

}

.l_top_hea > li:last-child::before {display: none;}

.l_top_hea > li:first-child {padding-left: 0;}

.l_top_hea > li:last-child {padding-right: 0;}

.l_top_hea > li > a {color: #fff; display: inline-block;}

.l_top_hea > li.active > a, .l_top_hea > li > a:hover {
	color: var(--SecondaryColor);
}



.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 > a:hover {
	color: var(--SecondaryColor);
}

.r_top_hea > li i {

	font-size: 14px;

	position: relative;

	top: 1px;

	margin-right: 5px;

}



.r_top_hea > li.li_user {padding: 0;}

.r_top_hea > li.li_user > a {display: block; line-height: 36px;}

.r_top_hea > li.li_user:hover ol {display: block;}

.r_top_hea > li.li_user ol {

	display: none;

	background: #fff;

	position: absolute;

	top: 36px; right: 0;

	z-index: 99999;

	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 {
	display: flex;
	align-items: center;
	gap: var(--gap24);
	padding: 10px 0;
	position: relative;
}

.r_banner {
	flex: 1;
}

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



.logo_text{ font-size:40px;display: inline-block; margin-top:5px;}

.logo_text span{ font-weight:bold;}

.logo_text p{ font-size:15px; margin-top:10px; color:#999;}

.logo_text:hover p{ color:#00a8fd;}

.logo_text:hover span{ opacity:0.8;}



.search_hea {
	display: flex;
	align-items: center;
	border: 1px solid #ececec;
	position: relative;
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}

.slec_search_hea {

	background: #fbfbfb url(../imgs/layout/icon_1.png) no-repeat center right 13px;

	width: 100%; height: 40px;

	border: 0;

	border-right: 1px solid #ececec;

	padding: 0 40px 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;

}

.ipt_search_hea {

	background: #fff;

	width: 100%; height: 40px;

	border: 0;

	padding: 0 40px 0 10px;

	color: #999;

}
.l_search_hea, .r_search_hea .slec_search_hea {
	flex-basis: 18rem;
}
.r_search_hea {
	display: flex;
	align-items: center;
	flex: 1;
}

.in_r_search_hea {flex: 1;}
.btn_search_hea {
	cursor: pointer;
	border: 0;
	width: 40px; height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--PrimaryColor);
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	font-size: 16px;
}


.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 {
	color: #fff;
	background: var(--tailwind-200);
	color: var(--PrimaryColor);
	text-align: center;
	text-transform:capitalize;
	line-height: 1.6rem;
	padding: 1.2rem 1.6rem;
	margin-left: auto;
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}
.btn_dtmp:hover, .btn_dtmp:focus {
	color: var(--SecondaryColor);
	background: var(--tailwind-900);
}

.btn_dtmp i {font-size: 14px; margin-right: 5px;}



/************************************************************************************

CSS CONTAINER

*************************************************************************************/



#container {min-height: 500px;}



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



.row_h_1 {
	background: #fff;
	overflow: hidden;
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}



.slide {float: right; width: 855px; padding: 15px 15px 15px 0;}
.swiper1 {
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}
.swiper1 .swiper-slide {background: #f6f6f6; height: 390px;}

.swiper1 .swiper-slide img {display: block; width: 100%; height: 100%;}

.swiper1 .swiper-pagination-1 .swiper-pagination-bullet {width: 10px; height: 10px;}



.dm_h {

	float: left;

	width: 300px;

	padding: 15px 0;

	position: relative;

}

.ul_dm_h {height: 390px; overflow-y: auto;}

.ul_dm_h > li > a {

	display: block;

	font-size: 14px;

	color: var(--color-1);

	line-height: 40px;
	position: relative;
	padding: 3px 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border-bottom:solid 1px #D5D5D5;
	margin:0px 10px;
	text-transform:uppercase;
	font-weight:500;

}

.ul_dm_h > li > a i{ font-size:18px;margin-right: 5px; font-weight:bold; color:#1fa42b;}



.ul_dm_h li:nth-child(1) a i{ color:#ED1B2E;}

.ul_dm_h li:nth-child(2) a i{ color:#1db267;}

.ul_dm_h li:nth-child(3) 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: var(--PrimaryColor);
	padding-left: 12px;
	border-left: 4px solid var(--PrimaryColor);
	background: var(--tailwind-50);
}



.adv_h_1 {
	overflow: hidden;
	padding: 24px 0;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap16);
	width: 100%;
	float: left;
}
.adv_h_1 > li {flex: 1;}
.adv_h_1 > li img, .adv_h_2 > li img {
	display: block;
	width: 100%;
	height:auto;
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}

.adv_h_2 {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap16);
}
.adv_h_2 > li {
	flex: 1;
}



.block_h {margin-bottom: 20px;}



.title_td_h {

	position: relative;

	padding-left: 70px;

	font-size: 14px;

	line-height: 35px;

	text-transform: uppercase;

	font-weight: bold;

}

.title_td_h_1 {
	color: #fff;
	background: var(--PrimaryColor);
	border-top-right-radius: .4rem;
	border-top-left-radius: .4rem;
}

.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: 14px;
	font-weight:600;
	color: var(--color-1);
	padding: 1.2rem;
}

.name_td_h::first-letter {text-transform: uppercase;}

.img_td_h {
	aspect-ratio: 1/1;
	background: #fff;
	position: relative;
	overflow:hidden;
}
.img_td_h img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.price_td_h {
	color: #e00808;
	font-size: 14px;
}
.price_td_h_2 {background: #e00808;}

.swiper4 .swiper-slide .ti_td_h .tool_td_h {
	color: var(--color-1);
}

.ti_td_h {
	padding: 1.2rem;
	font-size: 12px;
	color: var(--color-1);
}
.ti_td_h .tool_td_h {
	color: var(--PrimaryColor);
}

.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;

}

.FAQPage .faq_list {
	background-color: rgba(255,255,255,.1) !important;
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}
.FAQPage .faq_list:nth-child(2n) {
	background-color: rgba(255,255,255,.2) !important;
}
.FAQPage .faq_list:hover {
	background-color: rgba(255,255,255,.25) !important;
}

.swiper2 {
	background: #fff;
	padding: 16px !important;
	border-bottom-right-radius: .4rem;
	border-bottom-left-radius: .4rem;
}

.swiper2 .swiper-slide, .swiper4 .swiper-slide {
	position: relative;
	border: 1px solid var(--tailwind-200);
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}

.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 {
	background-color: #fff;
	overflow: hidden;
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
	width: 100%;
}
.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: var(--tailwind-500);
}
#t_row_h_4_box2{
	background-color: var(--tailwind-600);
}
#t_row_h_4_box3{
	background-color: var(--tailwind-7);
}
#t_row_h_4_box4{
	background-color: var(--tailwind-800);
}



#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 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
	gap: var(--gap16);
	padding: 16px;
}
.ul_row_h_4 > li {
	padding: .8rem;
	position: relative;
	border: 1px solid var(--tailwind-200);
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}
.ul_row_h_4 > li:hover, .swiper2 .swiper-slide:hover {
	background-color: var(--tailwind-50);
	border-color: var(--tailwind-300);
}
.ul_row_h_4 > li .loca_icon_vip {position: absolute; bottom: .8rem; right: .8rem;}
.ul_row_h_4 > li .loca_icon_vip .icon_vip {

	position: static;

	display: inline-block;

	width: 24px; height: 24px;

	background-size: 100% 100%;

}

.ul_row_h_4 > li .loca_icon_vip .icon_spec {

	position: static;

	display: inline-block;

	width: 24px; height: 24px;

	background-size: 100% 100%;

}

.date_row_h_4 {

	float: left;

	width: 34px;

	margin-right: 8px;

	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 {
	font-size: 14px;
	color: var(--color-1);
	font-weight:500;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.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;
	font-size: 12px;
}

.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_2 {
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}


.row_h_5 {
	background: #fff;
	padding: 1.6rem;
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}
.in_row_h_5 {
	border: 1px solid var(--tailwind-200);
	padding: 3.2rem;
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}

.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;
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}

.swiper3 .swiper-slide figure img {
	object-fit: contain;
	display: block;

	width: auto; max-width: 100%;

	max-height: 100%;

	margin: auto;

	position: absolute;

	top: 0; right: 0; bottom: 0; left: 0;

}



.f_cont {padding-bottom: 40px;}



.breacrum {position: relative; padding: 8px 0;}

.ul_breacrum > li {display: inline-block; color: #999;}

.ul_breacrum > li::after {

	content: "\f105";

	margin: 0 3px;

	display: inline-block;

	font: normal normal normal 14px/1 FontAwesome;

	font-size: 12px;

	text-rendering: auto;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

}

.ul_breacrum > li:last-child::after {display: none;}

.ul_breacrum > li > a {color: #999;}

.ul_breacrum > li > a:hover {color: #333;}



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



.f_page {
	background: #fff;
	padding: 1.6rem;
	overflow: hidden;
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}



.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: var(--PrimaryColor);

	text-transform: uppercase;

	font-size: 12px;

	line-height: 30px;

	padding: 0 20px;

}

.h_t_sb::before {

	content: "";

	border-bottom: 30px solid var(--PrimaryColor);

	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: 1px solid var(--tailwind-100);
	padding: .8rem 1.6rem;
	background: #fff;
}

.ul_dm_sb > li + li {border-top: 1px dotted #ddd;}

.ul_dm_sb > li > a {

	color: #3f3e3e;

	display: block;

	padding: 8px 50px 8px 17px;

	white-space: nowrap;

	text-overflow: ellipsis;

	overflow: hidden;

	position: relative;

	background: url(../imgs/layout/icon_10_1.png) no-repeat top 15px left 0;

	text-transform:capitalize;

}

.ul_dm_sb > li.active > a, .ul_dm_sb > li > a:hover {color: #ED1B2E; background-image: url(../imgs/layout/icon_10_3.png); font-weight:bold;}

.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 var(--PrimaryColor);

	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: var(--PrimaryColor);

	padding: 0 20px;

	line-height: 35px;

	z-index: 1;

	white-space: nowrap;

	text-overflow: ellipsis;

	max-width: 300px;

	overflow: hidden;

}

.link_td_other {

	color: var(--PrimaryColor);

	position: absolute;

	top: 5px; right: 10px;

}

.link_td_other i {margin-left: 3px;}

.t_td_other .h_t_td {
	color: var(--tailwind2-950);
	background: var(--SecondaryColor);
}
.t_td_other .our_h_t_td::before {
	border-bottom: 35px solid var(--SecondaryColor);
}

.list_ct_sm_2_new > li {
	margin-bottom: .2rem;
	background-color: var(--tailwind-50);
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}
.list_ct_sm_2_new > li:nth-child(2n) {
	background-color: var(--tailwind-100);
}

.list_ct_sm_2_new > li:hover {
	background-color: var(--tailwind-200);
}
.list_ct_sm_2_new > li > a {
	display: block;
	padding: 1.2rem;
}
.list_ct_sm_2_new .na_list_ct_sm_2 span {
	color: var(--color-1);
	font-weight: 500;
}
.list_ct_sm_2_new .na_list_ct_sm_2, .list_ct_sm_2_new .pri_list_ct_sm_2, .list_ct_sm_2_new .date_list_ct_sm_2, .list_ct_sm_2_new .map_list_ct_sm_2 {
	padding: 0;
}

.filter_td {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--gap16);
	margin-bottom: 1.6rem;
}
.l_filter_td {
	display: flex;
	align-items: center;
	gap: var(--gap04);
}

.l_filter_td > li {position: relative;}

.l_filter_td > li .fa-map-marker {

	font-size: 12px;

	width: 33px; height: 30px;

	text-align: center;

	line-height: 30px;

	z-index: 2;

	color: #3f3e3e;

	position: absolute;

	top: 0; left: 0;

}

.filter_td_rs{ margin-right:0px !important;}

.l_filter_td > li.filter_td_rs a {

	display: block;

	width: 30px; height: 30px;

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	border-radius: 50%;

	background: #ececec;

	text-align: center;

	line-height: 30px;

}

.l_filter_td > li.filter_td_rs a:hover {background: #0099cc;}

.l_filter_td > li.filter_td_rs a i {color: #444343; font-size: 14px;}

.l_filter_td > li.filter_td_rs a:hover i {color: #fff;}

.slec_filter_td {

	background: #fff url(../imgs/layout/icon_1.png) no-repeat center right 10px;

	border: 1px solid #ececec;

	height: 30px;

	padding: 0 28px 0 10px;

	-webkit-border-radius: 20px !important;

	-moz-border-radius: 20px !important;

	border-radius: 20px !important;

	white-space: nowrap;

	width:100px;margin:5px;

}

:-moz-tree-row(hover), .slec_filter_td {padding-left: 29px;}



.r_filter_td {float:right;}

.r_filter_td > li {float: left;}

.slec_r_filter_td {

	background: #fff url(../imgs/layout/icon_1.png) no-repeat center right 10px;

	border: 1px solid #ececec;

	height: 30px;

	padding: 0 28px 0 13px;

	-webkit-border-radius: 20px !important;

	-moz-border-radius: 20px !important;

	border-radius: 20px !important;

	white-space: nowrap;

}

:-moz-tree-row(hover), .slec_r_filter_td {padding-left: 9px;}

.ol_r_filter_td > li {float: left; margin-right: 5px;}

.ol_r_filter_td > li > a {

	display: block;

	width: 30px; height: 30px;

	background-color: #ececec;

	background-repeat: no-repeat;

	background-position: center center;

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	border-radius: 50%;

}

.ol_r_filter_td > li.active > a {background-color: #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 .name_td_sty {

	font-weight: normal;

	white-space: nowrap;

	text-overflow: ellipsis;

	overflow: hidden;

	font-size: 12px;

	color: #3f3e3e;

	padding: 8px 15px;

	border: 1px solid #ececec;

	-webkit-border-top-left-radius: 5px;

	-webkit-border-top-right-radius: 5px;

	-moz-border-radius-topleft: 5px;

	-moz-border-radius-topright: 5px;

	border-top-left-radius: 5px;

	border-top-right-radius: 5px;

}

.ul_td_1 > li .img_td_sty {height: 182px; background: #f9f9f9; position: relative;overflow:hidden;}

.ul_td_1 > li .img_td_sty::before {

	content: "";

	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.1);

	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.1);

	box-shadow: inset 0 0 2px rgba(0,0,0,0.1);

	position: absolute;

	top: 0; right: 0; bottom: 0; left: 0;

	z-index: 1;

}

.ul_td_1 > li .img_td_sty img {display: block; width: 100%; height: 100%;}

.ul_td_1 > li .price_td_sty {

	display: block;

	font-size: 11px;

	font-weight: bold;

	color: #fff;

	text-align: center;

	width: 150px; height: 26px;

	line-height: 26px;

	-webkit-border-radius: 20px;

	-moz-border-radius: 20px;

	border-radius: 20px;

	position: absolute;

	bottom: 54px; left: 0; right: 0;

	margin: 0 auto;

	white-space: nowrap;

	text-overflow: ellipsis;

	overflow: hidden;

	border: 2px solid #fff;

}

.ul_td_1 > li .ti_td_sty {

	border: 1px solid #ececec;

	-webkit-border-bottom-right-radius: 5px;

	-webkit-border-bottom-left-radius: 5px;

	-moz-border-radius-bottomright: 5px;

	-moz-border-radius-bottomleft: 5px;

	border-bottom-right-radius: 5px;

	border-bottom-left-radius: 5px;

	padding: 20px 15px 8px 15px;

	font-size: 11px;

	color: #999;

}

.ul_td_1 > li .tool_td_sty {padding: 0;}

.ul_td_1 > li .tool_td_sty span {display: inline-block;}

.ul_td_1 > li .tool_td_sty span + span {margin-left: 15px;}

.ul_td_1 > li .tool_td_sty span i {margin-right: 3px;}

.ul_td_1 > li .map_td_sty {

	padding: 0;

	white-space: nowrap;

	text-overflow: ellipsis;

	overflow: hidden;

}

.ul_td_1 > li .map_td_sty i {margin: 0 3px 0 1px;}

.ul_td_1 > li .loca_icon_vip {position: absolute; top: 45px; right: 10px; height: 30px;}

.ul_td_1 > li .loca_icon_vip .icon_vip {

	position: static;

	display: inline-block;

	width: 30px; height: 30px;

	background-size: 100% 100%;

}

.ul_td_1 > li .loca_icon_vip .icon_spec {

	position: static;

	display: inline-block;

	width: 30px; height: 30px;

	background-size: 100% 100%;

}

.zoom_img:hover figure img{

	-webkit-transition: all .3s ease;

	-moz-transition: all .3s ease;

	-ms-transition: all .3s ease;

	-o-transition: all .3s ease;

	transition: all .3s ease;

	-webkit-transform: scale(1);

	-moz-transform: scale(1);

	-ms-transform: scale(1);

	-o-transform: scale(1);

	transform: scale(1);

}

.zoom_img:hover figure img{

	-webkit-transform: scale(1.1);

	-moz-transform: scale(1.1);

	-ms-transform: scale(1.1);

	-o-transform: scale(1.1);

	transform: scale(1.1);

}



.ul_td_2{ display:block; float:none; clear:both; margin-top:20px;}

.ul_td_2 > li {
	position: relative;
	display:block;
	border-bottom: 1px dotted #ddd;
	padding: 1.6rem 0;
}

.ul_td_2 > li:last-child{ margin-bottom:10px; padding-bottom:10px; border-bottom:none;}

.ul_td_2 > li a{ display:block;}

.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 {
	font-size: 14px;
	color: var(--color-1);
	font-weight: 600;
	margin-bottom: .4rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.ul_td_2 > li > a {
	display: flex;
	gap: var(--gap16);
}
.ul_td_2 > li .img_td_sty {
	background-color: var(--tailwind-50);
	aspect-ratio: 1/1;
	width: 100px;
	overflow:hidden;
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}

.ul_td_2 > li .img_td_sty img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.box_map_xs a {
	padding: .8rem 1.6rem !important;
	background-color: var(--tailwind-100) !important;
	color: var(--PrimaryColor) !important;
}
.box_map_xs a:hover {
	background-color: var(--tailwind-200) !important;
}
.box_map_xs a:focus {
	color: var(--SecondaryColor) !important;
	background-color: var(--PrimaryColor) !important;
}

.ul_td_2 .ti_td_sty {
	flex: 1;
	padding-right: 6rem;
	color: var(--color-1);
}

.ul_td_2 > li .price_td_h {

	background: none;

	position: static;

	margin: 0 0 .4rem 0;
	padding-bottom: 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: 14px;

	border: 0;

}

.ul_td_2 > li .tool_ngs {
	margin-bottom: .4rem;
	padding-bottom: 0;
}

.ul_td_2 > li .tool_ngs i {margin: 0 3px 0 1px;}

.ul_td_2 > li .tool_td_sty {padding: 0;}

.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: 1.6rem;
	right: 0;
}

.ul_td_2 > li .loca_icon_vip .icon_vip {

	position: static;

	display: inline-block;

	width: 24px; height: 24px;

	background-size: 100% 100%;

}

.ul_td_2 > li .loca_icon_vip .icon_spec {

	position: static;

	display: inline-block;

	width: 24px; height: 24px;

	background-size: 100% 100%;

}



.ul_td_3 {padding-top: 15px;}

.ul_td_3 > li {overflow: hidden; padding: 15px 10px; position: relative; background: #fff; border-top: 1px solid #eee;}

.ul_td_3 > li:nth-child(2n) {background: #f9f9f9;}

.ul_td_3 > li .icon_spec, .ul_td_3 > li .icon_vip {top: 15px; right: 10px;}

.ul_td_3 > li .img_td_sty {display: none;}

.ul_td_3 > li .name_td_sty {

	color: #3f3e3e;

	font-weight:bold;

	font-size: 14px;

	margin-bottom:10px;

}

.ul_td_3 .ti_td_sty {color: #999;}

.ul_td_3 > li .price_td_h {

	background: none;

	position: static;

	padding-bottom:10px;

	margin: auto;

	width: auto; height: auto;

	-webkit-border-radius: 0;

	-moz-border-radius: 0;

	border-radius: 0;

	text-align: left;

	line-height: inherit;

	color: #ED1B2E;

	font-size: 18px;

	border: 0;

}

.ul_td_3 > li .tool_td_sty {padding: 0;}

.ul_td_3 > li .tool_td_sty span {display: inline-block;}

.ul_td_3 > li .tool_td_sty span + span {margin-left: 15px;}

.ul_td_3 > li .tool_td_sty span i {margin: 0 3px 0 1px;}

.ul_td_3 > li .map_td_sty {

	padding: 0 60px 0 0;

	white-space: nowrap;

	text-overflow: ellipsis;

	overflow: hidden;

}

.ul_td_3 > li .map_td_sty i {margin: 0 3px 0 1px;}

.ul_td_3 > li .loca_icon_vip {position: absolute; bottom: 15px; right: 10px; height: 30px;}

.ul_td_3 > li .loca_icon_vip .icon_vip {

	position: static;

	display: inline-block;

	width: 30px; height: 30px;

	background-size: 100% 100%;

}

.ul_td_3 > li .loca_icon_vip .icon_spec {

	position: static;

	display: inline-block;

	width: 30px; height: 30px;

	background-size: 100% 100%;

}



.t_sb_D {
	color: var(--PrimaryColor);
	background: var(--tailwind-100);
	padding: 1.2rem 1.6rem;
	border-top-right-radius: .4rem;
	border-top-left-radius: .4rem;
}

.t_sb_D a {color: var(--PrimaryColor) !important;}
.t_sb_D strong {display: block; text-transform: uppercase;}
.t_sb_D span {display: block; font-size: 14px; font-weight: 500;}
.t_sb_D span i {margin-right: 3px;}



.title_h_td_D {position: relative; padding: 0 70px 10px 0;}

.title_h_td_D .loca_icon_vip {position: absolute; top: -5px; right: 0; height: 30px;}

.title_h_td_D .loca_icon_vip .icon_vip {

	position: static;

	display: inline-block;

	width: 30px; height: 30px;

	background-size: 100% 100%;

}

.title_h_td_D .loca_icon_vip .icon_spec {

	position: static;

	display: inline-block;

	width: 30px; height: 30px;

	background-size: 100% 100%;

}

.h_td_D {color: #3f3e3e; font-size: 16px; line-height: 22px;}

.h_td_D::first-letter {text-transform: uppercase;}

.h_td_D2 {color:#929292; font-size: 14px; line-height: 22px; font-style:italic; font-weight:normal;}

.h_td_D2::first-letter {text-transform: uppercase;}



.ts_td_D_1 {background: #fafafa; margin-bottom:10px;}

.ts_td_D_1 > li {display: inline-block;margin-right: 10px; padding-bottom:10px;}

.ts_td_D_1 li:last-child{margin-right: 0px;}

.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: 0px;
    margin-bottom: 10px;
    margin-top: 20px;
}



#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: #fff; border-bottom: 1px solid #fff;}

.ts_td_D_2 > li:nth-child(2n) {background: #f7f7f7;}
.ts_td_D_2 > li#load_stars {
	padding: .8rem 0;
}
.ts_td_D_2 > li p {padding: .8rem 1.6rem;}
.l_ts_td_D_2 {float: left; width: 120px; 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: var(--PrimaryColor);}

.btn_rep_td {background: #404443;}

.btn_sh_cmm {
	background-color: var(--tailwind-100) !important;
	color: var(--PrimaryColor) !important;
}
.btn_cmm {
	background-color: var(--PrimaryColor) !important;
}

.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: var(--tailwind-100);
	padding: 1.2rem;
	color: var(--PrimaryColor);
	overflow: hidden;
	display: flex;
	align-items: center;
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}

.td_news_D strong {
	text-transform: uppercase;
}
.td_news_D strong::before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	content: "\f0a1";
	margin-right: .8rem;
}
.mq_td_news_D {
	flex: 1;
	height: 2rem;
}
.mq_td_news_D marquee {
	line-height: 2rem;
	height: 2rem;
}
.mq_td_news_D marquee a {
	color: var(--PrimaryColor);
	display: inline-block;
}
.mq_td_news_D marquee a + a {margin-left: 16px;}
.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;
}

.swiper4 .swiper-slide .loca_icon_vip .icon_vip {

	position: static;

	display: inline-block;

	width: 24px; height:24px;

	background-size: 100% 100%;

}

.swiper4 .swiper-slide .loca_icon_vip .icon_spec {

	position: static;

	display: inline-block;

	width: 24px; height: 24px;

	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: 1.2rem 1.6rem;
	line-height: 1.6rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	background: var(--PrimaryColor);
	cursor: pointer;
	border: 0;
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}

.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;}



.f_sm {

	padding: 0 0 60px 0;

	min-height: 50vh;

}

.sm_1 {

	background-color: #fff;

	padding: 40px 0;

	box-shadow: 1px 0 1px rgba(0,0,0,.25);

}

.sm_1 .min_wrap {

	display: flex;

}

.l_sm_1 {

	width: 33.33333%;

	box-sizing: border-box;

}

.r_sm_1 {

	width: 66.66666%;

	box-sizing: border-box;

	padding-left: 40px;

}

.in_l_sm_1 {

	background-position: top center;

	background-size: cover;

	background-repeat: no-repeat;

	background-image: url(https://numbala.vn/uploads/quangcao/numbala-2-jpg-20210617143957yKZsyGzPFL.jpg);

	padding: 10px 20px;

	position: relative;

	border-radius: 2px;

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	-ms-border-radius: 2px;

	-o-border-radius: 2px;

}

.in_l_sm_1::before {

	content: "";

	background-color: rgba(0,0,0,.6);

	position: absolute;

	top: 0;

	right: 0;

	bottom: 0;

	left: 0;

	border-radius: 2px;

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	-ms-border-radius: 2px;

	-o-border-radius: 2px;

}

.img_l_sm_1 {

	display: flex;

	position: relative;

	align-items: center;

	z-index: 1;

}

.img_l_sm_1 figure {

	width: 80px;

}

.img_l_sm_1 figure img {

	display: block;

	border-radius: 50%;

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	-ms-border-radius: 50%;

	-o-border-radius: 50%;

	width: 72px; height: 72px;

	background-color: rgba(255,255,255,.5);

	padding: 4px;

}

.nd_in_l_sm_1 {

	flex: 1;

	padding-left: 10px;

	color: #fff;

}

.nd_in_l_sm_1 span {

	display: block;

	font-size: 14px;

	color: rgba(255,255,255,.7);

}

.h_nd_in_l_sm_1 {

	font-weight: 400;

	font-size: 20px;

	line-height: 26px;

}

.bot_l_sm_1 {

	padding-top: 10px;

	display: flex;

	justify-content: space-between;

	flex-wrap: wrap;

	position: relative;

	z-index: 1;

}

.bot_l_sm_1 a {

	width: 48%;

	text-align: center;

	text-transform: uppercase;

	font-size: 12px;

	color: #fff;

	border: 1px solid #fff;

	border-radius: 2px;

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	-ms-border-radius: 2px;

	-o-border-radius: 2px;

	padding: 2px 5px;

	box-sizing: border-box;

}

.bot_l_sm_1 a.active {

	border-color: #ED1B2E;

	color: #ED1B2E;

}

.list_r_sm_1 {

	display: flex;

	flex-wrap: wrap;

	justify-content: space-between;

}

.list_r_sm_1 > li {

	width: 48%;

	display: flex;

	padding: 5px 0;

}

.td_list_r_sm_1 {

	padding-bottom: 0;

}

.r_list_r_sm_1 {

	padding: 0 0 0 5px;

	color: #004E7F;

}



.sm_2 {

	margin-top: 20px;

	display: flex;

	justify-content: space-between;

	flex-wrap: wrap;

}

.ct_sm_2 {

	width: 998px;

}

.sb_sm_2 {

	flex: 1;

	padding-left: 20px;

}



.list_ct_sm_2 {

	display: flex;

	flex-wrap: wrap;

	margin: 0 -5px 10px -5px;

}

.list_ct_sm_2 > li {

	width: 20%;

	padding: 0 5px;

	box-sizing: border-box;

	margin-top: 10px;

}

.list_ct_sm_2 > li > a {

	display: flex;

	flex-direction: column;

	background-color: #fff;

	border-radius: 2px;

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	-ms-border-radius: 2px;

	-o-border-radius: 2px;

	box-shadow: 0 1px 2px rgba(0,0,0,.1);

	transition: .3s;

	-webkit-transition: .3s;

	-moz-transition: .3s;

	-ms-transition: .3s;

	-o-transition: .3s;

	user-select: none;

	height: 100%;

	box-sizing: border-box;

	padding-bottom: 8px;

}

.list_ct_sm_2 > li > a:hover {

	box-shadow: 0 0 15px rgba(0,0,0,.05);

	transform: translateY(-1px);

	-webkit-transform: translateY(-1px);

	-moz-transform: translateY(-1px);

	-ms-transform: translateY(-1px);

	-o-transform: translateY(-1px);

}

.img_list_ct_sm_2 img {

	aspect-ratio: 1/1;

	display: block;

	width: 100%;

	border-top-right-radius: 2px;

	border-top-left-radius: 2px;

}

.m_list_ct_sm_2 {

	display: flex;

	flex-direction: column;

	flex: 1 0 auto;

}

.na_list_ct_sm_2 {

	padding: 8px 10px 0 10px;

	display: flex;

	flex-direction: column;

	flex: 1 0 auto;

}

.na_list_ct_sm_2 span {

	font-weight: 400;

	color: #3f3e3e;

	font-size: 14px;

	line-height: 20px;

	display: -webkit-box;

	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;

	overflow: hidden;

}

.pri_list_ct_sm_2 {

	padding: 8px 10px 0 10px;

	line-height: 20px;

}

.p1_list_ct_sm_2 {

	color: #ED1B2E;

	margin-right: 5px;

	display: inline-block;

}

.p2_list_ct_sm_2 {

	text-decoration: line-through;

	color: rgba(0,0,0,.5);

	display: inline-block;

}

.date_list_ct_sm_2 {

	padding: 0 10px;

	font-size: 13px;

	line-height: 19px;

	color: rgba(0,0,0,.5);

}

.map_list_ct_sm_2 {

	padding: 0 10px;

	font-size: 13px;

	line-height: 19px;

	color: rgba(0,0,0,.5);

}



.filter_ct_sm_2 {

	background-color: rgba(0,0,0,.03);

	position: relative;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	padding: 13px 15px;

	border-radius: 2px;

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	-ms-border-radius: 2px;

	-o-border-radius: 2px;

}

.filter_ct_sm_2 .but_reset {

	margin-left: auto;

	width: 30px;

	height: 30px;

	text-align: center;

	line-height: 30px;

	background-color: rgba(0,0,0,.1);

	color: #3f3e3e;

	border-radius: 50%;

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	-ms-border-radius: 50%;

	-o-border-radius: 50%;

}

.filter_ct_sm_2 .but_reset:hover {

	color: #fff;

	background-color: #004E7F;

}

.f1_ct_sm_2 {margin-right: 10px;}

.f2_ct_sm_2 {margin-right: 5px;}

.f2_ct_sm_2 a {

	display: inline-block;

	background-color: #fff;

	color: #3f3e3e;

	text-align: center;

	padding: 5px 15px;

	margin-right: 5px;

	border-radius: 2px;

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	-ms-border-radius: 2px;

	-o-border-radius: 2px;

}

.f2_ct_sm_2 a.active {

	color: #fff;

	background-color: #004E7F;

}

.f3_ct_sm_2 {

	cursor: pointer;

	background: #fff url(../imgs/layout/icon_1.png) no-repeat center right 10px;

	appearance: none;

	padding: 0 31px 0 10px;

	height: 31px;

	border: 0;

	border-radius: 2px;

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	-ms-border-radius: 2px;

	-o-border-radius: 2px;

}



.t_sb_sm_2 {

	font-weight: 700;

	font-size: 18px;

	padding: 8px 0;

	border-bottom: 1px solid rgba(0,0,0,.05);

	margin-bottom: 8px;

}

.t_sb_sm_2 i {

	font-size: 16px;

	margin-right: 5px;

}

.list_sb_sm_2 > li > a {

	display: block;

	font-size: 16px;

	color: #3F3E3E;

	padding: 8px 12px;

	position: relative;

}

.list_sb_sm_2 > li.active > a {

	color: #ED1B2E;

}

.list_sb_sm_2 > li.active > a::before {

	font-family: "Font Awesome 5 Pro";

	font-weight: 900;

	content: "\f0da";

	position: absolute;

	top: 8px;

	left: 0;

	font-size: 14px;

}



.slide_sm {

	margin-top: 20px;

}

.slide_sm .swiper1 .swiper-slide {

	height: 534px;

	background-color: rgba(0,0,0,.1);

}



/************************************************************************************

CSS FOOTER

*************************************************************************************/

.FAQPage a {
	color: var(--PrimaryColor) !important;
}

#footer {
	background: #090d14;
	color: rgba(255,255,255,0.7);
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: var(--SecondaryColor);
}

.foot_1 .min_wrap {
	padding: 2.4rem 0;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.15);
}

.foot_1 strong {display: inline-block; line-height: 26px; font-weight: 500;}

.foot_1 strong a {
	color: var(--SecondaryColor) !important;
}

.foot_1 ul {
	float: right;
	display: flex;
	align-items: center;
	gap: var(--gap08);
}
.foot_1 ul > li > a {

	display: block;

	text-align:  center;

	line-height: 28px;

	color: var(--SecondaryColor) !important;

	-webkit-transition: .2s ease;

	-moz-transition: .2s ease;

	-ms-transition: .2s ease;

	-o-transition: .2s ease;

	transition: .2s ease;

	font-size:28px;

}
.foot_1 ul > li > a:hover {
	color: var(--SecondaryColor);
}

.foot_2 {
	padding: 30px 0;
}

.ul_foot_2 {overflow: hidden;}

.ul_foot_2 > li {float: left; width: 23%; margin-right: 2%; padding: 10px 0;}

.ul_foot_2 > li:nth-child(4n) {margin-right: 0;}

.ul_foot_2 > li:nth-child(4n+1) {clear: both;}

.t_foot_2 {

	font-size: 14px;

	font-weight: bold;

	color: #3f3e3e;

	white-space: nowrap;

	text-overflow: ellipsis;

	overflow: hidden;

	line-height: 26px;

}

.t_foot_2 img {

	position: relative;

	top: -1px;

	margin-right: 5px;

	display: inline-block;

	width: 26px; height: 26px;

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	border-radius: 50%;

}

.ol_foot_2 {padding-top: 10px;}

.ol_foot_2 > li {

	padding-left: 24px;

	line-height: 22px;

	white-space: nowrap;

	text-overflow: ellipsis;

	overflow: hidden;

	background: url(../imgs/layout/icon_2.png) no-repeat top 8px left 10px;

}

.ol_foot_2 > li > a {color: #999;}

.ol_foot_2 > li:hover {background-image: url(../imgs/layout/icon_2_1.png);}

.ol_foot_2 > li > a:hover {color: #0099cc; text-decoration: underline;}



.t_foot_2 a {
	font-weight: 500;
	text-transform:uppercase;
}
.t_foot_2 a i {
	color: var(--PrimaryColor);
	font-size:18px;
	font-weight:bold;
}
.t_foot_2 a:hover {
	color: var(--PrimaryColor);
}



.ul_foot_2 li:nth-child(1) a i{ color:#ED1B2E;}

.ul_foot_2 li:nth-child(2) a i{ color:#1db267;}

.ul_foot_2 li:nth-child(3) a i{ color:#004E7F;}

.ul_foot_2 li:nth-child(4) a i{ color:#424242;}

.ul_foot_2 li:nth-child(5) a i{ color:#F100E8;}

.ul_foot_2 li:nth-child(6) a i{ color:#739F00;}

.ul_foot_2 li:nth-child(7) a i{ color:#00423B;}

.ul_foot_2 li:nth-child(8) a i{ color:#0015FF;}


.ul_foot_3 {
	max-width: 1170px;
	margin: 0 auto;
	border-top: 1px dotted rgba(255,255,255,.25);
	border-bottom: 1px dotted rgba(255,255,255,.25);
	text-align: center;
	display: flex;
	justify-content: space-between;
}

.ul_foot_3 > li {padding: 8px 0;}

.ul_foot_3 > li > a {
	color: var(--color-1);
}

.info_foot_3 {
	text-align: center;
	padding: 20px 0;
	color: var(--color-2);
}
.info_foot_3 a {
	color: var(--PrimaryColor);
}



.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;}



.info_foot_3_icon{ margin-bottom:10px;}

.info_foot_3_icon li{ display:inline-table; font-size:48px; margin:0px 5px;}

.info_foot_3_icon li:nth-child(1) a{ color:#1094f4;}

.info_foot_3_icon li:nth-child(2) a{ color:#2f4155;}

.info_foot_3_icon li a:hover{ opacity:0.9;}



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



.f-detail {line-height: 1.5;}

.f-detail img, .f-detail div, .f-detail table, .f-detail h1, .f-detail h2, .f-detail h3, .f-detail h4, .f-detail h5, .f-detail h6, .f-detail p, .f-detail strong, .f-ndct em{max-width: 100% !important;}

.f-detail img {margin:10px 0px; padding: 5px 0; max-width: 100% !important; height: auto !important;}

.f-detail a {
	color: var(--PrimaryColor);
}
.f-detail a:hover {text-decoration: underline;}



.f-detail ul{ margin:10px 0px;}

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

.f-detail ol{ margin:10px 0px;}

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



.tag {padding: 15px 0 0 0; font-size: 11px; overflow: hidden; font-family: Arial; line-height: 18px;}

.tag span {

	color: #939393;

	padding: 2px 5px 2px 23px;

	background: #F1F1F1 url(../imgs/layout/icontag.png) no-repeat 5px 5px;

	display: block;

	float: left;

	margin: 0 3px 3px 0;

}

.tag a {

	padding: 2px 5px;

	color: #656565;

	background: #F1F1F1;

	display: block;

	float: left;

	margin: 0 3px 3px 0;

}

.tag a:hover {background: #E2E2E2;}



.back-to-top {

	cursor: pointer;

	background: url(../imgs/layout/back-to-top.png) no-repeat;

	width: 30px; height: 30px;

	position: fixed;

	bottom: 10px; right: 10px;

	display: none;

	z-index: 10;

}



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



a[href^="tel:"], a[href^="mailto:"] {
	color: var(--PrimaryColor);
}



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



.box-sizing-fix {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}



.img_object_fit {

	object-fit: cover;

	-moz-object-fit: cover;

	-webkit-object-fit: cover;

	-o-object-fit: cover;

	-ms-object-fit: cover;

}



::-webkit-input-placeholder {opacity: 1;}

::-moz-placeholder {opacity: 1;}

:-ms-input-placeholder {opacity: 1;}

:-moz-placeholder {opacity: 1;}



.sty_slec {

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

	cursor: pointer;

	-webkit-border-radius: 0;

	-moz-border-radius: 0;

	border-radius: 0;

}

.sty_slec::-ms-expand {display: none;}



.sty_transition {

	-webkit-transition: all 0.4s ease;

	-moz-transition: all 0.4s ease;

	-o-transition: all 0.4s ease;

	-ms-transition: all 0.4s ease;

	transition: all 0.4s ease;

}



.clearfix:after {

	content: ".";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

}

.clearfix {

	display: inline-block;

}

* html .clearfix {

	height: 1%;

} /* Hides from IE-mac \*/

.clearfix {

	display: block;

}



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



input, textarea, select {

	font-family: Arial,sans-serif,Helvetica;

	font-size: 12px;

	font-weight: 400;

	vertical-align: middle;

}



.page {font-size: 12px; margin: 20px 0 0 0; font-family: Arial; line-height: 18px; text-align: center;}

.PageNum a {

	display: inline-block;

	color: #403f3f;

	padding: 3px 10px;

	background: #ececec;

	margin: 0px 3px 5px 0px;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

}

.PageNum a:hover {color: #fff; background: #004E7F;}

.PageNum span {

	font-weight: bold;

	display: inline-block;

	color: #fff;

	padding: 3px 10px;

	background: #004E7F;

	margin: 0px 3px 5px 0px;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

}

.box_gcss{border:solid 1px #F8650E; background-color:#FEFFE5; padding:10px; margin-bottom:20px;}

.filter_showbds{background-color:#004E7F; padding:3px 5px; margin-bottom:5px; color:#FFFFFF;border: 1px solid #004E7F; display:none;}

.filter_showbds:hover{background-color:#000B52; border: 1px solid #000B52;}

.filter_active{background-color:#000B52; border: 1px solid #000B52;}



/************************************************************************************

CSS ACCOUNT

*************************************************************************************/



.f_account {

	min-height: 500px;

	padding: 50px 0;

	font-family: Arial;

}



.form_account {

	background: #fff;

	width: 400px;

	margin: 20px auto;

	padding: 30px;

	border: 1px solid #ddd;

	-moz-border-radius: 2px;

	-webkit-border-radius: 2px;

	border-radius: 2px;

	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.08);

	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.08);

	box-shadow: 0px 1px 1px rgba(0,0,0,0.08);

}

.title_account {

	text-transform: capitalize;

	font-size: 24px;

	font-weight: normal;

	margin-bottom: 10px;

	text-align: center;

	position: relative;

}

.title_account::before {

	content: "";

	height: 1px;

	background: #eee;

	position: absolute;

	top: 10px; right: 0px; left: 0px;

}

.title_account strong {background: #fff; padding: 0px 10px; font-weight: normal; z-index: 1; position: relative;}

.account_other {text-align: center; font-size: 11px; color: #999;}

.account_other ul {overflow: hidden; margin-top: 5px;}

.account_other ul li {float: left; width: 49%;}

.account_other ul li:nth-child(2) {float: right;}

.account_other ul li.acc_fb a {background: #999 url(../imgs/layout/facebook.png) no-repeat 8px center; background-size: 22px 22px;}

.account_other ul li.acc_fb a:hover {background-color: #3b589b;}

.account_other ul li.acc_gg a {background: #999 url(../imgs/layout/google.png) no-repeat 8px center; background-size: 22px 22px;}

.account_other ul li.acc_gg a:hover {background-color: #da3a43;}

.account_other ul li a {

	display: block;

	padding: 7px 0px;

	color: #fff;

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	border-radius: 2px;

}

.main_account {overflow: hidden; position: relative;}

.ul_main_account {overflow: hidden;}

.ul_main_account > li {position: relative; margin-top: 20px;}

.se_nh {

	width: 100%; height: 34px;

	border: 1px solid #ddd;

	-moz-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

	padding: 0 6px;

}

.se_nh option {padding: 0 10px;}

.label_account {font-weight: bold; padding-bottom: 5px;	display: block;}

.ipt_account {

	color:#353535;

	font-weight:bold;

	border: 1px solid #ddd;

	width: 100%; height: 34px;

	padding: 0 10px;

	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);

	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);

}

.ipt_account::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */

  color:#C9C9C9;

  font-style:italic;

  font-weight:normal;

  opacity: 1; /* Firefox */

}



.ipt_account:-ms-input-placeholder { /* Internet Explorer 10-11 */

  color:#C9C9C9;

  font-style:italic;

  font-weight:normal;

}



.ipt_account::-ms-input-placeholder { /* Microsoft Edge */

  color:#C9C9C9;

  font-style:italic;

  font-weight:normal;

}

.txt_account {

	color: #333;

	-moz-border-radius: 2px;

	-webkit-border-radius: 2px;

	border-radius: 2px;

	border: 1px solid #ddd;

	width: 100%; min-height: 100px;

	padding: 10px;

	resize: vertical;

	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);

	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);

}

.ipt_account:focus {border: 1px solid #999;}

.btn_account2 {

	font-size: 12px;

	font-weight: bold;

	border: 0px;

	background: var(--PrimaryColor);

	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; overflow:hidden; display:block;

	border-radius:10px;

	-webkit-border-radius: 10px;

	-ms-border-radius: 10px;

	-o-border-radius: 10px;

	-moz-border-radius: 10px;

	padding:0px;

}

.date_row_h_4_img img{

	display: block;

	width: 100%;

	height: 100%;

}



/************************************************************************************

CSS FORM ADMIN ACCOUNT

*************************************************************************************/



.f_page_admin {padding: 20px 0 40px 0;}

.f_page_admin .f_page {background: none; padding: 0;}

.f_page_admin .content {
	background: #fff;
	width: 810px;
	padding: 2.4rem;
	margin-right: 20px;
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}

.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 {

	border-radius: 50%;

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	-ms-border-radius: 50%;

	-o-border-radius: 50%;

}

.filter_1 {padding-bottom: 20px; border-bottom: 3px solid #E5E5E5;}

.slex_filter_1 {

	height: 32px; min-width: 150px;

	appearance: menulist-button;

	line-height: 26px;

	padding-left: 7px;

	color: #000;

	font-size: 14px;

}

.filter_2 {padding: 20px 0;}

.ipt_filter_2 {

	background: #fff;

	border: 1px solid #BFBFBF;

	width: 200px; height: 32px;

	padding: 0 10px;

	margin: 0 10px;

}

.btn_filter_2 {

	background: #000;

    border: none;

    color: #fff;

    cursor: pointer;

    display: inline-block;

    font-size: 14px;

    font-weight: 700;

    padding: 0 30px;

	height: 32px;

    text-transform: uppercase;

}

.btn_filter_2:hover {text-decoration: underline;}



.ul_fa > li {overflow: hidden;}

.ul_fa > li + li {margin-top: 20px;}

.ul_fa > li > label {

	display: block;

	font-family: Arial;

	font-size: 12px;

	padding-bottom: 3px;

	text-transform: capitalize;

	font-weight: bold;

}

.ipt_fa {

	background: #fff;

	border: 1px solid #BFBFBF;

	width: 50%; height: 36px;

	padding: 0 10px;

}

.ipt_fa2 {

	width: 48%; display:inline-table;

}

.ipt_fa3 {

	width: 32%; display:inline-table;

}

.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%;}



.ul_fa_4 {overflow: hidden;}

.ul_fa_4 > li {width: 23.5%; float: left; margin: 0 2% 20px 0;}

.ul_fa_4 > li + li {margin-top: 0;}

.ul_fa_4 > li:nth-child(4n) {margin-right: 0;}

.ul_fa_4 > li .ipt_fa, .ul_fa_4 > 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 {
	display: none;
	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: 999;

	-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:fixed;

	top: 0; left: -280px;

	z-index: 99999;

	font-size: 12px;

	font-family: Arial, Helvetica, sans-serif;

	transition: all 0.2s;

	-moz-transition: all 0.2s;

	-webkit-transition: all 0.2s;

	-o-transition: all 0.2s;

}

.close_menu_mobile {

	background: rgba(255,255,255,0);

	position: fixed;

	top: 0; right: 0; bottom: 0; left: 280px;

	z-index: 7009;

}

.te_body {height: 100%; overflow-y: hidden;}

.te_body #wrapper::after {

	content: "";

	background: rgba(0,0,0,0.8);

	position: fixed;

	top: 0; right: 0; bottom: 0; left: 0;

	z-index: 9999;

	transition: all 0.2s;

	-moz-transition: all 0.2s;

	-webkit-transition: all 0.2s;

	-o-transition: all 0.2s;

}



.ul_ma_1 li {font-size: 14px; position: relative;}

.ul_ma_1 li a i{ font-size:16px; font-weight:normal !important; width:25px;}

.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; text-transform:uppercase;}

.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-menu .ui-menu-item-wrapper {
	padding: .4rem 1rem !important;
	font-size: 12px;
}

.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: var(--PrimaryColor) !important;
}



.list_social_rwd{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;padding:15px}

.list_social_rwd>li+li{margin-left:10px}

.list_social_rwd>li>a{font-size:18px;border-radius:50%;width:40px;height:40px;text-align:center;line-height:40px;color:#FFFFFF;border:1px solid #ccc;display:block}

.list_social_rwd>li>a:active{color:#fff;background-color:#004E7F;border-color:#004E7F}

/************************************************************************************

RESPOSIVE

*************************************************************************************/



@media only screen and (max-width: 1024px) and (min-width: 767px) {

	.min_wrap {width: 1000px;}

	.f_home {padding: 20px 0;}

	.slide {width: 735px;}

	.dm_h {width: 250px;}

	.ul_dm_h > li > a {font-size: 12px; padding-left: 14px;}

	.ul_dm_h > li:hover > a {padding-left: 10px;}

	.r_banner {width: 750px;}

	.adv_h_1 > li {width: 490px; height: 94px;}

	.img_td_h {height: 153px;}

	.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_td_1 > li {width: 222px;}

	.ul_td_1 > li .img_td_sty {height: 148px;}

	.tool_td_h span + span , .ul_td_1 > li .tool_td_sty span + span {margin-left: 7px;}

	#gallery-2 .rsOverflow {float: none !important;}

	.f_page_admin .content {padding: 15px; width: 700px;}



	.ct_sm_2 {

		width: 798px;

	}

	.list_ct_sm_2 > li {

		width: 25%;

	}

}



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

	html, body {overflow-x: hidden; -webkit-overflow-scrolling: touch;}

	body {background-size: 100% auto;}

	.icon_menu_mobile {visibility: visible;}

	#wrapper {

		transition: all 0.2s;

		-moz-transition: all 0.2s;

		-webkit-transition: all 0.2s;

		-o-transition: all 0.2s;

		left: 0;

	}

	.min_wrap {width: 96%;}



	.top_hea {letter-spacing: 0;}

	.r_top_hea {float: none;}

	.r_top_hea > li {padding: 8px 0;}

	.r_top_hea > li:last-child {float: right;}



	.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;

	}





	.slide {width: auto; float: none; padding: 0;}

	.swiper1 .swiper-slide {height: auto;}

	.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%;}

	.info_foot_3 {padding: 15px;}

	.ul_td_h > li {width: 32%; margin-right: 2%;}

	.ul_td_h > li:nth-child(4n) {margin-right: 2%;}

	.ul_td_h > li:nth-child(3n) {margin-right: 0;}

	.ul_td_h > li + li + li + li {margin-top: 2% !important;}

	.content {width: auto; float: none; margin: 0 0 2% 0;}

	.h_t_sb {padding: 0 15px;}

	.t_sb_D {padding: 10px 15px;}


	.f_home {padding: 2% 0;}

	.f_cont {padding-bottom: 4%;}

	.ul_td_1 > li {width: 32%; margin: 2% 2% 0 0;}

	.tool_td_h span + span, .ul_td_1 > li .tool_td_sty span + span {margin-left: 7px;}

	#gallery-2 .rsOverflow {float: none !important;}

	.row_h_1, .block_h {margin-bottom: 2%;}

	.title_td_h {padding-left: 60px;}

	.title_td_h_1 .icon_title_td_h {

		width: 36px; height: 47px;

		background-size: 100% 100%;

		top: -5px; left: 2%;

	}

	.title_td_h_2 .icon_title_td_h {

		width: 36px; height: 31px;

		background-size: 100% 100%;

		top: 1px; left: 2%;

	}

	.f_page_admin .f_page {padding: 0px !important;}

	.f_page_admin .content {width: auto; margin: 0 0 2% 0; padding: 15px !important;}

	.ipt_fa {width: 100%;}

	.sub_search_hea {text-align: left; left: 0; right: 0; width: auto !important;}



	.ul_breacrum {white-space: nowrap; overflow-x: auto;}



	.link_text_hea, .dm_h, .adv_h_1, .adv_h_2, .foot_2, .ul_foot_3, .ul_td_h > li:nth-child(7), .ul_td_h > li:nth-child(8), .adv_sb, .l_top_hea, .r_top_hea > li::before {display: none !important;}

	.f-detail table, .f-qldh {display: block; overflow-x: auto;}

	.ui-widget.ui-widget-content{ left:inherit !important; width:100% !important;}

	.sidebar{ display:none;}

	.foot_1 ul{ display:none;}

	.ul_share_social{ display:none;}

	.tag{ display:none;}



	.ipt_fa2 {width: 48%; display:inline-table;}

	.ipt_fa3 {width: 32%; display:inline-table;}



	.f_sm {

		padding-bottom: 6%;

	}

	.sm_1 {

		padding: 4% 0;

	}

	.slide_sm .swiper1 .swiper-slide {height: auto; max-height: 500px;}

	.ct_sm_2 {

		width: auto;

	}

	.sb_sm_2 {

		padding: 20px 0 0 0;

	}

	.list_ct_sm_2 > li {

		width: 25%;

	}

}



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

	.col_row_h_4{ width:auto; float:none !important; clear:both !important;}

	.breacrum{ display:none;}

	.f_page{ margin-top:10px; padding:10px 0px 0px 0px;}

	.title_h_td_D{ padding:0 0px 10px 0;}

}



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

	.img_td_h, .ul_td_1 > li .img_td_sty {height: 158px;margin-left: auto; margin-right: auto;}

	.name_td_h, .ul_td_1 > li .name_td_sty {padding: 8px 10px !important;}

	.ui-widget.ui-widget-content{ left:inherit !important; width:100% !important;}

}



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

	.img_td_h, .ul_td_1 > li .img_td_sty {height: 151px;}

	.ui-widget.ui-widget-content{ left:inherit !important; width:100% !important;}

	.f-qldh{ overflow-x: scroll;}

	.f-qldh table{ min-width:767px;}

	.box_gcss{ height:50px; overflow-y: scroll;}

	.filter_showbds{ display:block;}

	.filter_qldh_1{ display:none;}

}



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

	.img_td_h, .ul_td_1 > li .img_td_sty {height: 126px;}

	.swiper2, .m_td_h {padding: 2% !important;}

	#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: #004E7F;

		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;}



	.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;}




	.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;}



	.sm_1 .min_wrap {

		display: block;

	}

	.l_sm_1 {

		width: auto;

	}

	.r_sm_1 {

		width: auto;

		padding: 20px 0 0 0;

	}

	.list_ct_sm_2 > li {

		width: 33.33333%;

	}

}



@media only screen and (max-width: 480px) {
	.row_dm .row_dm_con:nth-child(7n+1) {
		clear: none;
	}
	.row_dm .row_dm_con {
        width: 49%;
		margin: 0 0 15px 0;
    }
	.row_dm .row_dm_con:nth-child(2n) {
        float: right;
    }

	.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%;}

	.swiper2, .m_td_h, .ul_row_h_4 {padding: 3% !important;}

	.img_td_h, .ul_td_1 > li .img_td_sty {height: 138px;}

	.ul_td_h > li, .ul_td_1 > li {width: 48.5%; margin-right: 0;}

	.ul_td_h > li:nth-child(4n), .ul_td_1 > li:nth-child(4n) {margin-right: 0;}

	.ul_td_h > li:nth-child(2n), .ul_td_1 > li:nth-child(2n) {float: right;}

	.ul_td_h > li + li + li, .ul_td_h > li + li + li + li {margin-top: 3% !important;}

	.ul_td_h > li:nth-child(7), .ul_td_h > li:nth-child(8) {display: block !important;}

	.ul_td_1 > li {margin-top: 3%;}

	.name_td_h, .ul_td_1 > li .name_td_sty {

		min-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;}



	.ul_td_2 > li .img_td_sty {width: 30%; height: 80%;}

	.ul_td_2 > li .loca_icon_vip {top: auto; left: auto; bottom: 15px; right: 0;}

	.ul_td_2 .ti_td_sty { padding-left:35%;}

	.ul_td_2 > li .tool_td_sty {clear: both; padding-top: 7px;}

	.ul_td_3 > li {padding: 10px;}

	.info_row_h_4 p span {display: block;}

	.info_row_h_4 p span + span {margin-left: 0;}

	.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;}

	#gallery-2 {height: 290px;}

	.slec_filter_td, .slec_r_filter_td {padding-left: 8px;}

	.t_td {height: auto;}

	.our_h_t_td {position: static;}

	.h_t_td {padding: 5px 10px; line-height: inherit; max-width: inherit; font-size: 14px; white-space: normal;}

	.t_td em {position: static; padding: 5px 10px; display: block;}

	.link_td_other {color: #fff;}

	.swiper-button-next, .swiper-button-prev {background-color: rgba(255,255,255,0.3);}

	.map_td_h, .ul_td_1 > li .map_td_sty {

		white-space: normal;

		line-height: 16px;

		height: 32px;

		overflow: hidden;

	}

	.td_news_D {height: auto; background-position: top 15px left 10px;}

	.td_news_D strong {float: none; width: auto; display: block;}

	.form_account {width: auto; padding: 20px; margin: 0;}

	.f_page_admin .content {padding: 3% !important;}

	.ul_filter_qldh_1 > li {width: 50%;}

	.ul_fa_2 > li, .ul_fa_2 > li:nth-child(2n), .ul_fa_3 > li, .ul_fa_4 > 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;}



	.filter_ct_sm_2 {

		flex-direction: column;

		align-items: stretch;

	}

	.f1_ct_sm_2 {

		margin: 0 0 10px 0;

	}

	.f2_ct_sm_2 {

		display: flex;

		justify-content: space-between;

		align-items: flex-start;

		margin: 0;

	}

	.f2_ct_sm_2 a {

		width: 32%;

		margin: 0 0 10px 0;

		box-sizing: border-box;

		white-space: nowrap;

		padding: 5px;

	}

	.f3_ct_sm_2 {

		width: 100%;

	}

	.filter_ct_sm_2 .but_reset {

		position: absolute;

		top: 8px;

		right: 15px;

		z-index: 1;

	}

	.list_r_sm_1 {

		display: block;

	}

	.list_r_sm_1 > li {

		width: auto;

	}

	.list_ct_sm_2 > li {width: 50%;}

}



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

	.img_td_h, .ul_td_1 > li .img_td_sty {height: 119px;}

	#gallery-2 {height: 250px;}

	.ui-widget.ui-widget-content{ left:inherit !important; width:100% !important;}

}



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

	.img_td_h, .ul_td_1 > li .img_td_sty {height: 108px;}

	#gallery-2 {height: 215px;}

	.slec_filter_td, .slec_r_filter_td {width: 130px;}

	.ui-widget.ui-widget-content{ left:inherit !important; width:100% !important;}

	.vote_radio label{ margin-right:0px;}

	.ts_td_D_3{ padding:0px;}

}



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

	.img_td_h, .ul_td_1 > li .img_td_sty {height: 104px;}

	#gallery-2 {height: 210px;}

	.slec_filter_td, .slec_r_filter_td {width: 120px;}

	.ba_dk a {font-size: 11px !important;}

	.ui-widget.ui-widget-content{ left:inherit !important; width:100% !important;}

}



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

	.img_td_h, .ul_td_1 > li .img_td_sty {height: 92px;}

	#gallery-2 {height: 185px;}

	.slec_filter_td, .slec_r_filter_td {width: 110px;}

	.ui-widget.ui-widget-content{ left:inherit !important; width:100% !important;}

}

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

	.logo_text{ font-size:32px;}

	.logo_text p{ font-size:12px; margin-top:5px;}

}