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

.color-text {
    color: #a3a3a3;
}

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

a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.title-footer {
    color: var(--color-main) !important;
}

/*--------------------------------------------------------------------------------------------------------------------------
-------------------                                    Header                                    ---------------------------                                       
----------------------------------------------------------------------------------------------------------------------------*/
/*header top*/
.topbar {
    border-bottom: 1px solid #f2f2f2;
    color: #fff;
    position: relative;
    background-image: linear-gradient(to right, var(--color-main) 65%, var(--color-second) 65%);
}

.topbar .topbar-section a:hover i {
    color: var(--color-highlight) !important;
}

.contact-info {
    position: relative;
    z-index: 1;
}

.contact-info li i {
    display: inline-block;
    padding-right: 5px;
    position: relative;
    line-height: 1.2;
}

.contact-info li a, .contact-info li div {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
}

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

.title-detail {
    color: var(--color-main);
}

/*end header top*/
/*header main*/
.menu-setting.fixed .logo-section img {
    height: 5rem;
}

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

.menu-setting .menu-section .entry-menu, .menu-section .entry-menu.dropdown ul {
    background: var(--white);
}

.menu-setting .menu-section .entry-menu.dropdown li:hover > a {
    padding-left: 10px;
    background-color: #f3f3f3;
}

.menu-section .menu-link {
    padding: 7px 35px 7px 0;
    font-size: 1.4rem;
}

.menu-section .entry-menu.dropdown li {
    border-bottom: 1px solid #ababab;
}

.menu-section .entry-menu.dropdown ul {
    top: calc(-50% + 1.5rem);
}

.menu-section .menu-title {
    color: var(--color-text);
}

.cart-contact > div {
    float: right;
    position: relative;
}

.theme-btn {
    padding: 8px 13px;
    cursor: pointer;
    letter-spacing: 1px;
    background: none;
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(90deg, var(--color-highlight) 30%, var(--color-highlight) 100%);
    border-radius: 1rem;
}

.cart-contact .theme-btn {
    font-weight: normal;
}

.theme-btn:hover {
    color: #ffffff;
    /* border: none; */
    background: var(--color-highlight);
}

@media screen and (min-width: 992px) {
    .menu-setting .menu-section .entry-menu.dropdown:before {
        content: none;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 9px 10px 9px;
        border-color: transparent transparent var(--white) transparent;
        margin: 0 0 0 20px;
        padding-top: 1px;
        position: absolute;
        top: -11px;
    }
}

.menu-setting {
    background: #fff;
    color: white;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
}

.menu-setting.fixed {
    position: fixed;
    top: 0;
    z-index: 9999;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.menu-setting.hide {
    top: 0;
    position: fixed;
}

/*end header main*/
.menu-section .grower {
    color: var(--color-highlight);
}

.menu-section.open .entry-menu {
    background: #fff;
}

.menu-section.open .entry-menu.dropdown li {
    border-bottom: 1px solid #e6e6e6;
}

.menu-section.open .entry-menu.dropdown:before {
    display: none;
}

.menu-section.open .entry-menu li a {
    padding: 0 3rem !important;
}

/*--------------------------------------------------------------------------------------------------------------------------
-------------------                             End    Header                                    ---------------------------                                       
----------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------
-------------------                                    Body                                      ---------------------------                                       
----------------------------------------------------------------------------------------------------------------------------*/
/*slider main*/
.slider-plus .swiper-slider-main .swiper-slide img {
    height: 31vw;
}

p.swiper-slide--description {
    font-size: 2rem;
    max-width: 550px;
    margin: 0 auto 3rem auto;
}

/* .slider-plus .swiper-slider-main .swiper-slide::before {
    background: #000000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
} */
.swiper-slide--link {
    padding: 1.2rem 2rem;
    cursor: pointer;
    letter-spacing: 1.2px;
    background: none;
    color: #fff;
    font-size: 1.4rem;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: #333;
}

.slide-btn .swiper-slide--link:first-child {
    margin: 0 10px;
}

.slide-btn .btn-2 {
    color: #fff;
    background: var(--color-main);
    transition: all 0.3s;
}

.slide-btn .btn-2:hover {
    color: var(--color-highlight);
    background: #fff;
    transition: all 0.3s;
}

.slide-btn .btn-1:hover {
    color: #fff;
    background: var(--color-highlight);
    transition: all 0.3s;
}

.slide-btn .btn-1, .slide-btn .btn-2 {
    width: 125px;
}

.slider-plus .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 120px;
}

.swiper-button-prev, .swiper-button-next {
    background: rgba(255, 255, 255, 0.3);
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    -webkit-box-shadow: 0px 3px 12.96px 3.04px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 3px 12.96px 3.04px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.slider-plus .swiper-button-next, .slider-plus .swiper-rtl .swiper-button-prev {
    right: 25px;
}

.slider-plus .swiper-button-prev, .slider-plus .swiper-rtl .swiper-button-next {
    left: 25px;
}

.slider-plus .swiper-pagination-bullet-active {
    background: var(--color-highlight);
    opacity: 1;
}

.slider-plus .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .slider-plus .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 13px;
}

.slider-plus .swiper-pagination-bullet {
    font-size: 15px;
    color: #d9d9d9;
    margin: 0 5px;
    opacity: 0.4;
    background: transparent;
    position: relative;
}

.slider-plus .swiper-pagination-bullet:before {
    content: "";
    background: #fff;
    width: 1px;
    height: 10px;
    position: absolute;
    left: 7px;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.slider-plus .swiper-pagination-bullet-active {
    color: #fff;
    opacity: 1;
    font-weight: 700;
}

.slider-plus .swiper-pagination-bullet-active:before {
    opacity: 1;
    top: -12px;
}

@media (max-width: 991px) {
    .slider-plus .swiper-button-prev, .slider-plus .swiper-button-next {
        display: none;
    }
}

/*back to top*/
#backToTop {
    background-color: rgba(253, 161, 43, 0.7);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 2px solid var(--color-highlight);
    border-radius: 45px;
    text-align: center;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 90px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#backToTop:hover {
    background-color: var(--color-highlight);
}

.is-mobile #backToTop {
    background-color: rgba(253, 161, 43, 0.7);
}

#backToTop.show {
    opacity: 1;
}

/*end back to top*/
.swiper-slide--wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.widget-title {
    font-size: 2rem;
    color: #fff;
    padding-bottom: 12px;
    text-transform: capitalize;
    position: relative;
}

.upper-footer .widget-title::after {
    position: absolute;
    width: 50px;
    height: 2px;
    background: var(--color-main);
    content: "";
    left: 0;
    bottom: 0;
}

.btn-new-footer {
    background: #1e282f;
    color: white;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-new-footer i {
    font-size: 2.2rem;
}

.news_letter_footer .form-control {
    background: #1e282f;
    border: 0;
    height: 50px;
    padding: 6px 20px;
    color: white;
}

.news_letter_footer form {
    margin-top: 25px;
    position: relative;
}

.btn-new-footer:hover {
    color: var(--color-highlight);
}

.share-buttons {
    z-index: 1234;
}

.featured-icon-box {
    padding: 4rem 2rem 3rem;
    position: relative;
}

.box-shadow2 {
    /* -webkit-box-shadow: 0 0 25px 0 rgba(41, 61, 88, .06); */
    /* -moz-box-shadow: 0 0 25px 0 rgba(41, 61, 88, .06); */
    /* box-shadow: 0 0 25px 0 rgba(41, 61, 88, .1); */
}

.featured-icon-box .featured-icon {
    height: 65px;
    width: 65px;
    line-height: 65px;
    color: #fff;
    background-color: var(--color-main);
    margin: 0 auto;
    font-size: 2.7rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
    z-index: 0;
}

.featured-icon-box .featured-content {
    padding-top: 14px;
}

.featured-title h5 {
    font-size: 2rem;
    line-height: 2.7rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.featured-icon-box .featured-content a {
    color: var(--color-main);
}

.featured-icon-box .featured-icon:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--light);
    content: '';
    z-index: -1;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.featured-box .featured-icon-box:hover .featured-icon:after {
    visibility: visible;
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1.1);
}

.featured-box .featured-icon-box:hover .featured-icon {
    color: var(--color-main);
}

.features-wrapper {
    float: left;
    width: 100%;
    position: relative;
    /* top: -80px; */
    z-index: 10;
}

.about-us-block .article-title {
    font-size: 3.4rem;
}

.about-us-block .article-description {
    font-size: 1.7rem;
    line-height: 1.7;
    margin-bottom: 3rem !important;
    color: #42515c;
    text-align: justify;
}

.about-section .about-pic-area .background-about {
    width: 480px;
    height: 480px;
    position: absolute;
    right: 0;
    top: -54px;
    z-index: -1;
}

.about-section .about-pic-area img {
    position: relative;
    margin-top: 40px;
}

@media (min-width: 769px) {
    .about-section .about-pic-area img {
        position: relative;
        margin-right: 90px;
    }
}

.about-section .about-pic-area .box {
    background: #fff;
    width: 143px;
    height: 143px;
    text-align: center;
    position: absolute;
    left: -60px;
    top: 45%;
    z-index: 1;
    -webkit-box-shadow: 0px 9px 15.84px 8.16px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 9px 15.84px 8.16px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-section .about-pic-area .fa-circle-play::before {
    font-size: 6rem;
    color: var(--color-main);
}

.about-section .about-pic-area a span {
    display: block;
    margin-top: 1rem;
}

.about-section .about-pic-area .box a {
    font-size: 1.7rem;
    color: #333;
}

@media (min-width: 1200px) {
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .about-section .inner-content {
        /* padding-top: 75px; */
    }

    .box-sticky-top>.container>.row>div {
        height: auto;
        position: sticky;
        top: 0;
        z-index: 4;
        display: inline-block;
    }
}

.service-category {
    padding-bottom: 20px;
    padding-top: 15px;
}

@media (min-width: 1000px) {
    .title-section-s2 {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 60%;
    }
}

.title-section-s2 > span, .about-us-block .article-category {
    font-family: "Crimson Text", serif;
    font-size: 2.7rem;
    color: var(--color-highlight);
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    font-style: italic;
}

.title-section-s2 h2, .title-section-s2 h3, .cta-content h3 {
    font-size: 4.6rem;
    font-weight: bold;
    text-transform: capitalize;
    color: var(--color-main);
    position: relative;
    padding-bottom: 1rem;
}

.title-section-s2 h2:before, .title-section-s2 h3:before, .cta-content h3:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    background-color: var(--color-highlight);
    height: 2px;
    bottom: 0;
}

.title-section-s2 p {
    font-size: 1.7rem;
    margin: 0;
}

.categories-item {
    padding: 25px 30px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(41, 61, 88, .06);
    -moz-box-shadow: 0 0 25px 0 rgba(41, 61, 88, .06);
    box-shadow: 0 0 25px 0 rgba(41, 61, 88, .06);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.categories-item p,.article-title-s2, .blog-section .article-description, .description_comment {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 8.5rem;
    min-height: 8.5rem;
    text-align: justify;
}

.article-title-s2 {
    -webkit-line-clamp: 2;
    max-height: 6rem;
    min-height: 6rem;
}

.blog-section .article-description {
    -webkit-line-clamp: 4;
    max-height: 9.5rem;
    min-height: 9.5rem;
}

@media (max-width: 1300px) {
    .blog-section .article-description {
        -webkit-line-clamp: 4;
        max-height: 10.5rem;
        min-height: 10.5rem;
    }
}

.description_comment {
    -webkit-line-clamp: 5;
    max-height: 13.5rem;
    min-height: 13.5rem;
}

.categories-item .icon-categories {
    position: inherit;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* background: var(--light); */
    text-align: center;
    margin: 0 0 15px;
    font-size: 3.3rem;
    line-height: 60px;
    color: var(--color-main);
    /* -webkit-transition: all 0.3s ease-in; */
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    /* transition: all 0.3s ease-in; */
    /* position: relative; */
    /* z-index: 0; */
}

.categories-item:hover {
    -webkit-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
}

.categories-item:hover .icon-categories {
    color: #fff;
}

/* .categories-item .icon-categories::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--color-highlight);
    content: '';
    z-index: -1;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
} */
.categories-item:hover .icon-categories::after {
    visibility: visible;
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.cta-section {
    background: var(--color-main);
    position: relative;
    text-align: center;
}

.cta-section , .portfolio-section, .team-section, .blog-section, .padding-section {
    padding: 35px 0;
}

.cta-section .background__1cta, .cta-section .background__2cta {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 20px;
    top: -15px;
    margin: auto;
    z-index: 2;
}

.cta-section .background__2cta {
    top: auto;
    bottom: -15px;
    margin: auto;
}

.cta-section p {
    font-family: "Crimson Text", serif;
    font-size: 2.9rem;
    color: #f3efef;
    font-style: italic;
    margin: 0 0 2.5rem;
}

.phone-contact, .widget .btn.btn-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.phone-contact .phone, .phone-contact span, .title-about {
    font-size: 2.6rem;
    color: #fff;
    display: inline-block;
}

.portfolio-section .inner-content {
    padding: 25px 28px;
    border: 1px solid #eee;
    border-bottom: 5px double #eee;
}

.blog-section .article-item {
    border: 1px solid #eee;
    border-bottom: 5px double #eee;
    margin: 0;
}

.portfolio-section .article-title-s2 a {
    color: var(--color-main);
}

.portfolio-section .article-title-s2:hover a {
    color: var(--color-main);
}

.owl-carousel {
    display: block;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .swiper-button-prev, .owl-carousel .swiper-button-next {
    background: #fff;
}

.owl-carousel .swiper-button-prev, .owl-carousel .swiper-rtl .swiper-button-next {
    left: 0px;
}

.owl-carousel .swiper-button-next, .owl-carousel .swiper-rtl .swiper-button-prev {
    right: 0px;
}

@media (min-width: 650px) {
    .owl-carousel .swiper-button-prev, .owl-carousel .swiper-rtl .swiper-button-next {
        left: -32px;
    }

    .owl-carousel .swiper-button-next, .owl-carousel .swiper-rtl .swiper-button-prev {
        right: -32px;
    }
}

.owl-carousel .swiper-button-prev:hover, .owl-carousel .swiper-button-next:hover {
    color: white;
    background: var(--color-highlight);
}

.fun-fact-section, .partners-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 30px 0;
}

.fun-fact-section::before, .partners-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000000;
    opacity: 0.75;
    z-index: -1;
}

.item_tk {
    min-height: 14rem;
    background-color: transparent;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.number_tk {
    color: white;
    font-size: 4.8rem;
    position: relative;
    width: 100%;
}

.number_tk:before {
    /* content: attr(data-count); */
    font-family: system-ui;
    font-size: 4.4rem;
    font-weight: bold;
    -webkit-text-stroke: 1px #ffffff;
    -webkit-text-fill-color: transparent;
    opacity: 0.5;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    text-align: center;
}

.item_tk:hover .number_tk {
    font-size: 5.2rem;
    transition: all .3s ease-in-out;
    clear: both;
}

.title_tk {
    font-size: 1.8rem;
}

.col-custom {
    flex: 0 0 calc(100%/4);
    max-width: calc(100%/4);
}

.inner {
    position: relative;
}

.team-section .inner .img-holder {
    position: relative;
    background: var(--color-main);
}

.team-section .inner .img-holder img {
    opacity: 1;
    display: block;
    transition: all 0.3s ease;
}

.team-section .inner:hover .img-holder img {
    opacity: 0.5;
}

.team-section .inner .details {
    background: rgba(255, 255, 255, 1);
    width: 94%;
    padding: 15px;
    left: 3%;
    bottom: 80px;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0px 4px 8px 0px rgba(209, 210, 226, 0.3);
    position: relative;
    text-align: center;
    margin: 0 0 -50px;
}

.team-section .inner:hover .details {
    bottom: 100px;
    opacity: 1;
}

.details p {
    font-size: 1.6rem;
    color: var(--color-highlight);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.team-section .swiper-slider-main .swiper-slide img {
    min-height: 32rem;
}

.details a:hover i {
    color: var(--color-highlight);
}

.team-section .owl-controls {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.team-section .swiper-button-prev, .team-section .swiper-button-next {
    position: inherit;
    transform: translateY(0px);
    border-radius: 0;
    margin: 5px;
    padding: 0;
    border: 2px solid #e2e2e2;
    box-shadow: unset;
}

.team-section .swiper-button-next {
    border-right: 0;
}

.team-section .swiper-button-prev {
    border-left: 0;
}

.team-section .swiper-button-prev:hover, .team-section .swiper-button-next:hover {
    background: var(--color-highlight);
    color: #fff;
    border-color: currentColor;
}

.testimonial-section {
    position: relative;
    padding: 35px 0px 10px;
}

.info-binh-luan {
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

.info-binh-luan .name-binh-luan {
    font-size: 1.45rem;
    color: var(--color-main);
    font-weight: 600;
}

.info-binh-luan .city-binh-luan {
    color: var(--color-highlight);
    font-family: Poppins, sans-serif;
    font-size: 1.4rem;
    text-align: left;
}

.testimonial-section .swiper-slider-main .swiper-slide img {
    height: 7.5rem;
    width: 7.5rem;
    min-height: 7.5rem;
    object-fit: cover;
}

.img-comment {
    max-height: 7.5rem;
    border-radius: 100%;
    margin-right: 1.5rem;
}

.danh-gia {
    display: flex;
    align-items: center;
    color: var(--color-main);
    font-weight: 600;
    font-size: 1.7rem;
    margin-bottom: 2.5rem;
}

.testimonial-section .swiper-slide {
    padding: 25px 30px;
    background: #fff;
    /* margin: 0.5rem; */
}

.danh-gia .star-rating {
    width: 10rem;
}

.danh-gia .star-rating::before, .danh-gia .star-rating span::before {
    font-size: 1.8rem;
}

.danh-gia .star-rating span::before {
    color: var(--color-highlight);
}

.testimonial-section .swiper-slider-main::after {
    content: " ";
    padding: 2rem;
    width: 100%;
    height: 1rem;
    display: block;
}

.testimonial-section .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #9a9a9a;
    margin: 5px !important;
}

.testimonial-section .swiper-pagination-bullet-active {
    background: #869791;
}

.testimonial-section .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0px;
}

.blog-section {
    padding-bottom: 90px;
}

.blog-section .inner-content {
    /* background: #f8f8f8; */
    padding: 40px 30px;
}

.blog-section .article-title {
    min-height: 6rem;
    font-size: 20px;
    font-weight: 500;
}

.blog-section .theme-btn.one {
    background: var(--color-highlight);
    font-weight: 500;
    border: none;
}

.blog-section .theme-btn.one:hover {
    background: var(--color-highlight);
}

.blog-section .theme-btn.one:after {
    background: #333;
}

.cta-section .theme-btn {
    font-weight: 500;
    border: 0;
    background: var(--color-highlight);
}

.blog-section .theme-btn:hover, .padding-section .theme-btn:hover {
    color: #ffffff;
    background: #333;
}

.blog-section .theme-btn::after, .padding-section .theme-btn::after, .cta-section .theme-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--color-highlight);
    border: none;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.cta-section .theme-btn::after {
    color: var(--color-highlight);
    background: #fff;
}

.cta-section .theme-btn:hover {
    color: var(--color-highlight);
}

.blog-section .theme-btn:hover::after, .padding-section .theme-btn:hover::after, .cta-section .theme-btn:hover::after {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.author a img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    margin-right: 1rem;
    display: inline-block;
}

.meta, .comment a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*overflow: hidden;*/
}

/*--------------------------------------------------------------------------------------------------------------------------
-------------------                                 End   Body                                   ---------------------------                                       
----------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------
-------------------                                    Footer                                    ---------------------------                                       
----------------------------------------------------------------------------------------------------------------------------*/
.tru-so address strong, .copy-social .topbar-section strong, .copy-social a:hover i {
    color: var(--color-highlight);
}

footer .upper-footer {
    padding: 90px 0;
    background: #253139;
}

.item-social {
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    border-radius: 100%;
}
/* 
.item-social:hover {
    background: var(--color-highlight);
} */

.item-social:hover i {
    color: #fff;
}

footer a.text-secondary:hover,footer a.text-secondary:focus {
    color: var(--color-highlight) !important;
}

.social-section li:first-child {
    padding-left: 0 !important;
}

footer .lower-footer {
    text-align: center;
    position: relative;
    background: #1e282f;
}

.copy-social .topbar-section p {
    font-size: 1.5rem;
}

/*--------------------------------------------------------------------------------------------------------------------------
-------------------                                End    Footer                                 ---------------------------                                       
----------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------
-------------------                                     Page con                                 ---------------------------                                       
----------------------------------------------------------------------------------------------------------------------------*/
.pagehding-sec {
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0px;
    position: relative;
    background-size: cover;
}

.pagehding-sec::before {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: 0;
}

.title-breadcrum {
    font-size: 4.2rem;
    text-align: left;
    text-transform: capitalize;
    color: #fff;
    margin: 0 0 10px;
}

.pagehding-sec .breadcrumbs-section a {
    font-size: 1.7rem;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}

.pagehding-sec .breadcrumbs-section span {
    color: var(--white);
}

.services-faq {
    margin: 40px 0 0;
}

.accordion-wrapper .card {
    border: none;
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.accordion-wrapper .card + .card {
    margin-top: 20px;
}

.accordion-wrapper .card .card-header a {
    font-size: 1.9rem;
    line-height: 28px;
    font-weight: 600;
    display: block;
    position: relative;
    z-index: 0;
    background-color: #fff;
    padding: 20px 45px 20px 30px;
    cursor: pointer;
    color: #333;
}

.accordion-wrapper .card .card-header a:after {
    position: absolute;
    right: 20px;
    top: 20px;
    content: "\f107";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
}

.accordion-wrapper .card .card-header a[aria-expanded="true"]:after {
    content: "\f106";
}

.accordion-wrapper .card .card-body {
    background-color: #fff;
    padding: 0 45px 25px 30px;
}

.services-details-content h3 {
    font-size: 3.9rem;
    font-weight: 900;
    color: var(--color-highlight);
    margin: 20px 0 10px 0;
}

.services-category ul li a {
    line-height: 50px;
    padding: 0 35px;
    background-color: #eee;
    display: block;
    font-size: 1.5rem;
    color: #23282d;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.services-category ul li a:hover {
    color: var(--color-highlight);
}

.services-contact {
    background-color: var(--color-highlight);
    position: relative;
    overflow: hidden;
    padding: 80px 20px;
    margin: 30px 0 0;
}

.services-contact h5, .services-contact a {
    font-size: 1.9rem;
    color: #fff;
    position: relative;
    z-index: 9;
    margin: 20px 0;
}

.services-contact a {
    font-size: 3.3rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 9;
}

blockquote:before {
    content: "";
    background: url(https://cdn3610.cdn-template-4s.com/media/media/backgroud/quote.png) center center / auto no-repeat local;
    width: 62px;
    height: 44px;
    position: absolute;
    left: 45px;
    top: 40px;
}

blockquote {
    background-color: var(--color-highlight);
    color: #fff;
    line-height: 1.6em;
    padding: 120px 45px 65px;
    border: 0;
    position: relative;
    margin: 60px 0 20px;
    font-size: 1.85rem;
}

.article-content h3 {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.3em;
    margin: 1.8em 0 1em;
}

/*.tag {*/
/*    display: flex;*/
/*    margin-bottom: 2rem;*/
/*}*/

.tag-share {
    border: 1px solid #f1f1f1;
    padding: 25px 25px 15px;
    margin: 55px 0 0;
    color: #333;
    font-weight: 500;
    -webkit-box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
}

.tag-share .tags li a {
    font-size: 1.5rem;
    font-weight: normal;
    color: #627381;
    margin: 0 5px 5px;
}

.tag-share .list-social .btn-social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #eae6e6;
    border-radius: 50%;
    display: inline-block;
    font-size: 1.7rem;
    color: #627381;
}

.tag-share .social-share .list-social .btn-social a:hover {
    background: var(--color-highlight);
    color: #fff;
    border: 1px solid var(--color-highlight);
}

.entry-meta {
    list-style: none;
    overflow: hidden;
    margin: 35px 0;
    padding: 0;
}

.entry-meta li {
    float: left;
    font-size: 1.5rem;
}

.entry-meta > li + li {
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}

.widget {
    /* -webkit-box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13); */
    /* box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13); */
    /* padding: 35px 25px; */
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 15px;
}

.padding-section > .container > .row > div:last-child > .widget + .widget {
    /* margin-top: 65px; */
}

.widget .btn-submit {
    background: transparent;
    border: 0;
    color: var(--color-highlight);
    font-size: 1.9rem;
    padding: 0 1.5rem;
}

.widget .btn-submit i {
    font-weight: 500;
}

.widget .btn-submit:hover {
    background: var(--color-highlight);
    color: #fff;
}

.widget .categories .categories-section > li > a {
    border: 0;
    font-size: 1.6rem;
}

.widget .categories .categories-section > li > a > span {
    float: right;
}

.widget .categories .categories-section > li > a::before {
    border-radius: 100%;
    width: 6px;
    height: 6px;
}

.widget .categories-section a:hover::before {
    background: var(--color-highlight);
}

.widget .tag--item {
    background: #f3f3f3;
    font-size: 1.4rem;
    display: inline-block;
    padding: 5px 14px;
    color: #8e9696;
    border-radius: 0;
    text-transform: capitalize;
}

.widget .tag--item:hover {
    background: var(--color-highlight);
    color: #fff;
}

.lien-he-css .form-control {
    font-size: 1.7rem;
    border: 1px solid #cbcbcb;
    height: 5rem;
}

.lien-he-css textarea.form-control {
    min-height: 160px;
    border: 1px solid #cbcbcb;
}

.form-group .theme-btn {
    font-weight: 500;
    border: 0;
}

.single-info {
    display: flex;
    align-items: center;
}

.single-info + .single-info {
    margin-top: 30px;
}

.single-info .info-icon i {
    font-size: 2.6rem;
    color: #fff;
    background-color: var(--color-highlight);
    border-radius: 50%;
    text-align: center;
    width: 50px;
    line-height: 50px;
}

.info-content {
    padding-left: 2rem;
}

.map-container {
    width: 100%;
    margin-top: 40px;
}

.map-container iframe {
    width: 100%;
    border: 0;
    height: 200px;
}

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

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

.widget .wrap-suggestion > ul > li > a > div:first-child {
    flex: 0 0 35%;
    max-width: 35%;
}

.widget .wrap-suggestion > ul > li > a > div:last-child {
    flex: 0 0 65%;
    max-width: 65%;
}

#socials {
    display: inline-block;
    position: fixed;
    bottom: 50px;
    right: 15px;
    transform: translateY(-50%);
    z-index: 100;
    width: 4.5rem;
}

#socials a {
    width: 4.5rem;
    height: 4.5rem;
    display: block;
    margin-bottom: 10px;
}

#socials a img {
    height: 100%;
    object-fit: contain;
    transition: all .3s ease;
}

#socials a:hover img {
    scale: 1.15;
}

.container > .row > div > .widget {
    margin-bottom: 3rem;
}

.container > .row > div > .widget:last-child {
    margin-bottom: 0;
}

.article-page .article-item {
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-bottom: 0;
}

.article-page .article-item .inner-content {
    padding: 1rem;
}

.article-page .article-item .inner-image {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.article-page .article-item .article-description {
    font-size: 1.4rem;
    color: #252525;
    text-align: justify;
}

.wrp-effect-scale {
    position: relative;
}

.wrp-effect-scale img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.wrp-effect-scale:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.view-small .article-item:not(:last-child) {
    margin-bottom: 2rem !important;
}

.article-detail-page, .box-detail-tags, .categories, .content-filter-product, .box-product-image-detail, .comment-section, .box-product-info-detail, .product-content-detail .social-share, .box-description-detail, .product-detail-footer, .box-rating-vm {
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.swiper-slide {
    margin-bottom: 1px;
}

.article-entry-info {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.article-detail .date-view {
    display: flex;
    align-items: center;
}

.article-detail .date-view .view {
    color: #747474;
    font-size: 14px;
    position: relative;
}

.article-detail .date-view span.seperate {
    display: inline-block;
    margin: 0 10px;
    line-height: 1;
    height: 15px;
    overflow: hidden;
    color: #747474;
}

.article-detail .date-view .post-date {
    color: #747474;
    font-size: 14px;
}

.article-content-info {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.title-left {
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-weight: 700;
}

.tags li a {
    margin: 0 0.5rem 0.5rem 0;
    display: block;
    color: #000000;
}

.product-item {
    margin-bottom: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #d1d5db;
}

.product-content-detail .product-title-detail {
    color: var(--color-main);
    font-size: 20px;
}

.product-quantity {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    color: #111c2d;
    border: 0.1rem solid #dddddd;
    border-radius: 8px;
}

.product-quantity .btn-quantity.quantity-subtract, .product-quantity .btn-quantity.quantity-add {
    width: 30px;
    line-height: 1em;
    color: #000;
    height: 4rem;
    font-size: 12px;
    position: unset;
    border: none;
}

.product-quantity input {
    height: 4rem;
}

.product-action-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-action-detail .btn-cart-buy {
    flex-basis: calc(100% - 60px);
    max-width: calc(100% - 60px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-action-detail .btn-cart-buy a.add-to-cart {
    flex-basis: calc(50% - 10px);
    display: inline-flex;
    text-align: center;
    justify-content: center;
    border-radius: 8px;
    margin: 0;
}

.box-description-detail .title, .product-content-detail .social-share .share-title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 17px;
}

.box-description-detail .content ul {
    padding-left: 20px;
    margin: 0;
}

.product-content-detail .social-share .share-title {
    display: inline-block;
}

.product-content-detail .social-share .list-social {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.product-content-detail .social-share .list-social .btn-social {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
}

.product-content-detail .social-share .list-social .btn-social a {
    border: 1px solid #ddd;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #000;
}

.box-action-detail .product-quantity {
    margin-bottom: 1.5rem;
}

.content-text img {
    width: 100%;
    height: auto;
}

.swiper .product-item .product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3em;
    height: calc(2 * 1.3em);
}

.contact-info .item i {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    background: var(--color-highlight);
    color: white;
    border-radius: 50%;
    font-size: 2.5rem;
}

.cart-contact .btn-contact, .about-us-block .inner-content .btn-contact {
    transition: all .4s ease;
    color: var(--white);
    padding: 0.75rem 1.5rem;
    background: var(--color-highlight);
    border: 1px solid var(--color-highlight);
    border-radius: 5px;
    text-transform: uppercase;
}

.cart-contact .btn-contact:hover, .about-us-block .inner-content .btn-contact:hover {
    background: var(--white);
    color: var(--color-highlight);
    border: 1px solid var(--color-highlight);
}

.box-sticky-top .categories {
    /*border: none;*/
    /*padding: 0;*/
}

.card {
    background: #EEF8FF;
    border: 1px solid var(--color-main);
    border-radius: 8px;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.card:last-child {
    margin: 0;
}

.card-body {
    padding: 1rem 2rem 2rem 2rem;
}

.card-header h5 button {
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    color: var(--color-main);
}

.card-header h5 button:hover {
    color: var(--color-highlight);
    text-decoration: none;
}

.card-header h5 button:focus {
    text-decoration: none;
}

.card-header h5 button:not(.collapsed) i {
    transform: rotate(180deg);
}

.card-header h5 button.collapsed {
    background: white;
    font-weight: 400;
    color: #002152;
}

.bg-row-5 {
    background-position: top;
    background-size: contain;
    padding: 2rem 0;
}

.section-image {
    text-align: right;
    position: relative;
    padding-top: 65%;
}

.section-image img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: contain;
    object-position: right;
}

.section-faq .faq-main>.row {
    /*align-items: center;*/
    margin: 0;
}

.section-faq .btn, .home-form .btn {
    z-index: 0;
    border: 0;
    position: relative;
    overflow: hidden;
}

.section-faq .btn:before, .home-form .btn:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: -40px;
    transform: skewX(45deg);
    background: linear-gradient(90deg, var(--color-main) 0%, #2589f4 100%);
    z-index: -1;
    transition: all 1s;
}

.card-header.active .btn:before, .home-form .btn:hover:before, .card-header .btn:hover:before {
    width: 160%;
    
}

.card-header.active .btn, .home-form .btn:hover, .card-header .btn:hover {
    color: #fff;
   
}

/* Accordion styles */
.acc-programs .collapse {
    transition: all 0.3s ease;
}

.acc-programs .card-header {
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.acc-programs .card-header:hover {
    background-color: #f8f9fa;
}

.acc-programs .card-body {
    padding: 1rem;
    transition: all 0.3s ease;
}

.home-ss3 {
    padding: 4rem 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100% !important;
    height: 35vw;
    align-content: center;
}

.home-ss3 .fa-quote-left {
    position: absolute;
    top: -40px;
    left: -75px;
    font-size: 10rem;
    color: rgb(138 188 236 / 50%);
}

.home-form {
    background: white;
    padding: 2.5rem;
    border-radius: 2rem;
    box-shadow: 0px 0px 48px rgba(13, 93, 214, 0.25);
    position: relative;
}

.home-form .form-group {
    margin-bottom: 1.5rem;
}

.home-form .form-control {
    background: #f5f5f5;
    border-radius: 0.5rem;
    font-size: 1.6rem;
    height: 4.8rem;
}

.home-form textarea.form-control {
    height: 7rem;
}

.home-form .btn {
    font-size: 1.6rem;
    padding: 1.4rem;
    line-height: 1.1;
}

.home-form .btn:hover {
    background-color: var(--color-main);
}

.title-form {
    color: var(--color-main);
    font-weight: 700;
    font-size: 2.1rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.desc-form {
    color: black;
    margin-bottom: 1.5rem;
}

.sec-footer-social ul {
    gap: 5px;
} 

@media (min-width: 1200px) and (max-width: 1430px) {
    .section-faq .faq-main>.row {
        margin-left: calc((100% - 1200px) / 2);
    }
}

@media (min-width: 1430px) {
    .section-faq .faq-main>.row {
    max-width: 1430px;
    margin: 0 auto;
    }
}

/*--------------------------------------------------------------------------------------------------------------------------
-------------------                                   End page con                               ---------------------------                                       
---------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------
-------------------                                   Reponsive All                              ---------------------------                                       
---------------------------------------------------------------------------------------------------------------------------*/
.is-mobile .upper-footer {
    padding: 30px 0;
}

.is-mobile .upper-footer > .container > .row > div, .is-mobile .upper-footer > .container > .row > div > div:last-child {
    margin: 0;
}

.is-mobile .menu-setting-mb>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .menu-setting > .container > .row > div:last-child {
        flex: 0 0 56.66667%;
        max-width: 56.66667%;
        order: 1;
    }

    .menu-setting > .container > .row > div:nth-child(2) {
        flex: 0 0 10%;
        max-width: 10%;
        order: 2;
        display: flex;
        justify-content: end;
    }
}

@media (min-width: 768px) {
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    
    .footer-main > .container > .row > div:nth-child(1) {
        flex: 0 0 40%;
        max-width: 40%;
    }.footer-main > .container > .row > div:nth-child(2),
    .footer-main > .container > .row > div:nth-child(3),
    .footer-main > .container > .row > div:nth-child(4) {
        flex: 0 0 20%;
        max-width: 20%;
    }
    
}

@media screen and (min-width: 1601px) {
    .swiper-slide--tile {
        font-size: 7.9rem;
    }
}

@media (max-width: 1400px) {
    .swiper-slide--wrap {
        top: 30%;
        transform: translate(-50%, -30%);
    }
}

@media (max-width: 1200px) {
    .btn-menu-mobile {
        display: flex;
        padding: 5px 10px;
        background: var(--color-highlight);
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 3rem;
        border: 1px solid var(--color-highlight);
    }

    .btn-menu-mobile:hover {
        background: #fff;
    }

    .slider-plus .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 100px;
    }
}

@media (max-width: 1000px) {
    .categories-item .icon-categories {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

@media (max-width: 992px) {
    .logo-section img {
        height: 5rem;
    }

    .menu-setting-mb>.container>.row>div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .swiper-slide--description {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .swiper-slide--tile {
        font-size: 3rem;
        margin: 0 0 1.5rem;
    }

    p.swiper-slide--description {
        font-size: 1.7rem;
        margin-bottom: 2rem;
    }

    .about-section .about-pic-area .box {
        left: 15px;
        top: 30%;
    }
}

@media (max-width: 768px) {
    .about-section {
        padding: 30px 0 50px;
    }

    .swiper-slide--wrap {
        top: 10%;
        left: 10%;
        right: 10%;
        transform: unset;
    }

    .menu-setting > .container > .row > div:last-child {
        flex: 0 0 80%;
        max-width: 80%;
    }

    .menu-setting > .container > .row > div:nth-child(2) {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .about-section .about-pic-area .box {
        left: 15px;
        top: 30%;
    }

    .title-section-s2 h2, .title-section-s2 h3, .cta-content h3 {
        font-size: 3.1rem;
    }

    .upper-footer > .container > .row > div, .is-mobile .upper-footer > .container > .row > div > div {
        margin-bottom: 2rem;
    }

    .features-wrapper {
        top: 0;
    }

    .slider-plus .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 10px;
    }

    /*.about-section > .container > .row > div > div {*/
    /*    padding-top: 30px;*/
    /*}*/
    
    .service-category {
        padding: 30px 0 50px 0;
    }

    .cta-section, .portfolio-section, .team-section, .testimonial-section {
        padding: 30px 0;
    }

    .portfolio-section, .team-section, .testimonial-section {
        padding-top: 50px;
    }

    .team-section .owl-controls {
        margin-top: 0;
    }

    .blog-section {
        padding: 50px 0;
    }

    .padding-section {
        padding: 50px 0;
    }

    .about-section + .about-section {
        padding: 0 0 50px;
    }

    .description_comment {
        max-height: 14.5rem;
        min-height: 14.5rem;
        text-align: left;
    }

    .about-section .about-pic-area:before {
        width: 335px;
        height: 400px;
    }

    .bg-contact::after {
        height: 0%;
    }

    .menu-setting>.container>.row>div:first-child {
        margin-bottom: 1.5rem;
        text-align: center;
    }

    #backToTop {
        bottom: 4.5rem;
        right: 1rem;
    }

    .cta-section p {
        font-size: 2.2rem;
    }
}

.tru-so .time-work strong, .time-work span {
    color: var(--color-main);
}

.swiper-slider-main .item-slider {
    position: relative;
}

@media (max-width: 767px) {
    .is-mobile .topbar {
        background-image: linear-gradient(to top, var(--color-second) 50%, var(--color-highlight) 50%);
    }

    .is-mobile .topbar>.container>.row>div {
        justify-content: center;
    }

    .col-custom {
        flex: 0 0 calc(100% / 2);
        max-width: calc(100% / 2);
    }

    .is-mobile .topbar>.container>.row>div {
        flex-direction: column;
    }
}

@media (max-width: 650px) {
    .number_tk {
        font-size: 3rem;
    }

    .item_tk:hover .number_tk {
        font-size: 3.2rem;
    }

    .danh-gia .star-rating {
        width: 14rem;
    }

    .title-breadcrum {
        font-size: 2.4rem;
    }
}
