﻿footer {
    padding: 64px 0;
    position: relative;
    background-size: cover;
    padding-bottom: 0;
}


/* PTSC Petro Hotel footer 2026 - Vietnamese site */

.ptsc-footer {
    position: relative;
    padding: 0;
    overflow: hidden;
    color: #fff;
    font-family: 'Arimo', Arial, sans-serif;
}

.ptsc-footer,
.ptsc-footer * {
    box-sizing: border-box;
}

.ptsc-footer a:focus-visible {
    border-radius: 2px;
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.ptsc-footer__main {
    position: relative;
    min-height: 408px;
    padding: 46px 0 26px;
    background: linear-gradient(183deg, #4572BF 4.09%, #203559 93.26%);
}

.ptsc-footer__background {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
    object-fit: cover;
    object-position: center 48%;
    pointer-events: none;
}

.ptsc-footer__container,
.ptsc-footer__bottom-container {
    position: relative;
    width: min(1226px, calc(100% - 40px));
    margin: 0 auto;
}

.ptsc-footer__container {
    display: grid;
    grid-template-columns: 345px 390px 353px;
    column-gap: 69px;
    align-items: start;
}

.ptsc-footer__brand,
.ptsc-footer__links,
.ptsc-footer__location {
    min-width: 0;
}

.ptsc-footer__logo {
    display: flex;
    width: 315px;
    height: 71px;
    align-items: center;
    justify-content: flex-start;
}

.ptsc-footer__logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.ptsc-footer__intro {
    display: -webkit-box;
    max-width: 345px;
    margin: 20px 0 0;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-family: 'Arimo-Regular';
}

.ptsc-footer__contact {
    display: grid;
    gap: 8px;
    margin: 38px 0 0;
    padding: 0;
    list-style: none;
}

.ptsc-footer__contact li {
    display: grid;
    grid-template-columns: 15px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    font-family: 'Arimo-Regular';
}

.ptsc-footer__contact i {
    margin-top: 2px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.ptsc-footer__contact a,
.ptsc-footer__link-group a,
.ptsc-footer__bottom a {
    color: inherit;
    text-decoration: none;
}

.ptsc-footer__contact a:hover,
.ptsc-footer__contact a:focus,
.ptsc-footer__link-group a:hover,
.ptsc-footer__link-group a:focus {
    color: #f4c443;
}

.ptsc-footer__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px 38px;
    padding-top: 6px;
    transform: translateX(-8px);
}

.ptsc-footer__link-group--policies {
    grid-column: 1 / -1;
}

.ptsc-footer__link-group h2,
.ptsc-footer__social-title {
    margin: 0 0 15px;
    color: #fff;
    font-family: 'BeVietnamPro-SemiBold';
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
}

.ptsc-footer__link-group ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ptsc-footer__link-group li {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    font-family: 'Arimo-Regular';
}

.ptsc-footer__link-group li::before {
    margin-right: 8px;
    color: #e0000e;
    content: '›';
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.ptsc-footer__map {
    width: 100%;
    height: 235px;
    overflow: hidden;
    background: #d9d9d9;
}

.ptsc-footer__map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.ptsc-footer__social-title {
    margin-top: 16px;
    margin-bottom: 13px;
    font-size: 28px;
    text-transform: none;
}

.ptsc-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ptsc-footer__social a {
    display: inline-flex;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.ptsc-footer__social a:hover,
.ptsc-footer__social a:focus {
    background: #e0000e;
    color: #fff;
    transform: translateY(-2px);
}

.ptsc-footer__bottom {
    display: flex;
    min-height: 47px;
    align-items: center;
    background: #e0000e;
    color: #fff;
}

.ptsc-footer__bottom-container {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    font-family: 'BeVietnamPro-Regular';
}

.ptsc-footer__bottom a:hover,
.ptsc-footer__bottom a:focus {
    color: #f4c443;
    text-decoration: underline;
}

@media (max-width: 1279px) {
    .ptsc-footer__container {
        grid-template-columns: minmax(280px, .95fr) minmax(330px, 1.1fr) minmax(300px, 1fr);
        column-gap: 36px;
    }
}

@media (max-width: 1100px) {
    .ptsc-footer__main {
        padding-top: 40px;
    }
    .ptsc-footer__container {
        grid-template-columns: minmax(280px, .9fr) minmax(330px, 1.1fr);
        gap: 35px 50px;
    }
    .ptsc-footer__location {
        display: grid;
        grid-column: 1 / -1;
        grid-template-columns: minmax(0, 1fr) 353px;
        gap: 32px;
        align-items: start;
    }
    .ptsc-footer__location .ptsc-footer__social-title {
        margin-top: 0;
        margin-bottom: -16px;
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    .ptsc-footer__main {
        padding: 36px 0;
    }
    .ptsc-footer__container,
    .ptsc-footer__bottom-container {
        width: min(100% - 32px, 600px);
    }
    .ptsc-footer__link-group h2,
    .ptsc-footer__social-title {
        font-size: 21px;
    }
    .ptsc-footer__container,
    .ptsc-footer__location {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }
    .ptsc-footer__links {
        transform: none;
    }
    .ptsc-footer__logo {
        width: min(315px, 100%);
    }
    .ptsc-footer__intro {
        max-width: none;
        -webkit-line-clamp: 4;
        text-align: justify;
    }
    .ptsc-footer__contact {
        margin-top: 22px;
    }
    .ptsc-footer__map {
        height: 250px;
    }
    .ptsc-footer__bottom {
        padding: 10px 0;
    }
}

@media (max-width: 575px) {
    .ptsc-footer__links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }
    .ptsc-footer__link-group--policies {
        grid-column: auto;
    }
    .ptsc-footer__link-group li,
    .ptsc-footer__contact li {
        font-size: 15px;
    }
    .ptsc-footer__map {
        height: 220px;
    }
    .ptsc-footer__bottom-container {
        font-size: 14px;
    }
}

.dl-footer-social {
    display: flex;
    align-items: center;
    margin-top: 18px;
    margin-bottom: 24px;
    gap: 10px;
}

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

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

.dl-footer-hotline a svg {
    margin-right: 4px;
}

.dl-footer-hotline h3 {
    color: #facf00;
    font-family: 'Montserrat-Bold';
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 138.5%;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 17px;
}

.dl-footer-map iframe {
    width: 100%;
    height: 191px;
}

.dl-footer-hotline {
    width: 21%;
}

.dl-footer-hotline p {
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #fff;
}

.dl-footer-hotline a {
    font-size: 16px;
    font-family: 'Montserrat-SemiBold';
    color: #fff;
    font-weight: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 236px;
    height: 38px;
    background: #F44336;
    border-radius: 5px;
    transition: all linear .3s;
    margin-bottom: 38px;
}

.dl-footer-hours h3 {
    color: #facf00;
    font-family: 'Montserrat-Bold';
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 138.5%;
    text-transform: uppercase;
}

.dl-footer-hours p {
    font-size: 14px;
    font-family: 'Montserrat-Regular';
    color: #fff;
    display: block;
    line-height: 150%;
    margin: 0;
    margin-top: 5px;
}

.dl-footer-social a {
    border-radius: 5px;
    color: #051b31;
    font-size: 17px;
    opacity: 1;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    height: 34.27px;
    width: 34.27px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dl-footer-hotline a:hover {
    background: #333;
}

footer .footer-bottom .container span a:hover {
    color: #f8df1a;
    text-decoration: underline;
}

.footer-decor-img-compa h2 {
    margin: 0;
    font-family: 'Montserrat-Medium';
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: normal;
    margin-left: 13px;
    font-weight: normal;
}

.footer-decor-img-compa {
    display: flex;
    align-items: center;
}

footer .container {
    display: flex;
    padding-top: 0;
    padding-bottom: 38px;
    max-width: 100%;
}

footer .grid.wide {
    position: relative;
}

.footer-info section p strong {
    font-family: 'MonSB';
}

footer .footer-bottom {
    width: 100%;
    display: block;
    position: relative;
    background: #fff;
}

.footer-bottom:before {
    content: "";
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

footer .footer-bottom .container span p {
    margin: 3px 0;
}

.r-total-footer {
    display: flex;
    align-items: center;
}

.item-online-footer {
    display: flex;
    align-items: center;
    color: #4a4a4a;
    font-family: 'Montserrat-Medium';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.item-online-footer svg {
    margin-right: 4px;
}

.item-total-footer svg {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.item-total-footer {
    color: #4a4a4a;
    font-family: 'Montserrat-Medium';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 19px;
}

footer .footer-bottom .container {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #fefefe;
}

footer .footer-bottom .container span {
    color: #4a4a4a;
    background-color: transparent;
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-info {
    width: 383px;
    margin-right: 35px;
}

.footer-info img {
    width: 76px;
    height: auto;
}

footer .footer-bottom img {
    display: none;
}

.footer-info h3 {
    margin: 0;
    color: #fff;
    font-family: Inter_24pt-Medium;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.footer-info section {
    margin-top: 16px;
    line-height: 135%;
}

footer .footer-bottom .container span b {
    color: #63b6ff;
    font-weight: normal;
}

.footer-decor-img-compa h2 strong {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    font-family: 'Montserrat-Bold';
    margin-top: 3px;
}

.footer-info section p {
    margin: 0;
    color: #fff;
    margin-bottom: 8px;
    position: relative;
    padding-left: 19px;
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer-info section p a {
    color: #fff !important;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Inter_24pt-SemiBold';
}

.footer-info section p::before {
    position: absolute;
    content: "\f007";
    position: absolute;
    font-family: FontAwesome;
    color: #fff;
    font-size: 18px;
    left: 0;
    top: 0px;
    font-size: 14px;
}

.footer-info section p:nth-child(1)::before {
    content: "\f3c5";
}

.footer-info section p:nth-child(2)::before {
    content: "\f0e0";
}

.footer-info section p:nth-child(3)::before {
    content: "\f095";
    left: 0;
}

.footer-info section p:nth-child(4)::before {
    content: "\f3cd";
    left: 0;
}

.footer-info section p:nth-child(5)::before {
    content: "\f0e0";
}

.footer-info section p:nth-child(6)::before {
    content: "\f0ac";
}

.footer-item {
    padding: 0 20px;
    flex: 1 1 0;
    padding-left: 30px;
}

.r-cate-footer ul li {
    color: #FFF;
    font-family: 'Inter_24pt-Regular';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
}

.r-cate-footer ul li svg {
    margin-right: 4px;
}

.l-cate-footer {}

.r-cate-footer {
    flex: 1 1 0;
    display: none;
}

li.item-nav-tt a::before {
    content: no-close-quote;
}

li.item-nav-tt a {
    padding: 0;
    margin: 0;
}

li.item-nav-tt a img {
    width: 15px;
    height: auto;
    margin-right: 4px;
}

.footer-item h3 img {
    position: absolute;
    left: -11px;
    top: -9px;
}

li.item-nav-tt a span strong {
    display: block;
    font-family: 'Inter_24pt-Regular';
    font-weight: normal;
}

li.item-nav-tt a span {
    font-weight: 600;
    font-family: 'Inter_24pt-SemiBold';
}

.footer-item h3:after {
    content: "";
    position: absolute;
    background: #63b6ff;
    left: 0;
    bottom: -4px;
    width: 40%;
    height: 1px;
    display: none;
}

h3.title-bb-footer {
    margin-top: 15px;
}

h3.footer-social-title {
    margin: 0;
    font-family: 'Montserrat-Bold';
    line-height: 138.5%;
    color: #facf00;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 100;
    margin-bottom: 13px;
}

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

.footer-item h3 {
    position: relative;
    display: inline-block;
    margin: 0;
    color: #facf00;
    font-family: 'Montserrat-Bold';
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 138.5%;
    /* 24.93px */
    text-transform: uppercase;
}

.dl-footer-hours {
    margin-top: 31px;
    display: none;
}

a.back-footer-icon {
    width: 30px;
    height: 30px;
    border-radius: 4px;
}

.footer-item ul {
    margin-top: 17px;
}

.footer-item li {
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

.footer-item li:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

ul.list.r {
    padding: 0;
}

.l-cate-footer .list-menu-wrap ul.list.r li {
    list-style: none;
}

.l-cate-footer .list-menu-wrap {
    display: block;
}

.l-cate-footer .list-menu-wrap ul.list.r li:nth-child(1) a:before {
    background: url(/Design/img/THPTHamThuanNam/icon/10.png) no-repeat;
    background-size: cover;
    width: 20px;
    height: 23px;
}

.l-cate-footer .list-menu-wrap ul.list.r li a:before {
    content: "";
    position: absolute;
    background: url(/Design/img/THPTHamThuanNam/icon/1.png) no-repeat;
    background-size: cover;
    left: 11px;
    top: 0;
    width: 18px;
    height: 19px;
    bottom: 0;
    margin: auto;
}

.l-cate-footer .list-menu-wrap ul.list.r li a {
    width: 183px;
    padding-left: 36px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 50px;
    border: 1px solid #fff;
}

ul.rs.menu-list-bb {
    padding-top: 17px;
    border-top: 1px solid #79c4e1;
}

.footer-item a {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 12px;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'Montserrat-Medium';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.r-cate-footer ul.rs {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    column-gap: 4px;
    row-gap: 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.footer-item li:hover a {
    color: #ebcd06;
}

.footer-item a::before {
    content: "";
    position: absolute;
    background: url(/Design/img/THPTHamThuanNam/icon/9.png) no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    width: 7px;
    height: 9px;
    bottom: 0;
    margin: auto;
}

.footer-item a:hover {
    color: var(--default-color-3);
}

.footer-contact {
    padding-left: 10px;
    width: 305px;
}

.footer-contact h3 {
    margin: 0;
}

.footer-contact .text {
    font-size: 15px;
    color: #fff;
    margin-top: 18px;
    display: block;
    line-height: 22px;
    margin-bottom: 11px;
}

.footer-contact .input {
    position: relative;
    width: 100%;
    height: 46px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    background-color: #fff;
    padding-right: 7px;
    margin-bottom: 35px;
    border-radius: 50px;
}

.footer-contact .input input {
    width: 100%;
    height: 100%;
    font-size: 15px;
    outline: none;
    color: #969696;
    background-color: transparent;
    border: none;
    padding-right: 10px;
    flex: 1;
    border-radius: 50px;
}

.footer-contact .input a {
    width: 37px;
    height: 37px;
    background-color: var(--default-color-2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.footer-heading {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-contact .social {
    display: flex !important;
    align-items: center;
    margin-top: 8px;
}

h3.title-contact-footer {
    position: relative;
    display: inline-block;
    margin: 0;
    color: #63b6ff;
    font-family: 'Montserrat-Bold';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 138.5%;
    text-transform: uppercase;
    display: none;
}

.des-footer-l {
    margin-bottom: 22px;
    display: none;
}

h3.title-contact-footer:after {
    content: "";
    position: absolute;
    background: #63b6ff;
    left: 0;
    bottom: -4px;
    width: 40%;
    height: 1px;
}

.des-footer-l span {
    display: block;
    color: #fff;
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: justify;
    margin-top: 12px;
    padding-right: 33px;
}

.footer-info h3 strong {
    display: block;
    color: #FFF;
    font-family: CormorantUnicase-Bold;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.footer-contact .social a {
    margin-right: 12px;
}

a.tiktok-f {
    width: 30px;
    height: 30px;
    display: block;
}

a.tiktok-f img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.footer-contact .social img {}

a.back-footer-icon img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

h3.title-bb-footer {
    margin-top: 15px;
    color: #facf00;
    font-family: 'Montserrat-Bold';
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 138.5%;
    text-transform: uppercase;
    margin-bottom: 8px;
}


/*RS*/

@media(max-width:1023px) {
    .footer-heading {}
    .footer-decor-img-compa h2 {
        font-size: 14px;
    }
    .footer-decor-img-compa h2 strong {
        font-size: 29px;
    }
    .footer-info h3 strong {
        font-size: 29px;
    }
    .des-footer-l span {
        margin: 0;
        margin-top: 13px;
        padding-right: 0;
    }
    footer {
        padding-bottom: 36px;
        background-size: cover;
        background-position: top;
        padding-top: 30px;
    }
    .footer-contact iframe,
    .footer-contact span {
        width: 100% !important;
        text-align: center;
        margin: auto;
    }
    .footer-item h3,
    .footer-contact h3,
    h3.title-contact-footer {
        font-size: 16px !important;
        margin-left: 0;
        display: block;
    }
    h3.title-contact-footer {
        display: none;
    }
    .footer-info section p {
        font-size: 13px;
    }
    .footer-info {
        width: 100%;
        margin-right: 0;
    }
    .footer-item ul.rs {
        margin-top: 12px;
        width: 49%;
        float: left;
    }
    .l-cate-footer .rs.menu-list-bb {
        flex: 1 1 0;
        float: right;
        border: none;
        margin: 0;
        padding-top: 12px;
        padding-left: 10px;
    }
    .r-cate-footer ul li {}
    .footer-contact .text {
        margin-top: 12px;
    }
    .footer-item:nth-child(2) {
        width: max-content;
        flex-direction: column;
    }
    .footer-item a {
        font-size: 15px;
        margin-right: 12px;
    }
    .l-cate-footer .list-menu-wrap ul.list.r li a {
        font-size: 14px;
        width: max-content;
    }
    .l-cate-footer {
        width: 100%;
        margin-top: 0;
    }
    .r-cate-footer {
        margin-top: 13px;
    }
    .dl-footer-hotline a {
        margin-bottom: 25px;
    }
    footer .container {
        flex-flow: wrap;
        justify-content: space-between;
    }
    .dl-footer-hotline h3 {
        margin-bottom: 10px;
    }
    .r-total-footer {
        margin-top: 10px;
        width: 100%;
        justify-content: center;
    }
    .footer-contact {
        width: 100%;
    }
    footer .footer-bottom {
        padding-bottom: 10px;
    }
    footer .footer-bottom .container span {
        width: 358px;
        line-height: 150%;
    }
    .dl-footer-hotline {
        width: 100%;
        margin-top: 20px;
    }
    .footer-item:nth-child(3) {
        width: fit-content;
        margin-left: 0;
    }
}


/* FOOTER — layout theo PSD THPT Hàm Thuận Bắc */

.htk-footer {
    position: relative;
    padding: 0;
    border-top: 5px solid #00caff;
    /* background: radial-gradient(circle at 50% -10%, rgba(0, 128, 255, .28), transparent 38%), linear-gradient(160deg, #005bc9, #003eaa 62%, #004fb8); */
    background: url(/Design/img/THPTHamThuanBac/footer.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-family: 'helvetica-neue-regular', Arial, sans-serif;
}

.htk-footer>.grid.wide {
    position: relative;
    z-index: 1;
}

.htk-footer-main {
    position: relative;
}

.footer-bottom-content {
    display: flex;
    position: relative;
    padding: 40px 75px;
    padding-top: 20px;
}

.footer-bottom-content:before {
    content: "";
    position: absolute;
    background: url(/Design/img/THPTHamThuanBac/bg-footer.png) no-repeat;
    width: 100%;
    height: 296px;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.htk-footer-school {
    max-width: 846px;
    margin: 0 auto 0px;
    text-align: center;
    position: relative;
    padding-top: 71px;
}

.htk-footer-logo {
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    top: -55px;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
    object-fit: cover;
    filter: drop-shadow(0 4px 5px rgba(0, 0, 0, .25));
}

.htk-footer-school h2 {
    margin: 0;
    font-family: 'HelveticaNeue-Bold', Arial, sans-serif;
    text-transform: uppercase;
}

.htk-footer-school h2 span {
    display: block;
    color: #00caff;
    font-size: 18px;
    line-height: 1.3;
}

.htk-footer-school h2 strong {
    display: block;
    margin-top: 3px;
    color: #00caff;
    font-family: 'HelveticaNeue-Bold';
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3;
}

.htk-footer-school p {
    max-width: 923px;
    margin: 15px auto 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.38;
    font-family: 'helvetica-neue-regular';
}

.htk-footer-main::after {
    /* display: block; */
    /* clear: both; */
    /* content: ''; */
}

.htk-footer-about,
.htk-footer-nav,
.htk-footer-map {
    position: relative;
    z-index: 1;
    min-height: 213px;
    padding: 36px 34px 28px;
    color: #4d4d4d;
}

.htk-footer-about {
    width: 48%;
    border-radius: 20px 0 0 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 17px;
}

.htk-footer-nav {
    float: left;
    width: 27%;
    padding: 36px 18px 13px;
}

.htk-footer-map {
    width: 30%;
    border-radius: 20px;
    padding-right: 0;
    padding-left: 10px;
}

.htk-footer-about h3,
.htk-footer-nav h3 {
    margin: 0 0 20px;
    padding-bottom: 9px;
    color: #0041aa;
    font-family: 'HelveticaNeue-Bold', Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
}

.htk-footer-about h3:after,
.htk-footer-nav h3:after {
    content: "";
    position: absolute;
    background: #00caff;
    left: 0;
    bottom: 0;
    width: 44px;
    height: 1px;
}

.htk-footer-contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.htk-footer-contact-list li {
    display: flex;
    gap: 7px;
    align-items: center;
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.22;
    color: #3e3e3e;
    font-family: 'helvetica-neue-regular';
}

.htk-footer-contact-list i {
    width: 14px;
    color: #0754b7;
    text-align: center;
}

.htk-footer-contact-list a {
    color: inherit;
    transition: color .2s ease;
}

.htk-footer-contact-list a:hover {
    color: #005fda;
}

.htk-footer-hotline {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-top: 5px;
    color: #0560cc;
}

.htk-footer-hotline>i {
    display: grid;
    width: 39px;
    height: 39px;
    place-items: center;
    border: 2px solid #0560cc;
    border-radius: 50%;
    font-size: 19px;
    transition: transform .25s ease, background-color .25s ease, color .25s ease;
}

.htk-footer-hotline span {
    font-size: 12px;
    line-height: 1.05;
    color: #00caff;
}

.htk-footer-hotline strong {
    display: block;
    margin-top: 3px;
    font-family: 'HelveticaNeue-Bold', Arial, sans-serif;
    font-size: 23px;
    font-weight: 400;
    color: #0041aa;
}

.htk-footer-hotline:hover>i {
    background: #0560cc;
    color: #fff;
    transform: rotate(-12deg) scale(1.08);
}

.htk-footer-nav ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.htk-footer-nav li a {
    display: block;
    color: #3e3e3e;
    font-family: 'helvetica-neue-regular';
    font-size: 17px;
    transition: color .2s ease, transform .2s ease;
}

.htk-footer-nav li a::before {
    content: '›';
    margin-right: 5px;
    color: #0754b7;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.htk-footer-nav li a:hover {
    color: #005fd4;
    transform: translateX(4px);
}

.htk-footer-map .fb-page {
    display: block;
    width: 100% !important;
    min-height: 170px;
    overflow: hidden;
    border-radius: 10px;
}

.htk-footer-map .fb-page span,
.htk-footer-map .fb-page iframe {
    width: 100% !important;
}

.footer-bottom-b {
    position: relative;
    margin-top: -88px;
    background: #ffbc1b;
    color: #2c2c2c;
    padding-top: 68px;
    z-index: 0;
}

.footer-bottom-b .grid.wide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
}

.htk-footer-cta,
.htk-footer-bottom-line {
    display: contents;
}

.htk-footer-copy {
    font-size: 15px;
}

.htk-footer-social-wrap {
    display: none;
}

.htk-footer-bottom-line>span {
    font-size: 15px;
}

.htk-footer-bottom-line a {
    color: #0754b7;
    transition: color .2s ease;
}

.htk-footer-bottom-line a:hover {
    color: #fff;
}

.htk-footer-counter {
    display: flex;
    gap: 15px;
    font-size: 15px;
}

.htk-footer-counter i {
    margin-right: 5px;
    color: #0754b7;
}

@media (max-width: 767px) {
    .htk-footer-main {
        padding: 46px 5px 0;
    }
    .htk-footer-school {
        margin-bottom: 0;
        padding-top: 20px;
        max-width: 100%;
    }
    .htk-footer {
        background-size: cover;
    }
    .footer-bottom-content {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin-top: 18px;
    }
    .htk-footer-about h3,
    .htk-footer-nav h3 {
        font-size: 16px;
    }
    .footer-bottom-content:before {
        background: #fff;
        height: 100%;
        border-radius: 20px;
    }
    .htk-footer-logo {
        position: absolute;
        display: block;
        width: 80px;
        height: 80px;
        top: -75px;
        right: 0;
        left: 0;
        margin: auto;
        border-radius: 50%;
        object-fit: cover;
        filter: drop-shadow(0 4px 5px rgba(0, 0, 0, .25));
    }
    .htk-footer-school h2 strong {
        font-size: 22px;
    }
    .htk-footer-school p {
        font-size: 13px;
        max-width: 100%;
        text-align: justify;
    }
    .htk-footer-about,
    .htk-footer-nav,
    .htk-footer-map {
        float: none;
        width: 100%;
        min-height: 0;
        border-radius: 0;
        padding: 15px 22px;
    }
    .htk-footer-about {
        border-radius: 18px 18px 0 0;
    }
    .htk-footer-nav li a {
        font-size: 15px;
    }
    .htk-footer-map {
        border-radius: 18px;
    }
    .htk-footer-contact-list li {
        font-size: 15px;
    }
    .htk-footer-hotline strong {
        font-size: 21px;
    }
    .footer-bottom-b .grid.wide {
        display: flex;
        flex-direction: column;
        gap: 7px;
        padding: 13px 16px;
        text-align: center;
    }
    .htk-footer-counter {
        justify-content: center;
        flex-wrap: wrap;
    }
}