.khung-anh-slider-doi-tac .css-swiper-slide img {
    height: 9rem !important;
}
.cus-khung-doi-tac-full {
    border: 1px solid;
    padding: 30px;
}
.setting-logo-menu-header > .container > .row > div:nth-child(2) {
    display: flex;
    align-items: center;
    align-content: center;
}
.setting-logo-menu-header > .container > .row > div:nth-child(3) {
    display: flex;
    align-items: center;
    align-content: center;
}

.setting-logo-menu-header {
    background: #ffd7eb;
}

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

.fw-400 {
    font-weight: 400;
}

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

.w-65 {
    width: 65%;
}

.py-100 {
    padding: 100px 0;
}

.mb-100 {
    margin-bottom: 100px !important;    
}

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

.mb-50 {
    margin-bottom: 50px;
}

html, body {
    overflow-x: hidden;
}

[lang="vi"] .menu-section > ul > li > a {
    padding: 0 2.2rem;
}

/*Module giai phap*/
.our-solutions {
    padding: 100px 0;
}

.title-section {
    font-size: 5rem;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 5rem;
}

.our-solutions .article-title {
    color: var(--black);
    font-size: 25px;
    font-weight: 600;
}

.line-before{
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px !important;
}

.line-left:before {
    left: 0 !important;
    transform: translateX(0%) !important;
}
.line-right:before {
    left: unset !important;
    right: 0 !important;
    transform: translateX(0%) !important;
}
.line-before:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: var(--color-highlight);
}
/*Module giai phap*/

/*Chi tiet bai viet trang chu*/
.article-home .title-section {
    font-weight: 900;
    margin-bottom: 3rem;
}
.article-home .description {
    margin-bottom: 3rem;
    font-size: 1.7rem;
}
.article-home .description *{
    line-height: 3.5rem;
}
/*Chi tiet bai viet trang chu*/


.big.line-before {
    margin-bottom: 100px !important;
}
.big.line-before:before {
    width: 150px;
}

.product-home .product-title {
    font-size: 2.5rem;
}

/*Module uu dai*/
.item-shadow {
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,.09);
}

.item-endow {
    background-color: var(--white);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,.09);
    transition: background .3s,border 2s,border-radius 2s,box-shadow 2s;
    padding: 35px 15px;
}

.item-endow .title {
    font-size: 2.2rem;
    color: var(--black);
    margin: 5px 0 15px 0;
    font-weight: 700;
}

.item-endow .description {
    min-height: 65px;
}

/*Module uu dai*/


.title-section-sm {
    font-style: italic;
    font-weight: 700;
    color: var(--black);
    font-size: 3rem;
    margin-bottom: 3rem;
}

.btn-link {
    padding: 10px 30px;
    background-color: var(--color-highlight);
    border: 1px solid var(--color-highlight);
    transition: all ease-int-out;
    color: var(--white);
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-link:hover {
    background-color: var(--black);
    color: var(--white) !important;
    text-decoration: none !important;
}

.how-does_it_work .title-section {
    position: relative;
    padding-top: 15px;
    text-align: right;
}
.how-does_it_work .title-section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 2px;
    background-color: var(--color-highlight);
}


.item-work {
    margin-left: 4rem;
    position: relative;
    padding-bottom: 2rem;
}
.item-work:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-text);
}

.item-work .number{
    font-size: 5rem;
    color: var(--color-highlight);
}
.item-work .title{
    font-size: 2.8rem;
    font-weight: 300;
    color: var(--black);
    text-transform: capitalize;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.item-work .description{
    font-size: 2.2rem;
}

/*Complete Custom Service Tailored for You*/
.complete-custom-service .title-section {
    font-size: 4rem;
    text-transform: uppercase;
    font-style: italic;
    line-height: .8em;
    position: relative;
}   
.complete-custom-service .line {
    width: 20%;
    height: 2px;
    background-color: var(--color-highlight);
}   

.complete-custom-service .title-section span {
    width: 60%;
    display: block;
}   

.custom-service {
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,.5);
    margin-bottom: 3rem;
    position: relative;
}
.custom-service > div.img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    opacity: 0;
    transition: all 1s;
    z-index: 1;
}

.custom-service img {
    transition: all 1.5s;
}
.custom-service > div {
    overflow: hidden;
}
.custom-service:hover img{
    transform: scale(1.2);
}
.custom-service:hover > div.img:before{
    transition-delay: 1;
    opacity: 1;
}

.custom-service .title {
    min-height: 60px;
    color: var(--white);
    background-color: var(--color-highlight);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    font-weight: 400;
    text-transform: capitalize;
    font-style: italic;
    padding: 0 10px;
}
/*Complete Custom Service Tailored for You*/

/*Top handmate quality*/
.background ,
.top-handmate {
    background-color: #fcf8f2;
}
.top-handmate .content {
    padding: 80px;
}
.top-handmate .content .title {
    color: var(--black);
    font-weight: 700;
    font-size: 4rem;
    text-transform: capitalize;
    line-height: 1.5em;
    letter-spacing: 1.5px;
    margin-bottom: 2rem;
}
.top-handmate .content .description ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem;
}
.top-handmate .content .description ul li{
    line-height: 2.5em;
    letter-spacing: .8px;
    font-weight: 500;
}
.top-handmate .content .description ul li i{
    margin-right: 15px;
    color: var(--color-highlight);
}
.top-handmate .content .btn-link {
    text-transform: unset;
    background-color: var(--black);
    transition: all .4s;
}
.top-handmate .content .btn-link:hover {
    background-color: var(--color-highlight);
}
/*Top handmate quality*/

/*Module nhan xet*/
.item-testimonials {
    margin: auto;
    width: 80%;
}
.item-testimonials .img img {
    border: 2px solid var(--color-highlight);
    border-radius: 50%;
}
.item-testimonials .description {
    line-height: 2em;
    color: var(--black);
    font-size: 1.7rem;
    font-weight: 300;
    margin-bottom: 2.5rem;
}
.item-testimonials .name {
    color: var(--black);
    font-size: 2.5rem;
    font-weight: 900;
}

.slider-testimonials {
    padding-bottom: 5rem;
}
.slider-testimonials .swiper-pagination {
    bottom: 0
}
/*Module nhan xet*/


.your-need {
    padding: 80px 0;
}
.your-need .title-section {
    font-size: 3rem;
    font-weight: 600;
}
.your-need .btn-link {
    text-transform: none;
    background-color: var(--black);
    transition: all .4s;
}
.your-need .btn-link:hover {
    background-color: var(--color-highlight);
}

.form-control {
    font-size: 1.5rem;
}


.footer-menu-section .title-footer {
    color: var(--white);
    margin-bottom: 50px;
    font-size: 2rem;
}

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


.column-2 {
    columns: 2;
}

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

/*Module sp noi bat*/
.title-view-small {
    padding: 1rem 1.5rem;
    background-color: var(--black);
    color: var(--color-highlight);
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: 500;
}

.view-small >.row > div:last-child > .product-item {
    border-bottom: 0 !important;
}
/*Module sp noi bat*/

/*Page lien he*/
.box-contact .item-contact {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 2rem;
    color: var(--color-black);
    margin-bottom: 4rem;
    font-weight: 700;
    font-size: 1.6rem;
    min-height: 205px;
}
.box-contact .item-contact .icon {
    width: 44px;
    height: 44px;
    margin: auto;
    border-radius: 50%;
    border: 2px solid var(--color-text);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--color-text);
    margin-bottom: 2rem;
}
/*Page lien he*/

.categories-title {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    width: 100%;
}

.article-category > a {
    background: var(--color-main);
    color: white;
    display: inline-block;
    padding: .5rem;
    font-size: 1rem;
    text-transform: uppercase;
}

.btn-cate {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3rem;
    -webkit-box-shadow: inset -0.01em -0.1em 0 0 rgba(0,0,0,.15);
    box-shadow: inset -0.01em -0.1em 0 0 rgba(0,0,0,.15);
    margin-top: 3rem;
}

.icon-img-slider img {
    height: 6rem;
}

.title--sub-section {
    font-size: 2rem;
}

footer .logo img {
    filter: brightness(0) invert(1);
    max-height: 11rem;
}

/*Responsive mobile*/

.is-mobile .how-does_it_work .title-section {
    text-align: center;
}

.is-mobile .how-does_it_work .title-section:before {
    right: 50%;
    transform: translateX(50%);
}

.is-mobile .complete-custom-service .title-section span {
    width: 100%;
}

.is-mobile .custom-service .title {
    line-height: 1;
}

.is-mobile .box-contact .item-contact .data {
    font-size: 1.8rem;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    [lang="vi"] .menu-section > ul > li > a {
        padding: 0 1.5rem;
    }

    .menu-section > ul > li > a {
        padding: 0 1.9rem;
    }
    
    .swiper-slide--wrap {
        right: calc((100% - 1000px)/2);
        width: 45%;
    }
    
    .swiper-slide--tile {
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
.swiper-slide.css-swiper-slide.swiper-slide-visible.swiper-slide-active {
    display: flex;
    justify-content: center;
}    

    .menu-section > ul > li > a {
        padding: 0 1.9rem;
    }
    
    .swiper-slide--wrap {
        right: 15px;
        width: 45%;
    }
    
    .swiper-slide--tile {
        font-size: 3.2rem;
        margin-bottom: 1.2rem;
        line-height: 1.2;
    }
    
    .is-mobile .mb-100 {
        margin-bottom: 50px !important; 
    }
    
    .is-mobile .py-100 {
        padding: 0 50px !important;
    }
    
    .our-solutions {
        padding: 50px 0;
    }
    
    .article-home .row {
        align-items: center;
    }
    
    .item-endow .title {
        min-height: 60px;
    }
    
    .box-contact .item-contact {
        min-height: 200px;
        padding: 2rem;
    }
}

@media (max-width: 576px) {
.swiper-slide.css-swiper-slide.swiper-slide-visible.swiper-slide-active {
    display: flex;
    justify-content: center;
}
    
    .menu-mb .container > .row > div:last-child {
        padding-left: 0;
    }
    
    .our-solutions {
        padding: 50px 0;
    }
    
    .title-section {
        font-size: 3.5rem;
        margin-bottom: 3rem;
    }
    
    .is-mobile .big.line-before {
        margin-bottom: 30px !important;
    }
    
    .box-endow .list-endow {
        flex-direction: column;
    }
    
    .box-endow .list-endow .w-25 {
        width: 100%;
    }
    
    .box-work .w-50 {
        width: 100% !important;
    }
    
    .box-work .item-work {
        text-align: center;
        margin-left: 0;
    }
    
    .top-handmate .content {
        padding: 30px;
    }
    
    .your-need {
        flex-direction: column;
        justify-content: center !important;
        align-items: center;
    }
    
    .your-need .title-section {
        margin-bottom: 3rem !important;
    }
    
    .footer-menu-section .title-footer {
        margin-bottom: 30px;
    }
    
    .box-contact .item-contact {
        min-height: auto;
    }
    
    
}




