﻿/*FONT*/
:root {
    --main-green: #00ae41;
}

@font-face {
    font-family: "Roboto";
    font-weight: normal;
    font-style: normal;
    src: local("Roboto"), url("/fonts/Roboto.woff2") format("woff2"),url("/fonts/Roboto.woff") format("woff"),url("/fonts/Roboto.ttf") format("truetype"),url("/fonts/Roboto.eot?") format("embedded-opentype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto-Medium";
    font-weight: normal;
    font-style: normal;
    src: local("Roboto Medium"), local("Roboto-Medium"), url("/fonts/Roboto-Medium.woff2") format("woff2"),url("/fonts/Roboto-Medium.woff") format("woff"),url("/fonts/Roboto-Medium.ttf") format("truetype"),url("/fonts/Roboto-Medium.eot?") format("embedded-opentype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto-Black";
    font-weight: normal;
    font-style: normal;
    src: local("Roboto Black"), local("Roboto-Black"), url("/fonts/Roboto-Black.woff2") format("woff2"),url("/fonts/Roboto-Black.woff") format("woff"),url("/fonts/Roboto-Black.ttf") format("truetype"),url("/fonts/Roboto-Black.eot?") format("embedded-opentype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto-Bold";
    font-weight: normal;
    font-style: normal;
    src: local("Roboto Bold"), local("Roboto-Bold"), url("/fonts/Roboto-Bold.woff2") format("woff2"),url("/fonts/Roboto-Bold.woff") format("woff"),url("/fonts/Roboto-Bold.ttf") format("truetype"),url("/fonts/Roboto-Bold.eot?") format("embedded-opentype");
    font-display: swap;
}
/* END FONT*/
/* GENERAL MOD */
body {
    line-height: 24px;
    font-size: 16px;
    background: repeat-x center top;
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

html {
    position: relative;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    padding: 0;
    /*font-family: Roboto;*/
    /*font-family: "Montserrat", sans-serif;*/
    line-height: 1.4 !important;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

.box_skitter {
    background: white !important;
}

p {
    margin: 0;
    color: #4c4c4c;
}

a {
    /* color: #0f5ca3;*/
    color: #333;
}

    a:hover, a:active, a:focus,
    a h2:hover, a h2:active, a h2:focus,
    a h3:hover, a h3:active, a h3:focus {
        text-decoration: none;
        color: #004ea2 !important;
    }

    a.btn {
        color: #fff;
    }

        a.btn:hover, a.btn:active, a.btn:focus {
            color: #fff !important;
        }

.btn-buynext a.btn {
    color: #333 !important;
}

a.btn-xs:hover, a.btn-xs:active, a.btn-xs:focus {
    color: #000;
}

.fa {
    font-size: inherit !important;
}

.wauto {
    width: auto !important;
}

.input-validation-error {
    border-color: red !important;
}

.overflow-auto {
    width: 100%;
    overflow: auto;
}

    .overflow-auto > table {
        min-width: 480px;
    }

.modal {
    padding-left: 0 !important;
    padding-right: 0 !important;
    z-index: 999999;
}

.module-content-right {
    padding: 10px;
    background-color: #fff;
}

.content-right > div + div {
    margin-top: 30px;
}

.mod-desc {
    max-width: 992px;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
}

.title-mod-list-content h2 {
    line-height: 34px;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    color: #153252 !important;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.contain-home-left .module-content-left .title-mod-list-content h2,
.contain-home-right .module-content-right .title-mod-list-content h2 {
    text-align: left;
    color: #333 !important;
    line-height: 34px;
    font-size: 24px;
    text-transform: none;
    font-weight: bold;
    border: none;
    margin-bottom: 30px;
}

.title-mod-list-content.title-related-content h2 {
    text-align: left;
    margin-bottom: 20px;
    text-align: left;
    /*border-bottom: solid 1px #ddd;*/
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #246ab3 !important;
    background-color: #fff;
    padding: 10px 10px;
}

.detail-one-detail .title-mod-list-conten

t.title-related-content h2 {
    padding: 0px 0px;
}

.module-content-right h2 {
    text-align: left;
    /*border-bottom: solid 1px #ddd;*/
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    /*color: #246ab3 !important;*/
    color: #0075b0 !important;
    line-height: 42px;
}

.title-mnd-list-content {
    font-size: 26px;
    text-transform: none;
    font-weight: normal;
    line-height: 32px;
    padding: 0 0;
}
/* Paging */

#dvPagination {
    width: 100%;
    text-align: right;
}

.pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .pagination ul > li {
        float: left;
    }

        .pagination ul > li > span {
            padding: 5px 9px !important;
            line-height: 12px !important;
            margin: 3px !important;
            text-decoration: none;
            background-color: #ff6e17 !important;
            color: white;
            border-left-width: 0;
        }

        .pagination ul > li > a {
            padding: 5px 9px !important;
            line-height: 12px !important;
            margin: 3px !important;
            text-decoration: none;
            background-color: #2069b3 !important;
            color: white;
            border-left-width: 0;
        }

            .pagination ul > li > a:hover {
                text-decoration: underline;
                color: #fff !important;
            }

.pg-dots {
    padding: 0 !important;
    background-color: white !important;
    color: #D72725;
    margin: 0 !important;
}

/* End Paging */

.btn-seemore {
}

    .btn-seemore > a {
        border-radius: 5px;
        color: #fff;
        display: inline-block;
        font-size: 15px;
        height: 46px;
        line-height: 46px;
        margin-top: 22px;
        text-align: center;
        transition: all 0.3s ease 0s;
        width: 147px;
        text-transform: uppercase;
        background-color: #f6ad44;
        border: 1px solid #f6ad44;
        text-decoration: none;
    }

        .btn-seemore > a:hover {
            background-color: transparent;
            color: #f6ad44;
        }

.btn-readmore {
}

    .btn-readmore > a {
        border-radius: 5px;
        color: #fff;
        display: inline-block;
        font-size: 15px;
        height: 46px;
        line-height: 46px;
        margin-top: 22px;
        text-align: center;
        transition: all 0.3s ease 0s;
        width: 147px;
        text-transform: uppercase;
        background-color: transparent;
        border: 1px solid #fff;
        text-decoration: none;
    }

        .btn-readmore > a:hover {
            background-color: #f6ad44;
            color: #fff !important;
            border-color: #f6ad44;
        }


.box_skitter .image {
    padding: 0;
}

.paging-seemore {
    text-align: center;
    margin-top: 15px !important;
    margin-bottom: 30px;
}

    .paging-seemore a {
        background-color: #ed1d25;
        color: #fff;
        padding: 10px 0;
        border: solid 1px #ed1d25;
        width: 170px;
        display: inline-block;
        font-size: 16px;
        transition: all ease-in-out 0.2s;
    }

        .paging-seemore a:hover {
            background-color: #ed1d25 !important;
            color: #fff !important;
            border-color: #ed1d25;
        }

    .paging-seemore.opposite a {
        background-color: #fff;
        color: #ed1d25;
        border-radius: 4px;
    }

        .paging-seemore.opposite a:hover {
            background-color: #ed1d25;
            color: #fff;
        }

    .paging-seemore a i {
        font-size: 9px;
        margin-left: 3px;
    }

.bx-wrapper .bx-prev {
    background: url(/Content/Modules/CMS/Images/skitter/prev.png) no-repeat 0 !important;
}

.bx-wrapper .bx-next {
    background: url(/Content/Modules/CMS/Images/skitter/next.png) no-repeat 0 !important;
}

.bx-wrapper .bx-controls-direction a {
    width: 41px !important;
    height: 41px !important;
    opacity: 0;
}

    .bx-wrapper .bx-controls-direction a:hover, .bx-wrapper:hover .bx-controls-direction a {
        opacity: 1;
        transition: ease-in-out 0.5s;
    }

.bxslider {
    padding: 0;
}

.bx-wrapper {
    background-color: transparent;
}

    .bx-wrapper .slide a {
        width: 100%;
        position: relative;
        padding: 67% 0 0 0;
        background-color: #fff;
        display: block;
        overflow: hidden;
    }

        .bx-wrapper .slide a img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
        }

.pointer {
    cursor: pointer;
}

.youtube-container {
    position: relative !important;
    width: 100%;
    height: 0;
    padding-bottom: 67% !important;
    margin: 0px 0;
}

    .youtube-container .youtube-frame {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.dv-video-one.video-container {
    max-width: 800px;
    margin: auto;
}


.validation-summary-errors ul {
    list-style: none;
    padding: 0;
    color: red;
}

.modal-header {
    background-color: #2069b3;
    padding: 10px 15px;
    position: relative;
    color: #fff;
}

    .modal-header button {
        width: 20px;
        height: 20px;
        z-index: 9999;
        opacity: 1;
        min-width: initial !important;
        padding: 0 !important;
        line-height: 20px;
        font-size: 16px;
        color: #fff;
    }

    .modal-header h4 {
        font-size: 16px;
        text-transform: none;
        text-align: left;
        font-weight: bold;
    }

.modal-body {
    padding: 10px 15px;
}

.modal-footer {
    padding: 10px 15px;
}

.hot-phone {
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    left: 10px;
    border-radius: 100%;
    overflow: hidden;
    border: solid 1px #0078d7;
    background-color: #fff;
    height: 50px;
    width: 50px;
}

    .hot-phone a {
        display: inline-block;
        height: 50px;
        width: 50px;
        text-align: center;
    }

        .hot-phone a i {
            font-size: 20px;
            color: #0078d7;
            width: 21px;
            margin: 13px 0px;
        }

    .hot-phone:hover {
        border-color: #ed1d25 !important;
    }

        .hot-phone:hover a i {
            color: #ed1d25 !important;
        }

@media(max-width: 800px) {
    .title-mod-list-content h2 {
        /*margin-bottom: 15px;
        font-size: 20px;
        line-height: 28px;*/
    }

    .title-break-line .title-mod-list-content h2 span {
        font-size: 16px !important;
    }
}

@media(min-width: 531px) {
    /*.display-phone {
        display: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }*/
}

@media(max-width: 530px) {
    /*.display-pc {
        display: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }*/

    .mod-desc {
        margin-bottom: 10px;
    }

    .search-contain > span.title {
        width: 35%;
    }

    .search-contain > span.info {
        width: 64%;
        margin: 0 0 5px 1%;
    }

    .search-contain > button {
        margin-left: 0;
    }

    .search-contain > div > span.title {
        max-width: initial !important;
        margin-right: 0 !important;
        width: 100% !important;
        margin-bottom: 5px !important;
    }

    .search-contain > div > span.info {
        width: 100% !important;
    }

    .search-contain {
        padding: 10px;
        margin-top: 10px;
    }
}
/* END GENERAL MOD  */

/* SIZE AND POSITION OF CONTAINER*/
.dv-top-left {
    margin-left: 11px;
    float: left;
    width: auto;
}

.dv-top-right {
    float: right;
    width: auto;
}

.dv-container {
    width: 100%;
    padding: 0 0;
    position: relative;
}

.content-body-container {
    margin-bottom: 30px;
}

    .content-body-container.detail-2left-full-container {
        margin-bottom: 0;
    }

.contain-home {
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 50px;
}

.main-home .contain-home {
    margin-bottom: 0 !important;
}

.contain-home-left-right {
    background-color: #fff;
    padding-bottom: 50px;
}

    .contain-home-left-right:after {
        content: "";
        display: block;
        clear: both;
    }

.contain-home-left {
    width: 60%;
    float: left;
    padding-right: 15px;
}

.contain-home-right {
    width: 40%;
    float: right;
    padding-left: 15px;
}

    .contain-home-left .module-content-left,
    .contain-home-right .module-content-right {
        padding: 50px 0 0;
    }

/*.fix-border > div {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}*/

.fix-border > div:after {
    content: "";
    display: block;
    clear: both;
}

/*.fix-border > div.dt1-content {
        padding: 10px 15px 30px;
    }*/

.dt-container-detail-one {
    padding: 30px 0;
}

.detail-2left-container {
    position: relative;
}

    .detail-2left-container .content-main {
        width: 66%;
        float: left;
    }

    .detail-2left-container .content-right {
        width: 34%;
        float: right;
        padding-left: 20px;
    }

    .detail-2left-container .content-bottom {
        width: 100%;
        display: block;
        clear: both;
    }

.detail-one-col-container {
    margin-bottom: 10px;
    /*position: relative;
    padding: 10px;
    background-color: #fff;*/
}

.last-bottom {
    padding-bottom: 500px;
}

.contain-home-bottom .module-content-bottom {
    margin-top: 30px;
}

.contain-home-left-right > div > div:after {
    content: "";
    display: block;
    clear: both;
}

.nav-content-right {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .nav-content-right > li {
        position: relative;
        margin: 0;
        line-height: 1.4;
        border-bottom: 1px solid #ededed;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        padding: 8px 0 8px 15px;
    }

        .nav-content-right > li:last-child {
            border: none;
        }

        .nav-content-right > li.active > a {
            color: #eb151b !important;
        }

        .nav-content-right > li:before {
            content: "";
            display: inline-block;
            width: 0;
            height: 0;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            border-left: 4px solid #333;
            margin-left: -11px;
            margin-right: 10px;
        }

.modal-dialog {
    margin: 0 auto;
    top: 10px;
}

.contain-bottom .module-bottom {
    margin-top: 30px;
}

.contain-bottom > .module-bottom:first-child {
    margin-top: 0px;
}

.detail-2right-col-container {
    border-top: 1px solid #d8d1ca;
    border-bottom: 1px solid #d8d1ca;
    margin-bottom: 50px !important;
}

    .detail-2right-col-container .col-left {
        width: 30%;
        float: left;
        padding: 50px 15px 30px 0 !important;
    }

    .detail-2right-col-container .col-main {
        width: 70%;
        float: right;
        padding: 50px 5px 30px 20px !important;
        border-left: 1px solid #d8d1ca;
        min-height: 400px;
    }

        .detail-2right-col-container .col-main input.form-control,
        .detail-2right-col-container .col-main select.form-control {
            padding: 0px 10px;
            font-size: 16px;
            border-radius: 0;
            height: 50px;
        }

        .detail-2right-col-container .col-main textarea {
            font-size: 16px;
            border-radius: 0;
            height: 100px;
            max-width: 500px;
        }

        .detail-2right-col-container .col-main button,
        .detail-2right-col-container .col-main input[type="button"],
        .detail-2right-col-container .col-main a.btn {
            border-radius: 0;
            font-size: 16px;
            min-width: 150px;
            padding: 13px 0;
            background-color: #fff !important;
            color: #4a4a4a !important;
            border-color: #4a4a4a !important;
        }

        .detail-2right-col-container .col-main .btn-primary {
            background-color: #2069b3 !important;
            color: #fff !important;
            border-color: #2069b3 !important;
        }

.module-related-content {
    margin-top: 30px;
}

.grid-product.module-related-content {
    margin-top: 0 !important;
    margin-bottom: 30px;
}

@media(max-width: 1400px) {
    .top-slide.fix-border > div {
        padding: 0 !important;
    }
}

@media(max-width: 1100px) {
    /*.fix-border > div {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }*/

    /*.header .fix-border > div {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }*/

    .contain-home-left {
        width: 50%;
        padding-right: 5px;
    }

    .contain-home-right {
        width: 50%;
        padding-left: 5px;
    }
}

@media(max-width: 800px) {

    .contain-home-bottom > .module-content-bottom > div:before {
        margin-bottom: 25px !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .contain-home-bottom > .module-content-bottom {
        padding-bottom: 25px !important;
    }

    .detail-2left-container .content-main {
        width: 60%;
    }

    .detail-2left-container .content-right {
        width: 40%;
    }

    .contain-home-left {
        width: 100%;
        padding-right: 0px;
    }

    .contain-home-right {
        width: 100%;
        padding-left: 0px;
        margin-top: 100px;
    }
}

@media(max-width: 767px) {

    .dv-top-left p > strong {
        margin: 0 !important;
    }

    .dv-top-left p > a {
        margin-right: 10px;
    }

    /*.fix-border > div, .header .fix-border > div {
        padding: 0px 10px !important;
    }*/

    .fix-border > div.dt1-content {
        padding: 10px 10px 30px !important;
    }

    .fix-border > div.detail-2left-container {
        padding: 30px 10px 0 !important;
    }

    .dv-footer .footer.fix-border > div {
        padding: 30px 10px 10px !important;
    }

    .contain-home-left, .contain-home-right {
        width: 100%;
        float: none;
        clear: both;
        margin: 0;
    }

    .contain-home-left-right > div > div {
        margin: 0;
        border: none;
    }

    .contain-home-bottom {
        padding-bottom: 10px;
    }

        .contain-home-bottom .module-content-bottom {
            margin-top: 10px;
        }

    .detail-2right-col-container .col-left {
        width: 40%;
    }

    .detail-2right-col-container .col-main {
        width: 60%;
    }

    .contain-home > .module-content {
        margin-top: 50px;
    }

    .last-bottom {
        padding-bottom: 50px;
    }


    .content-body-container,
    .contain-home {
        margin-bottom: 30px;
    }

    .detail-one-col-container {
        margin-top: 0;
    }

    .detail-2left-container .content-main {
        width: 100%;
        float: none;
        clear: both;
        padding: 0;
    }

    .detail-2left-container .content-right {
        width: 100%;
        float: none;
        clear: both;
        padding: 0;
        margin-top: 30px;
    }

    .contain-home-left .module-content-left, .contain-home-right .module-content-right {
        padding-top: 50px;
    }

    .ct-article-detail.detail-ex > div {
        padding: 5px 10px !important;
    }

    .ct-article-detail.detail-ex {
        margin-bottom: 0px;
    }

    .content-ndefault-animation .title-mod-list-content.title-related-content h2 {
        font-size: 18px !important;
        line-height: 26px !important;
        font-weight: bold !important;
    }
}

@media(max-width: 530px) {

    .valign-modal-helper {
        margin: 0 auto !important;
    }

    .contain-bottom .module-bottom {
        margin-top: 5px;
    }

    .detail-2right-col-container {
        border-top: none;
        padding: 0 !important;
        margin-bottom: 30px !important;
    }

        .detail-2right-col-container .col-left,
        .detail-2right-col-container .col-main {
            width: 100%;
            float: none;
            clear: both;
            padding: 30px 20px 0 !important;
            border: none !important;
            min-height: initial;
        }

        .detail-2right-col-container .col-left {
            border-top: 1px solid #d8d1ca !important;
            margin-top: 30px;
        }

        .detail-2right-col-container .col-main button,
        .detail-2right-col-container .col-main input[type="button"],
        .detail-2right-col-container .col-main a.btn {
            margin-bottom: 5px;
            min-width: 130px;
        }

    .fix-border > div.detail-2right-col-container {
        padding: 0 0px !important;
    }

    .header .fix-border > div {
        width: 100%;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
/* END SIZE AND POSITION OF CONTAINER */

/*---LANGUAGE---*/
.dv-lang {
    float: right;
    margin-left: 15px;
}

    .dv-lang img {
        width: 24px;
    }

@media(max-width: 530px) {
    .dv-lang {
        margin-right: 15px;
    }
}
/*--END LANGUAGE--*/

/* HEADER */




.contact-top {
    width: auto;
    float: right;
    margin: 7px 0;
    margin-right: 5px;
}

    .contact-top img {
        max-width: 15px;
        margin-left: 15px;
        display: inline-block;
        vertical-align: middle;
    }



@media(max-width: 1100px) {
    .dv-top img {
        max-height: 96px;
    }

    .contact-top {
        margin-right: 45px;
    }
}

@media(max-width: 1000px) {
}

@media(max-width: 767px) {
}

@media(max-width: 530px) {
    .contact-top {
        margin-top: 11px;
        margin-bottom: 11px;
    }
}

/* END HEADER */

/*---SOCIAL---*/
.social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .social ul > li {
        display: inline-block;
        padding-left: 22px;
    }

        .social ul > li:first-child {
            padding-left: 0;
        }

        .social ul > li > a {
            font-size: 16px;
            display: block;
            padding: 0 3px;
        }

@media(max-width: 767px) {
    .social ul > li {
        padding-left: 5px;
    }
}
/*--END SOCIAL--*/

/*---LOGO---*/


@media(max-width: 1000px) {
}

@media(max-width: 767px) {
}
/* END LOGO */

/* MAIN MENU */






@media(max-width: 1024px) {
}

@media(max-width: 767px) {


    /*#temp-scroll {
        height: 89px;
    }*/
}
/*--END MAIN MENU--*/

/* MOD SEARCH */
.mod_search_content {
    float: right;
    position: relative;
    margin: 9px 0 5px;
}

    .mod_search_content a {
        color: #fff !important;
        font-size: 15px;
    }

    .mod_search_content #search-contain {
        position: absolute;
        right: -21px;
        margin-top: 10px;
        padding: 0;
        background-color: #fff;
        max-height: 0;
        overflow: hidden;
        z-index: 9999;
        -webkit-transition: max-height 0.4s ease-in-out;
        -moz-transition: max-height 0.4s ease-in-out;
        -ms-transition: max-height 0.4s ease-in-out;
        -o-transition: max-height 0.4s ease-in-out;
        transition: max-height 0.4s ease-in-out;
    }

        .mod_search_content #search-contain.active {
            max-height: 100px;
        }

        .mod_search_content #search-contain .input-group {
            margin: 12px 20px;
            background-color: #fff;
        }

            .mod_search_content #search-contain .input-group input {
                width: 200px;
                border-radius: 0;
                margin-right: 5px;
            }

            .mod_search_content #search-contain .input-group button,
            .btn-of-search {
                border-radius: 0;
                background-color: #080052;
                color: #fff;
            }

                .mod_search_content #search-contain .input-group button:hover,
                .mod_search_content #search-contain .input-group button:focus,
                .mod_search_content #search-contain .input-group button:active,
                .btn-of-search:hover,
                .btn-of-search:focus,
                .btn-of-search:active {
                    background-color: #0064a6;
                    color: #fff;
                }

.content-input-inline {
    width: 100%;
}

    .content-input-inline > span {
        display: inline-block;
        vertical-align: middle;
    }

        .content-input-inline > span > input,
        .content-input-inline > span > select {
            border-radius: 0;
        }

#mnu_txtSearch {
    width: 300px;
}

.search-content-contain > div {
    padding: 10px 20px;
    border: solid 1px #eee;
    margin-bottom: 20px;
}

@media(max-width: 992px) {
    .content-input-inline > span {
        width: 60% !important;
        margin-bottom: 5px;
    }

        .content-input-inline > span:last-child {
            width: auto !important;
        }

        .content-input-inline > span > input, .content-input-inline > span > select {
            width: 100% !important;
        }
}

@media(max-width: 767px) {
    .mod_search_content #search-contain {
        right: -155px;
        margin-top: 5px;
    }

    .content-input-inline > span {
        width: 80% !important;
    }
}

@media(max-width: 530px) {
    .mod_search_content {
        margin-top: 13px;
    }

        .mod_search_content #search-contain {
            margin-top: 9px;
        }
}
/*--END MOD SEARCH--*/

/*---SLIDE---*/
.slide-container {
    width: 100%;
    position: relative;
}

.slide-home {
    position: relative;
}

.jssorb051 {
    top: unset !important;
    bottom: 145px !important;
}

.slide-intro {
    position: absolute;
    bottom: 30px;
    right: 50px;
}

    .slide-intro > div {
        display: inline-block;
        vertical-align: middle;
        transition: all ease-in-out 0.2s;
    }

    .slide-intro > div {
        padding: 15px 15px;
        color: #fff;
        border-radius: 0px;
        position: relative;
    }

        .slide-intro > div:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background-color: #009688;
            opacity: 0.75;
        }

        .slide-intro > div > div,
        .slide-intro > div > p {
            position: relative;
        }


        .slide-intro > div + div {
            font-weight: 100;
            font-size: 14px;
            opacity: .9;
            filter: alpha(opacity=90);
            color: transparent !important;
            height: 145px;
            width: 38px;
            background-color: rgba(0,0,0,.2);
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            border: solid 1px rgba(0,0,0,.15);
            border-left: 1px solid rgba(255,255,255,.05);
            position: relative;
            margin-left: -388px;
        }

    .slide-intro:hover > div + div {
        background-color: rgba(0,0,0,.45);
    }

    .slide-intro > div + div > i {
        position: absolute;
        top: 50%;
        left: 48%;
        transform: translate(-50%, -50%);
        color: rgba(255,255,255,.9);
        font-size: 30px;
    }

    .slide-intro > div > div {
        overflow: hidden;
        width: 768px;
        line-height: initial !important;
    }

        .slide-intro > div > div:first-child {
            margin-bottom: 10px;
        }


    .slide-intro > div:first-child > div:after {
        content: "";
        clear: both;
        display: block;
    }

    .slide-intro > div:first-child > div > .img-contain {
        width: 242px;
        position: relative;
        float: left;
        padding: 112px 0 0 0;
        display: block;
    }

        .slide-intro > div:first-child > div > .img-contain img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100% !important;
            margin: auto;
            height: auto !important;
        }

    .slide-intro > div:first-child > div > .title-1, .slide-intro > div:first-child > div > .title-2 {
        font-size: 28px;
        line-height: 44px;
        color: rgba(255,255,255,.9);
        height: 44px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding-left: 20px;
    }

    .slide-intro > div:first-child > div > .title-1 {
        font-weight: bold;
        margin-top: 10px;
    }

.slide-carousel .next-prev-contain > a {
    background-image: none !important;
    width: 30px;
    height: 30px;
    top: auto;
    left: auto;
    bottom: auto;
    z-index: 1;
    transition: all ease-in-out 0.3s;
}

    .slide-carousel .next-prev-contain > a.left {
        top: 50%;
        transform: translate(0, -50%);
        left: 20px;
    }

    .slide-carousel .next-prev-contain > a.right {
        top: 50%;
        transform: translate(0, -50%);
        right: 20px;
    }

.slide-carousel .carousel-caption {
    position: absolute;
    right: 0;
    left: auto;
    bottom: 54px;
    width: calc(50% - 50px);
    text-align: right;
    padding: 0 15px;
    background: #f6ad44;
}

    .slide-carousel .carousel-caption:before {
        content: '';
        position: absolute;
        left: -50px;
        border-bottom: 50px solid #f6ad44;
        border-left: 50px solid transparent;
    }

.slide-carousel > .carousel.slide > .carousel-inner > .item > .carousel-caption > .carousel-title {
    line-height: 50px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    text-align: left;
    opacity: 0;
}

    .slide-carousel > .carousel.slide > .carousel-inner > .item > .carousel-caption > .carousel-title p,
    .slide-carousel > .carousel.slide > .carousel-inner > .item > .carousel-caption > .carousel-title span,
    .slide-carousel > .carousel.slide > .carousel-inner > .item > .carousel-caption > .carousel-title div,
    .slide-carousel > .carousel.slide > .carousel-inner > .item > .carousel-caption > .carousel-title strong,
    .slide-carousel > .carousel.slide > .carousel-inner > .item > .carousel-caption > .carousel-title i {
        color: #fff;
    }

.slide-carousel > .carousel.slide > .carousel-inner > .item.active > .carousel-caption > .carousel-title {
    -webkit-animation: rightToLeft 2s;
    animation: rightToLeft 2s;
    opacity: 1;
}

@-webkit-keyframes rightToLeft {
    from {
        right: -500px;
        opacity: 0;
    }

    to {
        right: 0px;
        opacity: 1;
    }
}

@keyframes rightToLeft {
    from {
        right: -500px;
        opacity: 0;
    }

    to {
        right: 0px;
        opacity: 1;
    }
}

@media(max-width: 1400px) {
    .jssorb051 {
        bottom: 103px !important;
    }
}

@media(max-width: 1024px) {
    .jssorb051 {
        bottom: 70px !important;
    }
}

@media(max-width: 767px) {
    .carousel-caption {
        display: none;
    }
}
/*--END_SLIDE--*/


/*---CONTENT---*/
/* Content List */

/*.list-content {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}*/

.five-item .list-content {
    margin: 0 -5px;
}

.mnu-listcontent .list-content {
    margin: 0 0px;
}

.module-content-right .list-content {
    margin: 0 0px;
}

.list-content > .dv-list-item {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding: 0 15px;
}

.three-col .list-content > .dv-list-item {
    width: 33.33%;
}

.five-item .list-content > .dv-list-item {
    width: 20%;
    padding: 0 5px;
}

.dv-relatedcontent .list-content {
    margin: 0 -5px;
}

    .dv-relatedcontent .list-content > .dv-list-item {
        width: 25%;
        padding: 0 5px;
    }

.module-content-right .list-content > .dv-list-item {
    width: 100%;
    padding: 0;
}

    .module-content-right .list-content > .dv-list-item > div {
        border: none;
    }

.mnu-listcontent .list-content > .dv-list-item {
    width: 100% !important;
    padding: 0 !important;
}

    .mnu-listcontent .list-content > .dv-list-item > div {
        padding: 15px;
    }

        .mnu-listcontent .list-content > .dv-list-item > div:after {
            content: "";
            clear: both;
            display: block;
        }

.dv-list-item > div {
    border: 1px #e5e5e5 solid;
    background-color: #fff;
}

.list-content > .dv-list-item + .dv-list-item + .dv-list-item + .dv-list-item + .dv-list-item {
    margin-top: 50px;
}

.five-item .list-content > .dv-list-item + .dv-list-item + .dv-list-item + .dv-list-item {
    margin-top: 0px;
}

    .five-item .list-content > .dv-list-item + .dv-list-item + .dv-list-item + .dv-list-item + .dv-list-item + .dv-list-item {
        margin-top: 20px;
    }



.module-content-right .list-content > .dv-list-item + .dv-list-item {
    margin-top: 5px !important;
    padding: 5px 0 0px !important;
    border-top: solid 1px #ddd;
}

.mnu-listcontent .list-content > .dv-list-item + .dv-list-item {
    margin-top: 15px !important;
}

.list-content .dv-img-block {
    position: relative;
}

.mnu-listcontent .list-content .dv-img-block {
    display: block;
    position: relative;
    overflow: hidden;
    width: 220px;
    float: left;
    margin-right: 20px;
}

.module-content-right .list-content .dv-img-block {
    width: 100px;
    float: left;
}

.list-content .dv-img-block a {
    display: block;
    position: relative;
    padding: 67% 0 0 0;
    overflow: hidden;
    width: 100%;
}

    .list-content .dv-img-block a img {
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: transform ease-in-out 0.6s;
    }

        .list-content .dv-img-block a img:hover {
            transform: scale(1.2);
        }

.list-content .title-list-content h3,
.content-owncousor-container .border-shadow .title-contain h3 {
    margin: 10px 0 5px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.five-item .list-content .title-list-content h3 {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
}

.module-content-right .list-content .title-list-content h3 {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    height: 60px !important;
    max-height: initial !important;
    -webkit-line-clamp: 3;
}

.mnu-listcontent .list-content .title-list-content h3 {
    padding: 0;
    margin: 0 0 3px;
    height: auto;
    max-height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.list-content .introtext-info {
    padding: 0 10px;
    margin-bottom: 10px;
}

    .list-content .introtext-info .introtext-content {
        height: 72px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
    }

.background-img .list-content .introtext-info .introtext-content {
    height: 60px;
}





/* Slide content */
.owl-theme .owl-nav {
    margin: 0 !important;
}

.owl-next {
    position: absolute;
    background-color: transparent !important;
    color: transparent !important;
    width: 20px;
    height: 30px;
    background-repeat: no-repeat !important;
    background-image: url(/Content/Images/next3.png) !important;
    background-size: 22px 30px !important;
    right: -22px;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0 !important;
    padding: 0 !important;
}

.owl-prev {
    position: absolute;
    background-color: transparent !important;
    color: transparent !important;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat !important;
    background-image: url(/Content/Images/prev3.png) !important;
    background-size: 22px 30px !important;
    left: -24px;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0 !important;
    padding: 0 !important;
}

.content-owncousor-container .border-shadow .intro-img {
    overflow: hidden;
    width: 100%;
}

    .content-owncousor-container .border-shadow .intro-img a {
        display: block;
        position: relative;
        padding: 67% 0 0 0;
        overflow: hidden;
        width: 100%;
    }

        .content-owncousor-container .border-shadow .intro-img a img {
            position: absolute;
            max-width: 100%;
            max-height: 100%;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            transition: all ease-in-out 0.6s;
        }

            .content-owncousor-container .border-shadow .intro-img a img:hover {
                transform: scale(1.2);
            }

.content-owncousor-container .border-shadow .introtext {
    clear: both;
    padding-top: 20px;
}

.content-owncousor-container .dv-list-item {
    padding: 0 5px;
}

.dv-relatedcontent {
    width: 100%;
}

    .dv-relatedcontent > h2 {
        text-align: left;
        border-bottom: solid 1px #ddd;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: bold;
        line-height: 34px;
        text-transform: uppercase;
    }

.dv-related-content-container {
    padding: 10px;
    background-color: #fff;
    border-top: solid 1px #ddd;
}

.detail-one-detail .dv-related-content-container {
    padding: 10px 0;
}

@media(max-width: 530px) {
    .dv-related-content-container {
        padding: 10px 0;
    }
}

/* End Slide content*/

.background-img {
    padding: 50px 0;
    margin: 0 !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.background-color {
    padding: 50px 0;
}

.background-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    opacity: 0.5;
}

.background-img > div {
    z-index: 1;
    position: relative;
}

    .background-img > div .title-mod-list-content h2 {
        color: #fff !important;
        text-align: left;
        font-size: 28px;
        font-weight: normal;
        text-transform: uppercase;
        margin: 0 0 30px;
        line-height: 38px;
    }

.background-img .list-content .title-list-content h3 {
    margin: 15px 0 15px;
    padding: 0 15px;
    text-transform: uppercase;
}

.background-img .list-content .introtext-info {
    padding: 0 15px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}

.go-detail {
    text-align: right;
    margin: 0 10px -16px 0;
}

.date-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: url(/Content/Images/bg-yellow-tranparent.png);
    z-index: 9;
    color: #fff;
    width: 100px;
    display: none;
}

    .date-content > div {
        z-index: 1;
        padding-top: 100px;
    }

        .date-content > div > span {
            display: inline-block;
            width: 100%;
            vertical-align: top;
            text-align: center;
            font-size: 26px;
            line-height: 26px;
            font-weight: bold;
        }

            .date-content > div > span.dv-line:after {
                content: "";
                height: 3px;
                width: 10px;
                background-color: #fff;
                margin: 10px auto 0;
                display: block;
            }

            .date-content > div > span.years {
                font-size: 18px;
            }

@media(max-width: 1100px) {
    .date-content > div {
        padding-top: 70px;
    }
}

@media(max-width: 1000px) {
    .owl-next {
        right: 5px;
    }

    .owl-prev {
        left: 5px;
    }

    .list-content {
        margin: 0 -10px;
    }

        .list-content > .dv-list-item {
            padding: 0 10px;
        }

    .mnu-listcontent .list-content > .dv-list-item {
        width: 33.33%;
    }

        .mnu-listcontent .list-content > .dv-list-item + .dv-list-item + .dv-list-item + .dv-list-item,
        .mnu-listcontent .list-content > .dv-list-item + .dv-list-item + .dv-list-item + .dv-list-item + .dv-list-item {
            margin-top: 10px !important;
        }

    .dv-relatedcontent .list-content > .dv-list-item {
        width: 33.33%;
    }

        .dv-relatedcontent .list-content > .dv-list-item + .dv-list-item + .dv-list-item + .dv-list-item {
            margin-top: 10px !important;
        }

    /*.group-content {
        margin: 0 -10px;
    }

        .group-content .groupcontent-view {
            padding: 0 10px;
        }*/

    .date-content > div {
        padding-top: 20px;
    }
}

@media(max-width: 767px) {
    .ct-article-detail {
        margin: 0 0 30px;
    }

    .dv-relatedcontent .list-content {
        margin: 0 -5px;
    }

        .dv-relatedcontent .list-content > .dv-list-item {
            width: 50%;
        }

            .dv-relatedcontent .list-content > .dv-list-item + .dv-list-item + .dv-list-item + .dv-list-item,
            .dv-relatedcontent .list-content > .dv-list-item + .dv-list-item + .dv-list-item + .dv-list-item + .dv-list-item {
                margin-top: 10px !important;
            }

    .dv-relatedcontent > h2 {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 30px;
    }

    /*.list-content {
        margin: 0 -5px;
    }*/

    .list-content > .dv-list-item {
        width: 50%;
        padding: 0 5px;
    }

    .go-detail {
        display: none !important;
    }

    .list-content > .dv-list-item + .dv-list-item + .dv-list-item,
    .mnu-listcontent .list-content > .dv-list-item + .dv-list-item {
        margin-top: 10px !important;
    }

    .three-col .list-content > .dv-list-item + .dv-list-item + .dv-list-item {
        margin-top: 0px !important;
    }

    .date-content {
        display: none;
    }
}

@media(max-width: 530px) {

    .list-content .ct-related {
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
    }

    .related-content-contain .related-title a h3 {
        margin: 0;
        font-size: 16px;
        line-height: 21px;
    }

    .owl-next {
        right: 0px;
    }

    .owl-prev {
        left: 0px;
    }

    .list-content > .dv-list-item {
        width: 100% !important;
        padding: 0 !important;
    }

        /*.list-content {
        margin: 0 0px !important;
    }*/

        .list-content > .dv-list-item + .dv-list-item,
        .three-col .list-content > .dv-list-item + .dv-list-item + .dv-list-item {
            margin-top: 10px !important;
        }

        .list-content > .dv-list-item > div {
            padding: 10px !important;
        }

            .list-content > .dv-list-item > div:after {
                content: "";
                display: block;
                clear: both;
            }

    .list-content .dv-img-block {
        width: 100px !important;
        float: left !important;
        margin-right: 10px !important;
        margin-bottom: 0 !important;
    }

    .first-mg-none ul.group-content > li:first-child > .list-content > .dv-list-item:first-child,
    .mnu-listcontent .list-content > .dv-list-item:first-child {
        margin-top: 0;
    }

    .list-content > .dv-list-item .title-list-content h3 {
        margin: 0;
        padding: 0;
        height: auto;
        max-height: 52px;
        text-transform: none;
    }

    .group-content .groupcontent-view {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .group-content .group-title {
        padding: 0 15px;
        margin: 15px 0 0;
    }

    .dv-relatedcontent .list-content > .dv-list-item > div {
        border: none;
    }

    .detail-one-detail .dv-relatedcontent .list-content > .dv-list-item > div {
        padding: 0 !important;
    }

    .dv-relatedcontent .list-content > .dv-list-item .dv-img-block {
        width: 100px;
        float: left;
        position: relative;
    }

    .dv-relatedcontent .list-content > .dv-list-item .introtext-info {
        display: none !important;
    }

    .dv-relatedcontent .list-content .title-list-content h3 {
        margin: 0 !important;
        font-size: 14px !important;
        line-height: 20px !important;
        height: 60px !important;
        max-height: initial !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
    }

    .dv-relatedcontent .list-content > .dv-list-item {
        padding: 0;
    }

    .dv-relatedcontent .list-content {
        margin: 0;
    }

    .list-content .introtext-info {
        display: none;
    }

    .mnu-listcontent.content-ndefault-animation.content-sp .list-content .introtext-info {
        display: block;
        margin-top: 5px;
    }

    .go-detail {
        display: none;
    }
}

/*--END CONTENT--*/

/*---VIDEO---*/
.dv-video-one {
    width: 100%;
}

.dv-video {
    width: 100%;
    padding-right: 10px;
}

.dv-video-img {
    border: 1px #ebebeb solid;
    padding: 1px;
    position: relative;
}

    .dv-video-img > a {
        display: block;
        width: 100%;
        position: relative;
        height: 0;
        padding: 67% 0 0 0;
        overflow: hidden;
    }

        .dv-video-img > a > img {
            position: absolute;
            display: block;
            max-width: 100%;
            max-height: 100%;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

.ico-play {
    display: none;
    position: absolute;
    margin-top: -32px;
    margin-left: -32px;
    top: 50%;
    left: 50%;
}

.dv-video-img > a > .ico-play {
    display: inline-block;
    z-index: 10;
    cursor: pointer;
}


.dv-album {
    width: 100%;
    float: left;
    padding-right: 10px;
}

.dv-contain-album {
    border: 1px #F0F0F0 solid;
    padding: 1px;
    position: relative;
}

    .dv-contain-album > .acs {
        left: 1px;
        right: 1px;
        width: 100%;
        text-align: left;
        bottom: 1px;
        position: absolute;
        overflow: hidden;
        background: rgba(0,0,0,0.6); /* #808080;*/
        opacity: 0.60;
        display: none;
        -ms-filter: "alpha(opacity=0.6)";
        cursor: pointer;
        -moz-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
    }


    .dv-contain-album > a {
        display: block;
        width: 100%;
        position: relative;
        height: 0;
        padding: 56.25% 0 0 0; /*sua ti le anh*/
        overflow: hidden;
    }

        .dv-contain-album > a > img {
            position: absolute;
            display: block;
            max-width: 100%;
            max-height: 100%;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

.acs .name-album {
    padding-left: 5px;
    margin: 0;
    font-size: 11px;
    color: #FFF;
    line-height: 2.3;
    text-shadow: 1px 1px 0 black;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.acs .quantity-album {
    margin: 0;
    font-size: 12px;
    color: #FFF;
    line-height: 13px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.dv-contain-album:hover > .acs {
    display: block;
    background: #333;
    color: #fff;
}

.module-image {
    margin: 10px -5px 0;
}

.img-item-gallery, .grid-sizer {
    width: 20% !important;
    float: left;
    padding: 0 5px !important;
}

    .img-item-gallery > div {
        background-color: #fff;
    }

#list-image-id > .img-item-gallery + .img-item-gallery + .img-item-gallery + .img-item-gallery + .img-item-gallery + .img-item-gallery {
    margin-top: 15px !important;
}

.img-item-gallery > div {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .img-item-gallery > div > a {
        width: 100%;
        display: block;
        position: relative;
        padding: 100% 0 0 0;
    }

        .img-item-gallery > div > a img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
            width: initial;
        }

    .img-item-gallery > div .acs-img {
        bottom: 0;
        left: 0;
        right: 0;
    }

.showvideo {
    width: 100%;
}

.menu-list-content.showvideo {
    width: 100%;
    padding: 0;
    float: none;
    clear: both;
}

    .menu-list-content.showvideo .video-contain {
        margin: 30px -5px;
    }

.menu-list-content .dv-video-one {
    width: 33%;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 30px;
}

.menu-list-content .video-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
    display: none;
}

.mod-video .video-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin: 5px 0;
    position: relative;
    width: 100%;
    padding-left: 20px;
    display: none;
}

    .mod-video .video-title.title-first {
        padding: 0;
    }

    .mod-video .video-title i {
        color: #fcb92a;
        position: absolute;
        left: 4px;
        top: 5px;
        font-size: 10px;
    }

.video-iframe-container {
    width: 100%;
    position: relative;
}

@media(max-width: 767px) {
    .showvideo {
        width: 100%;
        padding: 0;
    }

    .menu-list-content .dv-video-one {
        width: 49%;
    }

    .img-item-gallery, .grid-sizer {
        width: 33.33% !important;
    }

    #list-image-id > .img-item-gallery + .img-item-gallery + .img-item-gallery + .img-item-gallery,
    #list-image-id > .img-item-gallery + .img-item-gallery + .img-item-gallery + .img-item-gallery + .img-item-gallery + .img-item-gallery,
    #list-image-id > .img-item-gallery + .img-item-gallery + .img-item-gallery + .img-item-gallery + .img-item-gallery + .img-item-gallery + .img-item-gallery {
        margin-top: 10px !important;
    }
}

@media(max-width: 530px) {
    .menu-list-content .dv-video-one {
        width: 100%;
        padding: 0;
    }

    .showvideo {
        padding-top: 0 !important;
    }

        .showvideo > div:before {
            content: '';
            clear: both;
            width: 100%;
            height: 1px;
            background: #684a26;
            background: -webkit-linear-gradient(to right, #684a26, #f6ad44, #684a26);
            background: linear-gradient(to right, #684a26, #f6ad44, #684a26);
            display: block;
            margin-bottom: 20px;
        }

    .img-item-gallery, .grid-sizer {
        width: 50% !important;
    }

    #list-image-id > .img-item-gallery + .img-item-gallery + .img-item-gallery {
        margin-top: 10px !important;
    }
}
/*--END VIDEO--*/

/*---NEWLETTER---*/
.newletter-container {
    clear: both;
    padding-top: 10px;
}

    .newletter-container .dv-newletter input {
        width: calc(100% - 100px);
        border-radius: 0;
        float: left;
        text-indent: 10px;
        height: 40px;
        line-height: 40px;
    }

    .newletter-container .dv-newletter button {
        margin: 0 0 0 10px;
        padding: 0;
        width: 90px;
        height: 40px;
        line-height: 40px;
        border: none;
        background: #fff;
        color: #2d3e50;
        font-weight: bold;
        border-radius: 0;
        transition: all ease-in-out 0.3s;
    }

        .newletter-container .dv-newletter button:hover {
            background-color: #f6ad44;
            color: #fff;
        }
/*--END NEWLETTER--*/

/*---CONTACT---*/
.ct-contact {
    margin: 0px !important;
    /*border-top: solid 1px #eee;*/
}

.contact-group {
    width: 100%;
    margin-bottom: 5px;
}

.lb-title {
    display: inline-block;
    width: 110px;
    text-align: left;
    margin-right: 5px;
    float: left;
}

.contact-control {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    overflow: hidden;
}

.contact-adress {
    color: #0099cc;
    padding: 10px;
}

.googlemap {
    padding: 0 10px;
}

.note-contact {
    /*color: #164397;*/
}

.btn-send {
    background-color: #f6ad44 !important;
    border: 1px solid #f6ad44 !important;
    color: #fff;
}

    .btn-send:hover {
        /*background-color: #0099cc;
        border: 1px solid #0099cc;*/
    }

.ct-contact .contact-header {
    line-height: 30px;
    /*width: 50%;
    float: left;*/
    margin-top: 30px;
    padding-right: 15px;
}

.ct-contact .contact-input-container {
    width: 50%;
    float: right;
    margin-top: 30px;
    padding-left: 15px;
}

.ct-contact > .col-md-12 {
    padding: 0;
}

    .ct-contact > .col-md-12 > .col-md-6 {
        padding-left: 8px !important;
        padding-right: 8px !important;
        background-color: #fff;
        margin: 0 1% 0 0 !important;
        width: 49% !important;
        font-size: 16px;
    }

        .ct-contact > .col-md-12 > .col-md-6 .lb-title-top {
            margin-top: 30px;
            font-size: 16px;
            text-transform: uppercase;
        }

@media(max-width: 1020px) {
    .contact-control {
        max-width: 300px;
    }
}

@media(max-width: 767px) {
    .ct-contact > .col-md-12 > .col-md-6 {
        margin: 0 0 30px !important;
        width: 100% !important;
        float: none;
        clear: both;
        padding: 1px 0px !important;
    }

    .ct-contact .contact-header {
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media(max-width: 530px) {
    .ilnb.capcha-content {
        margin: 5px 0;
    }
}
/*--END CONTACT--*/

/*---FOTTER---*/


.footer-right {
    width: 22%;
    float: left;
    padding: 0 0 0 30px;
    margin-bottom: 20px !important;
}

    .footer-right.last-right {
        width: 38%;
    }

.footer-left {
    width: 40%;
    float: left;
    margin-bottom: 20px !important;
}

    .footer-left ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-left .nav-footer > li {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        margin-right: -4px;
        padding-right: 20px;
        margin-bottom: 20px;
    }

        .footer-left .nav-footer > li > a {
            font-weight: bold;
        }

        .footer-left .nav-footer > li > ul {
            margin-top: 10px;
        }

.footer-left, .footer-right {
    padding-right: 20px !important;
}

@media(max-width: 1100px) {
    .dv-footer .footer .fix-border {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media(max-width: 1000px) {
    .footer-left {
        width: 65%;
    }

    .footer-right {
        width: 35%;
    }

        .footer-right.last-right {
            width: 100%;
            float: none;
            clear: both;
            padding: 0;
        }
}

@media(max-width: 767px) {
    .fix-border > div.footer-right {
        width: 100%;
        float: none;
        clear: both;
        padding: 0 10px !important;
        margin-bottom: 30px;
    }

    .fix-border > div.footer-left {
        width: 100%;
        float: none;
        clear: both;
        padding: 0 10px !important;
    }

    .dv-footer-top {
        /*padding-top: 20px;*/
    }

    .module-footer-top {
        padding-bottom: 20px;
    }
}

@media(max-width: 650px) {
    .footer-left, .footer-right {
        width: 100% !important;
        padding: 0 !important;
        float: none;
        clear: both;
        margin-bottom: 20px;
    }
}

@media(max-width: 530px) {
    .footer-left .nav-footer > li {
        width: 100%;
        padding: 0;
        margin: 0;
        margin-bottom: 30px;
    }
}
/*--END FOOTER--*/

/*---PRODUCT---*/
.my-account, .dv-lang, .shoppingcart {
    float: right;
    margin-left: 20px;
    cursor: pointer;
    /*color: #fff;*/
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
}

    .dv-lang a {
        font-size: 16px;
        line-height: 16px;
        height: 17px;
        display: inline-block;
        margin-top: -1px;
        float: right;
    }

.shoppingcart {
    cursor: context-menu;
}

    .shoppingcart > a,
    .shoppingcart > a:hover {
        cursor: pointer;
        color: #327ad0 !important;
    }

.shoppingcart {
    position: relative;
}

    .shoppingcart > a:hover {
        color: #fff;
    }

    .shoppingcart > a img {
        width: 18px;
    }

    .shoppingcart > a span {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 11px;
        text-align: center;
        border: 1px solid #fff;
        border-radius: 20px;
        background: #ec1d26;
        position: absolute;
        top: -5px;
        right: -10px;
    }

.new-product {
    margin-top: 30px;
}

.grid-product #product_container .inner {
    margin-left: -15px;
    margin-right: -15px;
}

.mnu-list-product.grid-product #product_container .inner {
    margin-left: 0px;
    margin-right: 0px;
}

.product-banner.grid-product #product_container .inner {
    margin-left: -5px;
    margin-right: -5px;
}

.four-products.grid-product #product_container .inner > div.dv-item + div.dv-item + div.dv-item + div.dv-item + div.dv-item {
    margin-top: 20px;
}

.grid-product .inner .dv-item {
    width: 25%;
    padding: 0 15px;
    text-align: left;
    position: relative;
    display: inline-block;
    margin-right: -4px !important;
    vertical-align: top;
}

.mnu-list-product.grid-product .inner .dv-item {
    width: 16.66%;
    padding: 0;
}

.product-banner.grid-product .inner .dv-item {
    margin-right: -4px !important;
    padding: 0 5px;
}

.grid-product .inner {
    margin-top: -20px;
}

    .grid-product .inner > .dv-item {
        margin-top: 20px;
    }

.mnu-list-product.grid-product .inner {
    margin-top: 0px;
}

    .mnu-list-product.grid-product .inner > .dv-item {
        margin-top: 0px;
    }

.product-search.grid-product .inner .dv-item {
    margin-bottom: 10px;
}

.one-col.mnu-list-product.grid-product .inner .dv-item {
    width: 16.66%;
}

.one-col.mnu-list-product.grid-product .inner > .dv-item + .dv-item + .dv-item + .dv-item + .dv-item {
    margin-top: 0px;
}

    .one-col.mnu-list-product.grid-product .inner > .dv-item + .dv-item + .dv-item + .dv-item + .dv-item + .dv-item + .dv-item {
        /*margin-top: 10px;*/
    }

.product-search.grid-product .form-search {
    margin-bottom: 20px;
    border: solid 1px #ddd;
    padding: 10px 20px;
    background-color: #fff;
}

    .product-search.grid-product .form-search > div {
        width: 100%;
    }

    .product-search.grid-product .form-search .searchtext {
        width: 30%;
    }

    .product-search.grid-product .form-search button {
        border-radius: 0;
        background-color: #ed1d25 !important;
        color: #fff !important;
        border-color: #ed1d25 !important;
        width: 60px;
        transition: all ease-in-out 0.3s;
    }

        .product-search.grid-product .form-search button:hover {
            background-color: #22572a !important;
            border-color: #22572a !important;
        }

.grid-product.four-products .inner .dv-item {
    width: 25%;
}

.grid-product.three-products .inner .dv-item {
    width: 33.33%;
}

.module-related-content.grid-product.three-products .inner .dv-item {
    margin-bottom: 20px;
}

.grid-product .item-thumbnail {
    background: #fff;
    padding: 15px;
    border-top: solid 1px #eee;
    border-right: solid 1px #eee;
    transition: all ease-in-out 0.2s;
}

.mnu-list-product.grid-product .inner > .dv-item:nth-child(6) .item-thumbnail,
.mnu-list-product.grid-product .inner > .dv-item:nth-child(12) .item-thumbnail,
.mnu-list-product.grid-product .inner > .dv-item:nth-child(18) .item-thumbnail,
.mnu-list-product.grid-product .inner > .dv-item:nth-child(24) .item-thumbnail,
.mnu-list-product.grid-product .inner > .dv-item:nth-child(30) .item-thumbnail,
.mnu-list-product.grid-product .inner > .dv-item:nth-child(36) .item-thumbnail,
.mnu-list-product.grid-product .inner > .dv-item:nth-child(42) .item-thumbnail,
.mnu-list-product.grid-product .inner > .dv-item:nth-child(48) .item-thumbnail,
.mnu-list-product.grid-product .inner > .dv-item:nth-child(54) .item-thumbnail,
.mnu-list-product.grid-product .inner > .dv-item:nth-child(60) .item-thumbnail,
.mnu-list-product.grid-product .inner > .dv-item:nth-child(64) .item-thumbnail,
.mnu-list-product.grid-product .inner > .dv-item:nth-child(68) .item-thumbnail,
.mnu-list-product.grid-product .inner > .dv-item:nth-child(72) .item-thumbnail,
.mnu-list-product.grid-product .inner > .dv-item:nth-child(78) .item-thumbnail,
.mnu-list-product.grid-product .inner > .dv-item:nth-child(84) .item-thumbnail,
.mnu-list-product.grid-product .inner > .dv-item:nth-child(84) .item-thumbnail,
.mnu-list-product.grid-product .inner > .dv-item:nth-child(90) .item-thumbnail,
.mnu-list-product.grid-product .inner > .dv-item:nth-child(94) .item-thumbnail,
.mnu-list-product.grid-product .inner > .dv-item:nth-child(98) .item-thumbnail,
.mnu-list-product.grid-product .inner > .dv-item:nth-child(102) .item-thumbnail {
    border-right: none;
}

.product-banner.grid-product .item-thumbnail {
    padding: 0px;
}

.grid-product .item-thumbnail:hover,
.post-grid .inner .related-content-contain .dv-list-item > div:hover,
.post-grid.mod-content .inner .dv-list-item > div:hover {
    /*border: solid 1px #ccc;*/
    /*box-shadow: 2px 2px 3px #eee;*/
}

.grid-product .product-carousel-container .item-thumbnail {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

    .grid-product .product-carousel-container .item-thumbnail:hover {
        border: solid 1px #eee;
        border-left: none;
        border-right: none;
        border-bottom: none;
        box-shadow: none;
    }

.grid-product .dv-history-slide .product-carousel-container .item-thumbnail .dv-product-ct {
    padding: 10px 0 0 0;
}

.new-product.pt35 {
    margin-top: 35px;
}

.grid-product .item-thumbnail .dv-img-item-home {
    overflow: hidden;
    width: 100%;
}

    .grid-product .item-thumbnail .dv-img-item-home a {
        width: 100%;
        display: block;
        overflow: hidden;
        position: relative;
        padding: 100% 0 0 0;
    }

.book-product.grid-product .item-thumbnail .dv-img-item-home a {
    padding: 125% 0 0 0;
}

.product-banner.grid-product .item-thumbnail .dv-img-item-home a {
    padding: 50% 0 0 0;
}

.grid-product .item-thumbnail .dv-img-item-home a img.img-item {
    width: 100%;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.grid-product .item-thumbnail:hover .dv-img-item-home a img.img-item {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.product-banner.grid-product .item-thumbnail:hover .dv-img-item-home a img.img-item {
    filter: brightness(120%);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.grid-product .dv-product-ct {
    padding: 20px 0 0;
}

.product-banner.grid-product .dv-product-ct {
    padding: 0;
}

.grid-product .dv-product-ct .dv-item-text a h3,
.owl-item .dv-product-ct h3 {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 5px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.grid-product .dv-product-ct .dv-item-text a:hover h3 {
    color: #0368b2;
}

.grid-product .dv-product-ct .short-desc {
    margin-bottom: 10px;
    font-size: 16px;
    height: 69px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: none;
}

.btn-product {
    display: none;
}

.menu-right .not-product {
    display: none !important;
}

.grid-product .dv-product-ct .price > div,
.grid-product .dv-product-ct .price > span.discount {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.no-price.grid-product .dv-product-ct .price {
    display: none !important;
}

.grid-product .dv-product-ct .price span {
    font-size: 14px;
    font-weight: 600;
    color: #ec1d26;
}

.grid-product .dv-product-ct .price .not-used span {
    text-decoration: line-through;
    color: #a9a9a9;
    font-size: 13px;
}

.grid-product .real-price.not-used {
    display: inline-block;
    margin-left: 0px;
}

.grid-product .btn-product .detail, .grid-product .btn-product .btnAddtoCart {
    display: inline-block;
    height: 32px;
    line-height: 31px;
    color: #666;
    border: 1px solid #cfcfcf;
    padding: 0 23px;
    font-size: 13px;
    background-color: transparent;
    outline: none;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.grid-product .btn-product.btnAddtoCart {
    outline: none;
    padding: 0 7px;
}

    .grid-product .btn-product.btnAddtoCart:focus {
        outline: none;
    }

.grid-product .btn-product .glyphicon {
    margin-right: 7px;
    font-size: 12px;
}

.grid-product .btn-product .detail {
    padding: 0 17px;
    margin-left: 6px;
}

    .grid-product .btn-product .detail:hover, .grid-product .btn-product .btnAddtoCart:hover {
        background: #ed1d25;
        color: #fff;
        border-color: #ed1d25;
    }

.product-detail.detail-item {
    padding: 15px 10px;
    background-color: #fff;
    margin-bottom: 30px;
}

.product-detail .product-title-name .product-name {
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
}

.product-detail .product-title-name .title-info {
    font-size: 14px;
}

.product-title-name {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.dv-attribute {
    font-size: 15px;
}

.product-detail .dv-attribute .price {
    margin-bottom: 10px;
    margin-top: 5px;
}

.product-detail .dv-attribute .real-price {
    display: inline-block;
}

.product-detail .price .discount,
.product-detail .real-price span {
    font-size: 22px;
    font-weight: 600;
    color: #ec1d26;
}

.product-detail .real-price.not-used span {
    font-size: 20px;
    color: #ababab;
    text-decoration: line-through;
}

.product-detail .detail_left {
    width: 42%;
    float: left;
}

.product-detail .detail_right {
    width: 58%;
    float: left;
    padding-left: 30px;
}

.product-detail .tab-detail {
    clear: both;
    margin-top: 50px;
    margin-bottom: 50px;
}

.product-book-detail.product-detail .detail_left {
    width: 30%;
}

.product-book-detail.product-detail .detail_right {
    width: 70%;
}

.nav-tabs > li {
    font-size: 14px;
}

.product-detail .nav-tabs > li > a {
    border-radius: 0;
}

.product-detail .tab-content {
    border: 1px solid #dddddd;
    border-top-color: transparent;
    padding: 20px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #ed1d25;
}

.product-detail .tab-pane#comment {
    font-size: 14px;
}

.detail-right-product .dv-left {
    width: 60%;
    float: left;
    padding-right: 10px;
}

.detail-right-product .dv-right {
    width: 40%;
    float: left;
    padding-left: 10px;
    font-size: 12px;
}

    .detail-right-product .dv-right > div {
        border: solid 1px #ddd;
        border-radius: 4px;
        margin-bottom: 20px;
        padding: 10px;
    }

        .detail-right-product .dv-right > div ul {
            list-style: none;
            padding: 0;
        }

        .detail-right-product .dv-right > div.sale > ul > li .glyphicon {
            color: #4CAF50;
        }

        .detail-right-product .dv-right > div.sale .title {
            font-weight: bold;
        }

.detail-right-product .short-desc {
    border-top: 1px dashed #ddd;
    padding: 10px 0 0;
    margin: 10px 0 0;
}

.product-book-detail .detail-right-product .short-desc {
    border-top: none;
    padding: 0;
    margin: 0;
}

.product-book-detail .download a {
    text-transform: uppercase;
}

    .product-book-detail .download a img {
        width: 17px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        margin-top: -3px;
    }

.product-book-detail .detail-right-product .col-right > div + div {
    margin-bottom: 15px;
}

.product-book-detail .author span, .product-book-detail .hits span {
    font-weight: bold;
}

.content-bottom .title-mod-list-content h2 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
}

    .content-bottom .title-mod-list-content h2:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        background-color: #a79c99;
        height: 2px;
        width: 30px;
    }

.product-detail .add-to-bag {
    border-top: 1px dashed #ddd;
    padding-top: 10px;
    margin-top: 10px;
}

    .product-detail .add-to-bag a {
        background: #ec1d26;
        font-size: 12px;
        text-transform: uppercase;
        outline: none;
        color: #fff;
        transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        cursor: pointer;
        margin-top: 4px;
        padding: 10px 20px;
        display: inline-block;
    }

        .product-detail .add-to-bag a.btn-buynow span {
            background-color: #d97a00;
        }

        .product-detail .add-to-bag a:hover {
            background: #ec1d26 !important;
            color: #fff !important;
            opacity: 0.7;
        }

        .product-detail .add-to-bag a.btn-buynow {
            background: #f28902;
        }

            .product-detail .add-to-bag a.btn-buynow:hover {
                /*background: #f0a13c;*/
            }

.dv-detail-item-title {
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
    word-break: break-all;
}

    .dv-detail-item-title > h1 {
        font-size: 24px;
        line-height: 32px;
        display: inline-block;
    }

.product-book-detail .dv-detail-item-title {
    border: none !important;
}

    .product-book-detail .dv-detail-item-title > h1 {
        font-size: 28px;
        line-height: 36px;
    }

.dv-detail-item-title > div {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 12px;
}

.bx-wrapper .bx-prev {
    background: url(/styles/Images/skitter/prev.png) no-repeat 0 !important;
}

.bx-wrapper .bx-next {
    background: url(/styles/Images/skitter/next.png) no-repeat 0 !important;
}

.bx-wrapper .bx-controls-direction a {
    width: 41px !important;
    height: 41px !important;
    opacity: 0;
}

    .bx-wrapper .bx-controls-direction a:hover, .bx-wrapper:hover .bx-controls-direction a {
        opacity: 1;
        transition: ease-in-out 0.5s;
    }

.bx-wrapper {
    margin-bottom: 20px !important;
    background-color: transparent;
}

.bxslider {
    padding: 0;
}

#bx-pager {
    margin-bottom: 0px;
}

    #bx-pager > a {
        opacity: 0.5;
        display: table-cell;
        padding: 0 2px;
    }

        #bx-pager > a.active {
            opacity: 1;
        }

    #bx-pager .owl-item > div a {
        width: 100%;
        display: block;
        padding: 100% 0 0 0;
        overflow: hidden;
        position: relative;
        opacity: 0.5;
    }

        #bx-pager .owl-item > div a img {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            max-height: 100%;
            max-width: 100%;
        }

        #bx-pager .owl-item > div a.active,
        #bx-pager .owl-item > div a:hover {
            opacity: 1;
        }

img.detail-p-main-img {
    max-width: 100%;
}

.detail-right-product .dv-right > div.sale .title,
.detail-right-product .dv-right .desc .title {
    font-weight: bold;
}

.detail-item-bottom {
    margin-top: 30px;
}

    .detail-item-bottom .dv-left {
        width: 65%;
        float: left;
        padding-right: 30px;
    }

    .detail-item-bottom .dv-right {
        width: 35%;
        float: left;
    }

    .detail-item-bottom:after {
        content: "";
        display: block;
        clear: both;
    }

    .detail-item-bottom table th, .detail-item-bottom table td {
        border: solid 1px #ddd;
        padding: 5px;
    }

    .detail-item-bottom div.title {
        padding: 5px 0px;
        border-bottom: solid 1px #eee;
        display: block;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-weight: bold;
    }

@media(max-width: 992px) {
    .mnu-list-product.grid-product .inner .dv-item {
        width: 20%;
    }

    .mnu-list-product.grid-product .inner > .dv-item:nth-child(6) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(12) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(18) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(24) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(30) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(36) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(42) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(48) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(54) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(60) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(64) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(68) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(72) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(78) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(84) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(84) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(90) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(94) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(98) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(102) .item-thumbnail {
        border-right: solid 1px #eee;
    }

    .mnu-list-product.grid-product .inner > .dv-item:nth-child(5) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(10) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(15) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(20) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(25) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(30) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(35) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(40) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(45) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(55) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(60) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(65) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(70) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(75) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(80) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(85) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(90) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(95) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(100) .item-thumbnail {
        border-right: none;
    }

    .product-detail .detail_left {
        width: 50%;
    }

    .product-detail .detail_right {
        width: 50%;
        padding: 0 0 0 30px;
    }

    .detail-right-product .dv-left {
        width: 100%;
        float: none;
        padding: 0;
    }

    .detail-right-product .dv-right {
        width: 100%;
        float: none;
        padding: 0;
        margin-top: 20px;
    }
}

@media(max-width: 767px) {
    .grid-product .inner .dv-item {
        padding: 0 5px;
    }

    .grid-product #product_container .inner {
        margin-left: -5px;
        margin-right: -5px;
    }

    .grid-product .item-thumbnail {
        padding: 10px;
    }

    .product-detail .detail_left, .detail-item-bottom .dv-left {
        width: 100% !important;
        padding: 0;
        float: none;
    }

    .product-detail .detail_right, .detail-item-bottom .dv-right {
        width: 100% !important;
        padding: 0;
        margin-top: 10px;
    }

    .dv-detail-item-title > h1, .dv-detail-item-title > div {
        display: block;
        margin: 0;
    }

    .product-detail.detail-item {
        padding: 0;
    }
}

@media(max-width: 767px) {
    .grid-product .inner .dv-item {
        width: 50%;
        margin-top: 10px;
    }

    .grid-product #product_container .inner {
        margin-top: -10px;
    }

    .mnu-list-product.grid-product #product_container .inner {
        margin-top: 0px;
    }

    .mnu-list-product.grid-product .inner .dv-item {
        width: 33.33%;
        margin: 0;
    }

    .mnu-list-product.grid-product .inner > .dv-item:nth-child(5) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(10) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(15) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(20) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(25) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(30) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(35) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(40) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(45) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(55) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(60) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(65) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(70) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(75) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(80) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(85) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(90) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(95) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(100) .item-thumbnail {
        border-right: solid 1px #eee;
    }

    .mnu-list-product.grid-product .inner > .dv-item:nth-child(3) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(6) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(9) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(12) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(15) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(18) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(21) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(24) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(27) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(30) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(33) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(36) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(42) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(45) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(48) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(51) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(54) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(57) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(60) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(63) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(66) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(69) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(72) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(75) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(78) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(81) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(84) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(87) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(90) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(93) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(96) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(99) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(102) .item-thumbnail {
        border-right: none;
    }
}

@media(max-width: 530px) {
    .mnu-list-product.grid-product .inner .dv-item {
        width: 50%;
    }

    .mnu-list-product.grid-product .inner > .dv-item:nth-child(3) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(6) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(9) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(12) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(15) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(18) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(21) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(24) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(27) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(30) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(33) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(36) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(42) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(45) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(48) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(51) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(54) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(57) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(60) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(63) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(66) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(69) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(72) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(75) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(78) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(81) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(84) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(87) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(90) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(93) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(96) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(99) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(102) .item-thumbnail {
        border-right: solid 1px #eee;
    }

    .mnu-list-product.grid-product .inner > .dv-item:nth-child(2) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(4) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(6) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(8) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(10) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(12) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(14) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(16) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(18) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(20) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(22) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(24) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(26) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(28) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(30) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(32) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(34) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(36) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(38) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(40) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(42) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(44) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(46) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(48) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(50) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(52) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(54) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(56) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(58) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(60) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(62) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(64) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(66) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(68) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(70) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(72) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(74) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(76) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(78) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(80) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(82) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(84) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(86) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(88) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(90) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(92) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(94) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(96) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(98) .item-thumbnail,
    .mnu-list-product.grid-product .inner > .dv-item:nth-child(100) .item-thumbnail {
        border-right: none;
    }
}

/*--END PRODUCT--*/

/*---SEARCH BOX---*/
.search-box-contain {
    padding: 11px 10px 0px;
    background-color: #fff;
    display: inline-block;
    float: right;
    z-index: 111;
    margin-bottom: 0;
    position: relative;
    border: none;
    width: auto;
}

.product-full-search-contain {
    width: 100%;
}

    .product-full-search-contain:after {
        content: "";
        display: block;
        clear: both;
    }

    .product-full-search-contain .navbar {
        float: none;
        background-color: transparent;
        margin: 0 0 0 0;
        min-height: unset;
        width: 100%;
        text-align: left;
    }

        .product-full-search-contain .navbar > .navbar-collapse {
            border-color: transparent;
        }

            .product-full-search-contain .navbar > .navbar-collapse > ul {
                float: right;
            }

                .product-full-search-contain .navbar > .navbar-collapse > ul > li {
                    padding: 0;
                    display: inline-block;
                    vertical-align: middle;
                    float: none;
                }

                    .product-full-search-contain .navbar > .navbar-collapse > ul > li select {
                        padding: 0 5px;
                        height: 30px;
                    }

                    .product-full-search-contain .navbar > .navbar-collapse > ul > li.phone-action-contain {
                        display: none;
                    }

                    .product-full-search-contain .navbar > .navbar-collapse > ul > li > p {
                        cursor: pointer;
                        font-weight: bold;
                        font-size: 14px;
                        padding: 0 15px;
                        line-height: 20px;
                    }

                        .product-full-search-contain .navbar > .navbar-collapse > ul > li > p .glyphicon {
                            font-size: 10px;
                            margin-left: 5px;
                        }

                    .product-full-search-contain .navbar > .navbar-collapse > ul > li + li > p {
                        border-left: solid 1px #d8d1ca;
                    }

                    .product-full-search-contain .navbar > .navbar-collapse > ul > li > p > img {
                        width: 6px;
                        height: 6px;
                        margin: -2px 0 0;
                    }

                    .product-full-search-contain .navbar > .navbar-collapse > ul > li > ul {
                        opacity: 0;
                        transition: .2s ease-in-out;
                        -webkit-transition: .2s ease-in-out;
                        -moz-transition: .2s ease-in-out;
                        -o-transition: .2s ease-in-out;
                        top: -1000000px;
                        display: block;
                        padding: 10px;
                        width: 300px;
                        z-index: 999;
                    }

                        .product-full-search-contain .navbar > .navbar-collapse > ul > li > ul > li {
                            width: 50%;
                            display: inline-block;
                            vertical-align: top;
                            margin-right: -4px;
                            padding-right: 10px;
                        }

                            .product-full-search-contain .navbar > .navbar-collapse > ul > li > ul > li > div {
                                position: relative;
                                min-height: 30px;
                                display: table;
                            }

                                .product-full-search-contain .navbar > .navbar-collapse > ul > li > ul > li > div > span {
                                    display: table-cell;
                                    vertical-align: top;
                                    cursor: pointer;
                                    font-size: 13px;
                                    padding: 0 0 0 5px;
                                }

                                    .product-full-search-contain .navbar > .navbar-collapse > ul > li > ul > li > div > span img {
                                        max-width: 30px;
                                        max-height: 18px;
                                        vertical-align: middle;
                                        margin: 0 3px;
                                    }

                                    .product-full-search-contain .navbar > .navbar-collapse > ul > li > ul > li > div > span:hover {
                                        color: #ec1d26;
                                    }

                                .product-full-search-contain .navbar > .navbar-collapse > ul > li > ul > li > div > input {
                                    width: 12px;
                                    height: 18px;
                                    margin: 3px 0 0;
                                    display: table-cell;
                                    vertical-align: top;
                                }

                    .product-full-search-contain .navbar > .navbar-collapse > ul > li:hover > ul {
                        top: auto;
                        opacity: 1;
                    }

#condition_content {
    display: inline-block;
    vertical-align: middle;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 18px;
    padding: 8px 0;
    float: right;
}

.null-data {
    padding-top: 10px;
}

#condition_content .remove-filter-class {
    cursor: pointer;
    font-size: 14px;
    background-color: #0667b4;
    color: #fff;
    padding: 5px 10px;
    border-radius: 14px;
    margin-right: 5px;
}

.icon-delete-filter {
    background-color: #fff;
    color: red;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: solid 1px #fff;
    border-radius: 100%;
    vertical-align: middle;
    margin-left: 7px;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
}

.clear-all-item {
    position: absolute;
    right: 15px;
    bottom: 14px;
    font-size: 14px;
    color: #ff7624;
    cursor: pointer;
    z-index: 99;
    display: none;
}

.search-condition-container {
    display: none;
}

@media(min-width: 767px) {
    .search-condition-container {
        display: none !important;
    }
}

#condition_content_contain {
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    overflow-x: auto;
    padding-right: 80px;
}

@media(max-width: 992px) {
    .search-box-contain {
        width: 100%;
        float: none;
        padding: 5px;
    }
}

@media(max-width: 767px) {
    #condition_content_contain {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        background-color: #f0f0f0;
        z-index: 99999;
        display: table;
        text-align: left;
        padding: 5px 10px;
    }

        #condition_content_contain #condition_content {
            overflow-x: auto;
        }

    .product-full-search-contain .navbar .navbar-header button {
        background-color: #fff;
        padding: 10px 20px;
        border: none;
        border-radius: 0;
        margin: 0;
        width: 100%;
    }

    .not-show-item-type .product-full-search-contain .navbar .navbar-header button {
        width: 100%;
    }

    .not-show-item-type .change-product-type {
        padding: 0;
    }

    .product-full-search-contain .navbar .navbar-header button img {
        width: 10px;
        margin-left: 10px;
    }

    .product-full-search-contain .navbar > .navbar-collapse {
        border: none !important;
    }

        .product-full-search-contain .navbar > .navbar-collapse > ul > li > ul > li > div > span {
            font-size: 14px;
        }

        .product-full-search-contain .navbar > .navbar-collapse > ul {
            margin: 0;
            padding: 0;
        }

            .product-full-search-contain .navbar > .navbar-collapse > ul > li {
                border-top: solid 1px #ddd;
                padding: 10px 5px;
                position: relative;
                width: 100%;
            }

                .product-full-search-contain .navbar > .navbar-collapse > ul > li > p {
                    border: none !important;
                    padding: 0 0px;
                }

                    .product-full-search-contain .navbar > .navbar-collapse > ul > li > p .glyphicon {
                        position: absolute;
                        right: 5px;
                        top: 10px;
                    }

                .product-full-search-contain .navbar > .navbar-collapse > ul > li > ul {
                    position: relative;
                    margin: 0px;
                    padding: 20px 10px 0;
                    width: 100%;
                    display: none;
                    box-shadow: none;
                    top: unset !important;
                    border-radius: 0;
                    float: none;
                    clear: both;
                    opacity: 1;
                    border: none;
                    max-height: 0;
                    overflow: hidden;
                    transition: max-height ease-in-out 0.4s;
                }

                .product-full-search-contain .navbar > .navbar-collapse > ul > li.rotate > ul {
                    display: block;
                    max-height: 1000px;
                }

                .product-full-search-contain .navbar > .navbar-collapse > ul > li:hover > ul {
                    margin: 0 !important;
                }

                .product-full-search-contain .navbar > .navbar-collapse > ul > li > p > img {
                    width: 10px;
                    float: right;
                    margin: 6px 0 0;
                }

                .product-full-search-contain .navbar > .navbar-collapse > ul > li.rotate > p > img {
                    transform: rotate(180deg);
                }

                .product-full-search-contain .navbar > .navbar-collapse > ul > li.phone-action-contain {
                    display: block;
                }

    .phone-action-contain {
        text-align: center;
        padding: 0 !important;
    }

        .phone-action-contain .clear-all-item {
            position: relative;
            right: unset !important;
            bottom: unset !important;
            font-size: 14px !important;
            color: #ec1d26 !important;
            padding: 13px 0 !important;
        }

        .phone-action-contain button {
            width: 100%;
            border-radius: 0;
            margin: 0;
            padding: 10px 0 !important;
            float: none;
            clear: both;
            border-bottom: none;
            border-left: none;
            border-right: none;
            background-color: #0667b4 !important;
            color: #fff !important;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: bold;
        }
}
/*--END SEARCH BOX*/

/*---SHOPPING CART---*/
#shoppingcart_modal {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #eee;
    border: solid 1px #ddd;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    max-width: 350px;
    text-align: left;
    z-index: 9999;
    font-size: 14px;
    color: #333;
}

    #shoppingcart_modal.active {
        display: block;
    }

    #shoppingcart_modal .title {
        text-transform: uppercase;
        font-weight: bold;
        position: relative;
    }

        #shoppingcart_modal .title .glyphicon {
            background-color: #ec1d26;
            color: #fff;
            position: absolute;
            top: 0;
            right: 0;
            font-size: 9px;
            line-height: 8px;
            display: inline-block;
            vertical-align: middle;
            padding: 3px 0;
            border: solid 1px #ec1d26;
            border-radius: 100%;
            height: 15px;
            width: 15px;
            text-align: center;
            cursor: pointer;
        }

    #shoppingcart_modal .list-shopping .one-item .dv-img {
        width: 70px;
        position: relative;
        overflow: hidden;
        float: left;
        margin-right: 10px;
    }

        #shoppingcart_modal .list-shopping .one-item .dv-img a {
            width: 100%;
            padding: 100% 0 0 0;
            display: block;
            position: relative;
            overflow: hidden;
        }

            #shoppingcart_modal .list-shopping .one-item .dv-img a img {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                max-height: 100%;
                max-width: 100%;
                margin: auto;
            }

    #shoppingcart_modal .list-shopping-container {
        background-color: #fff;
        padding: 10px;
        margin: 10px 0;
    }

    #shoppingcart_modal .list-shopping:after {
        content: "";
        display: block;
        clear: both;
    }

    #shoppingcart_modal .list-shopping > .one-item + .one-item {
        border-top: solid 1px #ddd;
        padding-top: 10px;
        margin-top: 10px;
    }

    #shoppingcart_modal .list-shopping {
        max-height: 250px;
        overflow-y: auto;
    }

        #shoppingcart_modal .list-shopping .one-item > div + div {
            padding-left: 80px;
        }

        #shoppingcart_modal .list-shopping .one-item .dv-name {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 0;
            font-weight: bold;
        }

        #shoppingcart_modal .list-shopping .one-item .dv-price {
            color: #ec1d26;
            font-weight: bold;
        }

        #shoppingcart_modal .list-shopping .one-item .cart-payment a {
        }

        #shoppingcart_modal .list-shopping .one-item .dv-qty input {
            height: 24px;
        }

    #shoppingcart_modal .cart-payment {
        margin-top: 10px;
    }

        #shoppingcart_modal .cart-payment a {
            width: 100%;
            text-align: center;
            background-color: #f28902;
            color: #fff;
            padding: 10px 0;
            font-weight: bold;
            cursor: pointer;
            display: block;
        }

    #shoppingcart_modal .cart-total {
        text-align: right;
        font-weight: bold;
    }

        #shoppingcart_modal .cart-total span {
            font-size: 22px;
            font-weight: 600;
            color: #ec1d26;
        }

        #shoppingcart_modal .cart-total sup {
            color: #ec1d26;
            font-size: 16px;
        }

.choose-method {
    width: 30%;
    float: left;
    padding: 0;
}

.method-contain {
    width: 70%;
    float: left;
    padding: 0 10px 10px;
    border-left: solid 1px #ebebeb;
}

.detail-item-shopping-cart {
    font-size: 14px;
    background-color: #fff;
    padding: 0px 0px 15px;
}

.shopping-cart-title {
    font-size: 16px;
    line-height: 24px;
    border-bottom: solid 1px #eee;
    padding: 15px 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.money-contain {
    margin-bottom: 50px;
}

    .money-contain > .w250.fright {
        margin: 10px 0 0;
        padding: 10px 0 0;
    }

.detail-item-shopping-cart h4.title,
.register-info h4.title,
.reciver-info h4.title,
.payment-method-finish h4.title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    font-size: 16px;
    margin-top: 10px;
}

    .detail-item-shopping-cart h4.title:before,
    .register-info h4.title:before,
    .reciver-info h4.title:before,
    .payment-method-finish h4.title:before {
        /*position: absolute;
        content: '';
        background: #ee1e26;
        height: 2px;
        width: 40px;
        bottom: -7px;
        left: 0;*/
    }

.reciver-title-contain > .title, .reciver-title-contain .chk-same-info {
    display: inline-block;
    vertical-align: top;
}

.payment-method {
    border-top: solid 1px #eee;
}

.reciver-title-contain .chk-same-info {
    margin-left: 10px;
    margin-top: 10px;
}

    .reciver-title-contain .chk-same-info span {
        cursor: pointer;
    }

.register-info {
    width: 40%;
    float: left;
    padding-right: 26px;
}

.reciver-info {
    width: 60%;
    float: right;
    padding-left: 26px;
}

.full-view .register-info, .full-view .reciver-info {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 30px;
    max-width: 768px;
}

.full-view.payment-method {
    max-width: 768px;
}

.full-view .chk-same-info {
    margin-top: -48px;
}

.register-info .title h4, .reciver-info .title h4, .table-orderfinish-renter .head {
    font-weight: bold;
}

.register-info .title h4, .reciver-info .title h4, .info-tilte {
    margin-bottom: 5px;
}

.contact-info.contact-info-address > div > span {
    margin-right: 5px;
}

.detail-item-finish-order {
    background-color: #fff;
    padding: 0px 10px 15px;
}

.shopping-cart-item {
    width: 100%;
    overflow: auto;
}

.alert .payment-tilte {
    font-size: 20px;
}

.order-finish-mess {
    margin-bottom: 20px;
}

.contact-info.contact-info-address {
    line-height: 26px;
}

.table-orderfinish-renter {
    border-collapse: initial;
    border-spacing: 5px;
}

.detail-item-shopping-cart .input-group input,
.detail-item-shopping-cart .input-group-addon,
.detail-item-shopping-cart select.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

#table-money {
    float: right;
    font-size: 15px;
}

.payment-method-unit {
    margin-bottom: 10px;
}

#payemnt-method-content .note {
    background: #fcf8e3;
    padding: 20px;
    font-size: 13px;
}

.total-money {
    border-top: solid 1px #bbb;
    padding-top: 5px;
    width: 100% !important;
    max-width: 300px;
}

.scroll-v {
    max-height: 500px;
    overflow: auto;
}

    .scroll-v table {
        min-width: 500px;
    }

.total-money h4 {
    font-weight: 600;
    font-size: 16px;
}

    .total-money h4 span {
        font-weight: 600;
        font-size: 25px;
        color: #ed1d25;
        display: inline-block;
    }

#finish_shopping {
    margin-bottom: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #fff;
    background-color: #ed1d25 !important;
    outline: none;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

    #finish_shopping:hover {
        background: #ed1d25;
    }

.payment-method .btn-default {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

    .payment-method .btn-default:hover {
        background-color: #fff;
    }

@media(max-width: 768px) {
    .reciver-info,
    .register-info,
    .payment-method {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
        margin-top: 0 !important;
    }
}

@media(max-width: 530px) {
    .choose-method,
    .method-contain {
        width: 100%;
        float: none;
        padding: 0;
        border: none;
    }

    .choose-method {
        margin-bottom: 30px;
    }
}
/*--END SHOPPING CART--*/

/*---GET MENU INFO---*/
.menu-info-contain img {
    max-width: 100%;
}

.menu-info-contain h1, .login-content .title-details h1, .title-mnd-list-content, .ct-article-detail .title-content {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
    position: absolute;
    bottom: calc(100% + 105px);
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
    color: #fff;
    width: 100%;
    max-width: 1280px;
    text-align: center !important;
}

.menu-title-new.ct-article-detail .title-content,
.menu-title-new .title-mnd-list-content,
.menu-title-new .title-mod-list-content h2 {
    /*position: relative;
    bottom: unset;
    left: unset;
    transform: none;
    color: #333;
    text-align: left !important;
    border-bottom: solid 1px #ddd;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #ef1d25 !important;*/
    position: relative;
    bottom: unset;
    left: unset;
    transform: none;
    /*color: #246ab3;*/
    color: #0075b0;
    text-align: left !important;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    padding: 15px 10px;
    background-color: #fff;
}

.menu-title-new.title-center .title-mnd-list-content {
    text-align: center !important;
}

.menu-title-new .title-mod-list-content h2 {
    margin-bottom: 0;
}

.detail-2left-container .content-main .title-mnd-list-content {
    text-align: left;
}

.mnu-listcontent.menu-title-new .title-mnd-list-content {
    margin-bottom: 15px;
}

.ct-article-detail .title-content {
    padding: 0 !important;
    text-transform: none;
    color: #333 !important;
    font-size: 24px !important;
    line-height: 30px !important;
    font-weight: normal !important;
    margin-bottom: 12px;
}

.ct-article-detail.detail-ex .title-content {
    position: relative;
    bottom: unset;
    left: unset;
    transform: none;
    padding: 10px 0 0 !important;
    text-align: left !important;
}

.menu-info-contain {
    position: relative;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #eee;
}

    .menu-info-contain.has-img:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #333;
        opacity: 0.4;
    }

    .menu-info-contain.has-img h1 {
        /*display: none;*/
        background-color: transparent;
        color: #fff;
    }

    .menu-info-contain > div {
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translate(-50%, 0);
        max-width: 1280px;
        z-index: 1;
        width: 100%;
    }

.detail-2right-col-container .title-mnd-list-content {
    text-align: left;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #4a4a4a !important;
    line-height: 24px;
    margin-bottom: 20px;
}
/*--END GET MENU INFO--*/

/*--LOGIN---*/
.login-content .tbLogin {
    border-collapse: initial;
    border-spacing: 10px;
    text-align: left;
    margin: auto;
    width: 100%;
    max-width: 406px;
}

    .login-content .tbLogin input.form-control {
        border-radius: 0;
        padding: 0px 10px;
        font-size: 16px;
        height: 38px;
    }

    .login-content .tbLogin button,
    .container-register-account button,
    .forget-pass button,
    .reset-pass table button {
        background-color: #2069b3 !important;
        border-color: #2069b3 !important;
        border-radius: 0;
        padding: 7px 0;
        width: 150px;
        font-size: 16px;
    }

        .login-content .tbLogin button:hover,
        .container-register-account button:hover,
        .forget-pass button:hover,
        .reset-pass table button:hover {
            opacity: 0.8;
        }

.register-account input.form-control,
.register-account select.form-control,
.forget-pass input.form-control,
.reset-pass table input.form-control {
    border-radius: 0;
    padding: 0px 10px;
    font-size: 16px;
    height: 38px;
}

.register-account textarea.form-control {
    border-radius: 0;
    font-size: 16px;
    height: 100px;
}

.reset-pass table {
    width: 100%;
    max-width: 400px;
    margin: auto;
    border-spacing: 10px;
    border-collapse: initial;
    text-align: center;
}

.reset-pass {
    margin-bottom: 50px;
}

.login-content, .container-register-account,
.forget-pass-content {
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 10px;
}

.register-account {
    width: 100%;
}

    .register-account table {
        margin: auto;
        text-align: left;
        min-width: 650px;
    }

    .register-account > ul {
        list-style: none;
        padding: 0;
        margin: auto;
        width: 100%;
        max-width: 650px;
        position: relative;
        text-align: left;
    }

        .register-account > ul > li {
            display: inline-block;
            width: 100%;
            vertical-align: top;
            position: relative;
        }

            .register-account > ul > li > span {
                display: inline-block;
                /*vertical-align: middle;*/
                vertical-align: top;
                margin-bottom: 10px;
                width: 130px;
                text-align: left;
            }

                .register-account > ul > li > span.info {
                    width: calc(58% - 100px);
                }

                .register-account > ul > li > span.info-full {
                    width: calc(100% - 140px);
                }

                .register-account > ul > li > span.in-top {
                    vertical-align: top;
                    margin-top: 5px;
                }

                .register-account > ul > li > span + span + span.title {
                    text-align: right;
                    padding-right: 10px;
                }

.forget-pass-content input {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
}

table.table-user-profile {
    border-collapse: initial;
    border-spacing: 5px;
    text-align: left;
}

ul.table-user-profile {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    text-align: left;
}

    ul.table-user-profile > li {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        position: relative;
    }

        ul.table-user-profile > li > span {
            display: inline-block;
            vertical-align: middle;
            width: 120px;
            margin-bottom: 5px;
        }

            ul.table-user-profile > li > span.info {
                width: calc(100% - 130px);
            }

            ul.table-user-profile > li > span.in-top {
                vertical-align: top;
            }

            ul.table-user-profile > li > span.add-file span img {
                margin-top: 10px;
            }

table.table-change-pass {
    border-spacing: 5px;
    border-collapse: initial;
    margin: auto;
}

ul.table-change-pass {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}

    ul.table-change-pass > li {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        position: relative;
    }

        ul.table-change-pass > li > span {
            display: inline-block;
            vertical-align: middle;
            margin-bottom: 5px;
            width: 120px;
            text-align: left;
        }

            ul.table-change-pass > li > span.info {
                width: calc(100% - 130px);
            }

.btn-contain {
    text-align: left;
}

.accrount-social-contain > a {
    white-space: nowrap;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 2px;
    margin: 10px;
    color: #555;
    background: #f9f9f9;
    border: 1px solid #ccc;
    transition: all ease-in-out 0.3s;
}

    .accrount-social-contain > a:hover {
        color: #555 !important;
    }

    .accrount-social-contain > a img {
        width: 20px;
    }

.text-betw-as {
    margin: 5px 0;
    /*font-size: 20px;
    line-height: 28px;*/
}

.width-out a {
    min-width: 198px;
    margin-bottom: 20px;
}

.user-profile-content {
    padding: 10px;
    background-color: #fff;
    border-top: solid 1px #eee;
}

@media(max-width: 767px) {
    .container-register-account {
        padding: 0 0px;
    }
}

@media(max-width: 530px) {
    .login-content, .forget-pass-content, .container-register-account {
        margin-bottom: 30px;
        padding: 0 0px;
    }

    .table-user-profile {
        table-layout: fixed;
        width: 100%;
    }

        .table-user-profile tr > td input {
            max-width: 200px !important;
        }

        .table-user-profile tr > td:first-child {
            width: 90px !important;
        }

    .forget-pass-content input {
        width: 100%;
        margin-bottom: 5px;
    }

    .reset-pass {
        margin-bottom: 30px;
    }

    ul.table-user-profile > li,
    .register-account > ul > li {
        /*margin-bottom: 10px;*/
    }

        .table-user-profile > li > span,
        ul.table-change-pass > li > span,
        .register-account > ul > li > span {
            width: 100% !important;
        }

            .register-account > ul > li > span + span + span.title {
                text-align: left;
                padding: 0;
            }

    .accrount-social-contain {
        padding-top: 10px;
    }

        .accrount-social-contain > a {
            max-width: 270px !important;
            width: 100% !important;
            margin: 0 0 10px !important;
        }

    .menu-info-contain h1, .login-content .title-details h1, .title-mnd-list-content,
    .ct-article-detail .title-content {
        bottom: calc(100% + 85px);
    }

    .menu-title-new .title-mnd-list-content {
        line-height: 28px !important;
    }

    .ct-article-detail .title-content {
        font-size: 26px !important;
        line-height: 32px !important;
    }
}
/*--END LOGIN--*/

/*---BREADRUM---*/
.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    width: auto;
    text-align: center;
}

    .breadcrumb.breadcrumb-noimage {
        text-align: left;
        margin-top: 10px;
    }

    .breadcrumb a {
        color: #333 !important;
        font-size: 14px;
        line-height: 20px;
    }

        .breadcrumb a.same-level {
            color: #0368b2 !important;
        }

    .breadcrumb.breadcrumb-noimage a:hover {
        color: #ed1d25;
    }

.menu-info-contain.has-img .breadcrumb a, .menu-info-contain.has-img .breadcrumb {
    color: #fff !important;
}

.menu-info-contain.has-img .page-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    line-height: 40px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
    color: #fff;
    width: 100%;
    max-width: 1280px;
    text-align: center !important;
}

.hide-title.menu-info-contain.has-img .page-title {
    display: none !important;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb:after {
    content: "";
    display: block;
    clear: both;
}

.breadcrumb .slash {
    margin: 0 15px;
    font-size: 20px;
}

    .breadcrumb .slash img {
        width: 6px;
        margin: -3px 0 0;
    }

.breadcrumb a.home img {
    width: 50px;
}

@media(max-width: 530px) {
    .menu-info-contain {
        height: 150px;
    }

        .menu-info-contain > div {
            bottom: 20px;
        }

    .breadcrumb .slash {
        margin: 0 7px;
    }
}
/*--END BREADRUM--*/

/*---GENERAL CONTENT ITEM---*/
.general-content-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-item-container > li .content {
    margin-bottom: 50px;
}

.content-item-container > li + li {
    margin-top: 100px;
}

.general-content-item .content .list-content:after, .general-content-item .list-product:after {
    content: "";
    display: block;
    clear: both;
}

.general-content-item .content .list-content li span {
    display: inline-block;
    width: 33.33%;
    float: left;
    padding: 0 10px 0 0;
}

    .general-content-item .content .list-content li span.image {
        float: right;
        width: 66.67%;
        padding: 0 0 0 10px;
    }

.content-item-container > li:nth-child(2n) .content .list-content li span {
    float: right;
    padding: 0 0 0 10px;
}

    .content-item-container > li:nth-child(2n) .content .list-content li span.image {
        float: left;
        padding: 0 10px 0 0;
    }

.general-content-item .content .list-content li span.image a {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 64% 0 0 0;
}

    .general-content-item .content .list-content li span.image a img,
    .general-content-item .list-product > li span.image a img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
    }

.general-content-item .content .list-content li span span {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

    .general-content-item .content .list-content li span span.name {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 50px;
    }

    .general-content-item .content .list-content li span span.text {
        font-size: 14px;
        line-height: 22px;
        text-align: justify;
        letter-spacing: 1px;
    }

.general-content-item {
    margin: 50px 0;
}

    .general-content-item .list-product {
        margin: 0 -10px;
    }

        .general-content-item .list-product > li {
            width: 33.33%;
            float: left;
            padding: 0 10px;
        }

            .general-content-item .list-product > li > span {
                width: 100%;
                display: inline-block;
                position: relative;
            }

                .general-content-item .list-product > li > span + span {
                    margin-top: 10px;
                }

                .general-content-item .list-product > li > span > span {
                    width: 100%;
                    display: inline-block;
                }

            .general-content-item .list-product > li span.image a {
                width: 100%;
                display: block;
                position: relative;
                overflow: hidden;
                padding: 129% 0 0 0;
            }

                .general-content-item .list-product > li span.image a img {
                    transition: opacity ease-in-out 0.4s;
                }

                .general-content-item .list-product > li span.image a .hover-image {
                    opacity: 0;
                    top: initial;
                }

                .general-content-item .list-product > li span.image a:hover .hover-image {
                    opacity: 1;
                }

                .general-content-item .list-product > li span.image a:hover .tryon-image {
                    opacity: 0;
                }

            .general-content-item .list-product > li > span > span.cart {
                position: absolute;
                top: 0;
                right: 30px;
                width: auto;
            }

                .general-content-item .list-product > li > span > span.cart img {
                    width: 30px;
                }

            .general-content-item .list-product > li > span > span.price {
                color: #d63132;
            }

@media(max-width: 992px) {
    .general-content-item {
        margin: 30px 0;
    }
}

@media(max-width: 767px) {
    .general-content-item {
        margin: 30px 0;
        padding: 0 10px;
    }

        .general-content-item .content .list-content li span span.name {
            font-size: 24px;
            line-height: 30px;
            margin-bottom: 10px;
        }
}

@media(max-width: 650px) {
    .general-content-item {
        margin: 0px 0 30px;
        padding: 0;
    }

        .general-content-item .content .list-content li span {
            width: 100% !important;
            padding: 0 !important;
        }

        .general-content-item .content .list-content li > span + span {
            margin: 15px 0 0;
            position: relative;
            padding: 0 20px !important;
        }

        .general-content-item .content .list-content li span span.name {
            margin-top: -80px;
            color: #fff !important;
            text-align: center;
            font-size: 30px;
            line-height: 36px;
        }

            .general-content-item .content .list-content li span span.name a {
                color: #fff !important;
            }

        .general-content-item .list-product > li > span > span.cart {
            right: 0;
        }
}

@media(max-width: 530px) {
    .general-content-item .list-product {
        margin: 0;
    }

        .general-content-item .list-product > li {
            width: 100%;
            padding: 0;
        }

            .general-content-item .list-product > li + li {
                margin-top: 50px;
            }

            .general-content-item .list-product > li > span + span {
                padding: 0 20px;
            }

            .general-content-item .list-product > li > span > span.cart {
                right: 20px;
            }
}

/*--END GENERAL CONTENT ITEM--*/

/*---EMPLOYERS---*/
.list-employer {
    width: 100%;
    padding: 10px;
    background-color: #fff;
}

    .list-employer > .dv-employer {
        width: 100%;
        position: relative;
        margin-top: 15px;
        padding: 15px 10px 0;
        border-top: solid 1px #ddd;
        /*background-color: #fafafa;*/
    }

        .list-employer > .dv-employer:first-child {
            margin: 0;
            border: none;
            padding: 0 10px;
        }

        .list-employer > .dv-employer > div:after {
            content: "";
            display: block;
            clear: both;
        }

        .list-employer > .dv-employer:nth-child(2n+1) {
            /*background-color: #f5f5f5;*/
        }

        .list-employer > .dv-employer .btn-submit-job {
            right: 100px;
        }

        .list-employer > .dv-employer .company-logo {
            width: 100px;
            float: left;
        }

            .list-employer > .dv-employer .company-logo a {
                width: 100%;
                display: block;
                position: relative;
                overflow: hidden;
                padding: 60% 0 0 0;
            }

                .list-employer > .dv-employer .company-logo a img {
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    margin: auto;
                    max-width: 100%;
                    max-height: 100%;
                }

        .list-employer > .dv-employer > div > div {
            padding-left: 110px;
            padding-right: 60px;
        }

#favo .list-employer > .dv-employer > span {
    top: 23px;
}

#favo .list-employer > .dv-employer > div > div {
    padding-right: 205px;
}

.list-employer > .dv-employer > button {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 100px;
    color: #fff;
    background-color: #fe7018;
    border: solid 1px #fe7018;
    padding: 5px 0;
    font-size: 14px;
    transition: all ease-in-out 0.2s;
}

    .list-employer > .dv-employer > button:hover {
        background-color: #d3570a;
    }

.list-employer > .dv-employer > span {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 14px;
}

    .list-employer > .dv-employer > span.active {
        color: #fe7018;
    }

    .list-employer > .dv-employer > span i {
        font-size: 16px !important;
    }

    .list-employer > .dv-employer > span:hover i:before, .list-employer > .dv-employer > span.active i:before {
        content: "\f004";
    }

    .list-employer > .dv-employer > span:hover {
        color: #fe7018;
        cursor: pointer;
    }

.list-employer > .dv-employer > div > div .title {
    font-weight: bold;
    color: red;
}

    .list-employer > .dv-employer > div > div .title a,
    .focus-job.mod-listemployer ul > li > div > div .title {
        color: #2069b3;
        font-size: 18px;
        line-height: 26px;
    }

        .list-employer > .dv-employer > div > div .title a:hover,
        .focus-job.mod-listemployer ul > li > div > div .title:hover {
            /*text-decoration: underline;*/
        }

.list-employer > .dv-employer > div > div .company,
.focus-job.mod-listemployer ul > li > div > div .position {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.list-employer > .dv-employer > div > div .salary,
.list-employer > .dv-employer > div > div .area,
.list-employer > .dv-employer > div > div .post,
.focus-job.mod-listemployer ul > li > div > div.info p {
    display: inline-block;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

    .list-employer > .dv-employer > div > div .area,
    .list-employer > .dv-employer > div > div .post,
    .focus-job.mod-listemployer ul > li > div > div.info p.area,
    .focus-job.mod-listemployer ul > li > div > div.info p.area {
        margin-left: 6px;
        padding-left: 10px;
        border-left: solid 1px #ddd;
    }

        .list-employer > .dv-employer > div > div .salary span,
        .list-employer > .dv-employer > div > div .area span,
        .list-employer > .dv-employer > div > div .post span,
        .focus-job.mod-listemployer ul > li > div > div.info p span {
            font-weight: bold;
        }

    .list-employer > .dv-employer > div > div .post,
    .focus-job.mod-listemployer ul > li > div > div.info p.post {
        margin-right: -4px;
        padding-right: 0;
        border-right: none;
    }

    .list-employer > .dv-employer > div > div .salary span,
    .focus-job.mod-listemployer ul > li > div > div.info .salary span {
        color: #f7941d;
    }

    .list-employer > .dv-employer > div > div .salary.must-login,
    .focus-job.mod-listemployer ul > li > div > div.info .salary.must-login {
        color: #2069b3;
        font-weight: bold;
    }

.total-employer {
    font-weight: bold;
    /*border-bottom: solid 1px #ddd;*/
    padding: 10px;
    margin-bottom: 0;
    position: relative;
    background-color: #fff;
    text-transform: uppercase;
}

    .total-employer:after {
        content: "";
        height: 1px;
        width: 100%;
        display: block;
        background-color: #ddd;
        margin-top: 5px;
        /*height: 3px;
        width: 70px;
        background-color: #ef474f;
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;*/
    }

    .total-employer > div {
        font-weight: normal;
    }

        .total-employer > div > a {
            color: #4a4a4a !important;
            margin-left: 20px;
        }

            .total-employer > div > a > i {
                color: #2069b3;
            }

            .total-employer > div > a.save i {
                color: #fe7018;
            }

.mod-listemployer ul {
    list-style: none;
    padding: 30px 15px;
    margin: 0;
    background-color: #fff;
}

.mod-listemployer.focus-job ul {
    padding: 15px 5px;
}

.three-col.mod-listemployer ul {
    list-style: none;
    padding: 0;
    margin: -10px -5px 0 -5px;
    background-color: transparent;
}

.mod-listemployer ul > li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-right: -4px;
    padding: 0 25px;
}

.mod-listemployer.focus-job ul > li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.three-col.mod-listemployer ul > li {
    width: 33.33%;
    padding: 0 5px !important;
    margin: 10px -4px 0px 0 !important;
}

.mod-listemployer ul > li > div {
    width: 100%;
    display: block;
    position: relative;
}

    .mod-listemployer ul > li > div:after {
        content: "";
        display: block;
        clear: both;
    }

.mod-listemployer ul > li + li + li > div,
.mod-listemployer.focus-job ul > li + li > div {
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #ddd;
}

.three-col.mod-listemployer ul > li > div {
    padding: 10px !important;
    background-color: #fff !important;
    border: solid 1px #ddd !important;
    margin: 0 !important;
}

.mod-listemployer ul > li > div > .company-logo {
    width: 100px;
    float: left;
}

    .mod-listemployer ul > li > div > .company-logo a {
        width: 100%;
        display: block;
        position: relative;
        overflow: hidden;
        padding: 60% 0 0 0;
    }

        .mod-listemployer ul > li > div > .company-logo a img {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            max-width: 100%;
            max-height: 100%;
        }

.mod-listemployer ul > li > div > div {
    padding-left: 110px;
}

.focus-job.mod-listemployer ul > li > div > div.info {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 10px;
}

.mod-listemployer ul > li > div > div .title {
    display: block;
    /*font-weight: bold;*/
    font-size: 17px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.mod-listemployer ul > li > div > div .position {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mod-listemployer ul > li.hot > div:before,
.mod-listemployer.hot ul > li > div:before {
    content: "HOT";
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 12px;
    padding: 0px 8px;
    font-weight: 400;
    background-color: #ef474f;
    color: #fff;
    height: auto;
    line-height: 16px;
    border: solid 1px #ef474f;
    border-radius: 2px;
}

.mod-listemployer ul > li.vip > div:before,
.mod-listemployer.vip ul > li > div:before,
.mod-listemployer .vip ul > li > div:before {
    content: "VIP";
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 12px;
    padding: 0px 8px;
    font-weight: 400;
    background-color: #ef474f;
    color: #fff;
    height: auto;
    line-height: 16px;
    border: solid 1px #ef474f;
    border-radius: 2px;
}

.urgent-part {
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 12px;
    padding: 0px 8px;
    font-weight: 400;
    background-color: #ef474f;
    color: #fff;
    height: auto;
    line-height: 16px;
    border: solid 1px #ef474f;
    border-radius: 2px;
    display: inline-block;
}

.mod-listemployer ul > li.hot > div > div,
.mod-listemployer.hot ul > li > div > div,
.mod-listemployer ul > li.vip > div > div,
.mod-listemployer.vip ul > li > div > div,
.mod-listemployer .vip ul > li > div > div,
.mod-listemployer.urgent ul > li > div > div {
    padding-right: 50px;
}

.favo-apply-contain {
    background-color: #fff;
    padding: 10px;
}

    .favo-apply-contain .list-employer {
        padding: 0;
    }

    .favo-apply-contain .tab-content {
        margin-top: 30px;
    }

    .favo-apply-contain .nav-tabs {
        border: none;
    }

        .favo-apply-contain .nav-tabs > li > a {
            border: none;
            padding: 0 10px 5px;
            margin-right: 20px;
            transition: all ease-in-out 0.2s;
            border-bottom: solid 1px transparent !important;
        }

        .favo-apply-contain .nav-tabs > li:first-child > a {
            /*border-right: solid 1px #ddd;*/
        }

        .favo-apply-contain .nav-tabs > li > a:hover,
        .favo-apply-contain .nav-tabs > li.active > a {
            color: #4a4a4a !important;
            border: none;
            border-bottom: solid 1px #f7941d !important;
            background-color: #fff;
        }

.company-title-info {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
}

@media(max-width: 992px) {
    .three-col.mod-listemployer ul > li {
        width: 50%;
    }
}

@media(max-width: 767px) {
    .list-employer > .dv-employer > button,
    .list-employer > .dv-employer > span {
        position: relative;
        right: unset;
        top: unset;
        margin-left: 110px;
        margin-top: 10px;
    }

    #favo .list-employer > .dv-employer > div > div {
        padding-right: 0;
    }

    .list-employer > .dv-employer > button.btn-submit-job {
        right: unset;
    }

    #favo .list-employer > .dv-employer > span {
        top: 0px;
        margin-left: 20px;
    }

    .list-employer > .dv-employer > div > div {
        padding-right: 0;
    }

    .total-employer > div {
        float: none;
        clear: both;
    }

        .total-employer > div > a {
            display: inline-block;
            width: 100%;
            margin: 10px 0 0 0;
        }
}

@media(max-width: 530px) {
    .list-employer > .dv-employer .company-logo {
        width: 70px;
    }

    .list-employer > .dv-employer > div > div {
        padding-left: 70px;
    }

    .list-employer > .dv-employer > button, .list-employer > .dv-employer > span {
        margin-left: 70px;
    }

    .list-employer > .dv-employer > div > div .salary,
    .list-employer > .dv-employer > div > div .area,
    .list-employer > .dv-employer > div > div .post,
    .focus-job.mod-listemployer ul > li > div > div.info p {
        margin: 0;
        padding: 0;
        border: 0;
    }

    .mod-listemployer ul > li > div > div .title,
    .mod-listemployer ul > li > div > div .position {
        white-space: normal;
        overflow: hidden;
        text-overflow: unset;
    }

    .three-col.mod-listemployer ul {
        margin: -10px 0 0;
    }

        .three-col.mod-listemployer ul > li {
            width: 100%;
            padding: 0 !important;
        }
}
/*--END EMPLOYERS--*/

/*---RECRUITMENT---*/
.job-display {
    margin-bottom: 10px;
}

    .job-display button {
        background-color: #fff;
        padding: 10px 20px;
        margin-bottom: 5px;
        border-style: solid;
        width: 27%;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .job-display ul {
        padding: 0;
    }

        .job-display ul li {
            width: 25%;
            display: inline-block;
            vertical-align: top;
            padding-right: 10px;
            font-size: 16px;
            margin-bottom: 5px;
            margin-right: -4px;
        }

    .job-display li a {
        cursor: pointer;
    }

.search-contain {
    width: 100%;
    overflow-x: auto;
    padding: 20px 10px;
    border: solid 1px #f5f5f5;
    margin-bottom: 5px;
}

    .search-contain > div {
        display: inline-block;
    }

        .search-contain > div.search-content {
            margin: 0 20px 0 5px;
        }

.recruitment-container {
    width: 100%;
    overflow-x: auto;
}

.add-recruitment table {
    border-collapse: initial;
    border-spacing: 5px;
}

.table-insert-content > div:first-child {
    text-align: left;
    font-size: 10pt;
    padding: 10px;
    border-bottom: solid 1px #ddd;
    background-color: #f5f5f5;
    text-transform: uppercase;
    font-weight: bold;
}

.add-recruitment-final .table-insert-content > div:first-child {
    padding: 10px;
    border-bottom: solid 1px #ddd;
    background-color: #fff;
}

.table-insert-content table {
    width: 100%;
    padding: 10px;
    min-width: 500px;
    background-color: #fff;
}

.input-validation-error {
    border-color: red !important;
}

#foreign_language, #foreign_language th, #foreign_language td, #foreign_workex, #foreign_workex th, #foreign_workex td,
#foreign_education, #foreign_education th, #foreign_education td, #foreign_certificate, #foreign_certificate th, #foreign_certificate td,
#foreign_activity, #foreign_activity th, #foreign_activity td, #foreign_prize, #foreign_prize th, #foreign_prize td {
    /*border: 1px solid #ddd;
    line-height: 30px;
    padding: 0 5px;*/
    vertical-align: top;
    border: none;
}

#foreign_language, #foreign_workex, #foreign_education, #foreign_activity, #foreign_prize, #foreign_certificate {
    width: 100%;
    border-spacing: 0 5px;
    margin-bottom: 0;
}

.add-recruitment-final #foreign_language, .add-recruitment-final #foreign_workex, .add-recruitment-final #foreign_education,
.add-recruitment-final #foreign_activity, .add-recruitment-final #foreign_prize, .add-recruitment-final #foreign_certificate {
    border-collapse: collapse;
    margin: 20px 0;
    width: 100%;
}

#foreign_language tr:first-child th, #foreign_workex tr:first-child th, #foreign_education tr:first-child th,
#foreign_activity tr:first-child th, #foreign_prize tr:first-child th, #foreign_certificate tr:first-child th {
    border-top: 0px !important;
}

#foreign_language a, #foreign_workex a, #foreign_education a, #foreign_activity a, #foreign_prize a, #foreign_certificate a {
    cursor: pointer;
}

.table-insert-content {
    border: solid 1px #ddd;
    /*width: 900px;*/
    margin-top: 20px;
    margin-bottom: 30px;
    overflow-x: auto;
}

.add-recruitment-final .table-insert-content {
    border: none;
}

.img_show_item {
    max-height: 65px;
    margin: 0 auto;
}

.search-contain {
    width: 100%;
    position: relative;
    padding: 10px 15px;
    border: solid 1px #ddd;
}

    .search-contain > div {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 5px;
        margin-right: 20px;
    }

        .search-contain > div > span {
            display: inline-block;
            vertical-align: middle;
        }

            .search-contain > div > span.info {
                margin: 0 0 0 5px;
            }

            .search-contain > div > span select {
                min-width: 100px;
            }

    .search-contain > button {
        margin-top: -5px;
    }

    .search-contain.search-job > div > span.title {
        width: 100px;
    }

    .search-contain.search-job > div > span.info {
        min-width: 210px;
    }

    .search-contain > div > span.title {
        width: 100px;
    }

    .search-contain > div > span.info {
        min-width: 210px;
    }

.valight_mi {
    vertical-align: middle !important;
}

.job-name a {
    font-weight: bold;
}

.info-contain .form-group.fleft {
    padding-right: 10px;
}

.info-contain .form-group.fright {
    padding-left: 10px;
}

.info-contain .form-group.full {
    width: 100%;
}

.obligatory {
    color: red;
}

.recruitment-container table tr:first-child th {
    border-top: 0px !important;
    padding-top: 10px;
}

.recruitmentrelated-container table tr:first-child th {
    padding-top: 10px;
}

.recruitmentrelated-container .title-mod-list-content {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    border-bottom: solid 1px #ddd;
    padding-top: 25px;
    padding-bottom: 5px;
}

.recruitment-container table.table-manage tr:first-child th {
    padding: 5px;
}

.icon-color {
    color: #db4437;
}

.recruitment-container {
    width: 100%;
    overflow-x: auto;
}

    .recruitment-container #recruitment-container {
        min-width: 551px;
    }

.recruitment-container-mod table {
    min-width: 100%;
}

.profile-left {
    width: 40%;
    float: left;
    background-color: #168cc9;
    color: #fff !important;
    padding: 0 10px 30px;
}

.profile-right {
    width: 60%;
    float: left;
    background-color: #efede9;
    padding: 30px 20px;
    overflow: hidden;
}

.profile-left .avatar {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 30px auto 0px;
    border-radius: 20px 0 20px 0;
}

.profile-left .name {
    text-align: center;
    font-size: 24px;
    margin-top: 25px;
}

.profile-left .job {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    margin-top: 5px;
}

.profile-contain .title {
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}

    .profile-contain .title span {
        background-color: #fff;
        font-size: 25px;
        border-radius: 6px 0px 6px 0px;
        margin-right: 10px;
    }

        .profile-contain .title span i {
            color: #168cc9;
            font-size: 20px;
            padding: 5px;
        }

    .profile-contain .title.title-right {
        color: #168cc9 !important;
    }

        .profile-contain .title.title-right span {
            background-color: #168cc9;
        }

            .profile-contain .title.title-right span i {
                color: #fff;
            }

.profile-left .info {
    margin-bottom: 30px;
    padding: 5px 5px 0;
}

    .profile-left .info i {
        margin-right: 5px;
    }

.profile-left .target {
    margin-bottom: 30px;
    margin-top: 5px;
    text-align: justify;
}

.profile-left .skill {
    margin-bottom: 30px;
    margin-top: 5px;
    text-transform: uppercase;
    line-height: 25px;
}

    .profile-left .skill .skill-unit .unit-left {
        width: 55%;
        float: left;
    }

    .profile-left .skill .skill-unit .unit-right {
        width: 45%;
        float: left;
        border-collapse: initial;
        border-spacing: 5px;
    }

        .profile-left .skill .skill-unit .unit-right td {
            border: solid 1px #fff;
            height: 15px;
        }

            .profile-left .skill .skill-unit .unit-right td.full {
                background-color: #fff;
            }

.profile-left .hobby {
    margin-top: 5px;
}

    .profile-left .hobby .hobby-unit {
        text-transform: capitalize;
    }

.profile-right table {
    border-collapse: initial;
    border-spacing: 0 5px;
}

.profile-right .education {
    margin-bottom: 30px;
}

.profile-right table .td-left {
    width: 70px;
    vertical-align: top;
}

.profile-right table .td-right {
    vertical-align: top;
    padding-left: 20px;
}

.hover-tr:hover {
    background-color: #f5f5f5;
}

.btnEdit {
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}

    .btnEdit i {
        color: #000 !important;
    }

    .hover-tr:hover .btnEdit, .btnEdit:hover {
        opacity: 1;
    }

.hover-tr td {
    padding: 20px 8px;
}

.btn-additional {
    padding: 5px 20px;
}

.profile-contain {
    background-color: #efede9;
    max-width: 1024px;
    margin: 0 auto;
}

.workex-profile {
    margin-bottom: 30px;
}

.activity-profile {
    margin-bottom: 30px;
}

.certificate-profile {
    margin-bottom: 30px;
}

.education-profile {
    margin-bottom: 30px;
}

.my-profile-contain .profile-contain {
    width: 30%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    background-color: #fff;
}

    .my-profile-contain .profile-contain .my-profile {
        background-color: #ebebeb;
    }

    .my-profile-contain .profile-contain > div {
        padding: 30px 15px;
        text-align: center;
        margin-bottom: 20px;
    }

.my-profile-contain .report-contain {
    border: solid 1px #ddd;
}

    .my-profile-contain .report-contain .total span {
        font-size: 50px;
        font-weight: 100;
        margin-top: 10px;
        margin-bottom: 0;
        display: inline-block;
        width: 100%;
        text-align: center;
        color: #2069b3;
    }

        .my-profile-contain .report-contain .total span + span {
            font-size: 14px;
            font-weight: 500;
            text-transform: uppercase;
            margin-bottom: 25px;
            color: #4a4a4a;
            font-weight: bold;
        }

    .my-profile-contain .report-contain .sub-total > div {
        width: 33.33%;
        display: inline-block;
        vertical-align: top;
        margin-right: -4px;
        padding: 5px;
    }

        .my-profile-contain .report-contain .sub-total > div > span {
            display: inline-block;
            width: 100%;
            text-align: center;
        }

            .my-profile-contain .report-contain .sub-total > div > span:first-child {
                border-radius: 3px;
                text-align: center;
                font-size: 14px;
                width: 40px;
                height: 18px;
                font-weight: 500;
                color: #fff;
                margin-bottom: 3px;
                margin-left: 5px;
                background-color: #5fb661;
                line-height: 19px;
            }

        .my-profile-contain .report-contain .sub-total > div + div > span:first-child {
            background-color: #f59232;
        }

        .my-profile-contain .report-contain .sub-total > div + div + div > span:first-child {
            background-color: #fd6a6a;
        }

.my-profile-contain .order-info-contain {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
}

    .my-profile-contain .order-info-contain .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .my-profile-contain .order-info-contain > div > .title {
        border-bottom: solid 1px #ddd;
        padding-bottom: 5px;
        margin-bottom: 30px;
        font-weight: bold;
        position: relative;
    }

        .my-profile-contain .order-info-contain > div > .title:after {
            content: "";
            height: 3px;
            width: 70px;
            background-color: #ef474f;
            display: block;
            position: absolute;
            bottom: -2px;
            left: 0;
        }

.my-profile-contain .profile-contain .img-profile {
    text-align: center;
}

    .my-profile-contain .profile-contain .img-profile img {
        max-width: 130px;
        width: 100%;
    }

.my-profile-contain .profile-contain .name-profile {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 20px;
}

.my-profile-contain .profile-contain .title-profile {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
}

.my-profile-contain .profile-contain .btn-profile {
    margin-top: 30px;
    margin-bottom: 8px;
}

    .my-profile-contain .profile-contain .btn-profile a {
        border: solid 1px #f7941d;
        background-color: #fff;
        color: #f7941d !important;
        padding: 10px 20px;
        transition: all ease-in-out 0.3s;
        border-radius: 4px;
    }

        .my-profile-contain .profile-contain .btn-profile a:hover {
            background-color: #f7941d;
            color: #fff !important;
        }


@media(max-width: 767px) {
    .my-profile-contain .profile-contain {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .my-profile-contain .order-info-contain {
        width: 100%;
        margin-right: 0px;
        padding: 0;
    }
}

/*--END RECRUITMENT--*/

/*---OTHER---*/
.mega-main-menu.hot a {
    padding-right: 40px;
}

    .mega-main-menu.hot a span {
        position: relative;
    }

        .mega-main-menu.hot a span:before {
            content: "HOT";
            position: absolute;
            top: -7px;
            right: -30px;
            font-size: 9px;
            padding: 0px 3px;
            font-weight: 400;
            background-color: #ef474f;
            color: #fff;
            height: auto;
            line-height: 10px;
            border: solid 1px #ef474f;
            border-radius: 2px;
        }

.custom-menu {
    float: right;
}

    .custom-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .custom-menu ul:first-child > li {
            display: inline-block;
            vertical-align: middle;
            font-size: 14px;
            line-height: 24px;
            padding: 0 15px;
            margin: 0px 0;
            position: relative;
        }

            .custom-menu ul > li i.glyphicon {
                font-size: 14px;
                width: 14px;
            }

            .custom-menu ul > li.fp {
                font-size: 19px;
            }

                .custom-menu ul > li.fp i.glyphicon {
                    font-size: 19px;
                    width: 19px;
                }

            .custom-menu ul > li a {
                cursor: pointer;
                color: #888;
            }

            .custom-menu ul > li.sp {
                margin: 0;
                background-color: #dfb824;
                width: 200px;
                padding: 6px 15px;
            }

                .custom-menu ul > li.sp > a > span {
                    display: inline-block;
                    width: 100%;
                }

                .custom-menu ul > li.sp > a > span {
                    font-size: 13px;
                    color: #fff;
                }

                    .custom-menu ul > li.sp > a > span:first-child {
                        text-transform: uppercase;
                        font-weight: bold;
                        color: #fff;
                    }

.leading-company {
    width: 100%;
    position: relative;
}

    .leading-company ul {
        list-style: none;
        padding: 0;
        margin: 0 -5px;
    }

        .leading-company ul > li {
            display: inline-block;
            vertical-align: middle;
            width: 16.66%;
            margin-right: -4px;
            padding: 0 5px;
        }

            .leading-company ul > li > a {
                width: 100%;
                border: 1px #e5e5e5 solid;
                position: relative;
                display: block;
                overflow: hidden;
                text-align: center;
                padding: 10px;
                cursor: pointer;
                background-color: #fff;
            }

                .leading-company ul > li > a > span {
                    display: inline-block;
                    width: 100%;
                }

                    .leading-company ul > li > a > span:first-child {
                        position: relative;
                        display: block;
                        width: 100%;
                        padding: 50% 0 0 0;
                        margin-bottom: 5px;
                    }

                        .leading-company ul > li > a > span:first-child img {
                            position: absolute;
                            top: 0;
                            left: 0;
                            right: 0;
                            bottom: 0;
                            margin: auto;
                            max-height: 100%;
                            max-width: 100%;
                        }

                    .leading-company ul > li > a > span + span {
                        height: 48px;
                        overflow: hidden;
                    }

            .leading-company ul > li.new-job a:after {
                content: "New jobs";
                position: absolute;
                height: 23px;
                background: #f7941d;
                text-align: center;
                line-height: 22px;
                color: #f0f0f0;
                transform: rotate(45deg);
                font-size: 12px;
                box-shadow: 0 0 2px rgba(171,60,0,.5);
                font-weight: 700;
                top: 15px;
                right: -24px;
                width: 100px;
            }

.top-employers ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    margin: 0 -5px;
}

    .top-employers ul > li {
        width: 16.66%;
        display: inline-block;
        vertical-align: middle;
        margin-right: -4px;
        margin-bottom: 10px;
        padding: 0 5px;
    }

        .top-employers ul > li a {
            position: relative;
            display: block;
            width: 100%;
            overflow: hidden;
            padding: 49% 0 0 0;
            border: solid 1px #eee;
        }

            .top-employers ul > li a > img {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                max-height: 100%;
                max-width: 100%;
            }

.searchjob-container {
    width: 100%;
    max-width: 1024px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.mnu-listemployer .searchjob-container {
    width: 100%;
    max-width: initial;
    position: relative;
    bottom: unset;
    left: unset;
    transform: none;
    z-index: 1;
    margin-bottom: 0px;
}

.search-employee-mod {
    margin-top: -25px;
    z-index: 99;
}

.mnu-listemployer .searchjob-container > div {
    margin-bottom: 0;
}

.searchjob-container > div {
    background-color: rgba(0,0,0,.65);
    padding: 15px 15px;
}

.mnu-listemployer .searchjob-container > div {
    background-color: #2069b3;
    border-color: #2069b3;
}

.searchjob-container > div .intro-title {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

    .searchjob-container > div .intro-title span {
        font-weight: bold;
    }

.searchjob-container .search-contain .job-txt {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    margin-right: -4px;
    padding-right: 5px;
    position: relative;
}

    .searchjob-container .search-contain .job-txt:after,
    .searchjob-container .search-contain .job:after,
    .searchjob-container .search-contain .position:after {
        content: "\f002";
        font: normal normal normal 20px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 12px;
        left: 11px;
        color: #4a4a4a;
    }

.searchjob-container .search-contain .job:after {
    content: "\f03a";
}

.searchjob-container .search-contain .position:after {
    content: "\f041";
    font-size: 24px;
    top: 9px;
    left: 15px;
}

.searchjob-container .search-contain .job-txt input,
.searchjob-container .search-contain .job select,
.searchjob-container .search-contain .position select {
    width: 100%;
    padding: 10px;
    padding-left: 40px;
    border-radius: 2px;
    height: 46px;
    border: solid 1px #ddd;
}

.searchjob-container .search-contain .job, .searchjob-container .search-contain .position {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
    padding-right: 5px;
    position: relative;
}

.searchjob-container .search-contain button {
    display: inline-block;
    width: 20%;
    margin-right: -4px;
    height: 46px;
    border: solid 1px #f7941d;
    border-radius: 2px;
    background-color: #f7941d;
    color: #fff;
    vertical-align: middle;
}

.job-will-like ul {
    list-style: none;
    padding: 0;
    margin: 0 -25px;
}

    .job-will-like ul > li {
        width: 33.33%;
        display: inline-block;
        vertical-align: top;
        padding: 0 25px;
        margin-right: -4px;
    }

        .job-will-like ul > li .channel-info {
            position: relative;
            display: block;
            overflow: hidden;
            padding: 67% 0 0 0;
        }

            .job-will-like ul > li .channel-info:after {
                content: "";
                background-color: #000;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                opacity: 0.3;
                transition: opacity ease-in-out 0.3s;
            }

            .job-will-like ul > li .channel-info:hover:after {
                opacity: 0.6;
            }

            .job-will-like ul > li .channel-info > img {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
            }

            .job-will-like ul > li .channel-info > div {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                text-align: center;
                z-index: 1;
                width: 100%;
            }

                .job-will-like ul > li .channel-info > div img {
                    width: 60px;
                    height: 44px;
                    margin-bottom: 10px;
                }

                .job-will-like ul > li .channel-info > div .title {
                    text-transform: uppercase;
                    color: #fff;
                    margin-bottom: 5px;
                }

                .job-will-like ul > li .channel-info > div .number {
                    font-size: 14px;
                    color: #fff;
                    margin-bottom: 10px;
                }

                .job-will-like ul > li .channel-info > div a {
                    color: #fff !important;
                    background-color: #f7941d;
                    border-color: #f28809;
                    width: 120px;
                    display: inline-block;
                    text-transform: uppercase;
                    padding: 7px 0;
                    border-radius: 4px;
                }

.detail-employer-contain > .detail-employer-header {
    background-color: #fff;
    padding: 25px 40px;
    margin-bottom: 10px;
    /*transition: all ease-in-out 0.4s;*/
}

.tempemployee-scroll {
    height: 167px;
}

.detail-employer-header.in-fix {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
    padding: 0;
    margin: 0;
}

    .detail-employer-header.in-fix > div {
        max-width: 1280px;
        margin: 7px auto;
        padding: 0 50px;
        position: relative;
    }

        .detail-employer-header.in-fix > div:after {
            content: "";
            display: block;
            clear: both;
        }

        .detail-employer-header.in-fix > div .salary,
        .detail-employer-header.in-fix > div .hits,
        .detail-employer-header.in-fix > div .favo-share-contain,
        .detail-employer-header.in-fix > div .company-title-info {
            display: none !important;
        }

        .detail-employer-header.in-fix > div .company-logo {
            width: 100px;
            padding: 58px 0 0 0;
        }

        .detail-employer-header.in-fix > div > div {
            padding: 0 110px 0 110px;
        }

        .detail-employer-header.in-fix > div .company {
            font-size: 20px;
            line-height: 26px;
            margin: 0;
            padding: 15px 0 0;
            text-overflow: ellipsis;
            white-space: normal;
            display: block;
            overflow: hidden;
        }

        .detail-employer-header.in-fix > div button.btn-submit-job {
            top: 5px;
            right: 50px;
        }

.detail-employer-contain > .detail-employer-content .tab-content {
    background-color: #fff;
    padding: 40px 40px;
}

.detail-employer-contain > .detail-employer-content .nav-tabs > li > a {
    background-color: transparent;
    border: none;
    padding: 12px 35px 10px;
    text-transform: uppercase;
    font-size: 15px;
}

    .detail-employer-contain > .detail-employer-content .nav-tabs > li > a:hover,
    .detail-employer-contain > .detail-employer-content .nav-tabs > li > a:focus,
    .detail-employer-contain > .detail-employer-content .nav-tabs > li > a:active {
        color: #4c4c4c !important;
    }

.detail-employer-contain > .detail-employer-content .nav-tabs > li.active > a {
    font-weight: bold;
    border-bottom: 3px solid #4c4c4c;
}

.detail-employer-header:after {
    content: "";
    display: block;
    clear: both;
}

.detail-employer-header .company-logo {
    width: 150px;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 90px 0 0 0;
}


    .detail-employer-header .company-logo img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }

.detail-employer-header > div > div {
    padding: 0 170px;
}

.detail-employer-header .title {
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
}

.detail-employer-header button.btn-submit-job {
    position: absolute;
    top: 55px;
    right: 40px;
    width: 150px;
    color: #fff;
    background-color: #fe7018;
    border: solid 1px #fe7018;
    padding: 10px 0;
    font-size: 18px;
    transition: all ease-in-out 0.2s;
}

.detail-employer-header .save-job {
    position: absolute;
    right: 115px;
    top: 120px;
}

    .detail-employer-header .save-job:hover,
    .detail-employer-header .save-job.active {
        color: #fe7018;
        cursor: pointer;
    }

        .detail-employer-header .save-job:hover i:before,
        .detail-employer-header .save-job.active i:before {
            content: "\f004";
        }

.detail-employer-header .i-share {
    position: absolute;
    right: 70px;
    top: 112px;
}

    .detail-employer-header .i-share a.ggp {
        margin-left: 10px;
    }

.detail-employer-header button.btn-submit-job:hover {
    background-color: #d3570a;
}

.detail-employer-header .company {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 28px;
}

.detail-employer-header .salary {
    margin-bottom: 5px;
}

    .detail-employer-header .salary span {
        color: #f7941d;
    }

.detail-employer-header .hits {
    font-size: 14px;
    color: #999;
}

.detail-employer-content .tab-content {
    padding: 30px 15px;
    min-height: 300px;
}

.tab-content > .tab-pane:after {
    content: "";
    display: block;
    clear: both;
}

.detail-employer-content .tab-pane .dv-left {
    width: 70%;
    float: left;
    padding-right: 15px;
}

    .detail-employer-content .tab-pane .dv-left > div + div {
        margin-top: 30px;
    }

    .detail-employer-content .tab-pane .dv-left > div .title {
        font-size: 21px;
        line-height: 27px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .detail-employer-content .tab-pane .dv-left > div.key .info span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 4px 20px 5px 20px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        transition: background-color .3s,border-color .3s;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 135px;
        background: #f8f8f8;
        border: 1px #ddd solid;
        font-size: 14px;
    }

.detail-employer-content .tab-pane .dv-right {
    width: 30%;
    float: right;
}

    .detail-employer-content .tab-pane .dv-right .first-info {
        padding: 15px;
        border: solid 1px #2069b3;
        background-color: #e2eef8;
        margin-bottom: 30px;
    }

        .detail-employer-content .tab-pane .dv-right .first-info > p:after {
            content: "";
            display: block;
            clear: both;
        }

        .detail-employer-content .tab-pane .dv-right .first-info > p + p {
            margin-top: 15px;
            padding-top: 15px;
            border-top: solid 1px #ddd;
        }

        .detail-employer-content .tab-pane .dv-right .first-info > p > span {
            display: inline-block;
            vertical-align: top;
            float: right;
            width: calc(100% - 40px);
        }

            .detail-employer-content .tab-pane .dv-right .first-info > p > span.icon {
                display: inline-block;
                vertical-align: top;
                font-size: 20px;
                float: left;
                margin-right: -4px;
                width: 22px;
                text-align: center;
                padding: 0;
            }

            .detail-employer-content .tab-pane .dv-right .first-info > p > span.title {
                text-transform: uppercase;
                font-size: 14px;
                color: #999;
            }

    .detail-employer-content .tab-pane .dv-right .mod-listemployer {
        border: solid 1px #EEE;
    }

        .detail-employer-content .tab-pane .dv-right .mod-listemployer .title-same-job {
            background-color: #F8F8F8;
            height: 45px;
            color: #555;
            font-family: Roboto;
            padding: 10px 15px 10px;
            font-size: 18px;
            font-weight: 700;
            line-height: 24px;
            text-align: left;
            border-bottom: 1px solid #EEE;
        }

        .detail-employer-content .tab-pane .dv-right .mod-listemployer ul {
            padding: 15px !important;
        }

            .detail-employer-content .tab-pane .dv-right .mod-listemployer ul > li {
                width: 100% !important;
                padding: 0 !important;
            }

                .detail-employer-content .tab-pane .dv-right .mod-listemployer ul > li + li > div {
                    margin-top: 10px !important;
                    padding-top: 10px !important;
                    border-top: solid 1px #ddd !important;
                }

.module-menu-container {
    float: right;
}

    .module-menu-container > .dropdown {
        margin: 0px 15px;
    }

        .module-menu-container > .dropdown > a {
            cursor: pointer;
            font-size: 14px;
            line-height: 20px;
        }

            .module-menu-container > .dropdown > a i {
                font-size: 20px !important;
                margin-right: 5px;
            }

                .module-menu-container > .dropdown > a i.glyphicon {
                    font-size: 10px !important;
                    margin-left: 3px;
                }

    .module-menu-container .open > .dropdown-menu {
        right: -16px;
        left: unset;
        top: 24px;
        border-radius: 0;
        padding: 0 5px;
        min-width: 200px;
    }

        .module-menu-container .open > .dropdown-menu > li > a,
        #header_top .module-menu-container .open > .dropdown-menu > li > a {
            color: #4c4c4c !important;
            border-bottom: solid 1px #ddd;
        }

            #header_top .module-menu-container .open > .dropdown-menu > li > a:hover,
            #header_top .module-menu-container .open > .dropdown-menu > li > a:focus,
            #header_top .module-menu-container .open > .dropdown-menu > li > a:active,
            #header_top .module-menu-container .open > .dropdown-menu > li.active > a {
                color: #fff !important;
                background-color: #2069b3 !important;
            }





.owl-carousel .owl-item > .one-col > div + div,
.owl-carousel .owl-item > .one-col-1 > div + div {
    margin-top: 20px;
}

.owl-carousel .owl-item > .one-col > .img-contain,
.owl-carousel .owl-item > .one-col-1 > .img-contain {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.owl-carousel .owl-item > .one-col > .img-contain {
    border: solid 1px #eee;
}

    .owl-carousel .owl-item > .one-col > .img-contain a {
        width: 100%;
        display: block;
        position: relative;
        overflow: hidden;
        padding: 50%;
    }

.owl-carousel .owl-item > .one-col-1 > .img-contain a {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 34%;
}

.owl-carousel .owl-item > .one-col > .img-contain a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.owl-carousel .owl-item > .one-col-1 > .img-contain a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 183px;
}

.owl-carousel .owl-item > .one-col-1 > .img-contain a img {
    object-fit: cover;
}

.slide-owncousor-all-container .owl-dots {
    margin-top: 10px;
}

.owl-carousel .owl-item > .img-contain {
    /*border: solid 1px #eee;*/
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    aspect-ratio: 1.54;
    display: inline;
}

    .owl-carousel .owl-item > .img-contain a {
        width: 100%;
        display: block;
        position: relative;
        overflow: hidden;
        padding: 30%;
    }

        .owl-carousel .owl-item > .img-contain a img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            /*max-height: 100%;*/
            max-width: 100%;
            object-fit: cover;
        }

#suggestion .ico-loading {
    position: relative;
    transform: none;
    top: unset;
    left: unset;
    text-align: center;
    margin: 50px 0;
}

.jobspecial-tab-contain .nav-tabs {
    margin: 0;
    text-align: center;
    border: none;
    padding: 30px 0 0;
}

    .jobspecial-tab-contain .nav-tabs > li {
        padding: 0;
        width: 190px;
        float: none;
    }

        .jobspecial-tab-contain .nav-tabs > li a {
            border: none;
            border-bottom: 2px solid #eee;
            color: #777;
        }

            .jobspecial-tab-contain .nav-tabs > li a:hover,
            .jobspecial-tab-contain .nav-tabs > li.active a {
                border: none;
                border-bottom: 2px solid #f7941d;
                color: #555 !important;
                background-color: #fff;
            }

.jobspecial-tab-contain .tab-detail {
    padding: 0;
    /*border: solid 1px #ddd;*/
    background-color: #fff;
}

.jobspecial-tab-contain .tab-content {
    margin-top: 20px;
}

.jobspecial-tab-contain .owl-dots {
    margin-top: 15px;
}

.jobspecial-tab-contain .owl-prev {
    bottom: 5px;
    transform: none;
    top: unset;
    left: 38%;
    width: 17px;
    height: 24px;
    background-size: 17px 24px !important;
}

.jobspecial-tab-contain .owl-next {
    bottom: 5px;
    transform: none;
    top: unset;
    right: 38%;
    width: 17px;
    height: 24px;
    background-size: 17px 24px !important;
}

.slideone-col > .img-contain {
    width: 100%;
    padding: 25% 0 0 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slideone-col > .info-contain {
    width: 72%;
    margin: -7% auto 0;
    background-color: #fff;
    padding: 30px;
    border: solid 1px #ddd;
}

    .slideone-col > .info-contain:after,
    .slideone-col > .info-contain > div:after {
        content: "";
        display: block;
        clear: both;
    }

    .slideone-col > .info-contain .img-contain {
        width: 140px;
        float: left;
        position: relative;
        padding: 84px 0 0 0;
        overflow: hidden;
    }

        .slideone-col > .info-contain .img-contain img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            max-height: 100%;
            max-width: 100%;
            width: unset !important;
            height: unset !important;
        }

    .slideone-col > .info-contain .info-contain {
        padding-left: 167px;
        font-size: 14px;
        line-height: 20px;
    }

        .slideone-col > .info-contain .info-contain > div:first-child {
            color: #00b9f2;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 100%;
            vertical-align: middle;
            font-style: italic;
            margin-bottom: 15px;
        }

        .slideone-col > .info-contain .info-contain > div + div {
            height: 80px;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
        }

    .slideone-col > .info-contain > a {
        padding-left: 167px;
        font-size: 25px;
        line-height: 36px;
        display: block;
        height: 36px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

        .slideone-col > .info-contain > a.btn-slide-seemore {
            min-width: 170px;
            float: right;
            font-size: 16px;
            font-weight: bold;
            border: solid 1px #2069b3;
            text-align: center;
            padding: 3px 0;
            height: auto;
            border-radius: 3px;
            color: #2069b3;
            transition: all ease-in-out 0.3s;
            margin-top: 10px;
        }

            .slideone-col > .info-contain > a.btn-slide-seemore:hover {
                background-color: #2069b3;
                color: #fff !important;
            }

.detail-2left-full-container .title-content.title-mod-list-content h2,
.detail-2left-full-container .title-content-left.title-mod-list-content h2 {
    text-align: left;
    border-bottom: solid 1px #ddd;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.detail-2left-full-container .module-content {
    margin-top: 30px;
}

.detail-2left-full-container .module-content-left {
    margin-bottom: 30px;
}

    .detail-2left-full-container .module-content > div > div,
    .detail-2left-full-container .module-content-left > div > div {
        padding: 10px;
        background-color: #fff;
    }

.job-area-contain > div {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding-right: 10px;
}

    .job-area-contain > div > .intro-title {
        color: #555;
        font-weight: 700;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .job-area-contain > div > ul {
        width: 100%;
        position: relative;
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: 14px;
    }

        .job-area-contain > div > ul > li {
            width: 50%;
            padding-right: 10px;
            display: inline-block;
            margin-right: -4px;
            vertical-align: top;
        }

    .job-area-contain > div > a {
        font-size: 14px;
        padding-top: 15px;
        display: inline-block;
        color: #2069b3;
        position: relative;
    }

        .job-area-contain > div > a:hover {
            text-decoration: underline;
            cursor: pointer;
        }

        .job-area-contain > div > a i {
            position: absolute;
            right: -20px;
            top: 19px;
        }

.searchby-contain {
    background-color: #fff;
    padding: 20px;
}

    .searchby-contain ul {
        list-style: none;
        width: 100%;
        padding: 0;
        margin: 0;
    }

        .searchby-contain ul > li {
            width: 33.33%;
            display: inline-block;
            vertical-align: top;
            margin-right: -4px;
            padding-right: 10px;
        }

            .searchby-contain ul > li span {
                color: #2069b3;
                font-weight: 100;
                font-style: italic;
            }

.manager-myprofile {
    padding: 10px;
    background-color: #fff;
}

ul.menu-image {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
}

    ul.menu-image > li {
        width: 25%;
        float: left;
        padding: 0 10px;
        position: relative;
    }

        ul.menu-image > li + li + li + li + li {
            margin-top: 20px;
        }

        ul.menu-image > li > a, .one-menu > div > .title {
            width: 100%;
            padding: 67% 0 0 0;
            display: block;
            position: relative;
            overflow: hidden;
        }

            ul.menu-image > li > a:after, .one-menu > div > .title::after {
                content: "";
                background-color: #000;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                opacity: 0.4;
                transition: opacity ease-in-out 0.3s;
            }

            ul.menu-image > li > a:hover:after, .one-menu > div > .title:after {
                opacity: 0.6;
            }

            ul.menu-image > li > a img, .one-menu > div > .title img {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                max-height: 100%;
                max-width: 100%;
            }

            ul.menu-image > li > a > div, .one-menu > div > .title > div {
                position: absolute;
                top: 50%;
                left: 0;
                transform: translate(0, -50%);
                line-height: 24px;
                font-size: 16px;
                width: 100%;
                text-align: center;
                color: #fff;
                text-transform: uppercase;
                z-index: 1;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                padding: 0 10px;
            }

                .one-menu > div > .title > div a {
                    color: #fff !important;
                }

                ul.menu-image > li > a > div span, .one-menu > div > .title > div span {
                    /*display: inline-block;
                    width: 100%;*/
                }

                ul.menu-image > li > a > div .btn-semo, .one-menu > div > .title > div .btn-semo a {
                    color: #fff !important;
                    background-color: #f7941d;
                    border-color: #f28809;
                    width: 120px;
                    display: inline-block;
                    text-transform: uppercase;
                    padding: 7px 0;
                    border-radius: 4px;
                    margin-top: 15px;
                    line-height: 24px !important;
                    font-size: 16px !important;
                }

.title-break-line .title-mod-list-content h2 {
    color: #2069b3 !important;
}

    .title-break-line .title-mod-list-content h2 span {
        display: inline-block;
        width: 100%;
        text-transform: none;
        font-size: 18px;
        color: #4a4a4a;
    }

.general-introduce {
    background-color: #fff;
    padding: 50px 0;
}

    .general-introduce .list-content {
        margin: 0;
        width: 100%;
    }

        .general-introduce .list-content > .dv-list-item {
            width: 100%;
            position: relative;
            padding: 0 !important;
        }

            .general-introduce .list-content > .dv-list-item > div {
                border: none;
            }

        .general-introduce .list-content .dv-img-block {
            width: 25%;
            float: left;
            margin-right: 30px;
        }

        .general-introduce .list-content .introtext-info .introtext-content {
            height: auto;
            -webkit-line-clamp: 6;
            /* -webkit-box-orient: unset; */
            /* overflow: hidden; */
            /* text-overflow: unset; */
            /* display: block; */
            max-height: 144px;
        }

.footer-logo {
    width: 18%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding-right: 15px;
}

    .footer-logo img {
        height: auto !important;
        width: 100% !important;
        max-width: 170px !important;
    }

.footer-social, .footer-copy-right {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding-right: 15px;
    border-left: 1px solid #EAEAEA;
    padding-left: 15px;
    min-height: 62px;
}

    .footer-social p, .footer-social div {
        margin-bottom: 5px;
    }

    .footer-social img {
        height: auto !important;
        width: 26px !important;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

.footer-info {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding-right: 15px;
    border-left: 1px solid #EAEAEA;
    padding-left: 15px;
    min-height: 62px;
}

.menu-service > div > ul {
    padding: 0;
    list-style: none;
    margin: 0 -15px;
}

    .menu-service > div > ul > li {
        width: 25%;
        display: inline-block;
        vertical-align: top;
        margin-right: -4px;
        padding: 0 15px;
    }

        .menu-service > div > ul > li > a {
            display: block;
            position: relative;
            padding: 67% 0 0 0;
            overflow: hidden;
            width: 100%;
        }

            .menu-service > div > ul > li > a > img {
                position: absolute;
                max-width: 100%;
                max-height: 100%;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                transition: transform ease-in-out 0.6s;
            }

                .menu-service > div > ul > li > a > img:hover {
                    transform: scale(1.2);
                }

        .menu-service > div > ul > li > ul {
            list-style: none;
            padding: 30px 15px 2px;
            margin: 0;
            background-color: #fff;
        }

li.parent-title {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 15px;
    height: 25px;
}

    li.parent-title > a {
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        overflow: hidden;
    }

    li.parent-title:after {
        content: "";
        height: 2px;
        background-color: #ddd;
        width: 50px;
        display: block;
    }

.menu-service > div > ul > li > ul > li + li {
    padding: 0 0 10px 20px;
    background: url(/Content/Images/double-arrow.png) no-repeat 0 4px;
}

    .menu-service > div > ul > li > ul > li + li > a {
        color: #666;
        font-size: 14px;
        line-height: 20px;
    }

.menu-service .title-mod-list-content,
.slide-owncousor-all-container .title-mod-list-content,
.background-color .title-mod-list-content {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

    .menu-service .title-mod-list-content:after {
        content: "";
        height: 2px;
        background-color: #ccc;
        width: 250px;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /*.menu-service .title-mod-list-content h2,
    .slide-owncousor-all-container .title-mod-list-content h2,
    .background-color .title-mod-list-content h2 {
        position: relative;
        z-index: 1;
        display: inline-block;
        background-color: #f7f7f7;
        margin: 0;
        font-weight: normal;
        color: #333 !important;
        font-size: 30px;
        padding: 0 20px;
    }*/

    .background-color .title-mod-list-content h2 {
        background-color: transparent;
    }

.menu-intro-title h2 {
    font-size: 28px;
    text-transform: uppercase;
    margin: 0 0 15px;
    line-height: 38px;
}

.content-ndefault-animation {
    /*margin-top: 10px;*/
    background-color: #fff;
}

    .content-ndefault-animation.content-sp .first-content > div {
        max-width: 1170px;
        margin: 0 auto;
        padding: 0 15px 30px;
    }

    .content-ndefault-animation.content-sp .first-content .dv-img-block {
        display: none;
    }

.dv-related-container.content-ndefault-animation {
    margin: 0;
}

.content-ndefault-animation .dv-title {
    background-color: #fff;
    padding: 30px 0;
}

    .content-ndefault-animation .dv-title .title-mnd-list-content,
    .content-ndefault-animation .title-mod-list-content.title-related-content h2 {
        position: relative;
        bottom: unset;
        left: unset;
        transform: none;
        margin: 0 !important;
        text-align: center !important;
        color: #000 !important;
        width: 100%;
        max-width: unset !important;
        font-weight: normal;
        font-size: 26px;
        line-height: 34px;
        max-width: 1170px;
        padding: 0 10px;
    }

.content-ndefault-animation .title-mod-list-content.title-related-content h2 {
    padding-top: 50px;
    text-align: left !important;
    max-width: 1170px !important;
    margin: 0 auto 15px !important;
}

.content-ndefault-animation .dv-title .desc {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    color: #0362af;
    font-weight: bold;
    padding: 30px 10px 0;
}

.content-ndefault-animation .list-category {
    background-color: #c5ebf8;
}

    .content-ndefault-animation .list-category > ul {
        max-width: 1170px;
        width: 100%;
        margin: auto;
        padding: 50px 0px;
        list-style: none;
    }

        .content-ndefault-animation .list-category > ul > li {
            width: 50%;
            display: inline-block;
            margin-right: -4px;
            padding: 10px 10px;
            text-align: left;
        }

            .content-ndefault-animation .list-category > ul > li:nth-child(2n) {
                text-align: right;
            }

            .content-ndefault-animation .list-category > ul > li:after {
                content: "";
                display: block;
                clear: both;
            }

            .content-ndefault-animation .list-category > ul > li > div {
                width: 100%;
                max-width: 400px;
                float: left;
                text-align: right;
            }

            .content-ndefault-animation .list-category > ul > li:nth-child(2n) > div {
                float: right;
                text-align: left;
            }

            .content-ndefault-animation .list-category > ul > li > div > span.number {
                font-size: 18px;
                display: inline-block;
                vertical-align: middle;
                width: 48px;
                height: 48px;
                text-align: center;
                font-weight: bold;
                background: #fff;
                padding: 8px;
                border-radius: 50%;
                position: relative;
            }

                .content-ndefault-animation .list-category > ul > li > div > span.number i {
                    background: #fff;
                    display: block;
                    font-style: normal;
                    line-height: 32px;
                    border-radius: 50%;
                    box-shadow: 3px 3px 6px 0 rgba(0,0,0,.3);
                }

            .content-ndefault-animation .list-category > ul > li > div:hover > .number:before {
                position: absolute;
                content: "";
                width: 0;
                height: 0;
                border-top: 7px solid transparent;
                border-bottom: 7px solid transparent;
                border-left: 8px solid transparent;
                top: 0;
                bottom: 0;
                margin: auto;
                left: auto;
                right: 97%;
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

            .content-ndefault-animation .list-category > ul > li:nth-child(2n) > div:hover > .number:before {
                left: 97%;
                right: auto;
                -moz-transform: none;
                -ms-transform: none;
                -o-transform: none;
                -webkit-transform: none;
                transform: none;
            }

            .content-ndefault-animation .list-category > ul > li:nth-child(1) > div > span.number,
            .content-ndefault-animation .list-category > ul > li:nth-child(6) > div > span.number,
            .content-ndefault-animation .list-category > ul > li:nth-child(11) > div > span.number,
            .content-ndefault-animation .list-category > ul > li:nth-child(16) > div > span.number,
            .content-ndefault-animation .list-category > ul > li:nth-child(21) > div > span.number,
            .content-ndefault-animation .list-category > ul > li:nth-child(26) > div > span.number,
            .content-ndefault-animation .list-category > ul > li:nth-child(31) > div > span.number {
                background: #f75f30;
                color: #f75f30;
            }

            .content-ndefault-animation .list-category > ul > li:nth-child(1) > div:hover > .number:before,
            .content-ndefault-animation .list-category > ul > li:nth-child(6) > div:hover > .number:before,
            .content-ndefault-animation .list-category > ul > li:nth-child(11) > div:hover > .number:before,
            .content-ndefault-animation .list-category > ul > li:nth-child(16) > div:hover > .number:before,
            .content-ndefault-animation .list-category > ul > li:nth-child(21) > div:hover > .number:before,
            .content-ndefault-animation .list-category > ul > li:nth-child(26) > div:hover > .number:before,
            .content-ndefault-animation .list-category > ul > li:nth-child(31) > div:hover > .number:before {
                border-left-color: #f75f30;
            }

            .content-ndefault-animation .list-category > ul > li:nth-child(1) > div:hover > .title a,
            .content-ndefault-animation .list-category > ul > li:nth-child(6) > div:hover > .title a,
            .content-ndefault-animation .list-category > ul > li:nth-child(11) > div:hover > .title a,
            .content-ndefault-animation .list-category > ul > li:nth-child(16) > div:hover > .title a,
            .content-ndefault-animation .list-category > ul > li:nth-child(21) > div:hover > .title a,
            .content-ndefault-animation .list-category > ul > li:nth-child(26) > div:hover > .title a,
            .content-ndefault-animation .list-category > ul > li:nth-child(31) > div:hover > .title a {
                color: #f75f30 !important;
            }

            .content-ndefault-animation .list-category > ul > li:nth-child(2) > div > span.number,
            .content-ndefault-animation .list-category > ul > li:nth-child(7) > div > span.number,
            .content-ndefault-animation .list-category > ul > li:nth-child(12) > div > span.number,
            .content-ndefault-animation .list-category > ul > li:nth-child(17) > div > span.number,
            .content-ndefault-animation .list-category > ul > li:nth-child(22) > div > span.number,
            .content-ndefault-animation .list-category > ul > li:nth-child(27) > div > span.number,
            .content-ndefault-animation .list-category > ul > li:nth-child(32) > div > span.number {
                background: #8cc540;
                color: #8cc540;
            }

            .content-ndefault-animation .list-category > ul > li:nth-child(2) > div:hover > .number:before,
            .content-ndefault-animation .list-category > ul > li:nth-child(7) > div:hover > .number:before,
            .content-ndefault-animation .list-category > ul > li:nth-child(12) > div:hover > .number:before,
            .content-ndefault-animation .list-category > ul > li:nth-child(17) > div:hover > .number:before,
            .content-ndefault-animation .list-category > ul > li:nth-child(22) > div:hover > .number:before,
            .content-ndefault-animation .list-category > ul > li:nth-child(27) > div:hover > .number:before,
            .content-ndefault-animation .list-category > ul > li:nth-child(32) > div:hover > .number:before {
                border-left-color: #8cc540;
            }

            .content-ndefault-animation .list-category > ul > li:nth-child(2) > div:hover > .title a,
            .content-ndefault-animation .list-category > ul > li:nth-child(7) > div:hover > .title a,
            .content-ndefault-animation .list-category > ul > li:nth-child(12) > div:hover > .title a,
            .content-ndefault-animation .list-category > ul > li:nth-child(17) > div:hover > .title a,
            .content-ndefault-animation .list-category > ul > li:nth-child(22) > div:hover > .title a,
            .content-ndefault-animation .list-category > ul > li:nth-child(27) > div:hover > .title a,
            .content-ndefault-animation .list-category > ul > li:nth-child(32) > div:hover > .title a {
                color: #8cc540 !important;
            }

            .content-ndefault-animation .list-category > ul > li:nth-child(3) > div > span.number,
            .content-ndefault-animation .list-category > ul > li:nth-child(8) > div > span.number,
            .content-ndefault-animation .list-category > ul > li:nth-child(13) > div > span.number,
            .content-ndefault-animation .list-category > ul > li:nth-child(18) > div > span.number,
            .content-ndefault-animation .list-category > ul > li:nth-child(23) > div > span.number,
            .content-ndefault-animation .list-category > ul > li:nth-child(28) > div > span.number,
            .content-ndefault-animation .list-category > ul > li:nth-child(33) > div > span.number {
                background: #64c7cd;
                color: #64c7cd;
            }

            .content-ndefault-animation .list-category > ul > li:nth-child(3) > div:hover > .number:before,
            .content-ndefault-animation .list-category > ul > li:nth-child(8) > div:hover > .number:before,
            .content-ndefault-animation .list-category > ul > li:nth-child(13) > div:hover > .number:before,
            .content-ndefault-animation .list-category > ul > li:nth-child(18) > div:hover > .number:before,
            .content-ndefault-animation .list-category > ul > li:nth-child(23) > div:hover > .number:before,
            .content-ndefault-animation .list-category > ul > li:nth-child(28) > div:hover > .number:before,
            .content-ndefault-animation .list-category > ul > li:nth-child(33) > div:hover > .number:before {
                border-left-color: #64c7cd;
            }

            .content-ndefault-animation .list-category > ul > li:nth-child(3) > div:hover > .title a,
            .content-ndefault-animation .list-category > ul > li:nth-child(8) > div:hover > .title a,
            .content-ndefault-animation .list-category > ul > li:nth-child(13) > div:hover > .title a,
            .content-ndefault-animation .list-category > ul > li:nth-child(18) > div:hover > .title a,
            .content-ndefault-animation .list-category > ul > li:nth-child(23) > div:hover > .title a,
            .content-ndefault-animation .list-category > ul > li:nth-child(28) > div:hover > .title a,
            .content-ndefault-animation .list-category > ul > li:nth-child(33) > div:hover > .title a {
                color: #64c7cd !important;
            }

            .content-ndefault-animation .list-category > ul > li:nth-child(4) > div > span.number,
            .content-ndefault-animation .list-category > ul > li:nth-child(9) > div > span.number,
            .content-ndefault-animation .list-category > ul > li:nth-child(14) > div > span.number,
            .content-ndefault-animation .list-category > ul > li:nth-child(19) > div > span.number,
            .content-ndefault-animation .list-category > ul > li:nth-child(24) > div > span.number,
            .content-ndefault-animation .list-category > ul > li:nth-child(29) > div > span.number,
            .content-ndefault-animation .list-category > ul > li:nth-child(34) > div > span.number {
                background: #93268f;
                color: #93268f;
            }

            .content-ndefault-animation .list-category > ul > li:nth-child(4) > div:hover > .number:before,
            .content-ndefault-animation .list-category > ul > li:nth-child(9) > div:hover > .number:before,
            .content-ndefault-animation .list-category > ul > li:nth-child(14) > div:hover > .number:before,
            .content-ndefault-animation .list-category > ul > li:nth-child(19) > div:hover > .number:before,
            .content-ndefault-animation .list-category > ul > li:nth-child(24) > div:hover > .number:before,
            .content-ndefault-animation .list-category > ul > li:nth-child(29) > div:hover > .number:before,
            .content-ndefault-animation .list-category > ul > li:nth-child(34) > div:hover > .number:before {
                border-left-color: #93268f;
            }

            .content-ndefault-animation .list-category > ul > li:nth-child(4) > div:hover > .title a,
            .content-ndefault-animation .list-category > ul > li:nth-child(9) > div:hover > .title a,
            .content-ndefault-animation .list-category > ul > li:nth-child(14) > div:hover > .title a,
            .content-ndefault-animation .list-category > ul > li:nth-child(19) > div:hover > .title a,
            .content-ndefault-animation .list-category > ul > li:nth-child(24) > div:hover > .title a,
            .content-ndefault-animation .list-category > ul > li:nth-child(29) > div:hover > .title a,
            .content-ndefault-animation .list-category > ul > li:nth-child(34) > div:hover > .title a {
                color: #93268f !important;
            }

            .content-ndefault-animation .list-category > ul > li:nth-child(5) > div > span.number,
            .content-ndefault-animation .list-category > ul > li:nth-child(10) > div > span.number,
            .content-ndefault-animation .list-category > ul > li:nth-child(15) > div > span.number,
            .content-ndefault-animation .list-category > ul > li:nth-child(20) > div > span.number,
            .content-ndefault-animation .list-category > ul > li:nth-child(25) > div > span.number,
            .content-ndefault-animation .list-category > ul > li:nth-child(30) > div > span.number,
            .content-ndefault-animation .list-category > ul > li:nth-child(35) > div > span.number {
                background: #0083cb;
                color: #0083cb;
            }

            .content-ndefault-animation .list-category > ul > li:nth-child(5) > div:hover > .number:before,
            .content-ndefault-animation .list-category > ul > li:nth-child(10) > div:hover > .number:before,
            .content-ndefault-animation .list-category > ul > li:nth-child(15) > div:hover > .number:before,
            .content-ndefault-animation .list-category > ul > li:nth-child(20) > div:hover > .number:before,
            .content-ndefault-animation .list-category > ul > li:nth-child(25) > div:hover > .number:before,
            .content-ndefault-animation .list-category > ul > li:nth-child(30) > div:hover > .number:before,
            .content-ndefault-animation .list-category > ul > li:nth-child(35) > div:hover > .number:before {
                border-left-color: #0083cb;
            }

            .content-ndefault-animation .list-category > ul > li:nth-child(5) > div:hover > .title a,
            .content-ndefault-animation .list-category > ul > li:nth-child(10) > div:hover > .title a,
            .content-ndefault-animation .list-category > ul > li:nth-child(15) > div:hover > .title a,
            .content-ndefault-animation .list-category > ul > li:nth-child(20) > div:hover > .title a,
            .content-ndefault-animation .list-category > ul > li:nth-child(25) > div:hover > .title a,
            .content-ndefault-animation .list-category > ul > li:nth-child(30) > div:hover > .title a,
            .content-ndefault-animation .list-category > ul > li:nth-child(35) > div:hover > .title a {
                color: #0083cb !important;
            }

            .content-ndefault-animation .list-category > ul > li > div > p.title {
                display: inline-block;
                vertical-align: middle;
                padding-right: 18px;
                width: calc(100% - 54px);
                width: -webkit-calc(100% - 54px);
                width: -moz-calc(100% - 54px);
            }

                .content-ndefault-animation .list-category > ul > li > div > p.title > a {
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    max-height: 48px;
                }

            .content-ndefault-animation .list-category > ul > li:nth-child(2n) > div > p.title {
                padding-left: 18px;
                padding-right: 0;
            }

.mnu-listcontent.content-ndefault-animation .list-content > .dv-list-item {
    background-color: #efefef;
    padding: 70px 10px !important;
    overflow: hidden;
}

    .mnu-listcontent.content-ndefault-animation .list-content > .dv-list-item:nth-child(2n) {
        background-color: #fff;
    }

    .mnu-listcontent.content-ndefault-animation .list-content > .dv-list-item + .dv-list-item {
        margin-top: 0 !important;
    }

    .mnu-listcontent.content-ndefault-animation .list-content > .dv-list-item > div {
        max-width: 1170px;
        margin: auto;
        /*overflow: hidden;*/
        border: none !important;
        padding: 0 15px;
        background-color: transparent;
    }

        .mnu-listcontent.content-ndefault-animation .list-content > .dv-list-item > div .img-info {
            width: 40%;
            float: left;
            padding-right: 50px
        }

        .mnu-listcontent.content-ndefault-animation .list-content > .dv-list-item > div .content-info {
            width: 60%;
            float: right;
            text-align: right;
            position: relative;
            padding-top: 30px;
        }

.content-sp.mnu-listcontent.content-ndefault-animation .list-content > .dv-list-item > div .img-info {
    width: 50%;
    float: left;
    padding-right: 25px
}

.content-sp.mnu-listcontent.content-ndefault-animation .list-content > .dv-list-item > div .content-info {
    width: 50%;
    padding-right: 0px;
    padding-left: 25px;
}

.mnu-listcontent.content-ndefault-animation .list-content > .dv-list-item:nth-child(2n) > div .content-info {
    padding-right: 25px;
    padding-left: 0px;
}

.mnu-listcontent.content-ndefault-animation .list-content > .dv-list-item:nth-child(2n) > div .img-info {
    padding-left: 25px !important;
    padding-right: 0px;
}

.content-ndefault-animation.content-sp .list-content > .dv-list-item > div .content-info {
    padding-top: 0;
}

.content-ndefault-animation.content-sp .list-content .introtext-info .introtext-content {
    height: auto;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: hidden;
    text-overflow: unset;
    display: block;
}

.mnu-listcontent.content-ndefault-animation .list-content > .dv-list-item > div:after,
.mnu-listcontent.content-ndefault-animation .list-content > .dv-list-item > div .content-info:after {
    content: "";
    display: block;
    clear: both;
}

.mnu-listcontent.content-ndefault-animation .list-content > .dv-list-item:nth-child(2n) > div .img-info {
    float: right;
    padding-left: 50px;
    padding-right: 0;
}

.mnu-listcontent.content-ndefault-animation .list-content > .dv-list-item:nth-child(2n) > div .content-info {
    float: left;
    text-align: left;
}

.mnu-listcontent.content-ndefault-animation.content-sp .list-content > .dv-list-item:nth-child(1) > div .content-info {
    text-align: left !important;
}

.mnu-listcontent.content-ndefault-animation .list-content .introtext-info {
    padding: 0;
    margin: 0;
}

    .mnu-listcontent.content-ndefault-animation .list-content .introtext-info .introtext-content {
        text-align: justify !important;
    }

.mnu-listcontent.content-ndefault-animation .list-content .dv-img-block {
    width: 100%;
    margin: 0;
}



.content-sp.mnu-listcontent.content-ndefault-animation .list-content .readmore {
    display: none;
}

.mnu-listcontent.content-ndefault-animation .list-content .title-list-content h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
}

.ct-article-detail.detail-ex {
    background-color: #fff;
}

    .ct-article-detail.detail-ex > div {
        max-width: 1170px;
        margin: 0 auto;
        padding: 5px 15px;
        margin-top: 10px;
    }

.mnu-listcontent.content-ndefault-animation.content-sp .list-content .title-list-content h3:hover {
    color: #333 !important;
    cursor: context-menu !important;
}

@media(max-width: 1100px) {
    /*.custom-menu ul > li {
        padding: 0 5px;
    }

    .searchjob-container {
        padding: 0 15px;
    }

    .mod-listemployer ul {
        margin: 0;
        padding: 30px 5px;
    }

    .list-content {
        margin: 0 -5px;
    }

        .list-content > .dv-list-item,
        .job-will-like ul > li,
        .mod-listemployer ul > li {
            padding: 0 5px;
        }

    .mnu-listcontent .list-content > .dv-list-item {
        padding: 0 5px;
    }

    .detail-employer-header.in-fix > div {
        padding: 0 10px;
    }

        .detail-employer-header.in-fix > div button.btn-submit-job {
            right: 10px;
        }

    .menu-service > div > ul {
        margin: 0 -5px;
    }

        .menu-service > div > ul > li {
            padding: 0 5px;
        }*/
}

@media(max-width: 1000px) {
    /*.custom-menu ul > li.sp {
        display: none;
    }

    .custom-menu ul > li {
        margin: 0px 0;
        padding: 0 10px;
    }

    .custom-menu {
        margin-right: 10px;
    }

    .slideone-col > .info-contain {
        width: 90%;
        padding: 20px;
    }

    .search-employee-mod {
        margin-top: 10px;
    }

        .search-employee-mod .searchjob-container {
            padding: 0;
        }

    .detail-employer-content .tab-pane .dv-right .mod-listemployer {
        display: none !important;
    }*/
}

@media(max-width: 850px) {
    .searchjob-container {
        position: relative;
        bottom: unset;
        left: unset;
        transform: unset;
        padding: 0;
    }

        .searchjob-container .search-contain .job-txt {
            width: 100%;
            padding: 0;
            margin: 0 0 10px;
        }

        .searchjob-container .search-contain .job, .searchjob-container .search-contain .position {
            width: 50%;
            margin-bottom: 10px;
        }

        .searchjob-container > div .intro-title {
            text-align: center;
            font-size: 22px;
            line-height: 30px;
            margin-bottom: 20px;
        }

            .searchjob-container > div .intro-title span {
                display: inline-block;
                width: 100%;
            }

        .searchjob-container > div {
            padding: 30px 15px;
        }

    ul.menu-image {
        margin: 0 -5px;
    }

        ul.menu-image > li {
            padding: 0 5px;
            width: 33.33%;
        }

            ul.menu-image > li + li + li + li + li,
            ul.menu-image > li + li + li + li {
                margin-top: 10px;
            }
}

@media(max-width: 767px) {
    .custom-menu ul > li {
        margin: 0;
        padding: 0 10px;
    }

    .leading-company ul > li {
        width: 33.33%;
        margin-bottom: 10px;
    }

    .top-employers ul > li {
        width: 25%;
    }

    .searchjob-container .search-contain button {
        width: 50%;
    }

    .detail-employer-content .tab-pane .dv-left {
        width: 60%;
    }

    .detail-employer-content .tab-pane .dv-right {
        width: 40%;
    }

    .five-item .list-content > .dv-list-item {
        width: 50%;
    }

        .five-item .list-content > .dv-list-item + .dv-list-item + .dv-list-item {
            margin-top: 10px !important;
        }

    .job-area-contain > div {
        width: 100%;
        padding: 0;
    }

        .job-area-contain > div:first-child {
            margin-bottom: 20px;
        }

    .mnu-listcontent .list-content > .dv-list-item {
        padding: 0;
    }

    .detail-employer-contain > .detail-employer-header {
        padding: 50px 20px 30px;
        position: relative;
        margin-top: -100px;
    }

    .detail-employer-header .company-logo {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, -50%);
        width: 100px;
        padding: 60px 0 0 0;
        background-color: #fff;
        box-shadow: 0 0 3px rgba(0,0,0,.4);
    }

    .detail-employer-header .title-mnd-list-content {
        display: none;
    }

    .detail-employer-header > div > div {
        padding: 0 30px;
        text-align: center;
        margin-bottom: 10px;
    }

        .detail-employer-header > div > div:after {
            content: "";
            display: block;
            clear: both;
        }

        .detail-employer-header > div > div .hits {
            float: none;
        }

    .detail-employer-header button.btn-submit-job {
        position: relative;
        top: unset;
        right: unset;
        width: 50%;
        float: right;
    }

    .detail-employer-header .favo-share-contain {
        position: relative;
        top: unset;
        right: unset;
        width: 50%;
        margin: 7px 0;
        float: left;
        text-align: center;
    }

        .detail-employer-header .favo-share-contain > span {
            position: relative;
            top: unset;
            right: unset;
            margin: 0 5px;
        }

    .detail-employer-contain > .detail-employer-content .tab-content {
        padding: 30px 20px;
    }

    .top-left > li.ico {
        height: 10px;
    }

    .general-introduce, .background-img, .background-color {
        padding: 50px 0;
    }

    .footer-logo, .footer-info, .footer-social, .footer-copy-right {
        width: 100%;
        padding: 0;
        border: none;
        min-height: unset;
    }

    .footer-info, .footer-social {
        margin-top: 15px;
    }

        .footer-social.md-on-top {
            position: absolute;
            left: 170px;
            top: 28px;
            margin: 0 !important;
            border-left: solid 1px #ddd;
            padding-left: 20px;
            width: auto;
        }

            .footer-social.md-on-top div {
                margin: 0 !important;
            }

            .footer-social.md-on-top > div > div > p:last-child {
                margin: 0;
            }

    .footer-logo img {
        max-width: 130px !important;
    }

    .footer-copy-right {
        border-top: solid 1px #ddd;
        margin-top: 10px;
        padding-top: 10px;
        text-align: center;
    }

    .dv-footer .footer > div {
        padding: 25px 0px 10px;
    }

    .general-introduce .list-content .dv-img-block {
        width: 100% !important;
        margin: 0 0 15px !important;
        float: none !important;
    }

    .general-introduce .list-content .introtext-info {
        display: block;
        padding: 0 !important;
        margin: 0 !important;
        text-align: justify;
    }

    .general-introduce .list-content > .dv-list-item > div {
        padding: 0 !important;
    }

    .menu-service > div > ul > li {
        width: 50%;
    }

        .menu-service > div > ul > li + li + li {
            margin-top: 10px;
        }

    .content-ndefault-animation .list-category > ul {
        padding: 30px 0px;
    }

        .content-ndefault-animation .list-category > ul > li {
            width: 100%;
            margin: 0 0 0;
            padding: 0;
        }

            .content-ndefault-animation .list-category > ul > li + li {
                margin-top: 10px;
            }

            .content-ndefault-animation .list-category > ul > li > div {
                width: 100%;
                max-width: unset;
                text-align: left !important;
                padding: 0 10px;
                height: 48px;
                overflow: hidden;
                position: relative;
            }

                .content-ndefault-animation .list-category > ul > li > div > span.number {
                    position: absolute;
                    left: 10px;
                    top: 0;
                }

                .content-ndefault-animation .list-category > ul > li > div > p.title {
                    display: block;
                    width: 100%;
                    padding: 0 0 0 65px !important;
                    height: 48px;
                    overflow: hidden;
                    position: relative;
                }

                    .content-ndefault-animation .list-category > ul > li > div > p.title a {
                        position: absolute;
                        width: 100%;
                        left: 0;
                        top: 50%;
                        padding: 0 0 0 65px !important;
                        transform: translate(0, -50%);
                    }

    .mnu-listcontent.content-ndefault-animation .list-content > .dv-list-item {
        padding: 30px 10px !important;
        margin: 0 !important;
    }

        .mnu-listcontent.content-ndefault-animation .list-content > .dv-list-item > div {
            padding: 0 !important;
        }

            .mnu-listcontent.content-ndefault-animation .list-content > .dv-list-item > div .img-info,
            .mnu-listcontent.content-ndefault-animation .list-content > .dv-list-item:nth-child(2n) > div .img-info {
                width: 100% !important;
                padding: 0 !important;
                margin: 0 !important;
            }

    .mnu-listcontent.content-ndefault-animation .list-content .dv-img-block {
        width: 100% !important;
        margin: 0 auto !important;
        max-width: 530px !important;
    }

    .mnu-listcontent.content-ndefault-animation .list-content > .dv-list-item > div .content-info {
        width: 100% !important;
        padding: 0 !important;
        margin: 15px 0 0 !important;
        text-align: left !important;
    }

    .mnu-listcontent.content-ndefault-animation .list-content .title-list-content h3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0px;
        font-weight: bold;
    }
}

@media(max-width: 650px) {
    .detail-employer-contain > .detail-employer-content .tab-content {
        padding: 0;
        margin-top: 10px;
        background-color: transparent;
    }

    .detail-employer-contain > .detail-employer-content .nav-tabs {
        border: none;
    }

    .detail-employer-content .tab-pane .dv-left {
        width: 100%;
        margin: 0 0 10px;
        padding: 30px 20px;
        background-color: #fff;
        border: none;
    }

    .detail-employer-content .tab-pane .dv-right {
        width: 100%;
        margin: 0 0 0px;
    }

        .detail-employer-content .tab-pane .dv-right > div {
            padding: 30px 20px !important;
            background-color: #fff !important;
            border: none !important;
        }

    .detail-employer-header div {
        width: 100%;
        padding: 0;
        clear: both;
        float: none;
    }

    .detail-employer-header .company-logo {
        float: none;
        margin: auto;
        margin-bottom: 20px;
    }

    .detail-employer-header .save-job,
    .detail-employer-header .i-share {
        position: relative;
        right: unset;
        top: unset;
        margin-right: 20px;
    }

    .favo-share-contain {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }

    .searchby-contain ul > li {
        width: 50%;
    }

    ul.menu-image > li {
        width: 50%;
    }

        ul.menu-image > li + li + li {
            margin-top: 10px;
        }

    .detail-employer-contain > .detail-employer-content .nav-tabs > li {
        display: block;
        width: 33.33%;
        text-align: center;
    }

        .detail-employer-contain > .detail-employer-content .nav-tabs > li > a {
            padding: 12px 5px 10px;
            text-overflow: ellipsis;
            display: block;
            white-space: nowrap;
            overflow: hidden;
        }
}

@media(max-width: 530px) {
    .searchjob-container .search-contain .job, .searchjob-container .search-contain .position {
        width: 100%;
        padding: 0;
        margin: 0 0 10px;
    }

    .searchjob-container .search-contain button {
        width: 100%;
    }

    .leading-company ul > li {
        width: 50%;
    }

    .top-employers ul > li {
        width: 50%;
    }

    .job-will-like ul > li, .mod-listemployer ul > li {
        width: 100%;
        padding: 0 5px;
        margin: 0;
    }

        .job-will-like ul > li + li, .mod-listemployer ul > li + li > div {
            margin-top: 10px;
            padding-top: 10px;
        }

        .mod-listemployer ul > li + li > div {
            border-top: solid 1px #ddd;
        }

        .mod-listemployer ul > li > div > img {
            width: 80px;
        }

        .mod-listemployer ul > li > div > div {
            padding-left: 70px;
        }

    .custom-menu ul > li {
        padding: 0 3px;
        font-size: 13px;
    }

    .jobspecial-tab-contain .nav-tabs > li {
        width: 49%;
    }

    .slideone-col > .info-contain {
        width: 100%;
        margin: 0;
        padding: 20px 0;
    }

        .slideone-col > .info-contain > a {
            padding: 0;
            text-align: center !important;
            float: none !important;
            width: auto !important;
        }

            .slideone-col > .info-contain > a.btn-slide-seemore {
                width: 170px !important;
                margin: 10px auto 0;
            }

        .slideone-col > .info-contain .img-contain {
            float: none;
            margin: auto;
        }

        .slideone-col > .info-contain .info-contain {
            padding: 0 20px;
            text-align: center;
        }

    .focus-job.mod-listemployer ul > li > div > div.info {
        white-space: normal;
        overflow: hidden;
        text-overflow: unset;
        display: block;
    }

    .focus-job.mod-listemployer ul > li > div > div.info {
        padding-left: 70px !important;
    }

        .focus-job.mod-listemployer ul > li > div > div.info p {
            border: none !important;
            padding: 0 !important;
            margin: 0 !important;
            display: block !important;
        }

    .mod-listemployer ul > li > div > .company-logo {
        width: 70px;
    }

    .list-employer > .dv-employer {
        padding-left: 0;
        padding-right: 0;
    }

    ul.menu-image > li {
        /*width: 100%;*/
        margin-top: 10px;
    }

        ul.menu-image > li > a > div {
            font-size: 14px;
            line-height: 20px;
        }

    .jobspecial-tab-contain .nav-tabs > li a {
        padding: 10px 5px !important;
        font-size: 14px;
    }

    ul.menu-image > li > a > div .btn-semo,
    .one-menu > div > .title > div .btn-semo a {
        width: 90px;
        padding: 5px 0;
        margin-top: 8px;
        line-height: 20px !important;
        font-size: 14px !important;
    }

    .top-left {
        margin-left: 10px;
    }

    .general-introduce .list-content .introtext-info .introtext-content {
        /*max-height: 218px;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;*/
    }

    .menu-service > div > ul > li {
        margin-top: 10px;
        width: 100%;
    }

    .mnu-listcontent.content-ndefault-animation .list-content > .dv-list-item + .dv-list-item + .dv-list-item + .dv-list-item {
        margin: 0 !important;
    }

    .content-ndefault-animation .dv-title .desc {
        text-align: justify !important;
    }
}


@media(max-width: 480px) {
    .searchby-contain ul > li {
        width: 100%;
        padding: 0;
    }
}
/*--END ORTHER*/

/*---ORDER---*/
.order-hdr-contain {
    padding: 10px;
    background-color: #fff;
    border-top: solid 1px #eee;
}

.order-shdr {
    overflow: auto;
}

    .order-shdr table tr:nth-child(2n+1) {
        background-color: #f0f0f0;
    }
/*--END ORDER*/


/*COURSE - DETAIL*/
.group-course-detail-right {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
    margin: auto;
    width: 100%;
    max-width: 530px;
    right: 0;
    top: 0;
    margin-right: 20px;
    margin-top: 20px;
    position: absolute;
    background-color: white;
    border-radius: 10px;
}

    .group-course-detail-right > hr {
        margin: 0;
    }

.field-course-detail-right > .fa {
    font-size: 22px;
    height: 24px;
    line-height: 24px;
    text-align: left;
    vertical-align: top;
    width: 30px;
}


.image-course-detail-right {
    padding: 0;
    width: 100%;
    max-width: 530px;
}

    .image-course-detail-right > img {
        padding: 0;
        width: 100%;
        height: auto;
        max-width: 530px;
        max-height: 300px;
    }

.field-course-detail-right {
    padding: 15px 0;
    box-sizing: border-box;
    display: block;
    margin: 0 20px;
}

.field-label-course-detail-right {
    /*float: left;
    width: 50%;
    padding: 10px;
    height: 40px;*/
    width: calc(50% - 40px);
    display: inline-block;
}


@media (max-width: 900px) {
    .image-course-detail-right {
        height: auto
    }

    .field-label-course-detail-right {
        width: calc(100% - 40px)
    }

        .field-label-course-detail-right:nth-child(3) {
            margin-left: 30px;
        }

    .group-course-detail-right {
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
        width: 100%;
        max-width: 530px;
        float: none;
        position: relative !important;
        margin: auto;
        margin-bottom: 10px;
    }
}

/*END COURSE - DETAIL*/
.content-funfact {
    padding-top: 0 !important;
}

    .content-funfact h2 {
        font-size: 3.71428571rem !important;
    }

.news-blog .news-blog-introtext {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    -webkit-box-orient: vertical;
}

/* GIỚI THIỆU */
.onepage-section {
    position: relative;
    overflow: hidden;
}

    .onepage-section:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        content: " ";
        z-index: 1;
    }

.section-padding {
    padding: 70px 0;
    padding: 4.375rem 0;
}

.section-about .section-title-area {
    margin-bottom: 30px;
}

.section-title-area {
    margin-bottom: 60px;
    text-align: center;
}

@media screen and (min-width: 940px) {
    .section-title-area .section-title {
        font-size: 40px;
        letter-spacing: 3.5px;
    }
}

.section-title-area .section-title {
    font-size: 34px;
    letter-spacing: 2px;
    font-weight: 800;
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
}

.section-desc {
    font-size: 20px;
    /*font-size: 1.25rem;*/
    margin-top: 40px;
    /*margin-top: 2.5rem;*/
}

.onepage-section .container-fluid,
.onepage-section .container {
    position: relative;
    z-index: 5;
}

.feature-item h4 {
    margin-bottom: 12px;
    font-weight: 600;
}

.feature-item p {
    text-align: justify;
}

.feature-media {
    text-align: center;
    margin-bottom: 20px;
}

.feature-item .fa-5x {
    font-size: 4em;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em !important;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.icon-background-default {
    color: #068FFF;
}

.feature-item .feature-icon {
    color: #fff;
}

@media screen and (min-width: 940px) {
    .team-members.row.team-layout-3 .team-member:nth-child(3n+1) {
        clear: left;
    }

    .team-members.row.team-layout-3 .team-member {
        width: 33.3333333333%;
    }
}

.section-team .team-member {
    padding: 0 .5px;
    text-align: center;
}

.team-member {
    margin-bottom: 20px;
    float: left;
}

    .team-member .member-thumb {
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
    }

        .team-member .member-thumb img {
            height: auto;
            max-width: 100%;
            vertical-align: middle;
        }

    .team-member .member-info {
        border-top: none;
        margin-top: 0;
        position: relative;
        z-index: 30;
        text-align: center;
    }

    .team-member .member-name {
        letter-spacing: 2px;
        margin-bottom: 15px;
        position: relative;
        font-weight: 600;
    }

        .team-member .member-name:after {
            content: "";
            display: block;
            position: absolute;
            left: 50%;
            margin-left: -15%;
            bottom: -11px;
            width: 30%;
            height: 1px;
            background: #ccc;
        }

    .team-member .member-position {
        text-transform: uppercase;
        font-size: 10px;
        letter-spacing: 1.3px;
    }

.section-services .service-item {
    padding: 20px 30px;
}

.section-services .service-item {
    background: #FFF;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 8%);
    transition: all 100ms ease-out 0s;
}

    .section-services .service-item:after {
        content: "";
        display: table;
        clear: both;
        clear: both;
    }

    .section-services .service-item:hover {
        box-shadow: 0 6px 9px rgb(0 0 0 / 9%);
    }

    .section-services .service-item .service-image {
        float: left;
        margin-right: 30px;
    }

        .section-services .service-item .service-image i {
            color: #068FFF;
        }

    .section-services .service-item .service-content {
        overflow: hidden;
    }

    .section-services .service-item .service-title {
        margin-bottom: 0px !important;
        line-height: 4rem;
    }

    .section-services .service-item .service-title {
        margin-bottom: 10px;
        margin-bottom: .625rem;
        color: #333;
    }

.fa-5x {
    font-size: 5em !important;
}

.media-body .event-content h4 a, .media-body .event-content h3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.mg12_t {
    margin-top: 12px;
}

.mg12_b {
    margin-bottom: 12px;
}

.mg60_l {
    margin-left: 60px;
}

.mg4_l {
    margin-left: 4px;
}

.mg40_l {
    margin-left: 40px;
}

.pd5_t {
    padding-top: 5px;
}

.display-inline-block {
    display:inline-block;
}

@font-face {
    font-family: 'SFU DaxCondensed';
    src: url('../../content/modules/cms/fonts/00236-sfudaxcondensedregular.ttf') format('truetype');
}

.bgz100p {
    background-size: 100% !important;
}

.table-content tr td {
                    padding: 0 6px;
}

a.text-dec-none-hover:hover {
    text-decoration: none !important;
}
