﻿/*Mã hóa lại fontsize*/
body {
    font-size: 18px !important;
}

.heading-title {
    font-size: 45px;
}

.form-control, .btn {
    font-size: 18px;
}

section {
    font-size: 18px;
}

.heading-description {
    font-size: 20px;
}

.h5, h5 {
    font-size: 22px;
}

.footer .footer-link {
    font-size: 18px;
    color: #000;
}

.footer-icon .list-item::before {
    color: #000 !important;
}

.heading-subtitle::before, .heading-subtitle::after {
    height: 5px;
    width: 100px;
}


/**/
.bg-primary {
    background: #ee1037 !important;
}

.header-link-icon {
    color: unset;
    fill: unset;
}

/*[data-nav-layout=horizontal] .app-sidebar .side-menu__label {
    color: #6B6B7E;
}
.footer .footer-link, .text-sidebar {
    color: #6B6B7E !important;
}*/
[data-nav-layout=horizontal] .app-sidebar .side-menu__item.active .side-menu__label, [data-nav-layout=horizontal] .app-sidebar .side-menu__item:hover .side-menu__label, .footer .footer-link:hover {
    color: #ffc107 !important;
}

@media screen and (max-width: 767px) {
    [data-nav-layout=horizontal] .app-sidebar .side-menu__item.active .side-menu__label, [data-nav-layout=horizontal] .app-sidebar .side-menu__item:hover .side-menu__label, .footer .footer-link:hover {
        color: var(--primary-color) !important;
    }

}

.reveal {
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.8s ease;
}

.reveal-left {
    transform: translateX(20px);
    opacity: 0;
    transition: all 0.8s ease;
}

.reveal-right {
    transform: translateX(0px);
    opacity: 0;
    transition: all 0.8s ease;
}

.reveal-left.reveal-active {
    opacity: 1;
    transform: translateX(0px);
}

.reveal_right.reveal-active {
    opacity: 1;
    /*transform: translateX(500px);*/
}

.banner-2 {
    content: "";
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    height: 100%;
    width: 100%;
    background-image: url('assets/images/backgrounds/banner_2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.1;
    z-index: -1;
}


.banner-4_4 {
    background-image: url('../img/bg/exp-2.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*opacity: 0.6;*/
    position: relative;
}


.page-header-bg .banner-section:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.page-header-bg .content-1 {
    position: relative;
    z-index: 10;
}

.banner-4_5 {
    background-image: url('../img/bg/bg-header-2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*opacity: 0.6;*/
    position: relative;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.tx-notborder {
    border: none;
    font-style: italic;
    border-bottom: 2px solid #ddd;
}

.not-bor-shw {
    border: none !important;
    box-shadow: none;
}

.float-left {
    float: left !important;
}

.dpy-flex {
    display: flex !important;
}

.w-100p {
    width: 100% !important;
}

.min-w-300 {
    min-width: 300px !important;
}

.min-h-300 {
    min-height: 300px !important;
}

/*padding*/
.pad-r-10 {
    padding-right: 10px !important;
}

.pad-l-10 {
    padding-left: 10px !important;
}

.pad-lr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.pad-lr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.pad-l-50 {
    padding-left: 50px !important;
}

/*margin*/
.m-r-0 {
    margin-right: 0 !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-100 {
    margin-bottom: 100px !important;
}

.max-h400 {
    max-height: 400px !important;
}

.box-shadow-none {
    box-shadow: none !important;
}

.dpy-none {
    display: none;
}

.dpy-block {
    display: block !important;
}

.cnt-active {
    display: flex;
}

/*background*/
.bg-clr-white {
    background-color: #fff !important;
}

.bg-header {
    background-color: #fff !important;
}

#news div.swiper-button-next {
    right: -50px !important;
}

#news div.swiper-button-prev {
    left: -50px !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.bg-partner {
    background-color: #F9F9F9;
}

.mx-h-300 {
    max-height: 300px;
}

.mn-h-300 {
    max-height: 300px;
}

/*fontsize*/
.fnt-size-1rm {
    font-size: 1rem;
}

.fnt-size-15 {
    font-size: 15px;
}

.fnt-size-16 {
    font-size: 16px;
}

.fnt-size-14 {
    font-size: 14px;
}

.fnt-size-13 {
    font-size: 13px;
}

.fnt-size-20 {
    font-size: 20px;
}

/*color*/
.clr-primary {
    color: #FFA332 !important;
}

.clr-head-text {
    color: #9F9FAB !important;
}

.clr-head-title {
    color: #6B6B7E !important;
}

/*font weight*/
.fnt-w-6 {
    font-weight: 600 !important;
}

/*border radius*/
.bor-ras-50 {
    border-radius: 50px !important;
}

.bor-ras-5 {
    border-radius: 5px !important;
}


@media (min-width: 992px) {
    [data-nav-layout=horizontal] .sticky.sticky-pin .side-menu__item.active .side-menu__label, [data-nav-layout=horizontal] .sticky.sticky-pin .side-menu__item:hover .side-menu__label {
        color: var(--primary-color) !important;
    }

    .sticky.sticky-pin .app-sidebar .side-menu__label {
        color: var(--menu-color) !important;
    }

    .w-50-p {
        width: 50% !important;
    }

    .w-20-p {
        width: 20% !important;
    }

    .m-b-20 {
        margin-bottom: 20px !important;
    }

    .m-b-100 {
        margin-bottom: 100px !important;
    }

    .padd-20 {
        padding: 20px !important;
    }
}

.padd-0 {
    padding: 0px !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

@media (max-width: 991.98px) {
    #slidepage, .small-hidden, #comp-lo2pbtns4 .dkukWC, .logo-title .desktop-logo {
        display: none !important;
    }

    .logo-title .mobile-logo.logo-dark {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .sticky #sidebar {
        background-color: #9a001b;
    }

    [data-nav-layout=horizontal] .app-sidebar .side-menu__label {
        color: #fff !important;
    }

    .app-sidebar .side-menu__label {
        font-size: 18px !important;
        font-weight: 700;
    }

    .logo-title {
        /*background: #ee1037;*/
        /*border-radius: 67px;*/
        /*width: 250px;*/
        /*text-align: center;*/
        /*padding: 15px;*/
    }

    .logo-title img {
        max-height: 75px;
    }

    .phone-title {
        padding: 10px 10px 10px 15px;
        background-color: #ee1037;
        font-weight: 700;
        color: #fff !important;
        border-radius: 25px;
        letter-spacing: 1px;
    }
}


.sticky-pin #sidebar {
    background-color: white !important;
}

#phonecall {
    position: fixed;
    height: 3.75rem;
    width: 3.75rem;
    color: #fff;
    inset-inline-end: 1.5rem;
    inset-block-end: 8rem;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.back-to-top {
    inset-inline-end: 1.8rem !important;
    inset-block-end: 15rem !important;
}

.opt-09 {
    opacity: 0.9 !important;
}


#comp-lo2pbtns4 {
    --bg-overlay-color: rgb(var(--custom-bg));
    --bg-gradient: none;
    min-width: 980px;
    /*--divider-top-image: url("data:image/svg+xml,%3Csvg id='comp-lo2pbtns4-top' preserveAspectRatio='none' data-bbox='0 125.7 1920 174.3' viewBox='0 125.7 1920 174.3' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-lo2pbtns4-top %7B fill: %23FF9633;%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='M1920 287.7c-480 0-480-162-960-162s-480 162-960 162V300h1920v-12.3z'/%3E%3C/g%3E%3C/svg%3E");*/
    --divider-top-image: url("../img/comp-lo2pbtns4.svg");
    --divider-top-size: 100.00% 100%;
    --divider-top-height: 200px;
    --divider-top-offset-x: 0px;
    --divider-top-color: #ee1037;
    --divider-top-opacity: 1;
    --divider-top-flip: scale(1, -1);
    --divider-top-layers-pin-factor: 0;
    --divider-top-filter: none;
    --divider-top-layer-1-display: none;
    --divider-top-layer-2-display: none;
    --divider-top-layer-3-display: none;
}

.xnZvZH .FRCqDF {
    background-image: var(--divider-top-image, none);
    background-size: var(--divider-top-size, contain);
    border-color: var(--divider-top-color, currentColor);
    bottom: 0;
    filter: var(--divider-top-filter, none);
}

.dkukWC .FRCqDF {
    --divider-layer-i__: var(--divider-layer-i, 0);
    background-position: left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__) * var(--divider-layer-i__)) bottom;
    background-repeat: repeat-x;
    border-bottom-style: solid;
    border-bottom-width: calc(var(--divider-pin-border__) * var(--divider-layer-i__) * var(--divider-layers-y__));
    height: calc(var(--divider-height__) + var(--divider-pin-layer-height__) * var(--divider-layer-i__) * var(--divider-layers-y__));
    opacity: calc(1 - var(--divider-layer-i__) / (var(--divider-layer-i__) + 1));
}

.dkukWC, .dkukWC .FRCqDF {
    left: 0;
    position: absolute;
    width: 100%;
}

.xnZvZH {
    --divider-height__: var(--divider-top-height, auto);
    --divider-offset-x__: var(--divider-top-offset-x, 0px);
    --divider-layers-size__: var(--divider-top-layers-size, 0);
    --divider-layers-y__: var(--divider-top-layers-y, 0px);
    --divider-layers-x__: var(--divider-top-layers-x, 0px);
    --divider-layers-pin-factor__: var(--divider-top-layers-pin-factor, 0);
    border-top: var(--divider-top-padding, 0) solid var(--divider-top-color, currentColor);
    opacity: var(--divider-top-opacity, 1);
    top: 0;
    transform: var(--divider-top-flip, scaleY(-1));
}

.dkukWC {
    --divider-pin-height__: min(1, calc(var(--divider-layers-pin-factor__) + 1));
    --divider-pin-layer-height__: var(--divider-layers-pin-factor__);
    --divider-pin-border__: min(1, calc(var(--divider-layers-pin-factor__) / -1 + 1));
    height: calc(var(--divider-height__) + var(--divider-pin-height__) * var(--divider-layers-size__) * var(--divider-layers-y__));
}


.text-justify {
    text-align: justify;
}

.color-dark {
    color: #03123e !important;
}

.padd-40 {
    padding: 40px !important;
}

.select2-container .select2-selection--single {
    height: 48px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px !important;
}

.top-20 {
    top: 20px;
}

.left-20 {
    left: 20px;
}

.right-20 {
    right: 20px;
}

.unit-info {
    position: absolute;
    background: #ddd;
    top: 0px;
    right: 11px;
    height: 100%;
    padding: 5px;
}

#about .heading-subtitle::after {
    inset-inline-end: -100px;
}

#about .heading-subtitle::before {
    inset-inline-start: 0px;
}

#about .heading-section {
    text-align: left;
}

.fw-unnset {
    font-weight: unset !important;
}

.cursor-po {
    cursor: pointer;
}

#service .avatar.avatar-lg {
    width: 5.75rem;
    height: 5.75rem;
}

.m-b-2re {
    margin-bottom: 2rem !important;
}

/*.flex-menu-center {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}*/

.bg-main {
    background-color: #ee1037;
}

.hr {
    color: black;
    border-top: 2px solid;
    width: 20%;
    opacity: 0.5;
}

.btn-detail {
    background: #FFDAB2;
    border: 1px solid #fff;
    font-size: 16px;
}

.btn-detail:hover, .btn-detail:first-child:active {
    background: #ee1037;
    border: 1px solid #fff;
    color: #6B6B7E;
}


.logo-footer {
    max-width: 100%;
    max-height: 5rem;
}

.list-group-custom .list-group-item {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.list-group-custom .list-group-item:last-child {
    border-bottom: none !important;
}

.department-item img {
    height: 300px;
    object-fit: cover;
}

@media screen and (min-width: 1200px) {
    .footer-col-contact {
        width: 20% !important;
    }

    .footer-col-fanpage {
        width: 21.666% !important;
    }
}

.btn-travel {
    background-color: rgba(var(--custom-color-active)) !important;
    border-color: rgba(var(--custom-color-active)) !important;
}

.tab-style-2-link.active + div .btn-secondary {
    background-color: rgba(var(--custom-color-active)) !important;
    border-color: rgba(var(--custom-color-active)) !important;
}

.cursor-pointer{
    cursor: pointer !important;
}

.content-wrapper-custom{
    line-height: 1.6;
}

.content-wrapper-custom h1,
.content-wrapper-custom h2,
.content-wrapper-custom h3,
.content-wrapper-custom h4,
.content-wrapper-custom h5,
.content-wrapper-custom h6,
.content-wrapper-custom .h1,
.content-wrapper-custom .h2,
.content-wrapper-custom .h3,
.content-wrapper-custom .h4,
.content-wrapper-custom .h5,
.content-wrapper-custom .h6{
    font-family: Arial, sans-serif !important;
}


.cus-mess {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 99;
}