#dsk-header .header-main .row .logo {
    width: 100%;
    padding: 0;
}
#dsk-header {
    box-shadow: 1px 2px 2px #00000061;
}
#dsk-header .logo a {
    width: 100%;
}
#dsk-header .logo img {
    width: 100%;
    height: 100px;
    padding: 4px 0;
}
#dsk-header .searchform {
    border-bottom: 1px solid #ddd4d445;
}
.search_contact_header input.searchinput {
    color: #fff;
}
.header-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 50px;
}
#dsk-header .col-menu {
    height: 100%;
    padding: 0;
}
.header-top-center {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding-right: 20px;
    padding-left: 20px;
}
.header-top-right {
    padding-left: 30px;
    padding-right: 20px;
    border-right: 1px solid #ddd;
}
.icon_map {
    padding: 0 6px;
}
.icon_map i {
    color: var(--main_bgr);
    padding-right: 5px;
}
.icon_map a {
    color: var(--title);
    font-size: 15px;
}
.language a {
    color: var(--title);
    font-size: 15px;
}

/* icon dang ky tu van */
.btn_register {
    background: var(--cl-sub);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    border-radius: 30px;
    color: #fff;
    transition: var(--time-hover);
}
.btn_register:hover {
    background: var(--cl-hover);
    transition: var(--time-hover);
}
#popup_register {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease 0s;
}
#popup_register.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
#popup_register .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
}
#popup_register .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    border-radius: 4px;
}
#popup_register .popup_register.about_form:before {
    border-radius: 4px;
}
#popup_register .row {
    margin-left: 0;
    margin-right: 0;
}
#popup_register .about_form .col-form {
    padding-left: 35px !important;
}
#popup_register .about_form .col-form span.wpcf7-not-valid-tip {
    color: red;
}
.btn_closepopup {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 10px 20px;
    border-bottom-left-radius: 16px;
    z-index: 11;
    box-shadow: 1px 2px 1px #b7b7b7;
}
.btn_closepopup:hover {
    background: var(--cl-hover);
    cursor: pointer;
    color: #fff;
}
/* end icon dang ky tu van */

/* menu */
#dsk-header .main-menu {
    background-color: inherit;
    z-index: 5;
    height: 100%;
}
#dsk-header ul.menu > li > a {
    color: var(--main-dark);
    text-transform: capitalize;
}
#dsk-header .main-menu ul > li.current_page_item, #dsk-header .main-menu .current-menu-item {
    background-color: inherit;
}
#dsk-header .main-menu ul.menu > li > a {
    font-weight: 700;
    color: #05224a;
}
#dsk-header .main-menu ul > li.current_page_item > a, #dsk-header .main-menu .current-menu-item > a,
#dsk-header ul.menu li:hover > a {
    color: var(--cl-sub) !important;
}
#dsk-header ul.menu > li {
    border-right: none;
    padding: 0 17px;
}
#dsk-header ul.menu li:hover {
    background-color: inherit;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
/* end-menu  */

/* Menu Fix */
#dsk-header.fix {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
    background: #fff;
    box-shadow: 1px 2px 2px #00000061;
    transition: all 0.5s ease 0s;
}
#dsk-header.fix .logo img {
    height: 75px;
}
/* End Menu Fix */

/* sub-menu  */
#dsk-header ul.sub-menu {
    background-color: #fff;
}
#dsk-header .main-menu ul.menu li a {
    border-right: none;
    padding: 0.6em 0;
}
#dsk-header .main-menu ul.menu li:last-child a {
    border-right: none;
}
#dsk-header .main-menu ul.menu li ul.sub-menu li a {
    color: #414042;
    font-weight: 500;
    border: 1px solid #D4D4D4;
}
#dsk-header ul.sub-menu li {
    width: 217px;
}
#dsk-header .main-menu ul.menu li ul.sub-menu li:hover a {
    color: var(--main_bgr);
}
/* end sub-menu */

/* search form */
#dsk-header .searchform {
    width: 200px;
}
#dsk-header .col-search {
    padding-right: 30px;
}
/* end search */

@media (max-width: 1024px){
    /* BTN DANG KY MOBILE */
    .btn_register-mb {
        font-size: .875rem;
        color: #fff;
        background-color: var(--cl-main);
    }
    #popup_register .content {
        width: 95%;
    }
    #popup_register .about_form .col-form {
        padding-left: 20px !important;
    }
    #mobile-header .mobile_menu_bar, .btn_register-mb {
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
    }
    /* END BTN DANG KY MOBILE */
    .mobile_menu.flex.hide { transition: .5s; }
    .header-top-center {
        border-left: none;
        padding-right: 0;
    }
    .header-menu {
        justify-content: center;
    }
    .container.header-main {
        display: none;
    }
    /* menu mobile */
    .mobile_menu .col_wrapper .menu_container { width: 100%; height: 100%; }
    .close-menu {
        position: absolute;
        top: 5px;
        right: 10px;
        width: 30px;
        height: 30px;
        border-radius: 4px;
        color: #fff;
        background-color: var(--cl-main);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .search_contact_header {
        display: flex;
        align-items: center;
        flex-grow: 1;
    }
    .list_social_header img {
        width: 40px;
        height: 40px;
    }
    .list_social_header svg, .list_social_header i {
        width: 40px;
        height: 40px;
        color: #fff;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    ul.list_social_header {
        padding: 0;
        list-style-type: none;
        display: flex;
        align-items: center;
        margin: 0;
    }
    .search_form {
        width: 100%;
    }
    .search_form input {
        background: inherit;
    }
    .search_form .searchform {
        border: 1px solid #464141c2;
    }
    .search_form i.fas.fa-search {
        color: #9c9090;
    }
    ul.list_social_header li {
        margin-bottom: 0;
        width: auto;
        height: 100%;
        margin-right: 1px;
    }
    ul.list_social_header li a {
        display: block;
        width: auto;
        height: 100%;
        background-color: rgba(255,255,255,.05);
    }
    #mobile-header .mobile_menu_bar_ep {
        padding: 5px 10px 5px 10px;
        background-color: #fff;
        align-items: center;
        display: flex;
        justify-content: space-between;
        position: relative;
        box-shadow: 1px 2px 2px #00000061;
    }
    #mobile-header .logo a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .logo img {
        width: 120px;
        height: 100%;
        object-fit: contain;
    }
    .mobile_menu_bar {
        /*background-color: #121a37!important;*/
        background-color: var(--cl-main)!important;
        color: #fff!important;
        cursor: pointer;
        font-size: .875rem;
        text-align: center;
        /* position: absolute;
        top: 67px;
        right: 21px; */
    }
    .mobile_menu_bar_ep i {
        font-size: 16px;
        padding-right: 0px;
    }
    .contact_mobile_header {
        display: flex;
    }
    .contact_mobile_header span a {
        color: #777;
        font-size: 18px;
    }
    .contact_mobile_header span {
        padding-right: 30px;
    }
    #mobile-header .header-top-right {
        display: flex;
    }
    #mobile-header .widget_shopping_cart {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        padding: 15px;
        background-color: white;
        z-index: 2;
        min-width: 400px;
    }
    #mobile-header #cart-icon:hover .widget {
        display: block;
    }
}

@media (max-width: 768px){
    #popup_register .about_form .col-form {
        padding-left: 30px !important;
    }
    #popup_register .about_form form input {
        width: 95%;
    }
    #popup_register .about_form form textarea {
        width: 98%;
    }
    #popup_register .about_form form input[type="submit"] {
        width: 98%;
        margin-left: 0;
    }
    .mobile_menu_bar_ep.flex .user_header {
        display: none;
    }
    .header-top-right {
        border-right: none;
    }
    .mobile_menu .col_wrapper .menu_container .user_header {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 0;
    }
    #mobile-header .header-top-right {
        padding-left: 17px;
    }
    #mobile-header .contact_mobile_header span {
        padding-right: 23px;
    }
    #mobile-header .header-top-center {
        padding-right: 0;
    }
    
    .mobile_menu_bar_ep i {
        padding-right: 0;
    }
    .container {
        padding: 0 10px;
    }
}

@media (max-width: 640px){
    #popup_register .popup_register.about_form .col-form {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    #popup_register .content {
        top: 49%;
        width: 98%;
    }
    #popup_register .about_form .col-form .heading {
        margin-bottom: 0;
    }
    #popup_register .about_form form input,
    #popup_register .about_form form textarea, #popup_register .about_form form input[type="submit"] {
        width: 100%;
    }
    #popup_register .about_form .col-form {
        padding-left: 10px !important;
        padding-right: 10px;
    }
    .header-top-right {
        padding-right: 0;
    }
    .logo img {
        width: auto;
        height: 85px;
        object-fit: contain;
    }
    .icon_map {
        padding-bottom: 15px;
    }
    #mobile-header .logo {
        width: 221px;
        height: auto;
    }
    #mobile-header .header-top-center {
        display: none;
    }
    #mobile-header .header-top-right {
        padding-left: 25px;
    }
    #mobile-header .contact_mobile_header span { display: none; }
}