

.main_menu {
    background-color: #cccccc;
    height: 70px;
    color: white;
}

.responsive {
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
}

.header_area .navbar {
    height: 70px
}

/*.header_area .navbar .nav .nav-item .nav-link {
        color: white;
    }*/

.header_area.navbar_fixed .main_menu {
    background: #cccccc;
}

.navbar .container {
    background: #698af1;
    height: 70px;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}

.navbar {
    background-color: white !important;
    padding: 5px 15px;
    height: 70px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #333 !important;
    font-weight: normal;
    height: 58px;
    display: flex;
    align-items: center;
    padding: 0px;
    font-size: 14px;
}

    .navbar-dark .navbar-nav .nav-link p {
        margin-top: 0;
        margin-bottom: 0px;
    }

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: #ff9866 !important;
    }

.header_area .navbar .nav .nav-item:hover .nav-link, .header_area .navbar .nav .nav-item.active .nav-link {
    color: #ff9866 !important;
}


.user-drawer {
    height: 92vh;
    background-color: white;
    color: #333;
}

.userForm {
    color: #333;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 20px;
    height: 20px;
}

.footer_area {
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
    background: none repeat scroll 0 0 #5C77D0;
    background-color: #5C77D0 !important;
}

.sub-footer {
    text-align: left;
    color: white;
    font-weight: 500;
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 0px;
}

.name-footer {
    text-align: justify;
    color: white;
    font-weight: 600;
    width: 100%;
    line-height: 25px;
}

.navbar-collapse {
    background-color: #eaf8ff;
}





/*Footer*/

footer {
    position: relative;
    background: none repeat scroll 0 0 #5C77D0;
}

.footer-bottom-area {
    color: #fff;
    padding: 20px 0 20px;
    border-top: 1px solid rgba(197, 192, 192, 0.5);
    padding: 22px 0px 10px;
    display: none;
    position: relative;
    z-index: 2;
    background-color: #5C77D0;
}

.bold {
    font-weight: 600;
}

.footer-bottom-area ul li, .footer-bottom-area .bquyen {
    font-family: 'Montserrat',Roboto,Geneva,Verdana,sans-serifto,Geneva,Verdana,sans-serif;
}

.footer-bottom-area ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .footer-bottom-area ul > li {
        line-height: 25px;
    }

    .footer-bottom-area ul li.li-icon {
        position: relative;
        font-size: 14px;
    }

        .footer-bottom-area ul li.li-icon i.dk-fa {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            margin: auto;
            margin-top: 6px;
        }

    .footer-bottom-area ul li.li-arrow {
        position: relative;
        padding-left: 12px;
        font-size: 14px;
    }

        .footer-bottom-area ul li.li-arrow a {
            text-decoration: none;
            color: #fff;
        }

            .footer-bottom-area ul li.li-arrow a:hover {
                text-decoration: underline;
                cursor: pointer;
            }

        .footer-bottom-area ul li.li-arrow i.dk-arrow {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            height: 15px;
            margin: auto;
        }


#button {
    display: none;
    background-color: #FF9800;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 6px;
    margin: 25px;
    position: fixed;
    bottom: 12px;
    right: 70px;
    transition: background-color .3s;
    z-index: 1000;
    background-color: #0a5cae !important;
    background-image: none;
    color: white;
}

.section_gap {
    padding: 15px 0;
}

#detail-feature img {
    width: 100% !important;
    height: 100% !important;
}

#detail-feature table {
    width: 100% !important;
}

#carouselExampleControls {
    padding-top: 70px;
}

@media only screen and (min-width: 568px) {
    .navbar-collapse {
        background-color: white !important;
        top: 58px;
        margin-left: -16px;
        width: 100%;
        position: absolute;
    }
}

@media (min-width: 575px) {
    #carouselExampleControls {
        padding-top: 70px;
    }

    .user-drawer {
        width: 100vw !important;
    }

    #detail-feature img {
        width: 100% !important;
        height: 100% !important;
    }

    #detail-feature table {
        width: 100% !important;
    }

    a .navbar-brand {
        margin-left: 15px;
    }

    .navbar-toggler span {
        width: 20px;
        height: 3px;
        margin-bottom: 3px;
    }

    .navbar-toggler[aria-expanded="true"] span:last-child {
        transform: rotate(45deg);
        bottom: 4px;
        position: relative;
    }

    .footer-bottom-area .bold {
        padding-top: 2em;
    }
}

@media (min-width: 768px) {
    .navbar-collapse {
        background-color: white !important;
        top: 58px;
        margin-left: -16px;
        width: 100% !important;
        position: initial !important;
    }

    header img {
        left: 1em !important;
        min-height: 45px;
        position: fixed;
        top: 5px;
        left: 1.5em;
        object-fit: contain;
    }
}

@media (max-width: 991px) {
    .navbar .container {
        padding-left: 15px;
        padding-right: 15px;
        background: #698af1 !important;
        height: auto;
    }

    .main_menu {
        background-color: #cccccc;
        height: auto;
        color: white;
    }

    .navbar {
        background-color: #698af1 !important;
        height: 70px;
    }

    #carouselExampleControls {
        /* padding-top: 105px; */
    }

    .navbar-collapse {
        background-color: #698af1 !important;
        top: 58px;
        margin-left: -16px;
        width: 100%;
        position: absolute;
    }

    header img {
        min-height: 45px;
        position: absolute;
        top: 5px;
        left: calc(50% - 50px);
    }

    .navbar-dark .navbar-toggler {
        color: rgba(255, 255, 255, 0.5);
        border-color: rgba(255, 255, 255, 0.1);
        position: absolute;
        top: -3px;
        padding-left: 0.5em;
        width: 2em;
        right: 1em;
    }

    .navbar-nav.navbar-nav-menu-site {
        margin-top: 0px;
        /* width: 100%; */
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #fff !important;
        font-family: 'Montserrat',Roboto,Geneva,Verdana,sans-serif;
        font-size: 12px;
        font-weight: normal;
        display: inline-flex;
        height: 45px;
        padding-right: 1px;
        padding-left: 4px;
    }

    .navbar-dark .navbar-toggler-icon {
        background-color: white;
    }
}

@media only screen and (max-width: 375px) {
    .navbar-collapse {
        background-color: #698af1 !important;
        position: absolute;
        top: 58px;
        margin-left: -16px;
        width: 100%;
    }

    .navbar-nav.navbar-nav-menu-site {
        margin-top: 0px;
    }

    header img {
        min-height: 45px;
        position: absolute;
        top: 10px;
        left: calc(50% - 36px);
    }

    #carouselExampleControls {
        padding-top: 58px
    }
}
