.swiper-container-thumbs .swiper-slide .wrap {
    opacity: 0.4;
}

.swiper-container-thumbs .swiper-slide.swiper-slide-thumb-active .wrap {
    opacity: 1.4;
}

.entry-content .section .swiper-slide img {
    width: 100%;
    height: 700px;
}

.entry-content .section.swiper-container-thumbs .swiper-slide img {
    width: 100%;
    height: 100px;
}

.entry-content p {
    font-size: 16px;
    margin-bottom: 1.3em;
    font-weight: 400;
    /* text-align: justify; */
    line-height: 1.3;
}

.entry-content ul li {
    font-size: 16px;
}

#banner-272460491 .bg.bg-loaded {
    position: relative;
}

#banner-272460491 .bg.bg-loaded img {
    width: 100%;
    position: relative;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.483);
    display: block;
    filter: brightness(50%)
}

#banner-272460491 .bg.bg-loaded img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Nền đen mờ */
    pointer-events: none;
    /* Không cho phép tương tác với overlay */
}

.banner-layers {
    position: relative;
}

.banner-layers .text-inner .uppercase {
    color: #fff;
    font-weight: 800;
    font-style: normal;
    line-height: 1;
    margin-bottom: .2em;
    margin-top: .2em;
    padding: 0;
    font-size: 3.5em;
}

.banner-layers.text-inner p {
    text-align: center;
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 0;
}

#text-box-564865497 {
    text-align: center;
    top: 50%;
    position: absolute;
    color: #fff;
    width: 60%;
    transform: translate(30%, -260%) !important;
}

#text-box-564865497 .text-box-content {
    font-size: 100%;
}

.section-content .row {
    display: flex;
    flex-wrap: wrap;
}

.section-content .row .col {
    border: 2px solid #EB1F28;
    background-color: #F6F6F4;
    border-radius: 20px;
    margin: 0 5px;
    margin-bottom: 0;
    padding: 20px 30px 30px;
    flex-basis: 19%;
    max-width: 25%
}

.icon-box-img {
    float: left;
    width: 30%;
}

.icon-box-text.last-reset {
    float: left;
    width: 69%;
}

.col-inner h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.3;
    text-rendering: optimizeSpeed;
    color: #555;
    margin-bottom: 1.5em;
    margin-top: 0;
    width: 100%;
}

.gioi-thieu-4 .section-bg-overlay img {

    width: 100%;
    position: relative;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.483);
    display: block;
    filter: brightness(50%);
}

.gioi-thieu-4 .section-bg-overlay img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.row.align-middle {
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
    padding-bottom: 40px;
}

.row.align-middle .medium-6 {
    width: 50%;
}

.section .section-content .overlays {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    /* Điều chỉnh mờ ở đây */
    z-index: 1;
}

.section .section-content {
    position: relative;
}

.col-inner {
    position: relative;
    z-index: 2;
    text-align: center;
}

.col-inner .lh {
    text-align: center;
    position: relative;
    z-index: 2;
    color: #ffff;
}

.nut-dang-ky {
    border-radius: 99px;
    background-color: #fec311;
    letter-spacing: 0;
    font-weight: 500;
    color: white !important;
    font-size: 16px;
    padding: 10px 27px;
    margin-bottom: 0;
    text-decoration: none;
    animation-name: stretch;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-direction: reverse;
    animation-iteration-count: infinite;
    animation-play-state: running;
    line-height: 2.4em;
    margin-right: 1em;
    margin-top: 0;
    height: 20px;
    min-height: 2.5em;
    max-width: 100%;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    vertical-align: middle;
    display: inline-block;
    border-radius: 99px;
    animation: heartbeat 1s infinite;
}

/* Animation nhịp tim đập */
@keyframes heartbeat {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        transform: scale(1);
    }

    10% {
        transform: scale(1.1);
    }

    30% {
        transform: scale(1.15);
    }

    50% {
        transform: scale(1.1);
    }

    70% {
        transform: scale(1.15);
    }
}

.couter_num {
    background: #f7f7f7;
}

.couter_num .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 60px 0;
}

.couter_num .row .col-xs-12 {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 23%;
}

.couter_num .row .col-xs-12 .item {
    padding: 0px;
    margin: 0 0 20px;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;

}

.couter_num .row .col-xs-12 .item .s_des {
    position: relative;
    display: table;
    width: 100%;
    margin: 0;
}

.couter_num .row .col-xs-12 .item .s_counter {
    position: relative;
    display: block;
    margin: 0;
    padding: 0px;
    font-weight: 600;
    text-align: center;
    font-size: 30px;
}

.home-box-du-an .archive-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.home-box-du-an .archive-list li.archive-da {
    list-style: none;
    width: 30%;
    padding: 10px;
}

.heading-pags .title-cart {
    font-weight: 300;
    font-style: normal;
    line-height: 1;
    padding: 0;
    font-size: 2.5em;
    float: left;
    width: 100%;
    text-align: center;
}

.heading-pags .title-cart:after {
    content: "";
    background: #252a2b;
    display: block;
    width: 60px;
    height: 4px;
    margin: 25px auto 0;
}

.search-product {
    width: 60%;
    display: block;
    margin: auto
}

.heading-pags input.app_search {
    background: #f5f5f5;
    border: 1px solid #ececec;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    width: 75%;
    height: 45px;
    padding: 0 55px 0 20px;
    margin: 0;
    display: inline-block;
    border-radius: 0;
    transition: all 150ms linear;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    margin: 0;
    float: left;
}

.heading-pags .search-submit {
    margin: 0;
    float: left;
    border-radius: 0 5px 5px 0;
    border: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    padding: 0;
    color: #000;
    top: 0px;
    right: 0;
    background: transparent;
    outline: none;
    transition: opacity 150ms linear;
    overflow: hidden;
    position: relative;
    background: #000;
    color: #f6f8fa
}

.heading-pags .search-submit i {
    color: #f6f8fa
}


/* dự án thực hiện */
.home-box-du-an h3 {
    color: #0a0a0a;
    padding: 0px 0 10px;
    text-align: center;
    margin: 0 auto 20px;
    position: relative;
    display: table;
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 23px;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    padding-top: 10px;
}




.home-box-du-an .swiper-slide h4 {
    letter-spacing: 0px;
    color: #504d4d;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    transition: opacity 0.3s, transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    margin: 0;
    padding: 10px;
}



.home-box-du-an .swiper-slide a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    height: auto;
    width: 100%;
    float: left;
}

.home-box-du-an .swiper-slide a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.home-box-du-an .swiper-slide a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.home-box-du-an .swiper-slide:hover a::after {
    left: 50%;
    right: 50%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background-color: rgba(255, 255, 255, 0.5);
}

.home-box-du-an .swiper-slide:hover a::before {
    top: 50%;
    bottom: 50%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background-color: rgba(255, 255, 255, 0.5);
}

.home-box-du-an .swiper-slide .duan-post {
    background-position: 50% 50%;
    background-size: cover;
    height: 270px;
    overflow: hidden;
    position: relative;
}

.home-box-du-an .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .6s all;
    -o-object-fit: cover;
    width: 100%;
    -webkit-transition: -webkit-transform 2s, -webkit-filter 1.5s ease-in-out;
    transition: -webkit-transform 2s, -webkit-filter 1.5s ease-in-out;
    -o-transition: transform 2s, filter 1.5s ease-in-out;
    transition: transform 2s, filter 1.5s ease-in-out;
    transition: transform 2s, filter 1.5s ease-in-out, -webkit-transform 2s, -webkit-filter 1.5s ease-in-out;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.home-box-du-an .swiper-slide:hover img {
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

@media only screen and (max-width: 1100px) {
    .search-product {
        width: 80%;
    }

    .home-box-du-an .archive-list li.archive-da {
        width: 30%;
    }
}

@media only screen and (max-width: 900px) {
    .section-content .row .col {
        margin: 15px 5px;
        flex-basis: 40%;
        max-width: 40%;
    }
    .home-box-du-an .swiper-slide .duan-post {
        height: 166px !important;
    }
    .entry-content .section .swiper-slide img {
        height: auto !important;
    }
}

@media only screen and (max-width: 768px) {
    .home-box-du-an .archive-list li.archive-da {
        width: 46%;
    }


    .row.align-middle .medium-6 {
        width: 100%;
    }

    .couter_num .row .col-xs-12 {
        width: 42%;
    }
}

@media only screen and (max-width: 600px) {
    .home-box-du-an .archive-list li.archive-da {
        width: 100%;
    }

    .heading-pags input.app_search {
        width: 55%;
    }

    #banner-272460491 .bg.bg-loaded img {
        height: auto !important;
    }

    #text-box-564865497 {
        top: 0%;
        position: absolute;
        transform: translate(0%, -130%) !important;
        width: 100%;
    }

    .banner-layers .text-inner .uppercase {
        font-size: 2em;
    }

    .banner-layers .text-inner p span {
        font-size: 12px !important;
    }

    .col-inner h2 {
        font-size: 18px;
    }

    .section-content .row .col {
        margin: 20px 5px;
        flex-basis: 100%;
        max-width: 100%;
    }
}