.footer {
    padding: 40px 0;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #003e76;
    text-align: left;
    position: relative;
    padding-bottom: 20px;
    background-attachment: fixed;
    background-image: url(hinhmenu/address-bg.png);
}

/* GRID 3 CỘT */
.footer-grid {
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

/* MỖI CỘT */
.footer-col {
    display: grid;
    grid-template-rows: repeat(4, auto);
    gap: 5px;
}

/* ITEM */
.item h3 {
    color: #ffc107;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.item p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    color: #e6e6e6;
}
.diachi {
   color: #fff;
    padding: 3px;
    font-size: 17px;
}
/* MOBILE */
@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 600px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }
}

/* HEADER TRÊN */
.company-header {
    background: #1565a8;
    text-align: center;
    padding: 25px 10px;
}

.brand {
     font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    line-height: 2.3;
	
}

.company-contact {
  display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    font-size: 15px;
    color: #fff;
}

/* MOBILE */
@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer {
        padding: 25px 15px;
    }

    .brand {
        font-size: 16px;
    }
}

.footer-bottom {
    background: #e5e5e5;
    padding: 12px 15px;
    font-size: 14px;
    color: #333;
}

/* layout */
.footer-inner {
    max-width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

/* LEFT */
.footer-left {
    margin: 0;
	    font-size: 16px;
}

/* RIGHT */
.footer-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* chữ "kết nối" */
.footer-right span {
    font-size: 14px;
    color: #555;
}

/* ICON */
.footer-right a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
}

/* hover đẹp */
.footer-right a:hover {
    background: #c00;
    transform: translateY(-2px);
}

/* MOBILE */
@media (max-width: 768px) {
    .footer-inner {
        flex-direction: column;
        text-align: center;
    }

    .footer-right {
        justify-content: center;
    }
}

.footer-col .item {
    margin-bottom: 15px;
}

.footer-col .title {
      font-size: 16px;
    font-weight: 700;
    color: #fece1a;
    margin-bottom: 8px;
    line-height: 1.5;
}

.footer-col p {
    margin: 0;
    color: #ccc;
    font-size: 14px;
    line-height: 1.5;
}


#widget {
            position: fixed;
            right: 6px;
            z-index: 99;
            top: 60%;
            margin-top: -66px;
        }

        .callmeText {
         position: absolute;
    z-index: 0;
    top: 26px;
    padding-left: 9px;
    width: 170px;
    height: 39px;
    line-height: 39px;
    background-color: #fff;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    margin-left: -102px;
    float: left;
        }

        .callmeTextzalo {
            position: absolute;
            z-index: 0;
            top: 86px;
            padding-left: 57px;
            width: 204px;
            height: 50px;
            line-height: 50px;
            background-color: #fff;
            -webkit-border-radius: 45px;
            -moz-border-radius: 45px;
            border-radius: 45px;
            margin-left: 25px;
        }

        .phone_text {
            font-size: 14px;
            font-weight: bold;
            color: #cf0808;
        }

        #widget>a {
            display: block;
            text-align: center;
            border: 1px solid #0ea180;
            padding: 2px;
            border-radius: 50%;
            color: #FFF;
            font-size: 13px;
            background: #FFF;
            -webkit-box-shadow: 0 1px 5px #999;
            -moz-box-shadow: 0 1px 5px #999;
            box-shadow: 0 1px 5px #999;
            margin-bottom: 5px;
            height: 39px;
            width: 39px;
        }

        #widget>a:hover {
            display: block;
            text-align: center;
            border: 1px solid #f00;
            padding: 2px;
            border-radius: 50%;
            color: #FFF;
            font-size: 13px;
            background: #FFF;
            -webkit-box-shadow: 0 1px 5px #999;
            -moz-box-shadow: 0 1px 5px #999;
            box-shadow: 0 1px 5px #999;
            margin-bottom: 5px;
            height: 39px;
            width: 39px;
        }

        #widget>a [class*=fa] {
            background: #0ea180;
            display: block;
            line-height: 32px;
        }

        #widget>a [class*=fa],
        #widget>a img {
            width: 32px;
            height: 32px;
            border-radius: 50%;
        }

        .suntory-alo-phone {
            background-color: transparent;
            cursor: pointer;
            height: 120px;
            position: fixed;
            transition: visibility 0.5s ease 0s;
            width: 120px;
            z-index: 200000 !important;
        }

        .suntory-alo-ph-circle {
            animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
            background-color: transaparent;
            /*	border: 2px solid rgba(30, 30, 30, 0.4); */
            border-radius: 100%;
            height: 100px;
            left: 0px;
            opacity: 0.1;
            position: absolute;
            top: 0px;
            transform-origin: 50% 50% 0;
            transition: all 0.5s ease 0s;
            width: 100px;
        }

        .suntory-alo-ph-circle-fill {
            animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
            border: 2px solid transparent;
            border-radius: 100%;
            height: 60px;
            left: 15px;
            position: absolute;
            top: 15px;
            transform-origin: 50% 50% 0;
            transition: all 0.5s ease 0s;
            width: 60px;
        }

        .suntory-alo-ph-img-circle {
            /* animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim; */
            border: 2px solid transparent;
            border-radius: 100%;
            height: 40px;
            left: 25px;
            opacity: 0.7;
            position: absolute;
            top: 25px;
            transform-origin: 50% 50% 0;
            width: 40px;
        }

        .suntory-alo-phone.suntory-alo-hover,
        .suntory-alo-phone:hover {
            opacity: 1;
        }

        .suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
            animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
        }

        .suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
            animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
        }

        .suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle,
        .suntory-alo-phone:hover .suntory-alo-ph-circle {
            border-color: #00aff2;
            opacity: 0.5;
        }

        .suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle,
        .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
            border-color: #EB278D;
            opacity: 1;
        }

        .suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
            border-color: #bfebfc;
            opacity: 1;
        }

        .suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill,
        .suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
            background-color: rgba(0, 175, 242, 0.9);
        }

        .suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill,
        .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill {
            background-color: #EB278D;
        }

        .suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
            background-color: rgba(0, 175, 242, 0.9);
        }

        .suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle,
        .suntory-alo-phone:hover .suntory-alo-ph-img-circle {
            background-color: #00aff2;
        }

        .suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle,
        .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle {
            background-color: #EB278D;
        }

        .suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
            background-color: #00aff2;
        }
         /* Responsive height on mobile */
    @media screen and (max-width: 768px) {
        
   .phone_text {
            font-size: 18px;
            font-weight: bold;
            color: #cf0808;
        }
.callmeText {
    position: absolute;
    z-index: 0;
    top: 26px;
    padding-left: 9px;
    width: 170px;
    height: 39px;
    line-height: 39px;
    background-color: #fff;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    margin-left: -102px;
    float: left;
}
	}
        @keyframes suntory-alo-circle-anim {
            0% {
                opacity: 0.1;
                transform: rotate(0deg) scale(0.5) skew(1deg);
            }

            30% {
                opacity: 0.5;
                transform: rotate(0deg) scale(0.7) skew(1deg);
            }

            100% {
                opacity: 0.6;
                transform: rotate(0deg) scale(1) skew(1deg);
            }
        }

        @keyframes suntory-alo-circle-img-anim {
            0% {
                transform: rotate(0deg) scale(1) skew(1deg);
            }

            10% {
                transform: rotate(-25deg) scale(1) skew(1deg);
            }

            20% {
                transform: rotate(25deg) scale(1) skew(1deg);
            }

            30% {
                transform: rotate(-25deg) scale(1) skew(1deg);
            }

            40% {
                transform: rotate(25deg) scale(1) skew(1deg);
            }

            50% {
                transform: rotate(0deg) scale(1) skew(1deg);
            }

            100% {
                transform: rotate(0deg) scale(1) skew(1deg);
            }
        }

        @keyframes suntory-alo-circle-fill-anim {
            0% {
                opacity: 0.2;
                transform: rotate(0deg) scale(0.7) skew(1deg);
            }

            50% {
                opacity: 0.2;
                transform: rotate(0deg) scale(1) skew(1deg);
            }

            100% {
                opacity: 0.2;
                transform: rotate(0deg) scale(0.7) skew(1deg);
            }
        }

        .suntory-alo-ph-img-circle i {
            animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
            font-size: 25px;
            line-height: 42px;
            padding-left: 8px;
            color: #fff;
        }

        /*=================== End phone ring ===============*/
        @keyframes suntory-alo-ring-ring {
            0% {
                transform: rotate(0deg) scale(1) skew(1deg);
            }

            10% {
                transform: rotate(-25deg) scale(1) skew(1deg);
            }

            20% {
                transform: rotate(25deg) scale(1) skew(1deg);
            }

            30% {
                transform: rotate(-25deg) scale(1) skew(1deg);
            }

            40% {
                transform: rotate(25deg) scale(1) skew(1deg);
            }

            50% {
                transform: rotate(0deg) scale(1) skew(1deg);
            }

            100% {
                transform: rotate(0deg) scale(1) skew(1deg);
            }
        }

/* hiện khi scroll */

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 255px;

    width: 50px;
    height: 50px;

    border: none;
    background: #fff;
    border-radius: 50%;

    cursor: pointer;
    z-index: 999;

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);

    box-shadow: 0 8px 20px rgba(0,0,0,0.15);

    transition: all 0.3s ease;
}

/* hiện khi scroll */
.progress-wrap.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* svg */
.progress-circle {
    position: absolute;
    width: 100%;
    height: 100%;
}

.progress-circle path {
    fill: none;
    stroke: #c00;
    stroke-width: 4;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.2s linear;
}

/* icon */
.progress-icon {
    font-size: 16px;
    color: #c00;
    font-weight: bold;
    z-index: 2;
}

/* hover */
.progress-wrap:hover {
    transform: translateY(0) scale(1.1);
}