/* 通用底部 */
.footerbar {
    overflow: hidden;
    background: url("/vietnam-city/imgs/bottom_bg.png") center center/cover no-repeat;
    color: #999;
}

.footer-container {

}

.footer-info-container {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 292px;
    padding: 48px 0 32px;
}

.footer-info-item {
    position: relative;
    flex: 1;
}

.footer-info-item:not(:first-child) {
    padding-left: 30px;
}

.footer-info-item:not(:last-child) {
    padding-left: 30px;
}

.footer-info-item:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 210px;
    border-right: 1px #666666 solid;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
}

.footer-links {
    margin-top: 48px;
}

.footer-link-item {
    display: block;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.388;

    &:not(:first-child) {
        margin-top: 15px;
    }
     &:hover{
          text-decoration: underline;
          color: #FFFFFF;
     }
}

.footer-info-item.fi-address {
    min-width: 430px;
}

.ftb-copyright-container {
    padding-top: 11px;
    margin-bottom: 45px;
    border-top: 1px #666666 solid;
}

.ftb-copyright {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
}

.ftb-ip6-tag {
    display: block;
    margin-top: 5px;
    width: 132px;
    height: 25px;
    font-size: 0;
}

.ftb-ip6-tag img {
    width: 100%;
    height: 100%;
    transform: translateX(-3px);
}

.ftb-address:not(:first-child) {
    margin-top: 60px;

    &:lang(vi) {
        margin-top: 35px;
    }
}

.ftb-address-title {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.38;
}

.ftb-address-desc {
    margin-top: 15px;
    color: #999999;
    font-size: 18px;
    line-height: 1.44;
}

.ftb-contact-title {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.38;
}

.ftb-contact-item {
    margin-top: 23px;
    padding-left: 26px;
    background-size: 16px 16px;
    background-position: left 4px;
    background-repeat: no-repeat;

    &:lang(vi) {
        background-position: left 6px;
    }
}

.ftb-contact-item.ftb-phone {
    background-image: url(/vietnam-city/imgs/bottom_phone.svg);
}

.ftb-contact-item.ftb-email {
    background-image: url(/vietnam-city/imgs/bottom_email.svg);
}

.ftb-contact-item:not(:first-of-type) {
    margin-top: 41px;
}

.ftb-contact-info {
    color: #999999;
    font-size: 18px;
    line-height: 1.44;
}