@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

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

CSS RESET

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



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

html{height:100%;}

h1{font-size:15px;}

h2{font-size:14px;} 

h3{font-size:13px;} 

h4{font-size:12px;} 

h5{font-size:11px;} 

h6{font-size:10px;} 

a{text-decoration:none;} 

p{padding: 0 0 10px 0;}

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

img, embed{vertical-align:middle;}

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

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

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

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

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

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

fieldset, form, label, legend,

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

        margin: 0;

        padding: 0;

        outline: 0;

}

/* remember to define focus styles! */

:focus {

        outline: 0;

}

ol, ul {

        list-style: none;

}

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

table {

	border-collapse: collapse;

	border-spacing: 0;

	border: 1px solid #eee

}

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

caption, th, td {

        font-weight: normal;

}

blockquote:before, blockquote:after,

q:before, q:after {

        content: "";

}

blockquote, q {

        quotes: "" "";

}

strong, b {

	font-weight:bold;

}

em {

	font-style:italic;

}

pre {

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

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

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

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

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

}



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

	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:  #ea252c;
	--SecondaryColor:#1f35ba;
	--color-1: #0d1216;
	--color-2: #333;
	--color-3: #777;

	--tailwind-50 : #fff1f1;
	--tailwind-100: #ffe0e1;
	--tailwind-200: #ffc6c8;
	--tailwind-300: #ff9fa2;
	--tailwind-400: #ff676c;
	--tailwind-500: #fb383f;
	--tailwind-600: #ea252c;
	--tailwind-700: #c41117;
	--tailwind-800: #a21217;
	--tailwind-900: #86161a;
	--tailwind-950: #490608;

	--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',Arial, Helvetica, sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	color: var(--color-1);
	line-height: 1.5;	
}

.css_body {	

	background-color: #f0f2f5;

	-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: 1120px; margin: 0 auto;}



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

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-color: #1e2321; 
	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: rgba(255,255,255,.5);

	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: rgba(255,255,255,.7); 
	display: inline-block;
}
.l_top_hea > li.active > a, .l_top_hea > li > a:hover {
	color: #fff;
}



.r_top_hea {float: right;}

.r_top_hea > li {float: left; padding: 8px 21px 8px 20px; position: relative;}

.r_top_hea > li::before {

	content: "";

	width: 1px; height: 10px;

	background: #fff;

	position: absolute;

	top: 13px; right: 1px;

}

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

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

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

.r_top_hea > li > a {

	color: #fff;

}

.r_top_hea > li i {

	font-size: 14px;

	position: relative;

	top: 1px;

	margin-right: 5px;

}



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

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

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

.r_top_hea > li.li_user ol {

	display: none;

	background: #fff;

	position: absolute;

	top: 36px; right: 0;

	z-index: 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: var(--color-1);

	white-space: nowrap;

	display: block;

	padding: 5px 10px;

}

.r_top_hea > li.li_user ol li a:hover {
	color: #fff; 
	background: var(--PrimaryColor);
}



.banner .min_wrap {
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
}

.r_banner {
	flex: 1;
	min-width: .1rem;
	position: relative;
}


.logo {
	flex-basis: 20rem;
	margin: .5rem 0;
}
.logo img {
	display: inline-block; 
	width: auto; 
	height: 6rem;
}



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

.l_search_hea, .r_search_hea .slec_search_hea {
    flex-basis: 14rem;
}

.r_search_hea {
	display: flex;
    align-items: center;
    flex: 1;
}

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

}

.in_r_search_hea {
	flex: 1;
}

.ipt_search_hea {
	background: #fff;
    width: 100%;
    height: 40px;
    border: 0;
    padding: 0 40px 0 10px;
    color: #999;
}

.btn_search_hea {
	cursor: pointer;
    border: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-2);
    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;
	line-height: 14px;
	position: absolute;
	bottom: -18px;
	left: 0;
	right: 0;
	font-size: 11px;
}

.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(--PrimaryColor);
	line-height: 1.6rem;
	padding: 1.2rem 1.6rem;
	text-align: center;
	text-transform:capitalize;
	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 { opacity:0.8;}

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



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

CSS CONTAINER

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



#container {min-height: 500px;}

.f_home_new {
	padding: 1.5rem 0 3rem 0;
}
.f_home_new .min_wrap {
	display: flex;
	position: relative;
	align-items: flex-start;
	gap: 15px;
}
.l_f_home_new {
	flex-basis: 20rem;
	position: sticky;
	top: 1.5rem;
}
.c_f_home_new {
	flex: 1;
	min-width: .1rem;
}
.r_f_home_new {
	flex-basis: 27.3rem;
	position: sticky;
	top: 1.5rem;
}

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



.row_h_1 {
	background: #fff; 
	margin-bottom: 1.5rem;
}

.slide {
	background-color: #fff;
	aspect-ratio: 16/9;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}
.swiper1 .swiper-slide {
	background-color: #fff;
	aspect-ratio: 16/9;
}
.swiper1 .swiper-slide img {display: block; width: 100%; height: 100%;}
.swiper1 .swiper-pagination-1 .swiper-pagination-bullet {width: 10px; height: 10px;}



.dm_h {
	position: relative;
	background-color: #fff;
	padding: 1rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}

.ul_dm_h > li > a {
	display: block;
	font-size: 15px;
	color:#2D2D2D;
	position: relative;
	padding: .7rem 1rem;
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}
.ul_dm_h > li:hover > a {
	background-color: var(--tailwind-50);
	color: var(--PrimaryColor);
}



.adv_h_1 {overflow: hidden; padding: 20px 0;}

.adv_h_1 > li {width: 570px; float: left;}

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



.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: 20px;}

.title_td_h {
	position: relative;
	padding: .7rem 0 .7rem 4.8rem;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}

.row_h_2 {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}
.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: 2.4rem;
	height: auto;
	display: block;
	position: absolute;
	top: .1rem; 
	left: 1.5rem;
	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;}

.content_news {
	padding: 1.5rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}
.spec_news {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px dashed #ccc;
}
.spec_news .l_spec_news {
	padding: 0;
	box-shadow: none;
	flex: 1 0 20rem;
	margin-bottom: 0;
}
.spec_news .r_spec_news {
	flex: 1 0 20rem;
}
.ul_news {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(22rem, 4fr));
	gap: 20px;
}
.img_news {
	aspect-ratio: 3/2;
	background-color: var(--tailwind-50);
	overflow: hidden;
	margin-bottom: 1rem;
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}
.img_news img {
	display: block;
	width: 100%;
	height: 100%;
}
.na_news {
	font-size: 15px;
	font-weight: 500;
	color: var(--color-1);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.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: 15px; 
	font-weight:500;

	color: var(--color-1);

	padding: .7rem 1.2rem;

	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: 1/1;
	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;
	border-bottom-right-radius: .4rem;
	border-bottom-left-radius: .4rem;
	padding: 1.2rem;
	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: 1.5rem !important;
	border-bottom-right-radius: .4rem;
	border-bottom-left-radius: .4rem;
}

.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: 2.4rem !important;
	height: 2.4rem !important;
	margin-top: 0!important;
	top: 5px !important;
	right: 5px !important;
	background-color: #fff !important;
	background-size: auto 12px !important;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.swiper-button-prev-2 {
	width: 2.4rem !important;
	height: 2.4rem !important;
	margin-top: 0!important;
	top: 5px !important; right: 35px !important;
	left: auto !important;
	background-color: #fff !important;
	background-size: auto 12px !important;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.row_h_4 {
	padding: 1.5rem;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}
.t_row_h_4 {
	text-align: left;
	text-transform: uppercase;
	position: relative;
	background-color: var(--tailwind-100);
	color: var(--PrimaryColor);
	font-weight: 500;
	font-size: 15px;
	padding: .7rem 1.5rem;
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}

.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:var(--color-1);}



#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:var(--color-1);}



#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:var(--color-1);}



.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 > li {padding: 15px 0; overflow: hidden; position: relative;}
.ul_row_h_4 > li + li {border-top: 1px dotted #ccc;}
.ul_row_h_4 > li > a {
	display: flex;
	gap: 12px;
}
.ul_row_h_4 > li .loca_icon_vip {
	position: absolute; 
	bottom: 1.5rem; 
	right: 0; 	
}

.ul_row_h_4 > li .loca_icon_vip .icon_vip {
	position: static;
	display: inline-block;
	width: 2.4rem; 
	height: 2.4rem;
	background-size: 100% 100%;
}

.ul_row_h_4 > li .loca_icon_vip .icon_spec {
	position: static;
	display: inline-block;
	width: 2.4rem; 
	height: 2.4rem;
	background-size: 100% 100%;
}

.info_row_h_4 {
	flex: 1;
	min-width: .1rem;
}

.info_row_h_4 h3 {
	font-size: 15px;
	font-weight: 500;
	color: var(--color-1);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.info_row_h_4 h3:hover {
	text-decoration: underline;
}

.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;}
.pri_info_row_h_4 {
	font-size: 15px;
	font-weight: 500;
	color: #ED1B2E;
}

.spec_news .ti_cont {
	color: var(--color-3);
}
.l_spec_news {
	margin-bottom: 1.5rem;
	background-color: #fff;
	padding: 1.5rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}
.img_l_spec_news {
	aspect-ratio: 3/2;
	overflow: hidden;
	margin-bottom: 1.5rem;
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}
.img_l_spec_news img, .img_r_spec_news img {
	display: block;
	width: 100%;
	height: 100%;
}
.na_l_spec_news {
	font-size: 15px;
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;	
}
.na_l_spec_news a {
	color: var(--color-1);
}
.na_l_spec_news a:hover {
	text-decoration: underline;
}
.des_l_spec_news {
	padding: 0;
	color: var(--color-2);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.r_spec_news > li {
	margin-bottom: 1.5rem;
	display: flex;
	align-items: flex-start;
	gap: 12px;
}
.r_spec_news > li:last-child {
	margin-bottom: 0;
}
.r_spec_news .na_l_spec_news {
	font-size: 13px;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}
.r_spec_news .ti_cont {
	padding-bottom: 0;
}
.img_r_spec_news {
	flex-basis: 10rem;
	aspect-ratio: 3/2;
	overflow: hidden;
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}
.m_r_spec_news {
	flex: 1;
	min-width: .1rem;
}

.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 {
	margin-bottom: 3rem;
}



.breacrum {
	position: relative; 
	padding: 8px 0 !important;
	background: none !important;
	box-shadow:  none !important;
}

.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 {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 20px;
	background: #fff;
	padding: 1.5rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}
.content {
	flex-basis: 83rem;
	min-width: .1rem;
	min-height: 75vh;
}
.sidebar {
	position: sticky;
	top: 1.5rem;
	flex: 1;
	min-width: 1rem;
}

.h_t_sb {
	padding: .7rem 1.5rem;
	background-color: var(--tailwind-100);
	color: var(--PrimaryColor);
	font-size: 15px;
	line-height: 1.2;
	font-weight: 500;
	border-top-left-radius: .4rem;
	border-top-right-radius: .4rem;
}

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

.ul_dm_sb {
	border: 1px solid #eee;
	border-top: 0;
	padding: 0 1.5rem; 
	border-bottom-right-radius: .4rem;
	border-bottom-left-radius: .4rem;
}
.ul_dm_sb > li + li {border-top: 1px dotted #ddd;}

.ul_dm_sb > li > a {
	color: var(--color-1);
	display: block;
	padding: .7rem 0 .7rem 1.6rem;
	position: relative;
	background: url(../imgs/layout/icon_10_1.png) no-repeat top 14px left 0;
	text-transform:capitalize;
}
.ul_dm_sb > li > a h2 {
	font-weight: 400;
	font-size: 13px;
}

.ul_dm_sb > li.active > a, .ul_dm_sb > li > a:hover {
	color: var(--PrimaryColor); 
	background-image: url(../imgs/layout/icon_10_3.png);
}

.ul_dm_sb > li > a em {

	font-style: normal;

	position: absolute;

	top: 8px; right: 0;

}

.ipt_sh_cmm_1 {
	border-radius: .2rem !important;
	-webkit-border-radius: .2rem !important;
	-moz-border-radius: .2rem !important;
	-ms-border-radius: .2rem !important;
	-o-border-radius: .2rem !important;
}
.btn_sh_cmm {
	background-color: var(--tailwind-100) !important;
	color: var(--PrimaryColor) !important;
	padding: 0 1rem !important;
	border-radius: .2rem !important;
	-webkit-border-radius: .2rem !important;
	-moz-border-radius: .2rem !important;
	-ms-border-radius: .2rem !important;
	-o-border-radius: .2rem !important;
}
.btn_sh_cmm[type=submit] {
	border-radius: .2rem !important;
	-webkit-border-radius: .2rem !important;
	-moz-border-radius: .2rem !important;
	-ms-border-radius: .2rem !important;
	-o-border-radius: .2rem !important;
}
.btn_cmm {
	background-color: var(--PrimaryColor) !important;
	border-radius: .4rem !important;
	-webkit-border-radius: .4rem !important;
	-moz-border-radius: .4rem !important;
	-ms-border-radius: .4rem !important;
	-o-border-radius: .4rem !important;
}
.btn_cmm:hover {
	background-color: var(--tailwind-800) !important;
}
.btn_cmm[type=submit] {
	border-radius: .4rem !important;
	-webkit-border-radius: .4rem !important;
	-moz-border-radius: .4rem !important;
	-ms-border-radius: .4rem !important;
	-o-border-radius: .4rem !important;
}
.txt_form_cmm {
	border-radius: .4rem !important;
	-webkit-border-radius: .4rem !important;
	-moz-border-radius: .4rem !important;
	-ms-border-radius: .4rem !important;
	-o-border-radius: .4rem !important;
}
.vote_radio_star span {
	display: inline-flex !important;
	justify-content: center;
	align-items: center;
	width: 2.4rem;
	height: 2.4rem;
}

.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;
	font-weight: 400;
	font-size: 13px;
}
.t_td .slec_r_filter_td {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}

.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 {
	display: flex;
	align-items: center;
	color: #fff;


	font-size: 15px;

	background: var(--PrimaryColor);

	padding: 0 1.5rem;

	line-height: 35px;

	z-index: 1;

	white-space: nowrap;

	text-overflow: ellipsis;

	overflow: hidden;

}
.h_t_td  h1 {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

.link_td_other {
	color: var(--tailwind-800);
	position: absolute;
	top: 5px; right: 10px;
}

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

.t_td_other .h_t_td {
	background: var(--tailwind-100);
	color: var(--PrimaryColor);
}
.t_td_other .our_h_t_td::before {
	border-bottom: 35px solid var(--tailwind-100);
}



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



.l_filter_td {
	display: flex;
	gap: 10px;
}
.l_filter_td > li {
	flex: 1 0 10rem;
	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;

}

.l_filter_td > li.filter_td_rs{
	flex: 0 0 3rem;
}

.l_filter_td > li.filter_td_rs a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3rem;
	height: 3rem;
	background: #ececec;
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}

.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;
	white-space: nowrap;
	width: 100%;
	border-radius: .4rem !important;
	-webkit-border-radius: .4rem !important;
	-moz-border-radius: .4rem !important;
	-ms-border-radius: .4rem !important;
	-o-border-radius: .4rem !important;
}

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

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

.ul_td_2 > li {
	position: relative; 
	border-bottom: 1px dotted #ddd; 
	padding: 1.5rem 0;
}
.ul_td_2 > li:last-child{border-bottom:none;}

.ul_td_2 > li a {
	display: flex;
	gap: 15px;
	align-items: flex-start;
	flex-wrap: wrap;
}
.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: 15px;
	color: var(--color-1);
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.ul_td_2 > li .name_td_sty:hover {
	text-decoration: underline;
}

.ul_td_2 > li .img_td_sty {
	flex-basis: 20rem;
	aspect-ratio: 3/2;
	background-color: #fff;
	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%;}

.ul_td_2 .ti_td_sty {
	flex: 1;
	min-width: .1rem;
	color: var(--color-3);
}

.b_tg_gias {
	padding: .7rem 1.2rem !important;
	background-color: var(--tailwind-50) !important;
	border: none !important;
	color: var(--PrimaryColor) !important;
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}

.ul_td_2 > li .price_td_h {
	background: none;
	position: static;
	margin: 0 0 1rem 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: 15px;
	border: 0;
	padding-bottom: 0;
}

.ul_td_2 > li .tool_ngs {
	padding: 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: 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: var(--color-1);

	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 {
	padding: .7rem 1.5rem;
    background-color: var(--tailwind-100);
    color: var(--PrimaryColor);
    font-size: 15px;
	line-height: 1.2;
    font-weight: 500;
    border-top-left-radius: .4rem;
    border-top-right-radius: .4rem;
}
.t_sb_D a {
	color: var(--PrimaryColor) !important;
}
.t_sb_D strong {
	display: block;
	font-weight: 500;
	margin-bottom: .5rem;
}
.t_sb_D span {
	display: block; 
	font-size: 11px;
	color: var(--tailwind-800);
}
.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: -2px; 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: var(--color-1); 
	font-size: 23px;
	font-weight: 600;
	line-height: 1.3;
}

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



.slide_td_D {padding:0px; margin-bottom:10px;}



#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#load_stars {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
.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: 100px; 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);
	color: #fff;
}
.btn_rep_td {
	background: var(--tailwind-50);
	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-50) url(../imgs/layout/icon_12.png) no-repeat top 6px left 15px;
	padding: 10px 15px 10px 45px;
	color: var(--tailwind-800);
	overflow: hidden;
	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; display: block; float: left; width: 120px;}
.mq_td_news_D {overflow: hidden; height: 2rem;}
.mq_td_news_D marquee a {color: var(--tailwind-800); 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: 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: var(--tailwind-800);}

.btn_f_contact[type="submit"] {
	border-radius: .4rem !important;
	-webkit-border-radius: .4rem !important;
	-moz-border-radius: .4rem !important;
	-ms-border-radius: .4rem !important;
	-o-border-radius: .4rem !important;
}

.f_cont_D .min_wrap {	
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	padding: 1.5rem;
	background-color: #fff;
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}

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

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

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

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

	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

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



#footer {background: #fff;}

.foot_1 {
	border-bottom: 1px solid #eee;
}
.foot_1 .min_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .7rem 0;
}

.foot_1 strong {
	display: inline-block;
	font-weight: 500;
}
.foot_1 strong a {
	color: var(--color-2);
}
.foot_1 strong a:hover {
	text-decoration: underline;
	color: var(--color-1);
}

.foot_1 ul {
	display: flex;
	gap: 8px;
}
.foot_1 ul > li > a {
	display: block;
	text-align:  center;
	color: var(--color-2);
	-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(--PrimaryColor);
}



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

	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: var(--color-1); font-weight:bold; text-transform:uppercase;}

.t_foot_2 a i{ color:#ED1B2E; font-size:18px; font-weight:bold;}

.t_foot_2 a:hover {color: #004E7F;}



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

	border-top: 1px dotted #bbb;

	border-bottom: 1px dotted #bbb;

	text-align: center;

}

.ul_foot_3 > li {display: inline-block; padding: 8px 15px;}

.ul_foot_3 > li > a {color: #004E7F;}

.ul_foot_3 > li > a:hover {text-decoration: underline;}

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



.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 {
	font-size: 15px;
	line-height: 1.5;
}

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

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

.f-detail a {color: #1fa42b;}

.f-detail a:hover {text-decoration: underline;}



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

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

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

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



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

.tag span {

	color: #939393; 

	padding: 2px 5px 2px 23px; 

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

	display: block; 

	float: left;

	margin: 0 3px 3px 0;

}

.tag a {

	padding: 2px 5px; 

	color: #656565; 

	background: #F1F1F1; 

	display: block; 

	float: left;

	margin: 0 3px 3px 0;

}

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



.back-to-top {

	cursor: pointer;

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

	width: 30px; height: 30px;

	position: fixed;

	bottom: 10px; right: 10px;

	display: none;

	z-index: 10;

}



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



a[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;
	padding: 1rem 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: var(--PrimaryColor);}

.PageNum span {

	font-weight: bold;

	display: inline-block;

	color: #fff;

	padding: 3px 10px;

	background: var(--PrimaryColor);

	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: 75vh; 
	padding: 50px 0; 
}



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

.btn_account2[type=submit] {
	border-radius: .4rem !important;
	-webkit-border-radius: .4rem !important;
	-moz-border-radius: .4rem !important;
	-ms-border-radius: .4rem !important;
	-o-border-radius: .4rem !important;
}

.btn_account2:focus {background: var(--tailwind-800);}

.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-color: #f9f9f9;
	aspect-ratio: 3/2;
	width: auto;
	height: auto;
	flex-basis: 12rem;
	overflow: hidden;
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}
.date_row_h_4_img img{
	display: block;
	width: 100%;
	height: 100%;
}



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

CSS FORM ADMIN ACCOUNT

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



.f_page_admin {
	padding-top: 1.5rem;
}

.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 {
	visibility: hidden;
	width: 36px;
	height: 36px;
	background: #fff url(../imgs/layout/menu_mobile.png) no-repeat center;
	position:absolute;
	top: 1.4rem;
	right: 1.5rem;
	z-index: 999;
	border-radius: .2rem;
	-webkit-border-radius: .2rem;
	-moz-border-radius: .2rem;
	-ms-border-radius: .2rem;
	-o-border-radius: .2rem;
}

.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 var(--PrimaryColor); 
	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 var(--SecondaryColor); padding-left: 40px; padding-right: 15px;}

.ul_ma_3 > li > a:hover, .ul_ma_3 > li.active > a  {background: #5F5F5F;}

.o_btn_dtmp {
	padding: .4rem;
}
.o_btn_dtmp .btn_dtmp  {
	display: block;
	text-align: left;
	text-transform: uppercase;
	padding-left: 1.2rem;
	background: linear-gradient(0deg, var(--tailwind-700) 0%, var(--tailwind-500) 100%);
}
.o_btn_dtmp .btn_dtmp i {
	margin-right: 1.2rem;
}

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


.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(--SecondaryColor) !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: 1279px) and (min-width: 1024px) {
	.min_wrap {
		width: auto;
		padding-right: 2.4rem !important;
		padding-left: 2.4rem !important;
	}
	.r_f_home_new, .btn_dtmp {
		flex-basis: 20rem;
	}
	.f_page, .spec_news, .ul_news {
		gap: 15px;
	}
	.content {
		flex: 1;
	}
	.sidebar {
		flex: 0 0 18.5rem;
	}


}

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

	.f_home {padding: 20px 0;}
	

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

	.ul_td_h > li {width: 230px;}

	.adv_h_2 > li {margin-right: 20px; width: 320px; height: 121px;}

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

	

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




	.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: auto;
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	

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


	.logo {
		margin: 0;
	}
	.logo img {height: 40px;}

	

	
	.l_row_h_4 {float: none;}

	.r_row_h_4 {float: none; margin-top: 20px;}

	

	.info_foot_3 {
		padding: 2.4rem;
	}

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

	


	.f_home {padding: 2% 0;}


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


	.title_td_h_2 .icon_title_td_h {

		width: 36px; height: 31px;

		background-size: 100% 100%; 

		top: 1px; left: 2%;

	}	

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

	}


	.banner .min_wrap {
		flex-wrap: wrap;
		gap: var(--gap12);
	}
	.search_hea {
		margin: 0 -1.5rem -12px -1.5rem;
		border: 0;
		border-top: 1px solid #eee;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
	}
	.slec_search_hea {
		padding-left: 1.5rem;
	}
	.btn_search_hea {
		padding: 0 1.2rem;
		box-sizing: content-box;
	}
	.f_home_new .min_wrap {
		flex-wrap: wrap;
	}
	.spec_news_h {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}
	.spec_news_h .l_spec_news {
		flex: 1 0 20rem;
	}
	.spec_news_h .r_spec_news {
		flex: 1 0 20rem;
	}
	.content {
		min-height: inherit;
	}
	.f_page, .content_news {
		margin-top: 1.5rem;
		padding-right: 1.2rem;
		padding-left: 1.2rem;
	}
	.spec_news, .ul_news {
		gap: 15px;
	}
	.ct_cont_D {
		flex: 2 1 6rem;
	}
	.f_page_admin .f_page {
		min-height: 50vh;
	}
	.f_page_admin .sidebar {
		display: block;
	}

	.r_banner, .r_f_home_new {
		flex-basis: 100%;
	}
	.banner .btn_dtmp, .l_f_home_new, .foot_1, .breacrum {
		display: none !important;
	}
}



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

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

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

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

}



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

	.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) {	
	.ul_td_1 > li .img_td_sty {height: 126px;}

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

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

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

	}

	.l_filter_td {
		flex-wrap: wrap;
	}
	.t_td {
		height: auto;
		margin-top: 0;
		overflow: hidden;
		border-radius: .4rem;
		-webkit-border-radius: .4rem;
		-moz-border-radius: .4rem;
		-ms-border-radius: .4rem;
		-o-border-radius: .4rem;
	}
	.h_t_td {
		padding: .8rem 1.5rem;
		flex-wrap: wrap;
		column-gap: 4px;
		white-space: inherit;
		line-height: inherit;
	}
	.our_h_t_td {
		position: static;
	}
	.t_td .slec_r_filter_td {
		position: static;
		width: 100%;
	}
	.link_td_other {
		display: inline-flex;
		position: static;
		padding: .8rem 1.5rem;
	}
	a.btn_dtmp.sty_transition2 {
		background: none;
		padding: 0;
	}
	.title_h_td_D {
		padding-right: 0;
	}
	.title_h_td_D .loca_icon_vip {
		position: static;
	}
	.btn_rep_td {
		color: var(--tailwind-200) !important;
	}
	.ct_cont_D {
		flex: 1 0 100%;
	}

	.h_td_D, .til_news_D {
		font-size: 19px;
	}
	.our_h_t_td::before {
		display: none;
	}
}



@media only screen and (max-width: 480px) {	
	.f_home {padding: 3% 0;}
	

	.swiper2, .row_h_4, .spec_news_h .l_spec_news {
		padding-right: 1.2rem !important;
		padding-left: 1.2rem !important;
	}

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

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

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

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

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

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

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

	.name_td_h, .ul_td_1 > li .name_td_sty {

		height: 40px;

		overflow: hidden;

		padding: 8px 10px 5px 10px !important;

	}

	.ul_f_contact > li {float: none; width: auto; margin-right: 0;}

	.btn_f_contact {width: 100%;}

	

	.icon_spec, .icon_vip, .ul_td_1 > li .loca_icon_vip, .swiper4 .swiper-slide .loca_icon_vip {top: 68px;}

	

	

	.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 .img_td_sty {
		flex-basis: 12rem;
	}

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

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

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

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

	}

	.ul_td_2 > li .price_td_h {
		margin-bottom: 0;
	}
	.ul_td_2 > li a {
		gap: 12px;
	}
	.list_ct_sm_2 > li {width: 50%;}
	.spec_news {
		border-bottom: 0;
	}
	.spec_news .r_spec_news {
		padding: 1.2rem;
		background-color: var(--tailwind-50);
		margin-right: -1.2rem;
		margin-left: -1.2rem;
	}
	.info_row_h_4 h3, .name_td_h, .pri_info_row_h_4, .ul_td_2 > li .name_td_sty, .tool_ngs, .map_td_sty, .ul_td_2 > li .price_td_h {
		font-size: 13px;
	}
	.info_row_h_4 p {
		font-size: 11px;
	}
}



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

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

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

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

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

}