﻿.box-shadow-img {
    box-shadow: 1px 2px 5px 0px #e7e4e4;
}

.pagination {
    JUSTIFY-CONTENT: CENTER !important;
}

.color-orrange {
    color: #F26522;
}

.btn-lien-he {
    background-color: #F26522;
    color: white !important;
    border-radius: 3px;
    padding: 0.6vw 1vw;
    font-weight: 500;
    font-size: 0.9vw;
    font-family: 'Inter';
}

    .btn-lien-he:hover {
        color: white !important;
        background-color: red;
        transition: 0.3s all;
    }

.btn-orrange {
    background-color: #F26522;
    color: white !important;
    border-radius: 3px;
    padding: 8px 20px;
    font-weight: 500;
}

    .btn-orrange:hover {
        color: white !important;
        background-color: red;
        transition: 0.3s all;
    }

.fx-Montserrat {
    font-family: 'Montserrat', sans-serif !important;
}

.fx-Inter {
    font-family: 'Inter', sans-serif !important;
}

.fx-bold {
    font-weight: 700 !important;
    font-size: 18px;
}

.fx-content {
    font-weight: 400 !important;
    font-size: 16px;
}

.loop-list-style2 {
    max-height: 900px;
    overflow-y: scroll;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #00b5b8 transparent;
}
    /* WebKit (Chrome, Edge, Safari) */
    .loop-list-style2 ::-webkit-scrollbar {
        width: 6px;
    }

    .loop-list-style2 ::-webkit-scrollbar-thumb {
        background-color: #00b5b8;
        border-radius: 10px;
    }

    .loop-list-style2 ::-webkit-scrollbar-track {
        background: transparent;
    }

    .loop-list-style2 ::-webkit-scrollbar-button:single-button {
        display: none;
        height: 0;
        width: 0;
    }

.loop-list-style::-webkit-scrollbar-button {
    display: none !important;
    width: 0;
    height: 0;
}

.loop-list-style {
    max-height: 470px;
    overflow-y: scroll;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #00b5b8 transparent;
}

    /* WebKit (Chrome, Edge, Safari) */
    .loop-list-style::-webkit-scrollbar {
        width: 6px;
    }

    .loop-list-style::-webkit-scrollbar-thumb {
        background-color: #00b5b8;
        border-radius: 10px;
    }

    .loop-list-style::-webkit-scrollbar-track {
        background: transparent;
    }

    .loop-list-style::-webkit-scrollbar-button:single-button {
        display: none;
        height: 0;
        width: 0;
    }

    .loop-list-style::-webkit-scrollbar-button {
        display: none !important;
        width: 0;
        height: 0;
    }

.bagde-c-1 {
    background: #F26522;
    padding: 4px 10px;
    border-radius: 2px;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.text-c-0 {
    font-family: 'Noto Sans',sans-serif;
    color: #F26522;
    font-size: 14px;
    font-weight: bolder;
}

.text-c-1 {
    color: #2F4848;
    font-family: Noto Sans;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    text-transform: capitalize;
}

.text-c-3 {
    color: #302f2f !important;
    font-size: 1vw;
    font-weight: bolder;
}

.text-c-2 {
    color: #555555;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    text-align: justify;
}

.text-c-4 {
    font-family: 'Montserrat', sans-serif;
    color: #534d4d;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 600;
}

.text-c-4-1 {
    font-family: 'Montserrat', sans-serif;
    color: #534d4d;
    line-height: 1.5;
    font-size: 13px;
    font-weight: 600;
}

.text-c-5 {
    font-family: 'Noto Sans',sans-serif;
    color: #2F4848;
    font-size: 30px;
    font-weight: 700;
}

.text-c-6 {
    font-family: 'Inter', sans-serif;
    color: #999999;
    font-size: 11px;
    font-weight: 400;
}

.text-c-8 {
    font-family: 'Inter', sans-serif;
    color: #999999;
    font-size: 12px;
    font-weight: 400;
}

.text-c-8-1 {
    font-family: 'Inter', sans-serif;
    color: #999999;
    font-size: 10px;
    font-weight: 400;
}

.text-c-9 {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.text-c-10 {
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.img-head-1 {
    height: 200px;
}

.menu-icon {
    width: 30px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    margin-right: 5px;
}

    .menu-icon span {
        display: block;
        height: 2px;
        background: #333;
        border-radius: 2px;
        transition: 0.4s;
    }

/* Toggle trạng thái "active" */
.header-colored {
    background-color: #009f9c;
    transition: background-color 0.3s ease;
}

.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 4px);
    color: white !important;
    background: white;
    width: 18px;
}

.menu-icon.active span:nth-child(2) {
    opacity: 0;
}

.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -6px);
    width: 18px;
    color: white !important;
    background: white;
}

.menu-icon span:nth-child(1) {
    width: 30px;
}

.menu-icon span:nth-child(2) {
    width: 30px;
}

.menu-icon span:nth-child(3) {
    width: 20px;
}

.social-icons {
    display: flex;
    gap: 20px;
    background: #efffff; /* nền nhẹ màu xanh */
    padding: 0px;
}

.social-box {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

    .social-box i {
        font-size: 20px;
    }

.fb i {
    color: #1877f2;
}

.tw i {
    color: #1da1f2;
}

.in i {
    color: #0a66c2;
}

.social-box:hover {
    transform: scale(1.1);
}

.orange-top {
    position: fixed;
    top: 30%;
    right: 316px;
    width: 517px;
    opacity: 0.9;
    z-index: 0;
}

.btn-search-home {
    width: 120px !important;
}

.social-float-buttons {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 999;
    padding-right: 10px;
}
/*///////////////////*/
.social-btn {
    width: 57px;
    height: 57px;
    background: #fff;
    border-radius: 69%;
    box-shadow: 0 0 8px rgba(0, 200, 255, 0.4), 0 0 16px rgba(0, 200, 255, 0.25), 0 0 24px rgba(0, 200, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    animation: pulseGlow 1.5s infinite;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    /* Hover: sáng hơn + phóng to */
    .social-btn:hover {
        transform: scale(1.1);
        box-shadow: 0 0 12px rgba(0, 200, 255, 0.6), 0 0 24px rgba(0, 200, 255, 0.4), 0 0 36px rgba(0, 200, 255, 0.25);
    }

    /* Icon bên trong */
    .social-btn img {
        width: 37px;
        height: 37px;
        z-index: 2;
    }

    /* Sóng lan liên tục */
    .social-btn::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 200, 255, 0.25);
        border-radius: 50%;
        z-index: 1;
        animation: ripple 1.8s ease-out infinite;
    }

/* Nhịp đập ánh sáng nhẹ */
@keyframes pulseGlow {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 8px rgba(0, 200, 255, 0.4), 0 0 16px rgba(0, 200, 255, 0.25), 0 0 24px rgba(0, 200, 255, 0.15);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 12px rgba(0, 200, 255, 0.5), 0 0 20px rgba(0, 200, 255, 0.35), 0 0 28px rgba(0, 200, 255, 0.2);
    }
}

/* Sóng lan nhỏ hơn để loang nhẹ */
@keyframes ripple {
    0% {
        transform: scale(0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    .text-c-3 {
        color: #302f2f !important;
        font-size: 1.7vw;
        font-weight: bolder;
        text-align:justify-all;
    }
}

/*///////////////////*/
@media screen and (max-width: 768px) {
    .mobile-mt-10 {
        margin-top: 10px !important;
    }

    .social-float-buttons {
        display: none;
    }

    .orange-top {
        background-size: contain;
        left: 1px;
        display: none;
    }

    .container-mobile {
        padding: 0 30px;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .loop-list-style2 {
        max-height: 100%;
        overflow-y: scroll;
        scrollbar-width: thin; /* Firefox */
        scrollbar-color: #00b5b8 transparent;
    }
        /* WebKit (Chrome, Edge, Safari) */
        .loop-list-style2 ::-webkit-scrollbar {
            width: 6px;
        }

        .loop-list-style2 ::-webkit-scrollbar-thumb {
            background-color: #00b5b8;
            border-radius: 10px;
        }

        .loop-list-style2 ::-webkit-scrollbar-track {
            background: transparent;
        }

        .loop-list-style2 ::-webkit-scrollbar-button:single-button {
            display: none;
            height: 0;
            width: 0;
        }

    .loop-list-style::-webkit-scrollbar-button {
        display: none !important;
        width: 0;
        height: 0;
    }

    .loop-list-style {
        max-height: 800px;
        overflow-y: scroll;
        scrollbar-width: thin; /* Firefox */
        scrollbar-color: #00b5b8 transparent;
    }

        /* WebKit (Chrome, Edge, Safari) */
        .loop-list-style::-webkit-scrollbar {
            width: 6px;
        }

        .loop-list-style::-webkit-scrollbar-thumb {
            background-color: #00b5b8;
            border-radius: 10px;
        }

        .loop-list-style::-webkit-scrollbar-track {
            background: transparent;
        }

        .loop-list-style::-webkit-scrollbar-button:single-button {
            display: none;
            height: 0;
            width: 0;
        }

        .loop-list-style::-webkit-scrollbar-button {
            display: none !important;
            width: 0;
            height: 0;
        }

    .img-head-1 {
        height: auto !important;
    }

    .text-c-0 {
        font-family: 'Noto Sans',sans-serif;
        color: #F26522;
        font-size: 14px;
        font-weight: bolder;
    }

    .text-c-1 {
        color: #2F4848;
        font-family: Noto Sans;
        font-weight: 600;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 0%;
        text-transform: capitalize;
    }

    .text-c-3 {
        color: #302f2f !important;
        font-size: 14px !important;
        font-weight: bolder;
    }

    .text-c-2 {
        color: #555555;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 12px !important;
        line-height: 1.5;
    }

    .text-c-4 {
        font-family: 'Montserrat', sans-serif;
        color: #534d4d;
        line-height: 1.5;
        font-size: 14px;
        font-weight: 600;
    }

    .text-c-5 {
        font-family: 'Noto Sans',sans-serif;
        color: #2F4848;
        font-size: 30px;
        font-weight: 700;
    }

    .text-c-6 {
        font-family: 'Inter', sans-serif;
        color: #999999;
        font-size: 9px;
        font-weight: 400;
    }

    .text-c-8 {
        font-family: 'Inter', sans-serif;
        color: #999999;
        font-size: 7px !important;
        font-weight: 400;
    }

    .text-c-9 {
        font-family: 'Manrope', sans-serif;
        font-size: 14px;
        font-weight: 600;
    }

    .text-c-10 {
        font-family: 'Manrope', sans-serif;
        font-size: 15px;
        font-weight: 700;
    }

    .img-head-1 {
        height: 200px;
    }
}

@media (min-width: 1570px) {
    .social-float-buttons {
        position: fixed;
        top: 65%;
        right: 4px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        z-index: 999;
        padding-right: 10px;
    }

    .orange-top {
        position: fixed;
        top: 20%;
        right: 431px;
        width: 517px;
        opacity: 0.9;
        z-index: 0;
    }

    .orange-bottom {
        position: fixed;
        top: 48%;
        left: 1177px;
        width: 500px;
        opacity: 0.9;
        z-index: 0;
    }
    .btn-lien-he {
        background-color: #F26522;
        color: white !important;
        border-radius: 3px;
        padding: 0.5vw 0.9vw;
        font-weight: 500;
        font-size: 0.6vw;
        font-family: 'Inter';
    }
    .main-header .main-nav ul li a {
        position: relative;
        color: #171616;
        font-weight: 700;
        padding: 0;
        display: block;
        font-size: 14px;
        -webkit-transition: all .2s ease-out 0s;
        -moz-transition: all .2s ease-out 0s;
        -ms-transition: all .2s ease-out 0s;
        -o-transition: all .2s ease-out 0s;
        transition: all .2s ease-out 0s;
        font-family: 'Nunito', sans-serif;
        line-height: 1.5;
        line-height: 60px;
    }
}
