:root {
    --base-color: #2e5fab;
    --base-light-color: #457fda;
    --primary-color: #d78901;
}

.main-content input, .main-content label, .main-content span, .main-content select, .main-content div, .main-content li, .main-content a, .main-content td {
    color: #616161;
}

body {
    background: #ebebeb;
    font-family: 'Roboto', sans-serif;

}

#main_body {
}

img {
    max-width: 100%;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
}

ul {
    padding: 0;
}

ul li {
    list-style-type: none;
}

.dropdown-menu {
    min-width: 100%;
}

.page-banner {
    display: block;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .page-banner {
        display: none;
    }
}

.page-banner img {
    width: 100%;
}

.form-control:not(textarea) {
    box-shadow: none;
    height: 38px !important;
    line-height: 38px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.form-control:focus {
    box-shadow: none;
}

#headerTop .topRight {
    text-align: right;
}

#headerTop {
    background: #262626;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    width: 100%;
    z-index: 1000;
    position: fixed;
    top: 0;
}

#headerTop .logo img {
    max-width: 100%;
    max-height: 42px;
}

#headerTop .topRight .dangtin {
    color: #333;
    padding-left: 25px;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
    margin-right: 10px;
}

#headerTop .topRight .dangtin:hover {
    color: red;
}

#headerTop .topRight .btndangnhap {
    color: #fff;
    font-size: 20px;
}

#headerMenu {
    background: red;
    z-index: 999;
    position: fixed;
    top: 42px;
    width: 100%;
    margin-bottom: 8px;
    transition: all 0.7s;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

.navbar {
    min-height: 40px;
    margin-bottom: 0;
}

#page-header {
    background: #ffffff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#page-header > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#page-header > .container #menu {
    display: flex;
    flex: 0 0 100%;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    #page-header .navbar-default {
        position: static;
    }

    .navbar-toggle {
        display: block !important;
    }

    #main-menu {
        position: absolute;
        top: 100%;
        background: white;
        left: 0;
        right: 0;
        width: 100%;
        height: calc(100vh - 50px);
        padding: 0 15px;
        border: none;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        -webkit-transition: all .24s ease-in-out;
        -moz-transition: all .24s ease-in-out;
        -ms-transition: all .24s ease-in-out;
        -o-transition: all .24s ease-in-out;
        transition: all .24s ease-in-out;
    }

    #main-menu.nav-show {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    #main-menu .navbar-nav {
        margin: 0;
    }

    #page-header > .container #menu {
        flex: 0 0 100%;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-toggle {
        margin-right: 0;
    }

}


@media screen and (min-width: 1025px) {
    .navbar .navbar-nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }

    .row-top-page {
        display: flex
    }
}

.navbar-brand {
    height: 40px;
    padding: 10px 15px;
    line-height: 20px;
    color: #fff;
}

.navbar-nav > li > a {
    padding: 10px 15px;
    line-height: 20px;
    color: #fff;
}

.box-authentication .nav > li > a:focus, .box-authentication .nav > li > a:hover {
    background: #eee;
}

#searchIndex {
    min-height: 300px;
    position: relative;
}

#searchIndex .info_user {
    width: 160px;
    height: 160px;
    position: absolute;
    top: 150px;
    z-index: 2;
}

#searchIndex .info_user_phone {
    background: rgba(129, 180, 65, 0.57);
    width: 100%;
    position: absolute;
    bottom: 25px;
}

#searchIndex .info_user_phone a {
    color: #fff;
}

#searchIndex .info_user_phone a:hover {
    color: #0088cc;
}

.select2.select2-container {
    width: 100% !important;
    font-size: 13px;
}

.select2-container .select2-selection--single {
    height: inherit !important;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    height: 31.8px;
    padding: 0 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.searchRow {
    clear: both;
    margin: 0 -5px;
}

.searchItem {
    padding: 0 5px;
}

.searchDiv {
    position: relative;
    min-height: 300px;
    padding-top: 60px
}

#searchBox {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 25px 10px 25px 10px;
}

.m_search_title {
    display: none;
}

.btnSearchMore {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

.searchMore {
    overflow: hidden;
    margin: 0 -5px;
    margin-top: 15px;
    transition: all 1s;
}

.btnSearchMore:after {
    /*position: absolute;*/
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f078";
    /*right: 0;*/
    /*top: calc(50% - 7px);*/
}

.drdtaikhoan .dropdown-toggle,
#btn-open-dk,
#btn-open-dn {
    color: #fff;
    padding: 0 10px;
}

#btn-open-dk i,
#btn-open-dn i {
    font-size: 20px;
    margin-top: 2px;
}

.hideDM {
    display: none;
}

#headerMenu .navbar {
    border: none;
}

#headerMenu .navbar .container-fluid {
    padding: 0;
}

#headerMenu .navbar-collapse {
    padding: 0;
}

#headerMenu .navbar-nav > li > a {
    padding: 0 15px;
    line-height: 40px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu:hover {
    background: #f5f5f5;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: -1px;
    border-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ccc;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.content-page {
    padding: 30px 0;
}

/*index*/
.divVip {
    position: relative;
    background: #E8F8FF;
    padding: 5px 0;
}

.divVip .navControl {
    padding: 0 5px;
    color: #de4b03;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
}

.divVip .navControl-next,
.divVip .navControl-prev {
    position: absolute;
    top: 5px;
    opacity: 1;
    cursor: pointer;
    height: 22px;
    right: 10px;
    background: none;
}

.divVip .navControl-next i,
.divVip .navControl-prev i {
    text-align: center;
    font-weight: bold;
    color: #de4b03;
    width: 25px;
    border: 1px solid #de4b03;
    line-height: 18px;
    font-size: 20px;
}

.divVip .navControl-prev {
    right: 38px;
    left: inherit;
}

.tab-pane .swiper-container {
    padding: 5px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.swiper-slide {
    /*text-align: center;*/
    /*font-size: 18px;*/
    /*background: transparent;*/
    /*!* Center slide text vertically *!*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*justify-content: center;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*-webkit-align-items: center;*/
    /*align-items: center;*/
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    top: 0;
    height: 100%;
    margin-top: 0;
    width: 40px;
}

.box-vip {
    text-align: left;
    font-size: 13px;
}

.box-vip .vip-title span {
    background-color: #FBBC05;
    color: #fff;
    font-size: 8px;
    left: 0;
    top: -2px;
    margin-right: 8px;
    text-transform: uppercase;
    padding: 0 5px;
    height: 14px;
    line-height: 14px;
    z-index: 99;
    display: inline-block;
    position: relative;
    font-weight: bold;
}

.box-vip .label-vip:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: 7px solid #FBBC05;
    border-width: 7px 8px 7px 6px;
    right: -14px;
    top: 0;
    border-color: transparent transparent transparent #FBBC05;
    position: absolute;
}

.box-vip .vip-title a {
    font-size: 12px;
    color: #0080FF;
    line-height: 16px;
    font-weight: 600;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.box-vip .vip-title a:hover {
    color: #FF842B;
}

.box-vip .vip-img {
    font-size: 12px;
    margin: 5px 0;
}

.box-vip .vip-info {
    color: #384959;
}

.box-vip .vip-gia b {
    color: #de4b03;
}

.main-content {
    margin-top: 30px;
    margin-bottom: 30px;
}

/*======================Back link===========================*/
.backlink {
    margin: 5px auto;
    padding: 0px 3px;
    max-width: 100%;
    background: url(../images/nav_menu.png) repeat-x;
    height: 39px;
    border: 1px solid #f6f4f4;
    border-bottom: none;
    border-radius: 0;
    overflow: hidden;
}

.ten_left a {
    height: 38px !important;
}

.backlink li {
    display: none;
}

.backlink li img {
    float: left;
    width: 20px;
    /*margin-top: 2px;*/
}

.backlink li.backlink_li {
    display: block;
    float: left;
    line-height: 18px;
    background-image: url(../images/line_nav.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 9px 25px 12px 10px;
    font-weight: bold;
    font-size: 13px;
}

.backlink a {
    color: #555;
    padding: 0px 3px;
    white-space: nowrap;
}

.backlink h3 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
}

.backlink a:hover {
    color: #ff842b;
}

/* Chi tiet */

.detailspost {
    clear: both;
}

#lienhe.active {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}

#lienhe img {
    margin: 15px 0;
    max-width: 200px;
    width: 50%;
    border: 1px solid #dedede;
    height: auto;
}

#lienhe p a {
    border-bottom: 1px solid #dedede;
    line-height: 16px;
    padding: 10px 0;
}

.detail-title h3 {
    margin: 0;
    padding-top: 5px;
    background-color: #E5F9E7;
    font-size: 16px;
    font-weight: bold;
    color: red;
}

@media screen and (max-width: 480px) {
    .details-page {
        display: flex;
        flex-direction: column;
    }

    .details-page .col-right {
        margin: 15px 0;
    }

    .col-right {
        margin-top: 30px;
    }

}

.col-right .col-right-featured-services {
    margin-top: 30px;
}

.col-right .col-right-featured-services .featured-services__list {
    margin-top: 30px;
}

.col-right .product-item__prop-list li {
    font-size: 13px;
    flex: 1 1 auto;
    line-height: 15px;
    height: 15px;
    margin-bottom: 5px;
}

.col-right .product-item__prop-list li:last-child {
    margin-bottom: 0;
}

.col-right .product-item--horizontal .product-item__body {
    padding: 10px;
}

.col-right .product-item__address {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.col-right .product-item--horizontal .product-item__title {
    margin-bottom: 5px;
}

.col-right .product-item--horizontal .product-item__header {
    height: 118px;
    flex: 0 0 118px;
}

.col-right .product-item--horizontal {
    background: #ebebeb;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.col-right .product-item--horizontal:last-child {
    margin-bottom: 0;
}

.col-right .product-item--horizontal:hover {
    background: #ebebeb;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.col-right .product-item--horizontal .product-item__address {
    border-color: #ffffff;
}

.details-page .detail-title {
    margin: 0;
    padding: 10px 20px;
    font-size: 19px;
    background-color: #E5F9E7;
    overflow: hidden;
    text-overflow: ellipsis;
}

.col-right-featured-services {
    background: #ffffff;
    padding: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
}

.details-page .divVip .detail-title {
    padding: 0;
}

.col-image-thumb .nav-tabs {
    border-bottom: 0 !important;
    position: absolute;
    bottom: 100%;
    left: 15px;
}

.details-page .nav-tabs > li {
    margin: 0;
    margin-top: -1px;
}

.details-page .nav-tabs > li.active > a, .details-page .nav-tabs > li.active > a:focus, .details-page .nav-tabs > li.active > a:hover {
    border-bottom-color: #ddd;
    border-top-color: #fff;
    background: #fff !important;
}

.details-page .nav-tabs > li:first-child > a {
    border-left: 0;
}

.details-page .nav-tabs > li > a {
    background: #f0f0f0;
    border-radius: 0;
    line-height: 40px;
    padding: 10px;
    color: var(--base-color);
}

.wrap {
    background-color: #E5F9E7;
    margin-top: 10px;
    margin-bottom: 15px;
}

.wrap .title {
    float: left;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 0 0 4px;
    font-size: 14px;
    line-height: 40px;
    color: #394041;
}

.wrap .price {
    background: url(../images/arrow-black.png) no-repeat left 0px;
    float: right;
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 20px;
    line-height: 27px;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

.wrap .price span {
    display: block;
    background-color: red;
    margin-right: 1px;
    color: #fff;
    line-height: 40px;
}

.wrap .price span:last-child {
    padding-right: 20px;
    display: block;
    background-color: #ed1c24;
    margin-right: 1px;
    color: #fff;
    line-height: 40px;
}

.detail_info {
    border: 1px solid #ddd;
}

.elm {
    display: inline-block;
    /*border-right: 1px solid #ddd;*/
    padding: 7px 15px;
    color: #394041;
}

.details-page .userInfo {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.details-page .userInfo img {
    width: 90px;
    float: left;
    margin-right: 15px;
}

.detailspost i {
    color: #777;
    margin-right: 5px;
}

#lienhe h3,
.userInfo .userName h3 {
    text-transform: capitalize !important;
    margin: 0;
    font-size: 18px;
    display: inline-block;
    color: #337ab7;
}

.userInfo .phone_ll {
    border: 1px solid #ccc;
    background: #f0f0f0;
    border-radius: 3px;
    display: block;
    width: 150px;
    float: left;
    text-align: center;
    font-size: 18px;
    padding: 3px 0;
}

.userInfo .phone_ll i {
    color: red !important;
    font-size: 16px !important;
}

.detailspost .address_ll {
    color: #394041;
    margin: 5px 0 0 0;
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.search-details-page {
    border: 1px solid #ddd;
    color: #7b8283;
    padding: 5px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.search-details-page .title_search {
    font-size: 17px;
    height: 35px;
    line-height: 35px;
    color: #555;
}

.search-details-page .select2-container {
    margin-bottom: 5px;
}

.search-details-page .btn_search_listing {
    margin-top: 10px;
    padding: 0 2px;
}

.search-details-page .btn_search_listing input {
    background-color: #F3F2E4;
    color: #7b8283;
    border: solid 1px #ccc;
    border-radius: 3px;
    margin-top: 2px;
    display: block;
    width: 100%;
    height: 43px;
    padding: 0 15px;
    font-size: 18px;
}

.tindacbiet h3 {
    border-bottom: 1px solid red;
}

.tindacbiet h3 span {
    display: inline-block;
    background: red;
    padding: 0 10px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    position: relative;
    z-index: 10;
    text-transform: uppercase;
    font-size: 17px;
}

.tindacbiet h3 span:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
    right: -15px;
    z-index: -1;
    background: red;
    -moz-transform: rotate(0deg) scale(1, 1) skewX(40deg) skewY(0deg) translate(0, 0);
    -webkit-transform: rotate(0deg) scale(1, 1) skew(40deg, 0deg) translate(0, 0);
    -o-transform: rotate(0deg) scale(1, 1) skew(40deg, 0deg) translate(0, 0);
    -ms-transform: rotate(0deg) scale(1, 1) skew(40deg, 0deg) translate(0, 0);
    transform: rotate(0deg) scale(1, 1) skew(40deg, 0deg) translate(0, 0);
}

/* taikhoan page */
.menuLeft {
    margin: 0;
    padding: 20px 10px;
}

.menuLeft li a {
    padding: 5px 10px;
    color: #46484a;
    display: block;
    font-size: 13px;
}

.menuLeft li a i {
    color: #999;
    margin-right: 5px;
    font-size: 15px;
    width: 1.28571429em;
}

.menuLeft li a.active i {
    color: #fff;
}

.menuLeft li a.active {
    background-color: #357ebd;
    color: #fff;
}

.select-group {
    display: table;
    width: 100%;
}

.select-group input.form-control {
    /*float: left;*/
    /*width: 75%;*/
    /*max-width: calc(100% - 100px);*/
    /*border-top-left-radius: 0;*/
    /*border-bottom-left-radius: 0;*/
    display: table-cell;
    width: calc(100% - 90px);
}

.select-group select.input-group-addon {
    /*float: right;*/
    /*width: 25%;*/
    /*min-width: 100px;*/
    /*border-top-right-radius: 0;*/
    /*border-bottom-right-radius: 0;*/
    display: table-cell;
    width: 90px;
    height: 34px;
}

.dropzone .dz-preview .dz-image img {
    max-width: inherit;
}

/* footer */
#footer {
    background-color: #333333;
    padding: 20px 0;
    margin-top: 15px;
}

#footer i {
    width: 16px;
    color: #f3f6fb;
}

#footer h1, h2, h3, h4, h5 {
    margin-top: 0;
}

#footer h1 {
    font-size: 16px;
    color: red;
}

#footer h2,
#footer h3,
#footer h4 {
    font-size: 14px;
    color: #f3f6fb;
}

#footer h5 {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 5px;
}

#footer .introduce-title {
    font-size: 16px;
    color: #f3f6fb;
}

#footer ul {
    padding-left: 20px;
    margin: 0;
    margin-top: 10px;
}

#footer ul > li {
    position: relative;
}

#footer ul > li:before {
    position: absolute;
    content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
    top: calc(50% - 6.3px);
    left: -15px;
    color: red;
}

#footer .social a {
    color: #79b8ef;
    font-size: 25px;
    margin-right: 5px;
}

#footer .social a:hover {
    color: #5b85a9;
}

.scroll_top {
    width: 34px;
    height: 34px;
    position: fixed;
    display: none;
    border-radius: 50%;
    font-size: 0;
    z-index: 9999;
    right: 23px;
    bottom: 125px;
    background: #666;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .scroll_top {
        right: 15px;
    }
}

@media (max-width: 1024px) {
    .scroll_top {
        bottom: 160px;
    }
}

.scroll_top:hover {
    background: red;
}

.scroll_top:before {
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: block;
}

.tabFixed > .fixedTab {
    position: fixed;
    z-index: 2;
    top: 42px;
    left: 0px;
    width: 100%;
    background: #fff;
    margin-top: 0 !important;
}

.tabFixed > .fixedTab1 {
    position: fixed;
    z-index: 2;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    margin-top: 0 !important;
}

.more-contents {
    padding-top: 50px;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    display: none;
}

.chat-fb {
    background: red;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999;
    overflow: hidden;
    width: 200px;
    border-radius: 0 5px 0 0;
    color: #fff !important;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.chat-fb a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px !important;
    font-family: Arial;
    color: #fff !important;
    margin: 0 !important;
    background-color: red;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    display: block;
    position: relative;
}

.chat-fb a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f086";
}

.editQuanTri {
    position: fixed;
    left: 5px;
    z-index: 30;
    top: 40%;
}

.editQuanTri ul {
    padding: 0;
    margin: 0;
}

.editQuanTri ul li a {
    display: block;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    margin-bottom: 5px;
}

img.swiper-lazy,
img.lazy {
    background-image: url('../images/loading.gif');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 50% 50%;
    color: transparent;
    max-height: 100px;
}

.dataTables_processing {
    z-index: 2;
}

.btnSeachAction {
    /*background: #029c7d;*/
    border: none;
}

.tabIndex > li a.view_all {
    color: red;
    padding-left: 25px;
}

.recaptcha div {
    margin-left: auto;
    margin-right: auto;
}

button.disabled {
    pointer-events: all !important;
}

#about-crb {
    padding: 0 10px;
    margin-top: 100px;
}

#about-crb li {
    list-style: none;
    border-bottom: 1px solid #f1f2f2;
    padding: 5px 0;
    position: relative;
}

#about-crb li.active::before {
    content: "";
    background: #8dc63f;
    width: 2px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translate(-50%, -50%);
}

#about-crb li i {
    width: 15px;
    font-size: 12px;
    color: #6d6e71;
}

#about-crb li a {
    color: #6d6e71;
    font-size: 13px;
}

#about-crb li.active a {
    color: #8dc63f;
}

.content_user_page {
    margin-top: 15px;
}

.info_user_name {
    font-size: 21px;
    margin-bottom: 0;
}

.info_user_sdt,
.info_user_sdt a {
    color: #939598;
    font-size: 12px;
    margin-bottom: 0;
}

.post_content {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    background: #ffffff;
    border: 1px solid #f1f2f2;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.11);
    padding: 5px;
}

.tieude_user_page {
    font-weight: bold;
    color: #81b441;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.3;
}

.tieude_user_page:hover {
    color: #149AC9;
}

.slanh {
    position: absolute;
    padding-top: 15%;
    top: 0;
    right: 0;
    color: white;
    width: 100%;
    background-color: rgba(91, 91, 91, 0.5);
    height: 102%;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
}

.navbar {
    min-height: inherit;
}

.navbar-default {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: none;
}

.container-fluid {
    padding: 0;
}

.navbar-collapse {
    padding: 0;
}

.navbar-default .navbar-nav > li > a {
    color: var(--base-color);
    font-weight: bold;
    font-size: 14px;
    line-height: 2rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    -webkit-transition: all .16s ease-in-out;
    -moz-transition: all .16s ease-in-out;
    -ms-transition: all .16s ease-in-out;
    -o-transition: all .16s ease-in-out;
    transition: all .16s ease-in-out;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.navbar-nav > li:hover > a {
    background-color: var(--base-color) !important;
    color: #ffffff !important;
}

@media screen and (max-width: 1024px) {
    .navbar-default .navbar-nav > li > a {
        height: 4rem;
        line-height: 2rem;
        justify-content: flex-start;
        padding: 0;
        font-weight: normal;
        color: #333333;
        border-bottom: 1px solid #ebebeb;
        font-size: 16px;
    }

    .navbar-nav > li:hover > a {
        background: #ffffff !important;
        color: var(--base-color) !important;
    }
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: #2795f0;
    color: #fff;
}

.navbar-brand {
    height: inherit;
    line-height: 29px;
    color: var(--base-color) !important;
    padding: 0 10px;
    font-size: 20px;
}

.dropdown-submenu:hover > .dropdown-menu,
.navbar-nav > li > .dropdown-menu {
    background: white;
    padding: 0;
}

.navbar-nav > li > .dropdown-menu a {
    border-bottom: 1px solid #e9ebec;
    border-top-width: 0;
    font-size: 14px;
    margin: 0;
    padding: 1rem;
    border-right: none;
    border-left: none;
    font-weight: bold;
}

#header {
    position: relative;
}

.box_header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}

.box_header a {
    color: var(--base-color);
    padding: .5rem .5rem;
    display: block;
    position: relative;
}

.box_header div a::after {
    content: '';
    background: var(--base-color);
    display: block;
    position: absolute;
    height: 60%;
    width: 1px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) skewY(10deg);
    -moz-transform: translateY(-50%) skewY(10deg);
    -ms-transform: translateY(-50%) skewY(10deg);
    -o-transform: translateY(-50%) skewY(10deg);
    transform: translateY(-50%) skew(-10deg);
}

.box_header > #dangtin a::after {
    display: none !important;
}

@media screen and (max-width: 480px) {
    .box_header > #dangnhap a::after {
        display: none;
    }
}

/*.box_header div:nth-child(2) a {*/
/*    border-width: 0 1px 0 1px;*/
/*    border-style: solid;*/
/*    border-color: #aaaaaa;*/
/*}*/
.box_header a:hover {
    color: #000;
}

#dangky, #dangnhap, #dangtin, #hoidap, #dangxuat, #taikhoan {

}

#footer1 {
    display: inline-block;
    width: 100%;
    background: #EDEDED;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    margin-top: 10px;
    padding: 20px 10px;
}

.col-searchbox {
    display: flex;
}

.col-searchbox .search_box {
    display: flex;
    width: 100%;
    flex-direction: column;
}

@media screen and (min-width: 992px) {

    .col-searchbox {
        padding-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .col-searchbox {
        margin-bottom: 15px;
    }
}

.title_search {
    /*background: url(../images/congcutimkiem.png) no-repeat rgba(0, 0, 0, 0);*/
    cursor: default;
    font-size: 14px;
    font-weight: 700;
    padding: 0.8rem 1.5rem;
    margin-bottom: .8rem;
    text-align: left;
    text-transform: uppercase;
    border-left: 3px solid var(--base-color);
    display: flex;
    align-items: center;
    color: var(--base-color);
}

.search_box .nav-tabs {
    border-bottom: none;
}

.search_box .nav-tabs > li {
    margin-right: 5px;
    margin-bottom: -2px;
}

.search_box .nav-tabs > li:hover a {
    border: none;
}

.search_box .nav-tabs > li:last-child {
    margin-right: 0;
}

.search_box .nav > li > a {
    padding: 10px;
    color: var(--base-color);
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    margin: 0;
    background: #ffffffb3;
    border: none;
    -webkit-box-shadow: 0 -1px 3px 0px rgba(0, 0, 0, 0.09), 0 -1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 -1px 3px 0px rgba(0, 0, 0, 0.09), 0 -1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -1px 3px 0px rgba(0, 0, 0, 0.09), 0 -1px 1px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.search_box .nav > li:hover > a {
    background: #ffffff;
}

.search_box select.form-control {
    padding: 3px 10px;
    height: 27px;
    margin-bottom: 10px;
}

.search_box .body_search {
    padding: 10px;
    height: 100%;
    background: #ffffff;
    border-radius: 0 6px 6px 6px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.chitiet-right-container .search_box .body_search {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.search_box .nav > li > a:focus {
    background: transparent;
    font-weight: bold;
}

.search_box .nav-tabs > li.active > a,
#navindex > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background: #fff;
    font-weight: bold;
    border-style: solid;
    border-width: 3px 0 0 0;
    border-color: var(--base-color);
}

.search_box button {
    /*background: url(../images/timkiem.jpg) no-repeat rgba(0, 0, 0, 0);*/
    border: none;
    height: 35px;
    width: 105px;
    background: var(--base-color);
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.search_box button:hover {
    background: #457fda;
}

.tin_index {
    padding-bottom: 3px;
    margin: 0 0 15px 0;
}

@media screen  and (max-width: 1024px) {
    .tin_index {
        position: sticky;
        top: 64px;
        z-index: 9;
        width: max-content;
    }

    .tin_index .tt_tin {
        background: #ebebeb;
        -webkit-border-radius: 0 0 6px 0px;
        -moz-border-radius: 0 0 6px 0px;
        border-radius: 0 0 6px 0px;
    }
}

.details-page .tin_index {
    margin-top: 0;
}

.tt_tin {
    color: var(--base-color);
    font-size: 2rem;
    font-weight: bold;
    border-left: 3px solid var(--base-color);
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
}

.tt_tin span {
    color: tomato;
}

.line-clamp {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;

}

.line-clamp.line-clamp-1 {
    line-height: 20px;
    height: 20px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.row-home-list-product {
    display: flex;
}

@media screen and (max-width: 480px) {
    .row-home-list-product {
        display: block;
    }
}

.product-item {
    background: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 62px;
    border-radius: 6px;
    margin-bottom: 15px;
    -webkit-transition: all .24s ease-in-out;
    -moz-transition: all .24s ease-in-out;
    -ms-transition: all .24s ease-in-out;
    -o-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
    /*-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/
    /*-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/
}

.related-product .product-item {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.product-item:hover {
    /*-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);*/
    /*-moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);*/
    /*box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);*/
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.related-product .product-item:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.product-item__header {
    display: block;
    width: 100%;
    height: 262px;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.related-product .product-item__header {
    height: 230px;
}

.product-item__header img, .product-item__seller__info__avatar img {
    width: 100%;
    max-height: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-item__body {
    padding: 10px;
}

.product-item__address {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}

.product-item__address p {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    margin-bottom: 0;
    overflow: hidden;
    color: #333333;
}

.product-item__prop-list {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 10px;
}

.product-item__prop-list li {
    flex: 1 1 auto;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.product-item__prop-list li.product-item__prop-list__area {
    flex: 0 0 100%;
}

@media screen and (max-width: 480px) {
    .product-item__prop-list li.product-item__prop-list__area {
        display: none;
    }

    .row-tin-vip .product-item__prop-list li.product-item__prop-list__area {
        display: flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        flex-wrap: nowrap;
        font-size: 14px;
    }
}

.product-item__prop-list li .fa {
    color: var(--base-color);
    margin-right: 3px;
    width: 10px;
}

.product-item__prop-list li:nth-child(2n) {
    justify-content: flex-end;
}

.product-item__title {
    margin-bottom: 10px;
}

.product-item__title a {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 1.6rem;
    line-height: 2.1rem;
    height: 4.2rem;
    overflow: hidden;
    color: var(--base-color);
    font-weight: bold;
}

.product-item__seller {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.product-item__seller__info {
    display: flex;
    flex: 0 0 85%;
    align-items: center;
}

.product-item__seller__info a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    color: #333333;
    text-transform: capitalize;
}

.product-item__seller__info__avatar {
    display: inline-block;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 5px;
}

.product-item__seller__phone {
    display: flex;
    flex: 0 0 15%;
    justify-content: center;
    align-items: center;
}

.product-item__seller__phone a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--base-color);
    color: white;
    -webkit-transition: all .24s ease-in-out;
    -moz-transition: all .24s ease-in-out;
    -ms-transition: all .24s ease-in-out;
    -o-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
}

.product-item__seller__phone a:hover {
    background: #ff745b;
}

.product-item--horizontal {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: 100%;
}

.row-tin-vip .tin_dong {
    position: relative;
}

.row-tin-vip .tin_dong .fa-star {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #ff6a00;
    padding: 5px;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.product-item--horizontal .product-item__header {
    display: flex;
    flex: 0 0 190px;
    height: 190px;
}

.details-page .product-item--horizontal .product-item__header {
    height: 165px;
}

.product-item--horizontal .product-item__body {
    display: flex;
    flex: 1 1 auto;
    padding: 15px;
    flex-direction: column;
}

.product-item--horizontal .product-item__title {
    margin-bottom: 10px;
}


.product-item--horizontal .product-item__address p {
    font-size: 15px;
}

.product-item--horizontal .product-item__title a {
    font-size: 1.8rem;
    line-height: 2.2rem;
    height: 2.2rem;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.product-item--horizontal .product-item__prop-list {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.product-item--horizontal .product-item__prop-list li:nth-child(2n) {
    justify-content: flex-start;
}

.product-item__tag-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.product-item__tag-list li a {
    display: block;
    background: var(--primary-color);
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 5px;
    margin-right: 5px;
    text-transform: uppercase;
}

.product-item__tag-list li:last-child a {
    margin-right: 0;
}

.product-item--horizontal .product-item__header {
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}

.search-page .product-item__header {
    height: 190px;
}

@media screen and (max-width: 480px) {
    .product-item__header {
        height: 270px;
    }

    .related-product .product-item__header {
        height: 170px;
    }

    .search-page .product-item__header {
        height: 170px;
    }

    .search-page .product-item__seller {
        flex-direction: column;
    }

    .product-item__title {
        margin-bottom: 6px;
    }

    .product-item__title a {
        font-size: 18px
    }

    .product-item__address {
        padding-bottom: 6px;
        margin-bottom: 6px;
    }

    .product-item__prop-list li {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .product-item__prop-list {
        margin-top: 4px;
    }

    .product-item__seller__info__avatar {
        width: 10px;
        height: max-content;
    }

    .row-tin-vip .product-item__seller__info__avatar img {
        display: none;

    }

    .search-page .product-item__seller__info__avatar {
        width: 30px;
        height: 30px;
    }

    .product-item__seller__info {
        flex: 100%;
    }

    /*.row-tin-vip .product-item__seller__info {*/
    /*    flex: 0 0 80%*/
    /*}*/
    .search-page .product-item__seller__info {
        margin-bottom: 6px;
    }

    .product-item__seller__info a {
        font-size: 12px;
        height: auto;
    }

    .search-page .product-item__seller__info a {
        font-size: 12px;
    }

    .product-item__seller__phone a {
        width: 120px;
        height: 30px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        border-radius: 24px;
    }

    .product-item--horizontal .product-item__header {
        height: 110px;
        flex: 0 0 110px;
    }

    .row-tin-vip .product-item--horizontal .product-item__header {
        height: 148px;
        flex: 0 0 148px;
    }

    .product-item--horizontal .product-item__body {
        padding: 5px 10px;
    }

    .product-item--horizontal .product-item__title {
        margin-bottom: 6px;
    }

    .product-item--horizontal .product-item__title a {
        font-size: 1.4rem;
        line-height: 2rem;
        height: 4rem;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .product-item--horizontal .product-item__address p {
        font-size: 14px;
    }

    .row-home-list-product .product-item__tag-list {
        justify-content: center;
        display: none;
    }

    .row .col-xs-6:nth-child(2n) {
        padding-left: 7.5px;
    }

    .row .col-xs-6:nth-child(n) {
        padding-right: 7.5px;
    }
}

.chitiet-right-container {
    margin-bottom: 15px;
}

#search_text {
    line-height: 27px;
    height: 27px;
    padding: 0 12px;
    font-size: 13px;
    margin-bottom: 10px
}

.viewMore {
    color: #333
}

.viewMore:hover {
    color: #0088cc
}

.view-more-btn {
    background: var(--base-color);
    color: #fff;
    -webkit-transition: all .24s ease-in-out;
    -moz-transition: all .24s ease-in-out;
    -ms-transition: all .24s ease-in-out;
    -o-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
    margin-bottom: 30px;
}

.view-more-btn:hover {
    background: var(--base-light-color);
    color: #fff;
}

.col-home-news {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-news-container {
    background: white;
    height: 100%;
    padding: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.home-news-container .post-item {
    background: #f1f1f1;
}

.post-item__content {
    color: #333333;
    display: flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    margin-bottom: 0;
}

.col-featured-services {
    padding-left: 0;
    display: flex;
}

@media screen and (max-width: 1024px) {
    .col-featured-services {
        padding-left: 15px;
    }

}

@media screen and (max-width: 480px) {
    .post-item__content {
        height: 40px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
}

.wrapper-post-item {
    padding: .5rem;
}

.post-item {
    display: flex;
    align-items: stretch;
    background: #ffffff;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.post-item .media-left {
    display: flex;
    flex: 0 0 160px;
    height: 160px;
    padding: 0;
}

.post-item .media-left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.post-item .media-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.post-item .media-body .media-heading {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    max-height: 66px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .post-item .media-left {
        height: 110px;
        flex: 0 0 110px;
    }

    .post-item .media-body {
        padding: .8rem;
    }

    .post-item .media-body .media-heading {
        font-size: 13px;
        height: 44px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
}

.post-list {

}

@media screen and (max-width: 480px) {
    .post-list {
        margin: 0;
    }
}

.post-list__wrapper {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    padding-left: 1em;
    border-bottom: 1px solid #cccccc;
}

.post-list__wrapper:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.post-list__wrapper::before {
    font-family: FontAwesome, serif;
    content: "\f101"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: var(--base-color); /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.post-list__item {
    font-size: 14px;
    color: #333333;
    font-weight: normal;
}

.footer-item--info .footer-item__list li {
    line-height: 20px;
    margin-bottom: 8px;
}

.footer-top {
    background: #f8f8f8;
    padding: 30px 0;
}

.footer-item__list {
    margin-bottom: 0;
}

.footer-item__list li {
    margin-bottom: 3px;
}

.footer-top .footer-item__title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-bottom {
    background: #ffffff;
    padding: 30px 0;
}

.footer-bottom .footer-item__title {
    font-size: 20px;
    margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
    .footer-bottom .footer-item__title {
        margin-top: 10px;
    }
}

.footer-bottom--places .footer-item__title {
    margin-top: 15px;
}

.footer-bottom__title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.footer-bottom .footer-item--info .footer-item__list li a {
    color: #333333;
}

.footer-bottom .footer-item--info .footer-item__list li .fa {
    color: var(--base-color);
    width: 20px;
    margin-right: 5px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}

.footer-bottom .footer-item--contact .form-group {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.footer-bottom .footer-item--contact .form-group input {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    border-right: none;
}

.footer-bottom .footer-item--contact .form-group .btn {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    border: 1px solid #CCCCCC;
}

/*.right-sidebar {*/
/*    position: -webkit-sticky;*/
/*    position: sticky;*/
/*    top: 115px;*/
/*    padding-bottom: 15px;*/
/*}*/

.partner {
    display: flex;
    align-items: stretch;
    margin-bottom: 15px;
    padding: 10px;
    background: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.partner__image {
    width: 70px;
    height: 70px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid var(--base-color);
}

.partner__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.partner__info {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    padding-left: 10px;
    justify-content: center;
}

.partner__info__name {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.partner__info__phone {
    display: flex;
    position: relative;
    align-items: center;
    font-size: 14px;
    color: var(--base-color);
    border: 1px solid var(--base-color);
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: max-content;
    -webkit-transition: all .23s ease-in-out;
    -moz-transition: all .23s ease-in-out;
    -ms-transition: all .23s ease-in-out;
    -o-transition: all .23s ease-in-out;
    transition: all .23s ease-in-out;
}

.partner__info__phone:hover {
    background: var(--base-color);
    color: white;
}

.right-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    border: 2px solid var(--base-color);
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    padding: 10px;
    -webkit-transition: all .24s ease-in-out;
    -moz-transition: all .24s ease-in-out;
    -ms-transition: all .24s ease-in-out;
    -o-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
    margin-bottom: 25px;
}

.right-cta p.title {
    font-size: 20px;
    margin-bottom: 0px;
    color: var(--base-color);
    font-weight: bold;
}

.right-cta .phone_num {
    color: #ff342c;
    font-size: 14px;
    margin-bottom: 0;
}

.right-cta:hover {
    -webkit-box-shadow: 0 0 8px 0px #948888;
    -moz-box-shadow: 0 0 8px 0px #948888;
    box-shadow: 0 0 8px 0px #948888;
}

.details-page #image-gallery {
    height: 365px !important;
}

.details-page #image-gallery > li {
    height: 100% !important;
}

.details-page #image-gallery > li img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.lSSlideOuter .lSPager.lSGallery img {
    height: 80px !important;
    width: 100% !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

.lSAction > a {
    width: 40px;
    height: 40px;
    border: 10px solid white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: white;
}

.lSAction > .lSNext {
    background-image: url(../img/arrow-left.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.lSAction > .lSPrev {
    background-image: url(../img/arrow-left.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.col-image-thumb {
    padding: 15px;
    margin-top: 60px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0 6px 6px 6px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

}

.product-detail--header {
    background: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.product-detail--header .divContent {
    padding: 5px 5px 0 5px;

}

.product-detail--wrapper {
    margin-top: 30px;
    background: #ffffff;
    padding: 15px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}


.product-detail--header .nav-tabs {
    border-bottom: 0 !important;
}

@media screen and (max-width: 480px) {
    .product-detail--header {
        margin-bottom: 30px;
    }
}

.details-page .nav-tabs > li {
    margin: 0;
}

.details-page .nav-tabs > li.active > a, .details-page .nav-tabs > li.active > a:focus, .details-page .nav-tabs > li.active > a:hover {
    border-bottom-color: #ddd;
    border-top-color: #fff;
    background: #fff !important;
}


.details-page .nav-tabs > li > a {
    background: #ffffff;
    border-radius: 0;
    line-height: 38px;
    padding: 10px;
    color: var(--base-color);
    border: none !important;
}

.details-page .nav-tabs > li > a:hover {
    border: none !important;
}

.details-page .nav-tabs > li:last-child > a {
    margin-right: 0;
}

.details-page .nav-tabs > li.active > a {
    color: var(--base-color);
}

.product-detail--header .nav-tabs > li {
    position: relative;
    margin-right: 0;
    border-bottom: 2px solid transparent;
}

.product-detail--header .nav-tabs {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.product-detail--header .nav-tabs > li:first-child {
    -webkit-border-radius: 0 0 0 6px;
    -moz-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.product-detail--header .nav-tabs > li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    height: 60%;
    width: 2px;
    background: #dfdfdf;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-detail--header .nav-tabs > li:last-child::after {
    display: none;
}

.product-detail--header .nav-tabs > li a {
    font-size: 16px;
    font-weight: bold;
}

.product-detail--header .nav-tabs > li.active {
    border-bottom-color: var(--base-color);
}

.product-detail--info {
    background: #ffffff;
    padding: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.product-detail__name {
    color: var(--base-color);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.product-detail__adress {
    margin-bottom: 15px;
    font-size: 14px;
}

.product-detail__prop-list {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.product-detail__prop-list li {
    display: flex;
    flex: 0 0 50%;
    align-items: center;
}

.product-detail__prop-list li > span {
    font-weight: bold;
    font-size: 15px;
}

.product-detail__prop-list li small {
    font-size: 12px;
    font-weight: normal;
}

.product-detail__prop-list .fa {
    color: var(--base-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    float: left;
}

@media screen and (max-width: 480px) {

}

.product-detail--seller {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ffffff;
    display: flex;
    align-items: stretch;
    margin-top: 30px;
    padding: 15px;
}

.product-detail--seller__image {
    display: flex;
    flex: 0 0 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--base-color);
    margin-right: 15px;
}

.product-detail--seller__image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-detail--seller__info {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}

.product-detail--seller__info__name {
    font-size: 18px;
    font-weight: bold;
}

.product-detail--seller__info__contact {
    display: flex;
    align-items: center;
}

.product-detail--seller__info__contact li {
    width: 50%;
}

.product-detail--seller__info__contact li a {
    display: flex;
    flex: 0 0 calc(50% - 10px);
    padding: 6px 10px;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    color: #ffffff;
    font-weight: bold;
    -webkit-transition: all .24s ease-in-out;
    -moz-transition: all .24s ease-in-out;
    -ms-transition: all .24s ease-in-out;
    -o-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
}

.product-detail--seller__info__contact__email a {
    margin-right: 5px;
    border: 1px solid var(--base-color);
    background: var(--base-color);
}

.product-detail--seller__info__contact__email a:hover {
    background: #ffffff;
    color: var(--base-color);
}

.product-detail--seller__info__contact__phone a {
    margin-left: 5px;
    border: 1px solid #e21921;
    background: #e21921;

}

.product-detail--seller__info__contact__phone a:hover {
    background: #ffffff;
    color: #e21921;
}

@media screen and (max-width: 480px) {

}

/*.product-detail--body {*/
/*    background: #ffffff;*/
/*    padding-top: 30px;*/
/*}*/
.product-detail-content-container {
    background: #ffffff;
    padding: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.product-detail__description__title {
    font-size: 20px;
    font-weight: bold;
    border-left: 3px solid var(--base-color);
    padding-left: 15px;
    margin-bottom: 15px;
}

.related-product {
    margin-top: 30px;
}

.post-detail-wrapper {
    background: #fff;
    padding: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
}

.post-detail__title {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333333;
}

.bvlq {
    margin-top: 30px;
}

.bvlq h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

.bvlq .post-list {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff;
    margin: 0;
    padding: 0;
}

.post-category__title {
    font-size: 24px;
    text-transform: uppercase;
    padding-left: 15px;
    border-left: 3px solid var(--base-color);
    margin-bottom: 30px;
}

.listbaiviet {
    display: flex;
    flex-wrap: wrap;
}

.bv-box {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid lightgrey;
    margin-bottom: 15px;
    -webkit-transition: all .24s ease-in-out;
    -moz-transition: all .24s ease-in-out;
    -ms-transition: all .24s ease-in-out;
    -o-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
}

.bv-box:hover {
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
}

.bv-img {
    overflow: hidden;
    height: 170px;
}

.bv-img a {
    width: 100%;
    height: 100%;
}

.bv-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bv-info {
    padding: 15px;
}

.bv-date .fa {
    color: var(--base-color);
}

.bv-title {
    margin-bottom: 0;
    text-transform: uppercase;
}

.bv-title a, .bv-des {
    color: #333333;
    font-size: 14px;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    font-weight: bold;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-transition: all .24s ease-in-out;
    -moz-transition: all .24s ease-in-out;
    -ms-transition: all .24s ease-in-out;
    -o-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
}

.bv-des {
    margin-top: 1rem;
    font-size: 13px;
    color: grey;
    line-height: 1.5em;
    height: 4.5em;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

@media screen and (max-width: 480px) {
    .bv-des {
        display: none;
    }
}

.bv-date {
    margin-bottom: 0;
    color: grey;
    text-align: right;
}

.bv-box:hover .bv-title a {
    color: var(--base-color);
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb li a {
    color: #333333;
    text-transform: uppercase;
}

.breadcrumb li:first-child a {
    font-size: 15px;
    color: var(--base-color);
}

.img-thongbaobocongthuong {
    width: 50%;
}

.featured-services__list {
    margin-top: 15px;
}

.featured-services__title {
    border-left-width: 5px;
    color: var(--base-color);
}

.featured-services__list .post-item .media-left {
    height: 76px;
    flex: 0 0 76px;
}

.featured-services__list .post-item .media-body {
    padding: 5px;
}

.featured-services__list .post-item .media-body .media-heading {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    height: 66px;
    color: #333333;
}

.featured-services-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 15px;
    background: rgba(255, 255, 255, 0.85);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.featured-services__list .post-item {
    -webkit-transition: all .24s ease-in;
    -moz-transition: all .24s ease-in;
    -ms-transition: all .24s ease-in;
    -o-transition: all .24s ease-in;
    transition: all .24s ease-in;
    background: #f1f1f1;
}

.featured-services__list .post-item:hover {
    -webkit-box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.4);
}

.featured-services__list .post-item:hover .media-heading {
    color: var(--base-color);
}

.col-right .featured-services__list .post-item .media-body p, .col-right .featured-services__list .post-item .media-heading {
    display: flex;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    line-height: 20px;
    height: 40px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0;
    color: #333333;
}

.col-right .featured-services__list .post-item .media-body p {
    height: 20px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    color: gray;
    font-size: 13px;
}

@media screen and (max-width: 1024px) {
    .col-right .search_box {
        display: none;
    }

    .featured-services-wrapper {
        margin-top: 15px;
    }

}

.top-header {
    background: #d78901;
}

.top-header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-header__content ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.top-header__content ul li a {
    display: block;
    color: #ffffff;
    padding: 8px 10px;
    -webkit-transition: all .24s ease-in-out;
    -moz-transition: all .24s ease-in-out;
    -ms-transition: all .24s ease-in-out;
    -o-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
}

.top-header__content ul li a:hover {
    background: #ffffff;
    color: var(--base-color);
}

@media screen and (max-width: 768px) {
    .top-header {
        display: none;
    }
}

.main-top-banner {
    position: relative;
    width: 100%;
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.main-top-banner .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
    .main-top-banner .owl-theme .owl-dots {
        width: 100%;
        bottom: 0;
    }
}

.search_text {
    margin-bottom: 10px;
}

.main-top-banner .owl-nav {
    margin: 0;
    display: none;
}

.main-top-banner::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    display: none;
}

@media screen and (max-width: 1024px) {
    .main-top-banner > .container {
        width: 100%;
    }

    .main-top-banner .banner {
        background-attachment: scroll;
    }

    .wrapper-post-item {
        padding: 0;
    }
}

.navbar-auth {
    padding: 5px 0;
}

.navbar-auth .box_header {
    justify-content: center;
}

.navbar-auth .box_header div a::after {
    display: none;
}

.navbar-auth a {
    padding: 10px 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: var(--base-color);
    border: 1px solid var(--base-color);
    margin-right: 5px;
}

.navbar-auth a:hover {
    background: var(--base-color);
    color: #ffffff;
}

.navbar-auth {
    border-width: 0px 0 1px 0;
    border-color: #ebebeb;
    border-style: solid;
}

.navbar-brand-img {
    width: auto;
    height: 64px;
    padding: 5px;
}

.navbar-brand-img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.contact-form-container {
    background: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 15px;
}

.floating-contact {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 9;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: flex-end;
}

.floating-contact--left {
    right: auto;
    left: 10px;
}

.icon-tiktok {
    display: none;
}

@media (max-width: 992px) {
    .icon-tiktok {
        display: flex;
    }
}

.float-item {
    display: flex;
    align-items: center;
}


.float-item__icon {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    height: 60px;
    background: #0e8ef2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07),
    0 2px 4px rgba(0, 0, 0, 0.07),
    0 4px 8px rgba(0, 0, 0, 0.07),
    0 8px 16px rgba(0, 0, 0, 0.07),
    0 16px 32px rgba(0, 0, 0, 0.07),
    0 32px 64px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07),
    0 2px 4px rgba(0, 0, 0, 0.07),
    0 4px 8px rgba(0, 0, 0, 0.07),
    0 8px 16px rgba(0, 0, 0, 0.07),
    0 16px 32px rgba(0, 0, 0, 0.07),
    0 32px 64px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07),
    0 2px 4px rgba(0, 0, 0, 0.07),
    0 4px 8px rgba(0, 0, 0, 0.07),
    0 8px 16px rgba(0, 0, 0, 0.07),
    0 16px 32px rgba(0, 0, 0, 0.07),
    0 32px 64px rgba(0, 0, 0, 0.07);
    -webkit-transition: all .24s ease-in-out;
    -moz-transition: all .24s ease-in-out;
    -ms-transition: all .24s ease-in-out;
    -o-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
}

.floating-contact--left .float-item__icon {
    order: 0;
    z-index: 9;
}

.float-item--mess:hover .float-item__icon {
    background: #11a9f9;
}

.float-item__icon img {
    width: 100%;
    object-fit: contain;
}

.float-item__icon .fa {
    color: #ffffff;
}

.float-item__text {
    background: #0e8ef2;
    color: white;
    padding: 10px 20px 10px 10px;
    -webkit-border-radius: 24px 0 0 24px;
    -moz-border-radius: 24px 0 0 24px;
    border-radius: 24px 0 0 24px;
    height: max-content;
    margin-right: -10px;
    font-weight: bold;
}

.floating-contact--left .float-item__text {
    order: 1;
    padding: 10px 10px 10px 20px;
    -webkit-border-radius: 0 24px 24px 0;
    -moz-border-radius: 0 24px 24px 0;
    border-radius: 0 24px 24px 0;
    margin-right: auto;
    margin-left: -10px;
}

@media screen and (max-width: 1024px) {
    .float-item__text {
        display: none;
    }

    .floating-contact {
        right: 10px;
        bottom: 55px;
    }

    .float-item__icon {
        width: 50px;
        height: 50px;
    }
}

.row-tin .owl-nav {
    margin-top: 0 !important;
    position: absolute;
    bottom: calc(100% + 15px);
    right: 0;

}

.row-tin .owl-theme .owl-nav [class*='owl-'] {
    background: var(--base-color);
    margin: 0 0 0 10px;
    font-size: 18px;
}

.row-tin .owl-theme .owl-nav [class*='owl-']:hover {
    background: var(--base-light-color);
}

.dropdown-account {
    position: relative;
}

.dropdown-account .dropdown-menu {
    display: none;
    flex-direction: column;
    top: 95%;
}

.dropdown-account:hover .dropdown-menu {
    display: flex;
}

.dropdown-account .dropdown-menu li a {
    color: #333333;
}

.bot-nav {
    display: none;
}

@media screen and (max-width: 768px) {

    .navbar-auth{
        border: none;
    }
    .navbar-default .navbar-nav > li > a{
        border: none !important;
    }

    #page-header {
        background: #d78901;
    }

    .btn-search-mobile {
        background: transparent !important;
        color: #fff;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover,
    #page-header .navbar-default {
        background: transparent;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .product-detail--header .nav-tabs > li a {
        font-size: 14px;
    }

    .bot-nav {
        margin-bottom: 0;
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        background: var(--primary-color);
        color: #ffffff;
    }

    .bot-nav__item {
        display: flex;
        flex: 1 1 calc(100% / 5);
        justify-content: center;
    }

    .bot-nav__item a {
        color: #ffffff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 5px;
    }

    .bot-nav__item a span.icon {
        font-size: 18px;
        line-height: normal;
    }
}

.btn-search-mobile {
    font-size: 18px;
}

#navindex {
    border: 0;
}

#navindex a {
    color: var(--base-color);
    font-size: 2rem;
    font-weight: bold;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
}

#navindex a.active {
    background: var(--base-color);
    color: #fff;
}