/**
 * 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 */

:root {
    --primary: #FE7600;
    --second: #ff0000;
}

a {
    transition: all ease 0.4s;
}

.header-partner {
    padding: 5px 0;
    background: rgba(0, 0, 0, 0.8);
}

.header-partner p {
    margin-bottom: 0;
    color: #fff;
}

.product-home-slider {
    margin: 0 -15px;
}

.product-home-slider .item {
    margin: 0 15px;
    background: #fff;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
}

.product-home-slider .item:hover {
    color: #1e8de8;
}

.product-home-slider .item .category {
    font-size: 14px;
    text-transform: inherit;
    margin-top: 10px;
}

.product-home-slider .item .slide-title {
    font-weight: 500;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-left: 10px;
    padding-right: 10px;
}

.product-home-slider .item .slide-title a {
    color: #252a2b;
    transition: all ease 0.4s;
}

.product-home-slider .item .price {
    font-weight: 700;
    color: #1e8de8;
}

.product-home-slider .item .box-btn {
    display: flex;
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-home-slider .item .detail-btn {
    background: #201e1e;
    width: 48%;
    color: #fff;
    font-weight: 600;
    padding: 5px;
    font-size: 14px;
    transition: all ease 0.4s;
    border-radius: 4px;
}

.product-home-slider .item .detail-btn:hover {
    background: red;
}

.product-home-slider .item .cart-btn {
    width: 48%;
    background: #1e8de8;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 600;
    padding: 5px;
    transition: all ease 0.4s;
}

.product-home-slider .item .cart-btn:hover {
    background: red;
}

.cart .gr-btn button {
    padding: 10px 20px;
    margin-right: 20px;
    border: 2px solid #222;
    color: #222;
    background: #fff;
    transition: all ease 0.4s;
    font-weight: 700;
    text-transform: uppercase;
}

.custom-select-footer {
    position: relative;
    border-radius: 4px;
    border: 1px solid #666;
}

.custom-select-footer select {
    display: none;
}

.form-booking form .custom-select-footer,
.form-booking form input {
    width: 100%;
    border: solid 1px #ececec;
    border-radius: 7px;
    padding: 8px 13px;
}

.form-booking form .custom-select-footer:focus,
.form-booking form input:focus {
    outline: none;
    box-shadow: 0 0 5px #ccc;
}

@media screen and (max-width: 996px) {
    .form-booking form .custom-select-footer,
    .form-booking form input {
        margin-bottom: 15px;
    }
}

.footer-main h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 0;
}

.footer-main .container:nth-child(2) h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.footer-main .box-list {
    margin-bottom: 10px;
    height: 100%;
}

.footer-main .box-list h3 {
    padding: 10px;
    text-align: center;
    background: linear-gradient(90deg, rgba(36, 28, 0, 1) 0%, rgba(236, 166, 35, 0.8967787798713235) 0%, rgba(232, 62, 10, 0.9415967070421919) 100%);
    border-radius: 5px 20px 0 0;
}

.footer-main .container:first-child {
    margin-bottom: 10px;
}

.footer-main .box-list ul {
    padding: 10px;
    padding-left: 30px;
    background: #fff;
    border-radius: 0 0 6px 21px;
}

.footer-main .box-list ul li,
.footer-main .box-list ul li a {
    color: #141414;
}

@media (max-width:575px) {
    .footer-main h3 {
        font-size: 14px !important;
    }
}

.viewcat-blog {
    margin: 0 -15px;
}

.viewcat-blog .item {
    margin: 10px 15px;
    border-radius: 10px;
    overflow: hidden;
}

.products h2 {
    font-size: 20px;
    color: var(--primary);
    text-transform: uppercase;
}

.viewcat-blog .item .box-content {
    background-color: #f9f9f9;
    padding: 20px 20px 20px 20px;
}

.viewcat-blog .item .home-blog-title {
    margin-bottom: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 18px;
    font-weight: 700;
    color: #252a2b;
    line-height: 24px;
}

.viewcat-blog .item p {
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #252a2b;
}

.viewcat-blog .item span {
    color: #333;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.price-page span {
    font-size: 20px !important;
}

.banner.banner-service {
    min-height: 280px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.banner.banner-service::before {
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 50%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner .item {
    position: unset;
}

.banner.banner-service .box-title {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    left: unset;
    text-align: center;
    width: 100%;
}

.banner.banner-service .box-title h1 {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 62px;
}

.home-about .slogan-title {
    font-size: 30px;
}

#blog-result .box-img img {
    width: 100%;
    height: 275px;
    overflow: hidden;
}

.products-item .box-img img {
    width: 100%;
    height: 100% !important;
    overflow: hidden;
}

.item .box-img img {
    width: 100%;
    overflow: hidden;
}

.footer-main .footer-logo {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.footer-main .footer-logo img {
    max-width: 150px;
}

#button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99999;
}


/*phone*/

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(0.9);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
}

.phone-bar a:hover {
    opacity: 0.8;
    color: #fff;
}

@media (max-width: 736px) {
    .phone-bar {
        display: none;
    }
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196f3;
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113, 68, 151, 0.8);
}

#viber-vr .phone-vr-img-circle {
    background-color: #714497;
}

#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

#contact-vr .phone-vr-img-circle {
    background-color: #2196f3;
}

div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1fd744;
    background-color: rgb(35 217 72 / 70%);
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle {
    background: #1cd741;
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}


/*css all in one*/

#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
    -webkit-transition: 1.3s all;
}

#gom-all-in-one #contact-vr {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all;
}

#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%;
}

#all-in-one-vr .phone-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: #fff;
    padding: 5px 15px 5px 48px;
    border-radius: 50px;
    margin-left: -64px;
    width: max-content;
    cursor: pointer;
}

.back-to-top {
    position: fixed !important;
    bottom: 95px;
    right: 15px;
    display: none;
    width: 50px;
    height: 50px;
    background: #fff;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    color: #333;
    font-size: 17px;
    border: 1px solid #ddd;
    z-index: 3;
    transition: all ease 0.5s;
}

.footer-fixed {
    z-index: 1;
}

.form-booking .input-area {
    display: flex;
    flex-wrap: wrap;
}

.form-booking .input-area .input-item {
    width: 25%;
    padding: 0 5px;
}

.form-booking .input-area .input-item:first-child {
    width: 100%;
    margin-bottom: 10px;
}

.form-booking .box-btn {
    margin-bottom: -55px;
    text-align: center;
    margin-top: 25px;
    width: 100%;
}

.form-booking .submit-btn {
    transition: all ease 0.4s;
}

.toc-wrap {
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    background-color: #fff6e5;
    border-width: 1px;
    border-color: #d2d6dc;
    margin-bottom: 15px;
    color: #2f2f2f;
}

.toc-wrap .toc-title {
    border-radius: 8px 8px 0 0;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 8px 15px;
    padding-left: 20px;
    background: var(--primary);
    position: relative;
    cursor: pointer;
}

.toc-wrap .toc-title::before {
    position: absolute;
    top: 8px;
    right: 15px;
    content: "\f0d7";
    font-family: fontawesome;
    transition: all ease 0.5s;
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

.toc-wrap .toc-title.active::before {
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    transform: rotate(0) !important;
}

.toc-wrap #toc {
    max-height: 0;
    overflow: hidden;
    transition: all ease 0.4s;
}

.toc-wrap #toc.active {
    max-height: 5000px;
}

.toc-wrap #toc ul {
    padding: 15px;
}

.toc-wrap #toc ul li {
    list-style: none;
}

.toc-wrap #toc ul li a {
    color: #000;
}

.toc-wrap #toc ul li.toc-h3 a,
.toc-wrap #toc ul li.toc-h4 a,
.toc-wrap #toc ul li.toc-h5 a {
    color: #222;
}

.toc-wrap #toc a:hover {
    color: var(--primary) !important;
}

.table table {
    border: 1px solid #ccc;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.table table tr {
    border: 1px solid #ddd;
    padding: 5px;
}

.table table th,
.table table td {
    padding: 10px;
    /* text-align: center; */
    border: 1px solid #ddd
}

.table table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

@media screen and (max-width: 600px) {
    .table table {
        border: 0;
    }
    .table table thead {
        display: none;
    }
    .table table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 1px solid #ddd;
    }
    .table table th,
    .table table td {
        padding: 10px;
        /* text-align: center; */
        border: 0;
    }
    .table table td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
    }
    .table table td:last-child {
        border-bottom: 0;
    }
    .table table td:before {
        content: attr(data-th);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }
}

.toc-wrap #toc .toc-active {
    font-weight: 700;
    color: #2563eb;
}

.toc-wrap #toc .toc-item {
    padding: 0.1em 0;
}

.toc-wrap #toc .toc-item a {
    padding: 0.25em 0.5em;
}

.toc-wrap #toc .toc-h2 {
    margin-left: 0.5em;
}

.toc-wrap #toc .toc-h3 {
    margin-left: 1.75em;
}

.toc-wrap #toc .toc-h4 {
    margin-left: 3em;
}

.toc-wrap #toc .toc-h5 {
    margin-left: 4.25em;
}

.toc-wrap #toc .toc-h6 {
    margin-left: 5.5em;
}

.form-booking .submit-btn:hover {
    background: #5b5b5b;
}

.form-booking form {
    background: #fff;
    padding: 30px 20px 35px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 3px;
}

.footer-fixed .input-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-fixed .input-area .input-item {
    width: calc(100% / 6);
    padding: 0 5px;
}

article h4 {
    font-size: 18px;
}

article h3 {
    font-size: 20px;
}

article h2 {
    font-size: 24px;
}

.blog .row .right .detail-btn,
.home-blog-slide .item span,
.blog-slide .item span {
    text-transform: unset;
}

.home-sv .sv-item {
    border: 1px solid #03a9f4;
    border-radius: 3px;
    overflow: hidden;
    padding: 0;
}

.sub-menu-min ul {
    display: block;
    padding-left: 10px;
    border-left: 2px solid #cfcfcf;
    margin-left: 15px;
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
}

.sub-menu-min li:hover ul {
    height: 5rem;
}

.tablle-price {
    margin-top: 30px;
}

.table-service {
    margin-bottom: 30px;
    border-radius: 10px;
}

.table-service table {
    border: 3px #0184ec solid !important;
    border-radius: 10px;
}

.table-service tr:nth-child(2n) td {
    background: #fff;
    color: #333;
}

.table-service tr th {
    text-transform: uppercase;
    background: #0184ec;
    color: #fff;
}

@media screen and (max-width: 575px) {
    .table-service tr th {
        padding: 3px;
        font-size: 13px;
    }
}

.table-service tr th img {
    width: 50%;
    margin-left: 8px;
}

.table-service tr td {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    background: #113d8e;
    color: #fff;
    font-size: 14px;
}

@media screen and (max-width: 575px) {
    .table-service tr td {
        font-size: 12px;
        padding: 3px;
    }
}

.table-service tr td span {
    display: block;
    text-transform: unset;
    font-weight: 400;
    font-size: 12px;
}

.bg-blue {
    background: #0184ec !important;
    color: #fff !important;
}

.white {
    background: #fff !important;
    color: #333 !important;
}

.service-slider .item .box-img {
    aspect-ratio: 560/316;
}

#product-image-gallery-view li {
    height: 100%;
}

#product-image-gallery-view li img {
    height: 100% !important;
    width: 100% !important;
}

.slick-track {
    margin-left: 0;
}

.service-slider .item .img {
    height: 100% !important;
    max-height: unset;
    width: 100%;
}

.slick-track .item .box-img img {
    height: 100% !important;
    /* min-height: 180px; */
    object-fit: cover;
}

.seo-content img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.seo-content .image-center {
    text-align: center;
}

@media screen and (max-width: 996px) {
    .footer {
        padding-bottom: 0;
    }
    .footer .footer-top .accordion {
        display: none;
    }
}

.author-dealer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}

.author-dealer h4 {
    font-size: 32px;
}

.author-dealer img {
    width: 75px;
}

@media (max-width:992px) {
    .author-dealer h4 {
        font-size: 20px;
        color: #1e8de8;
    }
    .author-dealer img {
        width: 65px;
    }
    .home-about .mid {
        display: none;
    }
    .home-about .right {
        display: none;
    }
}

.aside .panel-body {
    margin-bottom: 15px;
}

#page-bodyhtml iframe {
    width: 100% !important;
}

@media screen and (max-width: 996px) {
    .footer-main .container:first-child .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .footer-main .container:first-child .row [class^="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .footer-main .container:first-child .row [class^="col-"] .box-list ul {
        padding-left: 15px;
        padding-right: 5px;
    }
    .footer-bottom p {
        font-size: 12px;
    }
}

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
    width: 100% !important;
}

.slick-track {
    text-align: left;
}

a {
    transition: all ease 0.4s;
}