﻿.row.row-gutter-10 {
    margin-left: -5px;
    margin-right: -5px
}

    .row.row-gutter-10 > [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px
    }

.row.row-gutter-20 {
    margin-left: -10px;
    margin-right: -10px
}

    .row.row-gutter-20 > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px
    }

.row.row-noGutter {
    margin-left: 0;
    margin-right: 0
}

.row.row-noGutter-2 {
    margin-left: 0px;
    margin-right: 0px
}

    .row.row-noGutter-2 > [class*="col-"] {
        padding-left: 0px;
        padding-right: 0px
    }

.row.row-noGutter-75 {
    margin-left: -7.5px;
    margin-right: -7.5px
}

    .row.row-noGutter-75 > [class*="col-"] {
        padding-left: 7.5px;
        padding-right: 7.5px
    }

.row.row-noGutter-12 {
    margin-left: -10px;
    margin-right: -10px
}

@media (max-width: 767px) {
    .row.row-noGutter-12 {
        margin-left: 0px;
        margin-right: 0px
    }
}

.row.row-noGutter-12 > [class*="col-"] {
    padding-left: 6px;
    padding-right: 6px
}

@media (max-width: 767px) {
    .row.row-noGutter-12 > [class*="col-"] {
        padding-left: 0px;
        padding-right: 0px
    }
}

@media (max-width: 1199px) {
    .row.row-noGutter-fix {
        margin-left: -10px;
        margin-right: -10px
    }

        .row.row-noGutter-fix > [class*="col-"] {
            padding-left: 5px;
            padding-right: 5px
        }
}

.title-h {
    font-size: 16px !important;
    text-transform: none;
    color: #5a5a5a;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid #e9edf5;
    height: 45px !important
}

    .title-h:before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 20%;
        height: 2px;
        background: #ff007a
    }

    .title-h a {
        color: #5a5a5a
    }

.title_center_page {
    font-size: 24px;
    font-weight: bold;
    color: #5a5a5a
}

@media (max-width: 991px) {
    .title_center_page {
        text-align: center
    }
}

.title_base_h {
    font-size: 30px !important;
    font-family: "Roboto",sans-serif;
    font-weight: bold;
    line-height: normal;
    margin-top: 0px
}

.title_full {
    width: 100%;
    float: left;
    text-align: left
}

    .title_full .title_page {
        font-weight: 700;
        font-size: 36px;
        line-height: 50px;
        font-family: "Roboto",sans-serif;
        color: #fff;
        margin: 0
    }

@media (max-width: 480px) {
    .title_full .title_page {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px
    }
}

.title_full .title_page.large {
    font-size: 60px;
    line-height: 68px
}

.background_breadcrumb_all {
    background-size: cover;
    background-position: center top;
    padding: 25px 0px;
    background-repeat: no-repeat;
    min-height: 750px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    float: left;
    flex-flow: column
}

.breadcrumb_background {
    background-image: url("//bizweb.dktcdn.net/100/374/881/themes/748527/assets/bg_breadcrumb.jpg?1577761710803");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 175px;
    width: 100%;
    float: left;
    padding-top: 50px
}

    .breadcrumb_background .title-head-page {
        font-size: 30px;
        font-weight: 500;
        color: #fff;
        line-height: 34px;
        margin: 0px
    }

.breadcrumb_nobackground {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px !important
}

    .breadcrumb_nobackground .bread-crumb {
        display: block;
        width: 100%;
        background: #fff
    }

        .breadcrumb_nobackground .bread-crumb .breadcrumb {
            margin: 0;
            font-size: 14px;
            padding: 15px 0;
            border-radius: 0;
            text-align: left
        }

            .breadcrumb_nobackground .bread-crumb .breadcrumb li a span {
                color: #fff
            }

            .breadcrumb_nobackground .bread-crumb .breadcrumb li .mr_lr {
                color: #fff
            }

.bread-crumb {
    background: transparent;
    margin-bottom: 0px
}

@media (max-width: 767px) {
    .bread-crumb {
        margin-bottom: 0px
    }
}

.bread-crumb .title-page {
    padding: 25px 0px 10px
}

    .bread-crumb .title-page .title-head-page {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        line-height: 24px
    }

.breadcrumb {
    font-family: "Roboto",sans-serif;
    margin: 0;
    font-size: 14px;
    padding: 0px;
    border-radius: 0;
    font-weight: 400;
    line-height: 24px;
    background-color: transparent;
    width: 100%;
    text-align: left
}

    .breadcrumb li {
        display: inline
    }

        .breadcrumb li > a {
            color: #fff
        }

            .breadcrumb li > a > span {
                color: #fff
            }

        .breadcrumb li .mr_lr {
            padding: 0px;
            color: #fff
        }

        .breadcrumb li span {
            display: inline;
            color: #fff
        }

            .breadcrumb li span .fa {
                color: #fff;
                padding: 0px 5px
            }

        .breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong {
            color: #ff007a;
            font-weight: 400;
            text-decoration: none
        }

            .breadcrumb li a:hover span, .breadcrumb li.active span, .breadcrumb li strong span {
                color: #ff007a
            }

    .breadcrumb > li + li:before {
        display: none
    }

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-radius: 50%
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-radius: 50%
}

.nav_pagi {
    margin: 20px 0px
}

    .nav_pagi .pagination {
        display: inline-block;
        position: relative;
        z-index: 999;
        padding: 0 0px;
        margin: 0
    }

        .nav_pagi .pagination .page-link {
            float: left;
            margin: 0px 3px;
            border-radius: 50%;
            width: 30px;
            background: transparent;
            text-align: center;
            height: 30px;
            font-size: 14px;
            padding: 0;
            line-height: 30px;
            color: #333;
            text-decoration: none;
            border: 1px solid #ebebeb
        }

@media (max-width: 375px) {
    .nav_pagi .pagination .page-link {
        width: 27px;
        height: 27px;
        line-height: 27px
    }
}

.nav_pagi .pagination .page-link.page-db {
    width: auto;
    padding: 0 20px
}

.nav_pagi .pagination .page-link:hover {
    background-color: #ff007a;
    color: #fff
}

.nav_pagi .pagination .page-item.disabled .page-link {
    border: 0;
    display: none
}

.nav_pagi .pagination .page-item.active .page-link {
    background-color: #ff007a;
    border-color: #ff007a;
    color: #fff;
    display: block
}

.contact_now {
    float: left;
    width: 100%;
    display: block;
    margin-top: 7px
}

.header-block-item {
    float: left;
    height: 35px;
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 35px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-block-item {
        padding-right: 13px;
        font-size: 11px
    }
}

.header-block-item:last-child {
    padding-right: 0px
}

.header-block-item .icon {
    display: inline-block;
    width: 40px;
    float: left
}

.header-block-item .info {
    width: calc(100% - 32px);
    -o-width: calc(100% - 32px);
    -moz-width: calc(100% - 32px);
    -webkit-width: calc(100% - 32px);
    display: inline-block;
    float: left;
    margin-left: 10px;
    line-height: 19px
}

    .header-block-item .info p {
        margin: 0;
        line-height: normal;
        color: #8d90a6;
        font-size: 13px
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .header-block-item .info p {
        font-size: 12px
    }
}

.header-block-item .info p a {
    color: #ff007a;
    font-weight: bold
}

    .header-block-item .info p a:hover {
        color: #5a5a5a
    }

.header-block-item .info p b {
    color: #ff007a
}

.header {
    z-index: 1000;
    float: left;
    width: 100%;
    background: transparent
}

@media (min-width: 992px) {
    .header.header_homepage {
        position: absolute;
        top: 0;
        left: 0
    }
}

@media (min-width: 1200px) {
    #menu-overlay {
        background: rgba(0,0,0,0.5);
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 999;
        display: none
    }

        #menu-overlay.reveal {
            display: block
        }
}

.wrap_top_bar {
    float: left;
    width: 100%;
    border-bottom: 1px solid;
    border-bottom-color: rgba(255,255,255,0.2)
}

.topbar {
    height: 50px;
    line-height: 50px;
    float: left;
    width: 100%
}

    .topbar .topbar_left {
        font-size: 15px;
        font-family: "Roboto",sans-serif
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .topbar .topbar_left {
        font-size: 14px
    }
}

.topbar .topbar_left ul {
    padding: 0px;
    margin: 0px
}

.topbar .topbar_left .item {
    display: inline-block
}

.topbar .topbar_left li {
    font-size: 15px;
    display: inline-block;
    color: #fff
}

@media (min-width: 992px) and (max-width: 1199px) {
    .topbar .topbar_left li {
        font-size: 14px
    }
}

.topbar .topbar_left li:hover a {
    color: #ff007a
}

.topbar .topbar_left li:first-child {
    margin-right: 12px
}

@media (max-width: 767px) {
    .topbar .topbar_left li:first-child {
        margin-right: 0px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        text-align: center
    }
}

.topbar .topbar_left li:nth-child(2) {
    margin-right: 0px
}

.topbar .topbar_left li b {
    color: #5a5a5a
}

.topbar .topbar_left li a {
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

@media (max-width: 767px) {
    .topbar .topbar_left li a {
        font-size: 16px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .topbar .topbar_left li a {
        font-size: 13px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .topbar .topbar_left li a {
        font-size: 13px
    }
}

.topbar_right {
    font-size: 15px
}

@media (min-width: 768px) and (max-width: 991px) {
    .topbar_right.top-cart-contain {
        position: absolute;
        right: 15px;
        bottom: 0px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .topbar_right {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .topbar_right {
        position: absolute;
        right: 15px;
        bottom: 0
    }
}

@media (max-width: 767px) {
    .topbar_right .list-inline {
        float: right !important;
        display: inline-block
    }
}

.topbar_right .ul-account {
    padding: 0px;
    padding-top: 15px;
    margin: 0px
}

    .topbar_right .ul-account .login_content {
        height: 50px;
        float: left;
        position: relative
    }

@media (max-width: 767px) {
    .topbar_right .ul-account .login_content {
        float: none
    }
}

.topbar_right .ul-account .login_content:hover ul {
    display: block
}

.topbar_right .ul-account .login_content a img {
    width: 35px;
    height: 35px;
    margin-right: 25px
}

.topbar_right .ul-account .login_content a .gavatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #ff007a
}

.topbar_right .ul-account .login_content ul {
    position: absolute;
    top: 45px;
    right: -50px;
    min-width: 186px;
    border: 1px solid #efefef;
    background: #fff;
    margin: 0;
    padding: 8px 10px;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.18);
    z-index: 999;
    border-radius: 3px;
    display: none
}

@media (max-width: 374px) {
    .topbar_right .ul-account .login_content ul {
        right: 30px
    }
}

@media (min-width: 375px) and (max-width: 414px) {
    .topbar_right .ul-account .login_content ul {
        right: 50px
    }
}

@media (min-width: 425px) and (max-width: 543px) {
    .topbar_right .ul-account .login_content ul {
        right: 70px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .topbar_right .ul-account .login_content ul {
        right: -50px
    }
}

.topbar_right .ul-account .login_content ul:before {
    border: 9px solid transparent;
    border-bottom: 9px solid #fff;
    bottom: 100%;
    right: 82px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.topbar_right .ul-account .login_content ul li {
    float: none;
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
    margin-left: 0px;
    font-family: "Roboto",sans-serif;
    font-size: 14px
}

    .topbar_right .ul-account .login_content ul li:nth-child(1) {
        background: #ff007a;
        margin-bottom: 10px;
        border: 1px solid transparent
    }

        .topbar_right .ul-account .login_content ul li:nth-child(1) a {
            color: #fff
        }

        .topbar_right .ul-account .login_content ul li:nth-child(1):hover {
            border: 1px solid #ff007a;
            background: #fff
        }

            .topbar_right .ul-account .login_content ul li:nth-child(1):hover a {
                color: #ff007a
            }

    .topbar_right .ul-account .login_content ul li:nth-child(2) {
        background: #7b8395;
        border: 1px solid transparent
    }

        .topbar_right .ul-account .login_content ul li:nth-child(2) a {
            color: #fff
        }

        .topbar_right .ul-account .login_content ul li:nth-child(2):hover {
            border: 1px solid #7b8395;
            background: #fff
        }

            .topbar_right .ul-account .login_content ul li:nth-child(2):hover a {
                color: #7b8395
            }

    .topbar_right .ul-account .login_content ul li a {
        font-size: 13px;
        font-weight: 700;
        display: block;
        color: #5a5a5a;
        margin: 0
    }

.topbar_right li {
    font-size: 15px;
    margin-left: 15px
}

@media (min-width: 768px) and (max-width: 991px) {
    .topbar_right li {
        font-size: 12px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .topbar_right li {
        font-size: 13px
    }
}

.topbar_right .top-cart-contain {
    padding: 0 15px 0 50px
}

@media (max-width: 767px) {
    .topbar_right .top-cart-contain {
        padding: 0px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .topbar_right .top-cart-contain {
        padding: 0 0 0 30px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .topbar_right .top-cart-contain {
        padding: 0 0 0 15px
    }
}

.topbar_right .top-cart-contain .cart_header:hover .img_hover_cart {
    color: #5a5a5a
}

.topbar_right .top-cart-contain .cart_header:hover .content_cart_header .bg_cart {
    color: #5a5a5a
}

.topbar_right .top-cart-contain .cart_header:hover .content_cart_header span {
    color: #5a5a5a
}

.topbar_right .top-cart-contain .img_hover_cart {
    width: 20px;
    display: inline-block;
    float: left;
    color: #ff007a
}

    .topbar_right .top-cart-contain .img_hover_cart .icon_hotline {
        float: left;
        position: relative;
        padding-bottom: 2px
    }

    .topbar_right .top-cart-contain .img_hover_cart .count_item {
        position: absolute;
        right: -11px;
        top: -10px;
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        background: #ff007a;
        border-radius: 50%;
        font-family: "Roboto",sans-serif
    }

@media (max-width: 991px) {
    .topbar_right .top-cart-contain .img_hover_cart .count_item {
        top: 24px
    }
}

.header_search {
    margin-right: 0px;
    width: 60px;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    float: right;
    margin-top: 12px
}

    .header_search input {
        float: right;
        background: none;
        border: none !important;
        padding-right: 40px;
        color: #333
    }

        .header_search input::-webkit-input-placeholder {
            color: #333
        }

        .header_search input::-moz-placeholder {
            color: #333
        }

        .header_search input:-ms-input-placeholder {
            color: #333
        }

    .header_search .input-group-btn {
        position: absolute;
        right: 0;
        top: -14px;
        width: 30px
    }

        .header_search .input-group-btn .fas {
            font-size: 18px;
            color: #ff007a
        }

    .header_search .input-group {
        width: 100%;
        margin-bottom: 0
    }

    .header_search button {
        padding: 0;
        width: 45px;
        background: transparent
    }

        .header_search button img {
            margin-top: 6px
        }

@media (min-width: 1400px) {
    .header_search:hover {
        width: 200px
    }

        .header_search:hover:after {
            display: none
        }
}

@media (max-width: 991px) {
    .header-main .nav-mobile-button {
        top: 30px;
        width: 40px;
        left: 15px;
        position: absolute;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        z-index: 1000;
    }

        .header-main .nav-mobile-button .fas {
            font-size: 30px;
            color: #fff
        }
}

.header-main .media_item .media-body h4 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0
}

.header-main .media_item .media-body span {
    font-size: 13px;
    text-transform: none;
    color: #333
}

.header-main .media_item ion-icon {
    font-size: 42px
}

    .header-main .media_item ion-icon.icon_1 {
        color: #ff007a
    }

    .header-main .media_item ion-icon.icon_2 {
        color: #ff007a
    }

.menu_search_mobi {
    display: block;
    float: left;
    width: 100%;
    position: relative
}

    .menu_search_mobi .search_button_mobile {
        display: block;
        float: left;
        position: absolute;
        right: 15px;
        z-index: 9999;
        top: -72px
    }

        .menu_search_mobi .search_button_mobile .icon-fallback-text {
            float: right;
            display: inline-block;
            width: 40px;
            height: 20px;
            line-height: 20px;
            background: transparent;
            text-align: center;
            margin: 0 auto;
            align-items: center;
            justify-content: center;
            display: flex
        }

            .menu_search_mobi .search_button_mobile .icon-fallback-text .fas {
                font-size: 18px;
                color: #ff007a
            }

    .menu_search_mobi .nav-mobile-button {
        top: 56%;
        position: absolute;
        display: inline-block;
        float: left;
        height: 30px;
        width: unset;
        text-transform: uppercase;
        font-size: 15px;
        color: #5a5a5a
    }

        .menu_search_mobi .nav-mobile-button .fas {
            font-size: 18px;
            padding-right: 10px
        }

    .menu_search_mobi .search_mobile .icon-fallback-text {
        float: right;
        display: inline-block;
        width: 43px;
        height: 43px;
        line-height: 43px;
        background: #fff;
        border: 1px dashed #d7d7d7;
        border-radius: 50%;
        text-align: center;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        display: flex
    }

        .menu_search_mobi .search_mobile .icon-fallback-text .fas {
            font-size: 15px
        }

@media (max-width: 991px) {
    .searchboxlager .searchfromtop {
        z-index: 3;
        display: none;
        border-radius: 0px;
        z-index: 999999;
        position: absolute;
        top: 100%;
        right: 0px;
        width: 100%;
        float: right !important;
        margin-right: 0px;
        margin-left: 0px
    }

        .searchboxlager .searchfromtop form {
            margin-bottom: 0px
        }

            .searchboxlager .searchfromtop form input {
                border-right: 0;
                border-left: 0;
                border-radius: 0px;
                padding: 0px 20px;
                margin-bottom: 0px;
                box-shadow: 0 0 15px -5px rgba(0,0,0,0.4);
                height: 45px;
                line-height: 45px
            }

                .searchboxlager .searchfromtop form input:focus {
                    outline: none;
                    box-shadow: none
                }

                .searchboxlager .searchfromtop form input::-webkit-input-placeholder {
                    color: #5a5a5a
                }

                .searchboxlager .searchfromtop form input::-moz-placeholder {
                    color: #5a5a5a
                }

                .searchboxlager .searchfromtop form input:-ms-input-placeholder {
                    color: #5a5a5a
                }
}

.mid-header {
    float: left;
    width: 100%;
    background: transparent;
}

@media (min-width: 992px) {
    .mid-header.sticked {
        position: fixed;
        z-index: 9999;
        top: 0 !important;
        margin-top: 0;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
        background: #FFFFFF;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 991px) {
    .mid-header {
        padding: 0
    }
}

.mid-header .content_header {
    position: relative
}

    .mid-header .content_header .product-mini-lists .item_small {
        border-bottom: none
    }

        .mid-header .content_header .product-mini-lists .item_small .product-mini-item {
            padding: 0px;
            display: flex;
            align-items: center;
            justify-content: center
        }

        .mid-header .content_header .product-mini-lists .item_small .product-info {
            margin-top: 15px
        }

            .mid-header .content_header .product-mini-lists .item_small .product-info h3 {
                font-size: 14px !important
            }

            .mid-header .content_header .product-mini-lists .item_small .product-info .price-box {
                margin: 3px 0 0 0
            }

    .mid-header .content_header .header-left {
        float: left
    }

@media (max-width: 991px) {
    .mid-header .content_header .header-left {
        position: absolute;
        top: -10px;
        right: 0px;
        padding-top: 0px
    }
}

.mid-header .content_header .header-left .header-block-item {
    float: left;
    height: 45px;
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 35px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mid-header .content_header .header-left .header-block-item {
        padding-right: 22px;
        font-size: 11px
    }
}

.mid-header .content_header .header-left .header-block-item:last-child {
    padding-right: 0px
}

.mid-header .content_header .header-left .header-block-item .ion_1 {
    color: #ff007a
}

.mid-header .content_header .header-left .header-block-item .ion_2 {
    color: #ff007a
}

.mid-header .content_header .header-left .header-block-item ion-icon {
    font-size: 46px;
    float: left;
    display: inline-block
}

.mid-header .content_header .header-left .header-block-item .info {
    width: calc(100% - 32px);
    -o-width: calc(100% - 32px);
    -moz-width: calc(100% - 32px);
    -webkit-width: calc(100% - 32px);
    display: inline-block;
    float: left;
    margin-left: 15px;
    line-height: 25px
}

    .mid-header .content_header .header-left .header-block-item .info strong {
        font-size: 15px;
        text-transform: uppercase;
        padding-bottom: 5px
    }

    .mid-header .content_header .header-left .header-block-item .info a {
        font-size: 15px;
        font-weight: bold
    }

    .mid-header .content_header .header-left .header-block-item .info p {
        margin: 0;
        line-height: normal;
        color: #8d90a6
    }

        .mid-header .content_header .header-left .header-block-item .info p a {
            color: #ff007a;
            font-weight: bold
        }

            .mid-header .content_header .header-left .header-block-item .info p a:hover {
                color: #5a5a5a
            }

        .mid-header .content_header .header-left .header-block-item .info p b {
            color: #ff007a
        }

.mid-header .content_header .header-right {
    position: relative;
    float: right
}

@media (max-width: 991px) {
    .mid-header .content_header .header-right {
        float: left;
        width: 100%
    }
}

.mid-header .content_header .header-right .hotline_dathang {
    width: 165px;
    float: left;
    padding: 15px 0
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mid-header .content_header .header-right .hotline_dathang {
        width: 151px
    }
}

@media (max-width: 767px) {
    .mid-header .content_header .header-right .hotline_dathang {
        position: absolute;
        top: 0;
        left: 0
    }
}

.mid-header .content_header .header-right .hotline_dathang .content_hotline {
    line-height: 17px;
    margin-top: 4px;
    padding-left: 40px
}

    .mid-header .content_header .header-right .hotline_dathang .content_hotline a {
        color: #fff;
        font-weight: bold;
        display: block
    }

        .mid-header .content_header .header-right .hotline_dathang .content_hotline a:hover {
            color: #ffba00
        }

    .mid-header .content_header .header-right .hotline_dathang .content_hotline span {
        color: #ffdada;
        font-size: 12px
    }

.mid-header .header_search_ .input-group-field {
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    border-right: none;
    padding: 0 0 0 20px
}

.mid-header .header_search_ .icon-fallback-text {
    background: transparent;
    border: 1px solid #ddd;
    border-left: none
}

    .mid-header .header_search_ .icon-fallback-text .fa-search {
        font-size: 17px
    }

.deal_style {
    padding: 0px
}

.wrap_time {
    width: 100%;
    display: inline-block;
    position: relative
}

    .wrap_time .time {
        color: #ff007a;
        font-size: 20px
    }

        .wrap_time .time div {
            width: 66px;
            height: 66px;
            z-index: 199;
            background: #ff8fc4;
            border-radius: 50%;
            text-align: center;
            line-height: 66px;
            font-size: 21px;
            color: #fff;
            display: inline-block;
            float: left
        }

@media (min-width: 992px) and (max-width: 1199px) {
    .wrap_time .time div {
        width: 59px;
        height: 59px;
        line-height: 59px;
        font-size: 20px
    }
}

.wrap_time .time span {
    background: #ff007a;
    display: inline-block;
    border-radius: 50%;
    width: 57px;
    height: 57px;
    margin: 4px;
    line-height: 40px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .wrap_time .time span {
        width: 50px;
        height: 50px;
        line-height: 34px
    }
}

.wrap_time .time span p {
    display: block;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    line-height: 0
}

@media (min-width: 992px) and (max-width: 1199px) {
    .wrap_time .time span p {
        font-size: 11px
    }
}

.logo {
    display: inline-block;
    margin-top: 0px;
    justify-content: left !important
}

    .logo a img {
        width: 100%;
    }

@media (max-width: 767px) {
    .logo a img {
        width: 150px
    }
}

header nav .nav {
    position: relative
}

header nav .nav-item {
    float: left;
    position: relative;
    margin-right: 20px
}

    header nav .nav-item.has-mega {
        position: static !important
    }

    header nav .nav-item > a {
        line-height: 32px;
        color: #fff
    }

        header nav .nav-item > a:hover {
            color: white;
        }

    header nav .nav-item > .fa {
        color: #fff;
        right: 0;
        top: 33px
    }

    header nav .nav-item .nav-item-lv2 {
        padding: 0 10px
    }

    header nav .nav-item .nav-item-lv3 {
        padding: 0 10px
    }

    header nav .nav-item:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
        border-radius: 0;
        z-index: 9999
    }

    header nav .nav-item:hover > .mega-content {
        display: block
    }

    header nav .nav-item li.dropdown-submenu {
        position: relative
    }

        header nav .nav-item li.dropdown-submenu .dropdown-menu {
            left: 100%;
            top: 0
        }

        header nav .nav-item li.dropdown-submenu:hover > .dropdown-menu {
            display: block;
            right: 100%;
            border-radius: 0
        }

.wrap_main {
    display: block;
    float: left;
    width: 100%;
    height: 65px;
    line-height: 65px
}

    .wrap_main .contact_now {
        font-size: 14px;
        padding: 0 20px
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .wrap_main .contact_now {
        font-size: 13px
    }
}

.wrap_main .textwidget {
    float: left;
    display: inline-block;
    padding-left: 30px
}

    .wrap_main .textwidget .button_contact {
        background: #ff007a;
        padding: 20px 30px;
        color: #fff;
        font-weight: bold;
        font-size: 16px
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .wrap_main .textwidget .button_contact {
        padding: 20px 20px;
        font-size: 14px
    }
}

.wrap_main .textwidget .button_contact:hover {
    color: #ff007a
}

.wrap_main .textwidget .button_contact .fas {
    padding-right: 5px;
    font-size: 16px;
    color: #ff007a
}

.col-mega {
    float: left;
    height: 0px
}

.menu_mega {
    position: relative
}

    .menu_mega .title_menu {
        padding: 0px 20px;
        position: relative;
        height: 55px;
        line-height: 55px;
        background: #ffba00;
        color: #fff
    }

        .menu_mega .title_menu .title_ {
            font-size: 18px;
            font-weight: 700;
            color: #fff;
            text-transform: none;
            line-height: 55px;
            display: block;
            padding-left: 30px
        }

@media (max-width: 1199px) {
    .menu_mega .title_menu .title_ {
        font-size: 15px
    }
}

.menu_mega .title_menu .nav_button {
    position: absolute;
    left: 20px;
    top: 0
}

    .menu_mega .title_menu .nav_button span {
        font-size: 18px;
        float: right
    }

.menu_mega:hover .list_menu_header {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end
}

.home_icon_mn .a-img {
    line-height: 52px
}

.bg-header-nav .header-nav > ul.item_big {
    text-align: left;
    margin: 0;
    padding: 0
}

    .bg-header-nav .header-nav > ul.item_big > li.nav-item {
        font-weight: 400;
        display: inline-block;
        float: none;
        position: relative;
        margin-right: 0px;
        margin-left: 1px
    }

        .bg-header-nav .header-nav > ul.item_big > li.nav-item > a {
            display: block;
            text-align: left;
            padding: 0px 25px;
            font-size: 14px;
            height: 60px;
            line-height: 60px;
            position: relative;
            text-decoration: none;
            color: #A1D9FF;
            font-style: normal;
            font-weight: 500;
        }

@media (min-width: 992px) and (max-width: 1199px) {
    .bg-header-nav .header-nav > ul.item_big > li.nav-item > a {
        font-size: 13px;
        padding: 0 8px
    }
}

.bg-header-nav .header-nav > ul.item_big > li.nav-item > a > i {
    margin-left: 10px
}

.bg-header-nav .header-nav > ul.item_big > li.nav-item:hover > a {
    color: white;
}

.bg-header-nav .header-nav > ul.item_big > li.nav-item:hover > ul {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end
}

.bg-header-nav .header-nav > ul.item_big > li.nav-item .item_small {
    border-bottom: none;
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    position: absolute;
    top: 99%;
    left: 0px;
    width: 200px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 1px 11px 0px rgba(0,0,0,0.2);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%
}

.bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li {
    float: none;
    padding: 0 20px
}

    .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li:last-child > a {
        border-bottom: 0
    }

    .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li:hover > ul {
        display: block;
        position: absolute;
        width: 200px;
        padding: 0;
        background-color: #fff;
        z-index: 99;
        box-shadow: 0 1px 11px 0px rgba(0,0,0,0.2)
    }

    .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li a {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        display: block;
        padding: 12px 10px 12px 0px;
        color: #5a5a5a;
        position: relative;
        border-bottom: solid 1px #f4f4f4;
        text-align: left
    }

        .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li a:hover {
            color: #ff007a
        }

        .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li a i {
            position: absolute;
            right: -10px;
            padding: 0px 10px;
            top: 0;
            line-height: 49px
        }

    .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li ul {
        display: none;
        left: 200px;
        top: 0px
    }

.bg-header-nav .header-nav > ul.item_big > li.nav-item > ul > li:hover > a {
    color: #ff007a
}

.bg-header-nav .header-nav > ul.item_big > li.active > a {
    color: white;
}

.bg-header-nav .header-nav ul li ul a.text2line:hover {
    color: #ff007a !important;
    background: transparent !important
}

.bg-header-nav .header-nav li li {
    position: relative
}

#nav-mobile {
    z-index: 999
}

.header-nav ul .nav-item.has-mega {
    position: static;
    height: 50px;
    margin-left: 1px
}

.header-nav ul .nav-item:hover > .mega-content {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end
}

.header-nav ul .nav-item .a-img span.menu-label {
    position: absolute;
    text-transform: uppercase;
    top: -12px;
    background: #ff007a;
    display: inline;
    padding: 4px 8px;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    right: 23px;
    line-height: normal;
    letter-spacing: 1px
}

    .header-nav ul .nav-item .a-img span.menu-label:after {
        border-color: #ff007a transparent transparent transparent;
        border-width: 6px 7px 0 6px;
        right: 12px;
        top: 90%;
        border-style: solid;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transitio: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 0;
        z-index: 100
    }

.header-nav .mega-content {
    background: #fff;
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    box-shadow: 0 1px 11px 0px rgba(0,0,0,0.2);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    margin: 0;
    padding: 30px 20px 25px 15px;
    position: absolute;
    top: 100%;
    left: 15px;
    z-index: 99;
    width: 1140px;
    border: none;
    text-align: left
}

@media (max-width: 1199px) {
    .header-nav .mega-content {
        left: 15px;
        width: 940px
    }
}

.header-nav .mega-content .level1.parent h2 {
    font-size: 14px;
    font-weight: bold;
    font-family: "Roboto",sans-serif;
    margin-top: 0;
    margin-bottom: 15px;
    color: #5a5a5a
}

    .header-nav .mega-content .level1.parent h2 a {
        text-transform: uppercase
    }

.header-nav .mega-content .level1.parent ul.level1 li {
    line-height: 20px
}

    .header-nav .mega-content .level1.parent ul.level1 li a {
        font-weight: normal !important;
        text-transform: none !important;
        font-size: 14px;
        color: #8d90a6
    }

    .header-nav .mega-content .level1.parent ul.level1 li + li {
        padding-top: 8px
    }

.header-nav .mega-content .level1.item {
    float: left;
    width: 25%;
    padding: 0 5px
}

    .header-nav .mega-content .level1.item > a {
        color: #ff007a
    }

        .header-nav .mega-content .level1.item > a:hover, .header-nav .mega-content .level1.item > a:focus {
            color: #cc0062;
            text-decoration: none
        }

    .header-nav .mega-content .level1.item h2 {
        font-size: 14px;
        font-weight: bold;
        font-family: "Roboto",sans-serif;
        margin-top: 0;
        color: #ff007a
    }

        .header-nav .mega-content .level1.item h2 a {
            text-transform: none;
            color: #ff007a;
            font-family: 'Helvetical',sans-serif;
            font-size: 15px
        }

            .header-nav .mega-content .level1.item h2 a:hover {
                color: #5a5a5a
            }

    .header-nav .mega-content .level1.item ul.level1 {
        margin-bottom: 30px;
        padding-left: 0px
    }

        .header-nav .mega-content .level1.item ul.level1 li a {
            font-weight: normal !important;
            text-transform: none !important;
            color: #5a5a5a
        }

            .header-nav .mega-content .level1.item ul.level1 li a:hover, .header-nav .mega-content .level1.item ul.level1 li a:focus {
                text-decoration: none;
                color: #ff007a
            }

.header-nav .mega-content .level0-wrapper2 .nav-block .level0 {
    padding: 0px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header-nav .mega-content.mega_img {
    background-image: url("//bizweb.dktcdn.net/100/374/881/themes/748527/assets/banner_menu_1.png?1577761710803");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    min-height: 400px
}

.address_content {
    line-height: 50px;
    height: 50px;
    float: left;
    width: 100%;
    text-align: right
}

    .address_content a {
        color: #fff;
        font-weight: bold;
        font-size: 14px
    }

        .address_content a:hover {
            color: #ff007a
        }

        .address_content a .icon_htch {
            padding-right: 5px
        }

.footer {
    float: left;
    width: 100%;
    background-image: url("//bizweb.dktcdn.net/100/374/881/themes/748527/assets/bg_footer.jpg?1577761710803");
    background-repeat: no-repeat;
    background-size: cover;
}

    .footer .logo_footer {
        margin-top: 40px
    }

        .footer .logo_footer img {
            width: 250px
        }

@media (max-width: 767px) {
    .footer .logo_footer {
        margin-top: 35px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer .logo_footer {
        margin-top: 60px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer .logo_footer {
        margin-top: 45px
    }
}

@media (max-width: 1199px) {
    .footer {
        background-position: center
    }
}



.sidenav {
    width: 280px;
    height: 100%;
    position: fixed;
    z-index: 999999;
    top: 0px !important;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-box-shadow: 0px 2px 11px 1px rgba(168,168,168,0.54);
    -moz-box-shadow: 0px 2px 11px 1px rgba(168,168,168,0.54);
    box-shadow: 0px 2px 11px 1px rgba(168,168,168,0.54);
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    -o-transform: translateX(-280px);
    transform: translateX(-280px)
}

    .sidenav.open_sidebar_menu {
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .sidenav .content_memu_mb {
        display: block;
        float: left;
        width: 100%;
        margin-top: 20px
    }

        .sidenav .content_memu_mb .customer span {
            padding: 10px 0px;
            display: block;
            cursor: pointer
        }

            .sidenav .content_memu_mb .customer span a {
                font-size: 14px;
                line-height: 15px;
                color: #fff;
                display: block;
                margin: 0px 15px
            }

        .sidenav .content_memu_mb .customer .acc a:before {
            font-family: 'themify';
            content: "\e603";
            font-size: 16px;
            color: #fff;
            padding-right: 15px
        }

        .sidenav .content_memu_mb .customer .out a:before {
            font-family: 'themify';
            content: "\e62b";
            font-size: 16px;
            color: #fff;
            padding-right: 15px
        }

        .sidenav .content_memu_mb .link_list_mobile {
            margin: 0px
        }

            .sidenav .content_memu_mb .link_list_mobile ul {
                padding: 0px
            }

            .sidenav .content_memu_mb .link_list_mobile .ct-mobile {
                border-bottom: solid 1px #ebebeb;
                margin: 0
            }

                .sidenav .content_memu_mb .link_list_mobile .ct-mobile.login_mobile li a {
                    padding-left: 50px
                }

                    .sidenav .content_memu_mb .link_list_mobile .ct-mobile.login_mobile li a .fas {
                        color: #ff007a;
                        left: 15px;
                        line-height: 36px
                    }

                    .sidenav .content_memu_mb .link_list_mobile .ct-mobile.login_mobile li a .fa-user-times {
                        left: 18px
                    }

                .sidenav .content_memu_mb .link_list_mobile .ct-mobile li {
                    position: relative
                }

                    .sidenav .content_memu_mb .link_list_mobile .ct-mobile li i {
                        position: absolute;
                        right: 15px;
                        top: 0px;
                        cursor: pointer;
                        display: block;
                        text-align: center;
                        width: 30px;
                        height: 30px;
                        line-height: 30px;
                        font-style: normal;
                        border: none;
                        border-radius: 0
                    }

                .sidenav .content_memu_mb .link_list_mobile .ct-mobile .level0 {
                    border-top: solid 1px #ebebeb
                }

                    .sidenav .content_memu_mb .link_list_mobile .ct-mobile .level0 a {
                        display: block;
                        font-size: 14px;
                        line-height: 36px;
                        padding: 0px 15px;
                        color: #5a5a5a
                    }

                    .sidenav .content_memu_mb .link_list_mobile .ct-mobile .level0:first-child {
                        border-top: 0
                    }

                    .sidenav .content_memu_mb .link_list_mobile .ct-mobile .level0:last-child {
                        border-bottom: 0px
                    }

                    .sidenav .content_memu_mb .link_list_mobile .ct-mobile .level0 .level1 {
                        border-top: solid 1px #ebebeb
                    }

                        .sidenav .content_memu_mb .link_list_mobile .ct-mobile .level0 .level1 a {
                            display: block;
                            font-size: 14px;
                            line-height: normal;
                            margin: 10px 0;
                            padding: 0px 35px 0px 35px;
                            color: #5a5a5a
                        }

                        .sidenav .content_memu_mb .link_list_mobile .ct-mobile .level0 .level1:last-child {
                            border-bottom: 0px
                        }

                        .sidenav .content_memu_mb .link_list_mobile .ct-mobile .level0 .level1:first-child {
                            border-top: 0px
                        }

                            .sidenav .content_memu_mb .link_list_mobile .ct-mobile .level0 .level1:first-child i {
                                top: -10px
                            }

                        .sidenav .content_memu_mb .link_list_mobile .ct-mobile .level0 .level1 .level2 {
                            border-top: solid 1px #ebebeb
                        }

                            .sidenav .content_memu_mb .link_list_mobile .ct-mobile .level0 .level1 .level2 a {
                                display: block;
                                font-size: 14px;
                                line-height: normal;
                                margin: 10px 0;
                                padding: 0px 35px 0px 45px;
                                color: #5a5a5a
                            }

                            .sidenav .content_memu_mb .link_list_mobile .ct-mobile .level0 .level1 .level2:last-child {
                                border-bottom: 0px
                            }

                            .sidenav .content_memu_mb .link_list_mobile .ct-mobile .level0 .level1 .level2:first-child {
                                border-top: 0px
                            }

                            .sidenav .content_memu_mb .link_list_mobile .ct-mobile .level0 .level1 .level2 .level3 {
                                border-top: solid 1px #ebebeb
                            }

                                .sidenav .content_memu_mb .link_list_mobile .ct-mobile .level0 .level1 .level2 .level3 a {
                                    display: block;
                                    font-size: 14px;
                                    line-height: normal;
                                    margin: 10px 0;
                                    padding: 0px 35px 0px 75px;
                                    color: #5a5a5a
                                }

                                .sidenav .content_memu_mb .link_list_mobile .ct-mobile .level0 .level1 .level2 .level3:last-child {
                                    border-bottom: 0px
                                }

                                .sidenav .content_memu_mb .link_list_mobile .ct-mobile .level0 .level1 .level2 .level3:first-child {
                                    border-top: 0px
                                }

                .sidenav .content_memu_mb .link_list_mobile .ct-mobile .level_ico a {
                    padding: 0px 25px 0px 25px
                }

    .sidenav .top_menu_mobile {
        overflow: hidden;
        background: rgb(255 255 255 / 95%);
        width: 100%;
        padding: 10px 25px;
        border-bottom: 1px solid #d6d6d6;
    }

    .sidenav .close_menu {
        display: block;
        height: 80px;
        background-image: url("../images/logo-fix.svg");
        background-repeat: no-repeat;
        background-position: center;
        /* background-size: contain; */
        width: 100%;
        margin-left: 0px;
    }

    .sidenav .head_title_menu {
        display: block;
        text-align: left;
        line-height: 24px;
        font-size: 18px;
        color: #fff;
        padding: 7px 15px
    }

    .sidenav .fot_menu_mobile {
        overflow: hidden;
        float: left;
        width: 100%
    }

        .sidenav .fot_menu_mobile .link_list_action .login_mobile li {
            border-top: solid 1px rgba(2,2,2,0.71)
        }

            .sidenav .fot_menu_mobile .link_list_action .login_mobile li:nth-child(1) {
                border-top: 0px
            }

            .sidenav .fot_menu_mobile .link_list_action .login_mobile li a {
                display: block;
                font-size: 14px;
                line-height: 36px;
                padding: 0px 15px;
                color: #fff
            }

                .sidenav .fot_menu_mobile .link_list_action .login_mobile li a .fa {
                    padding-right: 10px
                }

}

@media (max-width: 767px) {
    .awe-section-3 {
        margin-bottom: 0px
    }

    .awe-section-4 {
        margin-bottom: 0px
    }
}
