@font-face{
    font-family:'UTM-Swiss';
    src:url('../fonts/UTM-Swiss-Condensed.ttf');
    font-display:swap; 
} 
@font-face{
    font-family:'UTM-Avo';
    src:url('../fonts/UTM-Avo.ttf');
    font-display:swap; 
}
@font-face{
    font-family:'UTM-Avo-Bold';
    src:url('../fonts/UTM-AvoBold.ttf');
    font-display:swap; 
} 
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.clearfix:after{content:" ";visibility:hidden;display:block;clear:both;}
.border-box{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.divclr:after {
	content: '';
	clear: both;
	display: block;
}
:root {
    --color1: #136d4a;
    --color2: #7452e5;
    --color3: #aed2ff;
    --color4: #ffffff;
}
.clear-ul{list-style-type:none;padding:0;margin:0;}
html {
  	font-size: 62.5%;
}
body{
	font-family:'Arial';
	color: #666666;
}
p {
    margin-block-start: 0;
    margin-block-end: 0;
}
ul {
	margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}
ul,li,ol{ 

	list-style: none; 

}
a{
	text-decoration:none;
	color: #000;
}
img{
	max-width: 100%;
}
.max-w{max-width:1920px;margin:0 auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.min-w{max-width:1070px;margin:0 auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.container{position: relative;}
@-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: block;
	-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;
}
/*HEADER*/
header{
	background: #e7e7e7;
	padding-top: 1rem;
}
header .header-top{
	background: #ffffff;
	border-radius: 5px;
	border: solid 1px #cccccc;	
	display: flex;
	position: relative;
	z-index: 1;
}
header .header-logo{
	width: 268px;
	padding: 1rem 1.7rem;
	border-right: solid 1px #cccccc;
}
header .header-address{
	color: #bebebe;
	font-family: UTM-Avo;
	text-align: center;
	font-size: 1.1rem;
	margin-top: 1rem;
}
header .header-right{
	width: calc(100%  - 268px);
}
header .header-right-top{
	border-bottom: solid 1px #cccccc;
}
header .header-right-bottom{
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 1rem 2rem;
}
header .phone_header{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
header .phone_content{
	font-family: 'UTM-Avo-Bold';
	font-size: 1.8rem;
}
header .phone_content b{
	color: #f44e78;
}
header .phone_camnang{
	font-size: 1.2rem;
    text-align: center;
    border: solid 1px #cccccc;
    border-radius: 2px;
    padding: 1rem 4.5rem;
    position: relative;
}
header .phone_camnang a {
    color: #646769;
}
header .phone_camnang:after {
    content: '';
    background: url(../img/header-camnang.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}
header .box-chat{
	display: flex;
    justify-content: center;
    align-items: center;
}
header .box-chat div{
	font-family: 'UTM-Avo-Bold';
	font-size: 1.4rem;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	padding-left: 3rem;
	margin-right: 2rem;
}
header .box-chat .dathen a{
	color: #c98f04;
}
header .box-chat .chatonline a{
	color: #7452e5;
}
header .box-chat .dathen:after {
    content: '';
    background: url(../img/header-dathen.png) no-repeat;
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
header .box-chat .chatonline:after {
    content: '';
    background: url(../img/header-chat.png) no-repeat;
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
/* HEADER PAGE */
.header_page{}
.header_page .header-top{
	padding: .8rem 0;
	border-bottom: solid 1px #cccccc;
}
.header_page .header-top .content{
	display: flex;
	align-items: center;
	justify-content: center;
} 
.header_page .header-top .header-logo{
	width: 50%;
} 
.header_page .header-top .header-right{
	width: 50%;
}
.header_page .header-top .header-right .box-chat{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_page .header-top .header-right .box-chat div{
	font-family: 'UTM-Avo-Bold';
	font-size: 1.4rem;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	padding-left: 3rem;
}
.header_page .header-top .header-right .box-chat .dathen a{
	color: #c98f04;
}
.header_page .header-top .header-right .box-chat .chatonline a{
	color: var(--color2);
}
.header_page .header-top .header-right .box-chat .dathen:after {
    content: '';
    background: url(../img/header-dathen.png) no-repeat;
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.header_page .header-top .header-right .box-chat .chatonline:after {
    content: '';
    background: url(../img/header-chat.png) no-repeat;
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.header_page .header-top .header-right .phone_header{
	display: flex;
	align-items: center;
	justify-content: center;
}
.header_page .header-top .header-right .phone_content{
	text-transform: capitalize!important;
	font-size: 1.8rem!important;
	padding-left: 1rem!important;
}
.header_page .header-top .header-right .phone_content b{
	color: #f44e78;
}
.header_page .header-bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_page .header-bottom .header-bottom-menu{
	
}
.header_page .header-bottom .phone_camnang{
	font-size: 1.2rem;
    text-align: center;
    border: solid 1px #cccccc;
    border-radius: 2px;
    padding: 1rem 4.5rem;
    position: relative;
}
.header_page .header-bottom .phone_camnang a{
	 color: #646769;
}
.header_page .header-bottom .phone_camnang:after {
    content: '';
    background: url(../img/header-camnang.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.header_page .header-bottom #cssmenu > ul > li > a{
	padding: 1.5rem !important;
}
/*SLIDER*/
.slider{
	position: relative;
	margin-top: -4rem;
}
.slider img{
    max-width: 100%;
}

/*TRANG CHU*/
section.gioithieu{
	padding: 3rem 0;
	font-size: 1.4rem;
}
section.gioithieu .noidung{
	width: 50%;
}
section.gioithieu .noidung .title{
	font-size: 2.4rem;
	color: var(--color2);
	text-transform: uppercase;
	font-weight: bold;
}
section.gioithieu .noidung p{
	color: #333333;
	line-height: 24px;
	margin-top: 2rem;
}
section.gioithieu .contact {
    margin-top: 3rem;
}
section.gioithieu .contact a{
	background: var(--color1);
	color: #fff;
	padding: 1.5rem 5rem;
	border-radius: 2.5rem;
	border: solid 1px #cccccc;
}
section.gioithieu .contact a:hover{
	background: var(--color2);
	font-weight: bold;
}
section.gioithieu .hinhanh{
	width: 50%;
	display: flex;
	justify-content: center;
	gap: 1rem;
}
.gt-list-item{
    border: 1px solid #e5e5e5;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    border-radius: 9px;
    margin-bottom: 1rem;
}
.gt-list-item > a {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    color: #666;
}
.gt-list-item-img {
    margin-bottom: 1rem;
    text-align: center;
}
.gt-list-item-img img{
    max-width: 80%;
    transition: transform .5s;
}
.gt-list-item:hover .gt-list-item-img img{
   transform: scale(1.3,1.3);
}
.hinhphongkham img{
	max-width: 94%;
}

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(5,1fr);
    gap: 10px;
}
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: 260px !important;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
section.menu_icon .content ul li:nth-child(1) {
	background: url(../img/bg_menu_nk.png) center no-repeat;
	background-size: cover;
}
section.menu_icon .content ul li:nth-child(2) {
	background: url(../img/bg_menu_pk.png) center no-repeat;
	background-size: cover;
}
section.menu_icon .content ul li:nth-child(3) {
	background: url(../img/bg_menu_bxh.png) center no-repeat;
	background-size: cover;
}
section.menu_icon .content ul li:nth-child(4) {
	background: url(../img/bg_menu_bt.png) center no-repeat;
	background-size: cover;
}
section.menu_icon .content ul li:nth-child(5) {
	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: 80px;
	height: 80px;
	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-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-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-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-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-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-template-columns: repeat(2,1fr);
    grid-gap: 2rem;
    padding: 3rem 0px;
}
section.uudiem .ud-list .ud-item{
	background-color: #f5f5f5;
	padding: .8rem;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
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: 1.5rem;
}
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(4,1fr);
    grid-gap: 1.5rem;
    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: 535px;
	padding: 0 4.5rem;
}
section.dathen .tienich .ti-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr)
}
section.dathen .tienich .ti-list .ti-item{
	border-right: 1px solid var(--color4);
	border-bottom: 1px solid var(--color4);
	text-align: center;
	padding: 3.5rem 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: calc(100% - 625px);
}
section.dathen .formdathen .title{
	font-size: 2.4rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 3rem;
}
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.baiviet{

}
section.baiviet .title{
	font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: solid 2px #e5e5e5;
    padding-bottom: 1rem;
    color: var(--color2);
}
section.baiviet .bv{
	padding: 3rem 0;
}
section.baiviet .bv .bv-main{
	width: 348px;
	float: left;
}
section.baiviet .bv .bv-main{
	width: 348px;
	
}
section.baiviet .bv .bv-main .info{
	font-size: 2rem;
	color: #333333;
	font-weight: bold;
	padding: 2rem 0;
}
section.baiviet .bv .bv-main .des{
	font-size: 1.4rem;
}
section.baiviet .bv .list-bv{
	width: calc(100% - 363px);
	float: left;
	display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 1.5rem;
    margin-left: 1.5rem;
}
section.baiviet .bv .list-bv .bv-items .img{
	width: 144px;
	float: left;
}
section.baiviet .bv .list-bv .bv-items .info{
	width: calc(100% - 165px);
	float: left;
	margin-left: 1.5rem;
}
section.baiviet .bv .list-bv .bv-items .info a{
	font-size: 1.4rem;
	font-weight: bold;
}
section.baiviet .bv .list-bv .bv-items .info .des{
	padding-top: 1rem;
	font-size: 1.2rem;
}
section.baiviet a:hover{
	color: var(--color2);
}
section.moitruong{}
section.moitruong .title{
	font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: solid 2px #e5e5e5;
    padding-bottom: 1rem;
    color: var(--color2);
}
section.moitruong .list-mt{
	margin: 3rem 0 6rem 0;
}
section.moitruong .slick-slide {
  margin: 0 2px;
}
section.moitruong .slick-list {
  margin: 0 -2px;
}

/*TRANG LOẠI*/
article.trangloai .content .left{
	width: calc(100% - 260px - 2rem);
}
article.trangloai .content .right{
	width: 260px;
}
article.trangloai .content .left .list-item .item{
	padding: 10px 0;
	display: flex;
	align-items: center;
}
article.trangloai .content .left .list-item .item:first-child{
	padding-top: 0;
}
article.trangloai .content .left .list-item .item:last-child{
	border-bottom: none;
}
article.trangloai .content .left .list-item .item .img{
	width: 189px;
	height: auto;
}
article.trangloai .content .left .list-item .item img{
	max-width: 100%;
	height: auto!important;
    vertical-align: middle;
}
article.trangloai .content .left .list-item .item .text{
	width: 596px;
	margin-left: 30px;
}
article.trangloai .content .left .list-item .item .text a h3{
	margin-top: 0;
}
article.trangloai .content .left .list-item .item .text a h3{
	font-size: 14pt;
	color: #333333;
	margin: 15px 0 10px 0;
}
article.trangloai .content .left .list-item .item .text a h3:hover{
	color: var(--color2);
}
article.trangloai .content .left .list-item .item .text .excerpt .des{
	padding-right: 57px;
	font-size: 16px;
	color: #666666;
}
article.trangloai .content .left .list-item .item .text .box-readmore {
    position: relative;
    margin: 20px 0;
}
article.trangloai .content .left .list-item .item .text .box-readmore a.readmore {
	background: #d3d3d3;
    color: #333333;
}
article.trangloai .content .left .list-item .item .text .box-readmore a.tuvan{
	background-color: var(--color1);
}
article.trangloai .content .left .list-item .item .text .box-readmore a.lichhen {
    background-color: var(--color2);
   
}
article.trangloai .content .left .list-item .item .text .box-readmore a {
    padding: 12px 36px;
    font-size: 14px;
    margin-right: 20px;
    color: #fff;
}
article.trangloai .content .left .list-item .item .text a:hover{
	opacity: 0.8;
}
.phantrang{
	font-style: bold;
	font-size: 16px; 
	text-align:center;
	margin:28px 0 60px 0;
}
.phantrang span,
.phantrang a{
	background: #e9e6e6;
    color: #666666;
   	padding: 8px 13px;
    margin: 0 5px;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    font-size: 16px;
}
.phantrang span,.phantrang a:hover{
	background: var(--color1);
    color: #ffffff;
    font-weight: bold;
}
/*End Trang Loai*/

/*TRANG CHI TIẾT*/
.article-detail{padding-bottom: 6rem;}
.article-detail .container .left{width:calc(100% - 260px - 2rem);}
.article-detail .container .right{width: 260px;}
.article-detail .content{font-size: 1.6rem;text-align:justify;}
.article-detail .content p{margin-block-start: 1em;margin-block-end: 1em;}
.article-detail .inner .relate-article{font-family: 'UTM-Avo';}
.article-detail .inner .relate-article ul{}
.article-detail .inner .relate-article ul h3{color: #333333;padding: 1.5rem 0;font-weight: bold;font-size: 1.8rem;text-transform: uppercase;border-bottom: solid 3px var(--color1);}
.article-detail .inner .relate-article ul li{border-bottom:1px solid #f1f1f1; padding-bottom: 15px;margin-bottom: 15px;}
.article-detail .inner .relate-article ul li:last-child{border-bottom: none;}
.article-detail .inner .relate-article ul li a{display:flex;}
.article-detail .inner .relate-article .img{width: 250px;height: 80px;border: solid 1px #cccccc;}
.article-detail .inner .relate-article .img img{height: 100%;}
.article-detail .inner .relate-article .description{margin-left: 2rem}
.article-detail .inner .relate-article .description .title{font-weight: bold; font-size: 18px;color: #333333;}
.article-detail .inner .relate-article .description .title:hover{color: var(--color2);}
.article-detail .inner .relate-article .description .title::before{content: '';background: url('../img/section_baiviet_2.png') no-repeat;width: 9px;height: 14px;position: absolute;left: 0;top: 0;bottom: 0;margin: auto;}
.article-detail .inner .relate-article .description .summary{ font-size: 12pt; color: #666666;margin-top: 12px;}
.article-detail .content img{max-width:100%;height: auto !important;}
.article-detail .category{}
.article-detail .category li{}
.article-detail .category li a{display:block;-webkit-transition:ease 0.3s;-moz-transition:ease 0.3s;-ms-transition:ease 0.3s;-o-transition:ease 0.3s;transition:ease 0.3s;}
.article-detail .category li a:hover{background-color:#1171a5;color:#fff;padding-left:10px;}
.article-detail .title h1{ color: #ff6c00; line-height: 28px; font-size: 24px; }
.article-detail h2{
   	padding: 10px 45px;
    color: #fff;
    font-size: 1.4rem;
    text-transform: uppercase;
    display: block;
    margin: 1rem 0;
    background: var(--color1);
    position: relative;
}
.article-detail h2::before{
   	content: '';
   	width: 22px;
   	height: 25px;
   	position: absolute;
   	left: 5px;
   	top: 0;
   	bottom: 0;
   	margin: auto;
    background: url(../img/icon-h2.png) no-repeat;
    border-right: solid 1px #fff;
    padding-right: 1rem;
}
.article-detail table {
	border-collapse: collapse;
	border: 2px solid #000;
	width: 100%;
	margin-bottom: 15px; 
}
.article-detail table th{
   font-weight: normal ;
}
.article-detail table tr td {
	border: 2px solid #000;
}
.article-detail table.bang-3-cot-1 {
	border-collapse: separate;
}
.article-detail table.bang-3-cot-1 tr td {
	padding: 5px 10px;
	background-color: #ffcdff;
}
.article-detail table.bang-3-cot-1 tr td:first-child(3) {
	background-color: #cdffff;
}
.article-detail table.bang-3-cot-1 tr td:last-child(3) {
	background-color: #ffffcd;
}
.article-detail table.bang-3-cot-1 tr:first-child td {
	background-color: #cdffcd;
	text-align: center;
}
.article-detail table.bang-3-cot-2 {
	border-collapse: separate;
}
.article-detail table.bang-3-cot-2 tr td {
	padding: 5px 10px;
	background-color: #ffcdff;
}
.article-detail table.bang-3-cot-2 tr:first-child td,
.article-detail table.bang-3-cot-2 tr td:first-child {
	background-color: #cdffcd;
}
.article-detail table.bang-3-cot-2 tr:first-child td {
	text-align: center;
}
.article-detail table.bang-2-cot-1 {
	border-collapse: separate;
}
.article-detail table.bang-2-cot-1 tr td {
	padding: 5px 10px;
}
.article-detail table.bang-2-cot-1 tr td:first-child {
	background-color: #cdffcd;
}
.article-detail table.bang-2-cot-1 tr td:last-child {
	background-color: #ffcdff;
}
/*.article-detail em { color: #e5262b; }
.article-detail strong em, .article-detail em strong { color: #006400; }*/
.article-detail a > em { color: #e5262b; }
.article-detail .hotline-chitiet { color: #ff0000; font-weight: bold; font-style: italic; }
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
.khungxanh {
	border: 2px solid #ff9933;
    background: #fff8de;
    padding: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    position: relative;
}
.khungxanh::before {
	content: '';
    background: url(../img/icon-khungxanh.png) no-repeat top;
    position: absolute;
    height: 100%;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.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;
          }
        }

.ImgThumbnail {
cursor: pointer;
transition: 0.3s;
}
.modal {
display: none;
position: fixed;
z-index: 9;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.9);
}
.modalImage {
margin: auto;
display: block;
width: 100%;
height: auto;
max-width: 700px;
}
/* Add Animation - Zoom in the Modal */
.modalImage{
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}
.close {
position: absolute;
top: 15px;
right: 235px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
}
.close:hover,
.close:focus {
color: rgb(255, 0, 0);
cursor: pointer;
}

/*------------------------------end trang chi tiet------------------------*/
/*------------------------------SIDEBAR------------------------*/
@-moz-keyframes namviet-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes namviet-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-o-keyframes namviet-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}
.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
article.sidebar .box-icon{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 10px;
	padding-bottom: 1rem;
}
article.sidebar .box-icon .item{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .8rem;
	border: solid 1px #ffffff;
	border-radius: 5px;
}
article.sidebar .form-sdt{
   	padding: 10px;
   	margin: 1px 0;
    background: var(--color2);
}
article.sidebar .form-sdt form{
    position: relative;
    width: 230px;
}
article.sidebar .form-sdt input[type=text]{
   	width: 141px;
    color: #7c7c7c;
    padding: 8px 15px;
    font-size: 14px;
    outline: none;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: solid 1px #999;
}
article.sidebar .form-sdt input[type=text]::placeholder{
	color: #0197d6;
	font-weight: bold;
}
article.sidebar .form-sdt input[type=submit]{
    position: absolute;
    top: 0;
    color: #ffffff;
    font-weight: bold;
    right: 0;
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #f82753;
    outline: none;
    border: none;
    cursor: pointer;
}
#cd-lateral-nav {
    background-color: var(--color1);
}
#cd-lateral-nav ul{
    margin: 0 1rem;
    padding-bottom: 1rem;
}
#cd-lateral-nav .cd-navigation > .item {
    position: relative;
    background-color: var(--color2);
    border-radius: 5px;
}
#cd-lateral-nav .cd-navigation > .home{
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: var(--color1);
    position: relative;
}
#cd-lateral-nav .cd-navigation > .home::before{
   content: '';
   background: url(../img/icon-menu-sidebar.png) no-repeat;
   width: 13px;
   height: 10px;
   position: absolute;
   left: 13px;
   top: 0;
   bottom: 0;
   margin: auto;
}
#cd-lateral-nav .cd-navigation > .home > a{
   	color: #fff !important;
   	padding-left: 35px!important;
}
#cd-lateral-nav .cd-navigation > .item > a {
    color: #ffffff;
    line-height: 1;
    font-size: 1.6rem;
    text-transform: uppercase;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    margin-right: 50px;
    display: flex;
}
#cd-lateral-nav .cd-navigation > .item::after {
    content: '';
    display: block;
   	margin-bottom: 1px;
}
#cd-lateral-nav .cd-navigation > .item:last-child::after{
     border-bottom: none;
}
#cd-lateral-nav .has-children > .sub-1 {
    content: '';
    display: block;
    height: 46px;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
   	background-image: url(../img/sub-2.png);
    background-repeat: no-repeat;
    background-position: 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-image: url(../img/sub-1.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#cd-lateral-nav .cd-navigation > .item.has-children .sub-menu {
    display: none;
}
#cd-lateral-nav .cd-navigation > .item.has-children > .sub-menu > li {
    position: relative;
    border-top: 1px solid var(--color3);
}
#cd-lateral-nav .cd-navigation > .item.has-children > .sub-menu > li > a {
    color: #ffffff;
    padding: 10px 50px 10px 20px;
    display: block;
    position: relative;
    font-size: 14px;
}
#cd-lateral-nav .has-children > .sub-menu > li > .sub-2.sub-open{
    background: url(../img/sub-1.png) no-repeat center center;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    top: 12px;
    right: 12px;
}
#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;
    border-top: 1px solid #bdd0d1;
}
#cd-lateral-nav .has-children > .sub-menu > li.has-child > .sub-child li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #01bace;
    position: absolute;
    top: 0;
    left: 30px;
    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: #666666;
    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 .has-children > .sub-menu > li > .sub-2 {
    content: '';
    display: block;
    height: 55px;
    width: 49px;
    position: absolute;
    top: -10px;
    right: 0;
    background: url(../img/sub-2.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;
}
/*------------------------------end sidebar------------------------*/

/*FOOTER*/
footer{
	position: relative;
	background: url('../img/map.jpg') center no-repeat;
	height: 417px;
}
footer .lienhe{
	background-color: var(--color1);
	border: solid 1px #cccccc;
	padding: .8rem 4.8rem;
	position: absolute;
	top: -3rem;
	left: 0;
	right: 0;
	margin: auto;
}
footer .lienhe .title{
	font-size: 2.4rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: solid 1px var(--color3);
	text-align: center;
	padding-bottom: 1rem;
	width: 65%;
    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: 50%;
	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 .lienhe .box .mota-ft{
	width: 50%;
	position: relative;
}
footer .lienhe .box .mota-ft:before{
	content: '';
	background: url('../img/contact-icon-4.png') no-repeat;
	width: 74px;
	height: 145px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -85px;
}
footer .lienhe .box .mota-ft p{
	color: #fff;
	font-size: 1.2rem;
	margin-top: 1rem;
	line-height: 1.8rem;
}

section.footer-fixed{
	background: var(--color1);
	padding: .9rem;
}
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: 1.2rem;
}
section.footer-fixed .content .ft-phone span{
	font-size: 1.8rem;
	font-weight: bold;
	color: #f4d110;
}
section.footer-fixed .content .ft-form form input[type=text] {
    width: 229px;
    padding: .9rem;
    border-radius:2px;
    border: solid 1px #cccccc;
    outline: none;
    font-size: 1.2rem;
}
section.footer-fixed .content .ft-form form input[type=submit] {
    padding: .9rem 0;
    width: 63px;
    background-color: var(--color2);
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
    border: solid 1px #cccccc;
    border-radius: 2px;
    font-weight: bold;
    text-align: center;
    outline: none;
    cursor: pointer;
}
section.footer-fixed .content .ft-tuvan{
	display: flex;
	justify-content: center;
	align-items: center;
}
section.footer-fixed .content .ft-tuvan div{
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border: solid 1px #cccccc;
	border-radius: 2px;
	padding: 1.2rem 4.5rem;
	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: #bf9a18;
}
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);
	}
}
/*BREADCRUMB*/
.breadcrumb_main{

}
.breadcrumb_main .content{
	display: flex;
	align-items: center;
    padding: 1.6rem 0;
}
.breadcrumb_main .content .breadcrumb{
    display:inline-block;
    position: relative;
    margin-right: 1rem;
    padding-right: 1rem;
    font-size: 1.2rem;
}
.breadcrumb_main .content .breadcrumb::after{
	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_main .content .breadcrumb:last-child:after{
    content: none;
}
.breadcrumb_main .content .breadcrumb a{
    font-size: 1.2rem;
    color: #999;
}
section.view{}
section.view .content{
	padding: 1rem 0;
    border-bottom: solid 1px #d9eef0;
}
section.view .content .title{
	width: 70%;
	font-size: 1.8rem;
	color: var(--color1);
	font-weight: bold;
	text-transform: uppercase;
}
section.view .content .text{
	width: 20%;
	font-size: 1.2rem;
	position: relative;
}
section.view .content .text:before{
	content: '';
	background: url('../img/icon-number-br.png') no-repeat;
	width: 16px;
	height: 15px;
	display: block;
	position: absolute;
	left: -20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
section.view .content .text span.number{
	color: var(--color1);
	font-weight: bold;
}
section.view .content .text span:nth-child(2){
	color: #ff6666;
	font-weight: bold;
}
section.view .content .text span:nth-child(3){
	color: #ed9408;
	font-weight: bold;
}
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: solid 1px #dbdbdb;
}
section.tomtat .form-bs .bs{
	width: 50%;
	padding: 15px;
}
section.tomtat .form-bs .bs .text-1{
	font-size: 12px;
	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: 12px;
	font-style: italic;
	color: #333333;
	position: relative;
	padding-left: 20px;
	margin-top: 22px;
}
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 .form{
	width: calc(100% - 60%);
	background: #fef2ce;
	border-radius: 4px;
	padding: 14px 19px 11px 23px;
	margin: 5px 0;
}
section.tomtat .form-bs .form p{
	font-size: 12px;
	color: #4c4c4c;
	margin-bottom: 10px;
}
section.tomtat .form-bs .form input[type=text] {
    width: 232px;
    height: 35px;
    padding-left: 15px;
    border-radius: 4px;
    outline: none;
    border: solid 1px #b1b1b1;
    border-radius: 6px;
    font-size: 1.4rem;
}
section.tomtat .form-bs .form input[type=submit] {
    width: 46px;
    height: 35px;
    border-radius: 6px;
    background-color: #ff4545;
    border: solid 1px #b1b1b1;
    color: #fff;
    outline: none;
    cursor: pointer;
    font-size: 1.4rem;
}
/*------------END BREADCRUM--------------*/