/* index-header */
.top-container {
    margin-top: -56px;
    background: url('../images/top-bg.jpg');
    background-size: cover;
    background-position: center center;
    height: 210px;
    padding-top: 36px;
    background-repeat: no-repeat;
    border-bottom: 8px #e95098 solid;
}


.online-box {
    z-index: 1111;
    width: 100%;
    text-align: center;
    top: 45%;
    left: 0;
}

.online-box .btn-online {
    text-transform: uppercase;
    font-size: 22px;
    padding: 10px 30px;
    border-radius: 30px;
    color: white;
    background-color: #e95098;
    border-color: #e95098;
}.online-box .btn-online:hover {

 }

.container-box-soc {
    height: 45px;
    width: 750px;
    margin: auto;
}

.navbar-box .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 13px;
    color: white;
    text-align: center;
    padding: 0 30px;
    text-transform: uppercase;

}

.navbar-dark .navbar-nav .active > .nav-link {
    color: #df4289;
}

.navbar-box .navbar-expand-lg .navbar-nav .nav-link:hover, .footer-nav li a:hover {
    color: #e95098;
    text-decoration: none;
}

@media (max-width: 768px) {
    .navbar-mb .navbar-brand img {
        width: 200px;
    }

    .navbar-mb {
        background-color: #343434 !important;
        border-bottom: 4px #e95098 solid;
        z-index: 999999;
    }

    .navbar-dark .navbar-toggler {
        border: none;
        padding-right: 0;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 12px;
        color: white;
    }

}

.vi-img {
    width: 112px;
    height: 112px;
    margin-left: 0;
    margin-top: -21px;
}

.logo-img {
    margin-top: -20px;
    width: 298px;
}

.logo-box {

    margin: auto;
    width: 750px;
}

.logo-box hr {
    margin: 0;
}

.logo-box .gr-hr {
    width: 95%;
    margin: auto;
    background: #636363;
    margin-top: 20px;
    margin-bottom: 1px;
}

.logo-box .wh-hr {

    background: #ffffff;

}

.soc-icons a {
    margin: 0 3px;
}

.soc-icons img {

    height: 20px;
}

.navbar-box {

}

@media (min-width: 800px) {
    .navbar-mb {
        display: none;
    }

    .container-vv .navbar-box .collapse:not(.show) {
        display: block;
    }

    .navbar-nav {
        flex-direction: row;
        justify-content: center;
    }

    .navbar-collapse {

    }
}

@media (max-width: 800px) {
    .top-container {
        display: none;
    }
}

@media (min-width: 768px) {
    .container-vv {
        max-width: 830px;
        padding-right: 0;
        padding-left: 0;
    }
}

/* banner */

.banner {
    padding: 0;
    /*background: url(images/banner.jpg);*/
    height: 520px;
    /*background-position: center center;*/
    /*background-size: cover;*/
}


.banner-container {
    position: relative;
    height: 100%;
}

.banner-btn-wl img, .banner-btn-bj img {
    height: 80px;
}

.banner-btn-wl {
    position: absolute;
    left: 0;
    bottom: 100px;
}

.banner-btn-bj {
    position: absolute;
    right: 150px;
    bottom: 100px;
}

@media (max-width: 768px) {
    .banner {
        height: 250px;
    }

    .banner-btn-bj {
        position: absolute;
        right: 0px;
        bottom: 100px;
    }

    .banner-btn-wl img, .banner-btn-bj img {
        height: 50px;
    }
}

/* content-box */

.content-box {
    background-image: url("../images/content-bg.jpg");
    background-size: cover;
    background-position: bottom center;
    height: 800px;
    position: relative;
}

.card-hover {
    position: relative;
}

.card-hover img {
    height: 400px;
}

.container-card {
    padding-top: 55px;
}

.more-bar {
    position: absolute;
    bottom: 15px;
    left: 0;
    text-align: center;
    width: 250px;
    height: 58px;
}

.text-content-box {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    padding-top: 150px;
}

.text-content-box p {
    width: 180px;
    margin-left: 65px;
    color: white;
    font-size: 24px;
    padding-top: 30px;
}

.container-card-more {
    position: absolute;

}

.container-card-more img {
    width: 57px;
    height: 57px;

}

.container-card-bottom {
    position: absolute;
    bottom: 25px;
    right: 0;
    width: 100%;
    height: 280px;
}

@media (max-width: 768px) {
    .content-box {

        height: auto;
        position: relative;
    }

    .card-hover img {
        height: 550px;
        margin-left: -20px;
    }

    .card-hover {
        text-align: center;
    }

    .text-content-box p {
        width: 56%;
        padding-top: 0;
        margin-left: 21%;
        margin-top: 120px;
        font-size: 30px;

        color: white;
    }

    .container-card-more img {
        height: 57px;
    }

    .more-bar {
        width: 100%;
    }

    .container-card-more {
        margin-left: 0;
        text-align: center;
        position: relative;
    }

    .container-card-bottom {
        position: relative;
    }
}

@media (max-width: 376px) {
    .container-card-more {
        margin-left: 20px;
        bottom: -10px;
    }

    .card-hover img {
        height: 520px;
        margin-left: -20px;
    }

    .container-card-more img {
        height: 57px;
    }

    .text-content-box p {
        width: 60%;
        padding-top: 5px;
        margin-left: 21%;
        margin-top: 100px;
        font-size: 28px;

        color: white;
    }
}

.skimg img {
    height: 280px;
}

.flower img {
    width: 250px;

}

.flower-box {
    position: relative;
}

.flower {
    position: absolute;
    left: 0;
    bottom: 0;
}

.swiper-container, .swiper-container2 {
    width: 100%;
    height: 218px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    background-size: cover;
    background-position: center center;
}

.swiper-container2 .swiper-slide {
    background-color: #f1dee2;
    background-size: contain;
    background-repeat: no-repeat;
}

.container-fluid-gallery {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

footer {
    font-size: 13px;
    background: #df4289;
}

.footer-top {
    width: 100%;
    height: 450px;
    background: url('../images/footer-bg.jpg');
    background-size: cover;
    background-position: center center;
}

.news-more img {
    height: 86px;
}

.news-more-box {
    padding-top: 60px;
}

.footer-logo img {
    height: 100px;
}

.footer-logo {
    padding-top: 100px;
}

.footer-nav {
    width: 100%;
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .footer-nav {
        display: none;
    }

    .navbar-nav .nav-link {
        text-transform: uppercase !important;
    }
}

.footer-nav li {

    padding: 7px;
    list-style: none;
}

.footer-nav li a {
    text-transform: uppercase;

    text-align: center;
    font-size: 13px;
    color: #000000;
}

.footer-top-page {
    height: 250px;
    background: #303030;
}

.footer-top-page .footer-logo {
    padding-top: 50px;
}

.footer-top-page .footer-logo img {
    height: 110px;
}

.footer-top-page .footer-nav li a, .footer-top-page .footer-nav li {
    color: white;
}

/*about*/

.about {
    position: relative;
    background: #303030;

    width: 100%;
}

.about .top-left-img {
    position: absolute;
    top: 0;
    left: 0;

}

.about .top-left-img img {
    width: 240px;
}

.about .top-right-img img {
    width: 335px;
}

.about .top-right-img {
    position: absolute;
    top: 5px;
    right: 0;
}

.about-text {
    padding-top: 39px;
}

.about-text p {
    line-height: 24px;
    width: 500px;
    color: white;
    margin: auto;
    font-size: 13px;
}

.about-content-cv {
    padding-top: 150px;

}

.about-content-cv-content-box {
    width: 480px;
    font-size: 12px;
    margin: auto;
    position: relative;
    height: 100%;
}

.about-content-cv img {
    width: 480px;
}

.core-values-content1 {
    width: 132px;
    line-height: 14px;
    position: absolute;
    left: 0;
    bottom: 30px;
    margin-bottom: 0;
}

.core-values-content2 {
    width: 125px;
    line-height: 14px;
    position: absolute;
    left: 36%;
    bottom: 40px;
    margin-bottom: 0;
}

.core-values-content3 {
    width: 125px;
    line-height: 14px;
    position: absolute;
    right: 3%;
    bottom: 40px;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .about-content-cv-content-box {
        width: 100%;
        font-size: 12px;
    }

    .core-values-content1 {
        width: 100px;
        line-height: 14px;
        position: absolute;
        left: -7%;
        bottom: 20px;
        margin-bottom: 0;
    }

    .core-values-content2 {
        width: 120px;
        line-height: 14px;
        position: absolute;
        left: 32%;
        bottom: 20px;
        margin-bottom: 0;
    }

    .core-values-content3 {
        width: 110px;
        line-height: 12px;
        position: absolute;
        right: -5%;
        bottom: 25px;
        margin-bottom: 0;
    }
}

@media (max-width: 376px) {
    .about-content-cv-content-box {
        width: 100%;
        font-size: 12px;
    }

    .core-values-content1 {
        width: 100px;
        line-height: 14px;
        position: absolute;
        left: -8%;
        bottom: 20px;
        margin-bottom: 0;
    }

    .core-values-content2 {
        width: 100px;
        line-height: 14px;
        position: absolute;
        left: 32%;
        bottom: 20px;
        margin-bottom: 0;
    }

    .core-values-content3 {
        width: 100px;
        line-height: 12px;
        position: absolute;
        right: -5%;
        bottom: 15px;
        margin-bottom: 0;
    }
}

.about-header {
    padding-top: 60px;
}

.about-header img {
    width: 200px;
}

.about-org {
    padding-top: 68px;
}

.about-org img {
    width: 233px;
}

.about-content {
    position: relative;
    width: 100%;
    height: 1810px;
    background: url('../images/about-bg.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;

}

.left-mid-img {
    position: absolute;
    left: 0;
    top: 600px;
}

.right-mid-img {
    position: absolute;
    right: 0;
    top: 500px;
}

.right-mid-img img {
    width: 250px;
}

.left-mid-img img {
    width: 250px;
}

.about-content-bs-co-p {
    padding-top: 40px;
    width: 400px;
    font-size: 13px;
    margin: auto;
}

.about-content-bs-co {
    padding-top: 100px;
}

.about-content-bs-co-p strong {
    color: #e95098;
    font-size: 14px;
}

.about-content-bs-co img {
    width: 320px;
}

.about-content-br-ad {
    padding-top: 90px;

}

.about-content-br-ad img {
    height: 82px;
}

.container-about-test {
    position: relative;
    height: 100%;
}

.bot-lef-img {
    position: absolute;
    left: 0;
    bottom: -105px;
}

.bot-lef-img img {

    width: 420px;
}

.bot-rig-img {
    position: absolute;
    right: 0;
    bottom: -30px;
}

.bot-rig-img img {

    width: 420px;
}

@media (max-width: 768px) {
    .about .top-left-img img {
        width: 90px;
    }

    .about .top-right-img img {
        width: 100px;
    }

    .about-text p {
        width: 100%;
    }

    .about-content-cv img {
        width: 115%;
        margin-left: -8%;
    }

    .about-content-bs-co {
        padding-top: 50px;
    }

    .left-mid-img {
        top: 680px;
    }

    .right-mid-img img {
        width: 70px;
        opacity: 0;
    }

    .right-mid-img {
        top: 400px;
    }

    .left-mid-img img {
        width: 100px;
        opacity: 0;
    }

    .bot-rig-img img {
        width: 170px;
    }

    .bot-lef-img img {

        width: 170px;
    }

    .bot-lef-img {
        bottom: -40px
    }

    .about-content {
        height: 1650px;

    }

    .bot-rig-img {
        bottom: -60px;
    }
}

/*menu*/

.menu-banner {
    height: 475px;
    background: url('../images/top-banner.jpg');
    background-size: cover;
    background-position: center center;

}

.menu-box {
    overflow: hidden;
    position: relative;
}

.menu-box .bbt {
    position: absolute;
    top: 150px;
    right: 0;

}

.menu-box .bbt img {
    width: 738px;
}

.menu-content {
    background: url('../images/content-bg.jpg');

    background-size: cover;
    background-position: top center;
}

.menu-title {
    padding-top: 60px;
}

.menu-title img {
    width: 188px;

}

.menu-item-left img {
    width: 333px;
}

.menu-item-right img {
    width: 320px;
}

.menu-item-box {
    padding-bottom: 20px;
    position: relative;
}

.menu-item-box .menu-bot-img {
    position: absolute;
}

.menu-size {
    color: #e95098;
    font-size: 16px;
}

.menu-item-box1 .menu-bot-img {
    width: 133px;
    left: 10px;
}

.menu-item-content {
    font-size: 14px;
}

.menu-item-box1 .row {
    padding-right: 100px;
    padding-top: 10px;
}

.menu-item-box2 .row {

    padding-top: 10px;
}

.menu-item-box1 .menu-item-title {
    padding-left: 120px;
}

.menu-item-box2 {
    padding-top: 70px;

}

.menu-item-box2 .menu-bot-img {
    width: 160px;
    right: 20px;
}

.menu-item-box2 .menu-item-content {
    padding-left: 66px;
    padding-right: 131px;
}

.menu-topping {
    position: relative;
    margin-top: 30px;
}

.menu-topping-p {
    width: 70%;
    margin: auto;
    font-size: 14px;
}

.menu-topping-p2 {
    width: 60%;
    padding-left: 60px;
    padding-top: 50px;
    margin: auto;
    font-size: 14px;
}

.menu-topping-content {
    padding-top: 100px;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.menu-topping-content .subg {
    width: 146px;
    margin-left: -10px;

    margin-bottom: 10px;
}

.menu-topping-content .iclel {
    width: 146px;
    margin-bottom: 10px;
    margin-left: -10px;

}

.menu-topping-content .col-md-4 {
    padding-left: 60px;
}

.menu-item-box3 .menu-bot-img {
    width: 173px;
    top: 120px;
    left: -55px;
}

.footer-top-menu {
    background: transparent;
}

.menu-item-box4 .menu-title {
    padding-top: 0;
}

.menu-item-box4 .menu-bot-img {
    width: 136px;
    top: 19px;
}

.menu-item-box5 .menu-bot-img {
    width: 153px;
    top: 80px;
    left: -35px;
}

.menu-item-box6 .menu-bot-img {
    top: 80px;
    width: 150px;
    right: 10px;
}

.menu-item-box7 .menu-bot-img {
    top: 130px;
    width: 200px;
    left: -80px;

}

.menu-item-box8 .menu-bot-img {
    top: 190px;
    width: 150px;
    right: 10px;
}

.menu-topping-bg {
    width: 764px;
}

@media (min-width: 968px) {
    .menu-box-mobile {
        display: none;
    }

    .menu-topping-bg-mb {
        display: none;
    }

}

@media (max-width: 968px) {
    .menu-topping-content {
        position: relative;
        padding-top: 10px;
    }

    .container-menu-pc {
        max-width: 100%;
        margin: auto;
    }

    .menu-topping-bg-mb {
        width: 146px;
    }

    .menu-topping-bg {
        display: none;
    }

    .subg {
        margin-bottom: 20px;
    }

    .menu-topping-content .iclel {
        margin-top: 20px;
    }

    .footer-top-menu {

    }

    .menu-topping-p2 {
        padding-left: 40px;
    }

    .footer-top-page .footer-logo {
        padding-bottom: 20px;
    }

    .menu-item-box1 .row {
        padding-right: 0px;
        padding-top: 10px;
    }

    .menu-item-box1 .menu-item-title {
        padding-left: 40px;
    }

    .menu-box-pc {
        display: none;
    }

    .menu-title {

    }

    .menu-title img {
        width: 120px;
    }

    .menu-item-box .menu-title {
        padding-bottom: 0;
        margin-right: -30px;
    }

    .menu-item-box .menu-title {
        z-index: 22;
    }

    .menu-banner {
        height: 240px;
    }

    .menu-item-box1 .menu-bot-img {
        width: 103px;
        top: 20px;
        left: -12%;
    }

    .menu-item-box2 .menu-item-content {
        padding: 0;
    }

    .menu-item-box6 .menu-bot-img {
        top: 80px;
        width: 100px;
        right: 0px;
    }

    .menu-item-box8 .menu-bot-img {
        top: 80px;
        width: 100px;
        right: 0px;
    }

    .menu-item-box2 .menu-bot-img {
        right: -70px;
    }

    .menu-item-box4 .menu-bot-img {
        right: -40px;
    }

    .menu-item-box6 .menu-bot-img {
        right: -40px;
    }

    .menu-item-box8 .menu-bot-img {
        right: -40px;
    }

    .menu-item-box5 .menu-bot-img {
        width: 103px;
        top: 20px;
        left: -19%;
    }
}

@media (max-width: 376px) {
    .menu-item-box1 .menu-bot-img {
        width: 103px;
        top: 20px;
        left: -16%;
    }

    .menu-item-box5 .menu-bot-img {
        width: 103px;
        top: 20px;
        left: -19%;
    }

}

/*franchise*/

.franchise-top {
    position: relative;
    height: 384px;
    background: #2f2f2f;
    background-size: cover;

}

.franchise-top .header-title {
    padding-top: 70px;
}

.franchise-top .header-title img {
    width: 260px;
}

.franchise-top .header-map {
    padding-right: 100px;
    position: absolute;
    width: 100%;
    height: 250px;
    z-index: 10000;
    bottom: 0;
    left: 0;

    padding-top: 45px;
}

.franchise-top .header-map img {
    width: 590px;

}

.franchise-top-header {
    position: relative;
}

.franchise-top .rig-icon {
    position: absolute;
    right: 0;
    width: 260px;
    top: 40px;
}

@media (max-width: 768px) {

    .franchise-top {
        height: 240px;
    }

    .franchise-top .rig-icon {
        position: absolute;
        right: 0;
        width: 120px;
        top: 20px;

    }

    .franchise-top .header-title {
        padding-top: 120px;
    }

    .franchise-top .header-map {
        padding: 0;
        padding-top: 400px;
    }

    .franchise-top .header-map img {
        width: 100%;

    }
}

.franchise-content {
    background: url('../images/contentbg.png');

    background-size: cover;
    width: 100%;
    position: relative;

}

.franchise-content-bt-img {
    height: 100px;
    position: absolute;
    width: 100%;
    background: url('../images/content-bg-bt.png');
    background-size: cover;
    bottom: 0;
    left: 0;
    background-position: top center;
}

.franchise-content-acc {
    padding-top: 230px;
    padding-bottom: 230px;
}

.franchise-content-acc .card {
    padding: 0;
    border-radius: 0 !important;
    border: none;
    background: none;
}

.franchise-content-acc .card-header {
    border: none;
    background: none;
    padding: 0;
    border: none;
}

.accordion .card:first-of-type {
    border: none;
    background: none;
}

.franchise-content-acc .accordion .card .card-header {
    margin-bottom: 0;
    margin-bottom: 10px;
}

.franchise-content-acc .accordion .btn-link {
    width: 100%;
    text-align: left;
    font-size: 26px;
    padding: 15px;
    padding-left: 25px;
    color: white;
    border-radius: 0 !important;
    font-weight: bold;
    height: 100%;;
    background: #e95098;
}

.franchise-content-acc .card-header:first-child {
    border-radius: 0 !important;
}

.franchise-content-acc .card-body {
    font-size: 16px;
    background: rgba(255, 255, 255, 0.48);
}

.franchise-content-acc .card-body li {
    padding: 5px 0;
}

.franchise-content-acc .card-body strong {
    font-size: 20px;
    color: #e95098;
}

.franchise-content-acc .accordion .btn-link.collapsed {

    background: none;

    height: 100%;
    color: #e95098;
    border: dotted 1px #e95098;
    border-radius: 0;
    position: relative;
    padding: 15px;

    padding-left: 25px;

}

.franchise-content-acc .accordion .btn-link.collapsed .btn-link-icon, .franchise-content-acc .accordion .btn-link .btn-link-icon {
    width: 15px;
    position: absolute;
    right: 15px;
    top: 25px;
}

.franchise-content-acc .accordion .btn-link:hover {
    text-decoration: none;
}

.franchise-content-process {
    padding-top: 30px;

    background: #303030;
}

.franchise-content-process h1 {
    font-size: 27px;
    padding-bottom: 70px;
    font-weight: bold;
    margin-bottom: 0;
    color: #e95098;
}

.franchise-content-process-box .col-md-4 {
    position: relative;
    padding-bottom: 20px;

}

.franchise-content-process-box {
    padding-bottom: 60px;
}

.franchise-content-process-box .col-md-4 img {
    height: 100px;
}

.franchise-content-process-box p {
    position: absolute;
    left: 0;
    font-size: 11px;
    top: 0;
    color: white;

    padding: 30px 57px 0px 43px;

}

.franchise-container-contact {
    padding: 30px;
    padding-top: 10px;

}

@media (min-width: 768px) {
    .bo-mb {
        display: none;
    }
}

@media (max-width: 768px) {
    .franchise-content-process-box .col-md-4 {
        padding-left: 15%;
    }

    .franchise-content-process-box .col-md-4 img {
        height: 120px;
    }

    .franchise-content-process-box p {
        text-align: center;
        font-size: 12px;
        padding: 12px 85px 0px 90px !important;
    }

    .franchise-content-process-box .pa-top-1 {
        padding-top: 42px !important;
    }

    .franchise-content-process-box .pa-top-2 {
        padding-top: 32px !important;
    }

    .bo-pc {
        display: none;
    }

    .bo-mb {
        margin-left: -13px;
    }
}

@media (max-width: 376px) {

    .franchise-content-process-box p {
        text-align: center;
        font-size: 12px;
        padding: 12px 60px 0px 90px !important;
    }

}

.send-btn {
    border: none;
    border-radius: 0;
    color: white;
    background: #e95098;
}

.franchise-container-contact-form .form-control {
    border-radius: 0;

}

.franchise-container-contact-form .form-control-tt {
    width: 80%;

}

.franchise-container-contact-content {
    padding-top: 100px;
    padding-left: 50px;
}

.footer-top-page-franchise .footer-top-page .footer-logo {
    padding-top: 80px;
}

.footer-top-page-franchise {
    position: relative;

}

.bo-rig {
    position: absolute;
    top: 0;
    width: 170px;
    right: 0;
}

/*location*/

.location {
    background: url('../images/loc-banner.jpg');
    background-size: cover;
    height: 320px;
}

.location-content {
    background: white;
    width: 100%;
}

.location-content-search-bar {
    padding: 40px 0;
    width: 100%;
    border-bottom: solid 1px #acacac;
}

.current-pin img {
    width: 17px;
    margin-right: 10px;
}

.current-search img {
    width: 20px;
}

.form-control-search {
    border: none;

    background: #eff1f3;
    display: inline-block;

    border-radius: 0;
}

.search-btn {

    height: 100%;
    width: 100px;
}

.search-btn-bar {
    padding: 0;
}

.location-content-filter-ajax .filter-bar .title {
    text-transform: uppercase;
}

.filter-bar-box {

    height: 100%;

}

.location-content-filter-ajax {

    font-size: 13px;
    padding: 60px 0;
}

.filter-bar-REGION {
    padding-top: 30px;
}

.filter-bar-REGION a {
    padding: 5px 0;
    display: block;
    color: black;
}

.filter-bar-REGION a:hover {
    text-decoration: none;
    color: #e95098;
}

.filter-bar-REGION .active {
    font-size: 14px;
    color: #e95098;
}

.filter-bar-box-border {

}

.footer-top-page-location .footer-nav li a, .footer-top-page .footer-nav li {
    color: black;
}

.city-box {
    padding: 10px 60px;
    padding-left: 90px;
    border-left: solid 1px #acacac;
}

.city-box h5 {
    color: #e95098;
}

.city-box-item-info {
    font-size: 12px;
    padding: 30px 0;
    line-height: 25px;

}

.city-box-item-info p {
    margin-bottom: 0;
    width: 90%;
}

.city-box-item-info span, .city-box-item-info a {
    color: #e95098;
}

.col-12-page {
    padding-left: 0;
    padding-top: 20px;
}

@media (max-width: 768px) {
    .current-search {
        padding-top: 20px;
    }

    .moble-menu-nav {
        padding-top: 20px;
    }

    .pc-menu-nav {
        display: none;
    }

    .location-content-filter-ajax {

        font-size: 13px;
        padding: 40px;
    }

    .btn-choose {
        background: #e95098;
        border-radius: 0;
    }

    .city-box {
        border: none;
        padding: 40px;
    }

    .location-content-search-bar {
        padding: 20px 0;
    }
}

@media (min-width: 768px) {
    .moble-menu-nav {
        display: none;
    }

    .container-loc {
        max-width: 920px;
        padding-right: 0;
        padding-left: 0;
    }
}

.city-box-item-title {
    padding: 0;
}

/*contact*/

.contact {
    background: url('../images/contact-bg.jpg');
    background-size: cover;

    background-position: bottom center;

}

.contact-boxs {
    padding-top: 120px;
}

.contact-box {
    position: relative;
}

.contact-box {
    position: relative;
}

.contact-box-more-bar {

    position: absolute;
    width: 100%;
    height: 45px;
    bottom: 30px;
    left: 0;
}

.contact-title {
    padding-top: 40px;
    color: #e95098;
}

.contact-box img {
    width: 255px;
}

.contact-box-more-bar img {
    width: 45px;
}

.contact-box-p {
    position: absolute;
    padding: 15px;
    padding-top: 110px;
    top: 0;
    color: white;

    font-size: 18px;
}

.contact-box .contact-box-av1 {
    position: absolute;
    width: 100px;
    left: -20px;
    bottom: -20px;
}

.contact-box .contact-box-av2 {
    position: absolute;
    width: 100px;
    right: -40px;
    z-index: 11111;
    top: -50px;
}

.contact-box .contact-box-av3 {
    position: absolute;
    width: 100px;
    right: -20px;
    bottom: -20px;
}

.footer-nav-white li {
    color: white !important;
}

.snapwidget-widget {
    padding-top: 5px;
}

@media (max-width: 768px) {
    .contact-box-p {

        font-size: 21px;
        margin-right: 10px;
        padding: 30px;
        padding-top: 120px;
    }

    .contact-box .contact-box-av1 {
        top: -20px;
    }

    .contact {
        height: auto;
    }

    .page-item {
        /*display: none;*/
    }

    .page-item-pre {
        display: inline;
    }

    .page-item-next {
        display: inline;
    }

    .contact-boxs {
        padding-top: 80px;
    }

    .contact-box {
        padding-bottom: 30px;
    }

    .contact-box img {
        width: 90%;
    }

    .contact-box-more-bar {
        bottom: 70px;
    }

    .contact-box-more-bar img {
        width: 60px;
    }

    .pagination {
        flex-wrap: wrap;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        height: 500px;
        overflow-y: scroll;
    }
}

@media (max-width: 376px) {

}

.page-link {
    color: #e95098;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #e95098;
    border-color: #e95098;
}

#collapse7 h3 {
    font-size: 1.25rem;
}

.swiper-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;

    background-size: 100%;
    background-position: top center;

    z-index: -999;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
