#main-footer{
    background-color: var(--primary-blue);
    margin-top: 40px;
}
.footer-inner-wrap{
    position: relative;
}
.footer-inner{
    padding: 90px 0 90px;
    position: relative;
    z-index: 10;
}
.footer-widget-title{
    font-size: 26px;
    color: var(--primary-gold);
    padding-bottom: 36px;
    font-family: "Old Standard TT";
    min-height: 76px;
}
.footer-logo-cell{
    display: flex;
    align-items: flex-start;
}
.footer-logo-cell img{
    width: 100px;
}
.footer-widget .footer-social-list ul{
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    margin-top: 20px;
}
.footer-widget .footer-social-list ul li a{
    font-size: 18px;
    color: var(--primary-gold);
    transition: all .3s;
    position: relative;
    top: 0;
}
.footer-widget .footer-social-list ul li:hover a{
    color: var(--white);
    top: -5px;
}
.footer-widget-content p,
.subcribe-form p{
    line-height: 24px;
    padding-bottom: 10px;
    color: var(--white);
    text-align: justify;
}
.footer-widget-content>a{
    color: var(--primary-gold);
    margin-top: 6px;
    position: relative;
    transition: all .2s linear;
    text-align: left;
    display: block;
    font-weight: 600;
    border-bottom: 1px dotted var(--primary-gold);
    padding-bottom: 4px;
    display: inline-block;
    }
    .footer-widget-content>a:hover{
        color: var(--white);
    }
    .footer-title-desc{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        z-index: 1;
        font-size: 7.0vw;
        color: rgba(255, 255, 255, .05);
        font-family: "Old Standard TT";
        text-transform: uppercase;
    }
    .footer-contacts li {
        display: flex;
        margin-bottom: 10px;
        color: #fff;
        font-size: 1.2em;
    }
    .footer-contacts li span,
    .footer-contacts li a{
        color: var(--white);
        transition: all .2s linear;
        width: calc(100% - 80px);
    }
    .footer-contacts li a:hover{
        color: var(--primary-gold);
    }
    .footer-contacts li span{
        width: 80px;
        margin-right: 20px;
    }
    .footer-list li{
        display: block;
    margin-bottom: 10px;
    text-align: left;
    position: relative;
    padding-left: 20px;
    font-weight: 500;
    text-transform: uppercase;
    }
    .footer-list li:before{
        font-family: "FontAwesome";
        content: "\f0da";
        position: absolute;
        left: 0;
        top: 3px;
        font-size: 12px;
        font-weight: 900;
        transition: all .2s linear;
        color: var(--primary-gold);
    }
    .footer-list li:hover:before {
        left: 4px;
    }
    .footer-list li a{
        color: var(--white);
        font-size: 14px;
        transition: all .2s linear;
    }
    .footer-list li a:hover{
        color: var(--primary-gold);
    }
.subcribe-form p{
    margin-bottom: 15px;
}
.subcribe-form form{
    display: flex;
    align-items: center;
}
.subcribe-form input{
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-right: none;
    background: rgba(255, 255, 255, 0.05);
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
    position: relative;
    z-index: 1;
    color: #fff;
    width: 70%;
    outline: none;
}
.subcribe-form input::placeholder{
    color: var(--white);
}
.subcribe-form button{
    width: 30%;
    z-index: 2;
    height: 60px;
    line-height: 60px;
    position: relative;
    outline: none;
    border: none;
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0 4px 4px 0;
    background-color: var(--primary-gold);
    transition: all .2s linear;
    color: var(--white);
}
.map-footer iframe{
    width: 100%;
    aspect-ratio: 2/1;
}




.footer-social{
    height: 80px;
    line-height: 80px;
    background-color: var(--primary-blue-dark);
}
.footer-social-list ul{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.footer-social-list ul li a{
    font-size: 18px;
    color: var(--primary-gold);
    transition: all .3s ;
    position: relative;
    top: 0;
}
.footer-social-list ul li:hover a{
    color: var(--white);
    top: -5px;
}

/* Back to top row */
.footer-backtotop-row{
    background-color: var(--primary-blue-dark);
    padding: 12px 0;
    text-align: center;
}
.footer-backtotop-row .container{
    display: flex;
    justify-content: center;
}

/* Footer bottom */
.footer-bottom{
    height: 100px;
    line-height: 100px;
    background-color: var(--primary-blue-dark);
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.footer-bottom-content{
    display: flex;
    justify-content: center;
}

.copyright{
    color: var(--white);
    text-transform: uppercase;
    font-size: 13px;
}


.footer-logo{
    width: 100px;
}
.back-to-top{
    width: 100px;
    position: relative;
    display: flex;
}
.back-to-top span{
    font-size: 14px;
    text-transform: uppercase;
    color: var(--primary-gold);
}
.back-to-top:after{
    content: '\f325';
    font-family: "FontAwesome";
    position: absolute;
    color: var(--white);
    font-size: 10px;
    right: -10px;
}

@media(max-width:1024px){
    .footer-inner{
        padding: 60px 0;
    }
    .footer-widget {
        margin-bottom: 30px;
    }
    .footer-widget-title {
        font-size: 24px;
        padding-bottom: 20px;
    }
}
@media(max-width:576px){
    .footer-logo{
        display: none;
    }
}


.fixedAction{
    position: fixed;
    bottom: 50px;
    right: 30px;
   
    z-index: 50;
}
.fixedAction ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.fixItem a{
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: var(--primary-gold);
    text-align: center;
    line-height: 50px;
    overflow: hidden;
    position: relative;

}
.messItem img{
    width: 30px;
    height: 30px;
    margin: auto;
}
.zaloItem a{
    background-color: #fff;
}
.callItem i,
.facebookItem i{
    line-height: 51px;
    font-size: 20px;
    color: #fff;
}

@media(max-width:769px){
    .footer-inner{
        padding-bottom: 0;
    }
    .fixedAction{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 -2px 10px rgba(0,0,0,.1);
    }
    .fixedAction ul{
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        gap: 0;
        padding: 8px 0;
    }
}