﻿@charset "utf-8";
/* CSS Document */
/*
    Theme Name: web;
    Author: bướng
*/

body {
    background: #fff;
    color: #333;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    margin-top: 0px;
}

.ul-b {
    padding-left: 0px;
    margin-bottom: 0px;
}

    .ul-b li {
        list-style-type: none;
    }

input, button, select, textarea {
    outline: none !important;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none !important;
}

.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    margin: 0px !important;
    padding: 0px !important;
}

.owl-prev, .owl-next {
    margin: 0px !important;
    border-radius: 0px !important;
}

.fl-left {
    float: left !important;
}

.fl-right {
    float: right !important;
}

.ds-fl {
    display: flex !important;
}

.img-cover-news {
    position: relative;
    height: auto !important;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
}

    .img-cover-news img {
        object-fit: cover;
        margin: auto;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.eclip-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.eclip-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.eclip-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.eclip-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.eclip-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

    .row [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
/* css header */
.navbar-default {
    border: none;
    border-radius: 0px;
    background: #067273;
    box-shadow: none;
    margin-bottom: 5px;
    min-height: 0px;
    /*padding: 0px 10px;*/
    height:35px;
}

    .navbar-default .navbar-nav > li > a {
        padding: 0px 13px;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
        font-weight: bolder;
        text-transform: uppercase;
        color: #fff;
        position: relative;
        transition: all 0.3s ease-in-out;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #ffee00;
        }

    .navbar-default {
    border: none;
    border-radius: 0px;
    background: #067273;
    box-shadow: none;
    margin-bottom: 5px;
    min-height: 0px;
    /*padding: 0px 10px;*/
}

    .navbar-default .navbar-nav > li > a {
       /*padding: 0px 15px;*/
        height: 35px;
        line-height: 35px;
        font-size: 13px;
        font-weight: bolder;
        text-transform: uppercase;
        color: #fff;
        position: relative;
        transition: all 0.3s ease-in-out;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #ffee00;
        }

#navbar-right > li a{
    float: right;
    position:relative;
    top:-160px;
    left:-40px;
}
.form-search {
    position: relative;
}

    .form-search .btn-search {
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .form-search input {
        width: 100%;
        min-width: 250px;
        border-radius: 0px;
    }

    .form-search .btn-search {
        color: #fff;
        border-radius: 0px;
    }

ul.dropdown-menu {
    margin: 0px;
    border-radius: 0px;
    border: none;
    box-shadow: 0 1px 5px rgba(0,0,0,0.175);
    background: #067273;
    min-width: 220px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    transition: transform 0.5s ease, opacity 0.2s ease;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease;
    display: block;
    left: 0px;
}

.navbar-default .navbar-nav > li:hover > ul {
    display: block;
    visibility: visible;
    z-index: 9999;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform 0.3s ease, opacity 0.2s ease .1s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease .1s;
    left: 0px;
}

ul.dropdown-menu > li > a {
    padding: 10px;
    color: #fff;
}

    ul.dropdown-menu > li > a:hover {
        background: #fff;
    }

.owl-carousel .owl-prev, .owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.2) !important;
    opacity: 0;
    width: 40px;
    border-radius: 50% !important;
    height: 40px;
    font-size: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.8s;
    border: 2px solid #fff;
}

.owl-carousel .owl-prev {
    left: 30px;
}

.owl-carousel .owl-next {
    right: 30px;
}

    .owl-carousel .owl-next:hover, .owl-carousel .owl-prev:hover {
        background-color: #0a2453 !important;
        border-color: #0a2453 !important;
    }

.owl-carousel:hover .owl-prev {
    left: 10px;
    opacity: 1;
}

.owl-carousel:hover .owl-next {
    right: 10px;
    opacity: 1;
}

.pd-30 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.wp-title .h2-title {
    margin-bottom: 20px;
    display: table;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ccc;
    font-size: 22px;
    height: 35px;
    line-height: 35px;
}

    .wp-title .h2-title::after {
        content: '';
        width: 80px;
        height: 3px;
        background: #067273;
        position: absolute;
        bottom: -2px;
        left: 0px;
    }

    .wp-title .h2-title span {
        position: relative;
        font-weight: bolder;
        color: #666;
    }

.wp-tin-1 {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

    .wp-tin-1 .img-tin1 {
        width: 50%;
        float: left;
    }

    .wp-tin-1 .text-tin1 {
        float: left;
        padding-left: 20px;
        width: 50%;
    }

.text-tin1 .h3-title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
}

    .text-tin1 .h3-title a {
        color: #333;
    }

        .text-tin1 .h3-title a:hover {
            color: #067273;
        }

.list-gocnhin li {
    padding: 15px 0;
    position: relative;
}

#list-gocnhin-hoatdong li {
    padding: 14px 0;
    position: relative;
}
.wp-tin-right .wp-list-tin-right p {
    text-align: justify;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.list-gocnhin li h3 {
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align:justify
}

.list-gocnhin li figure {
    margin-right: 10px;
    float: left;
    width: 100px;
    height: 68px;
}

    .list-gocnhin li figure img {
        width: 100%;
        height: 100%
    }

.list-gocnhin li:hover::after {
    left: 5px;
}

.list-gocnhin li a {
    color: #337ab7;
    font-weight:bold;
}

    .list-gocnhin li a span {
        color: #bbb;
        font-size: 12px;
    }

    .list-gocnhin li a:hover {
        color: #067273;
    }

#slider-tin1 .img-item-tin1 img {
    max-height: 115px;
    object-fit: cover;
}

.text-item-tin1 .h4-title {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px;
    line-height: 1.4;
}

    .text-item-tin1 .h4-title a {
        color: #0279d5;
        font-weight: 500;
    }

        .text-item-tin1 .h4-title a:hover {
            color: #17488b;
        }

.list-img-book {
    display: table;
    width: 100%;
}

    .list-img-book li {
        width: 49%;
        float: left;
    }

        .list-img-book li:first-child {
            margin-right: 2%;
        }

        .list-img-book li img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.3s ease-in-out;
        }

            .list-img-book li img:hover {
                opacity: 0.8;
            }

.list-img-tv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .list-img-tv li {
        width: calc((100% - 20px)/3);
        margin-bottom: 10px;
    }

        .list-img-tv li img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.bg-xam {
    background: #f4f4f4;
}

.pd2-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.wp-title2 .h2-title {
    margin-bottom: 35px;
    font-weight: bold;
    color: #016b11;
    text-transform: uppercase;
    position: relative;
    font-size: 26px;
}

    .wp-title2 .h2-title::after {
        content: '';
        width: 50px;
        height: 3px;
        background: #ed8d1c;
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
    }

#slider-doitac .owl-dots .owl-dot.active span, #slider-doitac .owl-dots .owl-dot:hover span {
    background: #ed8d1c;
}
.page-body-buong {
 
    background-position: top;
    background-size: 100%;
    background-attachment: fixed;}

.sec-03 {
    margin-bottom: 20px;
}
/* css footer */
.bg-ft {
    border-top: 10px solid #067273;
    padding: 10px 20px;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.99), rgba(255,255,255,0.8), rgba(170, 198, 239, 0.95)), url(../images/bg-bando.jpg);
}

.ft-left {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.list-social {
    display: table;
    float: right;
    margin-top: 20px;
}

    .list-social i {
        width: 35px;
        height: 35px;
        color: #fff;
        background: #666;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease-in-out;
    }

    .list-social li:hover i {
        transform: translateY(-10px);
    }

    .list-social i.fa-facebook {
        background: #3B5998;
    }

    .list-social i.fa-instagram {
        background: #2c4762;
    }

    .list-social i.fa-twitter {
        background: #55ACEE;
    }

    .list-social li {
        float: left;
        margin-left: 15px;
    }
/* css page */
.wp-title-sibar .h2-title-sidebar {
    margin-bottom: 0px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    background: #067273;
    color: #fff;
}

    .wp-title-sibar .h2-title-sidebar i {
        margin-right: 10px;
    }

.wp-title-page .h1-title {
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
    position: relative;
}

    .wp-title-page .h1-title::after {
        content: '';
        width: 100%;
        height: 2px;
        background: #067273;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

    .wp-title-page .h1-title span {
        display: inline-block;
        padding: 0px 30px 0px 10px;
        background: #067273;
        color: #fff;
        position: relative;
    }

        .wp-title-page .h1-title span::after {
            content: '';
            width: 0;
            height: 0;
            border-bottom: 40px solid #067273;
            border-right: 50px solid transparent;
            position: absolute;
            top: 0px;
            right: -50px;
        }

.wp-list-danhmuc {
    padding: 5px;
    border: 1px solid #067273;
    background: #f8f8f8;
}

    .wp-list-danhmuc ul li {
        padding: 10px;
        background: #f1f1f1;
        border-bottom: 1px solid #cdcdcd;
    }

        .wp-list-danhmuc ul li:last-child {
            border-bottom: none;
        }

.list-danhmuc i {
    margin-right: 10px;
}

.list-danhmuc li a {
    color: #666;
    transition: all 0.2s ease-in-out;
}

    .list-danhmuc li a:hover, .list-danhmuc li.active a {
        color: #ea2b3b;
    }

.wp-side-bar > div {
    margin-bottom: 20px;
}

.img-item-tapchi img {
    transition: all 0.5s ease-in-out;
}

.wp-item-tapchi {
    margin-bottom: 20px;
}

    .wp-item-tapchi:hover .img-item-tapchi img {
        opacity: 0.8;
    }

.text-item-tapchi {
    text-align: center;
    padding: 15px 0px 10px 0px;
}

    .text-item-tapchi .h3-title {
        font-size: 14px;
        font-weight: bold;
    }

        .text-item-tapchi .h3-title a {
            color: #333;
            transition: all 0.2s ease-in-out;
        }

            .text-item-tapchi .h3-title a:hover {
                color: #067273;
            }

    .text-item-tapchi .p-price {
        font-weight: bold;
        color: #018867;
    }

.wp-btn-mua .btn-mua {
    font-size: 12px;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
    padding: 8px 20px;
}

    .wp-btn-mua .btn-mua:hover {
        color: #fff;
        background: #054eac;
    }

.list-ads li:not(:last-child) {
    margin-bottom: 15px;
}

.wp-bread-page {
    margin-top: 10px;
}

.list-ads li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wp-item-tapchi2 {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

    .wp-item-tapchi2 .img-item-tapchi2 {
        width: 20%;
        float: left;
    }

        .wp-item-tapchi2 .img-item-tapchi2 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.5s ease-in-out;
        }

            .wp-item-tapchi2 .img-item-tapchi2 img:hover {
                opacity: 0.8;
            }

    .wp-item-tapchi2 .text-item-tapchi2 {
        width: 80%;
        float: left;
        padding-left: 20px;
    }

.text-item-tapchi2 .h3-title {
    font-size: 16px;
    font-weight: bold;
}

    .text-item-tapchi2 .h3-title a {
        color: #0c867b;
    }

        .text-item-tapchi2 .h3-title a:hover {
            text-decoration: underline;
        }

.text-item-tapchi2 p {
    margin-bottom: 5px;
    font-size: 13px;
}

.phantrang li a {
    margin: 0 5px;
    border-radius: 100% !important;
}
/* css chi tiet sp */
.wp-main-ctsp {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

    .wp-main-ctsp .img-ctsp {
        width: 40%;
        float: left;
    }

        .wp-main-ctsp .img-ctsp img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .wp-main-ctsp .text-ctsp {
        width: 60%;
        float: left;
        padding-left: 20px;
    }

.text-ctsp .h1-title {
    font-size: 26px;
    font-weight: bold;
}

.text-ctsp .p-nsx, .text-ctsp .p-date {
    font-size: 13px;
    margin-bottom: 5px;
}

.text-ctsp .p-price {
    font-size: 18px;
    font-weight: bold;
    color: #cb0100;
}

.wp-btn-mua-ct {
    margin-bottom: 20px;
}

    .wp-btn-mua-ct .btn {
        background: #009f3b;
        border: 3px solid #007620;
        color: #fff;
        border-radius: 0px;
        font-size: 16px;
        font-weight: bold;
        padding: 8px 20px;
        transition: all 0.2s ease-in-out;
    }

    .wp-btn-mua-ct .btn-datmua {
        margin-right: 10px;
    }

    .wp-btn-mua-ct .btn:hover {
        background: #d7292a;
        border-color: #b71111;
    }

.ghi-chu {
    font-size: 13px;
    font-weight: 300;
}

.wp-title-lq .h2-title {
    margin-bottom: 20px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
}

    .wp-title-lq .h2-title::after {
        content: '';
        width: 200px;
        height: 3px;
        background: #333;
        position: absolute;
        bottom: -6px;
        left: 0px;
    }
/* css page tin */
.wp-item-tinpage {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

    .wp-item-tinpage .img-item-tin-page {
        width: 200px;
        float: left;
        padding: 5px;
        border: 1px solid #ccc;
    }

        .wp-item-tinpage .img-item-tin-page img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.5s ease-in-out;
        }

            .wp-item-tinpage .img-item-tin-page img:hover {
                opacity: 0.8;
            }

    .wp-item-tinpage .text-item-tin-page {
        width: calc(100% - 200px);
        float: left;
        padding-left: 20px;
    }

.text-item-tin-page .h2-title {
    font-size: 18px;
    font-weight: bold;
}

    .text-item-tin-page .h2-title a:hover {
        color: #ea2b3b;
    }

.text-item-tin-page .p-date {
    color: #999;
    margin-bottom: 5px;
    list-style: 1.1;
}
/* css page chi tiet tin */
.wp-title-page-ct .h1-title {
    font-size: 18px;
    font-weight: bold;
    color: #067273;
}

.wp-content-cttin .date-ct {
    line-height: 1.1;
    margin-bottom: 20px;
    font-style: italic;
    color: #999;
}

    .wp-content-cttin .date-ct i {
        margin-right: 10px;
    }

.wp-content-cttin p img {
    display: block;
    margin: 10px auto;
    width: auto;
    max-width: 100%;
}

.wp-tin-lq {
    margin-top: 20px;
}

.wp-list-tinlq li {
    padding: 10px 20px;
    border-bottom: 1px dotted #ccc;
    position: relative;
}

    .wp-list-tinlq li::after {
        content: '';
        width: 5px;
        height: 5px;
        background: #067273;
        position: absolute;
        top: 15px;
        left: 0px;
    }

    .wp-list-tinlq li a {
        color: #067273;
    }

        .wp-list-tinlq li a:hover {
            color: #dc1b17;
        }

    .wp-list-tinlq li span {
        color: #999;
        margin-left: 5px;
        font-style: italic;
    }
/* css page gio hang */
.wp-title-giohang .h1-title {
    font-weight: bold;
    color: #cc0000;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 5px;
}

.wp-title-giohang .p-giohang1 {
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

#tbl_list_cart td {
    border: solid 1px #ccc;
}

#tbl_list_cart td {
    width: 3%;
    text-align: center;
    padding: 10px;
}

    #tbl_list_cart td:nth-child(1), #tbl_list_cart td:nth-child(6) {
        width: 1%;
        text-align: center;
    }

    #tbl_list_cart td:nth-child(2) {
        width: 30%;
        text-align: left;
    }

    #tbl_list_cart td p {
        margin-bottom: 5px;
    }

#tbl_list_cart {
    line-height: 1.4;
    background: #fff;
    margin-bottom: 20px;
}

    #tbl_list_cart .clickDele {
        color: #cc0000;
        font-size: 18px;
    }

.space10px {
    padding: 10px 0;
}

.button-check-discount {
    border: 0;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    background: #db0006;
    color: #fff;
    margin: 0;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 3px;
    margin-left: 10px;
}

    .button-check-discount:hover {
        background: #555;
        color: #fff;
    }

.inputcheckdiscount {
    width: 300px;
    height: 35px;
    border: solid 1px #ddd;
    padding-left: 10px;
    border-radius: 3px;
}

.red {
    color: #cc0000;
}

.subnoterdo01 {
    display: none;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 10px;
}

.box-form-info {
    margin-bottom: 20px;
}
/*=========================================== responsive ===========================================*/
@media (min-width: 1200px) {
    span.dropdown-toggle {
        display: none;
    }
}

@media (min-width: 993px) and (max-width: 1199px) {
    span.dropdown-toggle {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .wp-item-video {
        margin-bottom: 20px;
    }

    .list-ads {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .list-ads li {
            width: 49%;
        }

        .list-ads li {
            margin-bottom: 15px !important;
        }
}

@media (max-width: 991px) {
    .box-phuongthucthanhtoan {
        padding: 0 10px;
    }

    .product_cart img {
        float: none !important;
        margin: 10px auto !important;
        display: block;
    }

    .product_cart > div {
        float: none !important;
        margin: 0px !important;
    }

    .list-social {
        float: none;
        margin: 10px auto;
    }

    .ft-left {
        text-align: center;
        font-size: 14px;
    }

    .pd2-30 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pd-30 {
        padding-top: 0px;
        padding-bottom:0px;
    }

    #header-site {
        position: relative;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

        .row [class*="col-"] {
            padding-left: 10px;
            padding-right: 10px;
        }
}

@media (max-width: 767px) {
    .wp-item-tinpage .text-item-tin-page {
        width: 100%;
        padding-left: 0px;
        padding-top: 10px;
    }

    .wp-item-tinpage .img-item-tin-page {
        width: 100%;
    }

    .wp-main-ctsp .img-ctsp {
        width: 100%;
    }

    .wp-main-ctsp .text-ctsp {
        width: 100%;
        padding-left: 0px;
        padding-top: 10px;
    }

    .wp-item-video iframe {
        height: 150px;
    }

    .wp-title2 .h2-title {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .wp-title .h2-title {
        font-size: 18px;
    }

    .wp-tin-1 .img-tin1 {
        width: 100%;
    }

    .wp-tin-1 .text-tin1 {
        width: 100%;
        padding-left: 0px;
        padding-top: 10px;
    }

    .wp-item-video {
        margin-bottom: 10px;
    }
}
/* css memu mobie */
.wp-menu-mobile {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    z-index: 9;
}

span.bar {
    display: block;
    width: 38px;
    height: 3px;
    background-color: #14498b;
    margin: 5px 0;
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
}

.backdrop__body-backdrop___1rvky {
    visibility: hidden;
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.55);
    z-index: 9999;
    transition: opacity .5s ease;
}

    .backdrop__body-backdrop___1rvky.active {
        transition: opacity .5s ease;
        visibility: visible;
        opacity: 1;
    }

.mobile-main-menu {
    height: 100%;
    overflow-y: auto;
    position: fixed;
    background-color: #067273;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    z-index: 999999 !important;
    top: 0 !important;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

    .mobile-main-menu.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        width: calc(100% - 25%);
        max-width: 350px;
    }

    .mobile-main-menu .drawer-header {
        background-color: #f72b3f;
    }

        .mobile-main-menu .drawer-header .drawer-header--auth {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            margin: 0px 16px;
            margin-top: 0;
            padding: 15px 0;
        }

            .mobile-main-menu .drawer-header .drawer-header--auth ._object {
                width: 40px;
                height: 40px;
                margin-right: 16px;
                border-radius: 50%;
                overflow: hidden;
            }

            .mobile-main-menu .drawer-header .drawer-header--auth ._body {
                color: #fff;
                font-size: 12px;
            }

    .mobile-main-menu .ul-first-menu {
        padding-top: 8px;
        padding-bottom: 8px;
        flex-grow: initial;
        flex: 1 1 auto;
        margin: 0;
        padding: 0;
        position: relative;
        list-style: none;
        border-bottom: 1px solid rgba(0,0,0,0.12);
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .mobile-main-menu .ul-first-menu li {
            display: flex;
            position: relative;
            align-items: center;
            justify-content: flex-start;
            text-decoration: none;
            margin-right: 50px;
        }

            .mobile-main-menu .ul-first-menu li:last-child {
                margin-right: 0px;
            }

            .mobile-main-menu .ul-first-menu li a {
                display: block;
                padding: 5px 10px;
                color: rgba(0,0,0,0.87);
                width: 100%;
                line-height: 1.1;
            }

                .mobile-main-menu .ul-first-menu li a i {
                    width: 24px;
                    color: rgba(0,0,0,0.54);
                    height: 24px;
                    font-size: 20px;
                    flex-shrink: 0;
                    margin-right: 5px;
                }

    .mobile-main-menu .la-scroll-fix-infor-user {
        height: calc(100% - 263px);
        height: -moz-calc(100% - 263px);
        height: -webkit-calc(100% - 263px);
        height: -o-calc(100% - 263px);
        overflow: auto;
    }

        .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-title-nav-items {
            padding: 10px;
            color: #757575;
            font-size: 14px;
            text-transform: uppercase;
            padding-bottom: 0;
        }

        .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items {
            position: relative;
            overflow-y: auto;
        }

            .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li {
                width: 100%;
                float: left;
                padding: 0px;
                border-bottom: 1px solid #f3b94d;
                position: relative;
                overflow: hidden;
            }

                .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li a {
                    display: block;
                    color: #fff;
                    font-size: 14px;
                    width: 100%;
                    height: 100%;
                    padding: 10px 15px;
                    position: relative;
                }

            .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 a i,
            .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child2 a i {
                padding: 3px 0;
                position: absolute;
                right: 10px;
                top: 50%;
                transform: translate(0, -50%);
                height: 25px;
                width: 25px;
                line-height: 25px;
                text-align: center;
            }

                .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 a i.active:before,
                .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child2 a i.active:before {
                    content: "\f068";
                }

            .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 {
                padding-left: 10px;
                display: none;
            }

                .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 li {
                    border: none;
                }

                .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 .ul-has-child2 {
                    padding-left: 20px;
                    display: none;
                }

                .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 li {
                    border: none;
                }

.navbar-toggle .icon-bar {
    background: #f3b94d;
}

@media (max-width: 991px) {
    #trigger-mobile {
        float: left;
        margin: 0;
        padding: 0;
        text-align: left;
    }
}
.list-gocnhin li figure {
    margin-right: 10px;
    float: left;
    width: 100px;
    background: #eee;
    height: 68px;
}

    .list-gocnhin li figure img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    /*CSS 22-12-2020*/
    .wp-right-sec > div .wp-img-side1 img {
    height: auto !important;
}