@import url(scss/_bootstrap/bootstrap.css);

@keyframes raised-out {
    0% {
        width: 0;
        opacity: .4;
    }

    100% {
        width: 100%;
        opacity: 0;
    }
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

img {
    max-width: 100%;
}

button {
    cursor: pointer;
}

    a:focus,
    button:focus,
    input:focus,
    textarea:focus,
    select:focus {
        outline: 0;
    }

p:last-child {
    margin-bottom: 0;
}

.border-dotted {
    border: 1px dotted #dee2e6;
}

.border-top-dotted {
    border-top: 1px dotted #dee2e6;
}

.border-right-dotted {
    border-right: 1px dotted #dee2e6;
}

.border-bottom-dotted {
    border-bottom: 1px dotted #dee2e6;
}

.border-left-dotted {
    border-left: 1px dotted #dee2e6;
}

.border-dashed {
    border: 1px dashed #dee2e6;
}

.border-top-dashed {
    border-top: 1px dashed #dee2e6;
}

.border-right-dashed {
    border-right: 1px dashed #dee2e6;
}

.border-bottom-dashed {
    border-bottom: 1px dashed #dee2e6;
}

.border-left-dashed {
    border-left: 1px dashed #dee2e6;
}

.border-first-0:first-child,
.border-last-0:last-child {
    border: 0 !important;
}

.rounded-10 {
    border-radius: 10px !important;
}

.rounded-15 {
    border-radius: 15px !important;
}

.shadow-border {
    background-color: inherit;
    box-shadow: 0 0 0 1px #dee2e6 !important;
}

.shadow-border-primary {
    box-shadow: 0 0 0 1px #007bff !important;
}

.shadow-border-secondary {
    box-shadow: 0 0 0 1px #6c757d !important;
}

.shadow-border-success {
    box-shadow: 0 0 0 1px #28a745 !important;
}

.shadow-border-info {
    box-shadow: 0 0 0 1px #17a2b8 !important;
}

.shadow-border-warning {
    box-shadow: 0 0 0 1px #ffc107 !important;
}

.shadow-border-danger {
    box-shadow: 0 0 0 1px #dc3545 !important;
}

.shadow-border-light {
    box-shadow: 0 0 0 1px #f8f9fa !important;
}

.shadow-border-dark {
    box-shadow: 0 0 0 1px #343a40 !important;
}

.shadow-border-white {
    box-shadow: 0 0 0 1px #fff !important;
}

.m-first-0:first-child,
.m-last-0:last-child {
    margin: 0 !important;
}

.p-first-0:first-child,
.p-last-0:last-child {
    padding: 0 !important;
}

.text-300 {
    font-weight: 300 !important;
}

.text-400 {
    font-weight: 400 !important;
}

.text-500 {
    font-weight: 500 !important;
}

.text-600 {
    font-weight: 600 !important;
}

.text-700 {
    font-weight: 700 !important;
}

.text-800 {
    font-weight: 800 !important;
}

.text-900 {
    font-weight: 900 !important;
}

.text-8 {
    font-size: 8px !important;
}

.text-10 {
    font-size: 10px !important;
}

.text-12 {
    font-size: 12px !important;
}

.text-13 {
    font-size: 13px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-15 {
    font-size: 15px !important;
}

.text-16 {
    font-size: 16px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-20 {
    font-size: 20px !important;
}

.text-22 {
    font-size: 22px !important;
}

.text-24 {
    font-size: 24px !important;
}

.text-25 {
    font-size: 25px !important;
}

.text-26 {
    font-size: 26px !important;
}

.text-28 {
    font-size: 28px !important;
}

.text-30 {
    font-size: 30px !important;
}

.text-default, .text-default:hover {
    color: inherit;
    text-decoration: none;
}

.text-underline, .text-underline:hover {
    text-decoration: underline;
}

.max-line-1, .max-line-2, .max-line-3, .max-line-4, .max-line-5, .max-line-6, .max-line-7, .max-line-8, .max-line-9, .max-line-10 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}

.max-line-1 {
    -webkit-line-clamp: 1;
    max-height: 1.5em;
}

.max-line-2 {
    -webkit-line-clamp: 2;
    max-height: 3em;
}

.max-line-3 {
    -webkit-line-clamp: 3;
    max-height: 4.5em;
}

.max-line-4 {
    -webkit-line-clamp: 4;
    max-height: 6em;
}

.max-line-5 {
    -webkit-line-clamp: 5;
    max-height: 7.5em;
}

.max-line-6 {
    -webkit-line-clamp: 6;
    max-height: 9em;
}

.max-line-7 {
    -webkit-line-clamp: 7;
    max-height: 10.5em;
}

.max-line-8 {
    -webkit-line-clamp: 8;
    max-height: 12em;
}

.max-line-9 {
    -webkit-line-clamp: 9;
    max-height: 13.5em;
}

.max-line-10 {
    -webkit-line-clamp: 10;
    max-height: 15em;
}

.btn-default {
    border-color: #dee2e6;
    background-color: transparent;
}

    .btn-default:hover {
        border-color: #007bff;
        color: #007bff;
    }

.btn-icon {
    width: 41px;
    height: 41px;
    position: relative;
}

    .btn-icon .fa {
        width: 100%;
        height: 100%;
        color: #fff;
        line-height: 41px;
        font-size: 20px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .btn-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: 50% 50%;
        border: 8px solid transparent;
        position: absolute;
        left: 0;
        top: 0;
    }

.btn-facebook {
    background-color: #37538d;
    box-shadow: 0 2px 2px rgba(55, 83, 141, 0.14), 0 3px 1px -2px rgba(55, 83, 141, 0.2), 0 1px 5px 0 rgba(55, 83, 141, 0.12);
    transition: .3s;
}

    .btn-facebook:hover {
        box-shadow: 0 14px 26px -12px rgba(55, 83, 141, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(55, 83, 141, 0.2);
    }

.btn-twitter {
    background-color: #47a5ed;
    box-shadow: 0 2px 2px rgba(71, 165, 237, 0.14), 0 3px 1px -2px rgba(71, 165, 237, 0.2), 0 1px 5px 0 rgba(71, 165, 237, 0.12);
    transition: .3s;
}

    .btn-twitter:hover {
        box-shadow: 0 14px 26px -12px rgba(71, 165, 237, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(71, 165, 237, 0.2);
    }

.btn-google-plus {
    background-color: #dd4b39;
    box-shadow: 0 2px 2px rgba(221, 75, 57, 0.14), 0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12);
    transition: .3s;
}

    .btn-google-plus:hover {
        box-shadow: 0 14px 26px -12px rgba(221, 75, 57, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(221, 75, 57, 0.2);
    }

.btn-linkedin {
    background-color: #086ca5;
    box-shadow: 0 2px 2px rgba(8, 108, 165, 0.14), 0 3px 1px -2px rgba(8, 108, 165, 0.2), 0 1px 5px 0 rgba(8, 108, 165, 0.12);
    transition: .3s;
}

    .btn-linkedin:hover {
        box-shadow: 0 14px 26px -12px rgba(8, 108, 165, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(8, 108, 165, 0.2);
    }

.btn-pinterest {
    background-color: #bf1f24;
    box-shadow: 0 2px 2px rgba(191, 31, 36, 0.14), 0 3px 1px -2px rgba(191, 31, 36, 0.2), 0 1px 5px 0 rgba(191, 31, 36, 0.12);
    transition: .3s;
}

    .btn-pinterest:hover {
        box-shadow: 0 14px 26px -12px rgba(191, 31, 36, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(191, 31, 36, 0.2);
    }

.btn-youtube {
    background-color: #e73a35;
    box-shadow: 0 2px 2px rgba(231, 58, 53, 0.14), 0 3px 1px -2px rgba(231, 58, 53, 0.2), 0 1px 5px 0 rgba(231, 58, 53, 0.12);
    transition: .3s;
}

    .btn-youtube:hover {
        box-shadow: 0 14px 26px -12px rgba(231, 58, 53, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(231, 58, 53, 0.2);
    }

.btn-skype {
    background-color: #00aff0;
    box-shadow: 0 2px 2px rgba(0, 175, 240, 0.14), 0 3px 1px -2px rgba(0, 175, 240, 0.2), 0 1px 5px 0 rgba(0, 175, 240, 0.12);
    transition: .3s;
}

    .btn-skype:hover {
        box-shadow: 0 14px 26px -12px rgba(0, 175, 240, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 175, 240, 0.2);
    }

.btn-messenger {
    background-color: #1E88E5;
    box-shadow: 0 2px 2px rgba(30, 136, 229, 0.14), 0 3px 1px -2px rgba(30, 136, 229, 0.2), 0 1px 5px 0 rgba(30, 136, 229, 0.12);
    transition: .3s;
}

    .btn-messenger:hover {
        box-shadow: 0 14px 26px -12px rgba(30, 136, 229, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(30, 136, 229, 0.2);
    }

.btn-zalo {
    background-color: #0080c8;
    box-shadow: 0 2px 2px rgba(0, 128, 200, 0.14), 0 3px 1px -2px rgba(0, 128, 200, 0.2), 0 1px 5px 0 rgba(0, 128, 200, 0.12);
    transition: .3s;
}

    .btn-zalo:hover {
        box-shadow: 0 14px 26px -12px rgba(0, 128, 200, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 128, 200, 0.2);
    }

.social-sticky {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    padding-left: 0;
    padding-right: 10px;
    margin-bottom: 0;
    list-style: none;
    position: fixed;
    z-index: 1020;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .3s;
}

.social-sticky__item {
    margin-bottom: 10px;
}

    .social-sticky__item:last-child {
        margin-bottom: 0;
    }

@media (max-width: 767px) {
    .social-sticky {
        transform: translateX(100%);
    }

        .social-sticky.is-show {
            transform: translateX(0);
        }
}

.social-sticky-btn {
    position: fixed;
    z-index: 1020;
    right: 0;
    bottom: 30px;
    transform: translateX(100%);
    transition: .3s;
}

@media (max-width: 767px) {
    .social-sticky-btn {
        transform: translateX(-10px);
    }

        .social-sticky-btn.is-hide {
            transform: translateX(100%);
            opacity: 0;
        }
}

.btn-movetop {
    display: none;
    position: fixed;
    z-index: 1020;
    bottom: 30px;
    right: 30px;
}

.dropdown-menu {
    background-clip: border-box;
    border: 0;
    margin-top: 0 !important;
}

.dropdown-item {
    font-size: 0.875rem;
    padding: 0.5rem 1.25rem;
}

    .dropdown-item:active {
        background-color: #333;
    }

.dropdown-title {
    display: flex;
    align-items: center;
    position: relative;
}

.dropdown-link {
    flex: 1;
}

.dropdown-caret,
.dropdown-caret-light {
    display: flex;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    transition: .3s;
    background-color: rgba(0, 0, 0, 0.05);
    color: inherit;
    margin-right: .5rem;
}

.dropdown-caret-float,
.dropdown-caret-light-float {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.dropdown-caret-light {
    background-color: rgba(255, 255, 255, 0.3);
}

@media (min-width: 0) {
    .navbar-expand-xs .dropdown-caret {
        display: none;
    }

    .navbar-expand-xs .dropdown:hover > .dropdown-menu {
        display: block;
        animation: fadeInUp .3s ease-out;
    }

    .navbar-expand-xs .dropdown-menu {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm .dropdown-caret {
        display: none;
    }

    .navbar-expand-sm .dropdown:hover > .dropdown-menu {
        display: block;
        animation: fadeInUp .3s ease-out;
    }

    .navbar-expand-sm .dropdown-menu {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }
}

@media (min-width: 768px) {
    .navbar-expand-md .dropdown-caret {
        display: none;
    }

    .navbar-expand-md .dropdown:hover > .dropdown-menu {
        display: block;
        animation: fadeInUp .3s ease-out;
    }

    .navbar-expand-md .dropdown-menu {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .dropdown-caret {
        display: none;
    }

    .navbar-expand-lg .dropdown:hover > .dropdown-menu {
        display: block;
        animation: fadeInUp .3s ease-out;
    }

    .navbar-expand-lg .dropdown-menu {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl .dropdown-caret {
        display: none;
    }

    .navbar-expand-xl .dropdown:hover > .dropdown-menu {
        display: block;
        animation: fadeInUp .3s ease-out;
    }

    .navbar-expand-xl .dropdown-menu {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 15%, 0);
        transform: translate3d(0, 15%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.checkbox-styled {
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    padding-left: 30px;
}

.checkbox-styled__input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox-styled__icon {
    width: 18px;
    height: 18px;
    font-size: 18px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    position: absolute;
    top: 1px;
    left: 0;
}

    .checkbox-styled__icon::before {
        content: '\f00c';
        font-family: 'fontawesome';
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 13px;
        transform: scale(0);
    }

.checkbox-styled:hover .checkbox-styled__icon {
    border-color: #007bff;
}

.checkbox-styled__input:checked + .checkbox-styled__icon {
    border-color: #007bff;
}

    .checkbox-styled__input:checked + .checkbox-styled__icon::before {
        transform: scale(1);
        transition: transform 0.2s cubic-bezier(0.68, -0.75, 0.265, 1.75);
    }

.radio-styled {
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    padding-left: 30px;
}

.radio-styled__input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.radio-styled__icon {
    width: 18px;
    height: 18px;
    font-size: 18px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 0;
}

    .radio-styled__icon::before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: scale(0) translate(-50%, -50%);
        background-color: #007bff;
        border-radius: 50%;
    }

.radio-styled:hover .radio-styled__icon {
    border-color: #007bff;
}

.radio-styled__input:checked + .radio-styled__icon {
    border-color: #007bff;
}

    .radio-styled__input:checked + .radio-styled__icon::before {
        transform: scale(1) translate(-50%, -50%);
        transition: transform 0.2s cubic-bezier(0.68, -0.75, 0.265, 1.75);
    }

.product-quantity {
    width: 110px;
}

    .product-quantity .form-control {
        text-align: center;
        font-size: 14px;
    }

        .product-quantity .form-control:focus {
            box-shadow: unset;
        }

    .product-quantity .input-group-text {
        font-size: 9px;
        background-color: #fff;
    }

.gutter-8 {
    margin: 0 -4px;
}

    .gutter-8 > [class^='col'] {
        padding: 0 4px;
    }

.gutter-15 {
    margin: 0 -7.5px;
}

    .gutter-15 > [class^='col'] {
        padding: 0 7.5px;
    }

.gutter-20 {
    margin: 0 -10px;
}

    .gutter-20 > [class^='col'] {
        padding: 0 10px;
    }

.gutter-40 {
    margin: 0 -20px;
}

    .gutter-40 > [class^='col'] {
        padding: 0 20px;
    }

@media (max-width: 575px) {
    .gutter-under-sm-16 {
        margin: 0 -8px;
    }

        .gutter-under-sm-16 > [class^='col'] {
            padding: 0 8px;
        }
}

.col-20 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px;
}

.col-xs-20 {
    padding: 0 15px;
}

@media (min-width: 0) {
    .col-xs-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.col-sm-20 {
    padding: 0 15px;
}

@media (min-width: 576px) {
    .col-sm-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.col-md-20 {
    padding: 0 15px;
}

@media (min-width: 768px) {
    .col-md-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.col-lg-20 {
    padding: 0 15px;
}

@media (min-width: 992px) {
    .col-lg-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.col-xl-20 {
    padding: 0 15px;
}

@media (min-width: 1200px) {
    .col-xl-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.navbar-backdrop {
    display: none;
}

@media (max-width: 1199px) {
    .navbar-backdrop {
        display: block;
        width: 100vw;
        max-width: 100%;
        height: 100vh;
        background-color: #000;
        opacity: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        left: -100%;
        transition: left 0s 0.3s, opacity 0.3s;
    }

        .navbar-backdrop.is-show {
            left: 0;
            opacity: 0.5;
            transition: left 0s, opacity 0.3s;
        }
}

.navbar {
    padding: 0;
}

.navbar-mobile {
    display: block;
    position: fixed;
    z-index: 1030;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    transition: 0.3s;
    align-items: flex-start;
}

    .navbar-mobile.is-show {
        left: 0;
    }

    .navbar-mobile .dropdown-menu {
        padding-left: 15px;
    }

.navbar-header {
    display: flex;
    height: 48px;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    background-color: #343a40;
    margin-bottom: 20px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.navbar-close {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border: 0;
    background: 0;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    right: 0;
}

@media (min-width: 0) {
    .navbar-mobile.navbar-expand-xs {
        position: static;
        background: none;
        z-index: 0;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        overflow: visible;
        transition: unset;
    }

        .navbar-mobile.navbar-expand-xs .dropdown-menu {
            padding-left: 0;
        }

        .navbar-mobile.navbar-expand-xs .navbar-header {
            display: none;
        }
}

@media (min-width: 576px) {
    .navbar-mobile.navbar-expand-sm {
        position: static;
        background: none;
        z-index: 0;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        overflow: visible;
        transition: unset;
    }

        .navbar-mobile.navbar-expand-sm .dropdown-menu {
            padding-left: 0;
        }

        .navbar-mobile.navbar-expand-sm .navbar-header {
            display: none;
        }
}

@media (min-width: 768px) {
    .navbar-mobile.navbar-expand-md {
        position: static;
        background: none;
        z-index: 0;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        overflow: visible;
        transition: unset;
    }

        .navbar-mobile.navbar-expand-md .dropdown-menu {
            padding-left: 0;
        }

        .navbar-mobile.navbar-expand-md .navbar-header {
            display: none;
        }
}

@media (min-width: 992px) {
    .navbar-mobile.navbar-expand-lg {
        position: static;
        background: none;
        z-index: 0;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        overflow: visible;
        transition: unset;
    }

        .navbar-mobile.navbar-expand-lg .dropdown-menu {
            padding-left: 0;
        }

        .navbar-mobile.navbar-expand-lg .navbar-header {
            display: none;
        }
}

@media (min-width: 1200px) {
    .navbar-mobile.navbar-expand-xl {
        position: static;
        background: none;
        z-index: 0;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        overflow: visible;
        transition: unset;
    }

        .navbar-mobile.navbar-expand-xl .dropdown-menu {
            padding-left: 0;
        }

        .navbar-mobile.navbar-expand-xl .navbar-header {
            display: none;
        }
}

.page-link {
    border-radius: .25rem !important;
    color: #343a40;
    padding: 8px 16px;
}

.page-item {
    margin-right: 5px;
}

    .page-item:last-child {
        margin-right: 0;
    }

    .page-item.active .page-link {
        background-color: #343a40;
        border-color: #343a40;
    }

.table {
    margin-bottom: 0;
}

    .table th,
    .table td {
        vertical-align: middle;
    }

    .table thead th {
        border-bottom: 0;
    }

.mb-title {
    display: none;
}

@media (max-width: -1) {
    .table-expand-xs thead {
        display: none;
    }

    .table-expand-xs tbody,
    .table-expand-xs tr,
    .table-expand-xs td {
        display: block;
    }

        .table-expand-xs tr:nth-child(even) {
            background-color: #f9f9f9;
        }

    .table-expand-xs td {
        position: relative;
        padding-left: 40%;
        text-align: left;
    }

    .table-expand-xs .mb-title {
        display: inline-block;
        max-width: 40%;
        font-weight: bold;
        padding: 10px 15px;
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media (max-width: 575px) {
    .table-expand-sm thead {
        display: none;
    }

    .table-expand-sm tbody,
    .table-expand-sm tr,
    .table-expand-sm td {
        display: block;
    }

        .table-expand-sm tr:nth-child(even) {
            background-color: #f9f9f9;
        }

    .table-expand-sm td {
        position: relative;
        padding-left: 40%;
        text-align: left;
    }

    .table-expand-sm .mb-title {
        display: inline-block;
        max-width: 40%;
        font-weight: bold;
        padding: 10px 15px;
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media (max-width: 767px) {
    .table-expand-md thead {
        display: none;
    }

    .table-expand-md tbody,
    .table-expand-md tr,
    .table-expand-md td {
        display: block;
    }

        .table-expand-md tr:nth-child(even) {
            background-color: #f9f9f9;
        }

    .table-expand-md td {
        position: relative;
        padding-left: 40%;
        text-align: left;
    }

    .table-expand-md .mb-title {
        display: inline-block;
        max-width: 40%;
        font-weight: bold;
        padding: 10px 15px;
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media (max-width: 991px) {
    .table-expand-lg thead {
        display: none;
    }

    .table-expand-lg tbody,
    .table-expand-lg tr,
    .table-expand-lg td {
        display: block;
    }

        .table-expand-lg tr:nth-child(even) {
            background-color: #f9f9f9;
        }

    .table-expand-lg td {
        position: relative;
        padding-left: 40%;
        text-align: left;
    }

    .table-expand-lg .mb-title {
        display: inline-block;
        max-width: 40%;
        font-weight: bold;
        padding: 10px 15px;
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media (max-width: 1199px) {
    .table-expand-xl thead {
        display: none;
    }

    .table-expand-xl tbody,
    .table-expand-xl tr,
    .table-expand-xl td {
        display: block;
    }

        .table-expand-xl tr:nth-child(even) {
            background-color: #f9f9f9;
        }

    .table-expand-xl td {
        position: relative;
        padding-left: 40%;
        text-align: left;
    }

    .table-expand-xl .mb-title {
        display: inline-block;
        max-width: 40%;
        font-weight: bold;
        padding: 10px 15px;
        position: absolute;
        top: 0;
        left: 0;
    }
}

.breadcrumb {
    margin-bottom: 0;
}

.header {
    margin-bottom: 20px;
}

    .header .mid-wrap {
        position: relative;
        padding: 5px 0;
    }

    .header .mobile-menu {
        color: white;
        padding-left: 10px;
        font-size: 25px;
        display: none;
    }

    .header .menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .header .menu-main {
        display: inline-block;
        width: 100%;
        justify-content: space-between;
        background: #009e3c;
        color: white;
    }

        .header .menu-main > .menu-li {
            display: inline-block;
            text-align: center;
            border-right: 1px solid white;
            position: relative;
        }

    .header .menu-li:last-child {
        border-right: 0;
    }

    .header .menu-link {
        font-weight: bold;
        text-transform: uppercase;
        padding: 8px 28px;
        display: block;
        font-size: 14px;
        position: relative;
    }

        .header .menu-link::before {
            position: absolute;
            content: '';
            width: 16px;
            height: 20px;
            background: white;
            clip-path: polygon(50% 25%, 0 0, 100% 0);
            -webkit-clip-path: polygon(50% 25%, 0 0, 100% 0);
            left: 50%;
            transform: translateX(-50%);
            top: 0;
            display: none;
        }

    .header .menu-li:hover .menu-link::before {
        display: block;
    }

    .header .mid-banner {
        position: absolute;
        top: 0;
        z-index: -1;
        height: 100%;
        width: 100%;
    }

        .header .mid-banner img {
            height: 100%;
            width: 100%;
        }

    .header .menu-sub1 {
        position: absolute;
        background: #015d38;
        text-align: left;
        width: 230px;
        top: calc(100% + 1px);
        display: none;
        z-index: 2;
    }

    .header .menu-sub1__li {
        padding: 0 10px;
    }

    .header .menu-sub1__link {
        border-bottom: 1px dotted;
        display: block;
        padding: 4px 0;
    }

    .header .menu-sub1__li:last-child .menu-sub1__link {
        border-bottom: 0;
    }

    .header .menu-sub2 {
        position: absolute;
        left: calc(100% + 1px);
        background: #015d38;
        width: 100%;
        top: 0;
        display: none;
    }

    .header .menu-sub2__li {
        padding: 0 10px;
    }

    .header .menu-sub2__link {
        border-bottom: 1px dotted;
        display: block;
        padding: 4px 0;
    }

    .header .menu-li:hover .menu-sub1 {
        display: block;
    }

    .header .menu-sub1__li:hover .menu-sub2 {
        display: block;
    }

    .header .menu-sub1__li:hover .menu-sub1__link {
        color: #4ab947;
    }

    .header .menu-sub2__li:hover .menu-sub2__link {
        color: #4ab947;
    }

    .header .bot-wrap {
        display: flex;
        align-items: center;
        border: 1px solid #ebebeb;
        border-right: 0;
        border-top: 0;
        font-size: 14px;
    }

    .header .marquee-wrap {
        display: flex;
        align-items: center;
        flex: 1;
    }

    .header .search-form {
        position: absolute;
        top: calc(100% + 5px);
        right: 0;
        display: none;
        z-index: 1;
    }

    .header .bot-wrap > div {
        border-right: 1px solid #ebebeb;
    }

    .header .marquee-time {
        color: #df0f14;
        font-weight: bold;
        padding: 7px 10px;
        border-right: 1px solid #ebebeb;
    }

    .header .marquee-title {
        color: #015d38;
        text-transform: uppercase;
        padding: 0 10px;
        font-weight: bold;
    }

    .header .lang {
        padding: 6px 15px;
    }

    .header .site-map {
        padding: 7px 15px;
    }

        .header .site-map i {
            margin-right: 3px;
            font-size: 20px;
            color: #015d38;
        }

    .header .search-wrap {
        padding: 7px 15px;
        position: relative;
        cursor: pointer;
    }

        .header .search-wrap i {
            color: #015d38;
        }

    .header .search-form .form {
        width: 300px;
        display: flex;
    }

    .header .search-form input {
        flex: 1;
        padding: 3px 9px;
        border: 1px solid #ebebeb;
    }

    .header .search-form__btn {
        background: #015d38;
        border: 0;
        color: white;
        line-height: 28px;
        padding: 0 10px;
    }

@media (max-width: 1199px) {
    .header .mobile-menu {
        display: block;
        background: #015d38;
    }

    .header .marquee {
        width: 454px;
    }
}

@media (max-width: 991px) {
    .header .bot-wrap {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .header .marquee-wrap {
        border-bottom: 1px solid #ebebeb;
        flex: 0 0 100%;
    }

    .header .marquee {
        width: 493px;
    }
}

@media (max-width: 767px) {
    .header .marquee {
        width: 313px;
    }

    .header .mid-banner {
        position: static;
    }

    .header .logo {
        text-align: center;
        margin-bottom: 5px;
    }
}

@media (max-width: 575px) {
    .header .search-form .form {
        width: 289px;
    }

    .header .marquee-wrap {
        flex-direction: column;
    }

    .header .marquee-time {
        border-right: 0;
        border-bottom: 1px solid #ebebeb;
        width: 100%;
        text-align: center;
    }

    .header .marquee-title {
        padding: 10px 0;
    }
}

.footer {
    margin-bottom: 30px;
}

    .footer .menu-link {
        font-weight: bold;
        text-transform: uppercase;
        padding: 8px 16px !important;
        display: block;
        font-size: 14px;
        position: relative;
    }

    .footer .menu-li {
        display: inline-block;
        text-align: center;
        border-right: 1px solid white;
        position: relative;
    }

        .footer .menu-li:last-child {
            border-right: 0;
        }

    .footer .menu-main {
        display: inline-block;
        justify-content: space-between;
        background: #009e3c;
        color: white;
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .footer .menu-link::before {
        position: absolute;
        content: '';
        width: 16px;
        height: 20px;
        background: white;
        clip-path: polygon(50% 25%, 0 0, 100% 0);
        -webkit-clip-path: polygon(50% 25%, 0 0, 100% 0);
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        display: none;
    }

    .footer .menu-li:hover .menu-link::before {
        display: block;
    }

    .footer .f-title {
        color: #009e3c;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .footer .f-fb {
        display: flex;
    }

@media (max-width: 1199px) {
    .footer .f-menu {
        display: none;
    }
}

.index-main .left .left-title {
    background: #009e3c;
    color: white;
    display: block;
    padding: 7px 10px;
    margin-bottom: 6px;
}

    .index-main .left .left-title i {
        margin-right: 10px;
    }

    .index-main .left .left-title:hover {
        color: white;
    }

.index-main .left .left-sub-ul {
    background: #009e3c;
    margin-bottom: 8px;
    color: white;
    display: none;
}

.index-main .left .left-sub-link {
    padding: 4px 0 4px 60px;
    display: block;
    margin-bottom: 0px;
}

    .index-main .left .left-sub-link:hover {
        color: white;
    }

.index-main .left .left-ul {
    margin-bottom: 0;
}

.index-main .left .media-img {
    margin-right: 10px;
    float: left;
}

.index-main .left .media {
    margin-bottom: 10px;
}

.index-main .left .media-link:hover {
    color: #015d38;
}

.index-main .left .left-form select {
    display: block;
    width: 100%;
    background: #009e3c;
    color: white;
    height: 30px;
}

.index-main .left .left-form {
    border: 1px solid #ebebeb;
    padding: 8px;
}

.index-main .left .left-banner {
    border: 1px solid #ebebeb;
    padding: 8px;
    margin-bottom: 15px;
}

.index-main .left .left-banner-box {
    text-align: center;
    border: 1px solid #ebebeb;
    margin-bottom: 8px;
}

    .index-main .left .left-banner-box:last-child {
        margin-bottom: 0;
    }

.index-main .left .left-news-wrap {
    padding-top: 4px;
}

.index-main .left .left-online {
    border: 1px solid #ebebeb;
    padding: 6px 10px;
}

.index-main .left .left-online__title {
    color: #015d38;
    font-weight: bold;
}

.index-main .left .left-online-info {
    padding-left: 45px;
    position: relative;
}

    .index-main .left .left-online-info img {
        position: absolute;
        left: 10px;
        top: 2px;
    }

.index-main .right .right-title1 {
    position: relative;
    color: white;
    font-weight: bold;
    background: #009e3c;
    padding: 7px 0 7px 20px;
    margin: 0;
}

    .index-main .right .right-title1::before {
        position: absolute;
        content: '';
        width: 10px;
        height: 100%;
        background: #015d38;
        left: 0;
        top: 0;
    }

.index-main .right .news-hot-wrap {
    display: flex;
    border: 1px solid #ebebeb;
    border-top: 0;
    padding: 8px;
    margin-bottom: 10px;
}

.index-main .right .hot-left {
    flex: 1;
    margin-right: 10px;
}

.index-main .right .hot-right {
    flex: 0 0 300px;
}

.index-main .right .box-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.index-main .right .box-img {
    margin-bottom: 10px;
}

.index-main .right .hot-li {
    position: relative;
    border-bottom: 1px dotted;
    padding: 8px 0 8px 10px;
}

    .index-main .right .hot-li:hover {
        color: #015d38;
    }

    .index-main .right .hot-li::before {
        position: absolute;
        content: '';
        width: 4px;
        height: 4px;
        background: #015d38;
        border-radius: 50%;
        left: 0;
        top: 15px;
    }

.index-main .right .hot-ul {
    margin-bottom: 0;
}

.index-main .right .hot-right-box {
    text-align: right;
    color: #4ab948;
    text-decoration: underline;
    padding-top: 6px;
}

.index-main .right-social {
    display: flex;
}

    .index-main .right-social .social-right {
        flex: 0 0 310px;
    }

    .index-main .right-social .social-left {
        flex: 1;
        margin-right: 8px;
    }

    .index-main .right-social .right-banner img {
        height: 80px;
    }

    .index-main .right-social .right-banner {
        margin-bottom: 10px;
    }

    .index-main .right-social .nav-tabs .nav-item {
        margin-bottom: 0;
        text-align: center;
    }

    .index-main .right-social .nav-tabs .nav-link {
        border-radius: 0;
        border-right: 1px solid #ebebeb;
    }

    .index-main .right-social .nav-item .nav-link {
        padding: 5px 10px;
        border: 0;
        border-right: 1px solid #ebebeb;
        color: black;
    }

    .index-main .right-social .nav-tabs {
        border: 1px solid #ebebeb;
        border-top: 0;
        display: flex;
        flex-wrap: unset;
    }

        .index-main .right-social .nav-tabs .nav-link.active, .index-main .right-social .nav-tabs .nav-item.show .nav-link {
            color: black;
            font-weight: bold;
        }

    .index-main .right-social .nav-item:last-child .nav-link {
        border-right: 0;
    }

    .index-main .right-social .tab-content {
        border: 1px solid #ebebeb;
        border-top: 0;
        padding: 8px;
        margin-bottom: 10px;
    }

    .index-main .right-social .news-box-title {
        font-weight: bold;
        margin-bottom: 8px;
    }

        .index-main .right-social .news-box-title span {
            font-weight: normal;
        }

    .index-main .right-social .media-img {
        margin-right: 10px;
    }

    .index-main .right-social .media-more {
        text-align: right;
        padding-top: 10px;
        color: #6dc56b;
        text-decoration: underline;
    }

    .index-main .right-social .news-box {
        margin-bottom: 10px;
    }

    .index-main .right-social .related-title {
        font-weight: bold;
        margin-bottom: 4px;
    }

    .index-main .right-social .related-li {
        position: relative;
        padding-left: 15px;
    }

        .index-main .right-social .related-li::before {
            position: absolute;
            content: '';
            width: 4px;
            height: 4px;
            background: #015d38;
            border-radius: 50%;
            left: 6px;
            top: 7px;
        }

        .index-main .right-social .related-li:hover {
            color: #015d38;
        }

    .index-main .right-social .sr-banner-wrap {
        border: 1px solid #ebebeb;
        padding: 8px;
    }

    .index-main .right-social .sr-banner-box img {
        width: 100%;
    }

    .index-main .right-social .sr-banner-box {
        margin-bottom: 4px;
    }

        .index-main .right-social .sr-banner-box:last-child {
            margin-bottom: 0;
        }

    .index-main .right-social .sr-video {
        padding: 8px;
        border: 1px solid #ebebeb;
        margin-top: 8px;
        display: flex;
        margin-bottom: 10px;
    }

.index-main .right-slide {
    margin-top: 8px;
}

    .index-main .right-slide .re-title__span {
        background: #015d38;
        color: white;
        padding: 8px 10px;
    }

    .index-main .right-slide .rs-title {
        margin-bottom: 15px;
    }

    .index-main .right-slide .rs-slide {
        padding: 0 30px;
        position: relative;
    }

    .index-main .right-slide .banner-slider__prev {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .index-main .right-slide .banner-slider__next {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .index-main .right-slide .rs-wrap {
        border: 1px solid #ebebeb;
        margin-bottom: 20px;
    }

        .index-main .right-slide .rs-wrap img {
            width: 100%;
        }

        .index-main .right-slide .rs-wrap:last-child {
            margin-bottom: 0;
        }

    .index-main .right-slide .rs-link {
        padding: 6px 0;
    }

        .index-main .right-slide .rs-link:hover {
            color: red;
        }

        .index-main .right-slide .rs-link:hover {
            color: #015d38;
        }

@media (max-width: 1199px) {
    .index-main .right-social {
        display: block;
    }

        .index-main .right-social .right-banner img {
            height: auto;
        }
}

@media (max-width: 767px) {
    .index-main .right .news-hot-wrap {
        display: block;
    }

    .index-main .right .hot-left {
        margin-right: 0;
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 6px;
    }
}

.contact-main .contact-map {
    display: flex;
    height: 300px;
    margin-bottom: 40px;
}

.contact-main .contact-form__title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 18px;
}

.contact-main .contact-form .row {
    align-items: center;
    margin-bottom: 25px;
}

.contact-main .contact-form input {
    border-radius: 0;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
}

.contact-main .contact-form label {
    margin-bottom: 0;
}

.contact-main .contact-btn {
    background: #015d38;
    color: white;
    border: 0;
    text-transform: uppercase;
    padding: 8px 20px;
}

.organization-main .organization-wrap {
    margin-bottom: 20px;
}

    .organization-main .organization-wrap:last-child {
        margin-bottom: 0;
    }

.organization-main .organization-content {
    display: none;
}

.organization-main .organization-icon {
    position: absolute;
    right: 10px;
    transition: 1s;
}

.organization-main .js-organization-title {
    position: relative;
    cursor: pointer;
}

.organization-main .organization-wrap.show .organization-icon {
    transform: rotate(180deg);
    transition: 1s;
}

.news-main .news-wrap .media-img {
    margin-right: 15px;
}

.news-main .news-wrap .media {
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

    .news-main .news-wrap .media:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

.news-main .news-wrap .media-link {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

    .news-main .news-wrap .media-link:hover {
        color: #015d38;
    }

.news-main .news-wrap .media-social {
    margin-bottom: 10px;
    color: #a0a0a0;
}

.news-main .news-wrap .media-span {
    text-align: justify;
}

@media (max-width: 575px) {
    .news-main .news-wrap .media {
        flex-direction: column;
    }

    .news-main .news-wrap .media-img {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }

        .news-main .news-wrap .media-img img {
            width: 100%;
        }
}

.news-detail-main .news-detail-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.news-detail-main .news-detail-social-box {
    color: #868282;
    margin-right: 15px;
}

.news-detail-main .news-detail-social {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.news-detail-main .news-detail-sapo {
    font-weight: bold;
    margin-bottom: 10px;
}

.news-detail-main .news-detail-content {
    margin-bottom: 30px;
}

.news-detail-main .fb-like {
    margin-bottom: 30px;
}

.news-detail-main .news-detail-social .fb-like {
    margin-bottom: 0;
}

.news-detail-main .nd-related-title {
    font-weight: bold;
    background: #009e3c;
    color: #015d38;
    position: relative;
    padding: 8px 11px;
    cursor: pointer;
}

.news-detail-main .nd-related-title__span {
    position: absolute;
    right: 15px;
    transition: 1s;
}

.news-detail-main .nd-related-title.show .nd-related-title__span {
    transform: rotate(180deg);
    transition: 1s;
}

.news-detail-main .related-ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.news-detail-main .related-li {
    position: relative;
    padding: 5px 0 5px 17px;
    border-bottom: 1px solid #ebebeb;
}

    .news-detail-main .related-li::before {
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        background: black;
        border-radius: 50%;
        left: 5px;
        top: 12px;
    }

    .news-detail-main .related-li:hover {
        color: #015d38;
    }

.gallery-main .gallery-box {
    margin-bottom: 20px;
}

@font-face {
    font-family: 'OpenSans';
    src: url("../fonts/OpenSans.eot");
    src: url("../fonts/OpenSans.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans.woff") format("woff"), url("../fonts/OpenSans.ttf") format("truetype"), url("../fonts/OpenSans.svg#svgFontName") format("svg");
}

.f-os {
    font-family: 'OpenSans' !important;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url("../fonts/OpenSans-Bold.eot");
    src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg#svgFontName") format("svg");
}

.f-osb {
    font-family: 'OpenSans-Bold' !important;
}

@font-face {
    font-family: 'UVNSaigonBold';
    src: url("../fonts/UVNSaigon_B.ttf"), url("../fonts/UVNSaigon_B.ttf") format("truetype");
    /* Safari, Android, iOS */
}

.f-sgb {
    font-family: 'UVNSaigonBold' !important;
}

.fb-cmt .fb_iframe_widget, .fb-cmt .fb_iframe_widget span, .fb-cmt .fb_iframe_widget span iframe[style], .fb-cmt .fb-comments span, .fb-cmt .fb-comments iframe {
    width: 100% !important;
}

body {
    font-size: 14px;
}

.page-link {
    border-radius: 0 !important;
    border: 1px solid #707070;
}

    .page-link:hover {
        color: black;
        background: 0;
        border: 1px solid #707070;
        font-weight: bold;
    }

.page-item:first-child .page-link {
    padding: 8px 12px;
}

.page-item:last-child .page-link {
    padding: 8px 12px;
}

.page-item.active .page-link {
    color: black;
    background: 0;
    border: 1px solid #707070;
    font-weight: bold;
}

.mm-navbar {
    background: #015d38;
    color: white;
    border-color: white;
}

.mm-listview {
    background: #015d38;
    color: aliceblue;
}

.mm-listitem__text {
    color: white !important;
}

.mm-listitem {
    border-color: white;
}

    .mm-listitem:last-child {
        border-bottom: 0;
    }

.mm-btn_next:after, .mm-btn_prev:before {
    border-color: white;
}

.img-hover:hover img {
    transform: scale(1.1);
    transition: 0.6s;
}

.img-hover {
    overflow: hidden;
}

.breadcrumb {
    border-radius: 6px;
    margin: 20px 0;
    background: 0;
    padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '>';
}

.breadcrumb-item a {
    color: black;
}

.page-link {
    border: 1px solid #c9c9c9;
    border-radius: 4px !important;
}

.page-item.active .page-link {
    background: #015d38;
    color: white;
    border: 1px solid #015d38;
}

.marquee {
    width: 630px;
    overflow: hidden;
}

.video-2 {
    position: relative;
}

.video-span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*# sourceMappingURL=style.css.map */
