.lh-title{margin-bottom: 1.5rem; font-weight: 700; color: var(--main);}
.lh-item a{color: var(--text); transition: all 0.5s ease 0s;}
.lh-item a:hover{color: var(--main); text-decoration: underline;}
.lh iframe{display: block; width: 100%; height: 600px;}.banner{height: 360px; background: no-repeat center / cover; color: #fff;}
.banner:before{content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgb(0 0 0 / 50%);}
@media all and (max-width: 576px){
	.banner{height: 270px;}
}
.breadcrumb{background-color: var(--grey);}
.breadcrumb ul{list-style: none;}
.breadcrumb ul li{display: inline;}
.breadcrumb ul li+li:before{content: '/'; padding-right: 3px;}
.breadcrumb ul li a{color: var(--333);}#header #menu{display: none;}
.menu{position: relative; z-index: 2;}
.menu ul{list-style: none;}
.menu ul li{position: relative;}
.menu ul li.display{display: none;}
.menu ul li a{display: block; font-weight: 700; text-transform: uppercase; line-height: 40px; color: var(--main); transition: all 0.5s ease 0s;}
.menu ul li a i{margin-left: 0.25rem; font-size: 12px; color: var(--prev); }
.menu ul li ul{position: absolute; top: calc(100% + 1rem); min-width: 150px; opacity: 0; pointer-events: none; transition: all 0.5s ease 0s;}
.menu ul li ul li a{padding: 0 1rem; background-color: var(--wite); text-wrap: nowrap;}
.menu ul li ul li a:hover{background-color: var(--main); color: var(--wite);}
.menu > ul{display: flex;}
.menu > ul > li{flex: 0 0 auto;}
.menu > ul > li+li{margin-left: 3rem;}
.menu > ul > li > a{}
.menu > ul > li:hover > a, .menu > ul > li.active > a{color: var(--hover);}
.menu > ul > li > ul{padding-top: 1rem;}
.menu > ul > li > ul:before{content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: calc(100% - 1rem); box-shadow: 0 0 15px rgb(0 0 0 / 15%);}
.menu > ul > li:hover > ul{top: 100%; opacity: 1; pointer-events: auto;}
.mm-listitem__text i{display: none;}.sl-item{}
.sl-carousel .slick-current .sl-item a > div span{transform: translatex(0); opacity: 1;}
.sl-carousel .slick-arrow{position: absolute; top: 0; bottom: 0; width: 30px; height: 30px; background-color: transparent;}
.sl-carousel .slick-arrow i{display: block; font-size: 30px; color: var(--wite);}
.sl-carousel .slick-arrow:hover i{color: var(--main);}
.sl-carousel .slick-prev{left: -30px; border-radius: 0 20px 20px 0;}
.sl-carousel .slick-next{right: -30px; border-radius: 20px 0 0 20px;}
.sl-carousel .slick-dots{position: absolute; right: 0; bottom: 1rem; left: 0;}
.sl-carousel .slick-dots li{width: 40px; height: 3px; background-color: var(--wite);}
.sl-carousel .slick-dots li+li{margin-left: 0.5rem;}
.sl-carousel .slick-dots li.slick-active{background-color: var(--main);}
.sl-carousel:hover .slick-arrow{opacity: 1;}
.sl-carousel:hover .slick-prev{left: 1rem;}
.sl-carousel:hover .slick-next{right: 1rem;}
@media all and (max-width: 576px){
    .sl-item a > div span.fnt{font-size: 30px;}
    .sl-item a > div span.text-uppercase{font-size: 50px;}
    .sl-carousel .slick-arrow{display: none!important;}
}.cg .main-title span{display: block;}
.cg-item{min-height: 88px; padding-left: calc(88px + 1rem);}
.cg-item div{top: 0; left: 0; width: 88px; background-color: var(--grey);}
.cg-left img{position: absolute; width: calc(50% + 1.5rem); border: 5px solid var(--wite); border-radius: 15px;}
.cg-left img:nth-child(1){top: 0; left: 0;}
.cg-left img:nth-child(2){right: 0; bottom: 0;}
@media all and (min-width: 1200px){
	.cg-item{max-width: 70%;}
}
@media all and (max-width: 992px){
	.cg-left img:nth-child(1){position: relative; margin-bottom: 3rem;}
}.ch img{margin-top: -1.5rem;}
.ch-tab{list-style: none;}
.ch-tab > li > a{position: relative; display: block; padding-right: 1.5rem; font-size: 20px; font-weight: 700; color: var(--main)!important;}
.ch-tab > li > a i{position: absolute; top: 0; right: 0; line-height: 1.5;}
.ch-tab > li > a.active i{transform: scaley(-1);}
.ch-tab > li > div ul, .ch-tab > li > div ol{padding-left: 1.5rem;}
@media all and (max-width: 992px){
	.ch img{margin-top: 1.5rem;}
}.dv:before, .dv:after{content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 40%;}
.dv:before{background: url(/theme/images/dich-vu.jpg) no-repeat center / cover; z-index: 0;}
.dv:after{background-color: rgb(2 78 152 / 75%); z-index: 1;}
.dv .container{z-index: 2;}
.dv .main-title a{color: var(--wite)!important;}
.dv .main-preview{color: var(--wite)!important;}
.dv-img{overflow: hidden;}
.dv-img img{transition: all 0.5s ease 0s;}
.dv-img:hover img{transform: scale(1.1);}
.dv-img-2{border: 5px solid var(--wite);}
@media all and (max-width: 992px){
	.dv:before, .dv:after{height: 30%;}
}
@media all and (min-width: 577px){
	.dv-img{max-width: calc(100% - 3rem); margin: 0 auto; transform: skewX(-10deg);}
    .dv-img img{transform: skewX(10deg) scale(1.15);}
    .dv-img:hover img{transform: skewX(10deg) scale(1.2);}
}.nk-prev{display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden;}
.nk-more a{position: relative; display: inline-block; font-weight: 700; color: var(--main); transition: all 0.5s ease 0s;}
.nk-more a:after{content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background-color: var(--hover); transition: all 0.5s ease 0s;}
.nk-more a:hover{color: var(--hover);}
.nk-more a:hover:after{width: 100%;}
.mk .slick-arrow{display: none;}@media all and (min-width: 992px){
	.intro .row{border-radius: 30px; box-shadow: 0 0 15px rgb(0 0 0 / 25%); overflow: hidden;}
}aside{margin-bottom: 3rem; box-shadow: 0 0 15px rgb(0 0 0 / 15%); border-radius: 5px; overflow: hidden;}
.side-title{border-bottom: 2px solid var(--main); font-weight: 700; text-transform: uppercase; text-align: center; line-height: 48px; color: var(--main);}
.side-dm ul{list-style: none;}
.side-dm ul li a{position: relative; display: block; padding-left: 1.5rem; font-weight: 700; line-height: 40px; color: var(--text);}
.side-dm ul li a i{position: absolute; top: 0; left: 0; line-height: 40px; transition: all 0.5s ease 0s;}
.side-dm ul li.active a,
.side-dm ul li a:hover{color: var(--main);}
.side-dm ul li a:hover i{left: 0.5rem;}
.side-dv .slick-dots{margin-top: 1rem;}
.side-dv .slick-dots li{width: 15px; height: 15px; margin: 0 0.25rem; border: 2px solid var(--main); border-radius: 50%;}
.side-dv .slick-dots li.slick-active{background-color: var(--main);}
.side-dv h3 a{display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; color: var(--main); overflow: hidden;}
.side-dv h3:hover{background-color: var(--main);}
.side-dv h3:hover a{color: var(--wite);}
.side-ht img{width: 40px;}
.side-ht a:first-child{color: var(--red)!important;}
.side-ht a:last-child{border-top: 1px solid #d7d7d7; color: var(--hover)!important;}
.side-ht a:last-child img{width: 21px; vertical-align: top;}
.side-bv h3{display: -webkit-box; width: calc(100% - 120px - 1rem); -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden;}.email{background-color: var(--hover);}
.email input[type=submit]:hover{background-color:var(--red);}.popup{max-width: 576px;}
.popup-title{padding: 0 15px; background-color: var(--main); border-radius: 20px 20px 0 0; line-height: 50px; color: #fff;}
.popup-title i{margin-right: 11px; transform: rotate(-45deg);}
.popup-form{background-color: #fff; border-radius: 0 0 20px 20px;}
.loading-indicator-overlay, .loading-indicator{z-index: 99993!important;}
.fancybox-close-small{width: 50px; height: 50px;}
.fancybox-close-small:after{top: 10px; right: 10px; color: #fff;}