.fs-12 {
    font-size: 1.2rem !important;
}

.fs-13 {
    font-size: 1.3rem !important;
}

.fs-14 {
    font-size: 1.4rem !important;
}

.fs-15 {
    font-size: 1.5rem !important;
}

.fs-16 {
    font-size: 1.6rem !important;
}

.fs-17 {
    font-size: 1.7rem !important;
}

.fs-18 {
    font-size: 1.8rem !important;
}

.fs-20 {
    font-size: 2rem !important;
}
.fs-22 {
    font-size: 2.2rem !important;
}
.fs-24 {
    font-size: 2.4rem !important;
}
.fs-26 {
    font-size: 2.6rem !important;
}

.fs-28 {
    font-size: 2.8rem !important;
}

.fs-30 {
    font-size: 3rem !important;
}

.fs-33 {
    font-size: 3.3rem !important;
}

.fs-45 {
    font-size: 4.5rem !important;
}

.color-text {
    color: var(--color-text);
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
    font-family: "Anton", sans-serif;
    font-weight: normal !important;
    letter-spacing: 1px;
}
h1 b, h1 strong , h2 b, h2 strong , h3 b, h3 strong , h4 b, h4 strong , h5 b, h5 strong , h6 b, h6 strong {
    font-weight: normal;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.shadow-1 {
    box-shadow: 0px 10px 30px 3px rgba(0, 0, 0, 0.05);
}

.shadow-2 {
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.07);
}

.rounded-10 {
    border-radius: 1rem !important;
}

.rounded {
    border-radius: 0.5rem !important;
}

.hover-img, .hover-product {
    overflow: hidden;
}

.hover-img img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hover-img:hover img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hover-product img {
    transition: transform ease 0.3s;
}

.hover-product:hover img {
    transform: scale(1.1) rotate(1.5deg);
}

.object-scale {
    object-fit: scale-down !important;
}

.object-cover {
    object-fit: cover !important;
}

.bg-second {
    background: #2dcfff;
    z-index: 2;
    position: relative;
}

.btn-red {
    background: var(--red);
}

.bg-light-1 {
    background: #F0F4F9;
}
.bg-light-2 {
    background: #fbfcfd;
}

.color-second {
    color: #cc3300 !important;
}

.color-yellow {
    color: var(--yellow) !important;
}

a.color-second:hover {
    color: var(--color-highlight) !important;
}
.btn-submit {
    background: var(--color-main);
}
.btn-submit:hover {
    color: var(--color-main);
}
.btn-submit-1:before, .btn-submit:before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--white);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 500ms 0s;
}


.btn-submit-1:hover:before, .btn-submit:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}





.setting-menu > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swiper .swiper-slide {
    height: auto;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--color-highlight);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-slider-main .info {
    max-width: 50rem;
    position: relative;
    z-index: 2;
}
.title-section {
    font-size: 4rem;
    color: var(--color-title);
}

 .swiper-slider-main .title, .color-title {
    color: var(--color-title);
}

.process-section .item .title {
    font-size: 8rem;
    line-height: 7rem;
    margin-right: 2.5rem;
}
.process-section .item .img {
    padding-top: 48%;
}

.why-support .title::before {
    content: "\f058";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    padding-right: 1rem;
    color: var(--color-second);
}
.bg-main-1 {
    background: #2dcfff;
}

.social-section ul {
    gap: 1.5rem;
}

.social-section li a {
    color: var(--white);
    height: 4.5rem;
    width: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0f3248;
    position: relative;
}

.social-section li a:hover {
    color: var(--color-second);
}



.btn-mini-cart {
    width: 5rem;
    height: 5rem;
}





.bg-service {
    position: absolute;
    width: 100%;
    height: 60%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-service:before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgb(31 36 44 / 90%);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}



.service-section .icon {
    width: 10rem;
    height: 9.8rem;
    margin-top: -8.5rem;
    border-radius: 1rem;
    box-shadow: 0px 10px 30px 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-section .icon img {
    max-width: 6rem;
}

.service-section .swiper {
    padding: 3rem;
    margin: -3rem;
}

.service-section .article-item:hover .icon {
    background: var(--color-highlight) !important;
}

.service-section .article-item:hover .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.service-section .inner-content:before {
    content: '';
    height: 3px;
    background: var(--color-second);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-section .article-item:hover .inner-content:before {
    width: 84%;
}

.btn-more:hover i {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%)
    }

    50% {
        opacity: 0;
        transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

#counter .item {
    border: 2px solid var(--light);
}

#counter .item:after {
    content: '';
    width: 4.3rem;
    height: 0.6rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: var(--color-highlight);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#counter .item:hover:after {
    width: 100%;
}

#counter .item .icon {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

#counter .item:hover .icon {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.newsletter-section input {
    height: 5rem;
}

.newsletter-section .btn {
    width: 100%;
}

.team-section .content {
    bottom: 0;
    left: 2rem;
    right: 2rem;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.team-section .swiper-slide:hover .content {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.team-section .swiper-slide {
    padding-bottom: 7rem;
}

.team-section .content:before, .team-section .content:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    height: 0.3rem;
    width: 0;
    background: var(--color-second);
    transition: 0;
}

.team-section .content:before {
    left: 0;
}

.team-section .content:after {
    -webkit-transition: width 0.7s;
    -moz-transition: width 0.7s;
    -ms-transition: width 0.7s;
    -o-transition: width 0.7s;
    transition: width 0.7s;
    right: 0;
}

.team-section .swiper-slide:hover .content:before {
    width: 100%;
    -webkit-transition: width 0.7s;
    -moz-transition: width 0.7s;
    -ms-transition: width 0.7s;
    -o-transition: width 0.7s;
    transition: width 0.7s;
}

.team-section .swiper-slide:hover .content:after {
    width: 100%;
    transition: 0s;
    background: transparent !important;
}

.project-section {
    background: linear-gradient(to top, #fff 50%, #f0f4f9 50%);
}

.project-section .btn-more {
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5rem;
}

.project-section .btn-more:hover {
    background: var(--color-highlight);
}

.project-section .inner-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
    transform: translateY(50%);
    background: var(--color-second);
    border-radius: 5px;
    z-index: 2;
    padding-right: 7rem !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.project-section .swiper-slide-active .inner-content {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}

.project-section .swiper-slide {
    padding-bottom: 7rem;
}

.project-section .article-item .article-title a:hover {
    color: var(--color-main) !important;
}



.contact-section {
    background: #1F232C;
}

.contact-section .background-overlay {
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    background-position: bottom right;
    background-repeat: no-repeat;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.contact-section .form-control {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    outline: 0;
    background: rgba(255, 255, 255, 0);
    width: 100%;
    margin-bottom: 2.5rem;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-radius: 5px;
    border: 2px solid #343C4A;
    height: 6rem;
}

.contact-section textarea.form-control {
    height: auto;
}

.contact-section select option {
    color: #000;
}

.contact-section select.chosen-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 20px), calc(100% - 15px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    line-height: 1.5;
}

.testimonial-section .item {
    padding: 3rem 2rem 3rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.03);
}

.testimonial-section .item:before {
    content: '';
    background-color: var(--color-second);
    width: 100%;
    height: 0.5rem;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.testimonial-section .item .img {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}

.testimonial-section .item .img img {
    width: 8rem;
    height: 8rem;
}

.testimonial-section .item .quote-icon {
    height: 3.4rem;
    width: 3.4rem;
    line-height: 2.6rem;
    font-size: 1.7rem;
    color: white;
    background-color: var(--color-highlight);
    border-radius: 50%;
    border: 0.4rem solid white;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -0.8rem;
    right: -1.2rem;
}

.testimonial-section .item .description {
    font-size: 1.6rem;
    color: var(--color-text)
}

.testimonial-section .item .subtitle {
    color: var(--color-text);
}

.post-meta {
    bottom: 0;
}

.btn-view-more {
    border-top: 1px dashed var(--gray);
}

.article-item .btn-view-more a {
    padding-left: 4.8rem;
}

.btn-view-more a:before {
    content: '';
    width: 3.6rem;
    height: 0.2rem;
    background: rgba(0, 0, 0, 0.16);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.btn-view-more a:after {
    content: '\f105';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    left: 3.6rem;
    top: 50%;
    position: absolute;
    font-size: 1.8rem;
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.article-item:hover .btn-view-more a {
    padding-left: 5.5rem;
    color: var(--color-main) !important;
}

.article-item:hover .btn-view-more a:after {
    opacity: 1;
    visibility: visible;
}

footer {
    position: relative;
    background: #00346a;
    padding: 2rem 0;
}

footer .overlay-footer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.bg-footer,.bg-footer * {
    position: unset;
}

.footer-menu-section ul li {
    margin-bottom: 1.5rem;
}

.footer-menu-section ul li a {
    color: var(--white);
    position: relative;
    padding: 1rem 0;
    text-transform: uppercase;
}

.footer-menu-section ul li a:hover {
    color: var(--white);
}

.copyright, .menu-horizontal ul li a {
    color: #fff6;
    /* font-size: 1.2rem; */
    line-height: 2.25rem;
}

footer .title-section {
    font-size: 2rem !important;
    text-align: left;
    margin-bottom: 0 !important;
    text-transform: inherit !important;
    font-family: system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    line-height: 1.4;
}

.item-album img {
    cursor: pointer;
}

.form-control {
    font-size: 1.8rem;
    font-weight: 500;
    height: 5rem;
    border-color: #EBEBEB;
}

.form-group {
    margin-bottom: 6px;
}
/* 
.menu-section > ul > li > .entry-menu:before {
    content: "";
    position: absolute;
    height: 1.5rem;
    width: 1.5rem;
    top: -0.8rem;
    left: 3.5rem;
    opacity: 1;
    z-index: -1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
} */

.menu-section > ul > li > .entry-menu {
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15) !important;
    border-radius: 6px;
    top: calc(100% + 1rem);
    min-width: 28rem !important;
}

.view-collapse .card .card-header .btn-header-link.collapsed i:before {
    content: "\2b";
}

.view-collapse .card {
    border: 1px solid #d5d5d5;
}

.view-collapse .card:not(:first-child) {
    border-top: none
}

.view-collapse .card .card-header .btn-header-link {
    padding: 1.2rem 1.5rem;
    cursor: pointer;
}

.view-collapse .card .card-header+div {
    padding: 1.2rem 1.5rem;
    border-top: 1px solid #B3B3B3;
}

.view-collapse .card .collapse ul, .card .collapse ol {
    padding-left: 1.5rem;
}

.view-collapse .card .card-header .btn-header-link:hover {
    color: var(--color-highlight);
}

.breadcrumbs-section-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 12rem 0;
}

.breadcrumbs-section-bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    top: 0;
    left: 0;
}

.breadcrumbs-section-bg h1 {
    line-height: 1.5;
}

.social-share .list-social .btn-social a {
    border: 1px solid var(--color-main);
    width: 4.5rem;
    height: 4.5rem;
    display: block;
    text-align: center;
    line-height: 4.5rem;
    color: var(--white);
    border-radius: 50%;
    background: var(--color-main);
}

.social-share .list-social .btn-social {
    margin: 0 0 0 1rem;
}

.social-share .list-social .btn-social a:hover {
    color: white;
    background: var(--color-highlight);
    border-color: var(--color-highlight);
}

.product-image-detail .inner-image {
    padding-top: 100%;
}

.comment-section .list-comment:empty {
    margin: 0;
    padding: 0;
    border: 0;
}

.comment-section .list-comment:empty+.total-comment {
    display: none;
}

.article_detail h1 {
    font-size: 4.4rem;
    line-height: 105%;
    max-width: 460px;
}

.product-detail-footer .content ul, .product-detail-footer .content ol {
    padding-left: 1.5rem;
}

.search-page .input-group-append .btn {
    z-index: 1;
}

.invalid-feedback {
    color: #dc3545;
}

.product-detail-footer .nav li {
    margin: 1rem;
}

.setting-menu-mb {
    box-shadow: 0px 3px 6px rgb(0, 0, 0, 6%);
    position: relative;
    z-index: 10;
}

.t-fade:nth-child(1) {
    animation-delay: 0.1s;
}

.t-fade:nth-child(2) {
    animation-delay: 0.2s;
}

.t-fade:nth-child(3) {
    animation-delay: 0.3s;
}

.t-fade:nth-child(4) {
    animation-delay: 0.4s;
}

.t-fade:nth-child(5) {
    animation-delay: 0.5s;
}

.t-fade:nth-child(6) {
    animation-delay: 0.6s;
}

/*CSS by quyettq*/
[class*="line-clamp-"] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.line-clamp-1 { -webkit-line-clamp: 1 !important; }
.line-clamp-2 { -webkit-line-clamp: 2 !important; }
.line-clamp-3 { -webkit-line-clamp: 3 !important; }
.line-clamp-4 { -webkit-line-clamp: 4 !important; }

.height-clamp-2 {
    height: calc(2 * 1.35em);
    line-height: 1.4em;
}

.bg-main {
    background: #00346a;
}

.setting-menu {
    position: relative;
    box-shadow: 0 4px 20px #0017250d;
    background: #f3ffff;
}

.setting-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}

/* animation */
.slide-down {
    animation: slideDownMenu 0.4s ease forwards;
}

@keyframes slideDownMenu{
    from{
        transform: translateY(-100%);
        opacity: 0;
    }
    to{
        transform: translateY(0);
        opacity: 1;
    }
}

.why-section .desc ul {
    margin-bottom: 3rem;
}

.why-section .img {
    max-width: 425px;
    margin: auto;
}

.btn-link-block, .btn-previous, .btn-next {
    border: 0;
    padding: 0;
    background: transparent;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 1.6rem;
    text-align: left;
    display: flex;
    position: relative;
    width: max-content;
}

.btn-link-block img, .btn-previous img, .btn-next img {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    display: block;
    transition: transform .2s ease;
}

.btn-link-block:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background: var(--color-highlight);
    transition: width .25s ease;
}

.btn-link-block:hover {
    color: var(--color-highlight);
}

.btn-link-block:hover:before {
    width: calc(100% + 18px);
}

.btn-link-block:hover img, .btn-next:hover img {
    transform: translate3d(15px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    filter: invert(28%) sepia(90%) saturate(1696%) hue-rotate(357deg) brightness(84%) contrast(110%);
}

.btn-previous img {
    transform: rotate(180deg);
}

.btn-previous:hover img {
    transform: translate3d(-15px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
}

.author-customer {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
}

.author-customer img {
    width: 6.4rem;
    height: 6.4rem;
    flex: none;
    border-radius: 50%;
    margin-right: 2rem;
}

.author-info .author-nme {
    opacity: .4;
}

.author-info h3 {
    line-height: 130%;
}

.logo-section .desc, .yellow-hero-text-wrap .desc {
    max-width: 450px;
    position: relative;
}

.saying-section .content {
    padding: 3rem 10%;
}

.saying-section .desc img, .sameDay-section .desc img {
    z-index: 0;
    opacity: .05;
    position: absolute;
    top: -20px;
    left: -16px;
}

.bg-cards {
    position: relative;
}

.saying-section .img img {
    max-height: 500px;
}

.newsletter-section {
    padding-top: 9rem;
}

.human-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.human-form img {
    max-height: 25rem;
    margin-left: 12%;
    margin-bottom: -1.65rem;
}

.menu-horizontal ul {
    display: flex;
}

.menu-horizontal ul li {
    margin: 0 1rem;
}

.menu-horizontal ul li a {
    text-transform: uppercase;
    padding: 0;
}

.entire-info-website p {
    color: var(--white);
}

.request-quote a {
    position: relative;
    display: flex;
    padding: 1rem 0;
    font-size: 2.4rem;
}

.social-section li a:before, .request-quote a:before, .footer-menu-section ul li a:before,
.menu-section > ul > li > a:before, .categories-custome .categories-menu > ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: var(--white);
    transition: width .3s ease;
}

.request-quote a:before {
    background: var(--color-highlight);
}

.menu-section > ul > li > a:before, .categories-custome .categories-menu > ul li a:before {
    background: var(--color-main);
    bottom: 2rem;
}

.categories-custome .categories-menu > ul li a:before {
    bottom: 1.5rem;
}

.menu-section > ul > li:hover > a {
    color: var(--color-main);
}

.social-section li a:hover:before, .request-quote a:hover:before, .footer-menu-section ul li:hover a:before,
.menu-section > ul > li:hover > a:before, .categories-custome .categories-menu > ul li:hover a:before {
    width: 100%;
}

.menu-horizontal .footer-menu-section ul li a:before {
    content: none;
}

.new-services-hero {
    max-width: 850px;
    font-size: 5.5rem;
    margin: 0 auto 3rem auto;
    color: var(--color-title);
}

.box-img {
    will-change: transform;
    transform-style: preserve-3d;
    transition: transform 0.1s linear;
    pointer-events: none;
    z-index: -2;
    position: absolute;
    transform: scale(1.1);
    opacity: .8;
}

.box-img.slide-img-1 {
    max-height: 13rem;
    filter: blur(3px);
    top: 11%;
    left: 12%;
}

.box-img.slide-img-2 {
    width: 180px;
    bottom: -14%;
    left: 17%;
    filter: blur(1px);
}

.box-img.slide-img-3 {
    filter: blur(6px);
    bottom: -10%;
    right: 16%;
    max-width: 125px;
}

.box-img.slide-img-4 {
    width: 175px;
    top: 6%;
    right: 10%;
}

.item-warehouse {
    height: 100%;
    border: 1px solid rgb(255 255 255 / 45%);
    border-radius: 4px;
    padding: 4rem 8rem;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: rgb(45 45 45 / 40%) 0px 3px 8px;
}

.item-warehouse .author-customer img {
    width: 4rem;
    height: 4rem;
}

.item-gift {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
}

.item-gift>div {
    padding-top: 35%;
}

.flex-img {
    opacity: 1;
    filter: brightness(95%);
    max-width: none;
    max-height: 100%;
    margin-top: 0;
    margin-right: 54px;
    padding-left: 0;
    padding-right: 0;
}

.section-transparent .why-section {
    /* padding: 5rem 0; */
}

.section-transparent .why-section .img-gift {
    /* background-color: var(--ghost-white); */
    align-items: center;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
}

.section-transparent .why-section .img-gift img {
    transform-style: preserve-3d;
    width: 380px;
    margin-bottom: -120px;
    transform: rotateX(0) rotateY(180deg) rotate(0);
}

.section-customer .why-section > .row {
    flex-direction: row-reverse;
    align-items: center;
}

.section-software .why-section > .row {
    align-items: center;
}

.section-customer .why-section > .row .img-gift {
    max-width: 450px;
    margin: auto auto 0rem;
}

.section-faq-service {
    background-color: var(--ghost-white);
    position: relative;
    padding-top: 12rem;
}

.faq-section {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 790px;
    display: flex;
    margin: 0 auto;
}

.question-frequen {
    margin-bottom: 115px;
}

.answer-wrap {
    max-width: 510px;
    margin: 0 auto;
}

.answer-wrap img {
    margin-top: 6rem;
    z-index: 2;
    width: 370px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    display: block;
}
.faq-section .card {
    z-index: 2;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
    transition: all .25s ease;
    /* background-color: var(--color-main); */
}

.faq-section .card.active {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.faq-section .card-header {
    vertical-align: top;
    color: var(--color-black);
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    position: relative;
    font-size: 1.7rem;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    display: flex;
}

.faq-section .card-header .btn-link {
    white-space: normal;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 130%;
    color: var(--color-main);
    display: flex;
    justify-content: space-between;
    padding: 3.5rem 2.4rem 3.5rem 3.2rem;
    gap: 3rem;
    text-decoration: none;
    background: #fff;
    transition: all .25s ease;
    align-items: center;
    border: none;
}

.faq-section .card-header .btn-link.collapsed {
    border-bottom: 1px solid #ddd;
    background: var(--ghost-white);
}

.faq-section .card:last-child .card-header .btn-link.collapsed {
    border: none;
}

.faq-section .card-header .btn-link.collapsed:hover {
    text-decoration: none;
    color: var(--color-title);
}

.icon-collap {
    transition: all .25s ease;
}

.faq-section .card-header .btn-link:not(.collapsed) .icon-collap {
    transform: rotate(180deg);
}

.faq-section .card-body {
    margin-bottom: 0;
    padding: 0 3.5rem 3.5rem;
    line-height: 140%;
    display: block;
    color: var(--color-main);
    background: var(--white);
    transition: all .25s ease;
}

.answer-wrap .btn-submit:before, .cta-blog-left .btn-submit:before, .saying-section .btn-submit:before {
    background: var(--yellow);
}

.divider {
    background-color: var(--dark-blue);
    opacity: .1;
    width: 100%;
    height: 1px;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.sameDay-content ul li:before {
    content: "Ã¢Å“â€";
    width: 2rem;
    display: inline-block;
}

.quote-form img {
    max-height: 250px;
}

.quote-form .form-control:not(textarea) {
    height: 4rem;
}

.categories-custome .categories-menu > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    height: 7rem;
}

.categories-custome .categories-menu > ul li {
    margin: 0;
    height: 100%;
    padding: 0 4rem;
}

.categories-custome .categories-menu > ul li a {
    color: var(--dark-blue);
    letter-spacing: .5px;
    /* text-transform: uppercase; */
    align-items: center;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 140%;
    text-decoration: none;
    display: flex;
    position: relative;
}

.yellow-hero-pic {
    background-position: 50%;
    background-size: contain;
    width: 50%;
    height: 100%;
    margin-top: 0px;
    position: absolute;
    inset: 0% 0% 0% auto;
    overflow: visible;
}

.yellow-hero-pic .hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-bg-video video {
    object-fit: cover;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    inset: -100%;
}

.video-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.hero-bg-video {
    color: var(--white);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.categories-content .container, .article-detail-header .container .row , .categories-content > .container > .row {
    height: 100%;
    min-height: 500px;
}

.categories-content > .container > .row {
    align-items: center;
}

.categories-content {
    border-top: 1px solid #00253c1a;
    flex-direction: row;
    width: 100vw;
    max-width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}

.yellow-hero-text-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding-right: 3rem;
    display: flex;
    position: relative;
}

.blog-category {
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 140%;
}

.category-hero-name {
    margin-bottom: 6.5rem;
    font-size: 5.6rem;
    font-weight: 900;
    line-height: 95%;
}

.categories-custome .categories-menu > ul li a.active {
    color: var(--white);
}

.post-author .auhtor img {
    max-height: 3rem;
    margin-right: 1rem;
}

.post-author {
    display: flex;
    align-items: center;
}

.circle-divider {
    background-color: var(--dark-blue);
    border-radius: 50%;
    width: 3px;
    height: 3px;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 12px;
    flex: none;
}

.featured-right-top-wrap .article-title {
    font-size: 4.5rem;
}

.featured-right-top-wrap .article-title a:hover {
    color: rgb(233, 70, 72);
}

.simple-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-btn.page-item.disabled {
    opacity: 0;
    visibility: hidden;
}

.blog-cta-wrap {
    justify-content: space-between;
    width: 100%;
    max-width: 920px;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    margin: 0 auto;
}

.section-search-article {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-search-article .input-group .form-control {
    height: 4rem;
    border: none;
    border-bottom: 1px solid #00253c33;
    padding-right: 3.5rem;
    padding-left: 0;
    position: relative;
    z-index: 0;
    background: transparent;
}

.section-search-article .input-group-append {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.section-search-article .input-group-append .btn-submit {
    padding: 0;
    background: 0;
    color: var(--black);
    height: 4rem;
    line-height: 4rem;
}

.section-search-article .input-group-append .btn-submit:before {
    content: none;
}

.section-search-article .input-group-append .btn-submit:hover {
    color: var(--color-highlight);
}

.content-right-post {
    min-height: 500px;
    margin: 40px 0;
}

.section-copyright > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*End css quyettq*/

.item_support {
    border: 3px solid var(--color-main);
    border-radius: 5px;
    height: 100%;
}

.item_support .img-gift img {
    max-height: 150px;
}
.bnt-text i {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.bnt-text:hover i {
    transform: translate3d(15px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
a.bnt-text:hover {
    color: var(--color-main) !important;
}

.section-advice:after {
    content: "";
    background-color: #012944;
    z-index: -1;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.section-advice {
    position: relative;
}


.title-footer {
    font-family: normal;
}

.section-slide::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    background: #2dcfff;
    z-index: -1;
}

.article-detail-header img {
    max-height: 30vw;
}

.plane_img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.plane_img img {
    max-height: 6rem;
    transform: rotate(354deg);
}

.post-author .circle-divider {
    margin-top: 2px;
}

.page-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

footer .page-section {
    height: 100%;
    min-height: unset;
}

.home .categories-content .container, .home .categories-content > .container > .row {
    min-height: 750px;
}

.section-buy-vn {
    background: var(--ghost-white);
}

.bv-de-xuat .title-section {
    color: var(--color-black);
}

.categories-custome .categories-content .container, .categories-custome .categories-content > .container > .row {
    min-height: 425px;
}

.process-section {
    padding-top: 3rem;
}

@media (min-width: 768px) {
    .service-section .content {
        padding: 10rem 0 6rem !important;
    }
    
    .sameDay-content .title-section {
        max-width: 88%;
    }
    
    .sameDay-content > div, .sameDay-section .desc {
        max-width: 80%;
        text-align: justify;
    }
    
    .sameDay-section .divider {
        max-width: 80%;
    }
    
    .featured-right-top-wrap .article-title {
        max-width: 90%;
    }
    
    .featured-right-top-wrap {
        max-width: 90%;
    }
    
    .contact-section .right {
        padding: 5rem !important;
    }

    .newsletter-section .invalid-feedback {
        position: absolute;
    }
    
    .bg-cards::before {
        z-index: -1;
        content: "";
        position: absolute;
        width: 50%;
        height: 100%;
        background: var(--dark-blue);
        top: 0;
        right: 0;
    }
    
    .desc_short {
        max-width: 635px;
    }
    
    .process-section .item .content {
        margin-bottom: 9rem;
    }
    
    .process-section {
        padding-top: 9rem;
    }
}

@media (min-width: 992px) {
    /* .menu-section > ul > li > .entry-menu:after {
        content: '';
        background: var(--color-second);
        height: 0.3rem;
        position: absolute;
        bottom: 0;
        right: 2.5rem;
        left: 2.5rem;
    } */
    
    .item-warehouse {
        min-height: 36rem;
    }

    .project-section {
        padding: 0 8rem !important;
    }
}

@media (min-width: 1000px) {
    .is-mobile .cart-contact-header {
        order: 3;
    }
}

@media (min-width: 1080px) {
    .logo-section img {
        height: 6.5rem;
    }

    .head-info {
        margin-left: 30rem;
    }
}

@media (min-width: 1280px) {
    .project-section .inner-content {
        left: 6rem;
        right: 6rem;
    }
}

@media (max-width: 1500px) {
    .box-img.slide-img-1 {
        left: 10%;
    }
    
    .box-img.slide-img-2 {
        left: 12%;
    }
    
    .box-img.slide-img-3 {
        right: 13%;
    }
    
    .box-img.slide-img-4 {
        right: 10%;
    }
}

@media (max-width: 1280px) {
    .box-img.slide-img-1 {
        left: 5%;
    }
    
    .box-img.slide-img-2 {
        left: 6%;
    }
    
    .box-img.slide-img-3 {
        right: 5%;
    }
    
    .box-img.slide-img-4 {
        right: 5%;
    }
}
    
@media (max-width: 1200px) {
    .menu-section > ul > li {
        margin-left: 1.2rem;
        margin-right: 1.2rem;
    }
}

@media (max-width: 1024px) {
    .setting-menu-mb>.container>.row>div {
        display: flex;
        align-items: center;
        justify-content: end;
    }
    
    .menu-section > ul > li > a:before {
        content: none;
    }
    
}

@media (max-width: 991.98px) {
    .footer-mb>.container>.row>div {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .social-share .list-social .btn-social a {
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
    }
    
    .swiper-slider-main .swiper-slide .display-1, .title-section {
        font-size: 3.6rem;
    }
    
    .categories-custome .categories-menu > ul {
        z-index: -2;
        background-color: var(--white);
        flex-direction: column;
        width: 100%;
        min-width: 200px;
        padding: 10px 21px;
        display: none;
        top: 100%;
        right: 0;
        box-shadow: 0 4px 20px #0017250d;
        opacity: 0;
        transform: translate3d(0px, -30px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d;
        position: absolute;
        height: auto;
        transition: all .15s ease;
    }
    
    .categories-custome .categories-menu > ul.show {
        display: flex;
        width: 100%;
        opacity: 1;
        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d;
        z-index: 2;
    }

    .categories-menu .btn-category {
        min-height: 7rem;
    }
    
    .categories-menu .btn-category i {
        font-size: 1.3rem;
        transition: transform .3s ease;
    }
    
    .categories-menu .btn-category:not(.collapsed) i {
        transform: rotate(180deg);
    }
    
    .categories-custome .categories-menu > ul li {
        padding: 1.5rem 0;
    }
    
    .categories-custome .categories-menu > ul li a:before {
        content: none;
    }
    
    .categories-custome .categories-menu > ul li a.active,
    .categories-custome .categories-menu > ul li a:hover {
        color: var(--color-highlight);
    }
    
    .row-mobile > .container > .row > div {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .request-quote {
        display: none;
    }
    
    .article-detail-header img {
        max-height: 45vh;
    }
}

@media (max-width: 767.98px) {
    .breadcrumbs-section-bg {
        padding: 5rem 0;
    }

    .breadcrumbs-section-bg h1.text-h1 {
        font-size: 3rem;
        line-height: 1.3;
    }
    
    .swiper-slider-main .info {
        text-align: center;
        max-width: 100%;
        padding-top: 250px;
    }
    
    .yellow-hero-pic {
        height: 250px;
        width: 100%;
    }
    
    .article-detail-header .container .row {
        min-height: 500px;
    }
    
    .btn-link-block, .author-customer, .social-section ul {
        justify-content: center;
    }
    
    .title-section, footer, .featured-right-top-wrap {
        text-align: center;
    }
    
    .newsletter-section {
        padding-top: 3rem;
    }
    
    .human-form img, .nh-admin-bar ul, .boxes-wrap {
        /* display: none; */
    }
    
    .social-section li {
        padding-left: 0;
    }
    
    .head-info .email {
        display: none !important;
    }

    .title-section h3, .title-section h1 {
        font-size: 3rem;
    }

    .footer-mb>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .display-4 {
        font-size: 2.7rem;
    }

    .product-detail-footer .nav li {
        width: 100%;
    }

    .swiper-slider-main .swiper-slide--description {
        font-size: 3.5rem !important;
    }

    .bg-service {
        background: var(--color-main) !important;
        height: 100%;
    }

    .newsletter-section input {
        height: 7rem;
        width: 100%;
    }

    .newsletter-section .btn {
        position: unset !important;
        transform: translateY(0);
        max-width: 100%;
        margin-top: 1.5rem;
    }

    .price-amount {
        display: block;
    }

    .price-amount.old-price {
        display: inline-block;
        margin: 0;
    }
    
    .section-copyright > .container > .row > div, .menu-horizontal ul, .blog-cta-wrap {
        flex-direction: column;
    }
    
    .footer-menu-section ul li {
        margin-bottom: 3rem;
    }
    
    .logo-section .desc, .sameDay-section .desc, .yellow-hero-text-wrap .desc {
        max-width: 100%;
    }
    
    .menu-section > ul > li:hover > a {
        color: var(--color-highlight);
    }
    
    .categories-content > .container > .row .yellow-hero-text-wrap {
        justify-content: end;
        padding-top: 250px;
        margin: 3rem 0;
        padding-right: 0;
    }
    
    .blog-cta-wrap img {
        max-width: 170px;
    }
    
    .blog-cta-wrap {
        align-items: center;
        gap: 5rem;
    }
    
    .content-right-post {
        padding-top: 250px;
        min-height: 450px;
        margin: 3rem 0;
    }
    
    .swiper-slider-main  .categories-content > .container > .row {
        min-height: 640px;
    }
    
    .row-mobile > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .box-img.slide-img-1 {
        top: -30%;
        left: 8%;
    }
    
    .box-img.slide-img-2 {
        bottom: -54%;
        left: 12%;
    }
    
    .box-img.slide-img-3 {
        bottom: -24%;
        right: 15%;
    }
    
    .box-img.slide-img-4 {
        top: -42%;
        right: 16%;
    }
    .section-service-banner .desc_short {
        width: 100% !important;
    }
    
    .section-slide::after {
        width: 100%;
        height: calc(100% - 225px);
        top: auto;
    }
    
    .section-slide {
        padding-bottom: 3rem;
    }
    
    .section-advice:after {
        content: none;
    }
    
    .saying-section .content, .section-transparent .info, .sameDay-content {
        text-align: center;
    }
    
    .saying-section .content .desc {
        margin: 0 auto;
    }
    
    .section-service-banner {
        padding: 0 1.5rem;
    }
    
    .categories-content .post-author {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .box-img.slide-img-1 {
        top: -20%;
        left: 8%;
    }
    
    .box-img.slide-img-2 {
        bottom: -36%;
        left: 0%;
    }
    
    .box-img.slide-img-3 {
        bottom: -26%;
        right: 5%;
    }
    
    .box-img.slide-img-4 {
        top: -26%;
        right: -5%;
    }
}