/* purgecss start ignore */
img {
    max-width: 100%;
}

figure.image {
    margin: 10px 0;
    display: inline-block;
}

figcaption {
    background: #f5f5f5;
    font-size: 90%;
    text-align: center;
}

#header li.language-wrapper {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

#header .language-wrapper .dropdown .language_bar_chooser.dropdown-menu {
    height: auto !important;
    left: unset;
    right: 0;
}

#header .language-wrapper .dropdown .language_bar_chooser.dropdown-menu li a {
    height: auto !important;
    line-height: 1.5rem !important;
    padding: 8px 5px;
}

#header .language-wrapper .dropdown .language_bar_chooser.dropdown-menu li a img {
    margin: 0;
    margin-right: 10px;
}

#header .language-wrapper .dropdown .dropdown-menu li span {
    display: inline-block;
}

#header .language-wrapper .dropdown .language_bar_chooser.dropdown-menu li {
    margin-left: 0;
}

.is-sticky .language-wrapper .dropdown .btn {
    color: #222222 !important;
}

footer .opening_time ul li a {
    padding: 8px 0;
    display: block;
}

#home-header {
    position: relative;
}

#home-header #hero-banner-slider img {
    width: 100%;
}

#home-header #hero-banner-slider .slick-initialized .slick-slide {
    position: relative;
}

#home-header #hero-banner-slider .has-content {
    position: relative;
}

#home-header #hero-banner-slider .has-content .slider-content-item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    text-align: left;
    width: 100%;
}

/* #home-header .home-slider-content {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, .45);
    z-index: auto;
    top: 0;
    left: 0;
} */

#home-header .slick-arrows-custom .slick-arrow::before {
    font-size: 45px;
}

#home-header .slick-arrows-custom .slick-prev {
    left: 25px;
}

#home-header .slick-arrows-custom .slick-next {
    right: 50px;
}

#header>.container>.row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.language-wrapper .dropdown .btn {
    color: #fff !important;
}

body:not(.is-home) #header-sticky-wrapper {
    height: unset !important;
}

body:not(.is-home) #header {
    background: rgb(43, 41, 44);
    display: block;
    height: auto;
    padding-bottom: 10px;
    position: relative;
}

body:not(.is-home) #logo img {
    height: 75px;
    width: 75px;
}

.section-breadcrumbs {
    background: url('/uploads/img-breadcrumb.png') center center;
    background-size: cover;
    position: relative;
}

.section-breadcrumbs::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    z-index: 0;
}

.section-breadcrumbs .container {
    position: relative;
}

.section-breadcrumbs h1,
.section-breadcrumbs a {
    color: #fff;
}

.section-breadcrumbs .breadcrumbs-content {
    padding: 30px 20px 40px;
    text-align: center;
}

.main-page-content {
    margin-top: 30px;
    padding: 10px 30px;
    margin-bottom: 20px;
}

.menu_today figure p:last-child {
    font-size: 16px;
}



#button-contact-vr {
    position: fixed;
    bottom: 100px;
    z-index: 99999;
    right: 5px;
}

/*phone*/
#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
    background: #f44336;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.phone-bar a:hover {
    opacity: 0.8;
    color: #fff;
}

@media (max-width: 736px) {
    .phone-bar {
        display: none;
    }
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}


#zalo-vr .phone-vr-img-circle {
    background-color: #2196f3;
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113, 68, 151, 0.8);
}

#viber-vr .phone-vr-img-circle {
    background-color: #714497;
}

#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

#contact-vr .phone-vr-img-circle {
    background-color: #2196f3;
}

div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1fd744;
    background-color: rgb(35 217 72 / 70%);
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle {
    background: #1cd741;
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}

/*css all in one*/
#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
    -webkit-transition: 1.3s all;
}

#gom-all-in-one #contact-vr {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all;
}

#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%;
}

#all-in-one-vr .phone-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: #fff;
    padding: 5px 15px 5px 48px;
    border-radius: 50px;
    margin-left: -64px;
    width: max-content;
    cursor: pointer;
}

.ck-content .image.image_resized img {
    height: auto !important;
}

.ck-content table img {
    height: auto !important;
}

.ck-content .table table,
.ck-content .table table td,
.ck-content .table table th {
    border: none;
}

.box-about-us {
    background: #f1f1f1;
    border-radius: 6px;
    padding: 10px 20px 30px;
}

.header-socials .hi-icon-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-socials .hi-icon-wrap>a {
    color: #fff;
    font-size: 24px;
}

.header-socials .hi-icon-wrap>a>svg {
    filter: brightness(0) invert(1);
}

.is-sticky .language-wrapper .header-socials .hi-icon-wrap>a {
    color: #222;
}

.is-sticky .language-wrapper .header-socials .hi-icon-wrap>a>svg {
    filter: brightness(0) invert(0);
}

.box-select-type-menu {
    display: block;
    margin-bottom: 30px;
}

.box-select-type-menu ul {
    display: flex;
    align-items: center;
    width: max-content;
    justify-content: space-around;
    margin: auto;
}

.box-select-type-menu ul li>a {
    background-color: #fff;
    width: 100%;
    display: block;
    padding: 13px 30px;
    border: 1px solid #dd9f56;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}

.box-select-type-menu ul li>a.active {
    background-color: #dd9f56;
    color: #fff;
}

.ck-content img {
    width: 100%;
    height: auto;
}

#popupReviewMaps .close {
    position: absolute;
    right: -20px;
    top: -20px;
    background: #000;
    font-size: 40px;
    width: 45px;
    height: 45px;
    color: #fff;
    opacity: 1;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
}
@media screen and (max-width: 991px) {}

@media screen and (max-width: 768px) {

    #footer .latest_post {
        margin-bottom: 30px;
    }

    #footer .our_location,
    #footer .opening_time {
        display: none;
    }

    #header>.container {
        padding: 0;
        margin: 0 10px;
    }

    #header>.container>.row {
        flex-wrap: wrap;
    }

    #header #main-menu {
        order: 4;
        width: 100%;
    }

    #header #logo {
        margin: 0 !important;
        padding: 0 !important;
    }

    #header .language-wrapper .dropdown .btn {
        color: #222 !important;
        font-size: 10px;
    }

    .header-socials .hi-icon-wrap>a {
        color: #333;
        font-size: 24px;
    }

    .header-socials .hi-icon-wrap>a>svg {
        filter: brightness(0);
    }

    #home-header {
        height: auto !important;
    }

    #header.header-transparent,
    #header,
    #header-wrap {
        position: relative;
    }

    #logo img {
        height: 80px;
        width: 80px;
    }

    #main-menu ul li a {
        padding: 0 20px !important;
    }

    .padding-100 {
        padding: 30px 0;
    }

    .menu_today figure .fig_container h3 {
        margin-bottom: 20px;
    }

    .blog img,
    .latest_news img,
    .masonary_blog img,
    .menu_today img {
        width: 100%;
    }

    #home-header #hero-banner-slider .has-content .slider-content-item h3 {
        font-size: 16px;
    }

    #home-header #hero-banner-slider .has-content .slider-content-item a.btn {
        padding: 2px 10px;
        height: auto;
    }

    body:not(.is-home) #header {
        background: #fff;
    }

    .main-page-content {
        padding: 0;
    }
}

/* purgecss end ignore */