@font-face {
	font-family:Aquawax-Regular;
	src:url("fonts/Aquawax-Regular-trial.ttf");
}

body {
    margin: 0;
    padding: 0;
	color: #333;
}
img {
	max-width: 100%;
}
.hide {
	display:none !important;
}
.font-bold {
	font-weight: bold;
}
.w100 {
	width: 100%;
}
.mg0 {
	margin: 0;
}
.mgl0 {
	margin-left: 0;
}
.mgr0 {
    margin-right: 0;
}
.mgt0 {
    margin-top: 0;
}
.mgb0 {
    margin-bottom: 0;
}
.pd0 {
	padding: 0;
}
.pdl0 {
	padding-left: 0;
}
.pdr0 {
    padding-right: 0;
}
.uppercase {
	text-transform: uppercase;
}
.mobile {
	display: none;
}
.text-center {
	text-align: center;
}
.cb:after {
	clear: both;
	content: '';
    display: block;
}
.scrollup {
    opacity: 1;
    position: fixed;
    bottom: 35px;
    right: 20px;
    display: none;
    z-index: 999;
}
a.scrollup:hover div {
	background: #386E97 !important;
}
a.scrollup:hover i {
	color: white !important;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.fab-wrapper {
    position: fixed;
    bottom: 15px;
    right: 16px;
    z-index: 9999999;
}
#fabCheckbox {
    display: none;
}
.fab-wrapper .icon-cps-local {
    width: 28px;
    height: 28px;
    background-position: -92.5px -262px;
}
.fab-wrapper .icon-cps, .fab-wrapper .icon-dtv, .fab-wrapper [class*=icon-cps-] {
    display: inline-block;
    vertical-align: middle;
    background-image: url(images/icons_menubar.svg) !important;
    background-repeat: no-repeat;
    background-size: 500px;
}
.fab-checkbox:checked ~ .fab {
    transform: rotate(90deg);
    -webkit-transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.fab-checkbox:checked ~ .fab .icon-cps-fab-menu {
    width: 30px;
    height: 30px;
    margin: 0;
    background-size: 600px;
    background-position: -337.5px -316.5px;
}
.fab-checkbox:checked ~ .fab-wheel {
    transform: scale(1);
}
.fab-wheel {
    width: 300px;
    height: 220px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    transform: scale(0);
    transform-origin: bottom right;
    transition: all .3s ease;
}
.fab-wheel .fab-action-1 {
    top: 0;
    right: 0;
}
.fab-wheel .fab-action {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    text-decoration: none;
}
.fab-wheel .fab-action-1 {
    top: 0;
    right: 0;
}
.fab-wheel .fab-action-2 {
    top: 45px;
    left: 85px;
}
.fab-wheel .fab-action-3 {
    left: 20px;
    bottom: 70px;
}
.fab-wheel .fab-action-4 {
    left: 0;
    bottom: 0;
}
.fab-checkbox:checked ~ .fab-wheel .fab-title {
    opacity: 1;
}
.fab-title {
    float: left;
    margin: 0 5px 0 0;
    opacity: 0;
}
.fab-wheel .fab-button-1 {
    background: #dd5145;
}
.fab-wheel .fab-button-2 {
    background: #fb0;
}
.fab-wheel .fab-button-3 {
    background: #2196f3;
}
.fab-wheel .fab-button-4 {
    background: #2f82fc;
}
.fab-button {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    padding: 4px;
    border-radius: 50%;
    background: #0f1941;
    box-shadow: 0 1px 3px rgb(0 0 0 / 1%), 0 1px 2px rgb(0 0 0 / 24%);
    font-size: 24px;
    color: White;
    transition: all 1s ease;
    overflow: hidden;
}
.fab {
	cursor: pointer;
    width: 60px;
    max-width: unset;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 50%;
    background: #fe340e;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
    overflow: hidden;
    transform: rotate(0deg);
    -webkit-transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.fab-wrapper .icon-cps-fab-menu {
    width: 50px;
    height: 50px;
    margin: 0 5px 5px 0;
    background-size: 850px;
    background-position: -794px -374px;
}
.fab-wrapper .icon-cps-phone {
	width: 28px;
    height: 28px;
    background-position: -140px -262px;
}
.fab-wrapper .icon-cps-chat {
    width: 30px;
    height: 30px;
    background: url(images/messenger.svg) center center no-repeat !important;
    background-size: 25px !important;
}
.fab-wrapper .icon-cps-chat-zalo {
    width: 30px;
    height: 30px;
    background-size: 600px;
    background-position: -450px -265px;
}

.header-overlay-2.active {
    visibility: visible;
    opacity: 1;
}
.header-overlay-2 {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.53);
    z-index: 30;
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.img-logo {
	height: 100px !important;
}
#main {
    min-height: 500px;
}
.background-menu, .header-logan {
    background: #fff !important;
}
.nav-header ul.level_1 a:hover, .nav-header ul.level_1 a:focus {
    color: #436e43 !important;
}
.nav-header ul.level_1 a.active, .nav-header ul.level_1 span.active, .nav-header ul.level_1 a:hover, .nav-header ul.level_1 a:focus, .nav-header ul.level_1 a.active, .nav-header .open>a, .nav-header .open>a:focus, .nav-header .open>a:hover, .nav-header ul.level_1>li:hover>a {
    color: #e89a09;
}
.slick-slide img {
    height: initial;
}
.mod-img .slick-slide img {
    height: 180px !important;
}
.nav-header ul.level_1 ul a:hover, .nav-header ul.level_1 ul a:focus, .nav-header ul.level_1 ul a.active, .nav-header ul.level_1 ul .open>a, .nav-header ul.level_1 ul .open>a:focus, .nav-header ul.level_1 ul .open>a:hover {
    background: #fff;
}
.nav-header ul.level_1 li li a {
    background: #fff;
}
.footer-icon * {
    color: #fff;
}
.div-bg-service2 {
    background: #FFF url('images/bg1.jpg') center center no-repeat;
    background-size: cover;
    color: #FFF;
}
.block-color .layout_latest div.content {
    background: #fff;
}
.content-list-tab {
    margin-top: 50px;
}
.content-list-tab:first-child {
    margin-top: 0;
}
.block-color .layout_latest figure a img {
    height: 230px  !important;
	width: 100%;
    object-fit: cover;
}
.list-news-scroll .layout_latest {
    margin-bottom: 8px;
}
#top-link-block {
    bottom: 100px;
    right: 30px;
}
.block-languages ul li .lang-vi {
    background: url(images/vni.png) left center no-repeat;
    background-size: 32px 20px;
}
.block-languages ul li .lang-en {
    background: url(images/eng.png) left center no-repeat;
    background-size: 32px 20px;
}
#top-link-block>a {
    background: url(images/back-top.png) center top no-repeat;
    background-size: 50px;
}
.news-img {
	width:100%;
	height:200px;
	object-fit:cover;
}
.partner-block img {
	height:70px;
}
.partner-block.chungnhan-block img {
	height:100px;
}
.partner-block.chungnhan-block .slick-track {
	display: flex;
	align-items: center;
    justify-content: center;
    margin: 0 auto;
}