@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Regular.eot');
    src: url('../fonts/Mulish-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mulish-Regular.woff2') format('woff2'),
        url('../fonts/Mulish-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-SemiBold.eot');
    src: url('../fonts/Mulish-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mulish-SemiBold.woff2') format('woff2'),
        url('../fonts/Mulish-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Medium.eot');
    src: url('../fonts/Mulish-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mulish-Medium.woff2') format('woff2'),
        url('../fonts/Mulish-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-SemiBoldItalic.eot');
    src: url('../fonts/Mulish-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mulish-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Mulish-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-SemiBold.eot');
    src: url('../fonts/Mulish-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mulish-SemiBold.woff2') format('woff2'),
        url('../fonts/Mulish-SemiBold.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Bold.eot');
    src: url('../fonts/Mulish-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mulish-Bold.woff2') format('woff2'),
        url('../fonts/Mulish-Bold.woff') format('woff');
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-ExtraBold.eot');
    src: url('../fonts/Mulish-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mulish-ExtraBold.woff2') format('woff2'),
        url('../fonts/Mulish-ExtraBold.woff') format('woff');
    font-weight: 900;
    font-display: swap;
}
body {
    font-family: Mulish, sans-serif;
    color: #111827;
}
a {
    text-decoration: none;
    color: #3c3c3c;
    cursor: pointer;
}
a, p, span, i, h1, h2, h3, h4, h5, h6{
    color: #111827;
    transition: all .2s ease;
}
a:focus-visible {
    border: none;
    outline: none;
}
img {
    max-width: 100%;
}
#main {
    width: 100%;
    overflow: hidden;
}
.btn:hover {
    color: #fff;
    background-color: #a7a8a9;
    border-color: unset;
}
.mb-5 {
    margin-bottom: 5%;
}
.bg-white{
    background: #fff;
}
.rounded-2xl {
    border-radius: 1rem;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}
.relative {
    position: relative;
}
.hero {
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 100px 20px;
}
.service-card {
    transition: transform 0.3s ease;
}
.service-card:hover {
    transform: scale(1.05);
}
.navbar-main {
    position: absolute;
    height: 96px;
    width: 100%;
    z-index: 999;
    transition: background-color .5s cubic-bezier(.075,.82,.165,1);
    background: transparent;
    top: 0;
}
a.navbar-brand img {
    max-height: 85px;
}
#navbarNav ul li a {
    text-decoration: none;
    display: block;
    color: #fff;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
}
#navbarNav ul li:last-child a {
    padding-right: 0;
}
.hero {
    background-position: center;
    color: #fff;
    padding: 0 0 40px 0;
}
.banner-video {
    height: 649px;
    overflow: hidden;
    position: relative;
}
.banner-video video {
    max-width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.navbar-main.fixed-top {
    position: fixed;
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0,0,0,.3);
}
.fixed-top #navbarNav ul li a {
    color: #000;
}
.box-filter {
    padding: 1rem 1.5rem;
    border-color: #d1d5db;
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 115px;
}
.bg-brand-primary, .bg-cyan-background {
    background-color: #1B365D;
}
.nav-tabs .nav-link, .nav-tabs .link-nav-link {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    border: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: #111827;
    background: #fff;
    display: inline-block;
}
.nav-tabs .nav-link.active, .nav-tabs .link-nav-link.active {
    color: #fff;
    background-color: #1B365D;
}
.nav-tabs {
    border: 0;
    margin-bottom: 1rem;
}
.form-control {
    border-radius: 0;
    padding: 0.6rem 1rem;
    outline: none;
}
.form-control:focus, .form-control:visited {
    outline: none;
    border-color: #dee2e6;
    box-shadow: none;
}
.dropdown-custom {
    position: relative;
}
.dropdown-custom button {
    width: 100%;
    background-color: #fff;
    border: 1px solid #d1d5db;
    padding: 0.6rem 1rem 0.6rem 2.5rem;
    text-align: left;
    cursor: pointer;
    border-radius: 0;
    font-size: 1rem;
    color: #6b7280;
}
i.bi-buildings {
    position: absolute;
    z-index: 99;
    color: #6b7280;
    top: 8px;
    left: 18px;
    font-size: 17px;
}
i.bi-chevron-down {
    position: absolute;
    z-index: 99;
    color: #6b7280;
    top: 12px;
    right: 12px;
    font-size: 13px;
}
.dropdown-menu-custom {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: none;
    background-color: white;
    border: 1px solid #d1d5db;
    border-radius: 0;
    padding: 0;
    list-style: none;
}
.dropdown-menu-custom li {
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    text-align: left;
    cursor: pointer;
    border-radius: 0;
    font-size: 1rem;
    color: #111827;
}
.dropdown-menu-custom li:hover {
    background-color: #f1f1f1;
}
.dropdown-menu-custom i {
    margin-right: 0.5rem;
}
i.bi-calendar4 {
    position: absolute;
    top: 10px;
    right: 13px;
}
.btn {
    background-color: #1B365D;
    border: 0;
    border-radius: 0;
    width: 100%;
    padding: 10.3px 0;
    font-weight: 700;
}
.text-xs {
    color: #374151;
    font-weight: 700;
    text-align: left;
    font-size: .75rem;
    line-height: 1rem;
    margin-bottom: 8px;
}
.mt-45 {
    margin-top: 1.48rem;
}
.text-heading-secondary {
    color: #374151;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 600;
    font-style: italic;
    display: block;
    padding: 13px 0 0;
}
.h-100 {
    height: 100%;
}
li.nav-item {
    position: relative;
}
.exclusive-badge {
    position: absolute;
    background-color: #e8eefc;
    width: 77px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px 4px 4px 0;
    padding: 0 8px;
    top: -25px;
    right: 8px;
    color: #1464f4;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}
.c-solution-box__content {
    position: absolute;
    bottom: 30px;
    z-index: 100;
    text-align: left;
    color: #fff;
}
.c-solution-box__title, .c-solution-box__title_second {
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
}
.c-solution-box__title_second {
    font-weight: 500;
}
.c-block {
    padding: 95px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.c-box__title__name {
    font-size: 36px;
    margin-bottom: 0;
    line-height: 1.5;
    color: #111827;
    font-weight: 700;
    text-transform: uppercase;
}
.c-box__title__desc {
    font-size: 18px;
    line-height: 28px;
    color: #4b5563;
}
.c-article-box__content .b-maincontent {
    font-size: 12px;
    line-height: 18px;
    color: #4b5563;
}
.c-point-check li {
    padding-left: 53px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    list-style: none;
}
.c-article-box__content .b-maincontent p {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0;
}
.c-article-box__content .b-maincontent .h3, .c-article-box__content .b-maincontent h3 {
    font-size: 18px;
}
.c-article-box__content .b-maincontent .h1, .c-article-box__content .b-maincontent .h2, .c-article-box__content .b-maincontent .h3, .c-article-box__content .b-maincontent .h4, .c-article-box__content .b-maincontent .h5, .c-article-box__content .b-maincontent .h6, .c-article-box__content .b-maincontent h1, .c-article-box__content .b-maincontent h2, .c-article-box__content .b-maincontent h3, .c-article-box__content .b-maincontent h4, .c-article-box__content .b-maincontent h5, .c-article-box__content .b-maincontent h6 {
    line-height: 1.4;
    margin-bottom: 7px;
    font-weight: 700;
    color: #111827;
}
.c-article-box__content {
    padding-right: 10%;
}
#carouselExampleTouch {
    padding-left: 10%;
}
.box-image-large {
    position: relative;
}
.box-image-large:before {
    content: "";
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg,rgba(0,0,0,.7),transparent);
    background: -o-linear-gradient(to top,rgba(0,0,0,.7),transparent);
}
.c-solution-box__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    padding: 15px;
}
.c-solution-box__row {
    margin-bottom: 10px;
    color: #fff;
    line-height: 1.5;
    font-size: 16px;
}
.c-solution-box__row p, .c-solution-box__row:last-child {
    margin-bottom: 0;
}
.c-solution-box__row p {
    color: #fff;
}
.service-card {
    border: 0;
}
.c-book-intro-item__img {
    padding-top: 125%;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.c-book-intro-item__img:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg,rgba(0,0,0,.7),transparent);
    background: -o-linear-gradient(to bottom,rgba(0,0,0,.7),transparent);
}
.c-book-intro-item__img figure {
    margin-bottom: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
h3.card-title {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 9;
    display: block;
    width: 100%;
    left: 0;
    color: #fff;
    top: 20px;
}
.section-pr .mb-3 {
    padding-bottom: 3%;
}
.c-download {
    margin-top: 35px;
    display: block;
}
.c-download a:first-child {
    margin-right: 10px;
    display: inline-block;
}
.c-footer-main {
    padding-top: 60px;
    padding-bottom: 30px;
}
.c-footer-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.c-footer-logo img {
    height: 125px;
    width: auto;
    max-width: 100%;
}
.c-footer-desc h4 {
    font-size: 18px;
    color: #Fff;
    font-weight: 600;
    margin: 20px 0 10px;
}
.c-footer-col, .c-footer-col a, .c-footer-col p, .c-footer-col ul li {
    color: #f3f4f6;
    font-size: 14px;
    margin-bottom: 5px;
}
.bct img {
    height: 3.75rem;
}
.c-footer-desc>* {
    margin-bottom: 5px;
}
.c-footer-list ul li {
    margin-bottom: 15px;
}
.c-footer-list ul li {
    list-style: none;
}
.c-footer-label {
    margin-bottom: 15px;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    margin-left: 32px;
}
.d-flex {
    flex-direction: row;
    justify-content: space-between;
}
.c-c-footer-social {
    text-align: right;
}
.c-copyright {
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
}
.hero-about {
    height: 400px;
    background-position-y: 70% !important;
    background-size: cover !important;
    position: relative;
    margin-bottom: 30px;
}
.hero-about:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
}
.hero-about:after {
    content: "";
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg,hsla(0,0%,100%,.4),hsla(0,0%,100%,0));
    background: -o-linear-gradient(to top,hsla(0,0%,100%,.4),hsla(0,0%,100%,0));
}
.c-hero__title {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.c-hero__title span {
    background-image: linear-gradient(180deg,#fff 0,hsla(0,0%,100%,0) 80%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.c-about-slider-box__caption {
    background-color: #111827;
    padding: 15px;
}
.c-about-slider-box__ovelay {
    position: absolute;
    z-index: 3;
    top: 3px;
    left: 31px;
    bottom: 0;
    width: 1px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.c-about-slider-box__title {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
}
.c-about-slider-box__desc {
    color: #fff;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
}
.c-about-slider-box__desc p {
    color: #fff;
}
.rounded-lg {
    border-radius: .5rem;
}
.flex {
    display: flex;
}
.flex-1 {
    flex: 1 1 0%;
}
.justify-end {
    justify-content: flex-end;
}
.flex-col {
    flex-direction: column;
}
.bg-dark-2 {
    background-color: #090806;
}
.bg-dark-2 h2, .bg-dark-2 p {
    color: #fff;
}
.font-bold {
    font-weight: 700;
}
.box-circle {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    height: 100%;
}
.mb-32 {
    margin-bottom: 32px;
}
.box-rectangle {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: block;
}
.box-rectangle .icon {
    position: absolute;
    top: 8%;
    right: 8%;
}
.box-rectangle .icon img {
    max-width: 40px;
}
.title-rect {
    position: absolute;
    bottom: 0;
    padding: 20px;
}
.c-box__content ul {
    margin-bottom: 30px;
    padding-left: 0;
}
.c-box__content ul li {
    list-style: none;
}
.pl-50 {
    padding-left: 50px;
}
.txt-note {
    color: #8a8a8a;
    font-weight: 600;
    font-size: 14px;
    margin-top: -20px;
}
h2.c-leading {
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    font-weight: 700;
}
h2.c-leading span {
    color: #1B365D;
}
.btn-book {
    background-color: #1B365D;
    display: inline-block;
    padding: 12px 20%;
    border: 0;
    margin-top: 20px;
}
.bg-category {
    width: 100%;
    overflow: hidden;
}
.box-list-btn {
    margin: 20px 0 30px;
}
.box-list-btn a {
    background: #f7f9f9;
    display: inline-block;
    padding: 8px 30px;
    margin-right: 20px;
    font-size: 16px;
    border-radius: 5px;
    color: #3c3c3c;
}
.box-list-btn a.active {
    background: #1B365D;
    color: #fff;
}
.item-post {
    box-shadow: 0px 2px 4px 0px #00000013;
    margin-bottom: 30px;
    border-radius: 16px;
    overflow: hidden;
}
.box, .box-image, .box-text {
    transition: opacity .3s,transform .3s,background-color .3s;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.box-image {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.image-cover {
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
}
.box-image img {
    margin: 0 auto;
    max-width: 100%;
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    border-radius: 16px;
}
.box-text {
    padding: 15px;
}
h3.post-title {
    color: #3c3c3c;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.from_the_blog_excerpt {
    font-size: 14px;
    color: #3c3c3c;
    margin-bottom: 10px;
}
span.created_date {
    color: #979797;
    font-size: 12px;
}
.pagination, .nav-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.pagination a, .pagination span, .nav-links a, .nav-links span {
    width: 32px;
    height: 32px;
    color: #424b4d;
    border: 1px solid #e9eff0!important;
    padding: 0;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    font-size: .875rem;
    line-height: 1.25rem;
    margin: 5px;
    padding-top: 6px;
    border-radius: 5px;
}
.pagination span.current, .nav-links span.current {
    border-color: #1B365D !important;
    color: #1B365D;
    font-weight: 700;
}
.featured-post h2 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin: 20px 0 25px;
    font-weight: 700;
}
.list-item {
    box-shadow: 0px 2px 4px 0px #00000013;
    margin-bottom: 18px;
}
.img-post {
    display: inline-block;
    width: 42%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.inner-img-post {
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-top: 60%;
}
.img-post img {
    max-height: 100px;
    margin: 0 auto;
    max-width: 100%;
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    border-radius: 6px;
}
.info-post {
    width: 54%;
    float: right;
}
.info-post h3 {
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.pt-50 {
    padding-top: 50px;
}
.pt-120 {
    padding-top: 120px;
}
.mb-50 {
    margin-bottom: 50px;
}
.post-content h1 {
    color: #3c3c3c;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}
.box-img-car {
    padding-top: 75%;
}
.box-img-car {
    padding-top: 56%;
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.box-img-car img {
    margin: 0 auto;
    max-width: 100%;
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.box-car {
    padding: 0 10px;
    margin-bottom: 40px;
}
div.price {
    border: 1px solid #dee2e6;
    width: 80%;
    position: absolute;
    top: -42px;
    padding: 16px 15px;
    left: 10%;
    z-index: 9;
    background: #fff;
}
.box-info-car {
    border: 1px solid #dee2e6;
    padding: 50px 15px 20px;
}
.box-info-car h2 a {
    color: #111827;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
    display: block;
    font-weight: 800;
}
span.price {
    color: #1B365D;
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 900;
}
.box-car-tskt {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 15px;
}
.item-thongso {
    flex: 1 1 calc(50% - 16px);
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
.item-thongso img {
    display: inline-block;
    margin-right: 8px;
}
.c-detail-title {
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 24px;
}
.c-detail-title span.price {
    font-size: 30px;
}
.box-sale {
    background-color: rgb(232, 238, 252);
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    padding: 0px 12px;
    display: inline-block;
    color: #28a745;
    font-weight: 600;
    font-size: 12px;
    margin-top: 6px;
}
.box-detail-tskt {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    border: 1px solid #e5e7eb;
    padding: 15px;
    background-color: #f9fafb;
    margin-bottom: 16px;
    margin-top: 35px;
}
.c-widget__title .c-widget__title__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    margin: 25px 0 15px;
}
.c-utilities-box {
    border: 1px solid #e5e7eb;
    padding: 15px;
    background-color: #f9fafb;
    margin-bottom: 16px;
}
.item-thongso-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.item-thongso-2 img {
    display: inline-block;
    margin-right: 8px;
}

.main-gallery {
  width: 100%;
  margin-bottom: 16px;
}

.thumb-gallery {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.thumb-gallery .gallery-cell {
  width: 80px;
  cursor: pointer;
}

.thumb-gallery .gallery-cell img {
  display: block;
  width: 100%;
  height: auto;
  border: 2px solid transparent;
  border-radius: 4px;
}

.thumb-gallery .is-nav-selected img {
  border-color: #007bff;
}
.flickity-viewport {
    width: 100%;
}
.d-grid {
    display: grid!important;
}
.btn-block {
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
}
.related-car-item {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
}
.related-car-item img {
    max-width: 100%;
    max-height: 205px;
}
.c-product-item__row {
    margin: 12px 0;
    text-align: center;
}
.c-product-item__title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}
.c-product-item__row.is-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.c-product-price {
    font-size: 18px;
    color: #1B365D;
    font-weight: 700;
    line-height: 28px;
}
.c-product-price sub {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    bottom: 0;
    margin-left: 5px;
}
.post-type-archive #navbarNav ul li a, .car-template-default #navbarNav ul li a, .single #navbarNav ul li a {
    color: #000;
}
.submit-form {
    background: #1B365D;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    border-radius: 4px;
}
.km {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
}
.km-1 {
    background-color: rgb(232, 238, 252);
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    padding: 0px 8px;
    color: #28a745;
    font-weight: 600;
    font-size: .75rem;
    display: inline-block;
}
.km-2 {
    background-color: #f8efea;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    padding: 0px 8px;
    color: #3c3c3c;
    font-weight: 600;
    font-size: .75rem;
    display: inline-block;
}
span.hetxe {
    background-color: #facfcf;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    padding: 0px 8px;
    color: #fb5454;
    font-weight: 600;
    font-size: .75rem;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
}
.grayscale, .grayimg img {
    filter: grayscale(100%);
}
.toastify {
    background: transparent !important;
    max-width: 350px !important;
    right: 15px !important;
    left: unset !important;
    padding: 0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}
.toast-custom {
    display: flex;
    align-items: center;
    padding: 16px;
    background-color: #fff5f5;
    border: 0;
    border-radius: 8px;
    box-shadow: unset;
    font-size: 14px;
    color: #4a4a4a;
    position: relative;
}

.toast-custom .icon {
    font-size: 20px;
    color: #f56565; /* Icon color */
    margin-right: 12px;
}

.toast-custom .message {
    flex-grow: 1;
}

.toast-custom .close-btn {
    cursor: pointer;
    font-size: 16px;
    color: #4a4a4a;
    background: none;
    border: none;
    margin-left: 12px;
}

.toast-custom .progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #f56565;
    animation: progressBar 4s linear forwards;
}
.hidden {
    display: none;
}
.f-hotline {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
}
.box-hotline {
    border-radius: 9999px;
    width: 48px;
    height: 48px;
    text-align: center;
    padding: 10px;
    background: #eb0a1e;
    transition-duration: .3s;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.box-number-hotline {
    width: 0px;
    overflow: hidden;
    padding: 0;
}
.box-hotline:hover {
    width: auto;
}
.box-hotline:hover .box-number-hotline {
    padding: 0 5px 0 8px;
    width: auto;
}
span.wpcf7-list-item.first {
    margin-left: 0;
}
span.rank-math-text, span.display-name {
    color: #fff;
}
.price-detail-detail {
    border: 1px solid #dee2e6;
    background: #fff;
    padding: 15px;
    margin: 10px 0;
}
.price-detail-small {
    display: block;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: 100%;
    height: max-content;
    position: absolute;
    border: 1px solid #dee2e6;
    background: #fff;
    padding: 15px;
    left: 0px;
    bottom: 75px;
}
.price-detail-title {
    position: relative;
}
.price-detail-title:before {
    display: block;
    bottom: -24px;
    content: "";
    height: 0;
    left: 43%;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    width: 0;
    z-index: 999999999;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    transition: opacity .3s,transform .3s,background-color .3s;
}
.price:hover .price-detail-small {
    opacity: 1;
    transform: translateY(0);
}

@keyframes progressBar {
    from {
        width: 100%;
    }
    to {
        width: 0%;
    }
}
@keyframes progressHotline {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

@media only screen and (max-width: 576px) {
    button.navbar-toggler {
        border: none;
    }
    .navbar-main {
        height: auto;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
    .navbar-nav li {
        padding: 8px 0;
    }
    .box-filter {
        width: 94%;
    }
    .nav-tabs .nav-link, .nav-tabs .link-nav-link {
        font-size: 0.9rem;
    }
    ul#menu-menu-main {
        background: #fff;
    }
    #navbarNav ul li a {
        color: #000;
    }
    .banner-video video {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
    }
    .home #main, .page-id-1255 #main {
        margin-top: -48px;
    }
    .c-block {
        padding: 0;
        flex-direction: column;
    }
    .box-image-large {
        position: relative;
        height: 500px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .box-image-large img {
        max-width: unset;
        max-height: 100%;
        min-height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        vertical-align: middle;
    }
    .c-book-intro-item__img:before {
        display: none;
    }
    .c-book-intro-item__img img {
        border-radius: 20px;
    }
    .c-footer-main {
        padding-top: 10px;
    }
    .c-footer-flex {
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }
    .c-footer-list ul {
        padding-left: 5px;
    }
    .c-footer-label {
        margin-left: 5px;
    }
    .c-c-footer-social {
        text-align: left;
        margin-top: 10px;
    }
    .hero-about {
        height: 200px;
        background-position-y: 50% !important;
    }
    .c-about-slider-box__ovelay {
        position: relative;
        z-index: 3;
        top: unset;
        left: unset;
        bottom: unset;
        justify-content: flex-start;
        width: 100%;
    }
    .c-box__title {
        margin: 20px 0;
    }
    .c-box__title__name {
        font-size: 20px;
    }
    .mbm-15 {
        margin-bottom: 15px;
    }
    .gap-4 {
        gap: 1rem!important;
    }
    .flex-mb {
        flex-direction: row;
        align-items: stretch;
        display: flex;
        flex-wrap: wrap;
        gap: 0;
    }
    .flex-item {
        flex: 1 1 calc(50%);
        box-sizing: border-box;
        padding: 12px;
        text-align: center;
    }
    .box-rectangle {
        height: 190px;
    }
    .mb-32 {
        margin-bottom: 0;
    }
    .title-rect {
        position: absolute;
        bottom: 0%;
        padding: 20px;
        width: 100%;
    }
    .title-rect h3 {
        font-size: 18px;
        font-weight: 700;
        text-align: left;
    }
    .pl-50 {
        padding-left: 15px;
    }
    .mtm-20 {
        margin-top: 20px;
    }
    .mb-4 {
        margin-bottom: 0.5rem!important;
    }
    h2.c-leading {
        font-size: 20px;
        line-height: 30px;
    }
    .box-banner {
        margin-bottom: 0px;
    }
    .btn-book {
        display: block;
        font-size: 16px;
    }
    .pt-120 {
        padding-top: 80px;
    }
    .flickity-page-dots {
        position: relative;
        bottom: -12px;
        margin-bottom: 20px;
    }
    .py-5 {
        padding: 12px !important;
    }
    h3.post-title, .from_the_blog_excerpt, .c-about-slider-box__desc, .font-normal, .txt-note {
        text-align: justify;
    }
    .c-article-box__content {
        padding-right: 0;
    }
    #navbarNav ul li:last-child a {
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .c-solution-box__title {
        font-size: 28px;
    }
    .c-box__title:has(.c-box__title__desc) {
        padding-bottom: 30px;
    }
    .c-article-box__content .b-maincontent {
        font-size: 16px;
        line-height: 24px;
    }
    .c-point-check li {
        margin-bottom: 30px;
    }
    .c-article-box__content .b-maincontent p {
        font-size: 16px;
    }
    .c-article-box__content .b-maincontent .h3, .c-article-box__content .b-maincontent h3 {
        font-size: 20px;
    }
    .c-solution-box__content {
        padding: 20px;
    }
    .c-box__title {
        padding-bottom: 30px;
    }
    .c-hero__title {
        font-size: 48px;
    }
    .c-about-slider-box__title {
        font-size: 32px;
    }
    .c-detail-title {
        font-size: 28px;
    }
    .c-widget__title .c-widget__title__name {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .c-solution-box__title {
        font-size: 34px;
    }
    .c-box__title:has(.c-box__title__desc) {
        padding-bottom: 30px;
    }
    .c-solution-box__content {
        padding: 0 30px 30px;
    }
    .c-solution-box__row {
        font-size: 18px;
    }
    .c-box__title {
        padding-bottom: 40px;
    }
    .c-footer-main {
        padding-bottom: 50px;
    }
    .c-hero__title {
        font-size: 64px;
    }
    .c-about-slider-box__caption {
        width: 540px;
        min-width: 540px;
        padding: 24px;
    }
    .c-about-slider-box__title {
        font-size: 34px;
    }
    .c-about-slider-box__desc, .c-about-slider-box__desc p {
        font-size: 16px;
    }
    .c-detail-title {
        font-size: 32px;
        font-weight: 900;
    }
    .c-widget__title .c-widget__title__name {
        font-size: 22px;
    }
}
@media (min-width: 1200px) {
    .c-solution-box__title {
        font-size: 36px;
    }
    .c-box__title {
        padding-bottom: 30px;
    }
    .c-hero__title {
        font-size: 96px;
    }
    .lg-pt-62 {
        padding-top: 62px;
    }
    .c-about-slider-box__caption {
        padding: 32px;
    }
    .c-about-slider-box__title {
        font-size: 36px;
    }
    .lg-gap-4 {
        gap: 1rem;
    }
    .lg-flex-row {
        flex-direction: row;
    }
    .c-detail-title {
        font-size: 36px;
    }
    .c-widget__title .c-widget__title__name {
        font-size: 24px;
    }
}