.bg {
    /* background-image: url("../../assets//bg3.jpg"); */
    background-size: cover;
}

/* section1 */

.section1 {
    margin: 60px 0px;
}

.contentSection1 h2 {
    color: #2f679a;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.contentSection1 p {
    font-size: 18px;
}

/* section2 */
.section2 {
    margin-bottom: 80px;
}

.section2 h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #2f679a;
}

.section2 a {
    text-decoration: none;
    color: #333;
}

.boxService:hover {
    transform: translateY(-10px);
    transition: 0.5s;
    color: rgb(28, 95, 239);
}

.boxService:hover .backgroundText {
    opacity: 1;
    transition: 0.5s;
}

.boxService {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 5px 5px 10px 0px rgba(147, 145, 145, 0.2);
    transition: 0.5s ease;
}

.boxService span {
    text-align: center !important;
    padding: 20px 0px;
    font-weight: 500;
}

.hoverImage {
    position: relative;
    z-index: -9;
}

.hoverImage img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;

}

.backgroundText {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff !important;
    opacity: 0;
    transition: 0.5s ease;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.backgroundText p {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    font-weight: 600;
    margin: 0;
}

/* section 3 */
.section3 {
    background-color: #285e9c;
    padding: 20px;
    margin: 40px 0px !important;
}

.showExperience {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.showExperience p {
    margin: 0;
    font-size: 14px;
}

.showExperience i {
    font-size: 30px;
}

.showExperience span {
    font-size: 2rem;
}

/* section 4  */

.section4 {
    margin-top: 60px;
}

.section4 h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    color: #2f679a;
}

.box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-top img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
}

.boxStar svg {
    margin-left: 10px;
    color: #ffca00;
    width: 20px;
    height: 20px;
}

.box-center {
    margin: 20px 0px;
}

.box-center h3 {
    font-size: 20px;
}

.box-bottom {
    border-left: 5px solid red;
}

.box-bottom .content {
    margin-left: 20px;
}

.feedback {
    box-shadow: 2px 2px 12px 0px rgba(171, 170, 170, 0.3);
    padding: 30px;
    margin: 10px 10px;
}
.box-star i{
    font-size: 14px;
    color: #ffca00;
}
.content span{
    font-weight: 600;
    font-size: 18px;
}

.feedback-slider {
    margin: 0px 10px;
    z-index: 9;
    /* padding: 20px; */
}

.boxnews {
    box-shadow: 2px 2px 5px 2px rgba(183, 180, 180, 0.3);
    margin: 10px;
}

.boxnews img {
    width: 100%;
}

.contentNews {
    padding: 10px;
}

.line {
    width: 70px;
    border-bottom: 4px solid red;
}



.section5 {
    margin: 10px 0px 60px 0px;
}

.section5 a {
    text-decoration: none;
    color: #333;
}

.section5 .title-news {
    text-decoration: none;
    color: #285e9c;
    font-weight: 600;
    font-size: 17px;
    line-height: 17px;
}

.section5 h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #2f679a;
}

.countUpText {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    transition: all 0.3s ease-in-out;
}



.slick-dots {
    display: none !important;
}

.slick-prev {
    z-index: 9999;
}

.slick-prev:before,
.slick-next:before {
    color: grey !important;
}

.active {
    color: #2174d3 !important;
}

.content-banner p {
    width: 500px;
    /* Giới hạn chiều rộng */
    word-wrap: break-word;
    /* Tự động xuống hàng khi gặp từ dài */
    white-space: normal;
    /* Cho phép xuống dòng */
}




.banner-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.content-banner {
    position: absolute;
    top: 50%;
    /* Cách mép trái một chút */
    transform: translateY(-50%);
    text-align: left;
    color: white;
}

.content-banner p {
    color: #333;
    margin-top: 20px;
    font-size: 18px;
}

.content-banner h1 {
    margin: 0;
    margin: 30px 0px;
    color: #2174d3;
    /* font-weight: bold; */
    width: 650px;
    word-wrap: break-word;
    white-space: normal;
    font-size: 40px;
    line-height: 50px;
}

.content-banner h2 {
    margin: 0;
    font-size: 20px;
    color: #2174d3;
}

@media (max-width: 576px) {
    .slick-arrow {
        display: none !important;
    }

    .banner-wrapper img {
        width: 100%;
        height: 210px !important;
        object-fit: cover !important;
    }



    .content-banner h2 {
        margin: 0;
        font-size: 10px;
        color: #2174d3;
    }


    .content-banner h1 {
        margin: 0;
        color: #2174d3;
        width: 200px;
        font-size: 14px;
        word-wrap: break-word;
        white-space: normal;
        line-height: 20px;
        margin: 10px 0px;
    }

    .content-banner p {
        color: #333;
        margin-top: 0px;
        font-size: 8px;
        width: 160px;
        word-wrap: break-word;
        white-space: normal;
    }

    .btns {

        /* margin: 10px; */
        border: none;
        cursor: pointer;

        transition: all 0.3s ease;
    }

    .btn-pulse {
        background: linear-gradient(45deg, #eff0f1, #008cff);
        color: white;
        animation: pulse 1.5s infinite;
        padding: 5px 15px !important;
        font-size: 10px !important;
        border: none;
        border-radius: 10px !important;
        font-weight: 600;
        font-size: 18px;
        margin: 0 !important;
    }

    .overlay-content img {
        width: 300px !important;
    }

    #closeBtn {
        padding: 2px 9px !important;
        font-size: 18px !important;
        cursor: pointer;
        border: none;
        border-radius: 50%;
        background-color: #ffffff;
        color: #333;
        position: absolute;
    }
}




.btns {
    padding: 10px 30px;
    margin: 10px;
    border: none;
    cursor: pointer;
    font-size: 20px;
    transition: all 0.3s ease;
}

/* 1. Pulse Animation */
.btn-pulse {
    background: linear-gradient(45deg, #eff0f1, #008cff);
    color: white;
    animation: pulse 1.5s infinite;
    padding: 10px 30px;
    margin: 10px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}



/* Toàn màn hình overlay */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* Overlay tối */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.overlay-content {
    text-align: center;
    color: white;
    position: relative;
}

.overlay-content img {
    width: 400px;
    margin-bottom: 20px;
    border-radius: 10px;
}

#closeBtn {
    padding: 0px 10px;
    font-size: 26px;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #ffffff;
    color: #333;
    position: absolute;
}

.list-cate-footer {
    list-style: none;
    padding: 0;
    line-height: 30px;
}

.info {
    text-decoration: none;
    color: #ffff;
}

.info:hover{
    border-bottom: 1px solid #ffff;
}


.info-service{
    text-decoration: none;
    color: #ffffff;
}

address p{
    margin: 0;
    line-height: 30px;
}