@charset "utf-8";
@import url("./font-awesome.css");
@import url("./modules.css");
@import url("./noresponsive.css");
@import url("./animate.css");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600&display=swap");

body {
    background: #fff;
    color: #333;
    font-size: 14px;
    font-family: 'Manrope', 'Arial', sans-serif;
    line-height: 1.4
}

.Wrapper {
    max-width: 1920px;
    margin: 0 auto
}

.Wrapper .container-fluid {
    max-width: 1300px
}

.cotainer,
.wrap-brand {
    max-width: 1300px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.is_stuck #headerTop {
    max-width: 100%;
    border-radius: 0;
    background: #dd0000;
    height: auto
}

.is_stuck #headerTop .flexBet {
    border-radius: 0;
    box-shadow: none
}

.is_stuck .mnTop span {
    padding: 10px 0;
    height: auto;
    margin: 0
}

.is_stuck .icon-menu {
    display: none
}

#headerTop {
    height: auto;
    position: relative;
    z-index: 0;
    background: #dd0000
}

.content-main:before {
    position: absolute;
    content: '';
    top: -6rem;
    left: 50%;
    width: 110%;
    height: 125px;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%);
    background: linear-gradient(115deg, #dd0000 0, #dd0000 100%) #dd0000;
}

#headerTop #logo {
    padding: 5px 0
}

.heading-top {
    padding: 15px 0;
    background: #dd0000
}

#headerTop #logo img {
    max-height: 100px
}

#headerTop #formSearchTop {
    position: relative
}

#searchTop {
    height: 70px;
    width: 100%;
    margin-left: 5px;
    padding: 15px 0 0;
    position: relative
}

#headerTop #formSearchTop .btn {
    background: #ffb917;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    color: #000;
    border: 0;
    padding: 4px 15px;
    border-radius: 3px;
    height: 40px
}

.heading-top .container-fluid {
    display: flex
}

.heading-top .logo-bvs {
    width: 350px;
    height: 50px;
    margin-right: 5px;
    background: #f00;
    border-radius: 6px
}

.location-alert {
    position: absolute;
    top: 56px;
    left: calc(50% + 10px);
    transform: translateX(-50%);
    width: 272px;
    padding: 10px;
    box-shadow: 0 3px 8px rgb(0 0 0 / 20%);
    background-color: #fff;
    z-index: 9;
    border-radius: 5px;
    transition: opacity 0.2s
}

.location-alert:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 43%;
    border: 8px solid transparent;
    border-bottom: 8px solid #fff
}

.heading-top .header_address {
    color: #fff;
    background: #f00;
    font-size: 11px;
    line-height: 15px;
    margin-left: 15px;
    border-radius: 6px;
    padding: 6px;
    min-width: 115px;
    position: relative
}

.heading-top .header_address a {
    color: #fff
}

.header_address span {
    color: #fff;
    font-weight: bold;
    position: relative;
    width: max-content;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 12px;
    max-width: 116px;
    line-height: 16px;
    text-transform: capitalize;
    padding-right: 15px
}

.header_address span:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: '';
    position: absolute;
    bottom: 4px;
    right: 0
}

.header_address .flex-block {
    display: flex
}

.header_address .flex-block .fa-map-marker {
    margin: 5px 8px;
    width: 35px;
    font-size: 20px;
    color: #4a90e2;
    height: 20px
}

.header_address .flex-block p {
    margin-bottom: 6px;
    line-height: 16px;
    color: #333
}

.header_address .btn-block {
    display: block;
    overflow: hidden;
    line-height: normal;
    margin: 6px auto 2px;
    text-align: center
}

.header_address .btn-block .btn-location {
    background: #f97e0f;
    border-radius: 4px;
    padding: 8px 10px;
    color: #fff;
    margin: 0 3px;
    display: inline-block;
    width: 112px;
    border: 1px solid #f97e0f;
    text-align: center
}

.header_address .btn-block .btn-location.white {
    background: #fff;
    border: 1px solid #ccc;
    color: #e00
}

.heading-top .search-box {
    flex-basis: 100%;
    padding: 2px 0 0 20px;
    vertical-align: top;
    position: relative
}

.heading-top .search-box .border {
    background: #fff;
    border-radius: 6px;
    padding: 6px 10px;
    border: 1px solid #fff
}

.heading-top .search-box input {
    border: none;
    outline: none;
    padding: 7px 0;
    width: 100%;
    font-weight: bold
}

.heading-top .search-box button {
    position: absolute;
    right: 3px;
    top: 3px;
    background: #f00;
    background-image: linear-gradient(#f00, #e00);
    border: none;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    line-height: 10px;
    outline: none;
    font-size: 18px;
    color: #fff
}

.heading-top .order-tools {
    display: flex;
    width: 382px;
    vertical-align: top;
    padding-left: 10px
}

.heading-top .order-tools div.item {
    float: left
}

.heading-top .order-tools .check-map {
    margin: 0 10px
}

.heading-top .order-tools .check-map a {
    display: block;
    background: #f00;
    border-radius: 10px;
    padding: 8px;
    color: #fff;
    border: none;
    font-size: 12px;
    width: 165px;
    position: relative
}

.heading-top .order-tools .contact a {
    width: 115px !important;
    background: #0076ff !important
}

.heading-top .order-tools .check-map .icon {
    font-size: 30px;
    position: absolute;
    left: 10px;
    top: 0
}

.heading-top .order-tools .check-map .text {
    text-align: left;
    display: block;
    margin-left: 30px;
    line-height: 17px;
    height: 34px
}

.heading-top .order-tools .contact .text {
    text-align: center !important
}

.heading-top .order-tools .contact strong {
    line-height: 30px !important;
    color: #fff !important
}

.heading-top .order-tools .check-map strong {
    font-size: 15px;
    color: #ffe001
}

.heading-top .order-tools .cart a,
.heading-top .order-tools .cart a:link,
.heading-top .order-tools .cart a:visited {
    font-size: 38px;
    color: #ffc800;
    display: flex
}

.heading-top .order-tools .cart a label {
    display: flex;
    justify-items: right;
    justify-content: right
}

.heading-top .order-tools .cart a label span {
    text-align: center;
    background: #fff;
    margin-top: 7px;
    margin-left: -1px;
    font-size: 12px;
    display: block;
    flex-basis: 100%;
    border-radius: 4px;
    padding: 6px 8px;
    color: #333;
    line-height: 12px
}

.heading-top .order-tools .cart a label i {
    color: #fff;
    font-size: 16px;
    margin-top: 10px
}

.BoxLogoSearchTop {
    width: 60%;
    max-height: 75px;
    display: none
}

.infoNewRightTop .ifmenusmall li {
    float: left;
    padding: 0 10px;
    text-align: center
}

.ifmenusmall li .fa {
    display: block;
    margin-bottom: 2px;
    font-size: 24px
}

.ifmenusmall li span {
    font-size: 13px
}

#navTopMenu {
    background: #0074c1;
    height: 75px
}

.listMenuTop>li {
    display: inline-block;
    margin-right: 25px;
    cursor: pointer
}

.listMenuTop>li>a {
    color: #fff;
    display: inline-block;
    padding: 7px 0
}

.listMenuTop>li label {
    margin: 0;
    font-weight: 400;
    cursor: pointer
}

.listMenuTop>li span img {
    margin-right: 5px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    height: 30px
}

.listMenuTop>li:hover label {
    color: #cecece
}

ul.fs-mnsprod {
    width: 100%;
    float: left
}

ul.ifmenusmall {
    width: 100%;
    float: left;
    color: #0074c1
}

.fs-mnsub,
.fs-hdmsubsmall {
    top: 55px
}

.fs-mnsub {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    background: #fff;
    border: solid 1px #d3d3d3;
    top: 65px;
    left: 0;
    width: 100%;
    z-index: 10;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.fs-mnul {
    position: relative;
    z-index: 10
}

.fs-mnul>li:hover .fs-hdmsub,
.fs-mnul>li:hover .fs-mnsub {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    transition: .3s ease-in;
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.fs-mnbox {
    display: table;
    width: 100%
}

.fs-mntd {
    display: table-cell;
    vertical-align: top;
    padding: 10px
}

.fs-mntd1 {
    width: 33%;
    border-right: 1px solid #e3e3e3
}

.fs-mnstit {
    font-size: 13px;
    font-weight: bold;
    color: #3d3d3d;
    text-transform: uppercase;
    padding: 8px 0 12px
}

.fs-mnsul>li {
    float: left;
    width: 33.33%
}

.fs-mnsul>li>a {
    font-size: 13px;
    color: #3d3d3d;
    padding: 5px 0;
    display: block
}

.clearfix {
    zoom: 1
}

.fs-mntd2 {
    width: 15%;
    border-right: 1px solid #e3e3e3
}

.fs-mntd3 {
    width: 29%
}

.fs-mnsprod>li {
    margin-bottom: 15px
}

.clearlist:before,
.clearlist:after {
    content: "\20";
    display: block;
    height: 0;
    overflow: hidden
}

.fs-mnsprod>li>.fs-mnspimg {
    width: 80px;
    height: 80px;
    float: left;
    display: block
}

.fs-mnspimg img {
    width: 80px
}

.fs-mnsprod>li>div {
    margin-left: 90px
}

.fs-mnsprod>li>div>p {
    font-size: 14px;
    font-weight: bold;
    color: #d0021b
}

.fs-mnsul1>li {
    width: 100%
}

.fs-mnsul>li>a:hover {
    color: #0074c1
}

.content-main {
    background: #f8f9fa;
    position: relative
}

.SaleHotTop {
    margin: 15px 0
}

.fs-simcs {
    padding: 5px;
    background: #fff;
    margin-bottom: 0;
    text-align: center;
    color: #ff001f;
    font-size: 14px
}

.fs-simcs p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0
}

.fs-simcs img {
    width: 30px
}

.fs-simbtn,
.fs-simbtn:hover,
.fs-simbtn:focus {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 2px;
    color: #fff;
    background-color: #2183f6;
    margin-left: 10px
}

.fs-aslide {
    margin-top: 10px
}

.fs-aslide .fs-asleft {
    float: left;
    width: 70.5%;
    overflow: hidden;
    margin-bottom: 6px
}

.fs-asright .fs-asads li {
    margin-bottom: 15px
}

.fs-asright .fs-asads li img {
    width: 100%
}

.fs-asntit {
    position: relative;
    border-radius: 6px
}

.fs-asntit h3 {
    font-size: 14px;
    font-weight: bold;
    color: #fff
}

.fs-asntit a {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    padding: 5px 10px 10px 10px;
    color: #18487a
}

.fs-asright .fs-asnews ul li a {
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.43;
    color: #3d3d3d;
    border-bottom: 1px solid #efefef
}

.fs-asnews ul li a span {
    width: 78px;
    height: 40px;
    overflow: hidden;
    display: block;
    float: left
}

.fs-asnews ul li a h3 {
    display: block;
    margin-left: 90px;
    font-size: 13px;
    line-height: 1.43;
    color: #1f1f1f;
    height: 40px;
    overflow: hidden
}


.owl-slidehome.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 360px
}

.owl-carousel .owl-item img {
    /* min-height: 316px !important; */
    border-radius: 6px
}

.box-brand-home {}

.box-brand-home .bg_h {
    background: url("https://bepvuson.vn/Content/pc/images/hoavan-hang.png") no-repeat top center
}

.box-brand-home .bghtop {
    background-position-y: -10px;
    height: 35px;
    background-size: 750px;
    margin: -10px 0 20px
}

.box-brand-home .bghbot {}

.flexCol {
    display: flex;
    flex-direction: column
}

.list-launcher a {
    width: 100%;
    padding: 3px;
    float: left;
    background: #fff;
    height: 90px;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    margin: 1%;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center
}

.box-brand-home,
.box-ctgr-home,
.listSv {
    margin-bottom: 10px
}

.list-product-ctgr .fs-hotit {
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px !important;
    line-height: 38px;
    font-weight: 600;
    color: #fff !important
}

.box-ctgr-home .fs-hotit {
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 38px;
    font-weight: 600;
    color: #333
}

.box-ctgr-home .fs-hokey h2 {
    font-size: 14px;
    display: inline-block;
    border-radius: 4px;
    padding: 0 10px;
    border: 1px solid #dd0000;
    background-color: #dd0000;
    color: #fff
}

.box-ctgr-home h2 a.view-more {
    float: right;
    color: #2965a8
}

.fs-hokey {
    background: transparent;
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.fs-hokey>li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 6px 0
}

.fs-hokey>li>a {
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    display: inline-block;
    font-size: 13px;
    color: #2e2e2e;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.fs-hokey>li>a:hover {
    color: #fff;
    background: #2183f6
}

.product-fs .bx-it-pr .responsive-img {
    padding-top: 75%;
    margin: 25px 0;
    transition: all ease .3s
}

.list-product-ctgr .productListVuSon {
    display: block !important
}

.product-fs {
    width: 100%;
    float: left;
    display: flex;
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1
}

.ctgrRight .container-fluid {
    padding: 0
}

.ctgrRight .list-product-ctgr .productListVuSon {
    display: block !important
}
.jkRight .container-fluid {
    padding: 0
}

.jkRight .list-product-ctgr .productListVuSon {
    display: block !important
}

.product-fs li.item:hover {
    -webkit-box-shadow: 0 2px 12px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 12px rgb(0 0 0 / 12%);
    z-index: 1
}

.bx-it-pr .nameprd a {
    height: 38px;
    font-size: 14px;
    display: block;
    color: #333;
    clear: both;
    overflow: hidden
}

.bx-it-pr .nameprd a:hover {
    color: #4D90E0
}

.bx-it-pr .gift-box {
    color: #006600;
    width: 100%;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.bx-it-pr a.prdBrand {
    padding: 2px 8px;
    background: #ffde50;
    color: #000;
    border-radius: 20px;
    font-size: 10px;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    float: right
}

.bx-it-pr h3.nameprd {
    clear: both
}

.bx-it-pr .priceAll {
    font-size: 15px;
    font-weight: 700;
    color: #e00
}

.bx-it-pr .nk-product-discount-percent {
    color: #fff;
    background-color: #ee1e25;
    text-align: center;
    border-radius: 2px;
    margin-left: 5px;
    font-size: 12px;
    padding: 5px 8px;
    font-weight: 500
}

.bx-it-pr .bx-price-item p {
    margin-bottom: 0
}

.bx-it-pr .bx-price-item {
    height: 40px;
    margin-top: 5px;
    border-top: 1px solid #e7e7e7;
    padding-top: 5px
}

.quatang {
    display: none;
    font-size: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: #000;
    opacity: 0.6;
    color: #fff;
    padding: 15px;
    box-sizing: border-box
}

.quatang p {
    text-align: left;
    margin: 0 0 10px 0;
    font-size: 14px
}

.quatang-title {
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0 10px 0;
    text-align: left
}

.product-fs li.item:hover .quatang {
    display: block
}

.listSv {
    width: 100%;
    float: left;
    background: #fff
}

.listSv ul li {
    width: 20%;
    float: left;
    padding: 25px;
    text-align: center
}

.nk-sprite-desktop {
    background: url("https://cdn.nguyenkimmall.com/images/companies/_1/NKv40/NK_Sprite2019_v1.png") no-repeat
}

.icon-lapdat_footer {
    background-position: -196px -151px;
    width: 41px;
    height: 41px
}

.icon-giaohang_footer {
    background-position: -63px -155px;
    width: 50px;
    height: 32px
}

.icon-thanhtoan_footer {
    background-position: -262px -153px;
    width: 34px;
    height: 35px
}

.icon-doitra_footer {
    background-position: -14px -153px;
    width: 31px;
    height: 32px
}

.icon-haumai_footer {
    background-position: -141px -152px;
    width: 32px;
    height: 40px
}

.nk-service i {
    margin: 0 auto 18px;
    display: block;
    height: 41px
}

.nk-service h3 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 7px;
    color: #000
}

.nk-service p {
    font-size: 12px;
    color: #4a4a4a;
    line-height: 16px
}

.ssFooter {
    background: #224665;
    padding: 20px 0;
    position: relative
}

.fsl {
    width: 33.33%;
    margin-right: 5%;
    float: left
}

.fsl .citys {
    margin-bottom: 20px
}

.fsl label,
.fsr label {
    font: bold 16px/30px arial;
    display: block;
    margin-bottom: 15px;
    color: #fff
}

.fsl li {
    border-bottom: 1px solid #eee;
    font: bold 12px/40px arial;
    color: #fff;
    background: #224665
}

.fsl li:nth-child(1) {
    border-top: 1px solid #eee
}

.fsl li:before {
    content: "\f015";
    font: 12px/1px FontAwesome;
    margin: 0 8px;
    padding: 2px 3px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff
}

.fsl span {
    margin-right: 10px
}

.fsl li span:before {
    content: "\f061";
    font: 14px/1px FontAwesome;
    margin-right: 8px;
    color: #ddd;
    border: 1px solid #ddd;
    padding: 4px 5px;
    border-radius: 50%
}

.fsl span {
    display: inline-block;
    float: right
}

.ulhoverAddress {
    position: absolute;
    left: 33.5%;
    top: 0;
    background: #224665;
    width: 41.5%;
    padding: 20px 60px;
    min-height: 380px;
    line-height: 1.6
}

.ulhoverAddress p {
    margin-bottom: 5px;
    font-weight: 400;
    margin-right: 30px
}

.ulhoverAddress .headingtitle .titleShow {
    margin-bottom: 10px
}

.ulhoverAddress .headingtitle {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 10px
}

.listadr li {
    cursor: pointer
}

.bxifame {
    margin-top: 10px
}

.bxifame {
    max-height: 230px;
    overflow: hidden
}

.ulhoverAddress {
    display: none
}

.listadr li:hover {
    background: #255782
}

.listadr li:hover .ulhoverAddress {
    display: block
}

.listadr li.active .ulhoverAddress {
    display: block
}

.ssFooter .fsr {
    float: right;
    width: 24%
}

.bxinputBottom p {
    color: #fff
}

.phone_register .phone_block {
    width: 100%;
    position: relative;
    display: block
}

.phone_register .phone_block input[type="text"] {
    height: 34px;
    width: 100%;
    padding: 0 10px
}

.phone_register .phone_block .phone_button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    padding: 0 10px;
    border: none;
    background: #288ad6
}

.bxinputBottom.phone_register {
    margin-bottom: 50px
}

.social-foo {
    float: left;
    width: 100%
}

.social-foo a {
    display: block;
    float: left;
    margin-right: 10px
}

.social-foo a i.fa {
    width: 35px;
    height: 35px;
    background-color: #063359;
    -ms-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    transition: all .5s
}

.social-foo a i.fa:hover {
    background: #f25a29
}

.imgLogoPay {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

#footBootm {
    height: 40px;
    background: #f25a29;
    line-height: 40px;
    color: #fff;
    font-size: 14px
}

.page-category {
    margin: 20px 0
}

.list-product-ctgr {
    margin-top: 15px
}

.breadcrumb {
    display: block;
    overflow: hidden;
    margin: 5px 0 !important;
    line-height: 23px;
    padding: 5px 10px !important;
    background: #fff
}

.boxBreachcrum {
    width: 100%;
    float: left
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li {
    font-size: 13px;
    color: #222
}

.breadcrumb>li+li::before {
    color: #ccc;
    content: "/ ";
    padding: 0 5px
}

.fsLeft_ctgr {
    width: 25%;
    float: left
}

.titleLabel_Danhmuc {
    display: block;
    font: 16px/60px arial;
    text-align: center;
    margin-bottom: 16px;
    background: #fff
}

.fsLeft_ctgr .list li a {
    display: block;
    width: 100%;
    float: left
}

.fsLeft_ctgr .list li img {
    width: 17%;
    margin-right: 5px;
    float: left
}

.fsLeft_ctgr .list li p {
    float: left;
    margin-top: 5px;
    font-size: 14px;
    margin-bottom: 0
}

.fsLeft_ctgr .list {
    background: #fff;
    width: 100%;
    float: left
}

.fsLeft_ctgr .list li {
    padding: 10px;
    width: 50%;
    float: left;
    border-bottom: 1px solid #f3f3f3
}

.fsLeft_ctgr .list li:hover {
    color: #288ad6
}

.fsRight_ctgr {
    width: 73%;
    float: right
}

.owlCategory {
    max-height: 310px;
    overflow: hidden
}

.owlCategory img {
    min-height: 310px
}

.boxNotecategory {
    margin: 20px 0 0;
    background: #ffffff;
    padding: 20px 0;
    clear: both;
    width: 100%;
    float: left;
    display: none
}

.boxNotecategory .post_content {
    font-size: 14px;
    line-height: 1.6;
    text-align: justify
}

.pageCategory2 {
    margin: 10px 0;
    width: 100%;
    float: left;
    clear: both
}

#footer {
    font-size: 14px;
    background: #f8f9fa
}

#footer .zl {
    display: none
}

.pageCategory2 .ctgrLeft {
    width: 21%;
    float: left;
    border-radius: 8px;
    background: #fff;
    margin-right: 0
}

.pageCategory2 .ctgrRight {
    width: 75%;
    float: right
}

.productTopctgr {
    background: #fff
}

.box-prd-hot-top {
    background: url("https://bepvuson.vn/Content/pc/images/bgrTop.jpg");
    height: 320px;
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    padding-top: 30px
}

.box-prd-hot-top .title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
    color: #0074c1;
    font-weight: 600
}

.listPrdTopHot li {
    float: left;
    width: 25%;
    padding: 20px
}

.prti-item {
    position: relative;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.prti-item a {
    outline: 0
}

.prti-item a span {
    position: absolute;
    left: 0;
    right: 0;
    font-family: -webkit-body;
    font-size: 22px;
    font-weight: 700;
    color: #cb0000;
    text-align: center
}

.prti-item a img {
    max-width: 200px;
    top: 30px
}

.prti-item .responsive-img {
    padding-top: 80%
}

.prti-item .imgLogoPrd {
    top: -15px
}

.prti-item .imgLogoPrd img {
    width: 120px
}

.listPrdTopHot li .prti-item:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.product-fs li.item {
    width: 20%;
    position: relative;
    background: #fff;
    transition: 0.3s;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1
}

.category-product-2 .product-fs li.item:nth-child(5n) {}

.category-product-2 .product-fs li.item:last-child {
    border-right: 1px solid #e7e7e7
}

.oderProductTop {
    background: #fff;
    padding: 0 5px;
    border-radius: 4px;
    margin-bottom: 8px;
    text-align: right
}

.filterTopCtgr {
    float: right
}

.filterTopCtgr a,
.filterTopCtgr label {
    padding: 0 10px;
    margin-bottom: 0
}

.filterTopCtgr a.active {
    border-bottom: 3px solid #4D90E0
}

.filterTopCtgr a:hover {
    color: #4D90E0
}

.sỉbarLeft {
    width: 100%;
    background: #fff;
    float: left;
    padding-bottom: 0
}

.boxFilterLeft>label {
    width: 100%;
    padding: 10px;
    background: linear-gradient(253deg, #ffc149 23.67%, #ffde50 106.12%);
    font-family: 'Be Vietnam', 'Arial', sans-serif;
    text-transform: uppercase
}

.listform_filter li {
    width: 50%;
    float: left;
    padding: 5px 10px
}

img.icImgBrand {
    height: 20px;
    margin-top: 0
}

.listform_filter .checkbox {
    margin-bottom: 0;
    margin-top: 0
}

ul.listform_filter {
    padding-bottom: 5px !important;
    width: 100%;
    float: left
}

.imgLogoMade {
    max-width: 30px;
    margin-top: -5px
}

.is-affixed .ctgrLeft {
    left: 15px !important
}

#sidebar .sidebar__inner {
    position: relative;
    border: 1px solid #e7e7e7;
    transform: translate3d(0, 0, 0);
    border-radius: 6px;
    will-change: position, transform;
    overflow: hidden
}

#sidebar {
    will-change: min-height
}

.is-affixed {
    height: auto !important
}

.mgb0 {
    margin-bottom: 0 !important
}

.listform_filter .checkbox label {
    font-size: 13px
}

.page_detail_prd {
    margin: 10px 0
}

.info_detail_top {
    background: #fff;
    padding: 20px;
    margin-top: -48px;
    border-radius: 4px;
    border: 1px solid #ddd;
    position: relative;
    z-index: 6
}

#tab-km {
    height: 20px
}

.thumbImgPrdDetail {
    width: 55%;
    float: left;
    margin-right: 20px
}

.pd-picture .pdl-image+.cl {
    display: none
}

.pd-picture .pdl-image img {
    max-width: 100%;
    background: #dfdfdf
}

.pdl-small-images {
    float: left;
    width: 100%;
    margin: 15px 0
}

.pdl-small-images ul {
    overflow: hidden;
    width: 100%;
    margin: 0
}

.pdl-small-images li {
    height: 80px;
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
    padding: 0 5px;
    border: 1px solid #b7b7b7
}

.pdl-small-images li a {
    display: block;
    vertical-align: middle;
    text-align: center
}

.pdl-small-images li.active {
    border: solid 1px #b10000
}

.pdl-small-images li div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    max-width: 100%;
    line-height: normal
}

.pdl-small-images li div span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 36px;
    display: block;
    margin: auto;
    text-align: center
}

.pd-picture .pdl-image img {
    max-width: 100%;
    background: #dfdfdf;
    width: auto !important
}

.pd-picture .pdl-image {
    text-align: left;
    width: 100%;
    float: left
}

.pdl-small-images li img {
    width: 100%;
    height: 100%
}

.pdl-small-images li a {
    padding: 10px
}

.price_product_left {
    clear: left;
    position: relative
}

.price_product_left .showrom {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 3;
    display: block;
    width: 68px
}

.price_product_left>div {
    display: flex;
    align-items: center;
    justify-content: center
}

.pd-picture .pdl-image {
    text-align: left;
    width: 100%;
    float: left;
    margin-top: 10px
}

.infoRightDetail {
    width: 43%;
    float: left
}

.table {
    width: 100% !important
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border: 1px solid #ccc
}

.nav-tabs {
    border: 1px solid #ddd;
    background: -webkit-linear-gradient(top, #fff 0, #ececec 100%)
}

.nav-tabs>li>a {
    border-radius: 0;
    margin: 0;
    border: none
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-bottom: 1px solid #fff;
    border-top: 3px solid #4D90E0;
    border-right: 1px solid #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover {
    background: #fff
}

.infoRightDetail .titleProduct {
    font-size: 18px;
    font-weight: 600
}

.starRating:not(old) {
    display: inline-block;
    width: 7.5em;
    height: 1.2em;
    overflow: hidden;
    vertical-align: bottom
}

.starRating:not(old)>input {
    margin-right: -100%;
    opacity: 0
}

.starRating:not(old)>label {
    display: block;
    float: right;
    position: relative;
    background: url("https://bepvuson.vn/Content/pc/star-off.svg");
    background-size: contain
}

.starRating:not(old)>label:before {
    content: '';
    display: block;
    width: 1.1em;
    height: 1.1em;
    background: url("https://bepvuson.vn/Content/pc/star-on.svg");
    background-size: contain;
    opacity: 1;
    transition: opacity 0.2s linear
}

.starRating:not(old)>label:hover:before,
.starRating:not(old)>label:hover~label:before,
.starRating:not(:hover)>:checked~label:before {
    opacity: 1
}

span.starRating {
    margin-top: 4px
}

.BoxtitleTop {
    padding: 0 0 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd
}

.textsmallRank {
    font-size: 11px;
    margin: 4px 10px 0;
    color: #337ab7
}

.priceBox_prd {}

.priceBox_prd .gianiemyet {
    font-size: 22px;
    margin-left: 20px;
    color: #d90000;
    font-weight: 700
}

.priceBox_prd .giaonline {
    margin-left: 20px;
    font-size: 18px;
    color: #c3c3c3;
    font-weight: 700;
    text-decoration: line-through
}

.priceBox_prd table tr {
    margin-bottom: 50px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle
}

.priceBox_prd .table * {
    border: none
}

.area_order {
    display: block;
    overflow: hidden;
    margin: 10px 0
}

.area_order .buy_now {
    float: left;
    width: 50%;
    overflow: hidden;
    padding: 9px 0;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #fb6e2e;
    box-shadow: 0 3px 4px 0 rgba(10, 31, 68, 0.1), 0 0 1px 0 rgba(10, 31, 68, 0.08);
    margin-bottom: 10px
}

.area_order span {
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: none
}

.area_order .phone_pd_btn {
    line-height: normal;
    float: right;
    width: 49%;
    padding: 9px 0;
    border-radius: 3px;
    box-shadow: 0 3px 4px 0 rgba(10, 31, 68, 0.1), 0 0 1px 0 rgba(10, 31, 68, 0.08);
    text-align: center;
    background: #2f80ed;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600
}

.hethongsieuthiGan ul li {
    margin-bottom: 10px;
    cursor: pointer
}

.hethongsieuthiGan label {
    margin-bottom: 10px;
    background: #000;
    display: block;
    border-radius: 3px;
    padding: 5px 9px;
    color: #fff
}

.show-more {
    margin-bottom: 12px;
    margin-top: 5px;
    color: #242424
}

.expand.js-content,
.expand.js-content-ts {
    overflow: hidden;
    margin-bottom: 15px;
    max-height: 600px
}

.show-more {
    margin-bottom: 12px;
    margin-top: 5px;
    color: #242424
}

.show-more #js-show-more,
.show-more #js-thongso,
.show-more .viewnext {
    display: block;
    color: #4D90E0;
    text-align: center;
    width: 22%;
    border: 1px solid #4D90E0;
    height: 39px;
    line-height: 39px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    margin: 15px auto 10px
}

.js-content.expand+.show-more::before,
.js-content-ts.expand+.show-more::before {
    content: "";
    height: 30px;
    margin-top: -45px;
    position: relative;
    background: -webkit-gradient(linear, 0% 100%, 0% 0, from(#fff), color-stop(0.5, #fff), to(rgba(255, 255, 255, 0)));
    display: block
}

.giauudai_combo .udright {
    padding-left: 20px
}

.priceBox_prd label {
    font-weight: 600
}

.giauudai_combo .phone_register {
    border-radius: 5px;
    padding: 20px 20px 30px;
    display: block;
    width: 100%;
    margin: 0 0 0 0;
    background: #fd6e1d;
    background: -webkit-linear-gradient(to left, #fd6e1d, #288ad6);
    background: linear-gradient(to left, #fd6e1d, #288ad6)
}

.giauudai_combo .phone_register span.phone_title {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    display: block
}

.giauudai_combo .phone_register span.phone_summary {
    margin: 10px 0;
    display: block;
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: 700
}

.giauudai_combo .phone_register span.phone_content {
    margin: 10px 0;
    display: block;
    text-align: center;
    color: #fff
}

.box50 {
    width: 50%;
    float: left
}

.boxQuangtang_prd .giatriquatang {
    font-size: 11px
}

.boxQuadikem_prd .blue {
    color: #288ad6
}

.sanphamtangkem {
    display: unset !important
}

.boxQuadikem_prd p {
    font-size: 12px;
    margin-bottom: 5px
}

.giauudai_combo {
    width: 100%;
    float: left;
    margin-bottom: 25px
}

.page_product_other .boxListPrd {
    background: #fff;
    margin-bottom: 20px;
    padding: 20px
}

.owl-list-prd-other {
    width: 100%;
    float: left
}

.owl-list-prd-other.product-fs li.item {
    width: unset;
    float: unset
}

.customButton.owl-list-prd-other.owl-theme .owl-nav {
    top: 35%
}

.customButton .owl-prev {
    left: -20px;
    background: #ececec !important
}

.customButton .owl-next {
    right: -20px;
    background: #ececec !important
}

.boxListPrd .title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px
}

.pageContentDetail {
    margin-bottom: 20px
}

.boxThongso {
    background: #fff;
    margin-bottom: 20px;
    float: left;
    width: 100%
}

.boxThongso .titleBoxContent {
    padding: 10px 15px;
    background: #4d90e0;
    font-size: 16px;
    color: #fff;
    font-weight: 600
}

.ContentInfo_prd .ctInfoLeft {
    width: 60%;
    float: left
}

.ContentInfo_prd .ctInfoRight {
    width: 40%;
    float: left;
    padding: 0 0 0 15px
}

.tabset>input[type="radio"] {
    position: absolute;
    left: -200vw
}

.tabset .tab-panel {
    display: none
}

.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3) {
    display: block
}

.tabset>label {
    position: relative;
    display: inline-block;
    padding: 15px;
    margin: 0;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600
}

.tabset>label:hover,
.tabset>input:focus+label {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: -1px
}

.tabset>label:hover::after,
.tabset>input:focus+label::after,
.tabset>input:checked+label::after {
    background: #000
}

.tabset>input:checked+label {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #e00;
    border-bottom: 1px solid #e00;
    margin-bottom: -1px;
    color: #fff
}

.postInfo {
    padding: 25px 35px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 15px
}

.postInfo span {
    font-family: 'Manrope' !important
}

.postInfo p>img,
.postInfo img.img___jk {
    width: 680px !important;
    max-width: 100%;
    height: 100% !important;
    margin: 20px auto;
    display: block
}

.postInfo>div {
    height: auto !important;
    max-width: 90%;
    margin: 50px auto
}

.postInfo h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px
}

.postInfo h3 {
    margin-bottom: 10px
}

.postInfo p,
.postInfo li,
.postentry p,
.postentry li {
    line-height: 25px
}

.postInfo a,
.postentry a,
.noteDescription a,
.post_content a {
    color: #2873ce
}

.post_content h4 {
    margin: 0 0 10px 0
}

.post_content h3 {
    font-weight: bold;
    font-size: 17px
}

.postInfo ul,
.postentry ul,
.post_content ul {
    list-style: disc inside
}

.postInfo a:hover,
.postentry a:hover,
.noteDescription a:hover,
.post_content a:hover {
    text-decoration: underline
}

.mb0 {
    margin-bottom: 0 !important
}

.bold {
    font-weight: 700
}

.note-blue {
    background: #337ab72b;
    padding: 10px;
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 20px
}

.boxPriceStick {
    background: #fff
}

.img-prd-suport {
    padding-top: 40%;
    margin-bottom: 20px
}

.ContentInfo_prd {
    width: 100%;
    float: left;
    clear: left
}

.divfix {
    border: 2px dotted red;
    padding: 10px;
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform
}

.box-share-detail {
    font-size: 13px;
    padding: 20px
}

.box-share-detail label {
    margin-right: 20px;
    margin-bottom: 0
}

.box-coment-detail {
    padding: 20px
}

.form-coment .form-group {
    margin-bottom: 10px;
    width: 100%;
    float: left
}

.bxDanhgiaPrd h3 {
    margin-bottom: 10px
}

.bxDanhgiaPrd .starRating:not(old) {
    width: 7.5em;
    height: 2.2em
}

.bxDanhgiaPrd .starRating:not(old) {
    width: auto;
    margin-left: -20%
}

.bxDanhgiaPrd .starRating:not(old)>label:before {
    width: 2.1em;
    height: 2.1em
}

.telSuport {
    font-size: 24px;
    margin-top: 10px;
    font-weight: 700;
    color: #fd6e1d
}

.container_cart {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
}

.buymore {
    float: left;
    overflow: hidden;
    position: relative;
    line-height: 40px;
    font-size: 14px;
    color: #288ad6;
    padding: 15px 0 0 15px
}

.yourcart {
    display: block;
    overflow: hidden;
    text-align: right;
    color: #333;
    line-height: 40px;
    padding-top: 15px
}

.wrap_cart {
    display: block;
    width: 100%;
    border-radius: 8px;
    max-width: 600px;
    margin: auto;
    background: #eee;
    overflow: hidden
}

.wrap_cart form {
    float: left;
    width: 100%
}

.listorder {
    float: left;
    background: #646d7f;
    color: #fff;
    width: 100%
}

.listorder li {
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 10px 15px
}

.listorder li .colimg {
    float: left;
    overflow: hidden;
    width: 85px;
    text-align: center
}

.shockprice a,
.shockprice .promotions label {
    color: #fff !important
}

.listorder li a {
    display: block;
    overflow: hidden
}

.listorder li img {
    display: inline-block;
    width: 75px;
    height: auto
}

.listorder li .colinfo {
    display: inline-block;
    overflow: visible;
    width: 450px;
    padding-left: 5px
}

.shockprice .price-color,
.shockprice .normal-price,
.shockprice .dis-price,
.shockprice .lucky-price {
    color: #ffe001 !important;
    font-weight: bold
}

.listorder li .colinfo strong {
    font-weight: 600;
    font-size: 16px;
    color: #c10017;
    float: right;
    clear: both
}

.listorder li .colinfo a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    width: 62%
}

.listorder li .colinfo>a {
    font-weight: bold
}

.onecolor {
    float: left;
    position: relative;
    width: 48%;
    background: #fff;
    line-height: 12px;
    font-size: 12px;
    color: #999;
    margin: 5px 0
}

.shockprice .onecolor,
.preorder .onecolor {
    color: #fff;
    background: none;
    border: none;
    padding: 0
}

.shockprice .onecolor span,
.preorder .onecolor span {
    color: #fff
}

.clr {
    clear: both
}

.div-bottom {
    background-image: url("https://cdn.tgdd.vn/dmx2016/Content/images/campaign/shockprice/bottom.png");
    background-color: #fff4de;
    background-repeat: repeat-x;
    background-position: bottom;
    height: 3px;
    background-size: 10px 3px;
    margin-top: -10px
}

.cart-content {
    clear: both
}

.area_total {
    display: block;
    overflow: hidden;
    padding: 15px
}

.sp .area_total {
    border-bottom: none
}

.area_total div {
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    position: relative
}

.area_total div.total b {
    float: left
}

.area_total div.total strong {
    float: right;
    font-size: 16px;
    color: #e00
}

.hduser {
    text-transform: uppercase;
    border-top: 6px solid #fff;
    padding: 15px;
    font-weight: 600
}

.infouser {
    overflow: hidden;
    padding: 0 15px
}

.malefemale {
    display: block;
    overflow: hidden
}

.areainfo {
    display: block;
    overflow: hidden;
    padding: 0 15px 15px 15px
}

.areainfo .left {
    float: left;
    width: 49%;
    margin-bottom: 5px
}

.wrap_cart input[type="text"] {
    display: block;
    padding: 5px 0;
    height: 40px;
    border: 1px solid #a6a6a6;
    border-radius: 4px;
    text-indent: 10px;
    width: 100%;
    margin: 0 0 10px 0
}

.area_address input[type="text"] {
    width: 100%
}

.wrap_cart textarea {
    display: block;
    padding: 5px 0;
    height: 100px;
    border: 1px solid #a6a6a6;
    border-radius: 4px;
    text-indent: 10px;
    width: 100%
}

.texterror {
    display: none;
    font-size: 12px;
    color: #dd4b39
}

.areainfo .right {
    float: right;
    width: 49%;
    margin-bottom: 5px
}

.area_other {
    position: relative;
    display: block;
    overflow: visible;
    padding: 15px;
    border-top: 6px solid #f0f0f0
}

.area_other .textnote {
    display: block;
    overflow: hidden;
    margin-bottom: 10px
}

.area_address {
    overflow: visible;
    margin-top: 15px;
    position: relative;
    margin-bottom: 10px
}

.area_address:before,
.area_address:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 65px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #ccc;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.pdr {
    padding-right: 2%
}

.w50 {
    display: inline-block;
    width: calc(50% - 2px) !important;
    margin-top: 5px;
    vertical-align: top
}

.firstaddress.cod .w50 {
    display: inline-block
}

.customer-prov select {
    height: 40px
}

.customer-prov {
    margin-bottom: 10px
}

.pagination a {
    display: inline-block;
    overflow: hidden;
    /* width: 260px; */
    padding: 9px 0;
    margin: 0 0 20px 30px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    color: #4d90e0;
    text-align: center;
    background: #fff;
    border: 1px solid #4d90e0
}

.payoffline {
    display: inline-block;
    overflow: hidden;
    width: 260px;
    padding: 9px 0;
    margin: 10px 0 20px 30px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    text-align: center;
    background: #4d90e0;
    border: 1px solid #4d90e0
}

.payoffline:hover {
    color: #ffe001
}

.payoffline span,
.choosepayment2 span {
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: none;
    font-weight: 300
}

.choosepayment2 {
    display: block;
    overflow: hidden;
    padding: 9px 0;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #0e74c2;
    background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#0e74c2), to(#288ad6));
    background: -webkit-linear-gradient(top, #288ad6, #0e74c2);
    background: -moz-linear-gradient(top, #288ad6, #0e74c2);
    background: -ms-linear-gradient(top, #288ad6, #0e74c2);
    background: -o-linear-gradient(top, #288ad6, #0e74c2);
    cursor: pointer
}

.choosepayment2 {
    width: 260px;
    padding: 9px;
    margin: 10px 0 20px 20px;
    float: left
}

.img-bank {
    width: 15%;
    display: inline-block;
    vertical-align: top
}

.detail-bank {
    width: 80%;
    display: inline-block;
    padding-left: 25px
}

.detail-bank p {
    margin-bottom: 5px
}

ul.listBankATM {
    height: 85px;
    overflow-y: scroll
}

.bxknhtopn_faq {
    margin: 20px auto auto auto;
    width: 100%;
    display: table;
    max-width: 100%
}

.ulknh_1 li {
    float: left;
    height: 328px;
    overflow: hidden
}

.ulknh_1 li a {
    display: block;
    position: relative;
    overflow: hidden;
    background: #e0dfdf
}

.ulknh_1 .t_0 {
    width: 100%;
    height: 328px;
    overflow: hidden
}

.ulknh_1 .t_0 img {
    width: auto;
    height: 100%
}

.ulknh_1 li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 50%;
    cursor: pointer;
    background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0), #000);
    background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0), #000);
    background-image: -o-linear-gradient(180deg, rgba(255, 255, 255, 0), #000);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #000);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #000);
    opacity: .7
}

.ulknh_1 li a p {
    display: table;
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    cursor: pointer
}

.ulknh_1 li a p label {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    cursor: pointer
}

.ulknh_1 .t_0 p label {
    font-size: 16px;
    line-height: 23px
}

.ulknh_1 .t_1 {
    width: 100%;
    height: 159px
}

.ulknh_1 .t_1 img {
    width: 100%;
    height: auto
}

.ulknh_1 .t_2 {
    width: 48.6%;
    height: 159px;
    margin-top: 10px;
    float: left
}

.ulknh_1 .t_2 img {
    height: 100%;
    width: auto
}

.ulknh_1 .t_3 {
    width: 48.6%;
    height: 159px;
    margin-top: 10px;
    float: right
}

.bxknhtopn_faq li .ulknh_1 li:last-child {
    margin-right: 0
}

.newHotTop {
    margin-bottom: 20px
}

.item-News {
    width: 100%;
    float: left;
    min-height: 300px;
    position: relative;
    margin-bottom: 20px
}

.item-News .nameNewsItem {
    margin: 0 0 10px;
    color: #444444;
    font-weight: 600;
    font-size: 14px
}

.item-News .description_news {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: Arial
}

.divInfoItem {
    padding: 10px;
    line-height: 20px;
    background: #f6f6f6
}

.dateNews {
    display: inline-block;
    padding: 10px 15px;
    background: red;
    color: #fff;
    font-size: 18px;
    text-align: center;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9
}

.thumbNews .hm-responsive {
    padding-top: 70%
}

.listCtgrBrand .item .hm-responsive {
    padding-top: 60%;
    background: #fff
}

.listCtgrBrand .item .hm-responsive img {
    object-fit: contain
}

.dateNews .day {
    margin: 0;
    border-bottom: 1px solid white
}

.dateNews .month {
    margin: 0;
    font-size: 14px
}

.infoNewRightTop {
    width: 100%
}

h1.logo-text {
    text-indent: -9999px;
    position: absolute
}

p.logo {
    margin-bottom: 0
}

.divNavMenu {
    margin-left: 0;
    width: 100%;
    position: relative;
    z-index: 5
}

.flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.icon-menu {
    background-image: url("https://bepvuson.vn/Content/pc/images/logomenu.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 41px;
    content: " "
}

.mn-maygiatmaysay {
    background-position-x: -1068px
}

.mn-khoacuathongminh {
    background-position-x: -1150px
}

.mn-tubepvuson {
    background-position-x: -792px
}

.mn-phukientubep {
    background-position-x: -866px
}

.mn-turuou {
    background-position-x: -940px
}

.mn-bepdientu {
    background-position-x: -1005px
}

.mn-bepdien {
    background-position-x: -712px
}

.mn-bepgas {
    background-position-x: -80px
}

.mn-mayhutmui {
    background-position-x: -154px
}

.mn-mayruabat {
    background-position-x: -233px
}

.mn-lonuong {
    background-position-x: -318px
}

.mn-lovisong {
    background-position-x: -398px
}

.mn-chauruabat {
    background-position-x: -480px
}

.mn-voiruabat {
    background-position-x: -560px
}

.mn-tulanh {
    background-position-x: -640px
}

.mnTop span {
    text-align: center;
    color: #fff;
    display: block;
    height: 20px;
    overflow: hidden;
    margin-top: 2px;
    padding: 0 9px;
    font-size: 12px;
    text-transform: uppercase
}

.iconDocQuyen {
    max-height: 70px;
    text-align: right;
    width: 22%
}

.iconDocQuyen img {
    width: 70%
}

.dot {
    width: 6px;
    height: 6px;
    background-color: #e00;
    border-radius: 100%;
    display: inline-block;
    margin-right: 15px
}

.dot .ping {
    border: 1px solid #fff;
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: rgb(255 0 0 / 20%);
    border-radius: 100%;
    margin: -2px 0 0 -2px;
    -moz-animation: sonar 1.25s linear infinite;
    -o-animation: sonar 1.25s linear infinite;
    -webkit-animation: sonar 1.25s linear infinite;
    animation: sonar 1.25s linear infinite;
    display: block
}

@keyframes sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}

li.newsHOTBig {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 15px;
    position: relative
}

.fs-asright .fs-asnews ul li:first-child a {
    border: 0;
    height: 100%
}

.box-brand-home .title-ss {
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px
}

.owl-list-brand img {
    width: auto !important
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #4D90E0
}

.ctgr-title-right {
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center
}

.ctgr-title-right li {
    margin-right: 0
}

.ctgr-title-right a {
    color: #000;
    border-radius: 4px;
    background: linear-gradient(234deg, #e7e7e7 23.67%, #ffffff 106.12%);
    border: 1px solid #cbcbcb;
    font-size: 13px;
    float: left;
    text-transform: uppercase;
    margin: 0 0 0 6px;
    padding: 10px 8.5px
}

.ctgr-title-right a:hover {
    border: 1px solid #f00
}

.ctgr-title-right li a.itemprop {
    position: relative;
    color: #f00;
    border-radius: 4px;
    font-weight: 600
}

.ctgr-title-right li a.itemprop:after {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    color: #d12221;
    font: normal normal normal 18px/1 FontAwesome
}

.combo-icon,
.present-box {
    text-indent: -9999px;
    margin: 0;
    position: absolute
}

.combo-icon {
    background: url("https://bepvuson.vn/Content/pc/images/combo-icon.png") 0 0/100px 55px no-repeat;
    width: 99px;
    height: 55px;
    right: -34px;
    top: 0;
    margin-bottom: 0;
    z-index: 9;
    background-size: 75px
}

.present-box {
    background: url("https://bepvuson.vn/Content/pc/images/present-box.gif") 0 0/ 40px 40px no-repeat;
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
    margin-bottom: 0;
    z-index: 9;
    cursor: pointer
}

.bx-price-item .priceGiagoc {
    text-decoration: line-through;
    color: #666;
    font-size: 11px
}

.starItemPrd {
    text-align: center
}

.starItemPrd img {
    width: 100px !important;
    display: unset !important
}

#register {
    position: relative;
    margin: 20px 0
}

#register .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

#register .signup-form {
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0 12px 50px rgba(0, 0, 0, 0.15), 0 7px 24px rgba(0, 0, 0, 0.12);
    margin: 1rem 2%;
    width: 40%;
    padding: 0 2rem 2rem;
    z-index: 1
}

#register {
    position: relative;
    margin: 20px 0
}

#register::before {
    position: absolute;
    top: 3.5rem;
    left: 0;
    bottom: 3.5rem;
    right: 0;
    content: '';
    background: #4D90E0;
    background: -webkit-linear-gradient(to right, #4D90E0, #e48600);
    background: linear-gradient(to right, #4D90E0, #e48600)
}

#register .signup-form {
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0 12px 50px rgba(0, 0, 0, 0.15), 0 7px 24px rgba(0, 0, 0, 0.12);
    margin: 1rem 2%;
    width: 40%;
    padding: 0 2rem 2rem;
    z-index: 1
}

#register .title-section {
    margin-top: 2rem;
    font-size: 2rem;
    font-weight: 700;
    text-align: center
}

#register .signup-form .title-section {
    margin-bottom: 0rem
}

#register .color-brand-primary {
    color: #cd201f
}

#formSearchTop .form-control {
    border: none !important;
    box-shadow: none !important
}

#register .signup-form .form-control {
    padding: 2rem !important;
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid #ced4da;
    border-radius: .5rem;
    height: unset;
    box-shadow: unset
}

#register .signup-form input {
    font-size: 1.8rem;
    width: 100%;
    padding: 10px 16px;
    font-family: 'Roboto', sans-serif;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #e9ecef;
    background-color: #fff;
    color: #2e2e2e
}

#register .container {
    max-width: 1570px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

#register .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

#register .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    box-shadow: 0 2px 4px 0 rgb(227, 109, 0), 0 10px 20px 0 rgba(0, 0, 0, 0.25);
    padding: 1rem 4.5rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 50px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    cursor: pointer;
    margin: 0 2px;
    text-transform: uppercase
}

#register .btn.btn-primary {
    border: none;
    background: #e48000;
    background: -webkit-linear-gradient(to right, #e48000, #f7ca26);
    background: linear-gradient(to right, #e48000, #f7ca26);
    color: #fff;
    font-size: 24px
}

#register .btn.btn-primary:hover {
    opacity: 0.8
}

#register h4,
#register .h4 {
    font-size: 2.125rem
}

#register .fanpage-area {
    position: relative;
    z-index: 0;
    color: #fff;
    padding: 10px;
    margin: 1rem 0;
    width: 23.5%;
    height: 525px
}

#register .fanpage-area:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    content: '';
    opacity: .9;
    background: -webkit-linear-gradient(133.69deg, #dd2200 0, #ffffff 36.83%, #e37400 100%);
    background: linear-gradient(133.69deg, #dd2200 0, #ffffff 36.83%, #e37400 100%);
    background-size: cover;
    background-position: center;
    background-color: #dd2200;
    border-radius: .5rem
}

.bepvuson-slogan {
    background: url("https://bepvuson.vn/Content/pc/images/slogan.png") center center no-repeat;
    width: 100%;
    height: 110px
}

.bepvuson-manager {
    background: url("https://bepvuson.vn/Content/pc/images/manager.jpg") center center/100px 100px no-repeat;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto
}

.manager {
    text-align: center;
    border-radius: 0;
    padding: 0;
    width: 30% !important;
    position: relative;
    background: #85bcd61f
}

.postvuson {
    padding: 10px;
    display: block;
    text-align: left;
    margin: 100px 0 0;
    font-size: 13px
}

iframe {
    width: 100%
}

iframe.fb_customer_chat_bounce_in_v2 {
    right: 8px !important;
    bottom: 126px !important
}

.showroom-icon {
    background: url("https://bepvuson.vn/Content/pc/images/showroom-icno.png") center 0/100px 100px no-repeat;
    width: 100%;
    height: 100px
}

.showroom-zalo {
    background: url("https://bepvuson.vn/Content/pc/images/zalo.ico") 0 0/13px 13px no-repeat;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin: 0 10px 0 0
}

.resuiltSearch {
    position: absolute;
    z-index: 10;
    top: 115%;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #eee;
    padding: 10px !important;
    margin: 0 auto !important;
    box-shadow: 0 10px 25px -10px #000;
    width: 97%;
    border-radius: 8px;
    display: none
}

.resuiltSearch .media-left {
    float: left;
    width: 80px
}

.resuiltSearch .media-body {
    float: left;
    width: 75%
}

.resuiltSearch li {
    line-height: 22px
}

.resuiltSearch li.page {
    border-bottom: 1px solid #ccc;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0
}

.resuiltSearch li.page a {
    color: #4d90e0;
    margin-left: 5px;
    font-weight: 700
}

.resuiltSearch .name-prd {
    font-weight: 600;
    color: #333
}

.resuiltSearch .pri-item {
    font-size: 14px;
    color: #e00;
    font-weight: 600;
    margin-bottom: 0
}

.customer-profit-area ul.list-profit li,
.customer-profit-area ul.list-profit li .el {
    display: inline-block;
    vertical-align: middle
}

.fanpage-right,
.muahang {
    width: 30%;
    float: left
}

.fanpage-right {
    padding-left: 10px
}

.red {
    color: #ed1a21
}

.add-fanpage {
    padding-left: 5px
}

.footerTop {
    padding-top: 10px
}

.tagline {
    padding: 33px 0
}

.toptit {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 16px;
    color: #f00;
    font-weight: 600
}

.toptit:before {
    content: "\f095";
    font: 14px/20px FontAwesome;
    margin-right: 5px;
    color: #f00;
    vertical-align: top
}

.muahang p {
    line-height: 36px;
    font-size: 13px
}

.muahang p span {
    display: inline-block;
    width: 80px;
}

.incom a,
.pdl-small-images .item .reponsive-img {
    display: block
}

.muahang p b {
    color: #444;
    font-size: 14px
}

.incom div.col-footer {
    width: 20%;
    float: left
}

.incom div.col-footer:nth-child(1) label:before {
    content: "\f129"
}

.incom a {
    line-height: 26px;
    font-size: 13px;
    color: #333
}

.title-store,
p.vuson-group {
    color: #fff;
    text-transform: uppercase
}

.incom div.col-footer:nth-child(2) label:before {
    content: "\f0f6";
    font-size: 14px
}

.prContact {
    float: unset
}

p.vuson-group {
    background: #646d7f;
    padding: 5px;
    font-weight: 700;
    border-radius: 0;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: tahoma
}

.title-store,
p.name-manager {
    font-weight: 600;
    text-align: center
}

p.name-manager {
    font-style: italic;
    font-size: 14px
}

.ftTop {
    background: #fff;
    padding: 0 0 180px 0;
    border-top: 1px solid #eee;
    margin-top: 20px
}

.incom a:hover {
    color: red
}

.diachishowroom {
    background: #e10c0c;
    background: -webkit-linear-gradient(to right, #4D90E0, #e41717);
    background: linear-gradient(to right, #4D90E0, #e41717);
    padding: 10px 0;
    border-top: 7px solid #e7b500
}

.title-store {
    display: block;
    font-size: 16px;
    margin: 0 0 15px;
    word-spacing: 2px;
    border-bottom: 1px solid #f7f7f7;
    padding: 10px 0 20px
}

ul.diachoshdk>li {
    width: 25%;
    height: 100px;
    float: left;
    margin: 0 0 10px 0;
    padding: 0 10px;
    box-sizing: border-box;
    border-bottom: 1px dashed #eee
}

.store-info {
    vertical-align: top;
    font-size: 14px;
    color: #596067;
    font-family: Roboto, sans-serif;
    text-align: center
}

p.name-showroom {
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 5px;
    line-height: 18px
}

.store-info p {
    margin-bottom: 0;
    line-height: 21px;
    color: #fff;
    font-family: 'Roboto', sans-serif
}

.store-info .dc {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-break: break-word
}

.store-info .fa {
    margin-right: 10px
}

.filterBrand li {
    width: 33.33%
}

.noteDescription {
    padding: 0;
    line-height: 1.6;
    border-radius: 6px;
    margin-bottom: 20px
}

.list-product-ctgr .product-fs.productListVuSon li.item {
    float: left;
    position: relative
}

.ctgrRight .product-fs.productListVuSon li.item {
    width: 25% !important;
    float: left
}

.product-fs.productListVuSon li.item:hover .responsive-img,
.product-fs li.item:hover .responsive-img {
    transform: translateY(-15px)
}

.product-fs li.item .bx-it-pr {
    padding: 0 10px;
    height: 305px;
    text-align: left
}

.product-fs li.item .bx-it-pr .showrom {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 3;
    display: block;
    width: 45px
}

.priceBox_prd .note {
    font-weight: 600;
    color: #008200;
    font-size: 16px
}

.click_hd_btn,
.click_hd_btn:hover {
    width: 100%;
    clear: left;
    background: #5cb85c;
    display: block;
    text-align: center;
    padding: 10px;
    color: #fff;
    box-shadow: 0 3px 4px 0 rgba(10, 31, 68, 0.1), 0 0 1px 0 rgba(10, 31, 68, 0.08);
    font-weight: 600;
    font-size: 18px;
    border-radius: 3px
}

.shoroomDetail {
    width: 26.8%;
    float: left;
    padding: 0 0 0 25px
}

.hethongsieuthiGan ul {
    height: 380px;
    overflow-y: scroll
}

.boxQuatang_prd {
    width: 100%;
    float: left;
    margin-top: 20px;
    border: 1px dashed #580000;
    padding: 10px
}

.page-thuonghieu {
    margin-top: 20px
}

.imgBrandCtgr {
    text-align: center
}

.imgBrandCtgr img {
    max-width: 200px
}

.listCtgrBrand .col-md-3 {
    width: 16.6666667%
}

.listCtgrBrand .item {
    position: relative;
    box-shadow: 0 2px 4px 1px rgb(0 0 0 / 12%);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px
}

.titleBrandBox .flexLeft {
    justify-content: center;
    !important
}

.listCtgrBrand .item .title {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #444;
    line-height: 15px;
    height: 26px
}

.listCtgrBrand .item .titleBrandBox {
    background: #fff;
    padding: 10px
}

.listCtgrBrand .item .icbrand_ctgr {
    width: 90px;
    margin-right: 10px
}

.wrap_cart_suscess {
    background: #fff;
    margin: 50px 0;
    width: 100%;
    float: left;
    padding: 50px 20px
}

.titleThank {
    font-size: 26px;
    font-weight: 600;
    color: #5cb85c;
    margin-bottom: 20px
}

.thankyouText {
    font-size: 20px
}

.btnBackBuy,
.btnBackBuy:hover {
    background: #f59000;
    color: #fff;
    margin: 20px 0;
    font-weight: 600;
    text-transform: uppercase
}

.pageNewsPost {
    padding: 15px;
    max-width: 1260px;
    margin: 0 auto
}

.pageNewsPost .heading {
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px
}

.pageNewsPost .heading .nameTitle {
    display: inline-block;
    text-transform: uppercase;
    font-size: 22px;
    color: #2e2e2e;
    margin-bottom: 15px
}

.pageNewsPost .postentry .notepost {
    font-size: 16px;
    background: #4D90E014;
    padding: 10px;
    margin-bottom: 10px
}

.postentry img {
    width: auto !important;
    height: auto !important
}

.pageNewsPost .titleSibar {
    font-weight: 600;
    font-size: 16px;
    border-bottom: 2px solid #4D90E0;
    padding-bottom: 5px;
    color: #4D90E0
}

.list-danhmucnew li {
    background: #e8e8e8;
    padding: 5px
}

.list-danhmucnew li a {
    display: block;
    text-align: center;
    padding: 15px 10px;
    background: #fff;
    font-size: 16px;
    color: #5f5f5f;
    font-family: tahoma
}

.list-danhmucnew li a:hover {
    box-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 5px #7b7b7b;
    color: #4D90E0
}

ul.list-danhmucnew {
    margin: 10px 0 !important
}

.listnewOther {
    margin-top: 10px
}

.listnewOther .divInfoItem {
    padding: 10px;
    margin-bottom: 30px
}

.listnewOther .item-News {
    margin-bottom: 0
}

.list-newsHot {
    margin-top: 10px !important
}

.list-newsHot .media-heading {
    font-size: 13px
}

.list-newsHot li {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d2d2d2
}

.list-newsHot li:hover .media-heading {
    color: #0074c1
}

.myCart_listproduct {
    margin: 20px 0;
    background: #fff;
    padding: 20px
}

.table-popcart .img {
    width: 80px;
    height: 65px;
    text-align: center;
    float: left;
    overflow: hidden;
    border: 1px solid #e5e5e5
}

.table-popcart .name {
    width: calc(100% - 80px);
    float: left;
    padding-left: 10px
}

.table-popcart .name .name-product {
    font-size: 16px;
    color: #000;
    display: block;
    float: left
}

thead.active th {
    background: #4D90E0;
    color: #fff;
    text-align: center
}

.red {
    color: red
}

.stickyprice {
    background: #fff;
    padding: 15px
}

.sticky-fixed {
    position: fixed;
    top: 70px
}

.left-fixed {
    position: fixed;
    top: 75px
}

.top-fixed {
    position: fixed;
    width: 100%;
    top: 0
}

.pagination .loading {
    background: #000;
    opacity: 0.5;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
    display: none
}

.pagination .loading .icon {
    background: url("../photos/ajax-loader.gif") no-repeat center center / 50px 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    text-indent: -9999px
}

.pagination {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.listform_filter.category li {
    width: 100%
}

.noteDescription h2,
.postentry h2,
.postentry h3,
.postentry h4,
.postentry h5,
.postentry h6 {
    text-align: justify;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px 0
}

.titleBoxContent {
    font-size: 17px;
    font-weight: bold;
    display: flex
}

.titleBoxContent.red {
    color: #ffa500
}

.titleBoxContent span {
    color: #ffa500;
    max-width: 356px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 5px
}

.boxgianiemyet {
    position: relative
}

.click-km {
    position: absolute;
    top: 25px;
    right: 0
}

.product-sizes {
    margin-bottom: 15px
}

.map-price-sp {
    display: flex
}

.product-sizes p,
.product-colors p {
    color: #111;
    margin-bottom: 6px;
    font-weight: bold
}

.product-sizes .header {
    color: #666;
    margin-bottom: 5px
}

.radio-squared__holder {
    width: 100%;
    height: 100%;
    font-weight: 700;
    color: #000;
    border-radius: 2px;
    display: block
}

.product-sizes label {
    margin-bottom: 0;
    display: flex
}

.product-sizes__item {
    position: relative;
    text-align: center;
    margin-right: 10px
}

.radio-squared input[type=radio] {
    width: 0;
    height: 0;
    display: none
}

.radio-squared__num {
    position: relative;
    z-index: 2;
    font-size: 12px;
    display: block;
    top: 6px;
    height: 26px;
    line-height: 12px;
    padding: 0 0 0 18px
}

.radio-price {
    font-size: 16px;
    color: #ed1c24;
    display: block;
    margin-bottom: 6px
}

.radio-squared input[type=radio]:checked+span {
    border-color: #ed1c24
}

.radio-squared input[type=radio]:checked+span::before {
    content: "✓";
    position: absolute;
    background: #3fb846;
    border: 1px solid #3fb846;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 0;
    top: 6px;
    width: 16px;
    left: 8px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    font-size: 10px
}

.radio-squared__btn:before {
    width: 16px;
    height: 16px;
    content: " ";
    left: 8px;
    position: absolute;
    background: #ffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    padding: 0;
    top: 6px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    font-size: 10px
}

.radio-squared__btn,
.radio-squared__btn--disabled {
    -webkit-transition: border-color, .25s, ease-in-out;
    -moz-transition: border-color, .25s, ease-in-out;
    transition: border-color, .25s, ease-in-out;
    display: inline-block;
    color: #787878;
    line-height: 10px;
    font-size: 1.1rem;
    text-align: center;
    min-width: 34px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    padding: 2px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 15%)
}

.radio-squared input[type=radio]:disabled+span {
    cursor: not-allowed;
    opacity: .6
}

.radio-squared__btn:hover {
    color: #141414;
    cursor: pointer;
    border-color: #787878
}

.radio-squared input[class*=has--error]+span {
    color: #fa324b;
    border: 1px solid #fa324b
}

.right-fixed {
    top: 75px;
    position: fixed;
    right: 15px;
    background: #fff;
    padding: 15px;
    box-sizing: border-box
}

.cod-order {
    text-align: center
}

.title-news {
    display: inline-block;
    text-transform: uppercase;
    font-size: 22px;
    color: #2e2e2e;
    margin-bottom: 15px
}

.list-news {
    background: #fff;
    float: left;
    width: 100%;
    padding: 15px 0 !important
}

.postInfo iframe {
    width: 100%;
    box-sizing: border-box
}

.bankBox {
    display: none
}

.slide-brand .swiper-slide img {
    height: 40px;
    width: auto !important
}

.slide-brand .swiper-slide a {
    background: #fff;
    height: 60px;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center
}

.media-left {
    width: 25%
}

.media-body {
    width: 75%
}

.post_content.ext {
    height: 100px;
    overflow: hidden
}

.ext-show {
    width: 100%;
    text-align: center;
    margin: 10px 0 0
}

.ext-show a {
    display: inline-block;
    width: 100px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px
}

.tg-tab-tdl {
    display: table-cell;
    width: 39.5%;
    min-height: 400px
}

.tg-tab-tdr {
    display: table-cell;
    vertical-align: top;
    width: 60.5%;
    border: 1px solid #ddd;
    padding: 30px 0 0 40px
}

.tg-tab-titl {
    text-align: center;
    color: #FFF;
    font-size: 18px;
    background: #c3281d;
    display: block;
    padding: 20px 0 25px
}

.tg-tabul {
    padding: 25px 0 75px 15px;
    background-color: #f2f2f2
}

.tg-tabul>li>a>p {
    color: #34495e;
    font-size: 14px;
    position: relative;
    padding: 12px 25px 12px 0;
    line-height: 22px
}

.tg-tabul>li>a>p>span {
    display: inline-block;
    float: left;
    margin: 0 10px;
    color: #FFF;
    padding: 1px 8px;
    background: #34495e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.tg-tab-itit,
.tg-tab-ulsel,
.tg-tabul>li.active>a>p {
    color: #c3281d
}

.tg-tabul>li.active {
    background: #FFF;
    position: relative;
    right: -1px
}

.tg-tabul>li.active>a>p>span {
    background: #c3281d
}

.tab-content>.tab-tabul {
    display: none
}

.tab-content>.tab-tabul.active {
    display: block
}

.tg-tab-ulifo,
.tg-tab-ulsel {
    display: table-cell;
    vertical-align: top
}

.tg-tab-scroll {
    overflow: auto;
    max-height: 400px
}

.tg-tab-itit {
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 11px
}

.tg-tabr-p {
    margin-left: 30px
}

.tg-tabr-p li {
    font-size: 14px;
    padding: 7px 4px
}

.tg-tab-ulsel {
    width: 80px;
    font-size: 14px
}

.tg-tab-ulifo p {
    margin-bottom: 5px;
    padding-left: 14px
}

.tg-tab-tcc {
    font-size: 14px;
    display: inline-block;
    margin-top: 2px
}

.tg-tabr-p p i.fa {
    color: #c3281d;
    font-size: 14px;
    padding-right: 5px
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    border: 0;
    background: #fff;
    opacity: 1;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    top: -5px;
    right: -5px;
    position: absolute;
    text-align: center;
    font-size: 20px;
    z-index: 999999
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    background: #fff;
    opacity: 1
}

.fix-modal .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 0
}

.fix-modal .modal-header {
    padding: 0;
    border-bottom: 0
}

.title-trg {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin: 40px 0
}

.trg-tbnoti table tr td {
    width: 20%
}

.trg-tbnoti table>tbody>tr>td,
.trg-tbnoti table>tbody>tr>th,
.trg-tbnoti table>tfoot>tr>td,
.trg-tbnoti table>tfoot>tr>th,
.trg-tbnoti table>thead>tr>td,
.trg-tbnoti table>thead>tr>th {
    vertical-align: top
}

.btnsubmit {
    color: #fff;
    text-align: center;
    padding: 10px 0;
    min-width: 100%;
    background: -webkit-linear-gradient(top, #f59000, #fd6e1d)
}

.btnsubmit:hover {
    color: #fff
}

.box-list-callshowroom {
    padding: 65px 15px 15px 15px;
    position: relative;
    min-height: 168px
}

.box-list-callshowroom .title {
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    top: 0;
    left: 0;
    right: 0;
    text-align: center
}

.tableCallBuy {
    display: block;
    height: 290px;
    overflow-y: scroll
}

.tableCallBuy tr td {
    width: 50%;
    padding: 0 10px
}

.tableCallBuy tr td:nth-child(2) {
    font-size: 15px;
    font-weight: 600;
    padding-left: 20px
}

section.location-showroom {
    background: #fff;
    padding: 30px 0;
    margin: 30px 0
}

.location-showroom .wrapper {
    width: 1170px;
    margin: 0 auto
}

.location-showroom h4 {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px
}

.box-item-order {
    background: #fff;
    color: #fff;
    padding: 10px;
    height: 350px;
    overflow-y: scroll
}

.box-item-order .item-order {
    position: relative;
    padding: 8px 25px;
    margin: 0;
    cursor: pointer
}

#locations li {
    color: gray
}

#locations li:hover {
    color: #db2724
}

.info-showroom {
    text-align: center;
    padding-top: 35px;
    font-size: 15px
}

p.title-shr {
    font-weight: 700;
    font-size: 18px;
    color: #d8241b
}

i.fa.fa-google {
    color: #db2724
}

i.fa.fa-facebook-square {
    color: #4267b2
}

.modal-body .info-showroom .fa {
    margin-right: 5px
}

.item-order i.fa-map-marker {
    margin: 0 5px 0 0
}

.item-order i.fa-hand-o-right {
    margin: 0 0 0 10px
}

.check-map-location {
    overflow: hidden
}

.descriptionTopCtgr {
    margin: 15px 0 0
}

.support-online {
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0
}

.support-online a {
    position: relative;
    margin: 17px 10px;
    text-align: left;
    width: 40px;
    height: 40px
}

.support-online i {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999
}

.support-online a span {
    border-radius: 2px;
    text-align: center;
    background: rgb(103, 182, 52);
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 0;
    left: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1
}

.support-online a:hover span {
    display: block
}

.support-online a {
    display: block
}

.support-online a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent rgb(103, 182, 52) transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px
}

.alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: .75;
    right: -10px
}

.alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #0089B9;
    opacity: .5
}

.support-online .btn-support {
    cursor: pointer
}

.monopoly-box {
    text-indent: -9999px;
    margin: 0;
    position: absolute;
    background: url("https://bepvuson.vn/Content/pc/images/present-box.gif") 0 0/35px 35px no-repeat;
    width: 35px;
    height: 35px;
    left: 10px;
    bottom: 10px;
    background: url("https://bepvuson.vn/Content/images/docquyen.gif") 0 0/100px 55px no-repeat;
    width: 100px;
    height: 60px;
    left: 50px;
    top: -7px
}

.promo-detail {
    font-size: 15px;
    font-weight: bold;
    color: #00f
}

.important-announce {
    font-size: 14px !important
}

.fb_dialog.fb_dialog_advanced.fb_customer_chat_bubble_pop_in.fb_customer_chat_bubble_animated_with_badge {
    left: 18px !important
}

.fb_dialog.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge.fb_customer_chat_bubble_pop_in {
    right: 25px !important;
    bottom: 76px !important
}

iframe.fb_customer_chat_bounce_in_v2 {
    right: 8px !important;
    bottom: 126px !important;
}

.zs-tooltips-container.zs-active span {
    visibility: hidden !important
}

.zalo-chat-widget {
    left: -5px !important;
    bottom: 56px !important
}

#zsToolTips {
    display: none
}

.zs-tooltips-container {
    display: none !important
}

.sec-menu-mb-bosung #mm.hien {
    display: block;
    width: 100%
}

.sec-menu-mb-bosung .listm a {
    display: flex;
    width: 15.65%;
    margin: .5%;
    border: 1px solid #c21a1c;
    background: #c11a1c;
    color: #fff;
    font: bold 9px/16px Arial;
    border-radius: 3px;
    float: left;
    height: 48px;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.sec-menu-mb-bosung .listm {
    padding: 10px 1%;
    background: #f2f2f2;
    display: table;
    width: 100%
}

.slide-brand {
    position: relative
}

.fs-aslide .fs-asleft .owl-dots {
    display: none
}

.litnavmain {
    margin-top: 5px !important;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 0 3px 0 #dee2e6;
    display: grid;
    grid-gap: 0;
    border: none;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(8, minmax(0, 1fr))
}

.litnavmain li {
    display: inline-flex;
    box-sizing: border-box
}

.litnavmain li a {
    float: left;
    width: 100%;
    background: #fff;
    border-right: 1px solid rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}
.litnavmain li a.lit_jk {
    border-right: 1px solid rgb(255 255 255 / 30%);
    border-bottom: 1px solid rgb(249 239 239 / 30%);
}
.litnavmain li a.lit_jk:hover {
    box-shadow: 0 2px 12px rgb(255 255 255 / 20%);
    z-index: 1
}

.litnavmain li a:hover {
    box-shadow: 0 2px 12px rgb(0 0 0 / 20%);
    z-index: 1
}

.litnavmain li img {
    display: block;
    width: auto;
    padding: 9px 6px;
    margin: 10px auto 0;
    height: 64px
}

.litnavmain li:last-child img {
    object-fit: contain
}

.litnavmain li span {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: 600
}

.litnavmain li:hover span {
    font-weight: bold;
    color: #f00
}

.filterBrand li {
    width: 50%
}

img.icImgBrand {
    height: 36px;
    object-fit: contain;
    width: 90px
}

.filterBrand li .checkbox label::before {
    top: 6px
}

.wp-banner-ads {
    position: relative;
    border-radius: 7px;
    overflow: hidden
}

.wp-banner-ads .img-ads-1 {
    overflow: hidden;
    height: 192px
}

.wp-banner-ads .img-ads-1 img {
    transition: all 0.3s ease-in-out;
    height: 100%;
    object-fit: cover
}

.wp-banner-ads:hover .img-ads-1 img {
    transform: scale(1.1)
}

.wp-banner-ads .text-ads-1 {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px
}

.text-ads-1 .h2-title {
    font-size: 16px;
    font-weight: bold;
}

.text-ads-1 .h2-title a {
    color: #fff
}

.text-ads-1 .h2-title a:hover {
    color: #ffde50
}

.text-ads-1 .btn-xemthem {
    font-size: 12px;
    padding: 5px 10px;
    background-color: #ffde50;
    border-color: #ffde50;
    color: #000
}

#slider-banner-ads .owl-prev,
#slider-banner-ads .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.2) !important;
    opacity: 0.6;
    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
}

#slider-banner-ads .owl-prev {
    left: 30px
}

#slider-banner-ads .owl-next {
    right: 30px
}

#slider-banner-ads .owl-next:hover,
#slider-banner-ads .owl-prev:hover {
    background-color: #0a2453 !important;
    border-color: #0a2453 !important
}

#slider-banner-ads:hover .owl-prev {
    left: 10px;
    opacity: 1
}

#slider-banner-ads:hover .owl-next {
    right: 10px;
    opacity: 1
}

.fs-asntit {
    display: table;
    width: 100%;
    padding-bottom: 0 !important
}

.fs-asntit>h3 {
    float: left
}

.fs-asntit>h3 a {
    position: relative
}

.listform_filter.filterBrand .checkbox label::after {
    top: 5px
}

.wp-banner-ads1 img {
    width: 100%;
    object-fit: cover
}

.wp-list-ads {
    width: calc(30.5% - 20px);
    float: right;
    position: relative;
    z-index: 5;
    background: #fff;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    box-shadow: rgb(60 64 67 / 10%) 0 1px 2px 0, rgb(60 64 67 / 15%) 0 2px 6px 2px;
    background: #fff;
    position: relative
}

.list-ads2 li img {
    width: 100%;
    margin-top: 1px;
    border-radius: 6px
}

.fs-asntit h3 {
    float: left;
    font-size: 14px;
    float: left
}

.fs-asntit a {
    float: right;
    color: #e00
}

.fs-hokey-cate {
    overflow: hidden;
    background: #f3f3f4;
    padding: 0;
    font-size: 14px;
    margin-top: 10px;
    float: left;
    width: 100%
}

.fs-hokey-cate p>a {
    background: #4d90e0;
    text-align: center;
    float: left;
    padding: 3px 25px 0 30px;
    color: #fff !important;
    text-transform: uppercase;
    line-height: 29px !important;
    height: 34px;
    font-size: 14px
}

.fs-hokey-cate p:after {
    position: absolute;
    top: 0;
    right: -16px;
    width: 0;
    height: 0;
    border-bottom: 35px solid #4d90e0;
    border-right: 16px solid transparent;
    content: ""
}

.fs-hokey-cate p {
    float: left;
    position: relative;
    margin: 0
}

.fs-hokey-cate a.view-more {
    float: right;
    margin-top: 8px;
    margin-right: 20px;
    color: #e23a24;
    font-weight: 600
}

.robbin {
    width: 50px;
    height: 50px;
    background: url("https://bepvuson.vn/Content/pc//Content/LandingPage/images/type-discount.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #f8f06a;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2
}

.ms {
    left: 2px;
    bottom: 70px;
    position: fixed;
    z-index: 97;
    width: 60px;
    height: 60px;
    background: url("https://bepvuson.vn/Content/pc/images/fb.jpg") no-repeat center center
}

.ms,
.ms b {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.ms span,
.ms em {
    position: absolute;
    width: 120px;
    height: 30px;
    margin-left: 70px;
    margin-top: 5px
}

.ms span {
    z-index: 1;
    background-color: #00427f;
    border-radius: 6px;
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70)
}

.ms em {
    z-index: 2;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-style: normal
}

.ms b {
    position: absolute;
    z-index: 2;
    width: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #cc0000;
    margin-left: 40px;
    font-weight: 500
}

.wrap-brand {
    padding: 15px 15px 0 5px;
    clear: both
}

.wrap-brand .swiper-button-next,
.wrap-brand .swiper-button-prev {
    width: 20px;
    height: 30px;
    margin-top: -15px;
    background-size: 20px 30px
}

.brand-cate {
    font-size: 15px;
    padding: 0 5px;
    margin: 0;
    list-style: none
}

.brand-cate li {
    margin: 4px;
    transition: 0.3s;
    border: 1px solid #ddd;
    box-shadow: 0 0 1px 0 #dee2e6;
    border-radius: 5px;
    background: #fff
}

.brand-cate li .category-card__image {
    position: relative;
    text-align: center;
    overflow: hidden
}

.brand-cate li .category-card__image img {
    height: 40px
}

.brand-cate li .category-card__name {
    border-top: 1px solid #e6e6e6;
    padding: 10px 8px;
    font-weight: 600;
    text-align: center;
    line-height: 1.25rem
}

.brand-cate li a {
    font-size: 14px;
    color: #212121;
    display: block;
    border-radius: 3px;
    justify-content: center;
    align-items: center
}

.brand-cate li a:hover {
    color: #dd1015
}

.brand-cate li:hover img {
    transition: 0.5s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.section-title>h3 {
    color: #000;
    font-size: 22px;
    line-height: 10px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 12px 0 20px 0;
    position: relative
}

.section-title>h3 span {
    color: #666;
    text-transform: uppercase;
    font-size: 13px
}

.section-icon {
    color: #dd1015;
    font-size: 16px
}

.section-title>h3::before {
    background: #dd1015 none repeat scroll 0 0;
    bottom: -19px;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    width: 60px
}

.section-title {
    padding-bottom: 20px;
    text-align: center;
    position: relative
}

.section-title.pdtop {
    padding: 30px 0 0 0
}

.baohanh {
    color: #06579e
}

.ftn_cen {
    max-width: 500px;
    margin: 0 auto !important
}

#call_city .modal-header,
#call_contact .modal-header {
    padding: 0;
    border: none
}

#call_city .modal-body,
#call_contact .modal-body {
    padding: 0
}

.fancybox-bg {
    background: #fff
}

.fancybox-is-open .fancybox-bg {
    opacity: 1
}

#footer .container-fluid .row {
    padding: 30px 0 20px 0 !important;
    border-radius: 6px
}

.contact-info .title-c {
    clear: both;
    margin-bottom: 15px;
    text-align: left;
    text-transform: uppercase;
    font-size: 18px
}

.contact-info .content .tel {
    color: #e00;
    font-weight: bold
}

.md-form {
    margin: 0 0 10px 0;
    position: relative
}

.form-textarea {
    height: 99px;
    padding: 10px;
    margin-top: 10px
}

#personal-form .btn-contact {
    cursor: pointer;
    outline: none;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: 600;
    line-height: 36px;
    border-radius: 5px;
    color: #fff;
    background-color: #4197ee;
    border: solid 1px #2d83d8;
    transition: all .35s ease;
    padding: 6px 30px
}


@media (min-width: 768px) {
    .modal-dialog {
        width: 800px;
        margin: 206px auto
    }

    .modal-ct {
        width: 600px
    }
    .priceAll.jk23 {
        font-size: 18px;
    }
    .priceGiagoc.jk23 {
        font-size: 14px;;
    }
    .product-cols .thumbnail-item{
        height: 165px;
    }
    .img--quangcao{
        height: 48px !important;
    }
}

@media (min-width: 768px) and (max-width:1068px) {
    .owl-carousel .owl-item img {
        min-height: 180px !important
    }

    .litnavmain li {
        /* width: calc((100% - 90px)/10); */
        margin: 3px
    }

    .litnavmain li span {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }

    .ctgr-title-right a {
        font-size: 11px;
        padding: 11px 5px
    }

    .box-ctgr-home .fs-hokey h2 {
        font-size: 12px;
        padding: 0 6px
    }

    .mnTop span {
        font-size: 11px;
        padding: 0 2px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .ctgrRight .product-fs.productListVuSon li.item {
        width: 33.3333% !important;
    }

    .pageCategory2 .ctgrLeft {
        width: 25%;
    }

    .pageCategory2 .ctgrRight {
        width: 75%;
    }

    .filterTopCtgr a,
    .filterTopCtgr label {
        font-size: 13px;
    }

    ul.tab li a {
        font-size: 12px !important
    }

    .ftn_left .tab li a i,
    .ftn_right .tab li a i {
        display: none;
    }

    #footer .container-fluid .row {
        padding: 10px 0 !important;
    }
    .litnavmain {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .header-search {
        top: 17px;
        right: 27%;
    }
    .header-search input[type="text"], .header-search input[type="search"] {
        width: 300px;
    }
    .mobile-hidden-tvmh {
        top: 54px;
    }
    .blog-sec {
        margin-top: 24px;
    }
    .product-fs li.item {
        width: 25%;
        display: block !important;
    }
    .flexBet {
        flex-direction: column !important;
    }
    .priceAll.jk23 {
        font-size: 16px;;
    }
    .priceGiagoc.jk23 {
        font-size: 15px;
        display: block !important;
    }
    .product-cols .thumbnail-item{
        height: 130px !important;
    }
}
@media (max-width:767px) {
    .content-main:before {
        top: -8rem;
        height: 115px;
    }
    .owl-carousel .owl-item img {
        min-height: 140px !important
    }
    .litnavmain {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .pageCategory2 #sidebar.ctgrLeft {
        display: none !important;
        width: 0;
    }
    .pageCategory2 .ctgrRight {
        width: 100% !important;
    }
    .product-fs li.item {
        width: 50%;
    }
    .priceAll.jk23 {
        font-size: 15px;
        display: block !important;
    }
    .flexBet {
        flex-direction: column !important;
    }
    .priceGiagoc.jk23 {
        font-size: 12px;
        display: block !important;
    }
    .show-more #js-show-more {
        width: 50%;
    }
    .click-km {
        top: 0px;
    }
    .col-12.contact-textarea {
        margin-right: 15px;
    }
    .title-jk .title-bg {
        font-size: 84px;
        line-height: 100px;;
    }
    .title-section.title-jk h1 {
        font-size: 47px;
    }

    .detail-slide{
        margin-bottom: 46px !important;
    }
    .h2-title{
        font-size:15px;
    }
    .detail-slide .owl-theme .owl-nav {
        top: 103% !important;
        width: 37%;
        left: 32%;
    }
    
    .detail-slide .owl-theme .owl-nav .owl-prev, 
    .detail-slide .owl-theme .owl-nav .owl-next
    {
        width: 30px !important;
        height: 30px !important;
    }
    .detail-slide .owl-theme .owl-nav .owl-prev a, 
    .detail-slide .owl-theme .owl-nav .owl-next a
    {
        font-size: 16px;
    }
    .off-canvas-current {
        z-index: 9999999999999999999 !important;
    }
    .img--quangcao{
        height: 24px !important;
    }
    .tool-map {
        right: 31%;
        top: 11px;
    }
    .tool-map a{
        background: none !important;
        padding: 8px 7px;
    }
    .tool-map a i{
        font-size: 22px !important;
    }
    .tool-map a span{
        line-height: 16px !important;
    }
    .gh-1.gv-4.isotope-grid.row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .pageCategory2,
    .list-product-ctgr {
        margin-top: 0;
    }
    
}

.slideshows .owl-theme .owl-nav {
    top: 48% !important;
}
.blog-sec .owl-theme .owl-nav {
    top: -4% !important;
}
.blog-sec .owl-theme  .owl-nav {
    width: 70px;
    position: absolute;
    top: 0;
    right: 0;
}
.blog-sec .owl-theme  .owl-nav .owl-prev, 
.blog-sec .owl-theme  .owl-nav .owl-next 
 {
    background: none;
}


.blog-sec .owl-prev a, .blog-sec .owl-next a {
    color: #555 !important;
    height: 18px;
    margin: 0 2px;
    position: relative;
    text-align: center;
    width: 18px;
    font-size: 18px;
    padding: 4px 5px;
}
.badge-jk{
    background: var(--yellow); 
    padding: 2px 11px; 
    border-radius: 12px; 
    display: inline-block;
}
.badge-area-show {
    position: absolute;
    top: 10%;
    left: 5%;
}
.badge-area-show .bagde-flag-wrap{
    padding: 4px 12px;
    background: var(--red);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.badge-area-show .bagde-flag-wrap a{
    color: #fff;
}

#topsl .slideshows .slider .owl-carousel .owl-nav .owl-prev svg path,
#topsl .slideshows .slider .owl-carousel .owl-nav .owl-next svg path
 {
    stroke: #fff !important;
} 

.text-2-line{
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-3-line{
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-body .btn:hover {
    color: var(--xanh);
    background: #e31922;
    border-bottom: none;
}


#footer .button {
    background: var(--xanh) !important;
}