@charset "utf-8";
@font-face{
	font-family:'Avo-Bold';
	src:url('fonts/UTM-AvoBold.ttf');
	font-display:swap;
}
@-webkit-keyframes daidong-alo-circle-img-anim {
	0%, 100%,50%{ -webkit-transform:rotate(0); }
	10%,30%{ -webkit-transform: rotate(-25deg); }
	20%, 40%{ -webkit-transform:rotate(25deg); }
}
@-moz-keyframes daidong-alo-circle-img-anim {
	0%, 100%,50%{ -moz-transform:rotate(0); }
	10%,30%{ -moz-transform: rotate(-25deg); }
	20%, 40%{ -moz-transform:rotate(25deg); }
}
@-o-keyframes daidong-alo-circle-img-anim {
	0%, 100%,50%{ -o-transform:rotate(0); }
	10%,30%{ -o-transform: rotate(-25deg); }
	20%, 40%{ -o-transform:rotate(25deg); }
}
@keyframes daidong-alo-circle-img-anim {
	0%, 100%,50%{ transform:rotate(0); }
	10%,30%{ transform: rotate(-25deg); }
	20%, 40%{ transform:rotate(25deg); }
}
@keyframes bounce_3811 {
	0% {
		transform: translateY(0);
	}
	12.5% {
		transform: translateY(0);
	}
	25% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-15px);
	}
	62.5% {
		transform: translateY(0);
	}
	75% {
		transform: translateY(-15px);
	}
	100% {
		transform: translateY(0);
	}
}
:root {
    --color1: #136d4a;
    --color2: #7452e5;
    --color3: #61a8e2;
    --color4: #ffffff;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,/*table, tbody, tfoot, thead, tr, th, td,*/
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	line-height: 1.3;
}
* {
	margin: 0px;
	padding: 0px;
	outline: none;
	font-family: Arial, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* transition: all .3s ease-in-out;*/
	transition: transform .4s 0s, visibility 0s 0s;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	overflow-x: hidden;
	color: #666666;
	font-size: 16px;
	font-family: Arial;
}
img {
	max-width: 100%;
	height: auto !important;
	vertical-align: middle;
}
input, textarea, select {
	-webkit-appearance: none;
	appearance: none;
}
ul, li, ol {
	list-style:none;
}
table {
	border-spacing: 0;
}
a {
	color: inherit;
	text-decoration: none;
	font-family: inherit;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clr {
	clear: both;
}
.divclr::after{
	content: '';
	display: block;
	clear: both;
}
.vta {
	-ms-flex-pack: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	align-items: center;
	display: flex;
}
.vta1 {
	-ms-flex-pack: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
}
.mar {
	margin-left: 10px;
	margin-right: 10px;
}
.pad {
	padding-left: 10px;
	padding-right: 10px;	
}
.pad-8 {
	padding-left: 8px;
	padding-right: 8px;	
}
.pad-15 {
	padding: 15px;
}
.pad-20 {
	padding: 20px;
}
.pad-25 {
	padding: 25px;
}
.mar-top {
	margin-top: 10px;
}
.mar-top-15 {
	margin-top: 15px;
}
.mar-top-20 {
	margin-top: 20px;
}
.overflow-hidden {
	overflow: hidden;
}
.max650 {
	max-width: 650px;
	margin: 0 auto;
}
.title-tab {
	background-color: #006599;
}
.title-tab > li {
	line-height: 55px;
	color: #52a5d0;
	font-weight: bold;
	float: left;
	position: relative;
}
.title-tab > li.current {
	color: #fff;
}
.title-tab > li.current::before{
	content: '';
	height: 4px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #002f48;
	z-index: 1;
	border-radius: 10px;
}
.tab-content {
	display: none;
}
#wrapper {
	max-width: 650px;
	margin: 0 auto;
}
.kenvin-popup-form-sdt.topheader {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}
header .main-menu {
	position: relative;
	padding-top: 1.222222vw;
}
header .main-menu ul.menu {
	background-color: #fff;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 45px;
	position: relative;
}
header .main-menu ul.menu li.home a {
	height: 45px;
	width: 51px;
	border-right: 1px solid #fff;
}
header .main-menu ul.menu li.item {
	color: #fff;
	text-transform: uppercase;
}
header .main-menu ul.menu #toggle-menu {
	margin-top: -8px;
	margin-bottom: -8px;
	width: 60px;
	height: 61px;
	padding-left: 2px;
	position: relative;
}
header .main-menu ul.menu #toggle-menu:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-left: 1px solid #127eb4;
	border-right: 1px solid #023e5b;
}
header .main-menu ul.menu #toggle-menu img {	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
header .main-menu ul.menu #toggle-menu.active img {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
header .main-menu .sub-menu {
	background-color: #efefef;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 150%;
	left: 0;
	right: 0;
	z-index: 2000000;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0 4px 7px rgba(1, 1, 1, 0.75);
	-moz-box-shadow: 0 4px 7px rgba(1, 1, 1, 0.75);
	box-shadow: 0 4px 7px rgba(1, 1, 1, 0.75);
}
header .main-menu .sub-menu.active {
	opacity: 1;
	visibility: visible;
	top: 100%;
}
header .main-menu .sub-menu ul {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
header .main-menu .sub-menu ul li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;	
	text-align: center;
	width: 25%;
	margin-right: -4px;
	margin-bottom: 15px;
}
header .main-menu .sub-menu ul li a {
	display: block;
}
header .main-menu .sub-menu ul li span {
	display: block;
	font-size: 88.88888888888889%;
	color: #006599;
	min-height: 36px;
	font-size: 85%;
	text-transform: capitalize;
}
section#slider{
	position: relative;
}
section#slider .owl-carousel {
	position: relative;
}
section#slider .owl-carousel .owl-dots {
	text-align: center;
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 0;
	margin: auto;
	line-height: 18px;
}
section#slider .owl-carousel .owl-dots .owl-dot {	
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
	width: 18px;
	height: 18px;
	margin-right: 18px;
	background-color: #c7c7c7;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
section#slider .owl-carousel .owl-dots .owl-dot:last-child {
	margin-right: 0;
}
section#slider .owl-carousel .owl-dots .owl-dot.active {
	background-color: #0099cc;	
}
section#slider .owl-carousel .owl-dots .owl-dot > span {
	display: block;
}

section#gioithieu{
	text-align: justify;
	background: url('../img/bg-gioithieu.png') no-repeat;
	background-position-y: -10%;
    background-size: 110%;
}
section#gioithieu .noidung{
	
}
section#gioithieu .noidung .img{
	position: relative;
	height: 100%;
}
section#gioithieu .noidung .img .item{
	position: absolute;
	width: 33.3333333%;
	height: 100%;
	left: 0;
	bottom: 0;
	float: left;
}
section#gioithieu .noidung .img a:nth-child(3){
	left: 33.333333%;
}
section#gioithieu .noidung .img a:nth-child(4){
	left: 66.666666%;
}
section#gioithieu .noidung .title{
	padding: 5% 0;
	font-weight: bold;
	font-size: 112.5%;
	color: var(--color1);
	position: relative;
	padding-bottom: 5px;
	text-transform: uppercase;
}
section#gioithieu .noidung p{
	margin-top: 3%;
	margin-bottom: 3%;
	color: #333333;
}

section.menu_icon {
	margin-top: 3rem;
}
section.menu_icon .content .title{
	font-size: 2.4rem;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: solid 2px #e5e5e5;
	padding-bottom: 1rem;
}
section.menu_icon .content ul{
	margin: 3rem 0;
	display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 1rem;
}
section.menu_icon .content ul li {
	text-align: center;
	position: relative;
	border-radius: 1.5rem;
	box-shadow: inset 0 0 0 1000px rgb(53,159,132,0.7)
}
section.menu_icon .content ul li:hover {
	box-shadow: unset;
	transition: 0.3s;
}
section.menu_icon .content ul li a .icon span::after {
    position: absolute;
    content: "";
    width: calc(100% + -100px);
    height: calc(100% + -100px);
    top: 0;
    bottom: 0;
    margin: auto;
    border: dashed 2px var(--color1);
    border-radius: 100px;
    -webkit-animation: rotation 10s infinite linear;
    z-index: -1;
}
section.menu_icon .content ul li:hover a .icon span::after {
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    z-index: 1;
}
@-webkit-keyframes rotation {from {-webkit-transform: rotate(0deg);} to {-webkit-transform: rotate(359deg);}}
section.menu_icon .content ul li a{
	height: 150px !important;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
section.menu_icon .content ul li.nk {
	background: url(../img/bg_menu_nk.png) center no-repeat;
	background-size: cover;
}
section.menu_icon .content ul li.pk {
	background: url(../img/bg_menu_pk.png) center no-repeat;
	background-size: cover;
}
section.menu_icon .content ul li.bxh {
	background: url(../img/bg_menu_bxh.png) center no-repeat;
	background-size: cover;
}
section.menu_icon .content ul li.bt {
	background: url(../img/bg_menu_bt.png) center no-repeat;
	background-size: cover;
}
section.menu_icon .content ul li.dl {
	background: url(../img/bg_menu_dl.png) center no-repeat;
	background-size: cover;
}
section.menu_icon .content ul li a .icon{
	position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
}
section.menu_icon .content ul li a .icon span {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
}
section.menu_icon .content ul li a .icon span.nk {
	background-image: url(../img/icon_menu_nk.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: 50%; 
    background-color: var(--color2);
    border-radius: 50%;
}
section.menu_icon .content ul li a .icon span.pk {
	background-image: url(../img/icon_menu_pk.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: 50%; 
    background-color: var(--color2);
    border-radius: 50%;
}
section.menu_icon .content ul li a .icon span.bxh {
	background-image: url(../img/icon_menu_bxh.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: 50%; 
    background-color: var(--color2);
    border-radius: 50%;
}
section.menu_icon .content ul li a .icon span.bt {
	background-image: url(../img/icon_menu_bt.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: 50%; 
    background-color: var(--color2);
    border-radius: 50%;
}
section.menu_icon .content ul li a .icon span.dl {
	background-image: url(../img/icon_menu_dl.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: 50%; 
    background-color: var(--color2);
    border-radius: 50%;
}
section.menu_icon .content ul li a .name {
	text-transform: uppercase;
	margin-top: 2rem;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}

section.uudiem{

}
section.uudiem .title{
	font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: solid 2px #e5e5e5;
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
}
section.uudiem .title img{
	margin-left: 1rem;
}
section.uudiem .ud-list{
	display: grid;
    grid-gap: 2rem;
    padding: 3rem 0px;
}
section.uudiem .ud-list .ud-item{
	background-color: #f5f5f5;
	padding: .8rem;
	border-radius: 1rem;
	display: flex;
}
section.uudiem .ud-list .ud-item:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}
section.uudiem .ud-list .ud-item .ud-img img{
	max-width: unset;
}
section.uudiem .ud-list .ud-item .ud-info{
	padding-left: 1.7rem;
}
section.uudiem .ud-list .ud-item .ud-info .name{
	font-size: 1.8rem;
	font-weight: bold;
	color: var(--color2);
	text-transform: uppercase;
	margin-bottom: 1rem;
}
section.uudiem .ud-list .ud-item .ud-info .desc{
	font-size: 1.2rem;
}
section.baochi{

}
section.baochi .title{
	font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: solid 2px #e5e5e5;
    padding-bottom: 1rem;
}
section.baochi .bc-list{
	display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 3rem;
    padding: 3rem 0px;
}
section.baochi .bc-list .bc-item{
	padding: 2rem 0;
	border: solid 1px #cccccc;
	border-radius: 1.2rem;
	position: relative;	
}
section.baochi .bc-list .bc-item .bc-icon{
	text-align: center;
	margin-bottom: 1.5rem;
	height: 4.5rem;
}
section.baochi .bc-list .bc-item .bc-info{
	font-size: 1.4rem;
	color: #333333;
	font-weight: bold;
	padding: 1.5rem .4rem;
}
section.baochi .bc-list .bc-item .read{
	background-color: var(--color2);
	border-radius: 50%;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
    left: 0;
    right: 0;
    bottom: -2rem;
    margin: auto;
}
section.dathen{
	background-color: var(--color1);
	margin: 3rem 0;
	padding: 3rem 0;
}
section.dathen .tienich{
	width: 100%;
}
section.dathen .tienich .ti-list{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	border-bottom: 1px solid var(--color3);
}
section.dathen .tienich .ti-list .ti-item{
	text-align: center;
	padding: 2rem 0;
}
section.dathen .tienich .ti-list .ti-item:nth-child(2){
	border-right: none;
}
section.dathen .tienich .ti-list .ti-item:nth-child(n + 3) {
    border-bottom: none;
}
section.dathen .tienich .ti-list .ti-item:last-child {
    border-right: none;
}
section.dathen .tienich .ti-list .ti-icon{
	width: 65px;
    height: 65px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3.8rem;
}
section.dathen .tienich .ti-list .ti-item .ti-info{
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
}
section.dathen .formdathen{
	width: 100%;
}
section.dathen .formdathen .title{
	font-size: 2.4rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin: 2rem 0;
}
section.dathen .formdathen form input[type=text] {
	width: 95%;
   	padding: 2rem 0 2rem 3rem;
    border-radius: 1rem;
    border: solid 1px #cccccc;
    outline: none;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
}
section.dathen .formdathen form textarea {
	width: 95%;
    padding: 2rem 0 2rem 3rem;
    border-radius: 1rem;
    border: solid 1px #cccccc;
    outline: none;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
}
section.dathen .formdathen form input[type=submit] {
    padding: 1.5rem 0;
    width: 180px;
    background-color: var(--color2);
    color: #fff;
    text-transform: uppercase;
    font-size: 1.8rem;
    border-radius: 1rem;
    font-weight:bold;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    overflow: visible;
}

section#news{
	padding-bottom: 4.444444444444445vw;
}
section#news .tieude{
	font-size: 120%;
	font-weight: bold;
    text-transform: uppercase;
    border-bottom: solid 2px #e5e5e5;
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
	color: var(--color2);
}
section#news .content{
	margin: 2rem 0;
}
section#news .bv-main{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 10px;
}
section#news .bv-main .img{}
section#news .bv-main .img img{}
section#news .bv-main .text{}
section#news .bv-main .text .title{
	font-weight: bold;
	color: #333333;
}
section#news .bv-main .text .title h4{
	line-height: 150%;
}
section#news .bv-main .text .des p{
	color: #666666;
	line-height: 150%;
	font-size: 90%;
}
section#news .bv-main .title{
	
}
section#news .bv-items{
	border-top: solid 2px #e6e6e6;
	padding-top: 10px;
	margin-top: 10px;
}
section#news .bv-items .item{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
section#news .bv-items .thumb{
	width: 35%;
	margin-right: 2%;
	float: left;
}
section#news .bv-items .info{
	width: 63%;
	float: left;
}
section#news .bv-items .info .name{
	color: #333333;
	font-weight: bold;
}
section#news .bv-items .info .des{
	font-size: 80%;
}

section#moitruong{}
section#moitruong .title {
 	font-size: 120%;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: solid 2px #e5e5e5;
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
    color: var(--color2);
}
section#moitruong img{
 	margin: 2rem 0;
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.2;
	}
	100% {
		opacity: 1;
	}
}
@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.2;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes hvr-pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(0.9);transform:scale(0.9)}}@keyframes hvr-pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(0.9);transform:scale(0.9)}}.hvr-pulse{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-pulse:active,.hvr-pulse:focus,.hvr-pulse:hover{-webkit-animation-name:hvr-pulse;animation-name:hvr-pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.hvr-pulse{
	-webkit-animation-name: hvr-pulse;
	animation-name: hvr-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.row-cat .top {
	background-repeat: no-repeat;
	background-size: auto 100%;	
}
.row-cat .top.bg-left {
	background-position: right center;
}
.row-cat .top.bg-right {
	background-position: left center;
}
.row-cat .top .col {
	width: 220px;
}
.row-cat .top .col .title {
	font-size: 119%;
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
	color: #fff;
	padding-top: 12px;
}
.row-cat .top .col .title:before {
	content: '';
	width: 103px;
	height: 3px;
	background-color: rgba(255, 255, 255, .4);
	position: absolute;
	top: 0;
	left: 0;
}
.row-cat .top .col .more {
	color: #fff;
	font-size: 77.77777777777778%;
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
	padding-right: 18px;
}
.row-cat .top .col .more:after {
	content: '';
	width: 8px;
	height: 9px;
	background: url(../img/danh-muc-rieng/more.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.row-cat .cat-child {
	margin-left: -3px;
	margin-right: -3px;
	margin-top: 5px;
}
.row-cat .cat-child > div {
	width: 33.3333333333%;
	padding-left: 3px;
	padding-right: 3px;
}
.row-cat .cat-child > div a {
	background-color: #fff;
	text-align: center;
	height: 62px;
	color: #006599;
}
.private-cat .menu-tab {	
	height: 65px;
	overflow: hidden;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}
.private-cat .menu-tab li {
	line-height: 65px;
	color: #fff;
	font-size: 133.3333333333333%;
	text-transform: uppercase;
	margin-top: 1px;
	position: relative;
	padding-left: 90px;
}
.private-cat .menu-tab li.active {
	margin-top: 0;
}
.private-cat .menu-tab li .sub {
	width: 65px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: .4;
}
.private-cat .menu-tab li .sub:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.private-cat .menu-tab.active li .sub:before {	
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.private-cat .menu-tab li:before {
	content: '';
	width: 90px;
	height: 65px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.private-cat .menu-tab li.bgc-benh-nam-khoa:before {
	background-image: url(../img/danh-muc/benh-nam-khoa.png);
}
.private-cat .menu-tab li.bgc-benh-tri:before {
	background-image: url(../img/danh-muc/benh-tri.png);
}
.private-cat .menu-tab li.bgc-benh-xa-hoi:before {
	background-image: url(../img/danh-muc/benh-xa-hoi.png);
}
.private-cat .menu-tab li.bgc-pha-thai:before {
	background-image: url(../img/danh-muc/pha-thai.png);
}
.private-cat .menu-tab li.bgc-phu-khoa:before {
	background-image: url(../img/danh-muc/phu-khoa.png);
}
.private-cat .define .title {
	line-height: 65px;
	font-size: 166.6666666666667%;
	font-weight: normal;
	margin-left: 19px;
	padding-left: 34px;
	position: relative;
}
.private-cat .define .title:before {
	content: '';
	width: 19px;
	height: 19px;
	background: url(../img/danh-muc/icon-1.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.private-cat .define .desc {
	border-top: 2px solid #e2e5e6;
}
.private-cat .define .desc > div {
	text-align: justify;
}
.private-cat .define .desc a.more {	
	color: #ff9900;
	border: 1px solid #ff9900;
	widtH: 260px;
	line-height: 48px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
	text-align: center;
	margin-top: 35px;
}
.private-cat .define {
	background-repeat: no-repeat;
	background-position: bottom right;	
	background-color: #fff;
}
.private-cat .define.bgm-benh-nam-khoa {
	background-image: url(../img/danh-muc/bgm-benh-nam-khoa.png);
}
.private-cat .define.bgm-benh-xa-hoi {
	background-image: url(../img/danh-muc/bgm-benh-xa-hoi.png);
}
.private-cat .define.bgm-benh-tri {
	background-image: url(../img/danh-muc/bgm-benh-tri.png);
}
.private-cat .define.bgm-pha-thai {
	background-image: url(../img/danh-muc/bgm-pha-thai.png);
}
ul.cat-child > li {
	border-left: 6px solid #ff9900;
	background-color: #fff;
}
ul.cat-child li.has-child {
	position: relative;
}
ul.cat-child li a {
	line-height: 62px;
	padding-left: 43px;
}
ul.cat-child > li > a {
	color: #1037a5;
	font-weight: bold;	
}
ul.cat-child li.has-child > .sub-2 {	
	width: 62px;
	height: 62px;
	position: absolute;
	top: 0;
	right: 0;
	margin: auto;
}
ul.cat-child li.has-child > .sub-2:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #74797b;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
ul.cat-child li.has-child > .sub-2.sub-open:before {	
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
ul.cat-child li.has-child ul {
	display: none;
}
ul.cat-child li.has-child ul li {
	border-top: 1px solid #f2f2f2;
	position: relative;
}
ul.cat-child li.has-child ul li a.more {	
	font-size: 77.77777777777778%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c2c2c2;
	padding: 0;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
	width: 58px;
	line-height: 24px;
	height: 24px;
	text-align: center;
}
.des-tab .item {
	background-color: #fff;
	margin-bottom: 2px;
	position: relative;
}
.des-tab .item:last-child {
	margin-bottom: 0;
}
.des-tab .item .title {
	font-size: 133.3333333333333%;
	font-weight: bold;
	background-color: #dddddd;
}
.des-tab .item .title > span.tt {    
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
	width: 260px;
	padding-left: 30px;
	background-color: #ff9c00;
	color: #fff;
	line-height: 65px;
}
.des-tab .item span.sub {
	width: 65px;
	height: 65px;
	position: absolute;
	top: 0;
	right: 0;
	margin: auto;
}
.des-tab .item span.sub:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #74797b;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.des-tab .item span.sub-open:before {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);	
}
.des-tab .item .des {
	display: none;
	padding-top: 25px;
	padding-bottom: 25px;
}
.des-tab .item .des li {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 27px;
	padding-left: 20px;
	position: relative;
	text-align: justify;
}
.des-tab .item .des li:last-child {
	margin-bottom: 0;
}
.private-cat .des-tab .item .des li:before {
	content: '';
	width: 13px;
	height: 13px;
	position: absolute;
	top: 3px;
	left: 0;
	background: url(../img/danh-muc/icon-2.png) no-repeat center center;
	background-size: 100% 100%;
}
.list-news {
	background-color: #fff;
	padding-bottom: 28px;
}	
.list-news .title {
	line-height: 65px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 133.3333333333333%;
	padding-left: 88px;
	position: relative;
}
.private-cat .list-news .title {
	background-color: #dddddd;
	color: #1037a5;
}
.private-cat-child .list-news .title {
	background-color: #006599;
	color: #fff;
}
.list-news .title > .icon {
	position: absolute;
	height: 65px;
	width: 65px;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background-image: url(../img/danh-muc/icon-3.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.private-cat .list-news .title > .icon {
	background-color: #ff9c00;	
}
.private-cat-child .list-news .title > .icon {
	background-color: #00496f;	
}
.private-cat-child .cat-children {
	margin-left: -3px;
	margin-right: -3px;
	margin-top: 5px;
}
.private-cat-child .cat-children > div {
	width: 33.3333333333%;
	padding-left: 3px;
	padding-right: 3px;
}
.private-cat-child .cat-children > div a {
	background-color: #fff;
	text-align: center;
	height: 62px;
	color: #006599;
	border: 1px solid #006599;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.list-news > ul {
	padding-left: 42px;
}
.list-news > ul li {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 2px dotted #cccccc;
	position: relative;
}
.list-news > ul li:last-child {
	border-bottom-width: 0;
}
.list-news > ul li:before {
	content: '';
	width: 7px;
	height: 7px;
	background: url(../img/danh-muc/icon-4.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: 21px;
	left: -31px;
}
.list-news > ul li a {
	font-weight: bold;
	color: #666666;
}
.list-news > a.more {
	width: 258px;
	line-height: 52px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #999999;
	font-size: 77.77777777777778%;	
	background-color: #e9e9e9;
}
section#gallery .title {
	color: #1037a5;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 133.3333333333333%;
	border-bottom: 3px solid #1037a5;
	margin-bottom: 8px;
	padding-top: 25px;
	padding-bottom: 5px;
}
section#gallery.has-radius img {	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.private-cat-child .define {
	background-color: #fff;
}
.private-cat-child .define .title {
	background-color: #ddded2;
	color: #006599;
	font-size: 133.3333333333333%;
	font-weight: normal;
	line-height: 60px;
	padding-left: 97px;
	position: relative;
}
.private-cat-child .define .title > a {
	width: 60px;
	padding-right: 2px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.private-cat-child .define .title > a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;	
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #74797b;
}
.private-cat-child .define .title > a:after {
	content: '';
	border-right: 1px solid #b9c0c3;
	border-left: 1px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.private-cat-child .define .desc > h3.label span {
	font-size: 166.6666666666667%;
	font-weight: bold;
	color: #006699;
	border-bottom: 4px solid #006699;
	padding-bottom: 6px;
}
.private-cat-child .define .desc > div {
	margin-top: 32px;
	text-align: justify;
}
.private-cat .define .desc > div ul li,
.private-cat-child .define .desc > div ul li {
	padding-left: 18px;
	position: relative;
}
.private-cat .define .desc > div ul li,
.private-cat .define .desc > div p,
.private-cat-child .define .desc > div ul li,
.private-cat-child .define .desc > div p {	
	margin-bottom: 15px;
}
.private-cat .define .desc > div ul li:before,
.private-cat-child .des-tab .item .des li:before,
.private-cat-child .define .desc > div ul li:before {
	content: '';
	width: 5px;
	height: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
}
.private-cat .define .desc > div ul li:before {
	background-color: #ff9900;
}
.private-cat-child .define .desc > div ul li:before,
.private-cat-child .des-tab .item .des li:before {
	background-color: #006699;
}
section.tomtat{}
section.tomtat .text{
	color: #333333;
	font-size: 14px;
}
section.tomtat .text ul li{
	margin-top: 10px;
    margin-bottom: 10px;
}
section.tomtat .form-bs{
	border-top: solid 1px #dbdbdb;
	border-bottom: solid 1px #dbdbdb;
	display: flex;
	align-items: center;
}
section.tomtat .form-bs .bs{
	width: 70%;
	padding: 10px;
}
section.tomtat .form-bs .bs .text-1{
	font-size: 1rem;
	position: relative;
}
section.tomtat .form-bs .bs .text-1 span{
	font-weight: bold;
	text-transform: uppercase;
	color: #ff9933;
	text-decoration: underline dotted #ff9933;
}
section.tomtat .form-bs .bs .text-2{
	font-size: 1rem;
	font-style: italic;
	color: #333333;
	position: relative;
	padding-left: 20px;
	margin-top: 10px;
}
section.tomtat .form-bs .bs .text-2:before{
	content: '';
	background: url('../img/before-form-bs-2.png') no-repeat;
	width: 11px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 0;
}
section.tomtat .form-bs .bs .text-2 span{
	color: #cc3333;
}
section.tomtat .form-bs .number-chat{
	width: 25%;
	font-size: 1.2rem;
	border-left: solid 1px #ccc;
    text-align: right;
}
section.tomtat .form-bs .number-chat span.number{
	color: var(--color1);
	font-weight: bold;
}
section.tomtat .form-bs .number-chat span.num-2{
	color: #ff6666;
	font-weight: bold;
}
section.tomtat .form-bs .number-chat span.chat{
	color: #ed9408;
	font-weight: bold;
}
section.tomtat .form-bs .number-chat div{
	margin: 2% 0;
}
section.tomtat .form-bs .number-chat a {
    background: var(--color2);
    color: #fff;
    padding: 3% 20%;
    border-radius: 2.5rem;
}








#breadcrumb {
	color: #666666;
	font-size: 77.77777777777778%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #d4d4d4;
}
#breadcrumb > span{
	position: relative;
	display: inline-block;
	margin-right: 10px;
    padding-right: 10px;
}
#breadcrumb > span:after {
	right: -12px;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid var(--color1);
}
#breadcrumb span.home {
    position: relative;
}
#breadcrumb span.home:before {
    content: '';
    position: absolute;
    background: url(../img/icon-home-menu.png) no-repeat;
    display: block;
    width: 20px;
    height: 17px;
    background-size: 100% 100%;
    left: 0;
    top: -10px;
    bottom: 0;
    margin: auto;
}
#breadcrumb > span.home:after{
	top: -10px;
}
#breadcrumb > span:first-child{
	width: 30px;
}
#breadcrumb > span:last-child:after {
	content: none;
}
.view-rating {
	padding: 10px 20px;
	position: relative;
	line-height: 24px;
}
.view-rating #rating-star {
	height: 24px;
}
.view-rating .view-rate {
	color: #999999;
	font-size: 98.3333333333333%;
	margin-left: 1%;
}
.view-rating .view-rate span{
	color: #ff9900;
	font-weight: bold;
}
.view-rating  .view {
	color: #999999;
	font-size: 90.3333333333333%;	
	position: relative;	
	padding-left: 25px;
	font-weight: bold;
}
/*.view-rating  .view:before {
	content: '';
	width: 19px;
	height: 11px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: url(../img/post-icon-view.png) no-repeat center center;
	background-size: 100% 100%;
	margin: auto;
	}*/
	#rating-star input.star {
		display: none;
	}
	#rating-star label.star {
		float: right;
		color: #c6c6c6;
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
	}
	#rating-star label.star-1 {
		margin-left: 0;
	}
	#rating-star label.star:before{
		content: '\f005';
		font-family: FontAwesome;
	}
	#rating-star input.star:checked~label.star:before{
		color: #FFC107;
		-webkit-transition: all .25s;
		-moz-transition: all .25s;
		-o-transition: all .25s;
		transition: all .25s;
		font-size: 90.3333333333333%;
	}
	#rating-star input.star-5:checked~label.star:before{
		color: #FFC107;
		text-shadow: 0 0 20px #fe7;
	}
	#rating-star input.star-1:checked~label.star:before{
		color: #9c4721;
	}
	#rating-star form.not-checked label.star:hover{
		-webkit-transform: rotate(-15deg) scale(1.7);
		-moz-transform: rotate(-15deg) scale(1.7);
		-o-transform: rotate(-15deg) scale(1.7);
		transform: rotate(-15deg) scale(1.7);
	}
	#rating-star .view-rate{
		display: none;
	}
	.table{
		overflow-x: auto;
	}
	.category-page .info-bs, .post-detail .info-bs{
		background: linear-gradient(to bottom, #1037a5, #fffefe);
		padding: 10px;
	}
	.post-detail table{
		border-collapse: collapse;
		border: 2px solid #000;
		width: 100% !important;
		margin-bottom: 15px;
	}
	.post-detail table tr td {
		border: 2px solid #000;
	}
	.post-detail article.single-post {
		position: relative;
		/*margin-top: -20px;*/
		background-color: #fff;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
	}
	.post-detail article.single-post div{
		max-width: 100% !important;
	}
	.post-detail article.single-post > h1 {
		color: var(--color1);
		font-weight: bold;
		font-size: 120%;
		margin: 2% 0;
		text-transform: capitalize;
	}
	.post-detail article.single-post .view{
		border-top: solid 1px #d1d1d1;
		border-bottom: solid 1px #d1d1d1;
		padding-top: 1.1111111111111112vw;
		padding-bottom: 1.1111111111111112vw;
		color: #999999;
	}
	.post-detail article.single-post .view span{
		font-weight: bold;
		color: #333333;
	}
	.post-detail article.single-post .view span.so{
		color: #0ab43e;
	}
	.post-detail article.single-post .post-excerpt { 
		font-weight: bold;
		font-style: italic;
	}
	.post-detail article.single-post .post-excerpt,
	.post-detail article.single-post .description p,
	.post-detail article.single-post .description table,
	.post-detail article.single-post .description ul,
	.post-detail article.single-post .description h2,
	.post-detail article.single-post .description h3,
	.post-detail article.single-post .description h4,
	.post-detail article.single-post .description h5 {
		margin-bottom: 15px;
		line-height: 1.8;
	}
	.post-detail article.single-post .description h2 {
		font-size: 90%;
		color: var(--color1);
		border-bottom: solid 5px var(--color1);
		text-transform: uppercase;
		display: block;
		margin: 1rem 0;
		line-height: 1.3!important;
		position: relative;
	}
	.post-detail article.single-post .description h2:before{
		content: '';
		width: 25px;
		height: 25px;
		position: absolute;
		left: 0;
		bottom: 0;
		margin: auto;
		background: url(../img/icon-h2.png) no-repeat var(--color1);
		border-right: solid 1px #fff;
		padding: 2%;
		background-position: center;
	}
	.post-detail article.single-post .description ul li {
		margin-bottom: 10px;
	}
	.post-detail article.single-post .description table {
		width: 100%;
	}
	.post-detail article.single-post .description p {
		text-align: justify;
	}
	.post-detail article.single-post .description em,
	.post-detail article.single-post .description em a {
		color: #cc1f5e;
	}
	.post-detail article.single-post .description em strong,
	.post-detail article.single-post .description strong em {
		font-weight: bold;
		font-style: italic;
		color: #1171a5;
	}
	.post-detail article.single-post .description table.bang-3-cot-1 {
		border-collapse: separate;
	}
	.post-detail article.single-post .description table.bang-3-cot-1 tr td {
		padding: 5px 10px;
		background-color: #ffcdff;
	}
	.post-detail article.single-post .description table.bang-3-cot-1 tr td:first-child(3) {
		background-color: #cdffff;
	}
	.post-detail article.single-post .description table.bang-3-cot-1 tr td:last-child(3) {
		background-color: #ffffcd;
	}
	.post-detail article.single-post .description table.bang-3-cot-1 tr:first-child td {
		background-color: #cdffcd;
		text-align: center;
	}
	.post-detail article.single-post .description table.bang-3-cot-2 {
		border-collapse: separate;
	}
	.post-detail article.single-post .description table.bang-3-cot-2 tr td {
		padding: 5px 10px;
		background-color: #ffcdff;
	}
	.post-detail article.single-post .description table.bang-3-cot-2 tr:first-child td,
	.post-detail article.single-post .description table.bang-3-cot-2 tr td:first-child {
		background-color: #cdffcd;
	}
	.post-detail article.single-post .description table.bang-3-cot-2 tr:first-child td {
		text-align: center;
	}
	.post-detail article.single-post .description table.bang-2-cot-1 {
		border-collapse: separate;
	}
	.post-detail article.single-post .description table.bang-2-cot-1 tr td {
		padding: 5px 10px;
	}
	.post-detail article.single-post .description table.bang-2-cot-1 tr td:first-child {
		background-color: #cdffcd;
	}
	.post-detail article.single-post .description table.bang-2-cot-1 tr td:last-child {
		background-color: #ffcdff;
	}
	.post-detail article.single-post .description .so-hotline {
		color: #cc1f5e;
		font-weight: bold;
	}
	.post-detail article.single-post .description .khungxanh{
		position: relative;
		border: 2px solid #ff9933;
		background: #fff8de;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding-top: 30px;
		padding-left: 13px;
		padding-right: 13px;
		margin-bottom: 15px;
	}
	.post-detail article.single-post .description .khungxanh:before{
		content: '';
		background: url(../img/icon-khungxanh.png) no-repeat top;
		position: absolute;
		background-size: 100%;
		height: 100%;
		top: -1px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.post-detail .related-post{
		
	}
	.post-detail .related-post .tieude {
	    background-color: var(--color1);
	    color: #ffffff;
	    font-weight: bold;
	    text-transform: uppercase;
	    position: relative;
	    padding-left: 10%;
	    padding-top: 2.2222222222222223vw;
	    padding-bottom: 2.2222222222222223vw;
	}
	.post-detail .related-post .tieude:before {
	    content: '';
	    background: url(../img/icon-before-relate.png) no-repeat;
	    background-size: cover;
	    width: 21px;
	    height: 21px;
	    position: absolute;
	    left: 3%;
	    top: 0;
	    bottom: 0;
	    margin: auto;
	}
	.post-detail .related-post .list-bv{
		padding-bottom: 4.444444444444445vw;
	}
	.post-detail .related-post .list-bv .bv-items {
	    padding-top: 10px;
	    margin-top: 10px;
	}
	.post-detail .related-post .list-bv .bv-items .thumb{
		width: 35%;
		margin-right: 2%;
		float: left;
	}









	.category-page h1.title {
		line-height: 65px;
		font-size: 133.3333333333333%;
		font-weight: bold;
		text-transform: uppercase;
		color: #fff;
		background-color: #022084;
		position: relative;
		padding-left: 88px;
	}
	.category-page h1.title > a {
		position: absolute;
		width: 65px;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		border-right: 1px solid #ffffff;
	}
	.category-page h1.title > a:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 0; 
		height: 0; 
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent; 
		border-right: 8px solid #fff; 
	}
	.category-page .list-article {
		background-color: #fff;
	}
	.category-page .list-article article {
		border-bottom: 1px solid #e0e1e2;
	}
	.category-page .list-article article:last-child {
		border-bottom-width: 0;
	}
	.category-page .list-article article .info {
		width: calc(100% - 177px);
		position: relative;
		min-height: 113px;
	}
	.category-page .list-article article .info h4 {
		font-weight: normal;
		font-size: 100%;
	}
	.category-page .list-article article .info .date {
		color: #999999;
		font-size: 77.77777777777778%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.category-page .list-article article .info .box-readmore {
		position: relative;
		margin: 1rem 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.category-page .list-article article .info .box-readmore a.readmore {
		background: #d3d3d3;
		color: #333333;
	}
	.category-page .list-article article .info .box-readmore a.tuvan{
		background-color: var(--color4);
	}
	.category-page .list-article article .info .box-readmore a.lichhen {
    	background-color: var(--color2);
	}
	.category-page .list-article article .info .box-readmore a {
		padding: 4% 5%;
    	font-size: 1rem;
		color: #fff;
	}

	.row-pagination ul.pagination {
		text-align: center;
		margin-top: 30px;
	}
	.row-pagination ul.pagination li {	
		width: 30px;
		height: 30px;
		line-height: 29px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background-color: #fff;
		text-align: center;
		color: #999999;
		font-size: 80%;
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: middle;
		zoom: 1;
		margin-left: 9px;
		margin-right: 9px;
	}
	.row-pagination ul.pagination li.current {
		color: #fff;
		background-color: var(--color4);
		font-weight: bold;
	}
	.row-pagination ul.pagination li.first,
	.row-pagination ul.pagination li.last,
	.row-pagination ul.pagination li.prev,
	.row-pagination ul.pagination li.next {
		background-color: transparent;
		border-width: 0;
	}
	.row-pagination ul.pagination li:first-child {
		margin-left: 0;
	}
	.row-pagination ul.pagination li:last-child {
		margin-right: 0;
	}
	.row-pagination ul.pagination li a {
		display: block;
	}
	.row-pagination ul.pagination li.first a,
	.row-pagination ul.pagination li.last a,
	.row-pagination ul.pagination li.prev a,
	.row-pagination ul.pagination li.next a {
		text-indent: -999999999px;
		position: relative;
	}
	.row-pagination ul.pagination li.first a:before,
	.row-pagination ul.pagination li.last a:before,
	.row-pagination ul.pagination li.prev a:before,
	.row-pagination ul.pagination li.next a:before {
		content: '';
		height: 15px;	
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.row-pagination ul.pagination li.first a:before,
	.row-pagination ul.pagination li.last a:before {
		width: 9px;
	}
	.row-pagination ul.pagination li.prev a:before,
	.row-pagination ul.pagination li.next a:before {
		width: 8px;
	}
	.row-pagination ul.pagination li.first a:before {
		background-image: url(../img/pagination-first.png);
	}
	.row-pagination ul.pagination li.last a:before {
		background-image: url(../img/pagination-last.png);
	}
	.row-pagination ul.pagination li.prev a:before {
		background-image: url(../img/pagination-prev.png);
	}
	.row-pagination ul.pagination li.next a:before {
		background-image: url(../img/pagination-next.png);
	}
	#hitchat {
		text-align: center;
	}
	#hitchat #result-hitchat {
		color: #1037a5;

	}
	#hitchat #result-hitchat .number {
		font-weight: bold;
	}
	#hitchat .sub {
		font-size: 80%;
		color: #6e6e6e;	
	}
	#hitchat ul li {	
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: middle;
		zoom: 1;
		*display: inline;
	}
	#hitchat .form-hitchat{
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
	}
	#hitchat .form-hitchat form input[type="text"]{
		position: absolute;
		top: 42%;
		left: 11%;
		background: transparent;
		border: none;
		font-size: 70%;
		width: 63%;
		border-radius: 6px;
		padding: 8px 10px;
		outline: none;
		text-align: center;
	}
	#hitchat .form-hitchat form input[type="submit"]{
		position: absolute;
		width: 13%;
		top: 25%;
		right: 5%;
		height: 45%;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 8px;
		background-color: #044160;
		color: #fff;
		font-size: 90%;
		text-transform: uppercase;
		font-weight: 700;
		float: right;
		margin-top: 9px;
		border: none;
	}
	article.single-post .partners {
		border-top: 1px solid #f2f2f2;
		padding-top: 15px;
	}
	article.single-post .partners h3 {
		color: #006599;	
	}
	article.single-post .partners ul {
		margin-left: -10px;
		margin-right: -10px;
		text-align: center;
	}
	article.single-post .partners ul li {
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: middle;
		zoom: 1;
		*display: inline;
	}
	/*----------------------FOOTER--------------*/
	footer .lienhe{
		position: relative;
		z-index: 2;
		background-color: var(--color1);
		border: solid 1px #cccccc;
		padding: .8rem 4.8rem;
		margin-left: 2.2222222222222223vw;
		margin-right: 2.2222222222222223vw;
		position: relative;
	}
	footer .lienhe::after{
		content: '';
		background: url('../img/contact-icon-4.png') no-repeat;
		width: 74px;
		height: 145px;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		z-index: 1;
	}
	footer .lienhe .title{
		font-size: 120%;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		border-bottom: solid 1px var(--color3);
		text-align: center;
		padding-bottom: 1rem;
		margin: auto;
	}
	footer .lienhe .box{
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
		margin: 1rem 0;
	}
	footer .lienhe .box .contact{
		width: 100%;
		padding: 1rem 0;
	}
	footer .lienhe .box .contact div{
		display: flex;
		align-items: center;
		margin-bottom: 1rem;
	}
	footer .lienhe .box .contact .img {
		width: 40px;
		justify-content: flex-end;
		margin: auto 0;
		margin-right: 1.3rem;
	}
	footer .lienhe .box .contact div:last-child .img {
		height: 40px;
		background-color: var(--color2);
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	footer .lienhe .box .contact p{
		font-size: 1.2rem;
		color: #fff;
		font-weight: bold;
		line-height: 1.8rem;
	}
	footer .lienhe .box .contact p.hl{
		font-size: 1.8rem;
	}
	footer .map{
		position: relative;
		margin-top: -15%;
		z-index: 1;
	}
	section.footer-fixed{
		background-image: linear-gradient(#7ec3ee,#7453e5);
		padding: .9rem;
		position: fixed;
	    z-index: 99999;
	    bottom: 0;
	    width: 100%;
	}
	section.footer-fixed .content{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	section.footer-fixed .content .ft-phone{
		display: flex;
		align-items: center;
		gap: 10px;
		color: var(--color4);
		font-size: .8rem;
	}
	section.footer-fixed .content .ft-phone .info span{
		font-size: 1.5rem;
		font-weight: bold;
		color: #f4d110;
	}
	section.footer-fixed .content .ft-tuvan{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	section.footer-fixed .content .ft-tuvan div{
		/*font-size: .9rem;*/
	    font-weight: bold;
	    text-align: center;
	    text-transform: uppercase;
	    border: solid 1px #cccccc;
	    border-radius: 2px;
	    padding: .8rem 1rem .8rem 4rem;
	    position: relative;
	}
	section.footer-fixed .content .ft-tuvan div a{
		color: #fff;
	}
	section.footer-fixed .content .ft-tuvan .tuvan{
		background: #2cb368;
		/*margin-right: .9rem;*/
	}
	section.footer-fixed .content .ft-tuvan .datlich{
		background: #043f70;
	}
	section.footer-fixed .content .ft-tuvan .tuvan:after{
		content: '';
		background: url('../img/ft-icon-2.png') no-repeat;
		width: 24px;
		height: 24px;
		position: absolute;
		left: 12px;
		top: 0;
		bottom: 0;
		margin: auto;
		-webkit-animation-name: hvr-pulse;
		animation-name: hvr-pulse;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
	}
	section.footer-fixed .content .ft-tuvan .datlich:after{
		content: '';
		background: url('../img/ft-icon-3.png') no-repeat;
		width: 15px;
		height: 18px;
		position: absolute;
		left: 12px;
		top: 5px;
		bottom: 0;
		margin: auto;
		transition: all 500ms;
		animation: ex 1.5s infinite 1.5s linear;
	}
	@-webkit-keyframes ex {
		0% {
			transform:translateY(-10px);
		}
		50% {
			transform:translateY(0);
		}
		100% {
			transform:translateY(-10px);
		}
	}
	/*----------------MENU MOBILE-----------------------*/
	#cd-lateral-nav {
		position: fixed;
		height: 100%;
		left: 0;
		top: 29.33333333333333334vw;
		z-index: 999999999;
		width: 100%;
		max-width: 650px;
		-webkit-backface-visibility: hidden;
		-webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
		-moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
		transition: transform .4s 0s, visibility 0s .4s;
		overflow-x: hidden;
		visibility: hidden;
		background-color: var(--color1);
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}
	#cd-lateral-nav .cd-navigation > .item.has-children {
		position: relative;
	}
	#cd-lateral-nav .cd-navigation > .item.has-children:first-child {
		border-top: 1px solid #ececec; 
	}
	#cd-lateral-nav .cd-navigation > .item > a {
		color: #ffffff;
		line-height: 1;
		font-size: 111.11111%;
		font-weight: bold;
		text-transform: uppercase;
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 20px; 
		margin-right: 50px;
	}
	#cd-lateral-nav .cd-navigation > .item::after {
		content: '';
		display: block;
		border-top: 1px solid #ececec;
		border-bottom: 1px solid #cfdce2;
	}
	#cd-lateral-nav .has-children > .sub-1 {
		content: '';
		display: block;
		height: 50px;
		width: 50px;
		position: absolute;
		top: 0;
		right: 0;
		background: url(../img/mobile-2.png) no-repeat center center;
		-webkit-transition-property: -webkit-transform;
		-moz-transition-property: -moz-transform;
		transition-property: transform;
		-webkit-transition-duration: 0.2s;
		-moz-transition-duration: 0.2s;
		transition-duration: 0.2s;
	}
	#cd-lateral-nav .has-children > .sub-1.submenu-open {
		background: url(../img/mobile-3.png) no-repeat center center;
	}
	#cd-lateral-nav .cd-navigation > .item.has-children .sub-menu {
		display: none;
		background-color: var(--color2);
	}
	#cd-lateral-nav .cd-navigation > .item.has-children > .sub-menu > li {
		position: relative;
	}
	#cd-lateral-nav .cd-navigation > .item.has-children > .sub-menu > li::after {
		content: '';
		display: block;
		border-bottom: 1px solid #fff;
		/*border-top: 1px solid #fff;*/
	}
	#cd-lateral-nav .cd-navigation > .item.has-children > .sub-menu > li > a {
		color: #ffffff;
		padding: 4px;
		display: block;
		position: relative;
		margin-left: 49px;
		font-size: 14px;
	}
	#cd-lateral-nav .has-children > .sub-menu > li > .sub-2 {
		content: '';
		display: block;
		height: 51px;
		width: 49px;
		position: absolute;
		top: 0px;
		background: url(../img/mobile-4.png) no-repeat center center;
		-webkit-transition-property: -webkit-transform;
		-moz-transition-property: -moz-transform;
		transition-property: transform;
		-webkit-transition-duration: 0.2s;
		-moz-transition-duration: 0.2s;
		transition-duration: 0.2s;
	}
	#cd-lateral-nav .has-children > .sub-menu > li > .sub-2.submenu-open{
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#cd-lateral-nav .has-children > .sub-menu > li.has-child > .sub-child{
		display: none;
	}
	#cd-lateral-nav .has-children > .sub-menu > li.has-child > .sub-child li {
		position: relative;
	}
	#cd-lateral-nav .has-children > .sub-menu > li.has-child > .sub-child li::before {
		content: '';
		display: block;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		width: 9px;
		height: 9px;
		background-color: skyblue;
		position: absolute;
		top: 0;
		left: 20px;
		bottom: 0;
		margin: auto;
	}
	#cd-lateral-nav .has-children > .sub-menu > li.has-child > .sub-child li a {
		padding-top: 10px;
		padding-bottom: 10px;
		display: block;
		margin-left: 48px;
		color: #fff;
		font-size: 88.88888888888889%;
	}
	#cd-lateral-nav.lateral-menu-is-open {
		-webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
		-moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
		transition: transform .4s 0s, visibility 0s 0s;
		-webkit-overflow-scrolling: touch;
		visibility: visible;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	#wrapper.lateral-menu-is-open, header#masthead.lateral-menu-is-open, #main-menu.lateral-menu-is-open {
		-webkit-transform: translateX(610px);
		-moz-transform: translateX(610px);
		-ms-transform: translateX(610px);
		-o-transform: translateX(610px);
		transform: translateX(610px);
	}
	#cd-lateral-nav #search-form input[type="text"] {
		border: 1px solid #999;
		width: 100%;
		padding-left: 15px;
		padding-right: 58px;
		font-size: 100%;
		height: 56px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background: url(../img/mobile-1.png) no-repeat right 10px center #fff;
	}
	#cd-lateral-nav .has-children > .sub-menu > li > .sub-2 {
		content: '';
		display: block;
		height: 55px;
		width: 49px;
		position: absolute;
		top: -10px;
		background: url(../img/mobile-4.png) no-repeat center center;
		-webkit-transition-property: -webkit-transform;
		-moz-transition-property: -moz-transform;
		transition-property: transform;
		-webkit-transition-duration: .2s;
		-moz-transition-duration: .2s;
		transition-duration: .2s;
	}
	.khungtuvan {
		border-radius: 10px;
		padding: 5px 10px 10px;
		border: 2px solid var(--color1) ;
	}
	.hvr-ripple {
		display: inline-block;
		vertical-align: middle;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-osx-font-smoothing: grayscale;
		position: relative;
	}
	.hvr-ripple:before {
		content: '';
		position: absolute;
		border: var(--color1)  solid 2px ;
		border-radius: 10px;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		z-index: -1;
	}
	.hvr-ripple:before{
		-webkit-animation-name: hvr-ripple;
		animation-name: hvr-ripple;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
	}
	@-webkit-keyframes hvr-ripple {
		0%{
			opacity:0;
		}
		20%{
			opacity:1;
		}
		100% {
			top: -12px;
			right: -12px;
			bottom: -12px;
			left: -12px;
			opacity: 0;
		}
	}
	@keyframes hvr-ripple{
		0%{
			opacity:0;
		}
		20%{
			opacity:1;
		}
		100% {
			top: -12px;
			right: -12px;
			bottom: -12px;
			left: -12px;
			opacity: 0;
		}
	}



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

	}
	@media screen and (max-width: 600px) {

	}
	@media screen and (max-width: 550px) {	

	}
	@media screen and (max-width: 450px) {	
		body {
			font-size: 16px;
		}
		.mar {
			margin-left: 0.2222222222222223vw;
			margin-right: 0.2222222222222223vw;
		}
		.pad {
			padding-left: 2.2222222222222223vw;
			padding-right: 2.2222222222222223vw;	
		}
		.pad-8 {
			padding-left: 1.7777777777777777vw;
			padding-right: 1.7777777777777777vw;	
		}
		.pad-15 {
			padding: 3.3333333333333335vw;
		}
		.pad-20 {
			padding: 4.444444444444445vw;
		}
		.pad-25 {
			padding: 5.555555555555555vw;
		}
		.mar-top {
			margin-top: 1.1111111111111112vw
		}
		.mar-top-15 {
			margin-top: 3.3333333333333335vw;
		}
		.mar-top-20 {
			margin-top: 4.444444444444445vw;
		}
		.title-tab > li {
			line-height: 12.222222222222221vw;
		}
		header .main-menu ul.menu {
			padding-top: 1.7777777777777777vw;
			padding-bottom: 1.7777777777777777vw;
			line-height: 10vw;
		}
		header .main-menu ul.menu li.home a {
			height: 10vw;
			width: 11.333333333333334vw;
		}
		header .main-menu ul.menu li.home a img,
		header .main-menu ul.menu #toggle-menu img  {
			width: 7.555555555555555vw;
		}
		header .main-menu ul.menu #toggle-menu {
			margin-top: -1.7777777777777777vw;
			margin-bottom: -1.7777777777777777vw;
			width: 13.333333333333334vw;
			height: 13.555555555555555vw;
		}
		header .main-menu .sub-menu ul {
			padding-top: 5.555555555555555vw;
			padding-bottom: 5.555555555555555vw;
		}
		header .main-menu .sub-menu ul li {
			margin-bottom: 3.3333333333333335vw;
		}
		header .main-menu .sub-menu ul li img {
			width: 15.555555555555555vw;
		}
		header .main-menu .sub-menu ul li span {
			min-height: 8vw;
		}
		.row-cat .top .col {
			width: 48.888888888888886vw;
		}
		.row-cat .top .col img {
			width: 12.444444444444445vw;
		}
		.row-cat .top .col .title {
			padding-top: 2.6666666666666665vw;
		}
		.row-cat .top .col .title:before {
			width: 22.88888888888889vw;
			height: 0.6666666666666666vw;
		}
		.row-cat .top .col .more {
			padding-right: 4vw;
		}
		.row-cat .top .col .more:after {
			width: 1.7777777777777777vw;
			height: 2vw;
		}
		.private-cat .menu-tab {
			height: 14.444444444444445vw;
		}
		.private-cat .menu-tab li {
			line-height: 14.444444444444445vw;
			padding-left: 20vw;
		}
		.private-cat .menu-tab li:before {
			width: 20vw;
			height: 14.444444444444445vw;
			background-size: 7.777777777777778vw 7.777777777777778vw;
		}
		.private-cat .menu-tab li .sub {
			width: 14.444444444444445vw;
		}
		.private-cat .menu-tab li .sub:before {
			border-left-width: 1.7777777777777777vw;
			border-right-width: 1.7777777777777777vw;
			border-top-width: 1.7777777777777777vw;
		}
		.private-cat .define {
			background-size: 23.11111111111111vw 17.77777777777778vw;
		}
		.private-cat .define .title {
			line-height: 14.444444444444445vw;
			margin-left: 4.222222222222222vw;
			padding-left: 7.555555555555555vw;
		}
		.private-cat .define .title:before {
			width: 4.222222222222222vw;
			height: 4.222222222222222vw;
		}
		.private-cat .define .desc a.more {
			widtH: 57.77777777777778vw;
			line-height: 10.666666666666666vw;
			margin-top: 7.777777777777778vw;
		}
		ul.cat-child > li {
			border-left-width: 1.3333333333333333vw;
		}
		ul.cat-child li a {
			line-height: 13.777777777777779vw;
			padding-left: 9.555555555555555vw;
		}
		ul.cat-child li.has-child > .sub-2 {
			width: 13.777777777777779vw;
			height: 13.777777777777779vw;
		}
		ul.cat-child li.has-child > .sub-2:before, .des-tab .item span.sub:before {
			border-left: 1.7777777777777777vw solid transparent;
			border-right: 1.7777777777777777vw solid transparent;
			border-top: 1.7777777777777777vw solid #74797b;
		}	
		ul.cat-child li.has-child ul li a.more {	
			-webkit-border-radius: 1.1111111111111112vw;
			-moz-border-radius: 1.1111111111111112vw;
			border-radius: 1.1111111111111112vw;
			right: 4.444444444444445vw;
			width: 12.88888888888889vw;
			line-height: 5.333333333333333vw;
			height: 5.333333333333333vw;
		}
		.des-tab .item .title > span.tt {
			width: 57.77777777777778vw;
			padding-left: 6.666666666666667vw;
			line-height: 14.444444444444445vw;
		}	
		.des-tab .item span.sub {
			width: 14.444444444444445vw;
			height: 14.444444444444445vw;
		}
		.des-tab .item .des {
			padding-top: 5.555555555555555vw;
			padding-bottom: 5.555555555555555vw;
		}
		.des-tab .item .des li {
			margin-left: 3.3333333333333335vw;
			margin-right: 3.3333333333333335vw;
			margin-bottom: 6vw;
			padding-left: 4.444444444444445vw;
		}
		.des-tab .item .des li:before {
			width: 2.888888888888889vw;
			height: 2.888888888888889vw;
			top: 0.6666666666666666vw;
		}
		section.menu_icon .content .title{
			font-size: 2rem;
		}
		section.uudiem .title{
			font-size: 2rem;
		}
		section.uudiem .ud-list .ud-item .ud-info .name{
			font-size: 1.4rem;
		}
		section.uudiem .ud-list .ud-item .ud-info .desc{
			font-size: 1rem;
		}
		.list-news {
			padding-bottom: 6.222222222222222vw;
		}
		.list-news .title {
			line-height: 14.444444444444445vw;
			padding-left: 19.555555555555557vw;
		}
		.list-news .title > .icon {
			height: 14.444444444444445vw;
			width: 14.444444444444445vw;
			background-size: 6.888888888888889vw 6.666666666666667vw;
		}
		.list-news > ul {
			padding-left: 9.333333333333334vw;
		}
		.list-news > ul li {
			padding-top: 3.3333333333333335vw;
			padding-bottom: 3.3333333333333335vw;
		}
		.list-news > ul li:before {
			top: 4.666666666666667vw;
			left: -6.888888888888889vw;
		}
		.list-news > a.more {
			width: 57.333333333333336vw;
			line-height: 11.555555555555555vw;
		}
		.private-cat-child .define .title {
			line-height: 13.333333333333334vw;
			padding-left: 21.555555555555557vw;
		}
		.private-cat-child .define .title > a {
			width: 13.333333333333334vw;
		}
		.private-cat-child .define .title > a:before {
			border-top-width: 1.7777777777777777vw;
			border-bottom-width: 1.7777777777777777vw;
			border-right-width: 1.7777777777777777vw;
		}
		.private-cat-child .define .desc > h3.label span {
			border-bottom-width: 0.8888888888888888vw;
			padding-bottom: 1.3333333333333333vw;
		}
		.private-cat-child .define .desc > div {
			margin-top: 7.111111111111111vw;
		}
		.private-cat .define .desc > div ul li,
		.private-cat-child .define .desc > div ul li {
			padding-left: 4vw;
		}	
		.private-cat .define .desc > div ul li,
		.private-cat .define .desc > div p,
		.private-cat-child .define .desc > div ul li,
		.private-cat-child .define .desc > div p {	
			margin-bottom: 3.3333333333333335vw;
		}
		.private-cat .define .desc > div ul li:before,
		.private-cat-child .des-tab .item .des li:before,
		.private-cat-child .define .desc > div ul li:before {
			width: 1.1111111111111112vw;
			height: 1.1111111111111112vw;
			top: 1.5555555555555556vw;
		}	
		#breadcrumb {
			padding-top: 3.3333333333333335vw;
			padding-bottom: 3.3333333333333335vw;	
		}
		#breadcrumb > span:after {
			margin-left: 1.3333333333333333vw;
			margin-right: 1.3333333333333333vw;
		}	
		.post-detail article.single-post > h1 {

		}	
		.view-rating {
			padding: 2.2222222222222223vw 4.444444444444445vw;
			line-height: 5.333333333333333vw;
		}
		.view-rating #rating-star {
			height: 5.333333333333333vw;
		}
		.view-rating  .view {
			padding-left: 5.555555555555555vw;
		}
		.view-rating  .view:before {
			width: 4.222222222222222vw;
			height: 2.4444444444444446vw;
		}	
		.post-detail article.single-post .post-excerpt,
		.post-detail article.single-post .description p,
		.post-detail article.single-post .description table,
		.post-detail article.single-post .description ul,
		.post-detail article.single-post .description h2,
		.post-detail article.single-post .description h3,
		.post-detail article.single-post .description h4,
		.post-detail article.single-post .description h5 {
			margin-bottom: 3.3333333333333335vw;
			line-height: 1.8;
		}
		.post-detail article.single-post .description h2 {
			padding-right: 2.666667vw;
			padding-left: 12.888889vw;
			min-height: 6.666666666666667vw;
		}	
		.post-detail article.single-post .description ul li {
			margin-bottom: 2.2222222222222223vw;
		}
		#rating-star input.star-5:checked~label.star:before{
			text-shadow: 0 0 4.444444444444445vw #fe7;
		}	
		.post-detail .relative-post {
			padding-bottom: 6.666666666666667vw;
		}
		.post-detail .relative-post h3 {
			line-height: 14.444444444444445vw;
			padding-left: 19.555555555555557vw;
		}
		.post-detail .relative-post h3:before {
			width: 14.444444444444445vw;
			background-size: 8.666666666666666vw 8.666666666666666vw;
		}
		.post-detail .relative-post .list-article article {
			padding-top: 2.2222222222222223vw;
			padding-bottom: 2.2222222222222223vw;
			border-bottom-width: 0.4444444444444444vw;
			padding-left: 6.222222222222222vw;
		}
		.post-detail .relative-post .list-article article:before {
			width: 2vw;
			height: 2vw;
			top: 5.3333333333333335vw;
			left: 1.1111111vw;
		}	
		.category-page h1.title {
			line-height: 14.444444444444445vw;
			padding-left: 19.555555555555557vw;
		}
		.category-page h1.title > a {
			width: 14.444444444444445vw;
		}
		.category-page h1.title > a:before {
			border-top-width: 1.7777777777777777vw;
			border-bottom-width: 1.7777777777777777vw; 
			border-right-width: 1.7777777777777777vw; 
		}	
		.category-page .list-article article .img img {
			width: 36vw;
		}
		.category-page .list-article article .info {
			width: calc(100% - 39.333333333333336vw);
			min-height: 25.11111111111111vw;
		}
		.category-page .list-article article .info .more {
			bottom: -4vw;
		}
		.category-page .list-article article .info .more img {
			width: 5.777777777777778vw;
		}	
		.row-pagination ul.pagination {
			margin: 6.666666666666667vw 0;
		}
		.row-pagination ul.pagination li {	
			width: 6.666666666666667vw;
			height: 6.666666666666667vw;
			line-height: 6.444444444444445vw;
			margin-left: 2vw;
			margin-right: 2vw;
		}
		.row-pagination ul.pagination li.first a:before,
		.row-pagination ul.pagination li.last a:before,
		.row-pagination ul.pagination li.prev a:before,
		.row-pagination ul.pagination li.next a:before {
			height: 3.3333333333333335vw;	
		}
		.row-pagination ul.pagination li.first a:before,
		.row-pagination ul.pagination li.last a:before {
			width: 2vw;
		}
		.row-pagination ul.pagination li.prev a:before,
		.row-pagination ul.pagination li.next a:before {
			width: 1.7777777777777777vw;
		}	
		.private-cat-child .cat-children > div a,
		.row-cat .cat-child > div a {
			height: 13.777777777777779vw;
			-webkit-border-radius: 1.5555555555555556vw;
			-moz-border-radius: 1.5555555555555556vw;
			border-radius: 1.5555555555555556vw;
		}
	}
	@media screen and (max-width: 375px) {	
		
	}
	@media screen and (max-width: 320px) {	
		.post-detail .bv-lq{
			font-size: 80%;
		}
		section.uudiem .ud-list .ud-item{
			display: block;
			text-align: center;
		}
		section.uudiem .ud-list .ud-item .ud-img{
			margin-bottom: 1rem;
		}
		section.baochi .bc-list{
			grid-gap: 3rem 1rem;
		}

	}

