@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;800&display=swap");

body {
    font: 400 16px/1.3 "Nunito Sans", sans-serif;
}

a {
    color: #222;
    cursor: pointer;
}

a:hover {
    text-decoration: unset;
    color: unset;
}

img {
    max-width: 100% !important;
}

.button {
    border-radius: 20px;
    padding: 0.5rem 2rem;
    border: 1px solid #d1d1d1;
    color: #000;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.3s all cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.3s all cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button:hover {
    text-decoration: none;
}

.button.button-link {
    border-color: #0C1021;
    text-transform: uppercase;
}

.button.button-link:hover {
    color: #ffffff;
    background-color: #ac1319;
    border-color: #ac1319;
}

.btn-style {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    color: #fff;
    text-decoration: none !important;
    overflow: hidden;
    height: 44px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto;
    border: 0;
    box-shadow: none;
    outline: none;
    padding: 0;
}

.btn-style > span {
    display: block;
    position: relative;
    line-height: 44px;
    padding: 0 25px;
    overflow: hidden;
}

.btn-style > span:first-of-type {
    border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px 0 0 50px;
    background-color: #fb1c24;
}

.btn-style > span:last-of-type {
    border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0 50px 50px 0;
    font-size: 18px;
    background-color: #ac1319;
}

.btn-style > span:last-of-type > span {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 50px solid transparent;
    -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.32, 1.2);
    transition: all 0.15s cubic-bezier(0.4, 0, 0.32, 1.2);
    -webkit-transition-property: left, right;
    transition-property: left, right;
    left: 0;
    -webkit-box-shadow: -10px 0 0 0 #fb1c24, -10px 3px 0 0 #fb1c24;
    box-shadow: -10px 0 0 0 #fb1c24, -10px 3px 0 0 #fb1c24;
    border-left: 10px solid #fb1c24;
}

.btn-style:hover {
    color: #ffffff;
}

.btn-style:hover > span > span {
    left: 10px;
}

.vf-heading {
    text-align: center;
}

.vf-heading .heading-text {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
}

.vf-heading .heading-text h6 {
    margin-bottom: unset;
    font-size: inherit;
    font-weight: inherit;
}

.vf-heading .vf-line {
    position: relative;
    width: 50px;
    height: 12px;
    background-color: #ac1319;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
    margin: 0 auto;
}

.vf-heading .vf-line:before, .vf-heading .vf-line:after {
    content: "";
    width: 30px;
    height: 8px;
    background-color: #000000;
    position: absolute;
    top: 50%;
    -webkit-transform: skew(-5deg) translateY(-50%);
    -ms-transform: skew(-5deg) translateY(-50%);
    transform: skew(-5deg) translateY(-50%);
}

.vf-heading .vf-line:before {
    left: -75%;
}

.vf-heading .vf-line:after {
    right: -70%;
}

.vf-heading .vf-line span:before, .vf-heading .vf-line span:after {
    content: "";
    width: 350px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
}

.vf-heading .vf-line span:before {
    background: linear-gradient(90deg, white 0%, #e3e3e3 50%, #bdbdbd 100%);
    left: -400px;
}

.vf-heading .vf-line span:after {
    background: linear-gradient(90deg, #bdbdbd 0%, #e3e3e3 50%, white 100%);
    right: -400px;
}

@media screen and (max-width: 768px) {
    .vf-heading .heading-text {
        font-size: 1.5rem;
    }

    .vf-heading .vf-line span:before, .vf-heading .vf-line span:after {
        display: none;
    }
}

.vf-heading-2 .heading-text {
    position: relative;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
}

.vf-heading-2 .heading-text h6 {
    z-index: 1;
    position: relative;
    display: inline-block;
    font-weight: 800;
    font-size: 1.6rem;
    color: #fb1c24;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.vf-heading-2 .heading-text p {
    font-size: 1rem;
    margin-bottom: 0;
}

.vf-heading-2 .heading-text:after {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #373737, rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    bottom: 0px;
}

@media screen and (max-width: 768px) {
    .vf-heading-2 .heading-text {
        max-width: 100%;
    }

    .vf-heading-2 .heading-text h6 {
        font-size: 1.4rem;
    }
}

.n--breadcrumb {
    padding: 10px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.n--breadcrumb .breadcrumb-title {
    font-size: 1.4rem;
    color: #000;
    margin-bottom: 1rem;
    text-transform: capitalize;
}

.n--breadcrumb .breadcrumb {
    background: transparent;
    padding: 10px 0;
    margin-bottom: 0;
}

.n--breadcrumb .breadcrumb > li {
    margin: 0 15px;
    position: relative;
    color: #89433d;
}

.n--breadcrumb .breadcrumb > li > div.text-main {
    margin-top: 2px;
}

.n--breadcrumb .breadcrumb > li > a {
    font-size: 1.1rem;
    color: #222;
    text-decoration: none;
    font-weight: 800;
}

.n--breadcrumb .breadcrumb > li:not(:first-of-type) {
    padding-left: 0;
}

.n--breadcrumb .breadcrumb > li:not(:first-of-type):before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    content: "";
    position: absolute;
    top: 6px;
    left: -20px;
    font-size: 12px;
    color: #222;
    padding-right: 0;
}

@media screen and (max-width: 768px) {
    .n--breadcrumb {
        padding: 0;
    }

    .page-contact .contact-inner {
        padding-bottom: 50px !important;
    }

    .page-contact .contact-inner .contact-information .information-item {
        padding: 10px 0 !important;
    }

    .page-contact .contact-inner .contact-information .information-item .information-icon > span {
        width: 80px !important;
        height: 80px !important;
    }
}

.float-return {
    display: none;
    right: 25px;
    position: fixed;
    z-index: 9999;
    bottom: 125px;
}

.float-return > a {
    font-size: 2rem;
    height: 45px;
    width: 45px;
    position: relative;
    z-index: 2;
    padding: 10px 10px 13px;
    color: #ac1319;
    background: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    transition: all 0.2s ease-in-out;
    /*-webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);*/
    /*-moz-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);*/
    /*box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);*/
}

.float-return > a:after {
    display: block;
    position: absolute;
    border: 3px solid;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    border-radius: 100%;
}

/*.float-return > a:hover {*/
/*  background-color: #fb1c24;*/
/*}*/

@media screen and (max-width: 768px) {
    .float-return a {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }
}

.float-icon {
    display: none;
    left: 10px;
    position: fixed;
    z-index: 9999;
}

.floating-zalo {
    margin-left: 6px;
    margin-bottom: 10px;
    display: block;
}

.float-icon .float-icon--main {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.float-icon .float-icon--main .float-icon--circle {
    font-size: 1.7rem;
    height: 60px;
    width: 60px;
    position: relative;
    z-index: 2;
    padding: 10px;
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.float-icon .float-icon--main .float-icon--circle:before {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    border-radius: 100%;
    -webkit-animation-name: hover-ripple-out;
    animation-name: hover-ripple-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.float-icon .float-icon--main .float-icon--circle:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    border-radius: 100%;
}

.float-icon .float-icon--main .float-icon--text {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    color: #ffffff;
    font-weight: bold;
    margin-left: -0.8rem;
    z-index: 1;
    font-size: 1rem;
    min-width: 150px;
    -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.float-icon.float-icon--phone {
    bottom: 40px;
}

.float-icon.float-icon--phone .float-icon--main .float-icon--circle {
    background: #28a745;
}

.float-icon.float-icon--phone .float-icon--main .float-icon--circle:before {
    border-color: #31bf4d;
}

.float-icon.float-icon--phone .float-icon--main .float-icon--text {
    background: #28a745;
}

.float-icon.float-icon--envelope {
    bottom: 120px;
}

.float-icon.float-icon--envelope .float-icon--main .float-icon--circle {
    background: #ac1319;
}

.float-icon.float-icon--envelope .float-icon--main .float-icon--circle:before {
    border-color: #fb1c24;
}

.float-icon.float-icon--envelope .float-icon--main .float-icon--text {
    background: #ac1319;
}

@media screen and (max-width: 768px) {
    .float-icon {
        display: none;
        left: 10px;
        position: fixed;
        z-index: 99;
    }

    .float-icon .float-icon--main {
        margin-bottom: unset;
    }

    .float-icon .float-icon--main .float-icon--circle {
        font-size: 1.2rem;
        height: 45px;
        width: 45px;
    }

    .float-icon .float-icon--main .float-icon--text {
        display: none;
    }

    .float-icon.float-icon--envelope {
        bottom: 110px;
    }

    .floating-zalo {
        margin-left: 0;
    }

    .floating-zalo img {
        width: 40px;
        height: 40px;
    }
}

@-webkit-keyframes hover-ripple-out {
    100% {
        top: -7px;
        right: -7px;
        bottom: -7px;
        left: -7px;
        opacity: 0;
    }
}

@keyframes hover-ripple-out {
    100% {
        top: -7px;
        right: -7px;
        bottom: -7px;
        left: -7px;
        opacity: 0;
    }
}

.header-main {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 88;
}

.header-main .sub-header {
    background-color: #ac1319;
    display: flex;
    padding: 10px 0;
    color: #ffffff;
}

.header-main .sub-header .l-sub-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-main .sub-header .r-sub-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-main .sub-header .r-sub-header .sub-contact {
    color: #ffffff;
}

.header-main .sub-header .r-sub-header .sub-contact:not(:last-child) {
    margin-right: 15px;
}

.header-main .sub-header .r-sub-header .sub-contact i {
    margin-right: 3px;
}

.header-main .header-bottom {
    position: relative;
    padding: 20px 0;
    background-color: #ffffff;
}

.header-main .header-bottom:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0);
    z-index: -1;
}

.header-main .header-bottom .container {
    position: relative;
    z-index: 2;
}

.header-main .header-bottom .container .header-logo a img {
    max-width: 220px;
    max-height: 50px;
}

.header-main .header-bottom .container .header-nav > ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-main .header-bottom .container .header-nav > ul > li:not(:last-of-type) {
    position: relative;
}

.header-main .header-bottom .container .header-nav > ul > li:not(:last-of-type) > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    text-decoration: none;
    font-size: 0.9rem;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    white-space: nowrap;
}

.header-main .header-bottom .container .header-nav > ul > li:not(:last-of-type) > a i {
    margin-left: 10px;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.header-main .header-bottom .container .header-nav > ul > li:not(:last-of-type) > a:hover {
    color: #fb1c24;
}

.header-main .header-bottom .container .header-nav > ul > li:not(:last-of-type) > a:hover i {
    color: #fb1c24;
    transform: rotate(180deg);
}

.header-main .header-bottom .container .header-nav > ul > li:not(:last-of-type) > ul {
    position: absolute;
    top: 190%;
    left: 0;
    min-width: 250px;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
    transition: 0.2s all linear;
    -webkit-box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
    box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
    z-index: -1;
    border: 1px solid #d1d1d1;
    background: #fff;
}

.header-main .header-bottom .container .header-nav > ul > li:not(:last-of-type) > ul:before, .header-main .header-bottom .container .header-nav > ul > li:not(:last-of-type) > ul:after {
    font-size: 1.4em;
    display: block;
    width: 0;
    height: 0;
    content: "";
    pointer-events: none;
    position: absolute;
    top: -0.45em;
}

.header-main .header-bottom .container .header-nav > ul > li:not(:last-of-type) > ul:before {
    left: 0.8em;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #999;
    border-left: 10px solid transparent;
    right: 0.97em;
}

.header-main .header-bottom .container .header-nav > ul > li:not(:last-of-type) > ul:after {
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    border-left: 12px solid transparent;
    right: 0.9em;
    left: 0.85rem;
}

.header-main .header-bottom .container .header-nav > ul > li:not(:last-of-type) > ul > li > a {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.9rem;
    color: #444;
    transition: 0.3s all ease-in-out;
    text-decoration: none;
}

.header-main .header-bottom .container .header-nav > ul > li:not(:last-of-type) > ul > li:not(:last-of-type) > a {
    border-bottom: 1px solid #ebebeb;
}

.header-main .header-bottom .container .header-nav > ul > li:not(:last-of-type) > ul > li:hover > a {
    padding-left: 30px;
    color: #ac1319;
}

.header-main .header-bottom .container .header-nav > ul > li:not(:last-of-type):hover > ul {
    opacity: 1;
    visibility: visible;
    z-index: 10;
    top: 110%;
}

.header-main .header-bottom .container .header-nav > ul > li:last-of-type {
    margin-left: 15px;
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.header-main .header-bottom .container .header-nav > ul > li:last-of-type > a {
    color: #fff;
    background: #ac1319;
    text-decoration: none;
    padding: 0.5rem 1rem;
    position: relative;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    white-space: nowrap;
}

.header-main .header-bottom .container .header-nav > ul > li:last-of-type > a:hover {
    background: #fb1c24;
}

.header-page {
    background: #ac1319;
    position: relative;
    top: unset;
    left: unset;
}

.header-page:before {
    display: none;
}

.header-page .container .header-nav > ul > li > a {
    position: relative;
}

.header-page .container .header-nav > ul > li > a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #ffffff;
    left: 0;
    transition: 0.4s all ease;
    bottom: 5px;
}

.header-page .container .header-nav > ul > li:not(:last-of-type):hover > a:before {
    width: 100%;
}

.header-page .container .header-nav > ul > li:last-child a {
    background: #fff;
    color: #ac1319;
}

.header-mobile {
    z-index: 1000;
}

.header-mobile .sub-header {
    background-color: #ac1319;
    display: flex;
    padding: 10px 5px;
    color: #ffffff;
}

.header-mobile .sub-header .l-sub-header {
    display: flex;
    font-size: 0.95rem;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.header-mobile .sub-header .r-sub-header {
    margin-top: 10px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.header-mobile .sub-header .r-sub-header .sub-contact {
    color: #ffffff;
    font-size: 0.8rem;
}

.header-mobile .sub-header .r-sub-header .sub-contact:not(:last-child) {
    margin-right: 15px;
}

.header-mobile .sub-header .r-sub-header .sub-contact i {
    margin-right: 3px;
}

.header-mobile .header-inner {
    background-color: #fff;
    border-bottom: 1px solid #aeaeae;
}

.header-mobile .header-inner .header-wrapper {
    padding: 10px 0;
}

.header-mobile .header-inner .header-wrapper .header-logo a img {
    max-width: 140px !important;
}

.header-mobile .header-inner .header-wrapper .header-hamburger {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 99999;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.header-mobile .header-inner .header-wrapper .header-hamburger > span, .header-mobile .header-inner .header-wrapper .header-hamburger:before, .header-mobile .header-inner .header-wrapper .header-hamburger:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 20px;
    border-radius: 1px;
    background-color: #272727;
    transition: all 0.3s;
}

.header-mobile .header-inner .header-wrapper .header-hamburger span {
    top: 50%;
    margin-top: -1px;
}

.header-mobile .header-inner .header-wrapper .header-hamburger:before {
    top: 37%;
}

.header-mobile .header-inner .header-wrapper .header-hamburger:after {
    bottom: 36%;
}

.header-mobile .header-navigation {
    display: flex;
    align-items: center;
    position: fixed;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    top: 0;
    left: -150%;
    overflow-y: auto;
    z-index: 1000100;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    height: 100vh;
    max-width: 380px;
    background: #fff;
    border-bottom: none;
    transition: all 0.3s;
}

.header-mobile .header-navigation .navigation-inner {
    width: 100%;
}

.header-mobile .header-navigation .navigation-inner > ul > li.navigation-logo {
    background: #ac1319;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px dashed #d1d1d1;
    position: relative;
    display: block;
}

.header-mobile .header-navigation .navigation-inner > ul > li.navigation-logo > a img {
    max-width: 140px !important;
}

.header-mobile .header-navigation .navigation-inner > ul > li.navigation-logo > button {
    background-color: transparent;
    box-shadow: none !important;
    outline: none !important;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 1.2rem;
    border: 0;
    color: #ffffff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.header-mobile .header-navigation .navigation-inner > ul > li:not(:first-of-type) > a {
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: space-between;
    border-top: 1px solid #d9d9d9;
    font-weight: bold;
    font-size: 0.9rem;
    color: #222;
    transition: 0.3s all ease-in-out;
    text-decoration: none !important;
}

.header-mobile .header-navigation .navigation-inner > ul > li:not(:first-of-type) > a i {
    transition: 0.3s all ease;
    font-size: 1.3rem;
    color: #000;
}

.header-mobile .header-navigation .navigation-inner > ul > li:not(:first-of-type) > a[aria-expanded=true] i {
    transform: rotate(180deg);
}

.header-mobile .header-navigation .navigation-inner > ul > li:not(:first-of-type) > ul {
    background-color: #f1f9f9;
}

.header-mobile .header-navigation .navigation-inner > ul > li:not(:first-of-type) > ul > li > a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    justify-content: space-between;
    border-top: 1px solid #d9d9d9;
    font-size: 0.8rem;
    color: #222;
    transition: 0.3s all ease-in-out;
    font-weight: 500;
    padding-left: 35px;
    position: relative;
    text-decoration: none !important;
}

.header-mobile .header-navigation .navigation-inner > ul > li:not(:first-of-type) > ul > li > a i {
    transition: 0.3s all ease;
    font-size: 1.3rem;
    color: #000;
}

.header-mobile .header-navigation .navigation-inner > ul > li:not(:first-of-type) > ul > li > a[aria-expanded=true] i {
    transform: rotate(180deg);
}

.header-mobile .header-navigation .navigation-inner > ul > li:not(:first-of-type) > ul > li > a:before {
    position: absolute;
    content: "";
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #ac1319;
    height: 8px;
    width: 8px;
    border-radius: 100%;
}

.header-mobile .header-navigation .navigation-inner > ul > li:not(:first-of-type) > ul > li > ul {
    background-color: #dfece6;
}

.header-mobile .header-navigation .navigation-inner > ul > li:not(:first-of-type) > ul > li > ul > li > a {
    display: flex;
    align-items: center;
    padding: 10px 15px 10px 30px;
    justify-content: space-between;
    border-top: 1px solid #d9d9d9;
    font-size: 0.8rem;
    color: #222;
    transition: 0.3s all ease-in-out;
    font-weight: 500;
    padding-left: 35px;
    position: relative;
    text-decoration: none !important;
}

.header-mobile .header-navigation .navigation-inner > ul > li:not(:first-of-type) > ul > li > ul > li > a i {
    transition: 0.3s all ease;
    font-size: 1.3rem;
    color: #000;
}

.header-mobile .header-navigation .navigation-inner > ul > li:not(:first-of-type) > ul > li > ul > li > a[aria-expanded=true] i {
    transform: rotate(180deg);
}

.header-mobile .header-navigation .navigation-inner > ul > li:not(:first-of-type) > ul > li > ul > li > a:before {
    position: absolute;
    content: "";
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #ac1319;
    height: 8px;
    width: 8px;
}

.header-mobile .header-navigation .navigation-inner > ul > li:not(:first-of-type) > ul > li > ul > li > ul {
    background-color: #e7ecdf;
}

.header-mobile .header-navigation .navigation-inner > ul > li:not(:first-of-type) > ul > li > ul > li > ul > li > a {
    display: flex;
    align-items: center;
    padding: 10px 15px 10px 45px;
    justify-content: space-between;
    border-top: 1px solid #d9d9d9;
    font-size: 0.8rem;
    color: #222;
    transition: 0.3s all ease-in-out;
    font-weight: 500;
    padding-left: 35px;
    position: relative;
    text-decoration: none !important;
}

.header-mobile .header-navigation .navigation-inner > ul > li:not(:first-of-type) > ul > li > ul > li > ul > li > a i {
    transition: 0.3s all ease;
    font-size: 1.3rem;
    color: #000;
}

.header-mobile .header-navigation .navigation-inner > ul > li:not(:first-of-type) > ul > li > ul > li > ul > li > a[aria-expanded=true] i {
    transform: rotate(180deg);
}

.header-mobile .header-navigation .navigation-inner > ul > li:not(:first-of-type) > ul > li > ul > li > ul > li > a:before {
    position: absolute;
    content: "";
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #ac1319;
    height: 6px;
    width: 6px;
}

.header-mobile .header-navigation .navigation-inner > ul > li:nth-of-type(2) {
    border-top: 0;
}

.header-mobile:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 85;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    background: transparent;
    transition: all 0.4s;
}

.header-mobile.show-header .header-navigation {
    left: 0;
}

.header-mobile.show-header:before {
    visibility: visible;
    background: rgba(0, 0, 0, 0.6);
}

.section-footer {
    padding-top: 75px;
    padding-bottom: 0;
    margin-bottom: 0 !important;
    position: relative;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.section-footer .footer-navigation {
    margin: 1rem 0;
}

.section-footer .footer-navigation > ul {
    display: flex;
    align-items: center;
}

.section-footer .footer-navigation > ul > li {
    padding: 1rem;
}

.section-footer .footer-navigation > ul > li > a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    font-size: 0.9rem;
    font-weight: bold;
}

.section-footer .footer-navigation > ul > li > a:after {
    content: "";
    transition: 0.2s all ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: 50%;
    height: 2px;
    width: 0;
    bottom: -5px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffffff;
}

.section-footer .footer-navigation > ul > li:first-of-type {
    padding-left: 0;
}

.section-footer .footer-navigation > ul > li:hover a:after {
    width: 100%;
}

.section-footer .footer-title {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
    padding-bottom: 1rem;
    margin-bottom: 1.7rem;
    position: relative;
}

.section-footer .footer-title:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: rgba(212, 215, 215, 0.46);
    z-index: 1;
}

.section-footer .footer-title:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 70px;
    height: 2px;
    background: #fb1c24;
    z-index: 2;
}

.section-footer .list-column li a {
    display: block;
    font-size: 1rem;
    letter-spacing: 0.1px;
    color: #d9d9d9;
    line-height: 24px;
    padding-bottom: 10px;
    transition: 0.3s all ease;
    position: relative;
}

.section-footer .list-column li a span {
    padding-right: 20px;
    color: #ffffff;
    font-size: 1rem;
    transition: 0.3s all ease;
}

.section-footer .list-column li a:hover {
    text-decoration: none;
    color: #ffffff;
}

.section-footer .list-column-hover li a span {
    position: absolute;
    left: 0;
    opacity: 0;
    font-size: 0.3rem;
    color: #fb1c24;
    transition: all 300ms linear 0s;
}

.section-footer .list-column-hover li a:hover {
    padding-left: 15px;
    color: #fb1c24;
}

.section-footer .list-column-hover li a:hover span {
    opacity: 1;
}

.section-footer .footer-copyright {
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.9rem;
}

@media screen and (max-width: 768px) {
    .section-footer {
        padding-top: 30px;
    }

    .section-footer .footer-navigation {
        display: none;
    }

    .section-footer .footer-title {
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }

    .section-footer .list-column li a span {
        padding-right: 5px;
    }

    .section-footer .list-column-hover li a {
        padding-left: 15px;
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(80px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes circle-anim {
    0% {
        opacity: 0.4;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    50% {
        opacity: 0.4;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        opacity: 0.4;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

@keyframes circle-anim {
    0% {
        opacity: 0.4;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    50% {
        opacity: 0.4;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        opacity: 0.4;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

@-webkit-keyframes bannerZoom {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bannerZoom {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes pulsewhite {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.43);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.43);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.43);
    }
}

@keyframes pulsewhite {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.43);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.43);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.43);
    }
}

#vf-slider .slider-item {
    position: relative;
    vertical-align: middle;
}

#vf-slider .slider-item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0);
    z-index: 1;
}

#vf-slider .slider-item .slider-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #ffffff;
    width: 100%;
    padding-top: 50%;
}

#vf-slider .slider-item .slider-image:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(58, 52, 50, 0.3);
}

#vf-slider .slider-item .slider-image .container-inner {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    z-index: 2;
    max-width: 600px;
}

#vf-slider .slider-item .slider-image .container-inner .slider-title {
    display: inline-block;
    overflow: hidden;
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    visibility: hidden;
    width: 100%;
}

#vf-slider .slider-item .slider-image .container-inner .slider-title h3 {
    font-size: 4rem;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 10px;
}

#vf-slider .slider-item .slider-image .container-inner .slider-title h3 span {
    color: #ac1319;
    font-style: italic;
}

#vf-slider .slider-item .slider-image .container-inner .slider-title.animated {
    visibility: visible;
}

#vf-slider .slider-item .slider-image .container-inner .slider-desc {
    font-size: 1.5rem;
    visibility: hidden;
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 0;
}

#vf-slider .slider-item .slider-image .container-inner .slider-desc.animated {
    visibility: visible;
}

#vf-slider .slider-item .slider-image .container-inner .slider-action {
    visibility: hidden;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

#vf-slider .slider-item .slider-image .container-inner .slider-action.animated {
    visibility: visible;
}

#vf-slider .slider-item .slider-image .container-inner .slider-action .button-link{
    color: #ffffff !important;
    background-color: rgba(0, 0, 0, 0.7);
    border-color: transparent !important;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    display:inline-block;
    position: relative;
    z-index: 2;
}

#vf-slider .slider-item .slider-image .container-inner .slider-action .button-link:hover {
    background-color: #ac1319 !important;
}

#vf-slider .bannerZoom {
    -webkit-animation-name: bannerZoom;
    animation-name: bannerZoom;
}

#vf-slider .slick-prev,
#vf-slider .slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
    background: #fff;
    font-size: 1.6rem;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    color: #3a3432;
}

#vf-slider .slick-prev:hover,
#vf-slider .slick-next:hover {
    background: #fb1c24;
    color: #ffffff;
}

#vf-slider .slick-prev {
    left: 15px;
}

#vf-slider .slick-next {
    right: 15px;
}

#vf-slider .slick-dots {
    position: absolute;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0;
    margin: 0;
    width: auto;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    flex-direction: column;
    z-index: 3;
}

#vf-slider .slick-dots li {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    background: transparent;
    transform: rotate(45deg);
    margin: 0.5rem 0;
    padding: 0;
    border-radius: 100%;
    font-size: 0;
    overflow: hidden;
    color: transparent;
    cursor: pointer;
}

#vf-slider .slick-dots li button {
    position: absolute;
    width: 0.75rem;
    height: 0.75rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 0;
    margin: 0;
    border-radius: 100%;
    box-shadow: none;
    outline: none;
    border: 0;
    font-size: 0;
    overflow: hidden;
}

#vf-slider .slick-dots li.slick-active {
    background-color: rgba(251, 28, 36, 0.45);
}

#vf-slider .slick-dots li.slick-active button {
    background: #fb1c24;
}

@media screen and (max-width: 678px) {
    #vf-slider .slider-item .slider-image .container-inner {
        position: absolute;
        max-width: 100%;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #vf-slider .slider-item .slider-image .container-inner .slider-title h3 {
        font-size: 2rem;
    }

    #vf-slider .slider-item .slider-image .container-inner .slider-desc.animated {
        display: none;
    }

    #vf-slider .slider-item .slider-image .container-inner .slider-action a {
        padding: 5px 15px;
        font-size: 0.85rem;
    }

    #vf-slider .slick-dots {
        right: 5px;
        width: unset;
    }

    #vf-slider .slick-dots li {
        margin: 0.15rem 0;
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(80px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes circle-anim {
    0% {
        opacity: 0.4;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    50% {
        opacity: 0.4;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        opacity: 0.4;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

@keyframes circle-anim {
    0% {
        opacity: 0.4;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    50% {
        opacity: 0.4;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        opacity: 0.4;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

@-webkit-keyframes bannerZoom {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bannerZoom {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes pulsewhite {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.43);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.43);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.43);
    }
}

@keyframes pulsewhite {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.43);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.43);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.43);
    }
}

.modalStyle01 {
    z-index: 99999;
}

.modalStyle01 .modal-content {
    border-radius: 0;
    border: 0px;
}

.modalStyle01 .modal-content .modal-header {
    padding: 0;
    border-radius: 0;
    text-align: center;
    display: block;
    position: relative;
}

.modalStyle01 .modal-content .modal-header .modal-icon {
    position: absolute;
    z-index: 6;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    border: 1px solid #f1f1f1;
    bottom: -35px;
    transform: translateX(-50%);
    border-radius: 100%;
    background: #fff;
    font-size: 1.8rem;
    color: #ac1319;
}

.modalStyle01 .modal-content .modal-header .modal-title {
    text-align: left;
    padding: 12px 15px;
    display: flex;
    align-items: center;
}

.modalStyle01 .modal-content .modal-header .modal-title img {
    display: inline-flex;
    width: 30px;
    margin-right: 10px;
}

.modalStyle01 .modal-content .modal-header .modal-title h6 {
    z-index: 1;
    position: relative;
    display: inline-block;
    font-weight: 800;
    font-size: 1.2rem;
    margin-bottom: 0;
    margin-top: 3px;
}

.modalStyle01 .modal-content .modal-header .modal-title h6:after {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #e1ffff, rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    bottom: -15px;
}

.modalStyle01 .modal-content .modal-header .modal-desc {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 45px 20px;
}

.modalStyle01 .modal-content .modal-header .modal-desc:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0);
    z-index: -1;
}

.modalStyle01 .modal-content .modal-header .modal-desc:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0);
    z-index: -1;
}

.modalStyle01 .modal-content .modal-header button {
    margin: 0;
    border-radius: 100%;
    font-size: 16px;
    font-weight: 800;
    z-index: 1;
    position: absolute;
    top: 3px;
    right: 5px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none !important;
    box-shadow: none !important;
}

.modalStyle01 .modal-content .form-advisory {
    margin-top: 3rem;
    position: relative;
    z-index: 2;
}

.modalStyle01 .modal-content .form-advisory form .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.modalStyle01 .modal-content .form-advisory form .form-group label {
    position: absolute;
    font-size: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    color: #9B9B9B;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    z-index: 2;
    margin-bottom: 0;
}

.modalStyle01 .modal-content .form-advisory form .form-group input, .modalStyle01 .modal-content .form-advisory form .form-group select {
    color: #9B9B9B;
    height: 40px;
    line-height: 40px;
    box-shadow: none !important;
    font-size: 0.9rem;
    padding-left: 40px;
    position: relative;
    border-radius: 3px;
}

.modalStyle01 .modal-content .form-advisory form .form-group input::placeholder, .modalStyle01 .modal-content .form-advisory form .form-group select::placeholder {
    font-size: 0.9rem;
    color: #9b9b9b !important;
}

.modalStyle01 .modal-content .form-advisory form .form-group select option {
    color: #000;
}

.modalStyle01 .modal-content .form-advisory form .form-group #sendForm {
    border-radius: 20px;
    padding: 0rem 1rem;
    height: 40px;
    line-height: 40px;
    background-color: #ac1319;
    border: 0;
    outline: none !important;
    box-shadow: none !important;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.3s all cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.3s all cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 55%;
    font-weight: bold;
    font-size: 0.8rem;
    margin: 0 auto;
}

.modalStyle01 .modal-content .form-advisory form .form-group #sendForm:hover {
    background-color: #fb1c24;
}

.page-contact .contact-inner {
    padding: 20px 0 10px;
    position: relative;
    background: #f5f5f5;
}

.page-contact .contact-inner .contact-information .information-item {
    text-align: center;
    padding: 30px;
}

.page-contact .contact-inner .contact-information .information-item .information-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.page-contact .contact-inner .contact-information .information-item .information-icon > span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #ac1319;
    color: #fff;
    font-size: 1.8rem;
    transition: 0.3s all cubic-bezier(0.4, 0, 0.32, 1.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.page-contact .contact-inner .contact-information .information-item .information-content {
    font-size: 1rem;
    line-height: 1.6;
    color: #4b4b4b;
}

.page-contact .contact-inner .contact-information .information-item .information-content > span,
.page-contact .contact-inner .contact-information .information-item .information-content > a {
    color: #7c7c7c;
    text-decoration: none;
}

.page-contact .contact-inner .contact-information .information-item:hover .information-icon > span {
    transform: translateY(-5px);
}

.page-contact .contact-form {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    background: #fff;
    position: relative;
}

.page-contact .contact-form .contact-icon {
    position: absolute;
    border-radius: 100%;
    border: 4px solid #d1d1d1;
    width: 80px;
    height: 80px;
    background: #ffffff;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ac1319;
    font-weight: bold;
    font-size: 2.2rem;
    transition: 0.3s all ease;
}

.page-contact .contact-form .form-main {
    padding: 80px 0 40px;
}

.page-contact .contact-form .form-main .form-group {
    position: relative;
    margin-bottom: 2rem;
}

.page-contact .contact-form .form-main .form-group label {
    margin-bottom: 0;
    position: absolute;
    top: 9px;
    left: 15px;
    color: #787878;
    font-size: 0.85rem;
}

.page-contact .contact-form .form-main .form-group .form-control {
    border-radius: 0;
    box-shadow: none;
    outline: none;
    font-size: 0.85rem;
    padding-left: 35px;
}

.page-contact .contact-form .form-main .form-group .col-form-style {
    position: relative;
}

.page-contact .contact-form .form-main .form-group .col-form-style label {
    left: 30px;
    top: 14px;
}

.page-contact .contact-form .form-main .form-group .col-form-style .form-control {
    border-radius: 0;
}

.page-contact .contact-form .form-main .form-group .col-form-style input.form-control {
    height: 44px;
    line-height: 44px;
}

.page-contact .contact-map iframe {
    vertical-align: middle;
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .page-contact .contact-inner .contact-information .information-item .information-content {
        text-align: center;
    }

    .page-contact .contact-inner .contact-information .information-item .information-content b {
        display: block;
    }
}

.page-product .scrollspy {
    background-color: #eee;
}

.page-product .scrollspy .scrollspy-menu {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    margin: 0;
    width: 100%;
}

.page-product .scrollspy .scrollspy-menu li {
    width: 100%;
    padding: 5px 0 10px;
}

.page-product .scrollspy .scrollspy-menu li.active {
    border-bottom: 3px solid #ac1319;
}

.page-product .scrollspy .scrollspy-menu li a {
    display: block;
    font-size: 14px;
    text-decoration: none;
}

.page-product .scrollspy .scrollspy-menu li a .icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0;
}

.page-product .scrollspy .scrollspy-menu li a .icon img {
    margin: 0 auto;
    vertical-align: middle;
}

.page-product .scrollspy .scrollspy-menu li a .icon span {
    font-weight: bold;
    color: #222;
}

.page-product .scrollspy.sticky {
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
    left: 0;
}

.page-product .product-detail .content-name {
    padding: 20px 0;
}

.page-product .product-detail .content-name .car-name h1 {
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 0.6rem;
    position: relative;
    padding-bottom: 0.4rem;
}

.page-product .product-detail .content-name .car-name h1:after {
    background-image: -webkit-linear-gradient(left, #373737, rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    content: "";
    bottom: 0px;
}

.page-product .product-detail .content-name .car-price {
    display: flex;
    align-items: baseline;
    margin-bottom: 1rem;
}

.page-product .product-detail .content-name .car-price p {
    margin-bottom: 0;
    font-size: 1.05rem;
    font-weight: bold;
}

.page-product .product-detail .content-name .car-price p:last-of-type {
    padding-left: 0.6rem;
    font-size: 1.6rem;
    color: #ac1319;
}

.page-product .product-detail .content-name .car-desc-featured ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.page-product .product-detail .content-name .car-desc-featured ul > li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 0.5rem;
    color: #000000;
}

.page-product .product-detail .content-name .car-desc-featured ul > li:before {
    position: absolute;
    top: 1px;
    left: 3px;
    color: #ac1319;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    font-weight: 800;
    content: "";
}

.page-product .product-detail .content-name .car-action {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.page-product .product-detail .content-name .car-action a {
    margin: 0;
    margin-right: 0.8rem;
}

.page-product .product-detail .content-name .car-action a > span {
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    border-radius: 50px;
    padding: 0 22px;
    border: 0.1rem solid #ac1319;
}

.page-product .product-detail .content-name .car-action a.btn-call span {
    background-color: #0e0e0e;
    border: 0.1rem solid #0e0e0e;
}

.page-product .product-detail .content-name .car-action a.btn-call:hover span {
    background-color: transparent;
    color: #0e0e0e;
}

.page-product .product-detail .content-name .car-action a:hover span {
    background-color: transparent;
    color: #ac1319;
}

.page-product .product-detail .product-right a img {
    max-width: 90%;
    display: block;
    margin-left: auto;
}

.page-product .product-detail .list-color ul {
    margin-bottom: 20px;
    list-style-type: none;
    padding-left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.page-product .product-detail .list-color ul li {
    padding: 0.2rem;
    border: 1px solid transparent;
    -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.3s all cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.3s all cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 50px;
}

.page-product .product-detail .list-color ul li.activeColor {
    border-color: #a9a9a9;
}

.page-product .product-detail .list-color ul li > a {
    display: block;
    width: 100%;
    padding-top: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.page-product .car-content {
    line-height: 1.6;
    padding-bottom: 50px;
}

.page-product .car-content .vf-heading {
    margin-bottom: 2rem;
}

.page-product .car-content .vf-heading .heading-text {
    font-size: 1.4rem;
}

.page-product .car-content .vf-heading .vf-line {
    width: 40px;
    height: 12px;
}

.page-product .car-content .vf-heading .vf-line:before, .page-product .car-content .vf-heading .vf-line:after {
    height: 8px;
    width: 25px;
}

.page-product .car-content .vf-heading .vf-line:after {
    right: -72%;
}

.page-product .car-content .hinhthucte .img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}

.page-product .car-content .hinhthucte .img img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.page-product .car-content .tieude h4 {
    font-size: 0.95rem;
    font-weight: bold;
    line-height: 1.4;
    color: #000000;
    padding: 0px 5px;
}

.page-product .car-content .limit {
    padding-bottom: 0.5rem;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.05) 99%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.page-product .car-content .limit .content-limit {
    height: 90px;
    margin-bottom: 5px;
    font-size: 0.9rem;
    overflow: hidden;
    padding: 0px 5px;
    transition: 0.3s height ease;
    -webkit-transition: 0.3s height ease;
}

.page-product .car-content .limit .content-limit.active {
    height: 100%;
}

.page-product .car-content .info-readmore {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #1b4c87;
    font-size: 1.5rem;
    margin: -17.5px auto 0 auto;
    box-shadow: 1px 1px 6px #ddd;
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease;
}

.page-product .car-content .info-readmore:hover {
    color: #ffffff;
    background: #ac1319;
}

.page-product .car-content .info-readmore.active {
    transform: rotate(180deg);
}

.page-product .car-content .btn-style {
    margin: 0 auto;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    width: 22%;
}

.page-product .car-content .btn-style > span {
    padding: 0 26px;
    font-size: 16px;
}

.page-product .car-content .btn-style > span:first-of-type {
    font-size: 13px;
    border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px 0 0 50px;
}

.page-product .car-content .btn-style > span:last-of-type {
    border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0 50px 50px 0;
}

.page-product .car-content#thongso {
    padding: 3rem 0;
    background: black;
    color: white;
}

.page-product .car-content#thongso .table-responsive {
    overflow: visible !important;
}

@media screen and (max-width: 768px) {
    .page-product .scrollspy {
        width: 100%;
    }

    .page-product .scrollspy .scrollspy-menu li {
        padding-bottom: 5px;
    }

    .page-product .scrollspy .scrollspy-menu li a .icon img {
        width: 50px;
    }

    .page-product .scrollspy .scrollspy-menu li a .icon span {
        display: none;
    }

    .page-product .product-detail {
        padding: 30px 0;
    }

    .page-product .product-detail .content-name {
        padding-top: 0;
    }

    .page-product .product-detail .content-name .car-name h1 {
        font-size: 2rem;
    }

    .page-product .product-detail .content-name .car-price {
        justify-content: space-between;
        flex-direction: column;
    }

    .page-product .product-detail .content-name .car-price p {
        font-size: 0.8rem;
    }

    .page-product .product-detail .content-name .car-price p:last-of-type {
        font-size: 1.1rem;
        padding: 5px 0 0;
    }

    .page-product .product-detail .content-name .car-action {
        flex-direction: column;
    }

    .page-product .product-detail .content-name .car-action a {
        margin-right: 0;
        margin-bottom: 1rem;
        width: 100%;
    }

    .page-product .product-detail .content-name .car-action a > span {
        width: 100%;
        text-align: center;
        font-size: 1rem;
    }

    .page-product .product-detail .product-right > a img {
        max-width: 100%;
        margin: 0 auto;
    }

    .page-product .product-detail .list-color ul {
        justify-content: center;
        flex-wrap: wrap;
    }

    .page-product .car-content .btn-style {
        width: 100%;
        max-width: 80%;
    }

    .page-product .car-content .btn-style > span {
        width: 75%;
    }

    .page-product .car-content .btn-style > span:last-of-type {
        width: 25%;
        text-align: center;
    }

    .page-product .car-content .btn-style > span:last-of-type > span {
        top: 0;
    }
}

div, p, h1, h2, h3, h4, h5, blockquote, span, img, video {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
        width: 100%;
    }
}

.vf-links .links-main {
    text-align: center;
    padding: 30px 20px;
    background-color: #ffffff;
    z-index: 7;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.vf-links .links-main > .row {
    margin: 0;
}

.vf-links .links-main > .row > .col-md-4 > .links-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    vertical-align: top;
    padding: 0 25px;
    position: relative;
}

.vf-links .links-main > .row > .col-md-4 > .links-item .links-top {
    display: flex;
    align-items: center;
}

.vf-links .links-main > .row > .col-md-4 > .links-item .links-top .links-icon {
    font-size: 2rem;
    margin-right: 20px;
}

.vf-links .links-main > .row > .col-md-4 > .links-item .links-top .links-icon i {
    font-size: 50px;
    font-weight: 300;
}

.vf-links .links-main > .row > .col-md-4 > .links-item .links-top > .links-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    font-size: 0.9rem;
    color: #686868;
}

.vf-links .links-main > .row > .col-md-4 > .links-item .links-top > .links-desc > .link-title {
    font-size: 1.05rem;
    font-weight: bold;
    margin-bottom: 5px;
    color: #454545;
}

.vf-links .links-main > .row > .col-md-4 > .links-item > .links-btn {
    margin-top: 20px;
}

.vf-links .links-main > .row > .col-md-4 > .links-item > .links-btn > a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    height: 40px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    line-height: 30px;
    font-size: 0.9rem;
    font-weight: 700;
}

.vf-links .links-main > .row > .col-md-4 > .links-item > .links-btn > a > span {
    display: block;
    position: relative;
    min-width: 175px;
    line-height: 40px;
    padding: 0 25px;
    border-radius: 6px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    background-color: #fb1c24;
}

.vf-links .links-main > .row > .col-md-4 > .links-item > .links-btn > a:hover > span {
    background-color: #ac1319;
}

.vf-links .links-main > .row > .col-md-4:nth-child(2) .links-item {
    border-left: 1px solid #c6c5b8;
    border-right: 1px solid #c6c5b8;
}

@media screen and (max-width: 768px) {
    .vf-links .links-main {
        padding: 30px 0;
    }

    .vf-links .links-main > .row > .col-md-4 > .links-item {
        padding: 0;
    }

    .vf-links .links-main > .row > .col-md-4:not(:first-child) {
        display: none;
    }
}

.vf-html {
    border-top: 1px solid #d1d1d1;
    padding: 30px 0;
}

.vf-html .html-inner {
    display: flex;
    min-height: 200px;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    width: 100%;
    height: 100%;
}

.vf-html .html-inner .html-main {
    transition-property: box-shadow, -webkit-transform;
    transition-property: box-shadow, transform;
    transition-property: box-shadow, transform, -webkit-transform;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform-style: inherit;
    -moz-transform-style: inherit;
    -ms-transform-style: inherit;
    -o-transform-style: inherit;
    transform-style: inherit;
    -webkit-perspective: inherit;
    -moz-perspective: inherit;
    -ms-perspective: inherit;
    -o-perspective: inherit;
    perspective: inherit;
    height: 100%;
    width: 100%;
}

.vf-html .html-inner .html-main:before {
    right: 0;
    content: "";
    position: absolute;
    background: #000000;
    left: 0;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
}

.vf-html .html-inner .html-main .html-img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.vf-html .html-inner .html-main .html-img img {
    min-width: 100%;
    min-height: 100%;
}

.vf-html .html-inner .html-main .html-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
}

.vf-html .html-inner .html-main .html-content .html-title {
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
}

.vf-html .html-inner .html-main .html-content .html-desc {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #ffffff;
}

.vf-html .html-inner:hover .html-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.vf-html .html-inner .html-effect {
    -webkit-transform: translate3d(0, 0, 60px) scale(0.85);
    -moz-transform: translate3d(0, 0, 60px) scale(0.85);
    -ms-transform: translate3d(0, 0, 60px) scale(0.85);
    -o-transform: translate3d(0, 0, 60px) scale(0.85);
    transform: translate3d(0, 0, 60px) scale(0.85);
}

@media screen and (max-width: 768px) {
    .vf-html {
        padding: 15px 0;
    }

    .vf-html .col-sm-6.mb-3:last-of-type {
        margin-bottom: 0 !important;
    }
}

.vf-abouts {
    background: linear-gradient(to right, #d5d5d542 0%, #f1f1f1 100%);
    padding: 90px 0;
}

.vf-abouts .ab-left .ab-logo {
    margin-bottom: 2rem;
}

.vf-abouts .ab-left .ab-logo img {
    min-width: 150px;
}

.vf-abouts .ab-left .ab-title {
    font-weight: bold;
    color: #222;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.vf-abouts .ab-left .ab-desc {
    font-size: 1rem;
    color: #4b4b4b;
    line-height: 1.3;
}

.vf-abouts .ab-right {
    text-align: center;
}

.vf-abouts .ab-right .ab-img-inner {
    position: relative;
    z-index: 2;
}

.vf-abouts .ab-right .ab-animated {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
}

.vf-abouts .ab-right .ab-animated:before, .vf-abouts .ab-right .ab-animated:after {
    content: "";
    position: absolute;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
    -webkit-animation: circle-anim linear 6s 0.8s infinite;
    animation: circle-anim linear 6s 0.8s infinite;
}

.vf-abouts .ab-right .ab-animated:before {
    width: 130%;
    height: 130%;
    left: -15%;
    top: -15%;
}

.vf-abouts .ab-right .ab-animated:after {
    width: 160%;
    height: 160%;
    left: -30%;
    top: -30%;
}

.vf-abouts .ab-bottom {
    margin-top: 30px;
}

.vf-abouts .ab-bottom .ab-bottom-inner .ab-item {
    display: flex;
    flex-direction: column;
    padding: 20px;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.vf-abouts .ab-bottom .ab-bottom-inner .ab-item .ab-item-img {
    width: 40px;
}

.vf-abouts .ab-bottom .ab-bottom-inner .ab-item .ab-item-img img {
    width: 100%;
    vertical-align: middle;
}

.vf-abouts .ab-bottom .ab-bottom-inner .ab-item .ab-item-text {
    width: 100%;
    padding-top: 15px;
}

.vf-abouts .ab-bottom .ab-bottom-inner .ab-item .ab-item-text h6 {
    font-weight: bold;
    color: #222;
    font-size: 1.05rem;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.vf-abouts .ab-bottom .ab-bottom-inner .ab-item .ab-item-text p {
    font-size: 1rem;
    color: #555;
    line-height: 1.3;
    margin-bottom: 0;
}

.vf-abouts .ab-bottom .ab-bottom-inner .ab-item:hover {
    background-color: #ac1319;
}

.vf-abouts .ab-bottom .ab-bottom-inner .ab-item:hover .ab-item-text h6, .vf-abouts .ab-bottom .ab-bottom-inner .ab-item:hover .ab-item-text p {
    color: #ffffff;
}

.vf-abouts .ab-bottom .ab-bottom-inner .col-md-3:first-child .ab-item {
    background-color: #ac1319;
}

.vf-abouts .ab-bottom .ab-bottom-inner .col-md-3:first-child .ab-item .ab-item-text h6, .vf-abouts .ab-bottom .ab-bottom-inner .col-md-3:first-child .ab-item .ab-item-text p {
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .vf-abouts {
        padding: 30px 0;
    }

    .vf-abouts .ab-left .ab-logo {
        text-align: center;
        margin-bottom: 1rem;
    }

    .vf-abouts .ab-left .ab-logo img {
        max-width: 150px;
        min-width: unset;
    }

    .vf-abouts .ab-left .ab-title {
        text-align: center;
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    .vf-abouts .ab-middle .ab-img-inner {
        margin: 1rem 0 2rem;
    }

    .vf-abouts .ab-middle .ab-animated {
        height: 200px;
        width: 200px;
    }

    .vf-abouts .ab-right .ab-right-inner .ab-icon:not(:last-of-type) {
        margin-bottom: 30px;
    }
}

.vf-video-about {
    position: relative;
}

.vf-video-about__video {
    width: 100%;
    position: relative;
    z-index: 1;
}

.vf-video-about__video video {
    width: 100%;
}

.vf-video-about__content {
    text-align: center;
    padding: 35px 15px;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .vf-video-about__content {
        padding: 0 15px 50px;
    }
}

.vf-video-about__content .content__header {
    font-weight: bold;
    margin-bottom: 1.6rem;
    font-size: 1.2rem;
    letter-spacing: 2px;
}

.vf-video-about__content .content__text {
    font-size: 0.95rem;
    line-height: 1.4em;
}

@media screen and (min-width: 963px) {
    .vf-video-about__content {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        padding: 0 20%;
    }

    .vf-video-about__content .content__header {
        color: white;
        font-size: 35px;
        margin-bottom: 30px;
    }

    .vf-video-about__content .content__text {
        color: white;
        font-size: 19px;
        line-height: 2em;
    }

    .vf-video-about__content .content__btn {
        margin-top: 40px;
    }
}

.vf-video-about__content .content__btn .button {
    background-color: #ac1319;
    border-color: #ac1319;
    color: white;
    text-transform: uppercase;
}

.vf-video-about__content .content__btn .button:hover {
    border-color: #fff;
    background: transparent;
    color: #fff;
}

.vf-product {
    border-top: 1px solid #d1d1d1;
    padding: 60px 0 20px;
    position: relative;
}

.vf-product .vf-pills {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.vf-product .vf-pills > ul {
    border-bottom: 0;
    align-items: center;
    justify-content: center;
    position: relative;
}

.vf-product .vf-pills > ul > .nav-item {
    margin-bottom: 0;
    border-bottom: 1px solid #000000;
}

.vf-product .vf-pills > ul > .nav-item > a {
    border: 0;
    border-radius: 0;
    font-size: 1.1rem;
    color: #222;
    position: relative;
}

.vf-product .vf-pills > ul > .nav-item > a:before {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    opacity: 0;
    width: 100%;
    max-width: 0;
    z-index: 2222;
    height: 3px;
    background-color: #C4161C;
    -webkit-transition: 0.3s ease-out all;
    -o-transition: 0.3s ease-out all;
    transition: 0.3s ease-out all;
}

.vf-product .vf-pills > ul > .nav-item > a.active:before, .vf-product .vf-pills > ul > .nav-item > a:hover:before {
    opacity: 1;
    right: auto;
    left: 0;
    max-width: 100%;
    z-index: 2222;
}

.vf-product .vf-content {
    position: relative;
    z-index: 2;
}

.vf-product .vf-content .product-title a {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 20px 0 0;
    color: #000000;
    text-decoration: none;
}

.vf-product .vf-content .product-item {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 1px rgba(0, 0, 0, 0.23);
}

.vf-product .vf-content .product-item .product-img {
    overflow: hidden;
    position: relative;
}

.vf-product .vf-content .product-item .product-img > a {
    display: block;
}

.vf-product .vf-content .product-item .product-img > a > img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    margin: 0 auto;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

.vf-product .vf-content .product-item .product-img .product-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    padding: 10px;
    opacity: 0;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

.vf-product .vf-content .product-item .product-img .product-hover a {
    cursor: pointer;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.vf-product .vf-content .product-item .product-img:hover .product-hover {
    opacity: 1;
}

.vf-product .vf-content .product-item .product-content {
    margin-top: 20px;
}

.vf-product .vf-content .product-item .product-content .product--title {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    color: #000000;
}

.vf-product .vf-content .product-item .product-content .product--detail-info {
    margin-top: 10px;
}

.vf-product .vf-content .product-item .product-content .product--detail-info span {
    color: #ac1319;
    font-weight: 700;
}

.vf-product .vf-content .product-item .product-content .product--detail-info span.mobile-price {
    color: #000000;
    font-weight: normal;
}

.vf-product .vf-content .product-item .product-content .list-color {
    margin-top: 2rem;
}

.vf-product .vf-content .product-item .product-content .list-color > ul {
    margin-bottom: 40px;
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .vf-product .vf-content .product-item .product-content .list-color > ul {
        justify-content: left;
    }
}

.vf-product .vf-content .product-item .product-content .list-color > ul > li {
    margin: 0 5px;
    padding: 1px;
    width: 23px;
    height: 23px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 100%;
    -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.3s all cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.3s all cubic-bezier(0.165, 0.84, 0.44, 1);
}

.vf-product .vf-content .product-item .product-content .list-color > ul > li > a {
    display: block;
    height: 100%;
    border-radius: 100%;
}

.vf-product .vf-content .product-item .product-content .list-color > ul > li.activeColor {
    border-color: #ac1319;
}

.vf-product .vf-content .product-item .product-action {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.vf-product .vf-content .product-item .product-action .button.button-link {
    background-color: #000000;
    color: #fff;
    font-size: 0.9rem;
    border-radius: 0;
}

.vf-product .vf-content .product-item .product-action .button.button-link:hover {
    background-color: #ac1319;
}

.vf-product .vf-content .product-item:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    border-color: #ac1319;
}

.vf-product .vf-content .product-item:hover .product-img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.vf-product .vf-content .product-item:hover .button.button-link {
    background-color: #ac1319;
    border-color: #ac1319;
}

.vf-product .vf-content .vf__pane {
    position: relative;
}

.vf-product .vf-content .vf__pane:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    height: 49%;
    transform: translateY(-50%);
    background: #eeeeee;
    background: radial-gradient(ellipse at center, #f3f3f3 0%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$startColor", endColorstr="$endColor", GradientType=1);
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .vf-product .vf-content .vf__pane .product-link {
        text-align: center;
    }
}

.vf-product .vf-content .vf__pane .product-link .button.button-link {
    background-color: #ac1319;
    border-color: #ac1319;
    color: white;
    border-right: 0;
}

.vf-product .vf-content .vf__pane .product-link .button.button-link:hover {
    border-color: #0C1021;
    background: transparent;
    color: #0C1021;
}

@media screen and (max-width: 768px) {
    .vf-product {
        padding: 30px 0 0;
    }

    .vf-product .vf-pills > ul .nav-item > a {
        font-size: 1rem;
    }

    .vf-product .vf-content .list-color {
        margin-top: 1rem;
    }

    .vf-product .vf-content .list-color ul {
        width: 100%;
    }

    .vf-product .vf-content .list-color ul li {
        padding: 0.2rem;
        width: 50px;
    }

    .vf-product:before {
        height: 24%;
    }
}

.vf-callaction {
    padding: 100px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    transition: 0.3s all ease;
    position: relative;
    z-index: 1;
}

.vf-callaction:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    opacity: 0.5;
    z-index: -1;
}

.vf-callaction > .container {
    padding: 0 50px;
}

.vf-callaction > .container .callaction-bg {
    padding-right: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vf-callaction > .container .callaction-bg img {
    height: auto;
    width: 100%;
}

.vf-callaction > .container .callaction-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #ffffff;
}

.vf-callaction > .container .callaction-text .callaction-subtitle {
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
    color: #fb1c24;
}

.vf-callaction > .container .callaction-text .callaction-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.vf-callaction > .container .callaction-text .callaction-desc {
    line-height: 1.7;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.vf-callaction > .container .callaction-text .callaction-social {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.vf-callaction > .container .callaction-text .callaction-social a {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: calc(50% - 5px);
    height: 55px;
    margin-bottom: 10px;
    line-height: 58px;
    padding-left: 20px;
    background-color: rgba(255, 255, 255, 0.17);
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

.vf-callaction > .container .callaction-text .callaction-social a i, .vf-callaction > .container .callaction-text .callaction-social a svg {
    float: right;
    background-color: rgba(250, 250, 250, 0.2);
    height: 55px;
    width: 55px;
    line-height: 60px;
    text-align: center;
    font-size: 36px;
}

.vf-callaction > .container .callaction-text .callaction-social a svg {
    fill: #fff;
    padding: 12px;
}

.vf-callaction > .container .callaction-text .callaction-social a:hover {
    background-color: rgba(152, 40, 31, 0.44);
}

.vf-callaction > .container .callaction-text .callaction-link {
    display: none;
    position: absolute;
    bottom: 0;
    margin-top: 1rem;
}

.vf-callaction > .container .callaction-text .callaction-link a {
    line-height: 55px;
    width: 270px;
    height: 55px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #ffdc56;
    font-size: 18px;
    font-weight: 700;
    color: #121212;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0px;
    display: inline-block;
    -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.3s all cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.3s all cubic-bezier(0.165, 0.84, 0.44, 1);
}

.vf-callaction > .container .callaction-text .callaction-link a:hover {
    border: 1px solid #d9d9d9;
    color: #fff;
    background-color: transparent;
}

@media screen and (max-width: 768px) {
    .vf-callaction {
        padding: 50px 0;
    }

    .vf-callaction > .container {
        padding: 0 15px;
    }

    .vf-callaction > .container .callaction-bg {
        padding: 0;
        margin-bottom: 50px;
    }

    .vf-callaction > .container .callaction-text .callaction-subtitle {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .vf-callaction > .container .callaction-text .callaction-title {
        font-size: 1.6rem;
    }

    .vf-callaction > .container .callaction-text .callaction-social {
        margin-bottom: 30px;
    }

    .vf-callaction > .container .callaction-text .callaction-social a {
        width: 100%;
    }

    .vf-callaction > .container .callaction-text .callaction-link {
        display: flex;
    }
}

.vf-blog {
    padding: 70px 0;
}

.vf-blog h6 {
    padding-left: 15px;
}

.vf-blog .blog-slide {
    margin: 1rem 0 0;
}

.vf-blog .blog-slide .owl-stage-outer {
    padding: 10px;
}

.vf-blog .blog-slide .blog-item {
    background: #ffffff;
    transition: 0.3s all ease;
}

.vf-blog .blog-slide .blog-item:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.vf-blog .blog-slide .blog-item > a {
    display: flex;
    align-items: flex-start;
    padding: 15px;
    text-decoration: none;
}

.vf-blog .blog-slide .blog-item > a .blog-wrap .blog-image {
    width: 100%;
    overflow: hidden;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    vertical-align: middle;
    -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.3s all cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.3s all cubic-bezier(0.165, 0.84, 0.44, 1);
}

.vf-blog .blog-slide .blog-item > a .blog-wrap .blog-date {
    color: #737373;
    display: block;
    margin-bottom: 0.5rem;
    position: relative;
    font-size: 0.9rem;
}

.vf-blog .blog-slide .blog-item > a .blog-wrap .blog-date i {
    color: #ac1319;
}

.vf-blog .blog-slide .blog-item > a .blog-wrap .blog-content {
    padding: 30px 0 0;
}

.vf-blog .blog-slide .blog-item > a .blog-wrap .blog-content .blog-title {
    font-size: 1.1rem;
    color: #333;
    font-weight: 700;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 58px;
    padding-bottom: 10px;
    position: relative;
}

.vf-blog .blog-slide .blog-item > a .blog-wrap .blog-content .blog-title:before {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: #fb1c24;
    bottom: 0;
    left: 0;
}

.vf-blog .blog-slide .blog-item > a .blog-wrap .blog-content .blog-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.8;
    font-size: 0.95rem;
    color: #777;
    height: 108px;
}

.vf-blog .blog-slide .blog-item > a:hover .blog-right .blog-image {
    background-size: 120%;
}

.vf-blog .blog-slide .blog-item > a:hover .blog-right .blog-content .blog-title {
    color: #fb1c24;
}

.vf-blog .blog-slide .owl-nav .owl-prev {
    outline: none !important;
    border: 1px solid #d1d1d1;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    border-radius: 100%;
    background: #ffffff;
    height: 30px;
    width: 30px;
    font-size: 22px;
    -webkit-transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
    transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.vf-blog .blog-slide .owl-nav .owl-prev:hover {
    left: -20px;
    width: 40px;
    height: 40px;
}

.vf-blog .blog-slide .owl-nav .owl-next {
    outline: none !important;
    border: 1px solid #d1d1d1;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    border-radius: 100%;
    background: #ffffff;
    height: 30px;
    width: 30px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
    transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
}

.vf-blog .blog-slide .owl-nav .owl-next:hover {
    right: -20px;
    width: 40px;
    height: 40px;
}

@media screen and (max-width: 768px) {
    .vf-blog {
        padding: 30px 0;
    }

    .vf-blog .blog-slide {
        margin-top: 30px;
    }

    .vf-blog .blog-slide .owl-stage-outer {
        padding: 0;
    }

    .vf-blog .blog-slide .blog-item > a {
        padding: 0 15px;
    }

    .vf-blog .blog-slide .blog-item > a .blog-wrap .blog-image {
        height: 160px;
        margin-bottom: 10px;
    }

    .vf-blog .blog-slide .blog-item > a .blog-wrap .blog-content {
        padding: 0;
    }
}

.vf-contact {
    padding: 45px 0;
    border-top: 1px solid #d1d1d1;
    align-items: center;
    background-image: url(/public/upload/banner/subscribe-bg.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.vf-contact:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.vf-contact .contact-main {
    max-width: 500px;
    margin: 1.5rem auto 1rem;
}

.vf-contact .contact-main .form-group {
    margin-bottom: 0;
    position: relative;
}

.vf-contact .contact-main .form-group input {
    height: 40px;
    line-height: 40px;
    font-size: 0.95rem;
    color: #4b4b4b;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0;
    border: 0;
    padding: 6px 15px;
    width: calc(100% - 150px);
}

.vf-contact .contact-main .form-group input::placeholder {
    font-size: 0.95rem;
    color: #4b4b4b;
}

.vf-contact .contact-main .form-group button {
    height: 40px;
    line-height: 40px;
    outline: none !important;
    box-shadow: none !important;
    border: 0;
    min-width: 150px;
    background: #ac1319;
    color: #ffffff;
    font-weight: bold;
    transition: 0.3s all ease;
}

.vf-contact .contact-main .form-group button:hover {
    background: #fb1c24;
}

@media screen and (max-width: 767px) {
    .vf-contact .contact-main .form-group {
        flex-direction: column;
        align-items: center;
    }

    .vf-contact .contact-main .form-group input {
        width: 100%;
    }

    .vf-contact .contact-main .form-group button {
        margin-top: 10px;
        width: 150px;
    }
}

.single-post .title {
    padding: 15px 0;
    margin-bottom: 0px;
    color: #ac1319;
    line-height: 1.3;
    font-weight: bold;
    font-size: 1.3rem;
}

.related-blog .text-title {
    padding: 15px 0;
    border-bottom: 3px solid #d9d9d9;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 1.2rem;
    display: block;
    position: relative;
    color: #ac1319;
    text-transform: uppercase;
}

.related-blog .text-title:after {
    content: "";
    position: absolute;
    width: 20%;
    left: 0;
    height: 5px;
    background: #ac1319;
    bottom: -4px;
}

.formdangkylaithu label {
    font-weight: bold;
    color: #4b4b4b;
}

.formdangkylaithu input {
    outline: none !important;
    box-shadow: none !important;
    font-size: 0.9rem;
    color: #4b4b4b;
}

.formdangkylaithu input::placeholder {
    font-size: 0.9rem;
    color: #000000;
}

.formdangkylaithu select {
    outline: none !important;
    box-shadow: none !important;
    font-size: 0.9rem;
    color: #4b4b4b;
}

.formdangkylaithu .title-form {
    font-weight: bold;
    font-size: 1.1rem;
}

.formdangkylaithu .btn-dangky {
    background: #ac1319;
    border-radius: 20px;
    margin-top: 2rem;
    outline: none !important;
    box-shadow: none !important;
    border: 0;
    color: #fff;
    font-size: 0.9rem;
    padding: 8px 30px;
    transition: 0.3s all ease;
}

.formdangkylaithu .btn-dangky:hover {
    background: #fb1c24;
}

.specs {
    background-color: #000;
    padding: 0.5rem;
    color: #fff;
}

.specs .specs-modal-tab a {
    display: block;
    text-decoration: none;
    outline: none;
    font-weight: 700;
    border: 0.1rem solid #fff;
    color: #fff;
    padding: 0.8rem 1.5rem;
    border-radius: 4rem;
    cursor: pointer;
    text-align: center;
    margin-right: 0.5rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease-out;
}

.specs .specs-modal-tab a.active {
    pointer-events: none;
    cursor: default;
    background-color: #C4161C;
    border-color: #C4161C;
}

.specs h3 {
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 0.1rem solid #707070;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    margin-top: 1.5em;
}

.specs .content-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1rem;
}

.specs .content-item .content-title {
    flex-basis: 30%;
    max-width: 30%;
    font-weight: bold;
}

.specs .content-item .content-group {
    flex-basis: 70%;
    max-width: 70%;
    padding-left: 0;
}

.specs .content-item .content-group.is-border .content-sub {
    border-left: 0.1rem solid #707070;
    border-right: 0.1rem solid #707070;
}

.specs .content-item .content-desc {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

.specs .content-item .content-desc:last-child {
    margin-bottom: 0;
}

.specs .content-item .content-desc .content-sub {
    flex-basis: 50%;
    padding: 0 1rem 1rem;
}

.specs .content-item .content-desc .content-text {
    flex-basis: 50%;
    padding: 0 1rem;
}

.specs .content-item .content-desc .content-text .option-status {
    max-width: 20%;
    flex-basis: 20%;
    padding: 0 1.5rem;
}

.specs .content-item .content-desc .content-text .option-status .icon {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 0.1rem solid #fff;
}

.specs .icon {
    box-sizing: border-box;
    display: inline-block;
    font-size: inherit;
    font-style: normal;
    height: 1em;
    position: relative;
    text-indent: -9999px;
    vertical-align: middle;
    width: 1em;
}

.specs .content .noted {
    position: relative;
    padding-left: 7rem;
    margin-top: 1rem;
}

.specs .content .noted strong {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
}

.specs .content .noted ul {
    list-style: none;
    padding: 0;
}

.specs .content .noted ul li {
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 4rem;
}

.specs .content .noted ul li:first-child .icon::before {
    background-color: #CBCBCB;
}

.specs .content .noted ul li .icon {
    width: 3rem;
    height: 1.8rem;
    border: 0.1rem solid #CBCBCB;
    position: absolute;
    left: 0;
}

.specs .content .noted ul li .icon:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 0.1rem solid #CBCBCB;
    margin: 0.2rem auto 0 auto;
}

.btn-deny {
    background: none;
    border: none;
}

.btn-deny span {
    text-decoration: underline;
    font-weight: 400;
    font-size: 13px;
}

.modal-desc h2 {
    font-weight: bold;
}

.card-gallery {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;

}

.card-gallery img {
    object-fit: contain;
    transition: all 0.35s ease-in;
}

.card-gallery::after {
    content: "\f06e";
    font-family: "Font Awesome 5 Pro", sans-serif;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 32, 32, 0.35);
    opacity: 0;
    transition: 0.5s ease-in-out;
    border-radius: 0.25rem;
}

.card-gallery:hover::after {
    opacity: 1;
}

.card-gallery:hover {
    cursor: zoom-in;
}

.card-gallery:hover img {
    transform: scale(1.05);
}

.section-gallery .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 20px;
}

.section-gallery .owl-nav .owl-prev,
.section-gallery .owl-nav .owl-next {
    outline: none !important;
    border: 1px solid #d1d1d1 !important;
    border-radius: 100%;
    background: #ffffff;
    height: 30px;
    width: 30px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
    transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
}

.section-gallery .owl-nav .owl-prev:hover,
.section-gallery .owl-nav .owl-next:hover {
    background-color: #ac1319;
    color: #ffffff;
    border: 1px solid #ac1319 !important;
}

/*# sourceMappingURL=theme-style.css.map */
