﻿.footer {
}

    .footer ul {
        list-style: none;
    }

.footer-top {
    background-image: url("../../../Design/img/MocHuynhThuan/f.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-wrap-center .list-nav a svg {
    margin-right: 5px;
}

.tag {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .tag a {
        display: inline-block;
        text-decoration: none;
        margin: 5px 0;
        margin-right: 10px;
        background: #ebf0f2;
        color: #000;
        padding: 5px 10px;
        font-size: 16px;
        border-radius: 5px;
        font-family: 'insR';
        transition: all linear .3s;
    }

    .tag i {
        margin-right: 3px;
        font-size: 14px;
        color: #ffa618;
    }

    .tag a:hover {
        background: #3275b6;
        color: #fff
    }

.footer-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-top: 68px;
    padding-bottom: 60px;
}

.footer-social a:hover svg path {
    fill: #fff;
}

.footer-top .infor {
    max-width: 355px;
}

.f-map-content {
    margin-top: 22px;
}

    .f-map-content h3.title.under {
        margin-bottom: 18px;
    }

.footer-top .list-nav {
    width: auto;
}

    .footer-top .list-nav:last-child {
        width: 100%;
    }

    .footer-top .list-nav .title {
        margin: 0;
        position: relative;
        font-size: 17px;
        color: #dfb966;
        font-family: 'MonB';
        font-weight: 100;
        text-transform: uppercase;
    }

.footer-wrap-center .list-nav span {
    display: block;
    font-size: 14px;
    color: #fff;
    font-family: 'MonR';
    margin-top: 19px;
    margin-bottom: 15px;
    line-height: 145%;
}

.footer-wrap-center {
    max-width: 250px;
    margin-left: 54px;
    margin-right: 40px;
}

.list-nav-b h3.title {
    margin: 0;
    position: relative;
    font-size: 17px;
    color: #dfb966;
    font-family: 'MonB';
    font-weight: 100;
    text-transform: uppercase;
}

.footer-wrap-center .list-nav a:hover {
    background: linear-gradient(270deg, #1065b8 0%, #3388da 43.36%, #3275b6 100%);
}

.footer-wrap-center .list-nav a {
    font-size: 16px;
    font-family: 'monSB';
    color: #fff;
    font-weight: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 236px;
    height: 38px;
    background: #dfb966;
    border-radius: 5px;
    transition: all linear .3s;
}

.list-nav-b {
    margin-top: 39px;
}

    .list-nav-b span {
        display: block;
        font-size: 14px;
        color: #fff;
        font-family: 'MonR';
        margin-top: 19px;
        margin-bottom: 26px;
    }

.qr-zalo-img img {
    width: 100%;
    height: auto;
}

.qr-zalo-img {
    width: 129px;
}

.footer-top .list-nav .title::before {
    content: '';
    position: absolute;
    width: 45px;
    height: 1px;
    background-color: var(--default-color-1);
    bottom: 0;
    opacity: 0;
}

.footer-top .list-nav .title::after {
    width: 21px;
}

.footer-top .list-nav ul {
    margin-top: 15px;
}

.footer-top .list-nav:last-child ul {
    margin-top: 12px;
}

.footer-top .list-nav:first-child ul {
    margin-top: 15px;
}

.list-nav-pro-f {
    margin-top: 12px;
    border-top: 1px solid rgb(255 255 255 / 20%);
}

.footer-top .list-nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    line-height: 175%;
}

    .footer-top .list-nav ul li:hover {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

        .footer-top .list-nav ul li:hover i {
            color: var(--default-color-3);
        }

.footer-top .list-nav ul a {
    font-size: 14px;
    color: #fff;
    transition: all linear .3s;
    font-family: 'MonR';
    padding-left: 6px;
}

.footer-top .list-nav ul i:before {
    content: "";
    position: absolute;
    background: url(/Design/img/MocHuynhThuan/drop1.png);
    width: 7px;
    height: 9px;
    background-size: cover;
    background-repeat: no-repeat;
    top: 2px;
    bottom: 0;
    margin: auto;
    left: 0;
}

.footer-top .list-nav ul li:hover a {
    color: var(--default-color-3);
}

.footer-top .list-nav ul i {
    font-size: 11px;
    color: var(--default-color-3);
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    padding-right: 7px;
    transform: translateY(-2px);
}

.footer-top .infor .title {
    position: relative;
    font-size: 17px;
    color: #dfb966;
    font-family: 'MonB';
    font-weight: 100;
    text-transform: uppercase;
    margin: 0;
}

    .footer-top .infor .title b {
        font-family: OsM;
        font-weight: 100;
        font-size: 32px;
        margin-top: 7px;
        display: block;
        text-transform: uppercase;
    }

.footer-top .infor section {
    margin-top: 10px;
}

    .footer-top .infor section p {
        position: relative;
        color: #fff;
        font-size: 14px;
        line-height: 138.7%;
        margin: 0;
        margin-bottom: 3px;
        font-family: 'monR';
    }

        .footer-top .infor section p:last-child {
            margin-bottom: 0;
        }

        .footer-top .infor section p a {
            color: var(--default-color-3);
            font-family: monSB;
            font-size: 24px;
            transition: all .3s;
        }

            .footer-top .infor section p a:hover {
                color: var(--default-color-2);
            }

        .footer-top .infor section p strong {
            font-size: 18px;
        }

        .footer-top .infor section p::before {
            content: '';
            position: absolute;
            margin-right: 6px;
            left: 0px;
            transform: translateY(4px);
            width: 15px;
            height: 15px;
            background-image: url(../../../Design/img/icon-footer-hotline.svg);
            background-size: cover;
            display: none;
        }

        .footer-top .infor section p:nth-child(2)::before {
            background-image: url(../../../Design/img/icon-footer-place.svg);
            width: 12px;
            height: 16px;
        }

        .footer-top .infor section p:nth-child(3)::before {
            background-image: url(../../../Design/img/icon-footer-email.svg);
            width: 15px;
            height: 10px;
        }

        .footer-top .infor section p:nth-child(4)::before {
            background-image: url(../../../Design/img/icon-footer-web.svg);
            width: 15px;
            height: 15px;
        }

.footer-top .nav-item {
}

.footer-bottom .grid.wide {
    position: relative;
}

.home-news-decor {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 339px;
}

.footer-bottom {
    height: 65px;
    position: relative;
}

@keyframes forfooter {
    0% {
        transform: translateX(0) scale(1);
        opacity: 1;
    }

    50% {
        transform: translateX(-50px) scale(1.01);
        opacity: .6;
    }

    100% {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
}

.footer-bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.footer-bottom .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .footer-bottom .left .text {
        padding-left: 9px;
        display: flex;
        color: var(--default-color-2);
    }

        .footer-bottom .left .text span br {
            display: none;
        }

        .footer-bottom .left .text span {
            font-size: 15px;
            display: inline-block;
            font-family: 'MonR';
            color: #4a4a4a;
        }

.desgin-by {
    display: flex;
    align-items: center;
    font-family: 'MonR';
    font-size: 15px;
    color: #4a4a4a;
}

    .desgin-by a {
        margin-left: 3px;
        font-family: 'MonM';
        color: #3275b6;
    }

        .desgin-by a:hover {
            text-decoration: underline;
            color: var(--default-color-2);
        }

.footer-bottom .left .text span:nth-child(2) {
    margin-left: 5px;
    display: flex;
}

.footer-bottom .left a {
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    padding-left: 4px;
    width: fit-content;
    display: inline-block;
}

    .footer-bottom .left a:hover {
        text-decoration: underline;
    }

.footer-bottom .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .footer-bottom .right .access {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        font-size: 13px;
        margin-right: 9px;
    }

        .footer-bottom .right .access img {
            margin-right: 5px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .footer-bottom .right .access span {
            line-height: 100%;
            -webkit-transform: translateY(2px);
            -ms-transform: translateY(2px);
            transform: translateY(2px);
            font-size: 13px;
            font-family: RobotoR;
        }

.footer-social {
    flex-direction: column;
    display: flex;
    margin-bottom: 24px;
}

.footer-social-title {
    margin: 0;
    font-family: 'MonB';
    line-height: 120%;
    color: #dfb966;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 100;
    margin-bottom: 13px;
}

.footer-time-work {
    margin-top: 31px;
}

    .footer-time-work span {
        font-size: 14px;
        font-family: 'MonR';
        color: #fff;
        display: block;
        line-height: 145%;
    }

.footer-social a:first-child {
    margin-left: 0;
}

.footer-social a {
    border-radius: 5px;
    color: #051b31;
    font-size: 17px;
    opacity: 1;
    margin-left: 10px;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    height: 34.27px;
    width: 34.27px;
    background: #fff;
}

    .footer-social a:hover {
        opacity: 1;
        background-color: var(--default-color-1);
        color: #fff;
    }

.under::before {
    content: '';
    position: absolute;
    width: 66px;
    left: 0;
    bottom: 0;
    height: 1px;
    opacity: 0;
    background-color: var(--default-color-1);
}

.under::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 34px;
    height: 1px;
    background-color: var(--default-color-1);
    opacity: 0;
}

.text-footer-about {
    font-size: 15px;
    color: #F8F8F8;
    margin-top: 20px;
    width: 313px;
    display: block;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-weight: 100;
    font-family: 'RayR';
    line-height: calc(100% + 7px);
}

    .text-footer-about a {
        display: inline-block
    }

.more-about-footer {
    font-size: 16px;
    margin-top: 20px;
    font-family: 'RayR';
    color: var(--default-color-1);
    text-decoration: underline;
}

    .more-about-footer i {
        padding-left: 2px;
        font-size: 12px;
    }

    .more-about-footer:hover {
        text-decoration: underline;
    }

.footer-end {
    height: 9px;
    width: 100%;
    background-color: var(--default-color-3);
    display: none;
}

.foter-social-list {
    display: flex;
    align-items: center;
    margin-top: 9px;
}

.footer .fanpage {
    max-width: 274px;
    margin-left: 45px;
}

.footer-wrap {
    display: flex;
    flex: 1 1 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-logo {
    display: flex;
}

.footer-text {
    color: #ffffff;
    font-size: 15px;
    margin-top: 20px;
    font-family: 'monSB';
    text-transform: uppercase;
    line-height: 145%;
}

.footer-logo img {
    width: 43px;
    height: auto;
}

.footer-bottom .left .text span.footer-compa {
    font-family: 'MonM';
    color: #3275b6;
}
/*RS*/

@media(max-width:1023px) {
    .no-display-mobile-tablet {
        display: none !important
    }

    .footer-top .infor .title {
        width: 100%;
    }

    .footer-top .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .fanpage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        flex-direction: column;
    }

    .footer-bottom .left .text {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    .footer-top .infor {
        max-width: 100%;
        padding-top: 0;
    }

    .footer-wrap-center {
        max-width: 100%;
        margin: 0;
        display: flex;
        margin-top: 20px;
    }

    .list-nav-b {
        margin: 0;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .no-display-tablet {
        display: none !important
    }

    .footer-top .list-nav {
        margin: 20px 0;
        padding: 0;
    }

        .footer-top .list-nav .title {
            margin-top: 0;
        }
}

@media(max-width: 739px) {
    .no-display-mobile {
        display: none !important
    }

    .footer-top .infor .title {
        font-size: 15px;
    }

    .footer-top .infor section {
        margin-top: 10px;
    }

    .footer-top .infor .descript {
        font-size: 12px;
    }

    .footer-top .infor section p {
        font-size: 14px;
        margin: 3px 0;
        line-height: 160%;
    }

    .footer-top .list-nav .title {
        margin-top: 0;
        font-size: 15px;
    }

    .list-nav-b h3.title, .footer-social-title {
        font-size: 15px;
    }

    .footer-wrap-center .list-nav {
        flex: 1 1 0;
        margin-top: 0 !important;
    }

        .footer-wrap-center .list-nav a {
            font-size: 14px;
            width: max-content;
            padding: 0 6px;
        }

    .footer-wrap-center .list-nav-b {
        width: 45%;
    }

    .list-nav-b span {
        display: none;
    }

    .qr-zalo-img {
        margin-top: 23px;
        width: 110px;
    }

    .footer-top .list-nav {
        margin: 15px 0;
    }

    .footer-bottom {
        height: auto;
    }

        .footer-bottom .container {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column;
            padding: 10px 0;
        }

        .footer-bottom .right {
            width: 100%;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: center;
            margin-top: 3px;
        }

    .desgin-by {
        font-size: 13px;
    }

    .footer-top .list-nav {
        padding: 0;
        margin-right: 10px;
    }

    .fanpage {
        width: 100%;
    }

    .footer .fanpage {
        max-width: 100%;
        margin: 0;
    }

    .fanpage .fb-page {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-time-work {
        width: 100%;
    }

    .text-footer-about {
        font-size: 15px;
    }

    .footer-bottom .left {
        flex-direction: column-reverse;
    }

        .footer-bottom .left .text {
            padding: 0;
        }

    .footer-logo {
        display: none;
    }

    .footer-bottom .left img {
        margin-top: 10px;
    }

    .footer-bottom .left .text span {
        justify-content: center;
        margin: 2px 0;
        text-align: center;
        line-height: 154%;
        font-size: 13px;
        color: #5398d0;
    }

    .footer-bottom .grid.wide {
        padding: 0;
    }

    .map-footer-c iframe {
        width: 100%;
    }

    .footer-wrap {
        padding: 0;
        margin-top: 15px;
    }

    .list-nav-pro-f {
        display: none;
    }

    .footer-top .list-nav ul {
        margin-top: 6px;
    }

    .footer-bottom .left .text span br {
        display: block;
    }

    .footer-wrap .list-nav ul {
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 0;
        row-gap: 0;
    }

    .footer-logo img {
        width: 210px;
    }

    .footer-top .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .tag a {
        font-size: 13px;
    }

    .tag i {
        font-size: 13px;
    }
    .footer-social {
        margin-top: 20px;
        width: 100%;
    }

    .footer-top .list-nav ul a {
        font-size: 14px;
    }

    .footer-top .list-nav ul i {
        transform: translateY(0px);
    }

    .footer-text {
        margin-top: 14px;
        font-size: 16px;
    }

    .footer-top .list-nav:last-child {
        margin-top: 0px;
    }
}