﻿/* Common css - chung  */
body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
}

::-webkit-scrollbar {
    width: 6px;
    height: 40px;
}

::-webkit-scrollbar-thumb {
    background: #9a9a9a;
    border-radius: 3px;
}

::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: rgba(43,43,43,0.08);
}

.header-top-content .container, .header-middle-content .container, .header-bottom-content .container {
    display: flex;
    justify-content: space-between;
}

.header-wrap {
    position: relative;
    width: 100%;
}

.header-top-content {
    background-color: #65bd43;
    height: 32px;
}

    .header-top-content .header-top-block, .header-middle-content .header-middle-block, .header-bottom-content .header-bottom-block {
        display: flex;
        align-items: center;
    }

.header-top-block .header-top-item.hotline {
    color: #FFFFFF;
    white-space: nowrap;
}

.header-top-block .header-top-item {
    margin-right: 30px;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: 32px;
    letter-spacing: normal;
}

    .header-top-block .header-top-item.hotline:before {
        background-image: url(/img/icons/phone-head.svg);
        content: "";
        border-radius: 50%;
        border: 1px solid #5abf35;
        padding: 1px 8px;
        background-size: 80% 80%;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 7px;
    }

    .header-top-block .header-top-item.language {
        margin-right: 0;
        text-transform: capitalize;
    }

.header-top-block .header-top-item {
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: 32px;
    letter-spacing: normal;
}

    .header-top-block .header-top-item.language .item-link {
        color: rgba(255,255,255,0.6);
        word-spacing: 2px;
    }

.header-top-item .item-link {
    display: flex;
    align-items: center;
    font-weight: 300;
}

.header-top-block .item-link, .header-top-block .dropdown-item {
    cursor: pointer;
}

    .header-top-block .item-link.icon-vi::before, .header-top-block .dropdown-item.icon-vi::before {
        content: '';
        display: inline-block;
        width: 18px;
        height: 18px;
        background: transparent url(/img/icons/VN.svg) no-repeat center center/100% auto;
        margin-right: 8px;
        vertical-align: middle;
    }

    .header-top-block .item-link.icon-en::before, .header-top-block .dropdown-item.icon-en::before {
        content: '';
        display: inline-block;
        width: 18px;
        height: 18px;
        background: transparent url(/img/icons/EN.svg) no-repeat center center/100% auto;
        margin-right: 8px;
        vertical-align: middle;
    }

.header-top-block .header-top-item.language .item-link:after {
    background-image: url(/img/icons/chevron-forward-head-2.svg);
    border: none;
    width: 16px;
    height: 20px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.header-top-item.language .dropdown-menu {
    top: 0px !important;
    padding: 2px;
    min-width: 137px;
    border-radius: 8px;
    border: none;
    left: 17px !important;
}

    .header-top-item.language .dropdown-menu .dropdown-item, .header-top-item.system .dropdown-menu .dropdown-item {
        padding: 2px 10px 2px 14px;
        font-size: 12px;
        font-weight: 300;
        color: #212529;
        text-transform: capitalize;
        height: 32px;
        line-height: 28px;
    }

.header-middle-content {
    height: 60px;
    background-color: #65bd43;
}

.header-middle-block.logo {
    height: 44px;
    color: #0c0a0f;
}

    .header-middle-block.logo a {
        display: inline-block;
        width: 195px;
        vertical-align: middle;
    }

    .header-middle-block.logo img {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
    }

.header-middle-search .input-group {
    height: 40px;
    border-radius: 8px;
    border: solid 1px #4e69cc;
    background-color: #ffffff;
}

.input-group-prepend {
    margin-right: 0 !important;
}

.header-middle-search .input-group-append {
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-middle-search #btn-search i {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    width: 18px;
    background: transparent url(/img/icons/search.svg) no-repeat center center/100% auto;
}

.header-bottom-content {
    background-color: #17296f;
    color: #f7f7f7;
    height: 40px;
    font-size: 14px;
}

.main-nav, .main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .main-nav .drop-down > a:after {
        content: "\f107";
        font-family: FontAwesome;
        padding-left: 10px;
    }

    .main-nav .drop-down ul {
        display: block;
        position: absolute;
        left: 0;
        top: calc(100% + 30px);
        z-index: 100;
        opacity: 0;
        transition: ease all 0.5s;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 10px rgb(127 137 161 / 25%);
        border-radius: 0.25rem;
        margin-top: 3px;
        padding: 10px;
    }

    .main-nav .drop-down li {
        min-width: 180px;
        position: relative;
        border-bottom: 1px solid #b5b5b5;
    }

    .main-nav .drop-down ul a {
        padding: 6px 10px;
        font-size: 14px;
        color: #212529;
    }

    .main-nav a {
        display: block;
        position: relative;
        color: #fff;
        padding: 4px 6px;
        transition: 0.5s;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
    }

.header-bottom-block-2 .header-bottom-item .user {
    padding-right: 0;
}

.header-bottom-item .item-link {
    color: #f7f7f7;
    font-weight: 700;
    padding: 10px 30px 10px 0;
    display: flex;
}

.header-bottom-block-2 .header-bottom-item .user::after {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: middle;
    margin-left: 5px;
    background: transparent url(/img/icons/chevron-forward-white.svg) no-repeat center/100% auto;
}

.main-nav > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
    color: #fff;
    background-color: #65bd43;
    border-radius: 4px;
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 100;
    opacity: 0;
    transition: ease all 0.5s;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 10px rgb(127 137 161 / 25%);
    border-radius: 0.25rem;
    margin-top: 3px;
    padding: 10px;
}

.main-nav .drop-down li {
    min-width: 180px;
    position: relative;
    border-bottom: 1px solid #b5b5b5;
}

.main-nav .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

a:hover {
    text-decoration: none;
}

.header-middle-search .input-group-prepend .item-link {
    border: none;
}

.header-middle-search .input-group-prepend .item-link {
    height: 38px;
    border-radius: 8px 0 0 8px;
    /* background-color: #f7f7f7; */
    padding: 8px 0px 8px 8px;
    font-size: 14px;
    position: relative;
    /* width: 122px;
    color: #787878; */
}

.header-middle-content .item-link {
    font-weight: 100;
    cursor: pointer;
}

.header-middle-search .form-control {
    height: 38px;
    font-size: 14px;
    font-weight: 300;
    outline: none !important;
    border: none !important;
}

#header-search .dropdown-menu .block-radio input[type=radio] {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
    color: #ffffff;
    border-radius: 0;
}

/*! CSS Used from: https://gaapnow.com/Plugin/desktop/home/header.css */
.ml-text-12 {
    font-size: 12px;
    line-height: 1.67;
    color: #2b2b2b;
}

.ml-text-bold {
    font-weight: 700;
}

:focus {
    outline: none;
}

a {
    color: #1a4bb7;
}

    a:hover {
        text-decoration: none;
    }

.header-bottom-content .header-bottom-block {
    display: flex;
    align-items: center;
}

.header-bottom-item .item-link {
    color: #f7f7f7;
    font-weight: 700;
    padding: 10px 30px 10px 0;
    display: flex;
}

.header-bottom-item.user .item-link:after {
    background-image: url(https://gaapnow.com/img/icons/chevron-forward-head-2.svg);
    border: none;
    width: 16px;
    height: 20px;
}

.header-bottom-item.user .item-link .user-avatar::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 50%;
    border: 1px solid #979797;
}

.header-bottom-item.user .item-link .user-avatar {
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

.header-bottom-item.user .dropdown-menu .user-avatar img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.header-bottom-item.user .dropdown-menu .user-avatar {
    width: 44px;
    height: 44px;
    position: relative;
    margin: 24px auto 0;
    display: block;
}

.header-bottom-item.user .dropdown-menu .user-info-head {
    margin: 13px 15px 0;
    justify-content: center;
}

.header-bottom-item.user .dropdown-menu .email {
    text-align: center;
    margin-top: 2px;
}

.header-bottom-item.user .dropdown-menu .user-info-head .ml-text-12 {
    max-width: 45%;
    white-space: nowrap;
}

.header-bottom-item.user .dropdown-menu .user-info-head .user-name {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.header-bottom-item.user .dropdown-menu .user-info-link {
    margin: 16px 12px;
}

    .header-bottom-item.user .dropdown-menu .user-info-link .link-item {
        display: block;
        height: 32px;
        padding: 6px 28px;
        border-radius: 6px;
        background-color: #f6f8fb;
        margin-bottom: 6px;
        position: relative;
    }

        .header-bottom-item.user .dropdown-menu .user-info-link .link-item::before {
            width: 8px;
            height: 8px;
            background-color: rgba(26,75,183,0.4);
            content: '';
            position: absolute;
            top: 12px;
            left: 10px;
            border-radius: 50%;
        }

        .header-bottom-item.user .dropdown-menu .user-info-link .link-item::after {
            mask: url(https://gaapnow.com/img/icons/arrow-right-gray.svg) no-repeat center center/7px;
            -webkit-mask: url(https://gaapnow.com/img/icons/arrow-right-gray.svg) no-repeat center center/7px;
            background-color: #c4c4c4;
            content: '';
            position: absolute;
            top: 7px;
            right: 8px;
            width: 20px;
            height: 20px;
        }

.header-bottom-item.user .item-link {
    padding: 4px 0;
    align-items: center;
}

    .header-bottom-item.user .item-link span {
        display: inline-block;
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.header-bottom-item.user .dropdown-menu {
    width: 240px;
    border-radius: 8px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.4);
    background-color: #ffffff;
    padding-top: 0;
    top: -2px !important;
    left: 15px !important;
}

    .header-bottom-item.user .dropdown-menu::before {
        position: absolute;
        width: 14px;
        height: 14px;
        background-color: #fff;
        border-radius: 1px;
        top: -7px;
        right: 12px;
        content: '';
        transform: rotate(45deg);
    }

    .header-bottom-item.user .dropdown-menu .logout-item {
        color: #2b2b2b;
        font-size: 12px;
        font-weight: 400;
        text-align: center;
        margin-top: 18px;
        margin-bottom: 4px;
        display: block;
        position: relative;
    }

        .header-bottom-item.user .dropdown-menu .logout-item:before {
            position: absolute;
            background: url(https://gaapnow.com/img/icons/logout.svg) no-repeat center;
            content: "";
            left: 152px;
            right: 2px;
            width: 15px;
            height: 20px;
        }

.header-bottom-item.user .item-link .image-user {
    width: 30px;
    border-radius: 50%;
    height: 30px;
    object-fit: cover;
}

/* Reset screen */
@media (min-width: 1024px) {
    .container {
        max-width: calc(100% - 48px);
    }

    .home-feature-menu {
        width: calc(100% - 48px);
    }
}

@media (min-width: 1150px) {
    .container {
        max-width: calc(100% - 60px);
    }

    .home-feature-menu {
        width: calc(100% - 60px);
    }
}

@media (min-width: 1328px) {
    .container {
        max-width: 1298px;
    }

    .home-feature-menu {
        width: 1298px;
    }
}



/*style css footer gaap*/
.footer {
    background-color: #f0f8ec;
    padding: 2rem max(3.5rem, 1%);
}

    .footer .f_logo {
        margin-bottom: 20px;
    }

.footer-col {
    padding: 0 15px;
}

    .footer-col h4 {
        font-size: 18px;
        text-transform: capitalize;
        margin-bottom: 35px;
        font-weight: 600;
        position: relative;
    }

    .footer-col ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    .footer-col ul li a {
        font-size: 16px;
        text-transform: capitalize;
        text-decoration: none;
        font-weight: 300;
        color: black;
        display: block;
        transition: all 0.3s ease;
    }

        .footer-col ul li a:hover {
            color: #bbbbbb;
            padding-left: 8px;
        }

    .footer-col .social-links a {
        display: flex;
        height: 40px;
        width: 180px;
        background-color: rgba(255,255,255,0.2);
        margin: 0 10px 10px 0;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        color: #ffffff;
        transition: all 0.5s ease;
    }

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Hr-Title {
    border: none;
    border-top: 2px solid #7dbf2b;
}

.footer-footer {
    display: flex;
    align-items: center;
    column-gap: max(1rem,5px);
}

.footer-footer-children_1 {
    flex-basis: 45%;
}

.footer-footer-children_2 {
    flex-basis: 5%;
    font-size: 1.75rem;
    text-align: center;
}

.footer-footer a {
    color: #000;
}

/* icon footer */
.footer-header-children {
    display: flex;
    align-items: center;
}

    .footer-header-children.icon-location::before {
        background: transparent url("/img/icons/footer_location-outline.svg") no-repeat center center/auto 100%;
    }

    .footer-header-children.icon-phone::before {
        background: transparent url("/img/icons/footer_telephone.svg") no-repeat center center/100% auto;
    }

    .footer-header-children.icon-mail::before {
        background: transparent url("/img/icons/footer_mail-outline.svg") no-repeat center center/100% auto;
    }

    .footer-header-children.icon::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 2px;
    }

@media (max-width: 576px) {
    .footer-header {
        flex-direction: column;
        align-items: flex-start;
        row-gap: max(1rem, 10px);
    }

    .footer-header-children {
        flex-basis: 100%;
    }

    .px-5 {
        padding: 0;
    }
}
