*,
body,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial
}

body {
    background-position: fixed
}

img {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    height: 100%
}

.pd-top-30 {
    padding-top: 30px
}

.pd-btm-30 {
    padding-bottom: 30px
}

a {
    text-decoration: none;
    color: #fff
}

a:hover {
    text-decoration: underline;
    color: #d9b633
}

.text-center {
    text-align: center
}

.see-more-cate {
    margin-top: 10px
}

.see-more-cate a {
    display: inline-block;
    font-size: 15px;
    background: #bb0e0e;
    padding: 1px 10px;
    font-weight: 600;
    border-radius: 5px;
    color: #fff
}

.see-more-cate a:hover {
    background: #730808
}

.w-100 {
    width: 100%
}

.w-25 {
    width: 25%
}

.red-text {
    color: #5b0707 !important
}

.black-text {
    color: #031753 !important
}

.container {
    padding: 0 50px
}

.container-top {
    max-width: 1360px;
    margin: auto
}

h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700
}

h2 {
    font-size: 46px;
    line-height: 56px;
    font-weight: 700
}

.location-hd,
h3 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700
}

.main-hd {
    margin: 20px 0
}

.main-text p {
    font-size: 20px;
    line-height: 30px;
    color: #032075;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center
}

.main-text p a {
    padding: 0 6px;
    display: inline-block;
    background: #032075
}

.main-text ul {
    margin: 10px 15px
}

.main-text ul li {
    font-size: 19px;
    line-height: 27px;
    color: #032075;
    margin-bottom: 8px
}

header {
    padding: 10px 30px;
    background: #5b0707;
    border-radius: 0;
    width: 100%;
    z-index: 999
}

.header-box {
    display: flex
}

.logo {
    color: #fff;
    font-size: 40px;
    font-family: Georgia, serif;
    font-weight: 600
}

.logo a {
    color: #fff
}

.logo img {
    width: 100%
}

.menu-trigger {
    display: none
}

.header-menu {
    display: flex;
    justify-content: flex-end;
    flex: 1
}

.header-menu ul {
    margin: 0;
    padding: 0;
    text-align: center
}

.header-menu ul li {
    display: inline-block;
    position: relative
}

.header-menu ul li a {
    color: rgba(255, 255, 255, .7);
    font-size: 15px;
    padding: 18px 15px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block
}

.header-menu ul li ul {
    display: none;
    width: 250px;
    background: #5b0707;
    z-index: 99;
    position: absolute;
    top: 100%;
    border: rgba(255, 255, 255, .2) solid 1px;
    border-radius: 7px
}

.header-menu ul li ul li {
    width: 100%;
    text-align: left
}

.header-menu ul li ul li a {
    display: block;
    color: rgba(255, 255, 255, .9);
    text-transform: none;
    padding: 10px 15px;
    font-size: 16px
}

.header-menu ul li ul li a:hover {
    background: rgba(0, 0, 0, .1)
}

.header-menu ul li:hover ul {
    display: block
}

.banner-box {
    position: relative;
    border-radius: 0;
    overflow: hidden
}

.banner-box img {
    aspect-ratio: 1/0;
    object-fit: cover
}

.top-category {
    display: flex;
    flex-wrap: wrap
}

.top-category-lf-box {
    display: flex;
    width: 48%;
    padding: 20px;
    border: #ccc solid 5px;
    background: #eee;
    margin: 10px;
    align-items: flex-start
}

.top-category-lf {
    width: 30%
}

.top-category-rt {
    width: 70%;
    padding-left: 30px
}

.category-hd {
    font-size: 19px;
    font-weight: 600;
    color: #000;
    font-style: italic;
    margin-bottom: 10px
}

.category-text {
    font-size: 17px;
    color: #000;
    line-height: 27px
}

.top-box-inner {
    display: flex
}

.top-box-lf {
    width: 60%
}

.top-box-rt {
    width: 40%;
    padding-left: 30px
}

.inner-box-inner {
    display: flex
}

.inner-box-lf {
    width: 77%
}

.inner-box-rt {
    width: 23%;
    padding-left: 30px;
    margin-top: 20px
}

.inner-box-img {
    padding: 10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .2) 1px 1px 10px
}

.inner-box-lf .main-text p {
    text-align: left
}

.gallery-box {
    background: #eee;
    border-top: #ddd solid 1px;
    border-bottom: #ddd solid 1px
}

.main-gallery ul {
    margin: 0 -10px;
    display: flex;
    padding: 0;
    flex-wrap: wrap
}

.main-gallery ul li {
    width: 25%;
    padding: 10px;
    display: inline-block;
    cursor: pointer
}

.main-gallery ul li:nth-child(9) {
    display: none
}

.main-gallery ul li:nth-child(10) {
    display: none
}

.main-gallery-back {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none
}

.main-gallery-caption {
    width: 600px;
    position: fixed;
    margin: 50px auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    border-radius: 6px;
    overflow: hidden;
    display: none
}

.main-gallery-img-pop {
    width: 40%
}

.main-gallery-img-pop img {
    width: 100%
}

.close-gallery {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 99999999;
    background: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: none
}

.close-gallery:before {
    content: '';
    position: absolute;
    left: 13px;
    top: 6px;
    transform: rotate(45deg);
    height: 14px;
    width: 2px;
    border-radius: 999px;
    background: #000
}

.close-gallery:after {
    content: '';
    position: absolute;
    left: 13px;
    top: 6px;
    transform: rotate(-45deg);
    height: 14px;
    width: 2px;
    border-radius: 999px;
    background: #000
}

.main-gallery ul li.main-gallery-active .main-gallery-caption {
    display: flex
}

.main-gallery-img {
    padding: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .2) 1px 1px 10px;
    position: relative;
    border-radius: 20px
}

.main-gallery-img img {
    height: 100%;
    width: 100%;
    transform: scale(1);
    border-radius: 20px;
    transition: .3s ease
}

.main-gallery-img:hover img {
    transform: scale(1.03);
    transition: .3s ease
}

.main-gallery-pop-table {
    background: #fff;
    width: 60%
}

.main-gallery-pop-table table {
    width: 100%;
    border-collapse: collapse
}

.main-gallery-pop-table table tr td {
    padding: 10px;
    font-size: 14px;
    color: #000
}

.main-gallery-pop-table table tr:nth-child(odd) {
    background: #eee
}

.view-gallery {
    position: absolute;
    width: 65%;
    color: #fff;
    background: #000;
    font-size: 16px;
    display: inline-block;
    padding: 15px 15px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 52px;
    border-radius: 20px;
    text-align: center;
    z-index: 9999;
    border: #fff solid 2px;
    transform: scale(0);
    transition: .3s ease
}

.main-gallery-img:hover .view-gallery {
    transform: scale(1);
    transition: .3s ease
}

.location-btm-box {
    display: block;
    padding-top: 30px;
    margin-top: 30px
}

.location-btm-lf {
    width: 100%
}

.location-btm-rt {
    width: 100%;
    padding-left: 30px
}

.location-btm-hd {
    color: #5b0707;
    font-size: 42px;
    font-weight: 700;
    text-align: center
}

.location-btm-list ul {
    margin: 15px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.location-btm-list ul li {
    display: block;
    position: relative;
    width: 25%;
    padding: 5px
}

.location-btm-list ul li:before {
    content: '';
    position: absolute;
    height: 7px;
    width: 7px;
    border: #fff solid 2px;
    border-top: 0;
    border-right: 0;
    transform: rotate(-135deg);
    right: 25px;
    top: 25px
}

.location-btm-list ul li a {
    background: #5b0707;
    border-radius: 15px;
    color: #fff;
    font-size: 17px;
    display: block;
    padding: 15px;
    font-weight: 600
}

.location-btm-rt .main-hd {
    margin-top: 0
}

.footer {
    background: #5b0707;
    padding: 30px 0;
    margin: 15px 0 0 0;
    border-radius: 0
}

.footer-box {
    display: flex
}

.footer-hd {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 17px;
    font-weight: 600;
    color: #fff
}

.footer-fixed {
    width: 100%;
    padding-top: 0;
    position: fixed;
    width: 97%;
    margin-left:2%;
    z-index: 999;
    bottom: 0;
    display: none
}

.footer-fixed-inner {
    position: relative;
    padding: 15px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, .2) 1px 1px 10px;
    border: #ddd solid 1px;
    background: #fff
}

.whatsapp {
    position: absolute;
    left: 10px;
    top: 5px
}

.whatsapp a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #0c6830;
    padding: 7px;
    display: inline-block
}

.phone {
    position: absolute;
    right: 10px;
    top: 5px
}

.phone a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #bb0e0e;
    padding: 5px;
    display: inline-block
}

.phone a img,
.whatsapp a img {
    width: 100%
}

.phone-txt {
    font-size: 19px;
    font-weight: 600;
    text-align: center
}

@media (max-width:767px) {
    .logo {
        width: 100%;
        text-align: center
    }

    .logo a img {
        width: 255px
    }

    .header-box {
        display: block
    }

    .header-menu ul li {
        display: block
    }

    .header-menu ul li a {
        display: block;
        border-bottom: #5b0707 solid 1px;
        font-size: 16px;
        color: rgba(255, 255, 255, 1);
        padding: 12px 15px
    }

    .menu-trigger {
        display: block;
        font-size: 18px;
        font-weight: 600;
        padding: 15px;
        background: rgba(255, 255, 255, .3);
        color: #fff;
        cursor: pointer;
        margin-top: 10px;
        position: relative
    }

    .trigger-icon {
        position: absolute;
        right: 15px;
        top: 7px;
        padding: 10px;
        display: block;
        background: rgba(0, 0, 0, .5);
        width: 40px
    }

    .trigger-icon1 {
        width: 100%;
        height: 2px;
        background: #fff;
        margin-bottom: 5px;
        display: block
    }

    .trigger-icon .trigger-icon1:last-child {
        margin-bottom: 0
    }

    .header-menu ul li:hover ul {
        display: none
    }

    .header-menu ul li ul {
        position: relative;
        width: 100%;
        height: 250px;
        overflow: auto
    }

    .header-menu ul li.open-menu ul {
        display: block
    }

    .header-menu ul li ul li a {
        font-size: 16px;
        text-align: center
    }

    .header-menu {
        display: none
    }

    .banner-box img {
        height: 230px;
        aspect-ratio: 1/0;
        object-fit: cover
    }

    .top-box-inner {
        display: block
    }

    .top-box-lf {
        width: 100%
    }

    .top-box-rt {
        width: 100%;
        padding-left: 0
    }

    .main-gallery ul li {
        width: 50%
    }

    .top-category {
        display: block
    }

    .top-category-lf-box {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        display: block
    }

    .top-category-lf {
        width: 100%
    }

    .top-category-rt {
        padding-left: 0;
        width: 100%;
        padding-top: 15px
    }

    .location-btm-box {
        display: block
    }

    .location-btm-lf {
        width: 100%
    }

    .location-btm-rt {
        width: 100%;
        padding-left: 0
    }

    .footer-fixed {
        display: block
    }

    .footer {
        padding-bottom: 80px
    }

    .footer-box {
        display: block
    }

    .footer-hd {
        margin-top: 30px
    }

    .inner-box-inner {
        display: block
    }

    .inner-box-lf {
        width: 100%
    }

    .inner-box-rt {
        width: 100%;
        padding-left: 0
    }

    .container {
        padding: 15px
    }

    h1 {
        font-size: 36px;
        line-height: 46px
    }

    h2 {
        font-size: 34px;
        line-height: 44px
    }

    h3 {
        font-size: 32px;
        line-height: 42px
    }

    .footer-hd {
        font-size: 20px;
        text-align: center
    }

    .main-gallery-caption {
        width: 90%
    }

    .main-gallery ul li.main-gallery-active .main-gallery-caption {
        display: block;
        height: 90vh;
        overflow: auto;
        margin: 10px auto
    }

    .main-gallery-img-pop {
        height: 350px;
        overflow: hidden
    }

    .main-gallery-img-pop img {
        height: auto
    }

    .main-gallery-img-pop {
        width: 100%
    }

    .main-gallery-pop-table {
        width: 100%
    }

    .location-btm-list ul li {
        width: 50%
    }
}

@media (max-width:580px) {
    .banner-box img {
        height: 213px
    }

    .location-btm-list ul li {
        width: 100%
    }
}

@media (max-width:480px) {
    .banner-box img {
        height: 171px
    }
}

@media (max-width:380px) {
    .banner-box img {
        height: 155px
    }
}

.banner {
    width: 100%
}

/*! use for mobile and desktop */
.mobile-banner {
    display: none
}

.banner img,
.mobile-banner img {
    width: 100%
}

@media (max-width:499px) {
    .mobile-banner {
        display: block
    }

    .banner {
        display: none
    }
}