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



body { 
	-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
	font-family: 'Roboto', 'Noto Sans SC', PingFang SC, STHeiti, SimHei, sans-serif;
	font-size: 14px; font-weight: 400; color: #333; letter-spacing: 0.025em; line-height: 1.3;
}
body.navopen { overflow: hidden; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; line-height: 1.3; }
p { line-height: 1.45; }
p:last-child { margin-bottom: 0; }
a { text-decoration: none; }
a { color: #9e244e; }
a:hover, 
a:focus { color: #ff397e; }
a[href*=mailto],
a[href*=http] { word-break: break-word; }
b, strong { font-size: 1.15em; vertical-align: middle; }
img { max-width: 100%; height: auto; }
.container { 
	max-width: 1200px; --bs-gutter-x: 1.875rem;
	padding-left: calc(.7 * var(--bs-gutter-x)); padding-right: calc(.7 * var(--bs-gutter-x)); 
}
.row { --bs-gutter-x: 1.875rem; }
.btn-close { 
    color: transparent;
    position: absolute; top: 15px; right: 20px; transition: all 0.3s ease-out;
}
.btn-close:hover { color: transparent; transform: scale(0.85); }


@media only screen and (min-width: 1400px) {
	.container { max-width: 1300px; }
}


/*=====================================================================*/
/* CONTENT */
/*=====================================================================*/
/*--*/
/*-- fake counter --*/
.content-wrap { margin-top: 80px; margin-bottom: 80px; }
/*===================*/
/*====== title ======*/
.titlehead { 
	display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
	position: relative; margin-bottom: 32px; padding-bottom: 10px;
}
.titlehead:before {
    content: ''; width: 100%; height: 2px; background: #ddd;
    position: absolute; left: 0; bottom: 0;
}
.titlehead:after {
	content: ''; width: 4em; height: 4px; background: #ff397e;
    position: absolute; left: 0; bottom: 0;
}
.titlehead .title { margin-bottom: 0; word-break: break-word; }
.titlehead .title a { color: #333; }
.titlehead .title a:hover { color: #ff397e; }
.titlehead .title .eng { font-weight: 100; text-transform: uppercase; }
.titlehead .title .eng span { font-weight: 700; display: inline-block; }
/*====================*/
/*====== button ======*/
.btn-viewall { 
	display: inline-block; background: #faebd7; padding: 10px 15px 8px; border-radius: 100px;
	font-size: 16px; font-weight: 700; color: #333; line-height: 1;
}
.btn-viewall b { font-size: 1em; font-weight: 700; display: inline-block; }
.btn-viewall b span.eng { font-size: 0.8em; font-weight: 400; vertical-align: middle; }
.btn-viewall > span { 
	display: inline-block; margin-top: -4px; transition: 0.3s ease-out; 
	width: 2.2em; height: 2.2em; border: 1px solid; border-radius: 50%;
    font-size: 0.55em; text-align: center; line-height: 2.2; vertical-align: middle;
}
.btn-viewall:hover > span { transform: translateX(5px); }
/*=================*/
/*====== ... ======*/
.pop-ads .modal-content { border: none; border-radius: 10px; padding: 50px 20px 30px; }
.pop-ads a { color: #333; }


@media only screen and (min-width: 992px) {
	/*.sidebar-wrap .titlehead .title { font-size: 20px; }*/
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
	.content-wrap { margin-top: 50px; margin-bottom: 50px; }
	/*--*/
	.titlehead { align-items: end; }
	.titlehead .title .eng { display: block; }
	/*--*/
	.btn-viewall { font-size: 14px; white-space: nowrap; }
}


/*=====================================================================*/
/* HEADER */
/*=====================================================================*/
/*====================*/
/*====== topbar ======*/
.topbar-wrap { border-bottom: 1px solid #ddd; padding: 8px 0; font-size: 13px; }
.topbar-wrap a { color: #333; }
.topbar-wrap ul { margin: 0; padding: 0; list-style: none; }
.topbar-wrap ul li { display: inline-block; vertical-align: middle; }
/*--*/
ul.list_contact { line-height: 1.2; }
ul.list_contact li:not(:last-child) { margin-right: 20px; }
ul.list_contact i { vertical-align: middle; margin-right: 5px; font-size: 0.8em; color: #ff397e; }
ul.list_contact .desc { vertical-align: middle; display: inline-block; }
/*--*/
ul.list_social li:not(:last-child) { margin-right: 6px; }
ul.list_social li .fb-like { display: block; margin-bottom: -8px; }
ul.list_social li a { 
	font-size: 1.4em; text-align: center; line-height: 1.5; 
	width: 1.5em; height: 1.5em; display: inline-block; border-radius: 5px; border: 1px solid #bbb; transform: none; transition: 0.3s;
}
ul.list_social li a:hover { transform: translateY(-3px); }
/*=================*/
/*====== ... ======*/
header { background: #fff; box-shadow: 0px 2px 5px rgba(0,0,0,0.05); position: relative; z-index: 5; }
/*--*/
a.logo { display: inline-block; }
a.logo img { max-width: 135px; width: 100%; image-rendering: -webkit-optimize-contrast; }
/*--*/
header .btm-wrap { position: relative; }
/*--*/
.small-ads-wrap { padding-top: 20px; padding-bottom: 15px; }
/*=======================*/
/*====== Hamburger ======*/
/** Single Element Animated Hamburger Menu CSS Only - Josh Fabean
 ** (https://codepen.io/fabean/pen/XXegoQ) 
 **/
.navtoggler { width: 28px; height: 23px; background: none; border: none; padding: 0; cursor: pointer; position: relative; z-index: 3; }
.navtoggler div.hamburger { position: relative; transition: background 10ms 300ms ease; }
.navtoggler div.hamburger,
.navtoggler div.hamburger:before, 
.navtoggler div.hamburger:after { width: 100%; height: 3px; background: #333; border-radius: 5px; }
.navtoggler div.hamburger:before, 
.navtoggler div.hamburger:after { 
	content: ''; position: absolute; left: 0; 
	transition: top 300ms 350ms ease, transform 300ms 50ms ease; 
}
.navtoggler div.hamburger:before { top: -8px; }
.navtoggler div.hamburger:after { top: 8px; }
/*--*/
.navtoggler.change div.hamburger { background: transparent; }
.navtoggler.change div.hamburger:after, 
.navtoggler.change div.hamburger:before { 
	top: 0;
	transition: top 300ms 50ms ease, transform 300ms 350ms ease;
}
.navtoggler.change div.hamburger:before { transform: rotate(45deg); }
.navtoggler.change div.hamburger:after { transform: rotate(-45deg); }
/*==================*/
/*====== menu ======*/
.navi ul { margin: 0; padding: 0; line-height: 0; }
.navi a { display: block; transition: all 0.3s ease; line-height: 1.1; }
.navi a:not(.dropcon) { font-weight: 500; color: #333; }
/*--*/
/*-- submenu --*/
.navi li.submenu a.dropcon:after { content: '\f078'; font-family: 'fontawesome'; font-size: 0.7em; font-weight: 700; color: #ff397e; line-height: 1; }
.navi ul ul li a { word-break: break-word; padding: 0.65em 1.2em; }
.navi ul ul li > a.active { color: #ff397e; }
/*====================*/
/*====== search ======*/
.sb-search-wrap { 
	width: 100%; height: 45px; 
	position: absolute; top: 50%; right: 0; margin-top: -22px;
}
.sb-search { 
	position: relative; min-width: 45px; width: 0%; height: 100%; float: right; 
	overflow: hidden; z-index: 1; transition: width 0.3s; backface-visibility: hidden; 
}
.sb-search-input {
	width: 100%; height: 100%; background: #f3f3f3; color: #333;
	border: none; outline: none; z-index: 1;
	position: absolute; top: 0; right: 0;
}
.sb-icon-search, 
.sb-search-submit {
	width: 45px; height: 100%; display: block; padding: 0; cursor: pointer; 
	line-height: 2.8; text-align: center;
	position: absolute; right: 0; top: 0; 
}
.sb-icon-search {
	font-family: 'fontawesome'; font-size: 16px; color: #fff; 
	background: #333; z-index: 1;
}
.sb-icon-search:before { content: "\f002"; }
.sb-search-submit { opacity: 0; color: transparent; border: none; outline: none; z-index: -1; }
/*-- Open state --*/
.sb-search.sb-search-open { width: 100%; } 
.sb-search.sb-search-open .sb-search-input { padding: 5px 50px 5px 10px; }
.sb-search.sb-search-open .sb-search-submit { z-index: 3; }


@media only screen and (min-width: 992px) {
	.navtoggler { display: none; }
	/*--*/
	.navi { margin-right: 100px; position: relative; z-index: 1; }
	.navi a:not(.dropcon) { font-size: 16px; }

	.navi > ul { display: flex; }
	.navi > ul > li { position: relative; display: inline-block; vertical-align: middle; padding-right: 2.15em; }
	.navi > ul > li:last-child { padding-right: 0; }
	.navi > ul > li > a,
	.navi > ul > li > .split > a:not(.dropcon) { max-width: 105px; padding: 1.5em 0; }
	.navi > ul > li > a,
	.navi > ul > li > .split { display: flex; align-items: center; height: 100%; cursor: pointer; }
	.navi > ul > li > .split > a { display: inline-block; vertical-align: middle; }
	.navi > ul > li > a.active,
    .navi > ul > li > .split > a.active:not(.dropcon) { color: #ff397e; }
	/*--*/
	.navi > ul > li > * { position: relative; }
	.navi > ul > li > *:before {
	    content: ''; width: 100%; height: 1px; background: #ff397e; 
	    position: absolute; bottom: 0px; left: 0; z-index: -1;
	    transform: scale(0,1); transform-origin: 100% 0; 
	    transition: transform .3s cubic-bezier(.165,.84,.44,1) 0s;
	}
	.navi > ul > li:hover > *:before {
		transform: scale(1); transform-origin: 0 0;
		transition: transform .45s cubic-bezier(.86,0,.07,1) 0s;
	}
	/*--*/
	.navi ul ul {
		position: absolute; top: 100%; min-width: 135px; border: none; background: #fff; border-radius: 0 0 8px 8px; box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1); overflow: hidden;
	}
	.navi ul ul li { display: block; border-bottom: 1px solid #ddd; }
	.navi ul ul li:last-child { border-bottom: none; }
	/*--*/
	.navi ul li:hover > ul { display: block; }
	.navi li.submenu a.dropcon { padding-left: 0.5em; }
	.navi ul ul li a:hover { background: #ff397e; color: #fff; }
	/*--*/
}
@media only screen and (max-width: 991px) {
	header { padding: 10px 0; }
	header > .container { display: flex; justify-content: space-between; align-items: center; }
	header .top-wrap { flex: 0 auto; }
	header .btm-wrap { flex: 1 0 0%; margin-left: 30px; text-align: right; }
	.overlayer {
	    width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0); z-index: -1;
	    position: fixed; top: 0; left: 0; 
	    opacity: 0; visibility: hidden; transition: all 0.4s ease;
	}
	.overlayer-is-visible { background-color: rgba(0, 0, 0, 0.35); z-index: 2; opacity: 1; visibility: visible; transition: all 0.1s ease; }
	/*--*/
	.navi {
        position: fixed; top: 0; bottom: 0; left: 100%;
        background-color: #fff; box-shadow: 0 0 10px rgb(10, 10, 10, 0.2); z-index: 2;
        width: 85%; padding-top: 125px; padding-bottom: 20px; overflow-y: auto; 
        visibility: hidden; text-align: left;
        transition: transform .4s ease-in-out, visibility .4s ease-in-out;
    }
    .navi.open { 
    	visibility: visible; 
    	-webkit-transform: translateX(-100%); transform: translateX(-100%);
    }
    /*--*/
    .navi li { display: block; border-bottom: 1px solid #e3e3e3; }
    .navi li:last-child { border-bottom: none; }
    .navi a:not(.dropcon) { font-size: 15px; }

    .navi > ul { border-top: 1px solid #e3e3e3; }
    .navi > ul > li > a,
	.navi > ul > li > .split > a:not(.dropcon) { padding: 0.8em 1.2em; position: relative; }
    .navi > ul > li > a:after,
    .navi > ul > li > .split > a[href]:not(.dropcon):after {
        content: ''; width: 0; height: 1px; background: #ff397e;
        position: absolute; top: 15px; left: 20px; z-index: -1; transition: width 0.3s ease-out;
    }
    .navi > ul > li > a:hover,
    .navi > ul > li > .split > a[href]:not(.dropcon):hover { padding-left: 2.5em; }
    .navi > ul > li > a:hover::after,
    .navi > ul > li > .split > a[href]:not(.dropcon):hover::after { width: 8px; }
    .navi > ul > li > a.active,
    .navi > ul > li > .split > a.active:not(.dropcon) { color: #ff397e; }
    /*--*/
    .navi li.submenu .split { position: relative; padding-right: 40px; }
    .navi li.submenu a.dropcon { position: absolute; right: 0; top: 0; width: 40px; height: 100%; padding: 0; border-left: 1px solid #ebebeb; }
    .navi li.submenu a.dropcon:after { position: absolute; left: 50%; top: 50%; margin-top: -5px; margin-left: -5px; padding: 0; transition: 0.1s ease-out; }
    .navi li.submenu a.dropcon[aria-expanded="true"]:after { transform: rotate(180deg); }
    .navi li.submenu a.dropcon:hover { margin-top: 3px; }
    .navi li.submenu a.dropcon[aria-expanded="true"]:hover { margin-top: -3px; }

    .navi ul ul { background: rgba(0,0,0,0.05); border-top: 1px solid #e3e3e3; }
    .navi ul ul li a { padding: 0.8em 2.2em; }
    .navi ul ul li:hover > a,
    .navi ul ul li a:hover { padding-left: 2.6em; }
    /*--*/
    .sb-search-wrap { width: calc(100% - 45px); margin-right: 45px; }
    /*--*/
}
@media only screen and (max-width: 767px) {
	header { padding: 5px 0; }
	a.logo img { max-width: 100px; }
	/*--*/
	header > .container { position: relative; }
	header .btm-wrap { position: static; }
	.sb-search-wrap { width: calc(100% - 81px); margin-right: 61px; }
	.sb-icon-search { background: #fff; color: #333; }
}
@media only screen and (max-width: 350px) {
	.small-ads-wrap { display: none; }
}


/*=====================================================================*/
/* FOOTER */
/*=====================================================================*/
footer { 
	background-color: #222; padding: 50px 15px 30px; 
	font-size: 14px; font-weight: 500; color: #ccc; 
}
footer ul { padding: 0; margin: 0; list-style: none; }
footer h6 { font-size: 18px; color: #ccc; }
footer a { color: #ccc; transition: 0.3s ease-out; }
footer a:hover { color: #ff397e; }
/*=================*/
/*====== ... ======*/
footer .top-wrap {  }
footer .top-wrap .content { text-align: left; position: relative; }
/*--*/
.contactinfo-wrap a.btn {
    display: inline-block; background: #ff397e; padding: 0.8em 2.5em; border-radius: 50px; transition: 0.3s ease-out;
    font-weight: 700; color: #fff;
}
.contactinfo-wrap a.btn:hover { background: #9e244e; }
/*--*/
.newsletter-wrap form { position: relative; }
.newsletter-wrap input[type="email"] {
	width: 100%; background: #363636; height: auto; margin: 0; padding: 1em 4em 1em 1.5em;
    border: 1px solid transparent; border-radius: 50px; box-shadow: none; outline: none; 
    font-size: 14px; color: #ccc;
}
.newsletter-wrap input[type="email"]:focus { border: 1px solid #ff397e; }
.submitwrap { position: absolute; top: 3px; right: 4px; }
.submitwrap:before { 
	content: '\f1d8'; font-family: 'fontawesome'; font-size: 20px; color: #fff; text-align: center; text-indent: -4px; line-height: 2;
	background: #ff397e; display: inline-block; width: 2em; height: 2em; border-radius: 50%; transition: 0.3s ease-out;
}
.submitwrap:hover::before { background: #9e244e; }
.submitwrap input[type="submit"],
.submitwrap button {
	position: absolute; top: 0; left: 50%; transform: translate(-50%,0);
    margin: 0; padding: 0; cursor: pointer; opacity: 0; z-index: 9;
    display: inline-block; width: 2em; height: 2em; border-radius: 50%; font-size: 20px;
}
/*=================*/
/*====== ... ======*/
footer .btm-wrap { margin-top: 30px; text-align: center; }
/*--*/
ul.footlink { border-top: 1px solid #363636; border-bottom: 1px solid #363636; padding: 15px 0; margin: 20px 0; }
ul.footlink > li { display: inline-block; margin-right: 20px; vertical-align: middle; }
ul.footlink > li:after { 
    content: ''; display: inline-block; vertical-align: middle; 
    position: relative; left: 12px; border-left: 1px solid #666; height: 0.8em;
}
ul.footlink > li:last-child { margin-right: 0; }	
ul.footlink > li:last-child:after { content: none; }
ul.footlink > li > a { display: inline-block; transition: 0.3s ease-out; }
/*--*/
ul.footlink:hover li a { opacity: 0.5; }
ul.footlink:hover li a:hover { opacity: 1; }
ul.footlink > li > a.active { color: #ff397e; }
/*--*/
.copyright { font-size: 12px; font-weight: 400; }
/*=================*/
/*====== ... ======*/
.scroll_top {
    position: fixed; right: 21px; bottom: 130px; display: none; z-index: 1; cursor: pointer;
    width: 2.5em; height: 2.5em; background-color: #ff397e; font-size: 18px; 
}
.scroll_top span { 
	position: absolute; top: 50%; left: 50%; line-height: 0;
	-webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
}
.scroll_top i { top: -2px; transition: 0.3s ease-out; color: #fff; }
.scroll_top:hover i { -webkit-transform: translateY(-3px); transform: translateY(-3px); }


@media only screen and (max-width: 767px) {
	footer { padding: 50px 0px 30px; }
	footer .top-wrap > div:not(:last-child) { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #363636; }
}


/*=====================================================================*/
/* ARTICLE LISTING */
/*=====================================================================*/
.tag_cat { 
	display: inline-block; background: #ff397e; padding: 0.3em 0.65em 0.15em;
    font-weight: 700; color: #fff; letter-spacing: 0.1em; 
}
/*=================*/
/*====== ... ======*/
.listarticle-wrap .img { overflow: hidden; }
.listarticle-wrap .img img { transition: 0.3s ease-out; }
.listarticle-wrap .short-desc { margin-bottom: 30px; font-size: 16px; color: #666; }
.listarticle-wrap .short-desc:empty { display: none; }
.listarticle-wrap .date { font-size: 12px; font-style: italic; }
.listarticle-wrap .date i { margin-right: 3px; }
.listarticle-wrap a:hover .img img { transform: scale(1.1); }
/*--*/
.listarticle-wrap.style_img { margin-bottom: 30px; }
.listarticle-wrap.style_img a { color: #fff; display: block; position: relative; }
.listarticle-wrap.style_img .title {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(0 0 0 / 80%) 60%);
    position: absolute; bottom: 0; left: 0; margin: 0; padding: 20px; padding-bottom: 25px;
    opacity: 0; visibility: hidden; transition: 0.3s ease-out;
}
.listarticle-wrap.style_img .date {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    position: absolute; top: 0; left: 0; width: 100%; padding: 20px;
}
.listarticle-wrap.style_img .tag_cat { position: absolute; bottom: 0; right: 0; }
.listarticle-wrap.style_img a:hover .title { opacity: 1; visibility: visible; }
/*--*/
.listarticle-wrap.style_list_hrzt { margin-bottom: 25px; }
.listarticle-wrap.style_list_hrzt a { color: #333; display: flex; }
.listarticle-wrap.style_list_hrzt .tag_cat { position: absolute; top: 0; left: 0; z-index: 1; font-size: 12px; }
.listarticle-wrap.style_list_hrzt .title { font-weight: 500; }
.listarticle-wrap.style_list_hrzt .img { max-width: 125px; position: relative; }
.listarticle-wrap.style_list_hrzt .desc { margin-left: 18px; }
.listarticle-wrap.style_list_hrzt .date { /*color: #ff397e;*/ color: #666; }
/*--*/
.listarticle-wrap.style_list_vrtc { margin-bottom: 20px; }
.listarticle-wrap.style_list_vrtc a { color: #333; }
.listarticle-wrap.style_list_vrtc .tag_cat { position: absolute; top: 0; left: 0; z-index: 1; font-size: 12px; }
.listarticle-wrap.style_list_vrtc .img { margin-bottom: 15px; position: relative; }
.listarticle-wrap.style_list_vrtc .date { color: #666; }
/*=================*/
/*====== ... ======*/
.cat-banner-wrap { display: flex; align-items: end; background-repeat: no-repeat; background-position: center; min-height: 230px; position: relative; color: #fff; }
.cat-banner-wrap:before {
	content: ''; width: 100%; height: 100%; background: #000; opacity: 0.3;
    position: absolute; top: 0; left: 0;
}
.cat-banner-wrap .titlehead { margin-top: 30px; }
.cat-banner-wrap .titlehead:before { height: 1px; background: #999; }
.cat-banner-wrap .titlehead:after { height: 3px; }
/*=================*/
/*====== ... ======*/
.listing-wrap .listarticle-wrap { margin-bottom: 40px; }
.listing-wrap .listarticle-wrap .title { font-size: 18px; }


@media only screen and (max-width: 767px) {
	.cat-banner-wrap { min-height: 180px; }
	/*--*/
	.listing-wrap .listarticle-wrap { margin-bottom: 30px; }
	.listing-wrap .listarticle-wrap .title { font-size: 16px; }
}
@media only screen and (max-width: 480px) {
	.listarticle-wrap.style_list_vrtc.col-6 { width: 100%; }
}


/*=====================================================================*/
/* ARTICLE DETAIL */
/*=====================================================================*/
.detail-wrap .date { font-style: italic; color: #666; margin: 10px 0; }
.detail-wrap .main-wrap { background: #f3f3f3; margin-bottom: 30px; padding: 30px; border-radius: 30px; }
.detail-wrap .main-wrap .title { margin-bottom: 20px; }
.at4-jumboshare { color: #ff0c6a; text-align:center; }
.at4-count { font-family: Helvetica neue,arial; font-weight: 700; color: #ff0c6a; }
/*--*/
.detail-wrap .contentdesc-wrap { font-size: 18px; position: relative; }
.detail-wrap .contentdesc-wrap .hide-box { max-height: 500px; overflow: hidden; }
.detail-wrap .contentdesc-wrap .read-more { 
	text-align: center; 
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
	position: absolute; bottom: 0; width: 100%; padding: 60px 0 0px 0; cursor: pointer;
}
.detail-wrap .contentdesc-wrap .read-more .btn-viewall { 
	background-color: #ff0c6a; padding: 0.8em 1.5em; position: relative; top: 15px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); transition: all 0.2s ease-out;
	font-size: 18px; color: white; text-transform: uppercase; letter-spacing: 0.05em;
}
.detail-wrap .contentdesc-wrap .read-more .btn-viewall:hover{ top: 18px; }
/*=================*/
/*====== ... ======*/
.related_article-wrap .listarticle-wrap .title { font-size: 15px; font-weight: 500; }
/*=================*/
/*====== ... ======*/
.cat-hotnews ol { margin: 0; padding: 0; list-style: none; counter-reset: item; }
.cat-hotnews li { counter-increment: item; position: relative; }
.cat-hotnews li:before {
	content: counter(item); font-size: 12px; font-weight: 700; text-align: center; line-height: 2em;
	position: absolute; top: 0; left: 0; z-index: 1;
	display: block; width: 1.5em; height: 2em; background: #fbaf5d; margin: auto; margin-bottom: 5px;
}
.cat-hotnews .listarticle-wrap .title { font-size: 14px; }
.cat-hotnews .listarticle-wrap.style_list_hrzt { margin-bottom: 15px; }
.cat-hotnews .listarticle-wrap.style_list_hrzt .tag_cat { left: inherit; top: inherit; right: 0; bottom: 0; }
.cat-hotnews .listarticle-wrap.style_list_hrzt .img { max-width: 95px; height: 100%; }
.cat-hotnews .listarticle-wrap.style_list_hrzt .desc { margin-left: 13px; }


@media only screen and (max-width: 767px) {
	.detail-wrap .main-wrap { padding: 30px 20px;border-radius: 20px; }
	/*--*/
	.detail-wrap .contentdesc-wrap { font-size: 16px; }
	/*--*/
	.related_article-wrap .listarticle-wrap .title { font-size: 14px; }
}


/*=====================================================================*/
/* HOME */
/*=====================================================================*/
.featcat-slider-wrap .item { position: relative; color: #fff; }
.featcat-slider-wrap .item:before {
    content: ''; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3);
    position: absolute; left: 0; top: 0; z-index: 1;
}
.featcat-slider-wrap .item a { color: #fff; }
.featcat-slider-wrap .item a.btn-viewall { 
	background: none; padding: 0; opacity: 0; visibility: hidden; transition: 0.3s ease-out;
	position: absolute; left: 30px; top: 0px; z-index: 1; font-size: 12px;
}
.featcat-slider-wrap .item a.btn-viewall span { border: none; }
.featcat-slider-wrap .item .img { position: relative; overflow: hidden; }
.featcat-slider-wrap .item .img img { transition: all 0.5s ease-in-out; }
.featcat-slider-wrap .item .desc {
    width: 100%; padding: 30px;
    position: absolute; bottom: 0px; left: 0; z-index: 2;
}
.featcat-slider-wrap .item .title { margin-bottom: 0; word-break: break-word; }
.featcat-slider-wrap .item .title .chi { font-size: 16px; margin-bottom: 5px; }
.featcat-slider-wrap .item .title .eng { display: block; font-weight: 100; text-transform: uppercase; }
.featcat-slider-wrap .item .title .eng span { font-weight: 500; display: inline-block; }
.featcat-slider-wrap .item:hover .img img { transform: scale(1.1); }
.featcat-slider-wrap .item:hover a.btn-viewall { opacity: 1; visibility: visible; }
/*=================*/
/*====== ... ======*/
.featcat_tech-slider-wrap { margin-bottom: 30px; }
.featcat_tech-slider-wrap .owl-height { transition: height 0.3s ease-out; }
.featcat_tech-slider-wrap .owl-dots { position: absolute; top: 6px; right: 20px; width: auto; margin-top: 0px; }
.featcat_tech-slider-wrap .owl-dots .owl-dot span { 
	position: relative; width: 16px; height: 3px; background: #fff; display: block; 
	margin: 0 4px; border-radius: 0; backface-visibility: visible; transition: all .3s ease;
}
.featcat_tech-slider-wrap .owl-dots .owl-dot.active span, 
.featcat_tech-slider-wrap .owl-dots .owl-dot:hover span { background: #f55d6f; height: 6px; }


@media only screen and (min-width: 992px) {
	.featured-article-con.cat-eatplaytravel .listarticle-wrap.style_list_vrtc .title { font-size: 14px; font-weight: 500; }
	.featured-article-con.cat-eatplaytravel .listarticle-wrap.style_list_vrtc .date { font-size: 10px; }
}
@media only screen and (max-width: 767px) {
	.featcat-slider-wrap .item a.btn-viewall { left: 15px; }
	.featcat-slider-wrap .item .desc { padding: 15px; }
	.featcat-slider-wrap .item .title .chi { font-size: 14px; }
	.featcat-slider-wrap .item .title .eng { font-size: 16px; }
}


/*=====================================================================*/
/* CONTACT US */
/*=====================================================================*/
.form-group { position: relative; margin-bottom: 15px; }
/*--*/
[type="submit"].btn-form {
    display: inline-block; background: #ff397e; padding: 0.8em; margin-top: 35px; outline: 0; border: none; min-width: 150px; transition: 0.3s ease-out;
    font-size: 14px; font-weight: 600; color: #fff; text-transform: uppercase; letter-spacing: 0.05em;
}
[type="submit"].btn-form:hover { background: #9e244e; }
/*--*/
label.error { 
    font-size: 12px; font-weight: 500; color: #db8888; line-height: 1.2; letter-spacing: 0.05em;
    display: block; margin: 5px 0; 
}
label.error:empty { display: none !important; }
#result-msg > * { padding: 0.5em 1em; margin-top: 30px; border-radius: 5px; font-weight: 500; color: #333; }
#result-msg > .successmsg { background-color: #a5eece; }
#result-msg > .failedmsg { background-color: #ff8a8a; }
























