
.container-fluid {
    max-width: 1920px;
}

    .container-fluid > .row > div:last-child {
        padding-right: 0;
    }

    .container-fluid > .row > div:first-child {
        padding-left: 0;
    }

.container {
    width: 100%;
    max-width: 1300px;
}

body {
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
    box-shadow: 0 5px 5px #f1eded;
}

.header-top {
    z-index: 11;
    position: relative;
    border-bottom: 1px solid rgb(164, 136, 78);
}

.contact-info ul {
    list-style: none;
    margin: 0;
}

    .contact-info ul li {
        padding-right: 20px;
        display: inline-block;
        font-size: 14px;
        color: rgba(255,255,255,255.);
        line-height: 40px;
        font-weight: normal;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

.header-mid {
    padding: 40px 0;
}

    .header-mid.navbar-fixed-top {
        background: #fff;
        padding: 10px 0;
        box-shadow: 0 2px 5px #ddd;
        max-width: 1920px;
        margin: auto;
    }

.header-bottom .menu-footer-vertical {
    padding: 10px;
}

    .header-bottom .menu-footer-vertical > .list-fan-page > li {
        margin-bottom: 0;
    }

    .header-bottom .menu-footer-vertical .list-fan-page {
        float: right;
    }

.clear-both {
    clear: both;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.padding-t-10 {
    padding-top: 10px !important;
}

.padding-t-30 {
    padding-top: 30px !important;
}

.padding-t-50 {
    padding-top: 50px !important;
}

.padding-b-10 {
    padding-bottom: 10px !important;
}

.padding-b-30 {
    padding-bottom: 30px !important;
}

.padding-b-50 {
    padding-bottom: 50px !important;
}

.padding-t-15 {
    padding-top: 15px !important;
}

.margin-r-10 {
    margin-right: 10px !important;
}

.margin-l-10 {
    margin-left: 10px !important;
}

.margin-b-10 {
    margin-bottom: 10px !important;
}

.margin-b-15 {
    margin-bottom: 15px !important;
}

.margin-t-10 {
    margin-top: 10px !important;
}

.vertical-middle {
    vertical-align: middle !important;
}

.button-nav {
    width: 44px;
    height: 44px;
    position: relative;
    float: left;
    display: block;
    margin: 0;
    cursor: pointer;
    margin-left: 6px;
}

    .button-nav:before {
        position: absolute;
        content: '';
        width: 30px;
        height: 2px;
        background: #2d7eaf;
        top: 17px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .button-nav:after {
        content: '';
        width: 30px;
        height: 10px;
        border-top: 2px solid #2d7eaf;
        border-bottom: 2px solid #2d7eaf;
        position: absolute;
        bottom: 9px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.box-nav {
    width: 270px;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    left: -300px;
    top: 0;
    z-index: 9999;
    box-shadow: 10px 5px 22px rgba(0, 0, 0, .3);
}

    .box-nav.open {
        left: 0;
        transition: 0.2s all ease;
    }

.black-drop {
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    display: none;
}

    .black-drop.open {
        display: block;
    }

.title-category {
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    /* padding: 0 15px; */
    line-height: 46px;
    margin: 0;
    position: relative;
    background: #ffba00;
}

.change-desktop {
    height: 40px;
    background: #e3e3e3;
    width: 100%;
    margin-top: 20px;
}

    .change-desktop a {
        line-height: 40px;
        text-align: center;
        display: block;
        color: #333;
    }

.name-suggestion .mark {
    padding: 0;
    text-decoration: underline;
    background: none;
    font-weight: normal;
}

.xzoom-lens-nh .xzoom-lens {
    border: none !important;
    max-height: 100%;
    max-width: 100%;
}

.item-available .img {
    width: 36px;
    text-align: center;
}

    .item-available .img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

#register-modal .form-group {
    height: 40px;
    clear: inherit;
}

#frm-profile .form-group {
    position: relative;
    min-height: 45px;
}

    #frm-profile .form-group > div {
        position: relative;
        height: 40px;
    }

.modal .modal-header {
    padding: 10px;
}

.modal-header .modal-title {
    font-size: 25px;
}

.account-user .dropdown-menu {
    border-radius: 0;
}

.has-error .result-validate .form-control-feedback {
    top: -40px;
}

.has-success .result-validate .form-control-feedback {
    top: -35px;
}

.wrap-avatar-member > img {
    width: 25px;
    height: 25px;
    border-radius: 0;
    position: relative;
    top: -2px;
}

.short_intro p {
    font-size: 15px;
    font-weight: bold;
}

.welcome .box_content {
    margin-top: 50px;
}

.tabs-block .tab-content {
    min-height: 100px;
}

.select2-container .select2-choice .select2-arrow b {
    background: url(../images/select2.png) no-repeat 4px 7px !important;
}

.img-blogs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-80 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nhslider .item_block {
    margin-bottom: 45px;
}

.banner-img.col-1 > div {
    padding-right: 0;
    padding-left: 0;
}

.style-view-1 .img {
    min-height: 155px;
}

.address-option p {
    margin-bottom: 0;
}

    .address-option p b {
        font-weight: bold;
        font-size: 14px;
        color: #4a4a4a;
        line-height: 1.3;
    }

.fancybox-gallery:hover .image-hover {
    opacity: 0.65;
    background-color: #ffba00;
}

.nav-tabs-03.nav-tabs > li.active > a {
    background-color: #ffba00;
}

    .nav-tabs-03.nav-tabs > li.active > a:focus {
        background-color: #ffba00;
    }

    .nav-tabs-03.nav-tabs > li.active > a:hover {
        background-color: #ffba00;
    }

.box-step ul li.active .demo-icon {
    background-color: #ffba00;
}

.nav_title li a::before {
    background-color: #e01222;
}

.title_style2 h3::after {
    background-color: #ffba00;
}

.opticon-select li:hover .btn-ver {
    background-color: #ffba00;
}

.opticon-select li.active .btn-ver {
    background-color: #ffba00;
}

.list-bank li label:before {
    background-color: #ffba00;
}

.box-style-1 .demo-icon:before {
    color: #ffba00;
}

.view-style .btn-view.active, .view-style .btn-view:hover {
    color: #fff;
    background-color: #b89b5e;
}

.nav li.active a {
    color: #ffba00;
}

.newsletter .btn-default {
    color: #ffba00;
}

.btn-icon:hover {
    color: #ffba00;
    border-color: #ffba00;
}

.wapper.open {
    left: 270px;
    position: absolute;
    width: 100%;
}

.ajax-loading-icon {
    top: 35%;
    left: 47%;
    position: absolute;
}

.warp-loading-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
}

.warp-loading-all {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
}

.warp-bg {
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
}

.wrap-suggestion {
    background: #fff;
    width: 35%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

    .wrap-suggestion .item-suggestion {
        border-bottom: 1px solid #ddd;
        display: block;
        overflow: hidden;
        padding: 10px;
    }

        .wrap-suggestion .item-suggestion:last-child {
            border-bottom: none;
        }

        .wrap-suggestion .item-suggestion.ui-state-focus {
            border-bottom: 1px solid #ddd;
            border-top: none;
            border-left: none;
            border-right: none;
            background: #f0f0f0;
            color: #333;
            font-weight: normal;
            margin: 0;
        }

            .wrap-suggestion .item-suggestion.ui-state-focus:last-child {
                border-bottom: none;
            }

.button-modal .btn {
    border-radius: 0;
}

.button-modal .continue-shopping {
    background: #e01222;
}

.form-group {
    position: relative;
    min-height: 40px;
}

    .form-group .icon-required {
        position: absolute;
        top: 4px;
        right: 15px;
        z-index: 2;
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        color: #a94442;
    }

.captcha-input {
    font-size: 13px;
    border: 1px solid #ccc;
    padding: 10px 5px;
    margin-top: 3px;
    border-radius: 3px;
    max-width: 150px;
}

#frm-send-contact .txt-upper {
    border-radius: 3px;
    box-shadow: none;
    border: none;
    float: left;
    background-color: #bf9e58;
}

.btn-reload-captcha {
    color: #383838;
    line-height: 35px;
    font-size: 18px;
}

.nh-video-item .more-blogs {
    margin: 5px 0;
    color: #383838;
}

.nh-video-item .title-video-item {
    font-size: 20px;
    color: #383838;
    margin: 5px 0;
}

.nh-video-item .image-hover i[class*=icon-] {
    opacity: 0.5;
}

.result-validate {
    position: relative;
    clear: both;
    font-size: 12px;
}

.display-theme-1 {
    display: none;
}

.display-theme-2 {
    display: block;
}

.mSCover {
    background-size: cover !important;
}

.nav-right .btn-show-search {
    font-size: 14px !important;
    padding: 0;
    line-height: 55px;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
}

.nav-right .item-dropdown:hover {
    background-color: transparent;
}

.nav-right > .box-search-mobile > .btn-show-search {
    margin: 10px 0 0 0;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 27px;
}

.hotline-box {
    font-size: 15px;
    line-height: 29px;
    font-weight: 600;
}

    .hotline-box i {
        font-size: 199%;
        color: #fedc00;
        margin-right: 20px;
        vertical-align: top;
    }

.bg-main {
    background-color: #ffba00;
}

.nav-tabs-01 .nav-tabs li.active span {
    background-color: #ffba00;
}

    .nav-tabs-01 .nav-tabs li.active span .demo-icon {
        color: #ffba00;
    }

.nav-tabs-01 .nav-tabs li.active i.icon-dot-circled {
    color: #ffba00;
}

.nav-tabs-01 .nav-tabs li span .demo-icon {
    color: #ffba00;
}

.nav-tabs-01 li.active .arrow-left::after {
    border-right-color: #ffba00;
    border-right-color: #ffba00;
}

.color-main {
    color: #ffba00;
}

.title-desc-detail {
    color: #ffba00;
}

.btn-primary {
    background-color: #ffba00;
    border: 1px solid #ffba00;
    color: #fff;
    border-radius: 3px;
    height: 42px;
}

    .btn-primary.focus {
        background-color: #ea0009;
        border-color: #ea0009;
    }

    .btn-primary:focus {
        background-color: #ea0009;
        border-color: #ea0009;
    }

    .btn-primary:hover {
        background-color: #ea0009;
        border-color: #ea0009;
    }

a.btn-primary {
    background-color: #ffba00;
    border: 1px solid #ffba00;
    color: #fff;
    color: #fff;
}

a.btn-show-search {
    color: #fff;
}

.pagination > li > a:focus {
    background-color: #ffba00;
    border-color: #ffba00;
}

.pagination > li > a:hover {
    background-color: #c59651;
    border-color: #c59651;
}

.pagination > li > span:focus {
    background-color: #ffba00;
    border-color: #ffba00;
}

.pagination > li > span:hover {
    background-color: #ffba00;
    border-color: #ffba00;
}

.pagination > li.active > a {
    background-color: #c59651;
    border-color: #c59651;
}

.pagination > .active > a {
    background-color: #ffba00;
    border-color: #ffba00;
}

    .pagination > .active > a:focus {
        background-color: #ffba00;
        border-color: #ffba00;
    }

    .pagination > .active > a:hover {
        background-color: #c59651;
        border-color: #c59651;
    }

.pagination > .active > span {
    background-color: #ffba00;
    border-color: #ffba00;
}

    .pagination > .active > span:focus {
        background-color: #ffba00;
        border-color: #ffba00;
    }

    .pagination > .active > span:hover {
        background-color: #ffba00;
        border-color: #ffba00;
    }

.bg-default {
    background-color: #383838;
}

.btn-default.focus {
    background-color: #e3e3e3;
    border-color: #ea0009;
    color: #ea0009;
}

.btn-default:focus {
    background-color: #e3e3e3;
    border-color: #ea0009;
    color: #ea0009;
}

.btn-default:hover {
    background-color: #e3e3e3;
    border-color: #ea0009;
    color: #ea0009;
}

.jslider .jslider-pointer {
    background: url(../images/jslider.png) no-repeat 0 0;
    background-position: 0 -60px;
}

.jslider .jslider-bg i {
    background: url(../images/jslider.png) no-repeat 0 0;
}

.box-search-mobile {
    float: right;
    height: 39px;
}

    .box-search-mobile .box-search > .form-inline > .form-group {
        height: 32px;
        min-height: 32px;
    }

.checkbox .level-2 {
    padding-left: 20px;
}

.checkbox .level-3 {
    padding-left: 40px;
}

.checkbox .level-4 {
    padding-left: 60px;
}

.position-relative {
    position: relative;
}

ul.slider-news li {
    list-style: none;
}

ul.main_menu_mega > li > ul {
    position: static;
}

.contacts-list {
    margin: 20px 0;
}

.contact-address-wrap {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.contact-address {
    padding: 5px 15px;
    cursor: pointer;
}

.address-active {
    border: 1px solid #ddd;
    box-shadow: 0 0 10px #ccc;
}

#add_another_contact {
    margin-top: 15px;
    font-weight: bold;
    display: block;
    cursor: pointer;
    font-size: 14px;
}

.new-contact {
    margin-right: -15px;
    margin-left: -15px;
}

.version {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.title-ver {
    margin: 0;
    position: relative;
    line-height: 35px;
}

.btn-ver {
    padding: 2px 5px 0 3px;
    border-radius: 0;
}

.out-of-stock {
    color: #ec353c;
    font-size: 20px;
}

.modal-content {
    border-radius: 0;
}

.btn-main {
    border-radius: 0;
    background-color: #e01222;
    border: 1px solid #e01222;
    color: #fff;
}

    .btn-main.focus {
        background-color: #ea0009;
        border-color: #ea0009;
    }

    .btn-main:focus {
        background-color: #ea0009;
        border-color: #ea0009;
    }

    .btn-main:hover {
        background-color: #fd6500;
        border-color: #fd6500;
    }

.icon-list-address {
    display: inline-block;
    width: 20px;
}


@media (max-width: 767px) {

    .menu-ft {
        padding: 0;
        margin-bottom: 0px !important;
    }

        .menu-ft .title-menu-ft {
            margin-bottom: 30px;
        }

    .hotline {
        padding: 0;
        margin-top: -50px;
        text-align: right;
    }

    #footer .menu-ft .list-menu-fy {
        display: none;
        margin-bottom: 15px;
    }

    #footer .menu-ft h4.title-menu-ft:after {
        content: "\f107";
        font: normal normal normal 14px/1 FontAwesome;
        float: right;
        position: absolute;
        right: 0;
    }

    .in-email > .content,
    .in-email .form-email-news {
        width: 100%;
    }

    .box-search > .form-inline > .form-group > .btn-search {
        right: 0px;
    }
}

@media only screen and (max-width: 500px) {
    .gritter-center {
        left: 10% !important;
        right: 10% !important;
    }

    #nav_detail {
        display: block;
        padding: 0;
    }
}

@media (max-width: 414px) {
    #header .block-language {
        float: right;
    }
}

@media (min-width: 1200px) {
    .box-search .form-inline input.form-control {
        width: 310px;
    }
}

#menu-button {
    display: none;
}

@media (hover:none) {
    #menu-button {
        color: #fff;
        position: relative;
        height: 50px;
        width: 50px;
        background: #ffba00;
        display: block;
        line-height: 50px;
        padding-left: 10px;
        font-size: 22px;
    }

    .menu-vetical.main-menu {
        display: none;
    }
}

@media (max-width: 480px) {
    .hotline {
        margin: 0;
        text-align: left;
    }

    .dropdown {
        float: right;
    }

    .ab-1-right {
        margin-left: -15px;
        padding-right: 12px !important;
    }

    .ab-1-left {
        padding-right: 0;
        padding-right: 15px;
        margin-left: -5px !important;
    }

    #sub-menu01 li .tab-item {
        padding: 7px 0;
        margin-right: -10px;
    }
}

#cssmenu {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    box-sizing: border-box;
    width: auto;
    line-height: 1;
}

    #cssmenu ul {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        line-height: 1;
        display: block;
        position: relative;
        box-sizing: border-box;
        display: block;
    }

        #cssmenu ul li {
            margin: 0;
            padding: 0;
            border: 0;
            list-style: none;
            line-height: 1;
            display: block;
            position: relative;
            box-sizing: border-box;
        }

            #cssmenu ul li a {
                margin: 0;
                padding: 0;
                border: 0;
                list-style: none;
                line-height: 1;
                display: block;
                position: relative;
                box-sizing: border-box;
            }

            #cssmenu ul li:hover > ul > li {
                height: auto;
            }

        #cssmenu ul ul {
            position: absolute;
            left: -9999px;
            display: none;
        }

            #cssmenu ul ul ul {
                margin-left: 100%;
                top: 0;
            }

            #cssmenu ul ul li {
                height: 0;
                transition: height 0.2s ease;
            }

                #cssmenu ul ul li a {
                    padding: 11px 20px;
                    width: 250px;
                    font-size: 14px;
                    background: #e7b000;
                    text-decoration: none;
                    color: #fff;
                    transition: color 0.2s ease;
                }

                    #cssmenu ul ul li a:hover {
                        color: #333;
                    }

                #cssmenu ul ul li.has-sub > a::after {
                    position: absolute;
                    top: 13px;
                    right: 10px;
                    width: 4px;
                    height: 4px;
                    border-bottom: 1px solid #ddd;
                    border-right: 1px solid #ddd;
                    content: "";
                    transform: rotate(-45deg);
                    transition: border-color 0.2s ease;
                }

                #cssmenu ul ul li.has-sub:hover > a::after {
                    border-color: #fff;
                }

                #cssmenu ul ul li:hover > a {
                    color: #333;
                }

    #cssmenu #menu-button {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        line-height: 1;
        display: block;
        position: relative;
        box-sizing: border-box;
        display: none;
    }

    #cssmenu:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu > ul > li {
        float: none;
    }

        #cssmenu > ul > li > a {
            padding: 0 20px 0 10px;
            height: 46px;
            font-size: 14px;
            text-decoration: none;
            line-height: 46px;
            color: #333;
            transition: color 0.2s ease;
        }

        #cssmenu > ul > li.has-sub > a {
            padding-right: 25px;
        }

            #cssmenu > ul > li.has-sub > a::after {
                position: absolute;
                top: 21px;
                right: 10px;
                width: 4px;
                height: 4px;
                border-bottom: 1px solid #fff;
                border-right: 1px solid #fff;
                content: "";
                transform: rotate(45deg);
                transition: border-color 0.2s ease;
            }

        #cssmenu > ul > li.has-sub:hover > a::after {
            border-color: #fff;
        }

        #cssmenu > ul > li:hover > a {
            color: #ffba00;
        }

        #cssmenu > ul > li.active > a {
            color: #ffba00;
        }

    #cssmenu.align-center > ul {
        font-size: 0;
        text-align: center;
    }

        #cssmenu.align-center > ul > li {
            display: inline-block;
            float: none;
        }

    #cssmenu.align-center ul ul {
        text-align: left;
    }

    #cssmenu.align-right > ul > li {
        float: right;
    }

    #cssmenu.align-right ul ul {
        text-align: right;
    }

        #cssmenu.align-right ul ul ul {
            margin-left: 0;
            margin-right: 100%;
        }

        #cssmenu.align-right ul ul li.has-sub > a::after {
            right: auto;
            left: 10px;
            border-bottom: 0;
            border-right: 0;
            border-top: 1px solid #ddd;
            border-left: 1px solid #ddd;
        }

    #cssmenu.align-right li:hover > ul {
        right: 0;
    }

    #cssmenu li:hover > ul {
        left: auto;
    }

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #009ae1;
    transition: all 0.25s ease-out;
    display: none;
}

@media all and (max-width: 1920px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1920px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1920px), only screen and (-o-min-device-pixel-ratio: 2) and (max-width: 1920px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1920px), only screen and (min-resolution: 192dpi) and (max-width: 1920px), only screen and (min-resolution: 2dppx) and (max-width: 1920px) {
    #cssmenu {
        width: 100%;
    }

        #cssmenu ul {
            width: 100%;
        }

            #cssmenu ul li {
                width: 100%;
                height: auto;
                border-top: 1px solid rgba(120, 120, 120, 0.15);
            }

                #cssmenu ul li a {
                    width: 100%;
                }

                #cssmenu ul li:hover > ul > li {
                    width: 100%;
                    height: auto;
                    border-top: 1px solid rgba(120, 120, 120, 0.15);
                }

            #cssmenu ul ul {
                position: relative;
                left: 0;
                right: auto;
                width: 100%;
                margin: 0;
            }

                #cssmenu ul ul li {
                    width: 100%;
                    height: auto;
                    border-top: 1px solid rgba(120, 120, 120, 0.15);
                }

                    #cssmenu ul ul li a {
                        width: 100%;
                        padding: 14px 20px 14px 30px;
                        font-size: 14px;
                        color: #333;
                        background: none;
                        height: 46px;
                    }

                        #cssmenu ul ul li a:hover {
                            color: #333;
                        }

                    #cssmenu ul ul li:hover > a {
                        color: #333;
                    }

                    #cssmenu ul ul li.has-sub > a::after {
                        display: none;
                    }

                #cssmenu ul ul ul {
                    position: relative;
                    left: 0;
                    right: auto;
                    width: 100%;
                    margin: 0;
                }

                    #cssmenu ul ul ul li a {
                        padding-left: 40px;
                    }

                    #cssmenu ul ul ul li li a {
                        padding-left: 50px;
                    }

        #cssmenu.align-right ul ul {
            text-align: left;
        }

        #cssmenu.align-right > ul > li {
            float: none;
            display: block;
        }

        #cssmenu #menu-button {
            display: none;
            padding: 25px 20px;
            color: #000;
            cursor: pointer;
            font-size: 12px;
            text-transform: uppercase;
        }

            #cssmenu #menu-button::after {
                content: '';
                position: absolute;
                top: 17px;
                right: 20px;
                display: block;
                width: 22px;
                height: 2px;
                background: #fff;
            }

            #cssmenu #menu-button::before {
                content: '';
                position: absolute;
                top: 25px;
                right: 20px;
                display: block;
                width: 22px;
                height: 10px;
                border-top: 2px solid #fff;
                border-bottom: 2px solid #fff;
            }

        #cssmenu .submenu-button {
            position: absolute;
            z-index: 10;
            right: 0;
            top: 0;
            display: block;
            border-left: 1px solid rgba(120, 120, 120, 0.15);
            height: 46px;
            width: 46px;
            cursor: pointer;
        }

            #cssmenu .submenu-button.submenu-opened:after {
                display: none;
            }

            #cssmenu .submenu-button::after {
                content: '';
                position: absolute;
                top: 16px;
                right: 22px;
                display: block;
                width: 1px;
                height: 11px;
                background: #333;
                z-index: 99;
            }

            #cssmenu .submenu-button::before {
                content: '';
                position: absolute;
                right: 17px;
                top: 21px;
                display: block;
                width: 11px;
                height: 1px;
                background: #333;
                z-index: 99;
            }

        #cssmenu.align-center > ul {
            text-align: left;
        }

            #cssmenu.align-center > ul > li {
                float: none;
                display: block;
            }

        #cssmenu > ul > li {
            float: none;
            display: block;
        }

            #cssmenu > ul > li.has-sub > a::after {
                display: none;
            }

    #menu-line {
        display: none;
    }
}

@media (max-width: 979px) {
    .infoBlock {
        min-width: 40%;
    }
}

.banner {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
}

    .banner.hover-zoom {
        -webkit-transition: .3s all ease-in-out;
        -moz-transition: .3s all ease-in-out;
        -ms-transition: .3s all ease-in-out;
        -o-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out;
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1e3;
    }

    .banner .banner-image {
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        -webkit-transition: opacity 200ms ease-out;
        transition: opacity 200ms ease-out;
    }

    .banner.hover-zoom .banner-image {
        -webkit-transition: all .3s cubic-bezier(.3, .1, .58, 1) 0s;
        -o-transition: all .3s cubic-bezier(.3, .1, .58, 1) 0s;
        transition: all .3s cubic-bezier(.3, .1, .58, 1) 0s;
        width: 100%;
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1e3;
    }

    .banner .row {
        position: relative;
        height: 100%;
        z-index: 2;
        max-width: 92.30769em !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

        .banner .row .banner-content {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: 0 auto;
        }

            .banner .row .banner-content.valign-middle {
                bottom: 50% !important;
                top: auto !important;
                -webkit-transform: translateY(50%) !important;
                -moz-transform: translateY(50%) !important;
                -ms-transform: translateY(50%) !important;
                -o-transform: translateY(50%) !important;
            }

        .banner .row .banner-content {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: 0 auto;
        }

        .banner .row .banner-content {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: 0 auto;
        }

            .banner .row .banner-content .banner-inner h3 {
                font-size: 280%;
                line-height: 100%;
                margin: 12px 0;
            }

            .banner .row .banner-content .banner-inner h4 {
                font-size: 200%;
                line-height: 100%;
                margin: 6px 0;
            }

            .banner .row .banner-content.align-left {
                left: 10%;
                right: auto;
            }

            .banner .row .banner-content.valign-top {
                top: 10% !important;
                bottom: auto !important;
            }

            .banner .row .banner-content.align-center {
                text-align: center;
            }

            .banner .row .banner-content.valign-top {
                top: 10% !important;
                bottom: auto !important;
            }

            .banner .row .banner-content.align-right {
                right: 10%;
                left: auto;
            }

    .banner.hover-zoom:hover .banner-image {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }

.breadcrumb > li + li:before {
    content: "|";
    font-family: FontAwesome;
}

.share-box .share-it {
    float: left;
    font-weight: 700;
    line-height: 50px;
    margin-right: 15px;
}

.title-block h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 35px;
    text-align: center;
    text-transform: uppercase;
}

    .title-block h2 .primary-title {
        color: #222;
        font-weight: 700;
    }

.progress-group span.bar-label {
    font-size: 100%;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: -25px;
    text-transform: uppercase;
    z-index: 10;
    color: #666666;
}

.progress-group .progress {
    overflow: unset;
    margin-top: 25px;
    background: #fff;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ebebeb;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 48px;
    margin-bottom: 45px;
}

.progress-bar {
    display: block;
    position: absolute;
    height: 100%;
    background-color: #e01222;
    width: 0;
    top: 0;
    left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: width 1s linear;
    -moz-transition: width 1s linear;
    -webkit-transition: width 1s linear;
    -o-transition: width 1s linear;
    box-shadow: none;
}

.progress-group span.bar-number {
    opacity: 0;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -45px;
    right: -15px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #666;
    text-align: center;
    line-height: 30px;
    color: #ffba00;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
}

.about-us-ss-2 .panel.panel-default {
    margin-bottom: 15px;
    border-radius: 0;
    box-shadow: none;
}

.about-us-ss-2 {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f5f5f5;
}

.about-us-ss-1 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.about-us-ss-2 .panel-default > .panel-heading {
    background: #fcfcfc;
    color: #ffba00;
}

.content-with-text > div {
    float: left;
}

p.content-text {
    float: right;
    width: calc(100% - 35px);
    line-height: 30px;
}

.content-with-text {
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #ffbf13;
}

.bs-docs-sidenav span.name {
    width: 30px;
    display: block;
    float: left;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    top: -3px;
}

.form-email-news ~ div {
    height: 43px;
    position: relative;
    padding: 15px;
}

    .form-email-news ~ div > * {
        position: relative;
        top: -40px !important;
    }

.form-control:focus {
    box-shadow: none;
}

@media (hover:none) {
    #nav_detail {
        /* display: block; */
        padding: 0;
    }

    .wsmain .navtext > i {
        display: none;
    }
}


/* Responsive Improvements */

@media (max-width: 767px) {
    .coppyright {
        text-align: center;
    }
}

.alert-success > span {
    display: block;
    height: 48px;
    margin-left: auto;
    margin-bottom: 15px;
    margin-right: auto;
    width: 48px;
    border-radius: 25px;
    background: #4caf50;
    font-size: 24px;
    color: #fff;
}

.alert-success {
    background: #fff;
    border: none;
}

    .alert-success span:before {
        vertical-align: -webkit-baseline-middle;
    }

.success-announce {
    font-size: 24px;
    font-weight: bold;
    color: #4caf50;
}

.black-text {
    color: #000 !important;
}

.p-25 {
    padding: 25px;
}

.p-15-30 {
    padding: 15px 30px;
}

.p-50 {
    padding: 50px;
}

.p-30 {
    padding: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

.detail-post ul {
    margin-left: 15px;
}

.menu-vetical .main_menu_mega > li:nth-child(3n+1) {
    clear: both;
}

select#other-sort {
    height: 34px;
}

.box-right .item-dropdown {
    padding: 13px 0 0;
}


.header-top-ads .action-ads {
    position: absolute;
    right: 0;
    top: 0px;
    background: rgba(68, 68, 68, 0.6);
    z-index: 99;
}

    .header-top-ads .action-ads button {
        border: none;
        font-family: Roboto;
        font-size: 12px;
        color: #fff;
        background: transparent;
        padding: 5px 8px;
    }

.header-top-ads .collapsed .fa-times:before {
    content: "\f107";
}

.item-fan-page {
    float: right;
}

    .item-fan-page .list-fan-page {
        list-style: none;
        margin: 0;
    }

        .item-fan-page .list-fan-page li {
            text-align: center;
            float: left;
        }

#header .item-fan-page .list-fan-page li a {
    color: rgba(255,255,255,0.7);
    font-size: 18px;
    float: left;
    padding: 0 15px;
    line-height: 48px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-right: 1px solid rgba(98, 108, 152, 0.5);
    display: block;
    width: 48px;
}

.item-fan-page .list-fan-page li a:hover {
    color: rgb(224, 18, 34);
}

#header .item-fan-page .list-fan-page li:first-child a {
    border-left: 1px solid rgba(98, 108, 152, 0.5);
}

#header .title-menu-ft {
    display: none;
}

.bg-slider .col-sm-6.col-xs-12 {
    padding: 0;
}

.header-bottom > .container > .row {
    /* margin: 0; */
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

.header-bottom .col-sm-3.col-xs-3 {
    padding-left: 0;
    padding-right: 0px;
}

.top-email {
    float: left;
    margin-right: 20px;
    color: #fff;
    line-height: 41px;
}

.block-language {
    float: left;
}

    .block-language .dropdown-toggle {
        color: #fff;
        text-transform: uppercase;
    }

    .block-language .item-dropdown {
        padding: 10px 0;
    }

.banner-pro .item {
    margin-top: 17px;
}

.bg-slider > .container > .row {
    margin: 0;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 3px rgba(136, 136, 136, 0.3);
    -moz-box-shadow: 0 2px 3px rgba(136, 136, 136, 0.3);
    -webkit-box-shadow: 0 2px 3px rgba(136, 136, 136, 0.3);
    margin-bottom: 20px;
}

.banner-pro .item img {
    width: 100%;
    border-radius: 5px;
}

#search-type .dropdown-toggle .hidden-iphone { /* float: left; */
}

.quicklinks-inner {
    color: #222;
    padding: 7px 0;
}

    .quicklinks-inner a {
        color: #222;
    }

.toplinks {
    width: 65%;
    float: right;
}

    .toplinks > div {
        width: 50%;
        float: left;
        text-align: center;
        padding-left: 10px;
    }

    .toplinks a {
        display: table;
        width: 100%;
        color: #222;
    }

    .toplinks i {
        font-size: 28px;
        color: #999;
    }

.account-user .display-theme-2 a {
    font-size: 14px;
}

.bg-logo {
    padding: 32px 0;
}

.quicklinks-inner, .hotline {
    margin-bottom: 10px;
}

.box-search .dropdown-menu > li > a {
    font-size: 13px;
}

#demo {
    display: inline-block;
}

    #demo > div {
        display: inline-block;
    }

.hour {
    background: #fff;
    color: #e01222;
    border-radius: 4px;
    padding: 2px 3px;
    min-width: 30px;
    text-align: center;
    font-weight: 700;
}

.title-pc {
    position: absolute;
    top: -68px;
    left: 0;
    right: 0;
    z-index: 1;
}

.center {
    text-align: center;
}

.bg-daily-deal {
    margin-bottom: 70px;
}

.item-qc img:hover {
    opacity: 0.8;
}

.title_widget {
    text-align: center;
}

    .title_widget h2 {
        position: relative;
        margin-bottom: 50px;
        margin-top: 0;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 700;
    }

        .title_widget h2:after {
            content: '';
            height: 2px;
            width: 60px;
            display: block;
            margin: 0 auto;
            background: #e01222;
            bottom: -20px;
            position: absolute;
            z-index: 1;
            left: 0;
            right: 0;
        }

.content-category ul {
    list-style: none;
    margin: 0;
}

.info-category h3 {
    font-size: 16px;
    margin-top: 5px;
}

    .info-category h3 a {
        color: #fff;
        position: relative;
    }

        .info-category h3 a:before, .content-category ul li a:before, .cate-list .all a:before {
            content: '';
            position: absolute;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: #fff;
            width: 0%;
            transition: 0.3s ease all .3s;
            -webkit-transition: 0.3s ease all .3s;
            -moz-transition: 0.3s ease all .3s;
        }

        .info-category h3 a:hover:before, .content-category ul li a:hover:before, .cate-list .all a:hover:before {
            width: 100%;
        }

.content-category ul li a {
    color: #fff;
    font-size: 13px;
    position: relative;
}

.cate-list .all a {
    color: #fff;
    position: relative;
}

.content-category ul li {
    padding: 2px 0;
}

.banner-pro {
    margin-bottom: 15px;
}

.rating-result {
    width: 57px;
    height: 10px;
    margin: 0;
    vertical-align: top;
    background: url(/uploads/plugin/custom_img/2018-08-07/custom-rating-icon.png) repeat-x bottom left;
}

    .rating-result > span {
        display: inline-block;
        height: 12px;
        position: relative;
        vertical-align: top;
        background: url(/uploads/plugin/custom_img/2018-08-07/custom-rating-icon.png) repeat-x left 0px;
        width: 92%;
    }

.default-custom .item-product {
    clear: inherit;
    border: none;
    margin-bottom: 15px;
}

.default-custom {
    border: 1px solid #ddd;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-top: 3px solid #e01222;
}

    .default-custom .item-product .item-product {
        padding: 0;
    }

    .default-custom .item-product .content-item {
        padding: 0;
        border: none;
        margin-right: 15px;
        border-top: 1px solid #ddd;
        padding-bottom: 15px;
        padding-top: 20px;
        border-radius: 0;
    }

.content-item {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.default-custom .title-block {
    border-bottom: 1px solid #ddd;
}

    .default-custom .title-block h2 {
        margin: 0;
        font-weight: normal;
        padding: 8px 15px;
        text-align: left;
    }

        .default-custom .title-block h2 .primary-title {
            font-weight: 500;
            text-transform: uppercase;
            color: #e01222;
        }

.default-custom .list-item .item-product {
    margin: 15px 0;
    border-right: 1px solid #ddd;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.in-email > .main-email-news .sub-title {
    color: #fff;
    margin-bottom: 20px;
}

#footer {
    display: inline-block;
    background: #f5f5f5;
    width: 100%;
}

.app-list ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-flow: row wrap;
    padding: 50px 0;
    margin: 0;
}

    .app-list ul li {
        margin-right: 10px;
        font-size: 18px;
        font-weight: 700;
    }

#footer .item-fan-page {
    float: initial;
    padding: 0;
    padding-left: 0;
}

    #footer .item-fan-page .list-fan-page li {
        padding-right: 10px;
    }

    #footer .item-fan-page .title-menu-ft {
        float: left;
        padding-right: 25px;
        font-size: 18px;
        text-transform: uppercase;
        color: #222;
        font-weight: 700;
    }

    #footer .item-fan-page .list-fan-page li a i {
        width: 35px;
        height: 35px;
        line-height: 35px;
        background-color: #262626;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        font-size: 15px;
        text-align: center;
    }

    #footer .item-fan-page .list-fan-page li a:hover {
        color: #fff;
    }

    #footer .item-fan-page .list-fan-page li a {
        color: #fff;
    }

        #footer .item-fan-page .list-fan-page li a:hover i {
            background-color: #c59651;
        }

    #footer .item-fan-page .list-fan-page {
        padding: 0;
    }

.menu-footer-xml {
    float: right;
}

#footer .box-gallery .light-gallery {
    padding: 0 5px;
}

#footer .image-wrapper img {
    min-height: initial;
    height: 85px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#footer .image-wrapper {
    height: initial;
    margin-bottom: 10px;
}

.title-block .title-img {
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #222;
    line-height: 1.1;
}

#footer .box-gallery {
    margin: 0 -5px;
    margin-bottom: 30px;
}

.menu-footer-vertical .address-ft i {
    color: #fff;
}

.item-product.style-view-2:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
}

.action-product a {
}

    .action-product a i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: #e01222;
        border-radius: 50%;
    }

    .action-product a:hover i {
        background: #444;
    }

.col-sm-3.col-xs-12 .title-block h2 .primary-title:before {
    content: '\f03b';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-stretch: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    position: static;
    margin-right: 10px;
    color: #e01222;
}

.col-sm-3.col-xs-12 .box-detail-list-product {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 30px;
}

.col-sm-3.col-xs-12 .style-view-small.item-product .img {
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
}

.col-sm-3.col-xs-12 .rating-result {
    display: none;
}

.hover-action-product .img > a:before {
    content: '';
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    width: 100%;
    height: 100%;
}

.hover-action-product:hover .img > a:before {
    opacity: 1;
}

.banner-pro .item img:hover {
    opacity: 0.8;
}

.sub-slogan {
    float: right;
    margin: 0;
}

    .sub-slogan a {
        color: #666;
        font-size: 14px;
    }

        .sub-slogan a:hover {
            color: #de2432;
        }

.wsmenu-list > li > .navtext > .icon-products {
    display: block;
    background: url(/uploads/plugin/custom_img/2018-08-09/custom-hot-icon.png);
    position: absolute;
    width: 40px;
    height: 22px;
    background-repeat: no-repeat;
    top: -10px;
    right: 0;
}

.wsmenu-list > li > .navtext > .icon-news {
    display: block;
    background: url(/uploads/plugin/custom_img/2018-08-09/custom-new-icon.png);
    position: absolute;
    width: 40px;
    height: 22px;
    background-repeat: no-repeat;
    top: -10px;
    right: 0;
    color: transparent;
}

.addthis_inline_share_toolbox {
    clear: both;
}

#form-list .title-product {
    min-height: 40px;
}

.col-sm-3.col-xs-12 .item-product:last-child {
    margin: 0;
}

.product-detail #nav_detail .nav li.active a:after, .product-detail #nav_detail .nav li:hover a:after {
    height: 0px;
}

.product-detail .navbar {
    margin: 0;
    min-height: initial;
}

    .product-detail .navbar #nav_detail .navbar-nav li a {
        background: #ebebeb;
        margin: 0 5px 0 0;
        border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border: none;
        padding: 14px 20px;
        color: #222;
        text-transform: uppercase;
        font-weight: 400;
    }

    .product-detail .navbar #nav_detail .navbar-nav li.active a {
        background: #e01222;
        color: #fff;
    }

    .product-detail .navbar #nav_detail .navbar-nav li a:hover {
        color: #e01222;
    }

    .product-detail .navbar #nav_detail .navbar-nav li.active a:hover {
        color: #fff;
    }

.block-breadcrumb {
    position: relative;
}

.breadcrumb-box {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.breadcrumb > li a {
    color: #fff;
}
    /*.breadcrumb>li {font-weight: 700;}*/
    .breadcrumb > li a i {
        margin-right: 5px;
    }

.nav_title li a::before {
    content: '\f03b';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-stretch: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 18px;
    margin-right: 10px;
    background: transparent;
    color: #e01222;
    bottom: 0;
    position: relative;
}

.block-navigation .block-nav-left-mobile {
    border: 1px solid #f2f2f2;
    border-top: none;
    padding: 10px 20px;
}

.block-navigation .nav_title {
    margin: 0;
    background: #c59651; /* padding: 5px 20px; */
}

    .block-navigation .nav_title li a {
        font-weight: 700;
        color: #fff;
        padding: 14px 0;
        font-size: 16px;
    }

.block-navigation .block-nav-left-mobile ul li:last-child {
    border: none;
}

.block-navigation .block-nav-left-mobile ul li a:before {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-stretch: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 11px;
    margin-right: 10px;
}

.block-navigation .nav_title > li.active > a:before {
    content: '';
    margin: 0;
}

.block-partner {
    padding: 30px 0;
}

.about-us-box .sub-title {
    margin-bottom: 35px;
    font-size: 13px;
}

.wrap-about-item {
    margin-bottom: 50px;
    font-family: Roboto;
    font-size: 12px;
    color: #666666;
}

.banner-animate {
    background: url(/uploads/plugin/custom_img/2018-08-10/custom-bg-about-us-counter.jpg);
    padding: 55px 0;
}

.animate-1-top {
    text-align: center;
}

    .animate-1-top .counter-value {
        margin-top: 0;
        color: #fff;
        font-size: 40px;
    }

    .animate-1-top span {
        color: #fff;
        font-weight: 500;
        font-size: 20px;
    }

.row-team-3 {
    padding: 40px 0;
}

    .row-team-3 .wrap-team-item:hover .wrap-content {
        opacity: 1;
        visibility: visible;
    }

    .row-team-3 .wrap-team-item .wrap-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: row wrap;
        opacity: 0;
        visibility: hidden;
        background: rgba(0,0,0,.5);
        transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
    }

.wrap-team-item {
    position: relative;
}

.row-team-3 .wrap-team-item .wrap-content .social-item .fa {
    color: #fff;
    font-size: 18px;
    padding: 0 3px;
}

.row-team-3 [class*=col-] .wrap-info {
    background: #f5f5f5;
    padding: 15px 0 10px;
    visibility: hidden;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    text-align: center;
}

.row-team-3 [class*=col-]:hover .wrap-info {
    visibility: visible;
}

.default-custom .item-product.style-view-2:hover {
    box-shadow: none;
}

.box-contacts .nav_title li a::before {
    display: none;
}

.box-contacts .nav_title {
    margin-bottom: 0;
}

    .box-contacts .nav_title li a {
        font-size: 20px;
        font-weight: 500;
    }

.cate-list div img {
    width: 100%;
    border-radius: 5px;
}

#main .title-block .title-img {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

    #main .title-block .title-img:before {
        content: '';
        height: 2px;
        width: 60px;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        background: #e01222;
        bottom: -15px;
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
    }

.block-product-tab .product-left-right > .media {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    padding: 0 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.title-tab h2 .primary-title:before {
    content: '';
    height: 2px;
    width: 60px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    background: #e01222;
    bottom: -15px;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
}

.title-tab h2 .primary-title {
    position: relative;
}

.title_widget > a {
    color: #333;
}

.advanced-product .nav_title li a::before {
    content: '';
    display: none;
}

.sort-by-product .form-group {
    margin: 0;
}

.advanced-filter .nav_title {
    color: #444;
    font-weight: 600;
    height: 42px;
    line-height: 28px;
    background: #f3f3f3;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 15px;
}

.col-sm-3 .title_widget h2 span:before, .advanced-product h2:before {
    content: '\f03b';
    display: inline-block;
    font-family: FontAwesome;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 18px;
    margin-right: 10px;
    color: #e01222;
}

.col-sm-3 .title_widget h2 span:after {
    height: 0;
}

.col-sm-3 .title_widget h2 {
    text-align: left;
    font-size: 20px;
}

.col-sm-3 .title_widget h2 {
    margin: 0;
    margin-bottom: 30px;
}

.advanced-filter .content-box-left {
    padding: 15px 15px !important;
}

.advanced-filter > .box-left {
    border-top: 1px solid #e5e5e5;
}

    .advanced-filter > .box-left:first-child {
        border-top: none;
    }

.advanced-filter .refresh-filter {
    margin-left: 15px;
}

.button-modal .continue-shopping:hover {
    background: #ad0e1a;
}

.view-link .btn-primary {
    height: initial;
    background-color: #e01222;
    border-color: #e01222;
}

.bg_gray2 .btn-default {
    border: none;
}

#main > .box_module .box {
    margin-top: 20px;
}

.wrap-about-item .content-about-item {
    text-align: justify;
}

.wrap-team-item img {
    width: 100%;
}

body.page-404 {
    max-width: initial;
    min-height: 100vh;
}

/*404*/
.page-four {
    padding-top: 180px;
    padding-bottom: 180px;
    text-align: center;
}

    .page-four > .logo {
        width: 100%;
        float: left;
        position: relative;
        text-align: center;
    }

    .page-four > div > h1 {
        width: 100%;
        font-size: 160px;
        font-weight: bold;
        line-height: 160px;
    }

    .page-four > div:nth-child(2) {
        margin-bottom: 50px;
    }

        .page-four > div:nth-child(2) > p {
            font-weight: 300;
            font-size: 24px;
        }

.view-list .item-blogs .desc-blogs {
    min-height: initial;
}

.block-language .dropdown-menu {
    left: 0 !important;
}

#login-page .form-group {
    clear: both;
}

.wrap-item {
    display: flex;
    flex-direction: row;
    padding: 8px;
    border: 1px solid #ebebeb;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    min-height: 75px;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
}

    .wrap-item .item-img {
        height: 55px;
        width: 55px;
        line-height: 55px;
        text-align: center;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        margin-right: 20px;
        background: #e01222;
    }

    .wrap-item .item-content {
        padding-top: 8px;
    }

        .wrap-item .item-content .title {
            text-transform: uppercase;
            color: #222;
            margin: 0;
            font-size: 14px;
            font-weight: 500;
        }

        .wrap-item .item-content .sub-title {
            margin: 0;
            font-size: 14px;
            font-weight: 300;
        }

.policy {
    margin-bottom: 70px;
}

.wrap-item:hover {
    border: 2px solid #e01222;
}

.account-user .display-theme-2 a:hover {
    color: #e01222;
}

.wrap-avatar-member > img {
    top: 6px;
    margin-bottom: 12px;
}

.header-bottom .megamenu {
    left: -15px;
}

.about-us-box .title {
    font-size: 30px;
    font-weight: bold;
}

.wrap-about-item .title-about-item {
    margin-top: 0;
}

.wrap-avatar-member .name-member {
    margin: 0;
    font-size: 14px;
    color: #222;
    font-weight: normal;
    line-height: initial;
    text-transform: capitalize;
}

.wrap-list .btn.btn-view-more:hover, .wrap-list .btn.btn-view-more:active, .detail-list-blogs .btn-view-more:hover, .detail-list-blogs .btn-view-more:active {
    background: transparent;
    border-color: transparent;
    color: #ffba00;
    box-shadow: none;
}

.top-list-blogs-subpage .title-sub-category, .box-gallery > .title-sub-category {
    padding-left: 0;
}

.box-gallery > .title-sub-category {
    margin-bottom: 20px;
}

#main .item-qc.banner-pro {
    margin-bottom: 70px;
}

.padding-b-70 {
    margin-bottom: 70px !important;
}

.padding-t-70 {
    padding-top: 70px !important;
}

.box-st #sub-menu01 {
    margin-bottom: 30px;
}

.col-sm-3 .content-item {
    border: none;
    padding: 0;
}

.col-sm-3 .title_widget h2:after {
    height: 0px;
}

.col-sm-3 .title-blogs-item a {
    font-size: 14px !important;
}

.col-sm-3 .title-blogs-item {
    margin: 5px 0;
    height: initial;
}

.wsmenucontainer {
    float: left;
    font-family: 'Cambria';
    /* padding: 4px 0; */
}

.header-bottom {
    padding: 25px 0;
}

.bg-about-us {
    background: url(/uploads/plugin/custom_img/2018-09-29/1538229259-1285116402-custom.jpg);
    padding-top: 100px;
    background-size: cover;
}

.section-title-style h2 {
    font-size: 30px;
    color: #c59651;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    padding: 0 0 20px 0;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: "Open Sans",sans-serif;
}

    .section-title-style h2:after {
        content: "";
        width: 150px;
        height: 2px;
        background: #c59651;
        display: block;
        position: relative;
        bottom: -10px;
        left: 0;
        margin: 0;
    }

.section-title-style p {
    padding: 20px 0 0 0;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #bcbcbc;
    width: 100%;
    text-align: left;
    letter-spacing: 0.3px;
    font-family: "Open Sans",sans-serif;
}

.sign {
    float: left;
    margin-top: 40px;
}

.about-us-custom .contact-detail p {
    padding: 20px 0 0 0;
    margin: 0;
    font-size: 20px;
    color: #FFF;
    text-align: right;
    font-family: "Open Sans",sans-serif;
}

.about-us-custom .contact-detail {
    width: 100%;
    padding-top: 100px;
}

    .about-us-custom .contact-detail .phn-col {
        width: 100%;
        border: 3px solid #c59651;
        height: 80px;
        margin-top: 30px;
    }

    .about-us-custom .contact-detail .phone-icon {
        width: 92px;
        height: 75px;
        margin-right: 50px;
        float: left;
        background-color: #c59651;
        color: #FFF;
        text-align: center;
        font-size: 40px;
        line-height: 72px;
    }

    .about-us-custom .contact-detail h3 {
        text-align: left;
        font-size: 24px;
        color: #FFF;
        margin: 0;
        padding: 0;
        line-height: 70px;
    }

        .about-us-custom .contact-detail h3 b {
            text-align: left;
            font-size: 35px;
            color: #FFF;
        }

#practice-area .title-style {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #FFF;
    bottom: 65px;
    position: relative;
    padding: 20px;
}

#practice-area .section-title-style h2 {
    font-size: 26px;
    color: #000;
}

#practice-area .section-title-style span {
    color: #c59651;
    font-weight: bold;
}

#practice-area .section-title-style p {
    padding: 0;
    margin: 0;
    color: #bcbcbc;
    text-align: left;
    max-width: 650px;
}

#practice-area .single-prac-area .single-featured-icon {
    vertical-align: top;
    float: left;
}

#practice-area .single-prac-area .single-featured-text {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}

.single-featured-text h5 {
    color: #3e3e3e;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.single-featured-text p {
    text-align: left;
}

.mrgn-offset-top {
    margin-top: 100px;
}

#practice-area {
    padding: 0 0 100px;
}

.bg-attorneys {
    padding-bottom: 94px;
    padding-top: 95px;
    background-color: #f2f2f2;
}

.section-title-style {
    margin: 0 auto;
}

#our-attorneys-area .section-title-style h2 {
    text-align: center;
    font-size: 26px;
    color: #000;
    padding: 0;
}

    #our-attorneys-area .section-title-style h2:before {
        height: 0;
    }

#our-attorneys-area .section-title-style p {
    text-align: center;
    color: #878787;
    margin-bottom: 30px;
}

.block-support-grid .content-support {
    border: 4px solid #c59651;
    padding-bottom: 12px;
    padding-top: 17px;
    transition: all .5s ease;
    text-align: center;
}

.attorney-name h5 {
    margin: 0;
    color: #3b3946;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    transition: all .5s ease;
}

.attorney-name p {
    color: #3b3946;
    font-family: "Open Sans",sans-serif;
    font-size: 11px;
    margin: 0;
    text-transform: uppercase;
    margin-top: 2px;
    transition: all .5s ease;
}

.attorney-overlay {
    background: rgba(0,0,0,0.6) none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0;
}

.single-attorney:hover .attorney-overlay {
    opacity: 1;
}

.img-support {
    position: relative;
    overflow: hidden;
}

.single-attorney:hover .attorney-name {
    background: #c59651;
}

    .single-attorney:hover .attorney-name h5, .single-attorney:hover .attorney-name p {
        color: #fff;
    }

.margin-t-50 {
    margin-top: 50px !important;
}

.margin-b-50 {
    margin-bottom: 50px !important;
}

.block-title {
    text-align: center;
    margin-bottom: 30px;
}

    .block-title h2 {
        font-size: 26px;
        color: #000;
        padding: 0;
        /*text-transform: uppercase;*/
        font-weight: 700;
        margin-top: 0;
    }

p.slogan {
    text-align: center;
    color: #878787;
    margin-bottom: 30px;
}

.block-title .slogan {
    max-width: 600px;
    margin: 0 auto;
}

.content-support h4, .content-support p {
    margin: 0;
}

.content-support h4 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

.img-support:hover .attorney-overlay {
    opacity: 1;
}

.block-support-grid .item-support:hover .content-support {
    background: #c59651;
}

    .block-support-grid .item-support:hover .content-support h4, .block-support-grid .item-support:hover .content-support p {
        color: #fff;
    }

.bg-news-change {
    padding: 80px 0;
}

    .bg-news-change .block-title {
        text-align: left;
        margin-bottom: 60px;
    }

        .bg-news-change .block-title .slogan {
            max-width: initial;
            margin: initial;
            text-align: left;
        }

        .bg-news-change .block-title h2 {
            position: relative;
            margin-bottom: 40px;
        }

            .bg-news-change .block-title h2:before {
                content: '';
                width: 150px;
                height: 2px;
                background: #c59651;
                display: block;
                position: relative;
                top: 40px;
                left: 0;
                margin: 0;
            }

    .bg-news-change .more-blogs, .bg-news-change .btn-view-more {
        display: none;
    }

.title-blogs-item a {
    font-size: 14px !important;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    line-height: initial;
}

.news-block-change .list-item:nth-child(2n + 1) .item-blogs .img-blogs {
    float: right;
}

.news-block-change .list-item:nth-child(2n + 1) .info {
    padding-right: 15px;
    border-left: 3px solid #c59651;
}

.news-block-change .item-blogs {
    padding-bottom: 45px;
}

.news-block-change .list-item:last-child .item-blogs {
    padding: 0;
}

.bg-form {
    background: url(/uploads/plugin/custom_img/2018-10-02/1538475764-1084975768-custom.jpg);
    background-size: cover;
    position: relative;
    overflow: hidden;
}

    .bg-form:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.6);
        top: 0;
        left: 0;
        right: 0;
    }

.img-holder {
    position: relative;
    top: 50px;
}

.form-tu-van {
    background: rgba(0, 0, 0, 0.8);
    position: relative;
    overflow: hidden;
    padding: 50px 20px;
}

    .form-tu-van .title-lienhe {
        text-transform: uppercase;
        font-weight: bold;
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 40px;
        color: #fff;
    }

        .form-tu-van .title-lienhe:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 2px;
            background: #c59651;
        }

    .form-tu-van .form-control {
        background: transparent;
        border: none;
        border-bottom: 1px solid #fff;
        border-radius: 0 !important;
        padding-left: 0;
    }

    .form-tu-van textarea.form-control {
        min-height: 150px;
    }

    .form-tu-van .list-button {
        margin-top: 50px;
    }

    .form-tu-van .btn-submit {
        border-radius: 0;
        padding: 12px 25px;
    }

.bg-khach-hang {
    /*background: url(/uploads/plugin/custom_img/2018-10-02/1538492183-1873166659-custom.jpg);*/
    /*background-size: cover;*/
    padding: 50px 0;
    position: relative;
}

    .bg-khach-hang:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(45,45,45,0.8);
    }

.block-testimonial {
    color: #fff;
}

.content-testimonial {
    border: 1px solid #fff;
    padding: 0 20px 30px;
}

.quote-icon {
    width: 44px;
    height: 47px;
    background-color: #c59651;
    margin: auto;
    position: relative;
    top: -20px;
    text-align: center;
    line-height: 45px;
}

    .quote-icon img {
        margin: 0;
    }

.img-testimonial {
    margin-top: -25px;
}

    .img-testimonial img {
        border: 3px solid #FFF;
    }

.block-testimonial .item-customer {
    padding: 0;
}

.block-testimonial .owl-carousel .owl-wrapper-outer {
    padding: 20px 0;
}

.block-testimonial p.desc-customer {
    line-height: 30px;
    margin-bottom: 20px;
}

.block-testimonial .item-customer p.name {
    font-size: 20px;
    line-height: 20px;
    font-style: italic;
    color: #2c2c2c;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 0;
}

.block-testimonial p.chucvu {
    letter-spacing: 2px;
}

.bg-yellow {
    background: #BF9E58;
    padding: 40px 0;
}

.legal-problem-text h2 {
    margin: 0;
    color: #FFF;
    font-family: "PT Serif",sans-serif;
    font-size: 25px;
    font-style: italic;
}

.legal-problem-text h3 {
    color: #FFF;
    font-family: "Roboto",serif;
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0;
}

    .legal-problem-text h3 span {
        color: #000;
    }

.get-free-consultation-button a {
    background: #000 none repeat scroll 0 0;
    color: #FFF;
    display: inline-block;
    font-family: "PT Serif",sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-top: 15px;
    padding: 0px 17px 0px 23px;
    text-transform: capitalize;
    float: right;
    line-height: 42px;
}

.block-partners {
    padding: 30px 0;
}

.bg-attorneys .item-blogs {
    background: #fff;
}

.bg-attorneys .info {
    padding: 0 15px;
}

.news-block-change {
    padding-left: 60px;
}

.logo-footer img {
    margin-bottom: 20px;
}

.logo-footer p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #5D5F62;
    text-align: left;
    letter-spacing: 0.3px;
}

.logo-footer .readmore {
    color: #c59651;
    margin-top: 10px;
    display: table;
}

.img-support img {
    width: 100%;
}

.about-us-html {
    margin: 50px 0 100px 0px;
}

    .about-us-html .section-title-style h2 {
        margin-bottom: 30px;
        font-size: 26px;
        color: #000;
    }

        .about-us-html .section-title-style h2:before {
            width: 50px;
        }

    .about-us-html .mission-vision-text p {
        line-height: 24px;
        color: #878787;
    }

.mission-vision-signature {
    margin-top: 50px;
}

.tag-sidebar-widget, .sidebar-widget-text {
    margin-bottom: 40px;
    overflow: hidden;
    background-color: transparent;
}

    .tag-sidebar-widget h3, .sidebar-widget-text h3 {
        color: #FFF;
        background-color: #c59651;
        font-weight: 700;
        letter-spacing: .05em;
        margin: 0;
        padding: 16px 0 16px 20px;
        font-family: "Raleway",sans-serif;
        font-size: 16px;
        text-transform: uppercase;
    }

    .tag-sidebar-widget .tag-cloud, .sidebar-widget-text p {
        border: 1px solid #f2f2f2;
        padding: 15px;
        display: table-cell;
    }

        .tag-sidebar-widget .tag-cloud a {
            background: #ffffff none repeat scroll 0 0;
            border: 1px solid #e2e2e2;
            color: #787878;
            float: left;
            font-size: 13px;
            font-weight: 500;
            display: inline-block;
            border-radius: 4px;
            line-height: 38px;
            margin: 0px 10px 8px 0px;
            padding: 0 14px;
            text-transform: uppercase;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

    .sidebar-widget-text p {
        font-size: 14px;
        color: #8e8d8d;
        padding: 20px;
        line-height: 26px;
        font-weight: 500;
    }

#frm-send-contact textarea#content_textarea {
    height: 150px;
}

.section-title-offset {
    text-align: center;
    margin-bottom: 30px;
}

    .section-title-offset h2 {
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .section-title-offset p {
        line-height: 24px;
        color: #999999;
    }

.box-contacts {
    padding: 30px 0;
}

.bg-news-list .nav-right > .box-search-mobile > .btn-show-search {
    display: none;
}

.bg-news-list .box-search-mobile .box-search {
    display: block !important;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.bg-news-list .box-search-mobile {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.bg-news-list .box-search > .form-inline {
    margin: 0;
    border-radius: 0;
}

.block-navigation {
    clear: both;
}

.bg-news-list .box-search > .form-inline > .form-group > .input-group > .form-control {
    border: 2px solid #DDD; /* box-shadow: none; */
}

.bg-news-list .box-search-mobile .box-search > .form-inline > .form-group {
    width: 100%;
}

.bg-news-list .box-search-mobile .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    height: 42px;
    background: transparent;
    border-color: transparent;
    color: #000;
}

.wrap-list .list-item:not(.view-list) .item-blogs .info {
    border: 1px solid #f2f2f2;
    padding: 20px;
}

.wrap-list .item-blogs .img-blogs {
    margin-bottom: 0;
    padding-top: 50.66667%;
}

.wrap-list .item-blogs .info .title-blogs-item, .wrap-list .item-blogs .info .desc-blogs {
    height: initial;
}

.wrap-list .item-blogs .info .desc-blogs {
    min-height: unset;
}

.side-bar-left .nav li.active a {
    color: #000;
}

.bg-news-list .block-news .block-title {
    background: #c59651;
    text-align: left;
    margin-bottom: 0;
}
/*.bg-news-list .block-news .block-title h2 {*/
/*    color: #FFF;*/
/*    background-color: #0ca6fc;*/
/*    font-weight: 700;*/
/*    letter-spacing: .05em;*/
/*    margin: 0;*/
/*    padding: 16px 0 16px 20px;*/
/*    font-family: "Raleway",sans-serif;*/
/*    font-size: 16px;*/
/*    text-transform: uppercase;*/
/*}*/
.bg-news-list .block-news .row {
    border: 1px solid #f2f2f2;
    margin: 0;
    padding-top: 15px;
}

.bg-news-list {
    padding: 30px 0;
}

    .bg-news-list .title-blogs-item a {
        font-size: 11px !important;
    }

.fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    /*background: #B89B5E;*/
    /*padding: 16px 0;*/
    /*box-shadow: 0 0 3px #dddddd;*/
}


.block-support-grid p:nth-child(4) {
    display: none;
}

.block-support .content-support {
    text-align: center;
    padding: 20px 15px;
}

.section-title-default {
    margin-bottom: 30px;
}

    .section-title-default h2 {
        margin-top: 0;
        margin-bottom: 40px;
        position: relative;
        text-transform: uppercase;
        font-weight: 700;
    }

        .section-title-default h2:after {
            content: "";
            width: 100px;
            height: 2px;
            background: #c59651;
            display: block;
            position: relative;
            bottom: -10px;
            left: 0;
            margin: 0;
        }

.block-support .content-support p:nth-child(3) {
    margin-bottom: 10px;
    color: #b89b5e;
}

.block-support .content-support p:nth-child(4) {
    margin-bottom: 20px;
}

.block-support .content-support .view-profile {
    padding: 8px 20px;
    background-color: #000;
    color: #FFF;
    font-size: 14px;
    margin-top: 10px;
}

.news-block-change .new-number {
    font-size: 40px;
    color: #c59651;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
}

.news-block-change .title-blogs-item {
    height: initial;
}

.news-block-change .view-list .item-blogs .img-blogs {
    width: 43.2%;
    padding-top: 32%;
}

.bg-news-list .wrap-list .title-blogs-item a {
    font-size: 15px !important;
}

.block-support .owl-item .block-support-grid {
    padding: 0;
}

.bg-news-list .wrap-list .item-blogs .info .desc-blogs {
    min-height: initial;
}

.list-news-search .item-blogs .info .title-blogs-item {
    height: 57px;
}

.list-news-search .item-blogs .info .desc-blogs {
    height: 40px;
    min-height: initial;
}

.list-news-search .item-blogs .img-blogs {
    padding-top: 24.22222%;
}

.list-news-search .view-list .item-blogs .info {
    border: none;
}

.list-news-search .view-list .item-blogs {
    border: 1px solid #f2f2f2;
    padding: 0;
    margin-bottom: 30px;
}

    .list-news-search .view-list .item-blogs .info .title-blogs-item {
        height: initial;
    }

    .list-news-search .view-list .item-blogs .img-blogs {
        padding-top: 20.22222%;
        width: 32.33333%;
    }

.about-us-html .img-holder {
    top: 0;
}

@media (min-width: 1024px) {
    .title-block .title-img {
        text-align: left;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .category-item span {
        padding: 8px 18px; /* border-radius: 0; */
        -moz-border-radius: 0; /* -webkit-border-radius: 0; */
    }

    .nav-tab-right li {
        padding: 0;
    }

    .app-list ul {
        display: block;
        text-align: center;
    }

        .app-list ul li {
            display: inline-block;
        }

    .view-list .title-blogs-item a {
        font-size: 15px !important;
    }
}

@media (min-width: 768px) and (max-width: 1020px) {
    .banner-pro .item {
        width: 33.333%;
        float: left;
        padding: 0 15px
    }

    .banner-pro {
        margin: 0 -15px;
        margin-bottom: 50px;
        clear: both;
        overflow: hidden;
    }

    .banner-qc > .row > div > .item-qc {
        margin-top: 20px;
    }

    .advanced-filter .nav_title {
        height: initial;
    }

    .nav_title li a {
        font-size: 13px;
    }

    .wsmenu-list > li > .navtext > .icon-news {
        display: none;
    }

    #header .logo {
        padding: 25px 0;
    }

    .title-pc {
        top: -80px;
    }

    .bg-quangcao .banner-pro {
        margin: 0;
        margin-bottom: 50px;
    }

    .collapsed {
        margin: 0;
        margin-bottom: 0;
    }

    .col-sm-3 .title-blogs-item {
        max-height: 30px;
        min-height: 15px;
    }

    .col-sm-3 .title_widget h2 {
        font-size: 14px;
    }

    .col-sm-3 .view-list .title-blogs-item a {
        font-size: 14px !important;
    }
}

@media (max-width: 1200px) {
    .box-payment .box-cart-left > .card > .tab-content {
        padding: 15px;
    }

    .col-xs-12.col-sm-10.col-sm-offset-1.text-center {
        width: 100%;
        margin-left: 0;
        padding: 0;
    }

        .col-xs-12.col-sm-10.col-sm-offset-1.text-center li {
            padding: 0;
        }

    #footer > div > .container > .row > div {
        width: 50%;
    }

    #footer > .footer-mid > .container > .row > div {
        min-height: 292px;
    }

        #footer > .footer-mid > .container > .row > div:nth-child(3) {
            clear: both
        }

    .bg-menu {
        margin-bottom: 0;
    }

        .bg-menu .animated-arrow span, .animated-arrow span:before, .bg-menu .animated-arrow span:after {
            background: #fff;
        }

    .item-qc img {
        width: 100%;
    }

    .banner-qc > .row > div > .item-qc {
        margin-bottom: 0;
    }

    .bg-daily-deal .product-left-right > .media {
        border: none;
        border-top: 1px solid #ddd;
        margin: 0;
        padding-bottom: 15px;
    }

    #header .navbar-header {
        text-align: center;
    }

    .app-list ul > li:first-child, #footer .item-fan-page .title-menu-ft {
        display: none;
    }

    .wrap-about-item .content-about-item {
        text-align: justify;
    }

    .animate-1 {
        margin-bottom: 20px;
    }

    .banner-animate {
        padding: 22px 0;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .block-partner .item {
        margin-bottom: 30px;
    }

    .wrap-about-item > .row > div {
        text-align: center;
    }

    .wrap-about-item img {
        height: 60px;
    }

    .row-team-3 [class*=col-] .wrap-info {
        visibility: initial;
        margin-bottom: 30px;
    }

    .wsoffcanvasopener .wsmobileheader {
        z-index: 999999;
        position: fixed;
        top: -5px;
        left: 270px;
    }

    .wsoffcanvasopener .animated-arrow span:before, .wsoffcanvasopener .animated-arrow span:after {
        background: #B89B5E;
        width: 18px;
    }

    .title-blogs-item {
        height: initial;
    }

    .block-breadcrumb {
        margin-top: 0;
    }

    .wrap-item {
        margin-bottom: 20px;
    }

    .policy {
        margin-bottom: 30px;
    }

    .col-sm-3 .title_widget h2:after {
        height: 0px;
    }

    .col-sm-3 .title_widget h2 {
        margin-bottom: 20px;
    }

    .category-item span { /* border-radius: 0; */
        -moz-border-radius: 0; /* -webkit-border-radius: 0; */
    }

    .navbar-collapse {
        text-align: center;
    }

    .block-breadcrumb > .breadcrumb-box {
        position: relative;
        width: 100%;
        top: 0;
        transform: translateY(0);
        text-align: center;
        padding: 30px 0;
        background-size: cover;
    }

    .block-breadcrumb img {
        display: none;
    }
}

@media (max-width: 980px) {
    .news-block-change {
        padding-left: 0;
    }

    .single-prac-area {
        margin-top: 20px;
    }

    .mrgn-offset-top {
        margin-top: 15px;
    }

    .about-us-custom .contact-detail {
        padding-bottom: 100px;
    }

        .about-us-custom .contact-detail .phone-icon {
            margin-right: 25px;
        }

        .about-us-custom .contact-detail h3 {
            line-height: 34px;
        }

    .about-us-html .img-holder {
        display: block;
    }

    .form-tu-van {
        margin: 50px 0;
    }

    .item-support {
        margin-bottom: 30px;
    }

    .legal-problem-text h3 {
        line-height: initial;
    }

    .bg-attorneys .item-blogs {
        margin-bottom: 30px;
    }
}

@media (max-width: 1200px) and (min-width:1024px) {
    .hotline {
        padding: 0 5px;
        font-size: 13px;
    }

    .wsmenu-list > li {
        margin: 0;
    }

    .navbar-collapse.in {
        margin-top: 15px;
    }

    .banner-pro .item {
        margin-top: 30px;
    }

    .menu-footer-vertical {
        padding-bottom: 0;
    }

    #footer .box-gallery {
        margin-bottom: 30px;
    }

    .wsmenu-list > li > .navtext > .icon-products, .wsmenu-list > li > .navtext > .icon-news {
        display: none;
    }

    .form-tu-van textarea.form-control {
        min-height: 95px;
    }
}

@media (max-width: 1024px) and (min-width:768px) {
    .hour {
        background: #fff;
        color: #e01222;
        border-radius: 4px;
        padding: 0px 3px;
        min-width: 20px;
        text-align: center;
        font-weight: 700;
    }

    .header-bottom .megamenu .wstliststy02 {
        min-height: 145px;
    }

    .list-product-related .title-product {
        min-height: 40px;
    }

    .item-blogs .desc-blogs {
        min-height: 80px;
    }

    .list-news-search .item-blogs .info .title-blogs-item {
        height: 55px;
        margin-bottom: 10px;
    }

    .about-us-custom .contact-detail .phone-icon {
        margin-right: 25px;
    }

    .about-us-custom .contact-detail h3 {
        font-size: 20px;
    }

        .about-us-custom .contact-detail h3 b {
            font-size: 30px;
        }

    .list-news-search .item-blogs .info .desc-blogs {
        min-height: 60px;
    }

    .list-news-search .view-list .item-blogs .info .desc-blogs {
        min-height: initial;
    }

    .list-news-search .view-list .item-blogs .img-blogs {
        padding-top: 22.22222%;
    }

    .bg-news-list .col-sm-4 .view-list .title-blogs-item a {
        font-size: 12px !important;
        text-transform: none;
    }

    .bg-news-list .col-sm-4 .view-list .more-blogs {
        display: none;
    }

    .bg-news-list .col-sm-4 .view-list .title-blogs-item {
        margin: 0;
        max-height: 52px;
    }

    .block-support .content-support {
        padding: 20px 5px;
    }

    .news-block-change {
        padding-left: 15px;
    }
}

@media (max-width: 1020px) and (min-width:768px) {
    .legal-problem-text h3, .section-title-style h2 {
        font-size: 25px;
    }

    .block-language .item-dropdown {
        padding: 13px 10px 10px 0;
    }

    .bg-news-change {
        padding: 20px 0 50px 0;
    }

    .news-block-change .view-list .item-blogs .img-blogs {
        width: 35.2%;
        padding-top: 22%;
    }

    .bg-about-us {
        padding-top: 70px;
    }

    .bg-attorneys {
        padding-bottom: 40px;
        padding-top: 50px;
    }
}

@media only screen and (max-width: 1023px) {
    #list-method {
        width: 100%;
    }

    .choose-bank {
        width: 100% !important;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .bg-daily-deal .product-left-right:nth-child(2n) > .media:before {
        opacity: 0;
    }

    .footer-mid .title-block .title-img {
        text-align: left;
    }

    .megamenu .wstliststy02 {
        border-bottom: 1px solid rgba(0,0,0,0.13);
    }

    .wrap-about-item .title-about-item {
        text-align: left;
    }

    .banner-animate {
        padding: 22px 0 10px 0;
    }

    .list-meta-product > li > a {
        display: block;
    }
    /*#frm-send-contact .form-group {display: flex;}*/
    .bg-menu .animated-arrow {
        margin: 30px 0;
    }

    .wsmenucontainer.wsoffcanvasopener .animated-arrow {
        margin: 5px 0;
    }

    .bg-form .img-holder {
        display: none;
    }

    .about-us-html {
        margin: 20px 0 55px 0px;
    }

        .about-us-html .section-title-style h2 {
            font-size: 22px;
            position: relative;
        }

    .mission-vision-signature {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .hidden-desktop {
        display: none;
    }

    .p-50 {
        padding: 15px;
    }

    .box-search {
        margin-top: 0;
    }

        .box-search > .form-inline > .form-group > .btn-search {
            background: #e01222;
            color: #fff;
            border-radius: 0 5px 5px 0;
        }

    .nhslider .item_block {
        margin-bottom: 10px;
    }

    .item-qc {
        margin-bottom: 15px;
    }

    .navbar-collapse .nav-tab-right {
        overflow: initial;
        white-space: normal;
    }

        .navbar-collapse .nav-tab-right li {
            display: block;
        }

    .navbar-collapse #sub-menu01 li .tab-item {
        margin: 0;
        padding: 0 0 1px;
    }

        .navbar-collapse #sub-menu01 li .tab-item span {
            border-radius: 0;
        }

    #footer > div > .container > .row > div {
        width: 100%;
    }

    #footer > .footer-mid > .container > .row > div {
        min-height: initial;
    }

    .default-custom .item-product:nth-child(2) .content-item {
        border-top: 1px solid #ddd;
    }

    .app-list ul {
        list-style: none;
        display: block;
        align-items: center;
        padding: 20px;
        text-align: center;
    }

        .app-list ul li {
            margin: 0 10px;
            display: inline-block;
        }

    .block-breadcrumb > img {
        min-height: 85px;
    }

    .bg-daily-deal .product-left-right > .media:before {
        width: 0px;
    }

    .banner-qc > .row > div > .item-qc {
        margin-top: 15px;
    }

    .view-list .title-blogs-item {
        height: initial;
    }

    .block-navigation .bs-docs-sidenav {
        margin: 0;
    }

    .default-custom .item-product .content-item {
        margin-left: 15px;
    }

    .block-language {
        position: absolute;
        right: 0;
        z-index: 9999;
    }

    .bg-menu {
        padding: 10px 0;
    }

    .news-block-change .view-list .item-blogs .img-blogs, .img-holder {
        display: none;
    }

    .news-block-change .item-blogs {
        padding-bottom: 30px;
    }

    .header-top:after {
        content: '';
        background: rgb(164, 136, 78);
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 48px;
        z-index: 99;
        display: block;
        visibility: initial;
    }

    .bg-menu .animated-arrow {
        margin: 5px 0;
    }

    .mission-vision-signature {
        margin-bottom: 15px;
    }

    .get-free-consultation-button a {
        float: left;
    }
}

.ckeditor-post img {
    height: auto;
}

@media (max-width: 414px) {
    .bg-logo {
        display: none;
    }

    .block-language .dropdown-menu {
        left: initial !important;
        right: 0;
    }

    .block-breadcrumb > img {
        min-height: 112px;
    }

    .navbar-collapse {
        margin-top: 20px;
    }

    .price {
        min-height: 25px;
    }

    .wrap-about-item img {
        margin-bottom: 15px;
    }

    .default-custom .list-item .item-product {
        border-right: 0;
    }

    .active .category-item span, .category-item:hover span {
        color: #000;
        background: #fff;
    }

    .category-item span {
        background: #fff;
    }

    .wrap-about-item .title-about-item {
        text-align: center;
    }

    .col-sm-3 .content-item .noPadding {
        padding-right: 15px;
    }

    .title-block .title-img {
        margin-top: 10px;
    }

    .box-ft {
        padding: 0;
    }

    .app-list ul {
        padding: 20px 0;
    }

    #main .banner-right {
        margin-bottom: 50px;
    }

    .news-block-change .box-blogs.view-list .info .desc-blogs {
        display: block;
    }

    .section-title-style h2 {
        font-size: 25px;
    }

    .bg-about-us {
        padding-top: 30px;
    }

    .bg-news-change {
        padding: 50px 0;
    }

    .about-us-custom .contact-detail h3 b {
        font-size: 25px;
    }

    #practice-area .section-title-style h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .about-us-custom .contact-detail h3 {
        font-size: 15px;
        line-height: 30px;
    }

    .about-us-custom .contact-detail .phone-icon {
        margin-right: 15px;
    }

    .about-us-custom .contact-detail p {
        font-size: 17px;
        text-align: left;
    }

    #practice-area .title-style {
        margin-top: -65px;
        bottom: 0;
    }

    #practice-area {
        padding: 0 0 50px;
    }

    .bg-attorneys {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .menu-footer-xml {
        float: initial;
        text-align: center;
    }

    .title-menu-ft {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .account-user .dropdown-toggle {
        width: 35px;
    }

    .form-group > .captcha-img {
        max-width: 120px;
    }

    .text {
        width: 44%;
    }

    .title-block h2 {
        font-size: 18px;
    }

    #demo > div {
        font-size: 15px;
    }

    #frm-send-contact .txt-upper {
        float: left;
    }

    .title-blogs-item a {
        font-size: 15px !important;
    }
}

@media (max-width: 320px) {
    .app-list img {
        padding-bottom: 15px;
    }

    .box-ft {
        margin-bottom: 0;
        padding: 0;
    }

    #footer .box-gallery {
        margin-bottom: 30px;
    }

    .block-breadcrumb > img {
        min-height: 105px;
    }

    .title-main h1 {
        font-size: 17px;
    }

    .breadcrumb {
        text-transform: none;
        font-size: 13px;
    }

    .title-pc {
        top: -82px;
    }

    .section-title-style h2:before {
        height: 0px;
    }

    .about-us-custom .contact-detail h3 {
        font-size: 14px;
    }

        .about-us-custom .contact-detail h3 b {
            font-size: 20px;
        }

    .section-title-style h2 {
        font-size: 20px;
        padding: 0;
    }

    .block-title h2 {
        font-size: 20px;
    }

    .legal-problem-text h3 {
        font-size: 24px;
    }

    .bg-attorneys {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}
.ckeditor-post img {
    height: auto!important;
    max-width: 100%;
}