
body {
    background: #f6f6f6;
}

/*CSS MA MAU*/

/*CSS MA MAU*/

/*HEADER*/

.main-1 {
    position: relative;
    z-index: 10;
    background-image: linear-gradient(to right, #aa0007 , #ed1c24);
}

.main-1:before{
    content: "";
    width: 180px;
    height: 180px;
    right: 150px;
    top: -100px;
    background: url(/uploads/plugin/custom_img/2021-06-26/1624690158-308946174-custom.png) center center no-repeat;
    opacity: .4;
    position: absolute;
    animation: App-world-spin infinite 20s linear;    
}

@keyframes App-world-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.hotline_top {
    float: right;
}
.header-top>.container>.row {
    display: flex;
    align-items: center;
}
.hotline_top a {
    font-weight: 700;
    border-radius: 50px;
    padding: 8px 18px;
    color: #ed1c24;
    border: 1px solid #ed1c24;
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.hotline_top {
    margin-left: 20px;
}

.nav-right .cart-order .dropdown-toggle i {
    font-size: 18px;
    position: relative;
    left: -2px;
    top: 2px;
}
.box-right .item-dropdown.Foatright.item-inline.dropdown {
    padding: 11px 0 9px;
}

.mini-cart-order.cart-order {
    padding: 2px 0;
}
.navbar-header a.logo img {
    width: 170px;
}

@media(min-width:1200px){
    .box-search-mobile a.btn-show-search {
        display: none !important;
    }
    
    .box-search-mobile .box-search {
        display: block !important;
        position: initial;
        width: 400px;
    }
    
    .box-search-mobile {
        margin: 14px 0 !important;
        float: left;
        width: 100%;
    }
    nav.wsmenu.webslidemenu-vatical .menu-title:before {
        content: '\f0c9';
        font-family: 'FontAwesome';
        color: #fff;
        font-size: 20px;
        margin-right: 5px;
    }
}

.fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    /*background-color: #ec1c24 !important;*/
    border-bottom: 1px solid #e1e1e1;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
}


/*AND HEADER*/

/*QUANG CAO*/
.list-extension .item {
    text-align: center;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 20px 0;
    border: 1px solid #eee;
    background: #fff;
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
}
.list-extension .item img {
    height: 53px;
    margin-bottom: 5px;
}

.list-extension .item .title {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}

.list-extension {
    margin-top: -95px;
    margin-left: -10px;
    margin-right: -10px;
}

.list-extension .col {
    padding: 0 10px;
}
.pb-30{
    padding-bottom: 30px;
}
.banner img {
    width: 100%;
}

/*hover banner*/
.img_banner:hover .line-top {
    width: calc(100% - 30px);
}

.img_banner:hover .line-right {
	height: calc(100% - 30px);
}

.img_banner:hover .line-bottom {
	width: calc(100% - 30px)
}

.img_banner:hover .line-left {
	height: calc(100% - 30px)
}
.img_banner .line {
    transition: all .4s;
}
.img_banner.line-top {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 0;
    border-top: 1px solid #fff;
}

.img_banner {
	display: block;
	position: relative
}

.img_banner .line-top {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 0;
	border-top: 1px solid #fff
}

.img_banner .line-right {
	top: 15px;
	right: 15px;
	border-left: 1px solid #fff;
	height: 0;
	position: absolute;
}

.img_banner .line-bottom {
	position: absolute;
	bottom: 15px;
	right: 15px;
	left: auto;
	width: 0;
	border-bottom: 1px solid #fff
}

.img_banner .line-left {
	bottom: 15px;
	left: 15px;
	border-left: 1px solid #fff;
	height: 0;
	position: absolute
}

/*AND BANNER*/

/*PRODUCT*/
.product_new {
    background: #fff;
    float: left;
    width: 100%;
}

.box-product.product_new .title-theme6 h2 {
    color: #333;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    display: block;
    padding: 15px;
    margin: 0;
}

.box-product.product_new .box-detail-list-product {
    padding: 0 15px;
}

.box-product.product_new .title-theme6 h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 8px;
    height: 18px;
    background: #aa0007;
}
.product_new .content-tab-product {
    margin: 0px 0;
}
.product_new .tab-product h3:before {
    content: '';
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 15px !important;
    width: 8px;
    height: 18px !important;
    background: #ed1c24 !important;
}

.box-product-style2 .nav_title li:last-child {
    padding-right: 0;
}

.product_new.box-product-style2 .tab-product {
    border: 0;
    margin-bottom: 15px;
}
.product_new #sub-menu01 li .tab-item {
    padding: 15px 5px 0px;
}
.item-product .info h4.title-product a {
    font-weight: 700;
}
.product_new .title-theme6 {
    float: left;
}
.star img {
    width: 75px;
}

h4.title-product {
    margin-bottom: 0;
}
.star {
    margin-bottom: 5px;
}

.list-product-small .title-product a{
    font-size: 14px;
}
/*AND PRODUCT*/

/*NEWS*/

.block-news .item-blogs .img-blogs a.img-news img {
    object-fit: cover;
}
.block-news.news_list {
    background: #fff;
}
.block-news.news_list .list_news {
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
}
.block-news.news_list .list_news .item-product{
    margin-bottom: 15px;
}

.block-news.news_list .title_all {
    position: relative;
    display: block;
    overflow: hidden;
}

.block-news.news_list .title_all .title-theme6 {
    float: left;
}

.box-product.product_new .xem-them {
    float: right;
    padding: 0 15px 20px;
}
.block-news.news_list .title_all .xem-them{
     float: right;
    padding:15px;
}

.block-news.news_list .title_all h2 {
    color: #333;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    display: block;
    padding: 15px;
    margin: 0;
}

.block-news.news_list .title_all h2:before {
    content: '';
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 15px !important;
    width: 8px;
    height: 18px !important;
    background: #ed1c24 !important;
}

.block-news.news_list .title_all .xem-them a, .box-product.product_new .xem-them a {
    color: #ed1c24;
    font-size: 14px;
    font-weight: 500;
    margin-left: auto;
    position: relative;
    /* text-transform: uppercase; */
}
.block-news.news_list .list_news .style-view-small .info {
    border-top: 0;
}

.block-news.news_list .list_news .style-view-small .img {
    min-height: auto;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
}

.block-news.news_list .list_news .style-view-small .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block-news.news_list .list_news .style-view-small .info .price {
    color: #696969;
}
h2.widget-title, .title-menu-ft {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin: 20px 0;
    font-size: 16px;
    padding-bottom: 10px;
}
.logo_footer img {
    width: 150px;
}

h2.widget-title:before,h2.widget-title:after , .title-menu-ft:before, .title-menu-ft:after{
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    height: 2px;
    width: 80px;
}

.footer_bottom .widget-footer {
    padding: 30px 0 0;
}

.footer_bottom .widget-footer h2.widget-title {
    margin-top: 10px;
}
h2.widget-title:after,  .title-menu-ft:after {
    width: 40px;
    background: #fff;
}

.widget-content p a {
    color: #fff;
    font-weight: 500;
}

.widget-content span {
    float: right;
}
.footer_bottom {
    background: #000;
}
 .list-page {
    padding-left: 13px;
    list-style: none;
}

.list-page li {
    margin-bottom: 10px;
    position: relative;
}
 .list-page li:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: -13px;
    top: -1px;
    font-size: 15px;
}


ul.list-member li {
    position: relative;
    list-style: none;
}

ul.list-member li img {
    width: 148px;
    margin-bottom: 15px;
}
.hotline-footer {
    padding-top: 40px;
}
.hotline-footer .btn-hotline-footer {
    display: block;
    border: 1px solid #fff;
    background: #ed1c24;
    border-radius: 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 15px;
    width: auto;
    color: #fff;
    margin-bottom: 10px;
}

.menu-footer-vertical.box-fan-page h4.title-fan-page {
    display: none;
}
.title_all {
    overflow: hidden;
}
p.price-ctc {
    font-size: 16px;
}
@media(max-width:992px){
    .wsoffcanvasopener .animated-arrow {
        background: none;
    }
}
@media(max-width:576px){
    .list-extension{
        margin-top: 0;
    }
    .title_all {
        overflow: hidden;
    }
    
    .banner img {
        height: auto;
    }
    .tab-content iframe{
        width: 100%;
        height: 50vw;
    }
    .img_banner {
        margin-bottom: 10px;
    }
    .product_new #sub-menu01 li .tab-item {
        padding: 10px 5px 0px;
    }
    
    .product_price{
            flex-direction: column;
    }
    .btn-cart.btn-pay.btn-add-cart-two,
    a.btn-buynow-detail{
        width: 100% !important;
    }
    a.btn-buynow-detail{
        margin-bottom: 10px;
    }
    .featured-content .col{
        width: 100% !important;
    }
}
@media(max-width:1200px){
    .wsmenucontainer.clearfix {
        float: left;
    }
    
    .main-mb {
        background: #fff;
    }
    
    a.btn-show-search {
        color: #ed1c24;
    }
    
    .mini-cart-order.cart-order {
            padding: 16px 20px 16px 0px !important;
    }
    
    .box-search-mobile {
        padding: 8.5px 0 !important;
    }
}
@media(min-width:992px) and (max-width:1200px){
    .wsmenu-list > li > a {
        color: #000;
        font-size: 12px;
    }
    .wsmenu-list > li {
        padding: 9px 0;
    }
}

.showroom-infor .widget-footer{
	/* padding-top: 15px; */
}

@media(min-width: 992px){
	.mini-cart-order.cart-order{
		padding: 16px 0px;
	}
	/*.footer-top-desktop > .container > .row > div:nth-child(1), .footer-top-desktop > .container > .row > div:nth-child(2){*/
	/*    width: 30%;*/
	/*}*/
	/*.footer-top-desktop > .container > .row > div:nth-child(3){*/
	/*    width: 20%;*/
	/*}*/
}


/*chi tiet sp*/
.product-box {
    border: 1px solid #ddd;
    display: table;
    width: 100%;
}
.product-box-heading {
    padding: 15px;
    background-color: #f2f2f2;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
    margin: 0;
    position: relative;
}

.product-box-heading:before {
    content: "";
    width: 4px;
    height: 20px;
    background-color: #ed1c24;
    position: absolute;
    top: 50%;
    left: -1px;
    margin-top: -10px;
}
.product-box-body {
    padding: 15px;
}
.product-box-body ul {
    list-style: none;
    padding-left: 0;
}
.product-box-body li {
    margin-bottom: 10px;
}
.product-box-body li span {
    margin-right: 5px;
    line-height: 1;
    margin-bottom: -2px;
}
.product-box-body ul li {
    background: url(/uploads/plugin/custom_img/2021-04-26/1619410914-519557303-custom.png) no-repeat;
    background-size: 15px;
    padding-left: 25px;
    height: 15px;
    display: block;
    width: 100%;
}
.btn-muahang>span {
    float: left;
    padding: 6px 10px 6px 0px;
    font-weight: 700;
    font-size: 16px;
}
.btn-muahang span.sl.spcs {
    font-weight: normal;
}
.btn-muahang.product_quantity {
    margin: 0px 0 10px;
}

a.btn-buynow-detail {
    background-color: #ed1c24;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    padding: 8px 20px;
    margin-right: 10px;
    border-radius: 5px;
    width: 45%;
    text-align: center;
}
.product_price {
    display: flex;
    justify-content: space-between!important;
}

.btn-cart.btn-pay.btn-add-cart-two {
    width: 55%;
}
.product-box-body ul, .product-box-body li:last-child {
    margin-bottom: 0;
}
.btn-single-hotline {
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    color: #191919;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.product-box-body table.table.table-attr {
    margin-bottom: 0 !important;
}
.product-box-body.tskt {
    overflow: hidden;
}
.featured-content {
    border: 1px solid #ddd;
    padding: 20px 15px;
    position: relative;
    background-color: #fff;
    z-index: 2;
    margin-top: 30px;
    margin-bottom: 20px;
}
.featured-content .row {
    display: flex;
    flex-wrap: nowrap;
    margin-right: -15px;
    margin-left: -15px;
}
.featured-content .col {
    position: relative;
    padding-left: 75px;
    border-right: 1px solid #ddd;
    flex-direction: column;
    align-content: space-around;
    width: 20%;
}
.featured-content .icon {
    text-align: center;
    width: 50px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
}
.featured-content .text {
    font-weight: 700;
}

.featured-content .col:last-child {
    border: 0;
}
.tab_product {
    overflow: hidden;
    border-top: 2px solid #f04c27;
    padding-top: 10px;
}
.box-left.prduct_small h2 {
    background: #ed1c24;
    color: #fff;
    font-size: 15px;
    padding: 12px 15px;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.product-available {
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.title-page  {
    border: none;
    outline: none;
    padding: 10px 10px;
    width: 100%;
    border-radius: 0px 0px 35px 35px;
    cursor: pointer;
    background: #ed1c24;
    color: #fff;
    margin: 0 0 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 22px;
}
.title-page:hover {
    background-color: #aa0007;
    color: #fff;
}
.panel-slogan {
    display: block;
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    color: #767676;
    line-height: 22px;
    padding: 10px 0;
}
.panel-slogan span {
    margin-right: 15px;
}
.panel-slogan span img {
    margin-right: 5px;
}
#header {
    background: #fff;
}
.top-header {
    background: #eee;
}
.account-user a {
    width: auto !important;
    color: #767676 !important;
    font-size: 13px !important;
    text-transform: uppercase;
    line-height: 22px !important;
}

.nav-right .item-dropdown.account-user {
    padding: 10px 0;
    z-index: 99;
}
.menu-top ul {
    margin: 0;
}
.display-theme-1 {
    display: none;
}
.display-theme-2{
    display:block;
}
.account-user .display-theme-2 a{
     position:relative;
     padding:0 15px
}
.account-user .display-theme-2 a:before {
    content: '|';
    position: absolute;
    left: 0;
}
.account-user .display-theme-2 a:last-child {
    padding-right: 0;
}
.hotline-header {
    float: right;
    font-size: 25px;
    padding: 16px 20px 16px 0;
}

.hotline-header a {
    color: #ed1c24;
}
.list-item:not(.view-list) .item-product .info {
    text-align: center;
}


/*BUTTON RIGHT*/
#contact_fix_pc {
    position: fixed;
    width: auto;
    right: 10px;
    bottom: 100px;
    z-index: 999;
}
.kc-col-container {
    clear: both;
    display: grid;
    width: 100%;
}
.cfixpc_item .type {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 120%;
    white-space: nowrap;
    background-image: linear-gradient(180deg, #4fc3f7 0%, #0277bd 100%);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
    font-size: 12px;
    line-height: 20px;
    padding-right: 10px;
    padding-left: 10px;
    z-index: -2;
}
.kc-wrap-columns button.link, .kc-wrap-columns a.link {
    background: no-repeat;
    border: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 0;
    z-index: 5;
    cursor: pointer;
}
.cfixpc_item {
    margin-bottom: 10px;
}
.cfixpc_item {
    position: relative;
}
.cfixpc_item:hover .type {
    visibility: visible;
    opacity: 1;
}
#pc_dienthoai .modal-dialog {
    width: 400px;
}
.contact-pc_dienthoai {
    padding: 30px 15px !important;
}
.contact-pc_dienthoai .btn {
    text-transform: none;
    position: absolute;
    right: 0;
    top: 0;
}
.contact-pc_dienthoai .form-control {
    height: 40px;
}
.thankYouBox {
    background: #fff;
    margin: 50px 10% 0;
}
.icon-tk i.fa.fa-check {
    background: #b07b2b;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 36px;
}
.content-tk {
    color: #b07b2b;
}
.content-tk h1 {
    margin: 30px 0;
}
.content-tk p {
    font-size: 21px;
    font-style: italic;
}
.content-tk a {
    color: #000;
}
.footer-tk {
    background: #ddd;
    margin-top: 15px;
    padding: 30px;
}

button{
    outline:0;
}
.box-hotline {
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
}
.box-hotline li{
    display: inline-block;
    margin: 0 5px;
}
.box-hotline li a{
    border: 1px solid #ff0000;
    background: #ff0000;
    padding: 6px 0px;
    display: block;
    color: #fff;
    width: 220px;
}
.box-hotline li a:hover {
    background:#fff;
    color: #ff0000;
}
.wrp-contact {
    text-align: center;
    margin-top: 10px;
}
.wrp-contact p{
    font-weight: bold;
}
.wrp-contact ul li a{
    font-weight: bold;
    color: #333;
    font-size: 20px;
}
.wrp-contact ul li a::before{
    content: '';
    background: transparent url('/uploads/plugin/custom_img/2021-02-17/vnt-ringer-volume-24px.png') center left no-repeat;
    padding-left: 30px;
    width: auto;
}
.mb-30{margin-bottom: 30px;}
.entry-contact{text-align: center;}
.entry-contact a{
    display: inline-block;
    color:#333;
    font-weight: bold;
}
.entry-contact p {
    margin-bottom: 0;
}

.dk-home .form-group {
    margin-bottom: 7px;
    min-height: 34px;
}
.dk-home .form-group input {
    /* height: 37px; */
}
.dk-home .list-button {
    margin-bottom: 10px;
}
.dk-home .contact-custom {
    border-radius: 0;
    padding: 5px 15px;
}
.dk-home .contact-custom  {
    background: #fff !important;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 0 5px #d9d9d9;
}
.dk-home .contact-custom h3 {
    color: #000;
}
.dk-home .contact-custom .btn {
    background: #aa0007;
    color: #fff;
    height: 40px;
}
.modal{
    top: 10% !important;
}


/*BUTTON RIGHT*/

.advanced-filter .nav_title {
    border-radius: 5px;
    background-color: #aa0007;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    position: relative;
    display: block;
    margin-bottom: 0 !important;
    float: left;
    width: 100%;
}

.advanced-filter .nav_title a {
    color: #fff !important;
    padding: 0;
}

.advanced-filter .nav_title a:before {
    opacity: 0 !important;
}

.advanced-filter .nav_title>li {
    padding: 0;
}

.advanced-filter .nav_title li a.btn-toggle-cont-box-left {
    top: 10px;
}

.advanced-filter .content-box-left {
    padding: 10px;
    background: #fff;
    float: left;
    width: 100%;
}
.box-left .content-box-left {
    display: none;
    position: absolute;
    z-index: 100;
    top: 100%;
    width: calc(100% - 10px);
}
.advanced-filter{
    margin:0 -5px;
}
.advanced-product .box-left {
    padding:0 5px;
}
.advanced-filter .btn-danger {
    border-radius: 5px;
    padding: 10px;
}
#load-list-data {
    background: #fff;
    padding: 15px;
}

#contact_fix_pc+#pc_map iframe {
    width:33.333333%;
    float:left;
    height: 350px;
    padding:0 7px;
}
#contact_fix_pc+#pc_map .modal-dialog {
    width: calc(100% - 60px);
}
#contact_fix_pc+#pc_map .modal-content {
    float: left;
    width: 100%;
}

#contact_fix_pc+#pc_map .modal-body {
    float: left;
    width: 100%;
}

/*MODULE VIDEO HOME*/
.video-home .image-wrapper{
    padding-top: 60%;
}
/*MODULE VIDEO HOME*/

/*MODULE SAN PHAM DA XEM*/
.viewed-products {
    display: table;
    width: 100%;
}
.viewed-products .title-page{
    border-radius: 0;
    font-family: unset;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    text-align: left;
}
.viewed-products .box-detail-list-product > .row{
    margin: 0;
}
.viewed-products .box-detail-list-product .item-product{
    margin-bottom: 15px;
}
.viewed-products .box-detail-list-product .item-product .img{
    border: 0;
}
.viewed-products .style-view-small .info{
    padding-left: 15px;
}
/*MODULE SAN PHAM DA XEM*/

.bg-green {
    background-color: #507702 !important;
}

@media(min-width:768px){
    /*.advanced-product .box-left {*/
    /*    float:left;*/
    /*    width:100%;*/
    /*}*/
}
@media(max-width:1024px){
    .navbar-header {
        text-align: center;
    }
    .box-search-mobile {
        float: left;
        padding: 8px 0 !important;
    }
    

}
@media(max-width:992px){
    .featured-content .row {
        display: block;
        width: 100%;
        margin: 0;
    }
    
    .featured-content .col {
        width: 50%;
        float: left;
        height: 71px;
        border: 0;
    }
    .title-page {
        font-size: 20px;
        margin: 20px 0;
    }
    .price-well {
        font-size: 14px;
    }
}
@media(max-width:991px){
    .product_new .title-page{
    	margin-top: 0px;
    }
    .product_new .box-detail-list-product > .row{
    	margin: 0 -7.5px;
    }
     .product_new .box-detail-list-product > .row > div{
     	padding: 0 7.5px;
     }
     .product_new .item-product.style-view-2{
     	margin-bottom: 15px;
     }
     .header-top-mobile .wsmenucontainer{
     	float: left;
     }
     .header-top-mobile .mini-cart-order.cart-order{
     	padding: 0px 0px !important;
     }
     .header-top-mobile .navbar-header a.logo{
     	    display: table;
     	    margin: 0 auto;
     }
     .header-top-mobile > .container > .row{
     	display: flex;
     	align-items: center;
     }
     .coppyright{
     	text-align:center;
     	line-height: 1.3;
     	color:#fff;
     }
     .payment-support img{
     	display: table;
     	margin-left: auto;
     	margin-right: auto;
     }
}
@media (max-width: 768px) {
    #footer_mobile_fix {
        background: #ffffff;
        padding-top: 8px;
        padding-bottom: 2px;
        display: block;
        position: fixed;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 35%);
        bottom: 0;
        right: 0;
        z-index: 99;
        width: 100%;
    }
    .kc-col-container {
        grid-template-columns: repeat(4, 1fr);
    }
    .kc-css-40167 {
        background: #fff;
        padding: 10px 10px 10px 10px;
        border-bottom: 1px solid #f0f0f0;
        border-radius: 0 !important;
        box-shadow: 0px -5px 5px 0px rgb(0 0 0 / 15%);
        width: auto;
        left: 0;
        z-index: 999;
        top: -71px;
    }
    .kc-css-309491 {
        background: transparent url(https://betaviet.vn/wp-content/uploads/2019/05/vnt_ringer_volume_24px.png) center left/auto no-repeat scroll;
        padding-left: 30px;
    }
    .kc_button {
        transition: background-color .3s ease 0s,color .3s ease 0s,border-radius .3s ease 0s;
        white-space: nowrap;
        text-decoration: none;
        font-size: 14px;
        background-color: #1E73BE;
    }
    .kc-css-309491 .kc_button {
        color: #000000;
        background: rgba(255, 255, 255, 0);
        text-transform: uppercase;
        padding: 0px 0px 0px 0px;
    }
    .kc-css-813572 {
        background: transparent url(https://betaviet.vn/wp-content/uploads/2019/05/vnt_ringer_volume_24px.png) center left/auto no-repeat scroll;
        padding-left: 30px;
        margin-top: 15px;
    }
    .kc-css-813572 .kc_button {
        color: #000000;
        background: rgba(255, 255, 255, 0);
        text-transform: uppercase;
        padding: 0px 0px 0px 0px;
    }
    .mcall_fix {
        display: flex;
        justify-content: center;
    }
    .kc-css-312812 .kc_button {
        color: #000000;
        background: transparent url(https://betaviet.vn/wp-content/uploads/2019/05/icon-dien-thoai-betaviet.png) center top/auto 24px no-repeat scroll;
        font-size: 12px;
        text-align: center;
        padding: 30px 0px 0px 0px;
    }
    .kc_single_image {
        max-width: 100%;
        width: 100%;
        line-height: 0;
        text-align: center;
        display: block;
        position: relative;
    }
    .kc_single_image>a {
        display: block;
        width: auto;
        float: none;
        margin: auto;
    }
    .kc_single_image img {
        max-width: 100%;
        display: inline-block;
        height: 24px;
    }
    .kc-elm .scapt {
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        margin: 5px 0 0;
    }
    .content-house table {
        width: 100% !important;
        overflow-x: scroll;
    }
    #footer_mobile_fix+#pc_map iframe {
        height: 150px;
        margin-bottom:15px;
    }
    #footer_mobile_fix+#pc_map iframe:last-child {
        margin-bottom:0;
    }
}

@media(max-width: 500px) {
    .footer-top-desktop .row>div {
        clear: both;
    }
    
    .box-search-mobile .box-search {
        position: relative;
        display: block !important;
        width: calc(100vw - 30px);
    }
    
    .nav-right .btn-show-search {
        display: none;
    }
}

@media(min-width: 1024px) and (max-width: 1366px){
    .wsmenu-submenu li a{
        padding: 7px 10px;
    }
}

@media(min-width: 1024px){
    .wsmenu-submenu li{
        position: unset;
    }
    .wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub{
        height: 100%;
    }
}

@media(min-width: 992px){
	.wsmenu-submenu{
		/* height: 400px !important; */
		/* overflow-y: scroll; */
		/* overflow-x: hidden; */
	}
}

@media(max-width: 991px){
	.search-mobile-custom .box-search{
		position: static;
		width: 100%;
		display: block;
	}
	.search-mobile-custom .btn-show-search{
		display: none;
	}
	.search-mobile-custom .box-search-mobile{
		width: 100%;
		padding: 0px 0px !important;
	}
	.search-mobile-custom .box-search-mobile .box-search>.form-inline>.form-group{
		margin-bottom: 0px;
	}
	.search-mobile-custom .box-search-mobile{
		margin-bottom: 10px !important;
	}
	.box-search-mobile .btn-search{
		height: 38px;
		top: 0;
		right: 0;
	}
	.search-mobile-custom .box-search>.form-inline{
		border: 1px solid #ed1c24;
	}
	.mighty-slider img{
		height: 35vw;
	}
	.dm-verfical .nav_desktop {
        background: none;
    }
    
    .dm-verfical .btn-toggle {
        display: none !important;
    }
    
    .dm-verfical .menu-top {
        position: relative;
        display: block !important;
        min-width: 100%;
        border: none !important;
        padding: 0;
        top: 0;
    }
    .dm-verfical .menu-top li {
        width: auto;
        float: left;
    }
    .dm-verfical .menu-top li a {
        border: none;
    }

}


.mighty-slider.silder-main .item {
    position: relative;
    padding-top: 50%;
}

.mighty-slider.silder-main .item .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mighty-slider.silder-main .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hb-img a img:hover {
    transform: scale(1.1);
}
.hb-img a img {
    width: 100%;
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hb-img a {
    display: block;
    overflow: hidden;
}

.row.row-small {
    margin: 0 -3px 30px;
}

.row.row-small > div {
    padding: 0 3px 6px 3px;
}
.dm-verfical .caret {
    display: none;
}
.dm-verfical .hide-toggler-cont {
    display: none;
}
.dm-verfical {
    float: left;
    width: 100%;
    background: #fff;
    padding-top: 10px;
}
.dm-verfical .nav_desktop li {
    border: none;
}
.dm-verfical .nav_desktop li a {
    color: #000;
    padding: 15px 20px;
    font-size: 15px;
}
.dm-verfical .title-block-system {
    text-decoration: underline;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
}
.block-partners {
    margin-bottom: 30px;
}
.name-mst strong {
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
}


.product-available>.group-available {
    display: none;
}
.product-available>.group-available.show{
    display: block !important;
}
.image-wrapper{
    margin-bottom: 10px;
}
.image-title1 {
    text-align: center;
    color: #000;
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: 500;
}

.bct img {
    max-height: 6rem;
}