﻿.footer {
}

    .footer ul {
        list-style: none;
    }

.footer-top {
    background: url(/Design/img/HoangKimBio/Footer/decorBack.png) no-repeat;
    background-size: cover;
}

    .footer-top .grid.wide {
        max-width: 1150px;
    }

.list-nav-about-footer ul {
    padding-top: 18px;
}

    .list-nav-about-footer ul li {
        display: flex;
        font-size: 14px;
        color: #fff;
        font-family: InterR;
        align-items: center;
        line-height: 1.6;
        -webkit-transition: all ease .2s;
        -o-transition: all ease .2s;
        transition: all ease .2s;
    }

        .list-nav-about-footer ul li i {
            font-size: 9px;
            color: #a3beb7;
            -webkit-transition: all linear .2s;
            -o-transition: all linear .2s;
            transition: all linear .2s;
            padding-right: 4px;
        }

.footer-top .container {
    padding-top: 50px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-top .infor {
    width: 30%;
    padding-top: 13px;
}

.footer-tag-lists {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.office-one-compa strong {
    display: block;
    position: relative;
    font-weight: 600;
    font-family: 'BEVNSB';
}

.list-office-compa {
    padding: 20px 0;
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 6px;
    row-gap: 25px;
    border-top: 1px solid #a3beb7;
    flex: 1 1 0;
}

.office-one-compa {
    color: #fff;
    font-family: 'BeVNR';
    font-size: 15px;
    line-height: 1.6;
}

    .office-one-compa a:before {
        content: "\f095";
        font-family: "fontawesome";
        color: #fff;
        margin-right: 4px;
    }

    .office-one-compa span:before {
        content: "\f3c5";
        font-family: "fontawesome";
        color: #fff;
        margin-right: 4px;
    }

.footer-tag-item {
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    padding: 6px 14px;
    border-radius: 5px;
    transition: all linear .2s;
    margin: 5px;
    display: inline-block;
}

    .footer-tag-item i {
        margin-right: 5px;
    }

    .footer-tag-item:hover {
        border-color: var(--default-color);
        background-color: #fff;
        color: #efc248;
    }

.footer-top .list-nav {
    padding-left: 22px;
    width: 20%;
    padding-top: 11px;
}

    .footer-top .list-nav .title {
        margin: 0;
        position: relative;
        font-size: 30.24px;
        color: #ffffff;
        /* text-transform: uppercase; */
        padding-bottom: 6px;
        font-weight: 100;
        font-family: Bebas;
        text-transform: uppercase;
    }

.fanpageFooter {
    width: 30%;
}

ul.ListMenuLEft > li {
    line-height: 1.6;
}

ul.ListMenuRight > li {
    line-height: 1.6;
}

ul.ListMenuLeftRight {
}

.footer-top .list-nav .title:before, .list-nav-about-footer h3.title:before {
    content: "";
    position: absolute;
    background: #00a6aa;
    width: 45px;
    height: 2px;
    bottom: 0px;
    left: 0;
}

h5.name-footer-company-top {
    color: #ffffff;
    font-size: 31px;
    font-family: Bebas;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 3px;
}

    h5.name-footer-company-top:after {
        content: "";
        position: absolute;
        background: #00a6aa;
        width: 84px;
        height: 2px;
        bottom: 0px;
        left: 0;
    }

h2.name-compa-footer-top {
    font-size: 15px;
    color: #efc248;
    margin: 0;
    font-family: 'BeVNR';
    position: relative;
    margin-top: 13px;
}

.PhoneFooterDecor {
    font-size: 21.89px;
    color: #f6c965;
    font-family: JoseS;
    padding-left: 58px;
    padding-top: 11px;
    position: relative;
}

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

.ggMapFooter {
    width: 40%;
    border-radius: 20px;
}

.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;
}

    .footer-top .list-nav ul li:hover, .list-nav-about-footer ul li:hover {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
        /* text-decoration: underline; */
    }

        .footer-top .list-nav ul li:hover i, .list-nav-about-footer ul li:hover i {
            color: #ffffff;
        }

.footer-top .list-nav ul.ListMenuLEft li:hover a, ul.ListMenuRight li:hover a {
    color: #ffffff;
}

.footer-top .list-nav ul a {
    font-family: BeVNL;
    font-size: 15px;
    color: #ffffff;
}

ul.ListMenuRight {
    margin: 0 !important;
    position: relative;
}

span.slogan-footer-about {
    font-size: 16px;
    color: #ffffff;
    font-family: 'SFPROR';
    margin-top: 27px;
    display: block;
    line-height: 1.5;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

a.view-detail-about-footer {
    font-size: 16px;
    color: #00b8ff;
    font-family: 'SFPROR';
    display: block;
    margin-top: 13px;
    text-decoration: underline;
}

.footer-top .list-nav ul i {
    font-size: 9px;
    color: #a3beb7;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    padding-right: 4px;
}

.footer-top .infor .title {
    font-family: 'BarlowB';
    position: relative;
    margin: 0;
    font-size: 20px;
    color: #fff;
    /* width: 80%; */
    line-height: calc(100% + 7px);
    /* padding-bottom: 16px; */
}

.footer-top .infor section {
    margin-top: 13px;
    /* padding-right: 14px; */
    color: #ffffff;
    font-family: 'BeVNR';
    font-size: 15px;
    line-height: 1.6;
}

    .footer-top .infor section div:before {
        font-family: "fontawesome";
        color: #fff;
        margin-right: 4px;
    }

    .footer-top .infor section div:nth-child(1):before {
        content: "\f3c5";
    }

    .footer-top .infor section div.PhoneFooterDecor:nth-child(2):before {
        content: "";
        position: absolute;
        width: 24px;
        height: 24px;
        left: 28px;
        background: url(/Design/img/MassageNhuYCatTuong/Footer/telephone-call.png) no-repeat;
    }

    .footer-top .infor section div:nth-child(2):before {
        content: "\f095";
    }

    .footer-top .infor section div:nth-child(3):before {
        content: "\f0e0";
    }

    .footer-top .infor section div:nth-child(4):before {
        content: "\f0ac";
    }

    .footer-top .infor section div:nth-child(5):before {
        content: "\f0ac";
    }

    .footer-top .infor section div:nth-child(6):before {
        content: "\f815";
    }

    .footer-top .infor section p {
        position: relative;
        color: rgb(254, 254, 236);
        font-family: RobotoR;
        margin: 10px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 16px;
        padding-left: 22px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .footer-top .infor section p::before {
            content: "\f3c5";
            position: absolute;
            font-family: FontAwesome;
            margin-right: 7px;
            color: #fff;
            left: 0px;
            font-size: 13px;
        }

        .footer-top .infor section p:nth-child(1)::before {
            content: "\f0ac";
        }

        .footer-top .infor section p:nth-child(2)::before {
            content: "\f3c5";
        }

        .footer-top .infor section p:nth-child(3)::before {
            content: "\f095";
        }

        .footer-top .infor section p:nth-child(4)::before {
            content: "\f0e0";
        }

        .footer-top .infor section p:nth-child(5)::before {
        }

.footer-top .nav-item {
}

.footer-bottom {
    background-color: #005304;
    height: 45px;
}

    .footer-bottom .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        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 {
            display: flex;
        }

            .footer-bottom .left .text span {
                font-size: 14px;
                display: flex;
                align-items: center;
                font-family: 'BEVNR';
                color: #fff;
            }

    .footer-bottom .grid.wide {
        max-width: 1150px;
    }

    .footer-bottom .left a {
        -webkit-transition: all linear .2s;
        -o-transition: all linear .2s;
        transition: all linear .2s;
        color: #fff;
        font-family: 'BeVNR';
        padding-left: 4px;
        position: relative;
    }

        .footer-bottom .left a:after {
            content: "";
            position: absolute;
            background: #fff;
            width: 0;
            height: 1px;
            bottom: 0;
            left: 0;
            transition: all .3s;
        }

        .footer-bottom .left a:hover:after {
            width: 100%;
        }

    .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: #ffffff;
            font-family: 'BEVNR';
            font-size: 13.46px;
            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;
                position: relative;
                top: 0px;
            }

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

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

            .footer-bottom .right .social a {
                height: 28px;
                width: 28px;
                border: 1px solid #fff;
                border-radius: 50%;
                color: #fff;
                font-size: 15px;
                margin-left: 6px;
                -webkit-transition: all linear .2s;
                -o-transition: all linear .2s;
                transition: all linear .2s;
                opacity: 0.6;
            }

                .footer-bottom .right .social a:hover {
                    color: #fff;
                    border-color: #fff;
                    opacity: 1;
                }

.footer-top .infor .title::selection,
.footer-top .infor .descript::selection,
.footer-top .infor section p::selection,
.footer-top .list-nav .title::selection,
.footer-top .list-nav ul a::selection {
    background-color: var(--bg-selection);
    color: var(--color-selection);
}

.footer-bottom .left::selection,
.footer-bottom .left a::selection,
.footer-bottom .right .access span::selection,
.footer-bottom .right .access span::selection {
    background-color: var(--bg-selection-2);
    color: var(--color-selection);
}

.text-footer-about {
    font-size: 16px;
    color: #fff;
    margin-top: 19px;
    width: 356px;
    display: block;
    padding-right: 10px;
    overflow: hidden;
    line-height: 1.5;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.more-about-footer {
    font-size: 14px;
    color: var(--default-color-3);
    margin-top: 16px;
}

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

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

span.sloganCompaFooter {
    font-size: 15px;
    color: #fff;
    font-family: BarlowR;
}

.ggMapFooter iframe {
    border-radius: 20px;
}

.list-nav-about-footer {
    width: 26%;
    padding-top: 10px;
}

    .list-nav-about-footer h3.title {
        margin: 0;
        position: relative;
        font-size: 17.97px;
        color: #ffffff;
        /* text-transform: uppercase; */
        padding-bottom: 6px;
        font-weight: 100;
        font-family: 'OSWALDR';
        text-transform: uppercase;
    }

.heading {
    margin: 0;
    font-size: 20px;
    font-family: 'BeVNR';
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.left {
    margin-top: 5px;
}

    .left .input {
        height: 30px;
        position: relative;
        margin-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .left .input input {
            border: none;
            height: 100%;
            font-family: 'BeVNR';
            outline: none;
            font-size: 13px;
            padding-right: 25px;
            padding-left: 10px;
            border-bottom: 1px solid #E5E5E5;
            width: 100%;
            transition: all linear .3s;
        }

        .left .input .erolh {
            position: absolute;
            display: flex;
            right: 0;
            color: transparent !important;
            user-select: none;
            pointer-events: none;
            align-items: center;
        }

            .left .input .erolh::before {
                font-family: FontAwesome;
                content: '\f06a';
                right: 5px;
                position: absolute;
                color: var(--default-color-3);
                background-color: #fff;
            }

select {
    border: none;
    height: 100%;
    font-family: 'BeVNR';
    outline: none;
    font-size: 16px;
    padding-right: 25px;
    padding-left: 10px;
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
    transition: all linear .3s;
}

.left .erolh {
    font-size: 15px;
}

.right .btn-sumid-contact {
    background-color: var(--default-color);
    outline: none;
    border: 1px solid var(--default-color-3);
    font-size: 13px;
    font-family: 'BeVNR';
    padding: 6px 10px;
    margin-top: 5px;
    cursor: pointer;
    transition: all linear .3s;
    border-radius: 5px;
    margin: 2px 0;
    margin-bottom: 15px;
    background-color: #fff;
    color: #323438;
}