.footer {
    height: 190px;
    padding-top: 20px;
    background: #08618f;
}

.footer .foot-logo {
    display: inline-block;
    text-align: center;
    margin-bottom: 0;
    height: 61px;
}

.footer .foot-logo img {
    max-width: 164px;
}

.footer [class^=footer-social] {
    display: flex;
    gap: 5px;
}

.footer .footer-social-left {
    float: left;;
}

.footer .footer-social-right {
    float: right;
}

.footer .horizontal-menu {
    border: none;
    margin-bottom: 12px;
    display: block;
    text-align: center;
}

.footer .horizontal-menu li {
    display: inline-block;
}

.footer .horizontal-menu li a {
    font-size: 13px;
}

.footer .horizontal-menu li:hover .triangle-horizontal {
    display: block;
}

.footer .horizontal-menu li:hover a {
    border-bottom: 1px dashed #40fca2;
    color: #40fca2;
}

.footer .horizontal-menu li:hover a.act {
    border-bottom: 1px dashed #6df1bf;
}

.footer .horizontal-menu li:hover a:hover,
.footer .horizontal-menu li:hover a:active,
.footer .horizontal-menu li:hover a:visited {
    color: #40fca2;
    border-bottom: 1px dashed #6df1bf;
}

.footer .foot-notice {
    text-align: center;
    color: rgba(139, 139, 139, 0.8);
    font-weight: 600;
    font-size: 12px;
}

.footer .foot-notice a,
.footer .foot-notice a:hover,
.footer .foot-notice a:focus,
.footer .foot-notice a:visited {
    color: rgba(139, 139, 139, 0.8);
}

.footer-social-ico {
    width: 135px;
    height: 45px;
    color: white;
    display: flex;
    align-items: center;
    border: 1px solid white;
}

.footer-social-ico img {
    padding: 0 10px;
}

.footer-social-ico:active,
.footer-social-ico:visited,
.footer-social-ico:hover {
    color: white;
    text-decoration: none;
}

.footer-social-ico > span {
    text-align: left;
    font-size: 13px;
    line-height: 16px;
}

@media (min-width: 1200px) {
    .footer .footer-social-left a {
        margin: 0 10px;
    }

    .footer .footer-social-right a {
        margin: 0 10px;
    }
}

@media (max-width: 1199px) {
    .footer .horizontal-menu {
        display: block;
    }
    .footer .horizontal-menu li {
        display: block;
    }
    .hotel-manager-profile .footer .horizontal-menu li,
    .booking-history-wrap.hotel-manager .footer .horizontal-menu li,
    .hotel-manager-register-page .footer .horizontal-menu li {
        float: none;
        width: auto;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .footer {
        padding: 35px 0 20px 0;
        height: 245px;
    }
    .footer .foot-logo {
        margin-bottom: 25px;
    }
    .footer .horizontal-menu li {
        width: 33%;
        float: left;
        position: relative;
        padding: 0 4px;
        text-align: center;
        margin-bottom: 19px;
    }
    .footer .horizontal-menu li:nth-of-type(5):after,
    .footer .horizontal-menu li:nth-of-type(5):before {
        content: '';
        width: 1px;
        height: 56px;
        position: absolute;
        right: 0;
        top: -36px;
        background: #6df1bf;
    }
    .footer .horizontal-menu li:nth-of-type(5):before {
        left: 0;
        right: auto;
    }
    .footer .horizontal-menu li:first-of-type {
        padding: 0 4px;
    }
}

@media (max-width: 767px) {
    .footer {
        height: auto;
        padding: 25px 0 20px 0;
    }
    .footer .foot-logo {
        margin-bottom: 12px;
    }
    .footer .horizontal-menu {
        height: auto;
    }
    .footer .horizontal-menu li {
        padding: 0;
        margin-bottom: 14px;
        text-align: center;
    }
    .footer .footer-social-left {
        float: none;
    }
    .footer .footer-social-right {
        float: none;
    }
    .footer .footer-social-left,
    .footer .footer-social-right {
        display: none;
    }
}