/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */
img {
    max-width: 100%;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
    padding-left: 10px;
    padding-right: 10px;
}

.shops-viewgrid.row .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.panel {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: none;
    border: none;
}

.panel-default>.panel-heading {
    border: none;
    display: flex;
    align-items: center;
    background-color: #244164;
    color: #fff;
}

.ml-auto {
    margin-left: auto;
}

.navbar-default {
    border: none;
}

.bg-background {
    background-color: rgb(245 247 250 / 1);
}

a {
    text-decoration: none;
    color: #444;
}

/* HEADER */
header {
    background: #f6f6f6;
    border-bottom: 1px solid #ebebeb;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

body {
    padding-top: 51px;
}

a.btn-header-cates {
    background: #054266;
    padding: 8px 15px;
    border-radius: 20px;
    color: #fff;
    border: none;
    display: inline-flex;
    gap: 8px;
    font-size: 14px;
    font-weight: 300;
}

a.btn-header-cates:hover {
    background: #054266bd;
}

.search-box-input {
    display: flex;
    flex-wrap: nowrap;
    background: #fff;
    border-radius: 20px;
    padding: 0 10px;
    position: relative;
    align-items: center;
    border: 1px solid #e4e4e4;
}

.search-box-input>input {
    border: none;
    outline: none;
    background: transparent;
    flex-grow: 1;
    padding: 8px 15px 8px 8px;
    font-size: 14px;
    font-weight: 300;
    min-width: 350px;
}

.box-header-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.btn-store-address {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #808080 !important;
    font-size: 14px;
    font-weight: 300;
    background: transparent;
    padding: 6px 12px;
    border-radius: 20px;
    border: none;
}

.btn-store-address:hover {
    background: #e6e6e6;
}

.btn-store-address svg {
    filter: brightness(0.5);
}

.home-slider-area {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* SERVICES MENU */
.main-menu-services {
    position: relative;
    width: 100%;
}

.main-menu-services a {
    color: #333;
}

.main-menu-services .list-menu {
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 10px;
}

.main-menu-services .list-menu.active {
    border-radius: 10px 0 0 10px;
}

.main-menu-services .list-menu .heading {
    padding: 8px 10px;
    font-size: 18px;
    font-weight: 700;
}

.main-menu-services .list-menu .menu-item a {
    padding: 10px 8px;
    display: block;
}

.main-menu-services .list-menu .menu-item a:hover {
    background: #ffc1bb61;
    color: #c95145;
    font-weight: 400;
    border-radius: 10px;
}

.main-menu-services .list-menu .menu-item img {
    width: 32px;
    margin-right: 5px;
}

.main-menu-services .dropdown-megamenu {
    position: absolute;
    left: calc(100% - 1px);
    top: 0;
    width: calc(1272px - 248.75px);
    padding: 10px;
    background: #fff;
    border-radius: 0 10px 10px 10px;
    z-index: 999;
    display: none;
    border: 1px solid #ebebeb;
}

.main-menu-services .dropdown-megamenu .megamenu-item {
    width: calc(25% - 4px);
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    margin-bottom: 10px;
}

.main-menu-services .dropdown-megamenu .megamenu-item h3 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.main-menu-services .dropdown-megamenu .megamenu-item h3>a:hover {
    color: #c95145;
}

.megamenu-list-child {
    list-style: none;
    padding: 0;
    margin: 0;
}

.megamenu-list-child li>a {
    font-weight: 300;
    font-size: 14px;
    display: block;
    padding: 3px 10px;
    border-radius: 6px;
}

.megamenu-list-child li>a:hover {
    color: #c95145;
    background: #ffc1bb61;
}

/* MAIN-HEADER-MENU-SERVICE */
#main-header-menu-service-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 99;
    display: none;
}

#main-header-menu-service {
    position: fixed;
    width: 100%;
    z-index: 100;
    display: none;
    top: 50px;
}

#main-header-menu-service .main-menu-services .list-menu {
    width: 248.75px;
}

#main-header-menu-service .main-menu-services .dropdown-megamenu {
    left: 247.75px;
}

.panel-shops-cat .panel-heading h2>a {
    color: #fff;
    padding-left: 10px;
    text-transform: uppercase;
}

.sohomepage-slider .so-homeslider {
    border-radius: 10px;
    overflow: hidden;
}

.payment-icons {
    margin-top: 15px;
}

.payment-icons .payment-icon {
    display: inline-block;
    opacity: .6;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
    padding-bottom: 0;
    padding: 3px 5px 5px;
    margin: 3px 3px 0;
}

.payment-icons .payment-icon svg {
    vertical-align: middle;
    height: 20px;
    width: auto !important;
}

.payment-icons .payment-icon:hover {
    opacity: 1;
}

.why-choose-us {
    background-color: rgb(224, 222, 222);
    padding: 40px 0 50px;
    margin-top: 30px;
}

.why-choose-us h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
}

.why-choose-us p.section-desc {
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
}

.why-choose-us .why-item {
    text-align: center;
}

.why-choose-us .why-item em {
    font-size: 50px;
}

.why-choose-us .why-item h3 {
    font-size: 22px;
    margin-bottom: 8px;
    margin-top: 10px;
    font-weight: 600;
}

.why-choose-us .why-item p {
    font-size: 16px;
    font-weight: 300;
}

.navbar-nav>li>.dropdown-menu {
    border: none;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.dropdown-menu>li>a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    color: #333;
    white-space: nowrap;
    font-size: 14px;
}

.home-section {
    margin-top: 20px;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
}

.home-section h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

/* section-news */
.section-news {
    margin-bottom: 0;
}

.section-news h2 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-news h3 {
    font-size: 15px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 1;
    height: calc(21px * 1);
    line-height: 21px;
    margin-top: 8px;
    margin-bottom: 6px;
}

.section-news img {
    border-radius: 6px;
    transition: transform 0.3s ease;
}

.section-news .news-item:hover img {
    transform: scale(1.02);
    transition: transform 0.3s ease;
}

.section-news p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 2;
    height: calc(21px * 2);
    line-height: 21px;
    font-size: 13px;
    color: #888;
}

.section-news ul {
    padding: 0;
}

.section-news ul li {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.section-news ul li figure {
    width: 135px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    max-height: 86px;
    margin: 0;
}

.section-news ul li figure img {
    width: 100%;
}

.section-news ul li span.publtime {
    font-size: 14px;
}

.section-news ul li .info {
    width: calc(100% - 135px);
}

.page-list-item {
    padding: 10px;
}

.page-list-item figure {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.page-list-item figure img {
    width: 100%;
}

.page-list-item figure h3 {
    font-size: 18px;
    position: absolute;
    z-index: 999999;
    left: 0;
    bottom: 0;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    padding: 10px;
}

.page-list-item figure h3 {
    color: #ffffff;
    display: none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: 30px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* PRICES TABLE */
.price-tables h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
    text-align: center;
    margin-top: 10px;
}

.price-tables ul.nav {
    justify-content: center;
    display: flex;
    margin-bottom: 15px;
    gap: 5px;
    flex-wrap: wrap;
}

.price-tables .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 12px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 15px;
}

.price-tables .nav-pills>li.active>a,
.price-tables .nav-pills>li.active>a:hover,
.price-tables .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #244164;
}

.price-tables table {
    width: 100%;
}

.price-tables th {
    text-align: center;
}

.price-tables th,
.price-tables td {
    vertical-align: middle !important;
}

/* banner-service */
.banner-service {
    margin-top: 20px;
}

.banner-service .nv-block-banners {
    margin-bottom: 0;
}

.banner-service img {
    width: 100%;
    border-radius: 10px;
}

#footer-socials {
    display: flex;
    padding: 0;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
}

.block_product_service {
    background-color: #f3f3f3;
    margin-top: 20px;
}

.block_product_service .block-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 20px 0;
}

.home-list-cates figure {
    margin: 0;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.home-list-cates figure img {
    width: 100%;
}

.bottom-bar {
    display: none;
}

.bottom-bar-ul li a i,
.bottom-bar-ul li a .title {
    color: rgb(108 108 108/1);
}

.product-detail .warranty-info {
    justify-content: flex-start;
}

.product-detail .badge-warranty,
.product-detail .badge-repair {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    margin-bottom: 10px;
}

.product-detail #product-info-right {
    position: sticky;
    top: 60px;
    z-index: 999;
}


/* Warranty and repair info badges */
.warranty-info {
    display: flex;
    gap: 5px;
    margin-top: 5px;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}

.warranty-info svg {
    width: 14px;
    height: auto;
}

.badge-warranty,
.badge-repair {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 400;
    white-space: nowrap;
}

.badge-warranty {
    background-color: rgb(225 251 247/1);
    color: rgb(19 159 137/1);
}

.badge-repair {
    background-color: rgb(251 236 218/1);
    color: rgb(215 140 1/1);
}

@media screen and (max-width: 768px) {
    #phone-vr {
        display: none;
    }

    .bottom-bar-ul li a i {
        font-size: 25px;
        font-weight: 500;
        color: rgb(108 108 108/1);
        width: 25px;
        height: 25px;
    }

    .bottom-bar-ul li a .title {
        font-size: 13px;
        font-weight: 300;
    }

    .bottom-bar {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        right: 0;
        max-width: 640px;
        margin: 0 auto;
        background: #fff;
        padding: 8px 0;
        z-index: 999;
        border-top: 1px solid #e5e7eb;
    }

    .bottom-bar-ul {
        padding: 0;
        display: -moz-flex;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-evenly;
        -webkit-box-align: center;
        align-items: center;
        margin: 0;
    }

    .bottom-bar-ul li {
        width: 20vw;
    }

    .bottom-bar-ul li a {
        display: block;
        color: #696969;
        font-size: 12px;
        text-align: center;
        position: relative;
        font-weight: 100;
        padding: 8px;
        background: rgb(239 241 243/ 1);
        border-radius: 8px;
    }

    .page-list-item {
        padding: 0;
        margin-bottom: 15px;
    }

    .page-list-item figure h3 {
        font-size: 15px;
    }

    #header .right-menu {
        padding: 10px 0;
        width: 100%;
        margin-bottom: 15px;
    }

    .right-menu .navbar-default {
        background: #244164;
    }

    .navbar-default .navbar-toggle {
        border: none;
        background: #a0f8dc;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #244164;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #dff0d8;
    }

    .breadcrumbs-search>.row>.col-xs-24.col-sm-18.col-md-18 {
        display: none;
    }

    #menu-site-default .nav.navbar-nav {
        background: #ffffff;
        margin-top: 0;
        border-radius: 0;
        margin-bottom: 0;
    }

    .home-section h2 {
        font-size: 24px;
    }

    .page-list-item figure img {
        width: 100%;
        height: 70px;
    }

    .why-choose-us h2 {
        font-size: 24px;
    }

    .box-store-address,
    .box-header-cates,
    .home-slider-area .main-menu-services {
        display: none;
    }

    body {
        padding-top: 100px;
    }

    #header {
        flex-direction: column;
        gap: 0;
    }

    .box-header-search.ml-auto {
        margin: 0;
        margin-bottom: 10px;
    }

    .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    #sohomepage-slider .owl2-nav {
        display: none;
    }

    .bttop {
        bottom: 200px;
    }

    #footer {
        margin-bottom: 50px;
    }
}