/* top menu */
.menu-icon{
    cursor: default;
    display: none;
    position: absolute;
    width: 339px;
    right: -10px;
    top: 120%;
    border-radius: 5px;
    z-index: 1;
    box-shadow: 1px 1px 12px 7px rgb(0 0 0 / 12%);
}

.menu-icon::before {
    content: '';
    position: absolute;
    height: 30px;
    width: 65px;
    right: 0px;
    top: -15px;
}

.menu-icon > li:first-child > span:after{
    content: '';
    position: absolute;
    height: 0;
    width: 10px;
    left: 15em;
    top: -6px;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: #fff;
}

.menu-icon_header {
    border: 1px solid #fff;
    padding: 4px 2px;
}

.menu-icon_header:hover {
     border: 1px solid #1D98CD;
    border-radius: 8px;
    background-color: rgba(29, 152, 205, 0.11);
    cursor: pointer;
}

/* submenu user */
.icon-user:hover .menu-icon {
    display: block;
}

.header-content {
    z-index: 6;
    -webkit-box-shadow: 0px 6px 7px 0px rgba(120,120,120,0.2);
    box-shadow: 0px 6px 7px 0px rgba(120,120,120,0.2);
}

.border-infor {
    border-right: 1px solid #818181 !important;
}
.border-bottom_header {
    border-bottom: 1px solid #d7e0dc !important;
}
.content:hover {
    background-color: rgb(255, 214, 153, .5);
    color: #FFBB56;
}

.nav-item {
    position: relative;
    display: inline-block;
}

.nav-item:hover .dropdown-content{
    display: block;
}

.menu-content a span{
    float: right;
}

.openbtn {
    display:none;
}

.sidebar-mb {
    display:none;
}

/* button register */
.btn-register {
    background-color: #FFBB56 !important;
    border-radius: 5px !important;
    border-color: #FFBB56 !important;
}

/* navbar */
.animenu li, .animenu a {
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
}

.animenu__nav > li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

.animenu__nav > li {
    position: relative;
}

/* sub nav */
#left__dropdown::after, #right__dropdown::after {
    content: '';
    position: absolute;
    height: 0;
    width: 10px;
    left: 4.5em;
    top: -6px;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: rgb(255, 255, 255);
}

#left__dropdown::before, #right__dropdown::before {
    content: '';
    position: absolute;
    height: 10px;
    left: 0;
    right: 0;
    top: -8px;
}

.animenu__nav__dropdown {
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
    transition: margin 0.15s, opacity 0.15s;
    display: block;
    margin-top: 6px !important;
    padding: 10px 0 10px 0;
    border-radius: 10px;
    box-shadow: 1px 1px 12px 7px rgb(0 0 0 / 12%);
}

#left__dropdown.animenu__nav__dropdown {
    padding: 10px 0 110px 0;
}

.animenu__nav__dropdown li, .animenu__nav__dropdown li a {
    width: 100%;
}

.animenu__nav__dropdown li > a:hover {
    background-color: #F4F2F0;
}

/* left dropdown */
#left__dropdown {
    min-width: 220px;
}

/* child - left drowdowm */
.dropdown-content__childen {
    display: none;
    z-index: 3;
    position: absolute;
    left: 212px;
    width: 220px;
    height: 100%;
    top: 0;
    padding: 10px 0;
    border-radius: 0 10px 10px 0;
    box-shadow: 12px 1px 12px 4px rgb(0 0 0 / 12%);
}

.dropdown-content__childen::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 94%;
    border-left: 1px solid #D9D9D9;
}

.menu-content:hover .dropdown-content__childen {
    display: block;
}

.menu-content:hover > .list-group-item:hover {
    background-color: #F4F2F0;
}

.menu-content:hover {
    background-color: #F4F2F0;
}
.menu-header_2 {
    margin-top: 80px;
}

/* scroll menu mobile */
.menu-scroll {
    height: 75vh;
    overflow-y: auto;
}

/* menu in mobile */
@media only screen and (max-width: 992px) {
    .content-top{
        margin-top: 4.4rem;
    }

    .content-header{
        position: absolute;
        top: 50% ;
        left:50%;
        transform: translate(-50%, -50%) !important;
    }

    #mobile-sider{
        display: none;
    }

    .icon-header{
        display:none;
        padding-left: 0 !important;
        margin-left: -600px;
        width: 100% !important;
    }

    .menu-header_2 {
        margin-top: 0;
    }

    #search-header-area {
        width: 91.66666667%;
    }

    #button-header-area {
        width: 8.33333333%;
    }

    .header-text{
        display:none !important;
    }

    /* siderbar */
    .openbtn{
        display:block !important;
    }

    .sidebar-mb {
        display:block !important;
    }

    .sidebar {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 5;
        top: 0;
        right: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.3s;
        padding-top: 60px;
        list-style: none;
    }

    .sidebar a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

    .sidebar a:hover {
        color: #f1f1f1;
    }

    .openbtn {
        font-size: 20px;
        cursor: pointer;
        color: white;
        border: none;
    }

    .show-back-search-mobile {
        display: none;
    }

    .show-back-search-mobile {
        margin-right: 10px;
        font-size: 20px;
    }

    .dropdown .navbar-toggler {
        min-height: 42px;
    }

}

@media only screen and (min-width: 576px) {
    #common-header .container, #ft-web .container {
        max-width: none;
    }
}

@media only screen and (max-width: 576px) {
    #common-header .header-width_icon {
        width: 30px !important;
        height: 30px !important;
    }
    #common-header .logo-zoom {
        zoom: 90%;
    }
    .fs-sp-12{
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 450px) {
    #common-header .logo-zoom {
        zoom: 70%;
    }

    .input__search {
        width: 100% !important;
    }
}

@media only screen and (max-width: 390px) {
    #common-header .logo-zoom {
        zoom: 50%;
    }
}
.w-80{
    width: 80% !important;
}
