input:focus {
    outline: none;
}

input:focus-visible {
    outline: none;
}

.footer-section ul li a {
    color: #fff;
}

.commitment-section {
    background: #1aace3;
    padding: 26px 0 5px;
    color: white;
}

textarea:focus-visible {
    outline: none;
}

.footer-section.section-content4 ul li a:hover {
    color: #8b99bb;
}

.footer-section p a:hover {
    color: #8b99bb;
}

.footer-section h2 {
    margin-bottom: 20px;
    font-size: 17px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
}

.footer-section ul li {
    list-style: disc !important;
    margin-left: 20px;
    margin-bottom: 8px;
}

.footer-section h2::before {
    content: "";
    width: 70px;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.footer-section p a {
    /* color: #fff; */
    font-size: 15px;
}

.footer-section p {
    margin-bottom: 5px;
}

.footer-section {
    font-size: 14px;
}

.footer-section.logo-section {
    padding-right: 15px;
}

.commitment-section .commitment-title {
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.commitment-section .commitment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(266px, 1fr));
    gap: 40px;
    margin-bottom: 30px;
}

.commitment-section .commitment-item {
    text-align: center;
    padding: 30px 20px;
    background: #FFF;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    COLOR: #000;
}

.commitment-section .commitment-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.commitment-section .commitment-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #00d4ff;
}

.commitment-section .commitment-title-item {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.commitment-section .commitment-desc {
    font-size: 14px;
    opacity: 0.9;
    line-height: 1.5;
}

.footer {
    padding: 40px 0 30px;
    color: #FFF;
    background: #1c486f;
}

.footer .footer-section h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px;
}

.footer .logo-section .logo img {
    width: 210px;
    margin-bottom: 5px;
}

.footer .social-icons {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 15px;
    font-weight: 600;
    font-size: 15px;
}

.footer .social-icons .text {
    text-transform: uppercase;
}

.social-icons ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.footer .social-icon {
    width: 45px;
    height: 45px;
    background: #1aace3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

.footer .social-icon:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 212, 255, 0.3);
}

.footer .company-info p,
.footer .quick-menu a {
    margin-bottom: 12px;
    display: block;
    color: #c0c0c0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer .company-info p i,
.footer .quick-menu a i {
    color: #00d4ff;
    margin-right: 10px;
    width: 20px;
}

.footer .quick-menu a:hover {
    color: #00d4ff;
    padding-left: 10px;
}

.footer .working-hours {
    background: rgba(0, 212, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #00d4ff;
    margin-top: 20px;
}

.footer .working-hours h4 {
    color: #00d4ff;
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 600;
}

.footer .working-hours p {
    margin-bottom: 8px;
    font-size: 13px;
}

.footer-bottom {
    padding: 10px 0;
    text-align: center;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.05);
}

.footer-section ul li a:hover {
    color: #4191da;
}

.dk-nhantin {
    /* margin-top: 15px; */
}

.dk-nhantin form button svg {
    width: 24px;
    height: 24px;
}

.dk-nhantin form button svg path {
    /* stroke: #62af41; */
}

.dk-nhantin form {
    margin-top: 10px;
    position: relative;
}

.dk-nhantin form input {
    width: 100%;
    border: 30px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    padding: 10px 40px 10px 15px;
    font-size: 15px;
}

.dk-nhantin form button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .box-member-couter-products {
        position: unset;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .footer-right .footer-section {
        margin-top: 20px;
    }

    .commitment-title {
        font-size: 2rem;
    }

    .commitment-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        flex-wrap: wrap;
    }

    .social-icons {
        justify-content: center;
    }
}

.hotline-phone-ring-wrap {
    position: fixed;
    bottom: -10px;
    left: 0;
    z-index: 9;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #cf3034;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 26px;
    left: 26px;
    position: absolute;
    background-color: #ff3d3d;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: #cf3034;
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}

.hotline-bar {
    position: absolute;
    background: #f00;
    height: 40px;
    width: 180px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    border: 2px solid white;
    /* width: 175px !important; */
    left: 33px;
    bottom: 37px;
}

.hotline-bar>a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    text-indent: 40px;
    display: block;
    letter-spacing: 1px;
    line-height: 38px;
}







@media(max-width:1300px) {
    .footer-primary .hotline-support a span {
        font-size: 17px;
    }
}

@media(max-width:1300px) {
    .footer-primary .hotline-support a span {
        font-size: 17px;
    }
}

@media(max-width:992px) {

    .hotline-bar {
        display: none;
    }

    .support-bottom {
        box-shadow: none;
        border-top: none;
    }

    .footer .logo-section {
        width: 100%;
    }
}

.support-bottom {
    width: 50px;
    bottom: 45px;
    right: 10px;
    position: fixed !important;
    z-index: 99800;
    background-color: transparent !important;
    padding: 6px 0;
    border-radius: 3px 0 0 3px;
    box-shadow: none;
    border-top: none;
}

.support-bottom .btn-list {
    display: block !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    padding: 6px !important;
    justify-content: space-around !important;
}

.support-bottom .btn-float-container {
    width: 100%;
    margin-bottom: 6px;
}

.support-bottom a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: inline-block !important;
    border: none !important;
    font-size: 18px !important;
    color: #fff !important;
    text-align: center !important;
    position: relative;
    border-radius: 50% !important;
    cursor: pointer !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .11);
    background: none;
}

.support-bottom .button-call {
    background-image: url(../images/calling.gif);
    background-size: 100% 100%;
}

.support-bottom i {
    width: 44px;
    height: 44px;
    display: block;
}

.support-bottom i {
    font-size: 28px;
}

.support-bottom .btn-float-container span {
    display: none !important;
}

.support-bottom .button-messenger {
    background-image: url(../images/icon-messenger.svg);
    background-size: 90% 90% !important;
    background: #3184ff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}

.support-bottom .button-zalo {
    background-image: url(../images/icon-zalo.svg);
    background-size: 100% 100% !important;
}

.backtotop {
    cursor: pointer;
    background: #ef8121;
    bottom: 10px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    height: 45px;
    padding: 2px;
    position: fixed;
    right: 9px;
    text-align: center;
    text-transform: uppercase;
    width: 45px;
    z-index: 10000;
    border-radius: 26px;
}

.backtotop svg {
    width: 28px;
    height: 22px;
    margin-bottom: -8px;
}

.backtotop svg path {
    stroke: #fff;
}

.above-footer1:before {
    content: "";
    position: absolute;
    background: url(../images/7123.png);
    background: #f1B428;
    width: 100%;
    height: 100%;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    opacity: 0.3;
    top: 0;
    background-position: center;
}

.above-footer .row {
    position: relative;
}

.box-footer-colore p a {
    color: #666 !important;
}

.links iframe {
    width: 100%;
    height: 195px;
    border-radius: 5px;
}

.urlink_foooter ul li {
    list-style: disc !important;
    margin-left: 20px;
    line-height: 1.8;
    font-size: 15px;
}



.back_to_top {
    display: inline-block;
    position: fixed;
    bottom: 10px;
    right: 38px;
    background: linear-gradient(52deg, rgb(207 158 29 / 75%) 10%, rgb(255, 215, 0) 47%, rgb(203 165 12 / 75%) 81%);
    /* padding: 10.5px 15px; */
    border-radius: 50px;
    z-index: 99;
    overflow: hidden;
}

.back_to_top a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back_to_top span {
    display: inline-block;
    float: left;
    line-height: 27px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.5s;
    /* width: 0; */
}

.back_to_top img {
    width: auto;
    /* float: left; */
}


.back_to_top svg {
    height: 30px;
    fill: #fff;
    color: #fff;
}

@media (max-width:768px) {
    .footer {
        padding: 25px 0 30px;
    }
}
