﻿
.footer {
}

    .footer ul {
        list-style: none;
    }

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

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

.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: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-top .infor {
    width: 42%;
    padding-top: 8px;
}

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


    .footer-top .list-nav .title {
        margin: 0;
        position: relative;
        font-size: 23.61px;
        color: #ffffff;
        padding-bottom: 6px;
        margin-top: 13px;
        font-weight: 100;
        font-family: 'KanitR';
    }


h5.name-footer-company-top {
    color: #ffffff;
    font-size: 38px;
    font-family: 'KanitBI';
    margin: 0;
    text-transform: uppercase;
}

h2.name-compa-footer-top p {
    margin: 0;
}

h2.name-compa-footer-top {
    font-size: 17.71px;
    color: #ffffff;
    margin: 0;
    font-family: 'InterR';
    position: relative;
    margin-top: 4px;
    line-height: 1.5;
}


.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: 0px;
}

.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;
    line-height: 1.6;
    -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 li:hover a, .list-nav-about-footer ul li:hover a {
            color: #ffffff;
            text-decoration: underline;
        }

.footer-top .list-nav ul a {
    font-family: 'InterR';
    font-size: 17.71px;
    color: #ffffff;
}

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: 9px;
    color: #ffffff;
    font-family: 'BeVNR';
    font-size: 15px;
    line-height: 1.6;
}

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

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

    .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: "\f0e0";
    }

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

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

    .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: #0049b4;
    height: 43px;
}

    .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 {
            padding-left: 9px;
            display: flex;
        }

            .footer-bottom .left .text span {
                font-size: 15.07px;
                display: flex;
                align-items: center;
                font-family: 'InterR';
                color: #ffffff;
            }

        .footer-bottom .left a {
            -webkit-transition: all linear .2s;
            -o-transition: all linear .2s;
            transition: all linear .2s;
            color: #fff;
            font-family: 'InterR';
            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: 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;
                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: 13px;
            }

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