
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.title-section {
    font-family: "Montserrat", sans-serif;
}

.article-content p,
.article-content span{
    font-family: "Roboto", sans-serif !important;
}

body {
    font-family: "Roboto", sans-serif;
}

.btn-action-header {
    color: var(--black);
    top: 0px;
    /* left: 50px; */
}

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

.bg-main {
    background: var(--color-main);
}

.rounded-5 {
    border-radius: 5px;
}

.social-section li a {
    color: white;
    background: rgba(255, 255, 255, 0.2);
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

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

.topbar-header > .container > .row > div:nth-child(2) {
    display: flex ;
    align-items: center;
    justify-content: flex-end;
}

.entire-action-header {
    padding: 0.8rem 0;
}

.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 300px;
    top: 100%;
    left: auto;
    right: -75px;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

/* ------------------------------------------- */
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    background-color: white;
}

.color-hightlight {
    color: var(--color-highlight);
}

.date {
    background: var(--light);
}

/*header {*/
/*    position: absolute ;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    z-index: 10;*/
/*}*/

.box-title-section {
    position: relative;
    padding-top: 2rem;
}

.box-title-section.text-center::before {
    left: 50%;
    transform: translateX(-50%);
}

.box-title-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 3px;
    width: 5rem;
    background: var(--color-main-red);
}

.box-title {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 3rem 0;
}

.title-section span {
    color: var(--color-main-red);
}

.don_hang a:after {
    display: none;
}

.product-tab.nav {
    position: relative;
}

.product-tab.nav .nav-item .nav-link {
    font-size: 15px;
    line-height: 27px;
    color: #BEBEBE;
}

.product-tab.nav .nav-item .nav-link.active {
    color: var(--black);
    font-weight: 600;
}

.article-entry-info > span {
    margin-right: 6px;
}

.article-entry-info .article-category a {
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    color: black;
}

.setting-menu>.container>.row {
    align-items: center;
}

.setting-menu > .container > .row > div:nth-child(2) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-justify-content: flex-end;
    /*align-items: flex-end;*/
    /*-webkit-align-items: flex-end;*/
}

.logo-section img {
    height: 80px;
}

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

#modal-baogia .image-baogia img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

#modal-baogia .modal-dialog {
    max-width: 1170px;
    border-radius: 10px;
    overflow: hidden;
}

#modal-baogia .close {
    position: absolute;
    opacity: 1;
    color: var(--color-highlight);
    top: 15px;
    right: 15px;
    z-index: 99;
    text-shadow: none;
}

#modal-baogia .close i {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
}

#modal-baogia .form-group {
    margin-bottom: 30px;
}

.menu-section > ul > li > .entry-menu:after {
    position: absolute;
    top: -7px;
    left: 20px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #FFF transparent;
}

.menu-section .entry-menu li:last-child a {
    border: none
}

.search-section .btn-action-header {
    /*height: 46px;*/
    line-height: 44px;
}

.slick-next, .slick-prev {
    top: 50%;
    transform: translateY(-50%);
}

.box-suggest .btn.btn-1a {
    line-height: 37px;
    padding: 0 20px;
}

.pl-40 {
    padding-left: 40px !important;
}

.btn-submit {
    background: var(--color-main);
    color: var(--white);
    text-align: center;
    border-radius: 5px;
    padding: 0 20px;
    height: 40px;
    line-height: 38px !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 600;
}

.btn-submit:hover {
    background-color: var(--color-highlight);
    color: var(--white);
}

.language-section ul li img {
    height: 13px;
    margin-right: 5px;
    width: 17px;
    object-fit: cover;
}

.language-section ul {
    text-align: left;
}

.language-picker i {
    ertical-align: text-top;
}

.setting-menu.fixed {
    max-width: 1920px;
    margin: auto;
    background: white;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -o-box-shadow: 0 4px 0 rgba(0,0,0,.04);
    -webkit-box-shadow: 0 4px 0 rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 4px 0 rgba(0,0,0,.04);
    box-shadow: 0 4px 0 rgb(0 0 0 / 4%);
    /* padding: 10px 0 !important; */
}

.fixed .logo-section img {
    /* height: 50px; */
}

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

.menu-section .active {
    color: var(--color-main);
}

.slider-section .slick-list .slick-slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-text);
    z-index: 1;
    opacity: 0.2;
}

.slider-main>.container>.row {
    margin-right: -5px;
    margin-left: -5px;
}

.slider-main>.container>.row>div {
    padding-right: 5px;
    padding-left: 5px;
}

.slide-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 3;
}

.slider-section .inner-title {
    position: relative;
    transition: none 0s ease 0s;
    padding: 0px;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff;
    padding-bottom: 10px;
}

.slider-section .inner-title:after {
    content: '';
    height: 1px;
    width: 93px;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.slider-section .inner-description {
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 30px;
}

.slider-section img {
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.slider-section .slick-active img.expand {
    transition: transform 10s linear, opacity 3s;
    opacity: 1;
    transform: scale(1.2, 1.2) !important;
}

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

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

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

.title-query i {
    border: 1px solid;
}

.sevices-box {
    background: #f1fbff;
}

.service-item {
    /* box-shadow: 0px 0px 57px 0px rgb(0 0 0 / 5%); */
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.service-item .article-title span {
    font-size: 16px;
    background: transparent;
    border: 1px solid #c7c7c7;
    border-radius: 100%;
    line-height: 35px;
    width: 38px;
    display: inline-block;
    height: 38px;
    text-align: center;
    /*vertical-align: middle;*/
    margin-right: 14px;
    transition: all 0.7s ease 0s;
}

.service-item .article-title{
    font-weight: 600;
    padding-top: 27px;
    padding-bottom: 15px;
    font-size: 22px;
}

.service-item .article-title a{
    color: var(--black);
}

.service-item .content-item-service {
    border-radius: 7px;
    overflow: hidden;
}

.service-item:hover .article-title span {
    background: var(--color-main);
    color: white;
}

.service-item:hover:before {
    width: 100%;
}

.bg-item-service:before {
    content: '';
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
}

.category-absolute .ratio-3-2 {
    padding-top: 100%;
}

.category-absolute img {
    border-radius: 50px;
}

.category-absolute .item-title-category {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    left: 0;
    right: 0;
    font-size: 18px !important;
}

.category-absolute .item-title-category a {
    color: white !important;
    font-weight: bold;
}

.category-absolute .item-category .img-category a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-text);
    opacity: 0.2;
    z-index: 2;
    border-radius: 50px;
    top: 0;
}

.category-absolute .img-category {
    margin: 0 !important;
}

.category-absolute .item-title-category a:hover {
    color: var(--color-highlight) !important;
}

.inner-content-absolute {
    position: absolute;
    bottom: 0;
    padding: 30px;
    z-index: 2;
}

.inner-content-absolute * {
    color: white !important;
}

.read-more {
    font-weight: 700;
    color: var(--color-main);
    text-transform: uppercase;
    font-size: 12px;
}

.view-article-right .article-description, .view-article-right .read-more {
    display: none;
}

.view-article-right .inner-content-absolute {
    padding: 15px;
}

.view-article-right .article-item .article-title {
    font-size: 13px;
    margin: 0;
    line-height: 20px;
}

.article-item .box-content {
    padding: 1.5rem;
    background: white;
}

.article-item .article-title a {
    font-size: 22px;
    font-weight: 700;
}

.swiper-pagination-bullet {
    width: 18px;
    height: 4px;
    border-radius: 0;
}

.inner-image-news::before, .inner-image-news::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(2, 16, 81, 0) 0%, rgb(0 0 0 / 70%) 100%);
    transition: 0.3s;
    z-index: 1;
    border-radius: 0.25rem;
}

.inner-image-news::after {
    top: unset;
    bottom: 0;
    height: 0;
    background: rgba(2, 16, 81, 0.2);
    transition: 0.3 linear;
}

.inner-image-news:hover::after {
    height: 100%;
}

.view-article-left .ratio-3-2 {
    padding-top: 68.5%;
}

/*footer {*/
/*    background: #c4e0eb;*/
/*}*/

.footer-bot {
    padding: 2rem 0;
}

.footer-bot > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-mid {
    background: #203c87;
}

.title-footer {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 22px;
    position: relative;
    color: white;
}

.title-footer:before {
    position: absolute;
    display: block;
    height: 1px;
    background-color: rgba(251, 251, 251, 0.17);
    left: 0px;
    bottom: -10px;
    content: "";
    width: 100%;
}

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

.footer-menu-section .list-unstyled {
    padding-left: 2rem;
    position: relative;
}

.footer-menu-section .list-unstyled li:before {
    position: absolute;
    left: 0px;
    content: '\f061';
    font-family: "Font Awesome 6 Pro";
    font-weight: 500;
    font-size: 12px;
    color: white;
}

.social-footer ul li a {
    display: inline-block;
    background-color: #aaccd1;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}

.social-footer ul li a img {
    opacity: 0.7;
    width: 16px;
}

.social-footer ul li a:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.social-footer ul li a:hover img {
    opacity: 1;
}

.social-footer ul li a:hover {
    background: var(--color-highlight);
}



.zalo .call-now {
    bottom: 100px;
}

#zalo-vr, #messenger-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

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

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

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

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

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

#zalo-vr .phone-vr-img-circle, #messenger-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

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

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

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

.button-contact i{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.fixed-contact {
    position: fixed;
    right: 10px;
    bottom: 15px;
    cursor: pointer;
    z-index: 9999 !important;
}

.newsletter input {
    padding: 15px 65px 15px 15px;
    background: #252525;
    color: #a7a7a7;
    width: 100%;
    border-radius: 3px !important;
    height: 54px;
}

.newsletter .btn {
    color: #fff;
    background-color: var(--color-highlight);
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0px;
    border: 0px;
    border-radius: 0px 3px 3px 0px;
    font-size: 26px;
    top: 0px;
    padding: 0;
    line-height: 54px;
}

.copyright span {
    color: var(--color-highlight);
}

.sub-title {
    font-size: 15px;
    color: #5a5a5a;
}

.breadcrumbs-section {
    background-size: cover;
    background-position: center;
    position: relative;
    height: 200px;
}

.breadcrumbs-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(2, 16, 81, 0.4), rgba(2, 16, 81, 0.4));
    pointer-events: none;
}

.icon-why {
    border-radius: 50%;
    margin-right: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 10px 0px rgb(32 72 141 / 20%);
    width: 65px;
    height: 65px;
    text-align: center;
    font-size: 24px;
    color: rgb(183, 183, 183);
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.content-why {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.content-why p {
    color: #6f6f6f;
}

.bg-contact {
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

.contact-home:before {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    z-index: 1;
    content: '';
}

.contact-content {
    z-index: 2;
}

.btn-border {
    border-width: 2px !important;
    padding-top: 8px;
    padding-bottom: 8px;
}

.btn-border:hover {
    background: white
}

.map iframe {
    display: block;
}

html[lang="en"] .btn-action-header {
    padding: 0 0 0 10px;
}

html[lang="en"] .bao-gia .btn-submit {
    padding: 0 15px;
}

.category-content img {
    max-width: 100%;
}

#return-to-top {
    position: fixed;
    bottom: 110px;
    right: 22px;
    background: var(--color-main);
    width: 60px;
    height: 60px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    border-radius: 50%;
    z-index: 99;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 60px;
}

#return-to-top:hover {
    background: var(--color-highlight);
}

.hover-image-item::before, .hover-image-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    pointer-events: none;
    transition: 0.3s;
    z-index: 1;
}

.hover-image-item::after {
    background: linear-gradient(0deg, rgb(9 124 153 / 20%), rgb(23 165 200 / 60%));
    opacity: 0;
    transition: 0.3s;
}

.hover-image-item .inner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 3.6rem 3.2rem;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.hover-image-item .article-title {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    margin: 0 auto;
    padding: 0.8rem 0;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    color: #fff;
    position: relative;
    transition: 0.3s;
}

.hover-image-item .article-title::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 130px;
    height: 2px;
    background: var(--color-main);
    transition: 0.3s;
    opacity: 0;
}

.hover-image-item .article-description {
    padding-top: 0.8rem;
    letter-spacing: -0.01em;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

.fixed .search-section .btn-action-header i {
    color: var(--color-text) !important;
}

.products-cat img {
    max-width: 100%;
}

.contact_product {
    background: var(--color-main);
    color: #fff;
    line-height: 3;
    padding: 0 40px;
    border-radius: 8px;
    margin-top: 15px;
    display: inline-block;
}

.contact_product:hover {
    color: #fff;
}

b, strong {
    font-weight: bold;
}

.slide-height .slick-track {
    display: flex;
}

.slide-height .slick-slide {
    height: auto !important;
}

.don_hang a p {
    border: 1px solid #1c98ed;
    border-radius: 50px;
    padding: 5px 65px;
    margin: 10px;
    background-color: #1c98ed;
}

.topbar-header-mobile > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-main-mobile > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}





@media (min-width: 1025px) {
    .hover-image-item:hover::after {
        opacity: 1;
    }

    .hover-image-item:hover .article-title {
        font-size: 18px;
        top: 0;
        transform: unset;
    }

    .hover-image-item:hover .article-title::before {
        opacity: 1;
    }

    .hover-image-item:hover .article-description {
        opacity: 1;
        pointer-events: auto;
    }
}

@media (max-width: 1200px) and (min-width: 1023px) {
    .menu-section > ul > li > a {
        font-size: 12px;
        padding: 0 5px;
    }

    .bao-gia .btn-submit {
        font-size: 13px;
        padding: 0 10px !important;
    }

    .bao-gia {
        margin-left: 10px !important;
    }

    .search-section .btn-action-header {
        padding: 0 5px;
    }

    .slider-section .inner-title {
        font-size: 20px;
    }

    .slider-section .inner-description {
        font-size: 15px;
    }
}

@media (min-width: 768px) {
    .list-introduce>.row>div:nth-child(2n)>.article-item>.row>div:first-child {
        order: 2;
    }
    
}

@media (min-width: 992px) {
    .service-item .inner-image:after {
        content: "";
        width: 50px;
        height: 100%;
        background: #f8f9fa;
        position: absolute;
        right: -27px;
        top: 0;
        transform: skewX(-13deg);
    }

    #modal-baogia .modal-dialog {
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 1024px) {
    .hover-image-item .inner-content {
        padding:20px
    }

    .hover-image-item .article-title {
        font-size: 18px;
        top: 0;
        transform: unset;
    }

    .hover-image-item .article-title::before {
        opacity: 1;
    }

    .hover-image-item .article-description {
        opacity: 1;
        pointer-events: auto;
    }

    .hover-image-item .ratio-16-9 {
        padding-top: 80%;
    }
}

@media (max-width: 992px) {
    .logo-section img {
        height: 45px !important;
    }

    .category-content img {
        height: auto;
    }

    .btn-action-header i {
        font-size: 20px;
    }

    /*.setting-menu {*/
    /*    border-bottom: 1px solid #85889b;*/
    /*}*/
}

@media (max-width: 768px) {
    .contact-desc {
        padding: 0 !important;
        margin-top: 10px;
    }
    

    .slider-section, .slider-section .item img {
        height: 500px;
    }

    .products-cat img {
        height: auto !important;
    }

    .article-content img, .article-content iframe, .article-content video {
        height: auto;
    }

    .rti-don-hang {
        padding-top: 100%;
    }    
}

@media (max-width: 767px) {
    .top-header {
        text-align: center;
    }

    .breadcrumbs-section {
        height: 200px;
    }

    #modal-baogia .close {
        color: white;
    }

    .contact-desc {
        margin-bottom: 10px;
    }

    .view-article-left .inner-content-absolute {
        padding: 15px 0;
        position: inherit;
    }

    .view-article-left .article-item::before, .view-article-left .article-item::after {
        opacity: 0;
    }

    .view-article-left .inner-content-absolute * {
        color: var(--color-text) !important;
    }

    .inner-image-news::before, .inner-image-news::after {
        opacity: 0;
    }
}

@media (max-width: 480px) {
    .bao-gia >a.btn>span {
        display: none;
    }

    .bao-gia >a.btn>i {
        padding-right: 0 !important;
    }

    .bao-gia >a.btn {
        padding: 0 15px;
        margin: 0 10px;
    }

    .btn-submit {
        height: 40px;
    }
}

@media (max-width: 320px) {
    .entire-action-header .form-dropdown {
        max-width: 200px;
    }
}

/*vi sao chon chung toi  */
.why-choose {
    padding: 50px 0;
}

/*gioi thieu chung*/
.breadcrumbs-section a, .breadcrumbs-section span {
    margin-right: 6px;
    line-height: 24px;
    color: white;
}

/*--------------------------------------*/
.introduce-two > .row > div:nth-child(2) > .cus-2img-gt > .row {
    flex-direction: row-reverse;
}

/*--------------------------------------*/
/*san pham*/
.product-item {
    background: var(--white);
    border-radius: 0.25rem;
    overflow: hidden;
    height: 100%;
    padding: 6px;
}

.product-item .inner-image {
    position: relative;
    overflow: hidden;
}

.product-item .inner-content {
    padding: 6px;
}

.product-item .inner-content .product-category a {
    font-size: 13px;
}

.product-item .inner-content .product-category a:last-child .comma-item {
    display: none;
}

.product-item .inner-content .product-category a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.product-item .inner-content .product-title {
    margin-bottom: 0;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.product-item .inner-content .product-title a {
    color: var(--color-text);
    font-weight: 600;
    font-size: 14px;
}

.product-item .inner-content .product-title a:hover {
    color: var(--color-main);
}

.product-item .inner-content .product-rating-price {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

.product-item .inner-content .product-rating-price .wrp-rating-price {
    height: 44px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}

.product-item:hover .product-action {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    bottom: 30px;
}

.product-item:hover .inner-content .product-rating-price .wrp-rating-price {
    -webkit-transform: translateY(-22px);
    -ms-transform: translateY(-22px);
    -o-transform: translateY(-22px);
    transform: translateY(-22px);
}

.price-amount {
    font-weight: 700;
    font-size: 16px;
}

.price-amount.old-price {
    color: var(--color-text);
    font-weight: 400;
    margin-left: 15px;
    position: relative;
}

.price-amount.old-price::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 0.5px;
    background-color: var(--color-text);
    width: 100%;
}

/*lien he */
textarea {
    padding: 10px 15px;
    min-height: 80px;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    height: auto;
    width: -webkit-fill-available;
}

/*tin tuc*/
.img-news {
    object-fit: cover !important;
}

.widget.widget_text .textwidget .content-text {
    padding: 30px;
    background-color: var(--color-highlight);
}

.widget.widget_text .textwidget .content-text .title {
    font-size: 20px;
    margin-top: 0;
    color: #fff;
    font-weight: 700;
}

.widget.widget_text .textwidget .content-text p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
}

.btn.button.white {
    background: white;
    font-weight: 700;
}

.article-content {
    font-size: 15px;
    color: black;
    line-height: 25px;
}

.cus-dichvu-left {
    background: var(--color-highlight);
    margin-bottom: 5rem;
}


.article-item-small .article-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
    padding: 15px 20px;
    
     color: white;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    
    position: relative;
}


.article-item-small .article-title:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 57px;
    background-color: #d5d5d5;
    -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;
}

.article-item-small .article-title.active:before {
    background-color: var(--color-main-red);
}

.article-item-small .article-title:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    content: '\f054';
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
}

.cus-dichvu-left .article-item-small:hover .article-title:before {
    background-color: var(--color-main-red);
}

.swiper {
  width: 100%;
  /* height: 300px; */
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  width: 100%;
}

.mySwiper {
  box-sizing: border-box;
  padding: 10px 0;
}


.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper2 img {
    height: 70rem;
}

.cus-slider-main {
    position: relative;
}

.mySwiper {
    position: absolute;
    bottom: 3rem;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
}

.mySwiper .swiper-slide {
    margin-right: 0 !important;
    /* border: none; */
    height: auto;
}

.box-slider-thumb {
    background: white;
    padding: 2rem 1.5rem;
    display: flex;
    align-items: center;
    height: 100%;
}

.mySwiper .number{
    flex: 0 0 40px;
}

.mySwiper .number span{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
    color: white;
    border-radius: 50%;
    font-weight: 500;
}

.mySwiper .tp-tab-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0 !important;
}

.mySwiper .swiper-slide-thumb-active .box-slider-thumb {
    background: var(--color-highlight);
}

.mySwiper .swiper-slide-thumb-active .number span {
    background: white;
    color: var(--color-highlight);
}

.mySwiper .swiper-slide-thumb-active .box-slider-thumb .box-tab {
    color: var(--white);
}

.mySwiper2 .swiper-slide--description {
    font-size: 20px;
}

.cus-slider-main .btn-submit {
    font-size: 12px;    
}

.cus-menu-main .menu-title {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    height: auto;
}

.cus-menu-main .menu-title i{
    font-size: 45px;
    color: var(--color-highlight);
    padding: 1rem;
}

.cus-menu-main .menu-title span{
    color: var(--black);
}

.cus-menu-main .menu-title:hover span{
    color: var(--color-main);
}

.entry-time {
    margin: 0;
    font-size: 18px;
    position: absolute;
    right: 0px;
    top: 0;
    width: 70px;
    padding: 5px 0 5px 0;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background-color: var(--color-highlight);
}

.entry-time span {
    display: block;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.entry-time .entry-day{
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
}

.entry-time .entry-month{
    font-weight: 600;
}

.entry-time:after{
    border-top: 8px solid;
    border-top-color: var(--color-highlight);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    vertical-align: middle;
    left: 50%;
    margin-left: -8px;
    top: 100%;
}

.article-item-normal .article-title a {
    font-size: 18px;
    color: black;
}

.article-item-normal {
    border-bottom: 3px solid var(--light);
}

.article-item-normal .inner-image:before {
    content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -35px;
    margin-left: -35px;
    visibility: visible;
    z-index: 1;
    background-color: var(--color-highlight);
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    transition: 0.5s;
    pointer-events: none;
    
}

.article-item-normal .inner-image:after {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    color: #fff;
    font-size: 28px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -22px;
    margin-left: -9px;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    transition: 0.5s;
    pointer-events: none;
}

.cus-overlay{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: 0.5s;
}

.article-item-normal:hover .inner-image:after,
.article-item-normal:hover .inner-image:before,
.article-item-normal:hover .cus-overlay
{
    visibility: visible;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);

}

.flat-title-section.style3 {
    border-bottom: 2px solid var(--color-main);
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.flat-title-section {
    margin-top: 5%;
    overflow: hidden;
    position: relative;
    padding: 2px 0;
}

.text-title-head {
    font-family: 'Montserrat';
    font-size: 15px;
}

@media (max-width: 1000px) {
    .mySwiper {
        display: none;
    }
    
    .cus-menu-main .menu-title i {
        font-size: 40px;
    }
   
}

@media (min-width: 1000px) {
    .cus-menu-main .menu-title i{
        margin-bottom: 1.5rem;
    }
}










