#page{}
.fixed_height{ }
#topbar{
    background: #EBEDEA;
    color: #e51e25;
    padding: 12px 0px;
}
#topbar a{color: #e51e25; margin-left: 15px; }

#logo img{ max-height: 62px;}
.section-header{
    padding-bottom: 30px;
}
.section-header h2 {
    color: #F3EEE4;
    text-align: center;
    -webkit-text-stroke-width: 0.25px;
    -webkit-text-stroke-color: #F3EEE4;
    font-family: "Bon Foyage";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px; /* 162.5% */
    text-transform: uppercase;
}
.section-header p {
    margin: 0;
}

.section-header.swidth{
    width: 60%;
    margin: 0 auto;
}


.title-page{
    color: #fe0000;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.text-main{ color: #29455b;}
.btn-themes{
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 34px;
    background: #e51e25;
    border-radius: 45px;
    width: fit-content;
    color: #EBEDEA;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}
.btn-themes a{
    color: #fff;
}
#header .btnbooking{
    display: flex;
    justify-content: center;
    padding: 9px 12px;
    color: #e51e25;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(270deg, #B8B8B8 -7.73%, #E8E8E8 49.84%, #C5C5C5 109.67%);
    border-radius: 27px;
}

@media screen and (max-width: 768px) {
    .section-header h2 {
        font-size: 28px;
        line-height: 42px;
    }
    .section-header.swidth{
        width: 100%;
    }
    .title-page{ font-size: 32px;}
    header{
        position: relative;
    }
    main{ margin-top: 0;}
}

#banner{}

#banner #description{
    color: #e51e25;
    text-align: left;
    width: 580px;
}

#banner #description h2{
    color: #e51e25;
    font-size: 52px;
    font-weight: 500;
    line-height: 60px;
    text-transform: uppercase;
    text-align: left;
}

#banner #description p{
    margin-top: 15px;
    color: #e51e25;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
#banner #description a{
    display: inline-block;
    margin-top: 20px;
    border: none;
    padding: 16px 40px;
    border-radius: 50px;
    background: #e51e25;
    color: #EBEDEA;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

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

    #banner #description{
        width: 100%;
        text-align: center;
    }

    #banner #description button{
        margin: 0 auto;
    }
    #banner #description h2{
        font-size: 28px;
        line-height: 30px;
        text-align: center;
    }
}
#pnmenu{}
#pnmenu.fixed-menu{
    background: #fff;
    width: 100%;
    position: fixed!important;
    top: 0;
    left: 0;
    z-index: 999;
}

#pnmenu i{ cursor: pointer;}
#top-phone{ font-weight: 700;}

#banner-page{
    background: #f5f5f5;
    padding: 50px 0;
    text-align: center;
}
#banner-page h2{
     font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
    .navmenu {
        padding: 0;
    }

    .navmenu ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navmenu li {
        position: relative;
    }

    .navmenu a,
    .navmenu a:focus {
        color: #0F0402;
        font-size: 14px;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
        padding: 16px 18px;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        transition: 0.3s;
    }

    .navmenu li:last-child a {
        padding-right: 0;
    }

    .navmenu li:hover>a,
    .navmenu .active,
    .navmenu .active:focus {
        color: #e51e25;
    }

    .navmenu .dropdown ul {
        margin: 0;
        padding: 10px 0;
        background: #fff;
        display: block;
        position: absolute;
        visibility: hidden;
        left: 14px;
        top: 150%;
        opacity: 0;
        transition: 0.3s;
        border-radius: 4px;
        z-index: 99;
        padding-top: 10px;
    }

    .navmenu .dropdown ul li {
        min-width: 200px;
    }

    .navmenu .dropdown ul a {
        padding: 5px 20px;
        color: #e51e25;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        text-transform: uppercase;
    }

    .navmenu .dropdown ul a i {
        font-size: 12px;
    }

    .navmenu .dropdown ul a:hover,
    .navmenu .dropdown ul .active:hover,
    .navmenu .dropdown ul li:hover>a {
        color: var(--color-nav-dropdown-hover);
    }

    .navmenu .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navmenu .dropdown .dropdown ul {
        top: 0;
        left: -90%;
        visibility: hidden;
    }

    .navmenu .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: -100%;
        visibility: visible;
    }

    .navmenu .megamenu {
        position: static;
    }

    .navmenu .megamenu ul {
        margin: 0;
        padding: 10px;
        box-shadow: 0px 0px 20px rgba(0,0,0, 0.1);
        display: block;
        position: absolute;
        top: 130%;
        left: 0;
        right: 0;
        visibility: hidden;
        opacity: 0;
        display: flex;
        transition: 0.3s;
        border-radius: 4px;
        z-index: 99;
    }

    .navmenu .megamenu ul li {
        flex: 1;
    }

    .navmenu .megamenu ul li a,
    .navmenu .megamenu ul li:hover>a {
        padding: 10px 20px;
        font-size: 15px;
        color: #fff;
    }

    .navmenu .megamenu ul li a:hover,
    .navmenu .megamenu ul li .active,
    .navmenu .megamenu ul li .active:hover {
        color: #fff;
    }

    .navmenu .megamenu:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navmenu .dd-box-shadow {
        box-shadow: 0px 0px 30px rgba(0,0,0, 0.15);
    }
}

/* Mobile Navigation */
@media (max-width: 1199px) {

    #icon-menu{ position: absolute; top: -20px; right: 0px;}
    .mobile-nav-toggle {
        color: #000;
        font-size: 36px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.3s;
    }

    .navmenu {
        padding: 0;
        z-index: 9997;
    }

    .navmenu ul {
        display: none;
        position: absolute;
        inset: 60px 20px 20px 20px;
        padding: 10px 0;
        margin: 0;
        border-radius: 6px;
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
        box-shadow: 0px 0px 30px rgba(0,0,0, 0.1);
        padding-top: 0;
    }

    .navmenu a,
    .navmenu a:focus {
        color: #fff3cd;
        padding: 10px 20px;
        font-size: 17px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s;
        background-color: rgba(0,0,0, 0.1);
    }

    .navmenu a i:hover,
    .navmenu a:focus i:hover {
        color: #fff3cd;
    }

    .navmenu a:hover,
    .navmenu .active,
    .navmenu .active:focus {
        color: #fff3cd;
    }

    .navmenu .active i,
    .navmenu .active:focus i {
        color: #fff3cd;
        transform: rotate(180deg);
    }

    .navmenu .dropdown ul,
    .navmenu .megamenu ul {
        position: static;
        display: none;
        z-index: 99;
        padding: 3px 0;
        margin: 3px 20px;
        background-color: #fff;
        transition: all 0.5s ease-in-out;
        margin-top: -10px;
    }

    .navmenu .dropdown ul ul,
    .navmenu .megamenu ul ul {
        background-color: rgba(33, 37, 41, 0.1);
    }

    .navmenu .dropdown>.dropdown-active,
    .navmenu .megamenu>.dropdown-active {
        display: block;
        background-color: rgba(33, 37, 41, 0.03);
    }

    .mobile-nav-active {
        overflow: hidden;
    }
    .mobile-nav-active .mobile-nav-toggle.bi-x {
        color: #fff;
        position: absolute;
        font-size: 48px;
        top: -10px;
        right:0px;
        margin-right: 0;
        z-index: 9999;
    }

    .mobile-nav-active .navmenu {
        position: fixed;
        overflow: hidden;
        inset: 0;
        background: rgba(0, 0, 0, 0.9);
        transition: 0.3s;
    }

    .mobile-nav-active .navmenu>ul {
        display: block;
    }
    .mobile-nav-active .navmenu>ul>li a {
        color: #fff;
    }
}

/*--------------------------------------------------------------
# Menu intro Section
--------------------------------------------------------------*/

#menu-intro{
    background-color: #191617;
    padding: 60px 0;
    color: #fff;
}
#menu-intro .warp{
    width: 60%;
    margin: 0 auto;
}
#menu-intro a{
    color: #fff;
}

#menu-intro .title  {
    color: #F3EEE4;
    -webkit-text-stroke-width: 0.25px;
    -webkit-text-stroke-color: #F3EEE4;
    font-family: "Bon Foyage";
    font-size: 64px;
    font-weight: 400;
    line-height: 65px; /* 101.563% */
    text-transform: uppercase;
}

#menu-intro .desc  {
    color: #D6CBB5;
    font-size: 10px;
    font-weight: 300;
    line-height: 126%; /* 12.6px */
}
#menu-intro .img img  {
    width: 100%;
    margin-left: -50px;
}

#menu-intro .btnbooking{
    color: #F3EEE4;
    text-align: center;
    -webkit-text-stroke-width: 0.25px;
    -webkit-text-stroke-color: #F3EEE4;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 39px;
    background: #850400;
}

@media screen and (max-width: 768px) {
    #menu-intro .warp{
        width: 100%;
    }
    #menu-intro .warp div{

    }
    #menu-intro .img img  {
        margin-left: 0px;
    }
    #menu-intro .title  {
        font-size: 28px;
        line-height: 42px;
    }
}

/*--------------------------------------------------------------
# Cate Products Home Section
--------------------------------------------------------------*/
#cate-pro-home{
}

#cate-pro-home .inner{
    padding: 20px 50px;
}
#cate-pro-home .titlepro-panel{
    border-top: 3px solid #ccc;
    padding-top: 15px;
}
#cate-pro-home .titlepro-panel .title{
    position: relative;
    padding-left: 30px;
    line-height: 37px;
    font-weight: 600;
    font-size: 30px;
    color: #ff771f;
    text-transform: uppercase;
}
#cate-pro-home .titlepro-panel .title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    background: #ff771f;
    width: 6px;
    height: 30px;
}
#cate-pro-home .titlepro-panel:nth-child(3) .title:before {
    background: #02adff;
}

#cate-pro-home .titlepro-panel:nth-child(5) .title:before {
    background: #a4dd00;
}

#cate-pro-home .titlepro-panel:nth-child(7) .title:before {
    background: #0857f7;
}

#cate-pro-home .titlepro-panel .title-categories ul{ margin: 0; padding: 0;}
#cate-pro-home .titlepro-panel .title-categories ul li a{display: block; padding: 0 25px; text-transform: uppercase;}

#cate-pro-home .titlepro-panel .more a {
    background-color: #939598;
    border-radius: 5px;
    color: #FFF;
    padding: 5px 10px;
}
#cate-pro-home .titlepro-panel .more a:hover{
    background: #ff771f;
}

@media screen and (max-width: 768px) {
    #cate-pro-home .inner{
        padding: 20px 10px;
    }
    #cate-pro-home .title-categories{
       display: none;
    }
}

/*--------------------------------------------------------------
# Products Section
--------------------------------------------------------------*/
.homepro-home{ }

.homepro-home .homepro-item{
    background: #fff;
    border-radius: 8px;
    position: relative;
    margin-bottom: 15px;
}
.pro-item  .pc_sales{ display: inline-block;  position: absolute; top: 10px; right: 10px; background: #ff0000; color: #fff; border-radius: 8px; z-index: 101; text-align: center; font-size: 14px; padding: 2px 5px;}

.homepro-home .homepro-item .imgbox{
    border-radius: 8px 8px 0 0;
}
.homepro-item .price{  color: #ff771f;
    font-weight: bold;
    font-size: 18px;}

.homepro-item .price .sale-price{
    margin-left: 30px;
    color: #8a8a8a;
    font-size: 15px;
    color: #707070;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through ;
}

.homepro-home .homepro-item .info{
    padding: 15px;
}
.homepro-home .homepro-item .info h4 a{
    color: #000;
    font-weight: bold;
}
.homepro-home .homepro-item .info ul{
    margin:0;
    padding:0;
    font-size: 15px;
    font-weight: normal;
}

.pro-item .imgbox{ height: 300px;}

.homepro-item h4{
    margin: 0;
    margin-bottom: 10px;
}

.homepro-item h4 a{
    font-size: 15px;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .pro-item .imgbox{ height: 200px;}
}


@media (max-width: 575px) {
    .homepro h4 {
        font-size: 16px;
    }
}

.homepro #categories{

}
.homepro #categories a{
    display: flex;
    padding: 8px 16px;
    align-items: flex-start;
    border-radius: 24px;
    background:#F8F8F8;
}

.homepro .homepro-item .inner{
    background: #F8F8F8;
    border-radius: 8px;
}

.homepro-page .homepro-item {
    margin-top: 25px;
}

.homepro-page .homepro-item .inner{
    padding: 8px;
}

.homepro-page .homepro-item .inner .img{
    padding: 20px;
}

.homepro .homepro-item .info{
    padding: 8px;
}

.homepro .homepro-item .info .btn-light{
    background: #fff;
    font-size: 14px;
    font-weight: 700;
}

.homepro .homepro-item .homepro-img {
    border-radius: 8px;
    margin-bottom: 15px;
}

.homepro .homepro-item h4 {

    font-weight: 400;
    text-overflow: ellipsis;
    whitespace: nowrap;
    overflow: hidden;
}
.homepro .homepro-item h4 a{
    font-size: 15px;
}
.homepro .homepro-item .para-homepro{
    border-radius: 15px;
    background: #FFF;
}

.homepro .homepro-item .para-homepro span{
    padding: 8px 12px;
    border-right: 1px solid #EBEBEB;
    font-size: 14px;
}
.homepro .homepro-item .para-homepro span:last-child{
    border-right:none;
}

.homepro .homepro-item .price {
    color: #333;
    font-size: 14px;
    font-weight: 800;
    margin-top: 15px;
    margin-bottom: 0;
}

.related-pro .section-header h2 {
    color: #000;
}
#panel_product_cate{ margin-top: 60px;}
#panel_product_cate .box{ position: relative;}
#panel_product_cate .box .title{ position: absolute; top: 10px; left: 10px; font-size: 24px; color: #fff; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;}
#panel_product_cate .box .img{ height: 280px; overflow: hidden; position: relative;}
#panel_product_cate .box .img img{object-fit: cover; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; max-width: 100%;}
#panel_product_cate .box .icon{ position: absolute; bottom: 10px; left: 10px;}
#panel_product_cate .box a:hover{ color: #fff;}
#panel_product_cate .box a:hover .icon svg circle {
    fill: #748a8c;
}
#panel_product_cate .box a:hover .icon svg path {
    fill: #fff;
}
@media screen and (max-width: 768px) {
    #panel_product_cate .box{ margin-bottom: 10px; }
    #panel_product_cate .box .img img{ border-radius: 8px;}
}

#processing{ margin-top:60px;}
#processing .steps{
    margin-top: 60px;
     text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

#processing .steps .step, #processing .steps .step a {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 150px;
    width: 100%;
    text-align: center;
}
#processing .steps .step{
    margin-right: 35px;
}
#processing .steps .step .step-title{
    margin-top:15px;
}
#processing .steps .step img {
    width: 100%;
    max-width: 150px;
    height: 150px;
    display: block;
    object-fit: cover;
}
#processing .steps .step:not(:last-child):after {
    content: "";
    background-image: url(../images/how-it-works-arrow.png);
    background-position: center center;
    background-size: 48px auto;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 48px;
    right: -48px;
    z-index: 1000;
}
#processing .steps .step:last-child {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    #processing .steps .step, #processing .steps .step a {
        max-width: 80px;
    }

    #processing .steps .step img {
        max-width: 80px;
        height: 80px;
    }

    #processing .steps .step:not(:last-child):after {
        top: 18px;
    }

}

.col-droplang{}
#droplang{
 width: auto;
}
#droplang button{
    background: none; border: none; font-size: 15px;
}
#droplang .flagimg { width: 22px; margin-left: 10px;}

#home-show{
    margin-top: 60px;
    background: url(../images/bgsection.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    padding-top: 150px;
    padding-bottom: 200px;
    font-weight: 300;
}
#home-show .box{
    position:relative;
}
#home-show .box h2 {
    position: absolute;
    margin: 0 auto;
    color: #29455b;
    background-color: #fff;
    padding: 16px 48px;
    font-weight: 700;
    top: 35px;
}

#home-show .box .img{ height: 600px; overflow: hidden; position: relative;}
#home-show .box .img img{object-fit: cover; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }

#home-show .box .view-detail {
    position: absolute;
    padding:  .5rem 1.2rem;
    font-weight: 700;
    text-align: center;
    bottom: 10px;
    background-color: #748a8c;
    border-radius: 6px;
    left: 50%;
    transform: translate(-50%, -50%);
}
#home-show .box .view-detail a{
    color: #fff;
}

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

}

/*--------------------------------------------------------------
# Customer Says Section
--------------------------------------------------------------*/

.customer-say{
    background: #e51e25;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 120px;
}

.customer-say .section-header h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 400;
}

.customer-say .info {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
.customer-say .info h2{
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 53px;
    text-transform: uppercase;
}
.customer-say .info .star img{
    margin: 0 6px;
}

.customer-say .swiper-button-next::after,.customer-say .swiper-button-prev::after {
    content: '';
}

.customer-say .swiper-button-next,.customer-say .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: 22px;
    z-index: 999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #474747;
    border-radius: 50%;
    border: 1px solid #474747;
    background: #fff;
    width: 60px;
    height: 60px;
}

.customer-say .swiper-button-next, .customer-say .swiper-button-prev i{
    font-size: 20px;
}

.customer-say .swiper-button-next {
    right: 10px;
    left: auto;
}

.customer-say .swiper-button-prev-01{
    left: 10px;
    right: auto;
}

@media screen and (max-width: 768px) {
    .customer-say .info {
        width: 90%;
        margin: 0 auto;
    }
    .customer-say .section-header h2 {
        font-size: 20px;
        line-height: 40px;
    }
    #customer-panel{
        position: relative;
    }
    #customer-panel .swiper-button-next, .customer-say .swiper-button-prev{
        width: 30px;
        height: 30px;
    }
    #customer-panel .swiper-button-next i, .customer-say .swiper-button-prev i{
        font-size: 15px;
    }
    #customer-panel .swiper-button-next{
        right: -10px;
    }
    #customer-panel .swiper-button-prev{
        left: -10px;
    }
}

/*--------------------------------------------------------------
# Best Sales Section
--------------------------------------------------------------*/
#best-sales{ background: #341701; padding: 120px 0; color: #fff;}
#best-sales .warp{
    width: 60%;
    margin: 0 auto;
}
#best-sales .best-item{

}

#best-sales .best-item .imgbox {
    height: 200px;
}

#best-sales .best-item .img-box img{

}
#best-sales .best-item .info .title {
    color: #F3EEE4;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 35px; /* 291.667% */
}
#best-sales .best-item .info .description {
    color: #D6CBB5;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 126%; /* 12.6px */
}

@media screen and (max-width: 768px) {
    #best-sales .warp{
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Partner Section
--------------------------------------------------------------*/

.partner{
    background: #e51e25;
    color: #fff;
    padding: 20px 0;
}

.partner .partner-item {
    padding: 10px;
    margin:  0 10px;
    height: 120px;
}

.partner .partner-item .img {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .partner .swiper-slide-active+.swiper-slide {
        z-index: 1;
    }
}

@media (max-width: 575px) {
    .partner .partner-item {
        padding: 0;
        margin:  0;
        height: 100px;
        overflow: hidden;
    }

    .partner .section-header {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .partner .partner-item .info {
        display: block;
    }

}
.partner .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.partner .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    background-color: #d1d1d7;
    opacity: 1;
    border-radius: 10px;
}
.partner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: yellow;
}

/*--------------------------------------------------------------
# About us Section
--------------------------------------------------------------*/

#about-us{ position: relative; padding: 80px 0; color: #fff; background: #191617;}
#about-us .warp{ width: 90%; margin: 0 auto;}
#about-us h2.title{
    color: #F3EEE4;
    -webkit-text-stroke-width: 0.25px;
    -webkit-text-stroke-color: #F3EEE4;
    font-family: "Bon Foyage";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
    text-transform: uppercase;
}
#about-us .desc{
    color: #D6CBB5;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 126%; /* 17.64px */
}

@media screen and (max-width: 768px) {
    #pnmenu{ position:relative;}
}

#counter{ background: #F3F4F6; color: #202226; height: 520px; margin-bottom: 120px;}
#img-counter{
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
    #counter{ height: auto; padding-bottom: 30px; margin-bottom: 5px;}
    #img-counter{
        margin-top: 10px;
    }
}

/*--------------------------------------------------------------
# About us Page
--------------------------------------------------------------*/

#aboutus-content{
background-color: #0b0d0c;
background-image: url("../images/bg-aboutus.jpg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center top;
    color: #D6CBB5;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
#aboutus-content .warp{
    position: relative;
    width: 50%;
    margin: 0 auto;
    min-height: 800px;
}
#aboutus-content .content{

}
#aboutus-content .desc{
   position: absolute;
    width: 100%;
    bottom: 100px;
}

#aboutus-content .content ul{
    margin: 0;
    padding: 0;
}
#aboutus-content .content ul li:before {
    content: "+";
    margin-right: 6px;
    font-weight: 600;
}

#panel-sub-aboutus{
    padding: 100px 0;
}
#panel-sub-aboutus .warp{ width: 50%; margin: 0 auto;}

#panel-sub-aboutus .title{
    color: #850400;
    -webkit-text-stroke-width: 0.25px;
    -webkit-text-stroke-color: #FFF;
    font-family: "Bon Foyage";
    font-size: 64px;
    font-weight: 400;
    line-height: 58px; /* 90.625% */
    text-transform: uppercase;
}
#panel-sub-aboutus .content{
    color: #191617;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    #aboutus-content{ padding-top:30px;}
    #panel-sub-aboutus{ margin-top: 30px;}
    #panel-sub-aboutus .title-page{ text-align: center;}
    #aboutus-content .content{
        margin-left: 0px;

    }
    #aboutus-content .content h3{
        font-size: 32px;
        line-height: 42px;
    }
    #aboutus-content .content h4{
        font-size: 22px;
        line-height: 36px; /* 183.333% */
    }
    #panel-sub-aboutus h2{
        font-size: 28px;
        line-height: 32px;
    }
    #panel-sub-aboutus .content{
        margin-right: 0px;
    }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
#services{
    position: relative; padding: 80px 0;
    background: #DCE3DA;
}

#services .section-header p{
    margin-top: 15px;
    color: #e51e25;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
}
.service_item{
    position: relative;
    display: flex;
    padding: 40px 20px 32px 20px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    border: 1px solid #e51e25;
    background: #EBEDEA;
    text-align: center;
    margin: 0 12px;
    border-radius: 100% 100% 0 0;
    margin-bottom: 60px;
}
.service_item .icon img{
    height: 120px!important;
}

.service_item .title{
    margin-top: 20px;
    text-align: center;
    color: #e51e25;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.service_item .description{
    color: #e51e25;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 50px;
    overflow: hidden;
    line-height: 20px; /* 125% */
}
.service_item .more{
    margin-top: 20px;
    color: #e51e25;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.post-detail img{
    max-width: 100%!important;
    height: auto!important;
}

@media screen and (max-width: 768px) {
    #services{ margin-top: 10px;}
    .service_item{ margin-top: 30px;}

    .post-detail img{ margin-bottom: 10px;}
}

/*--------------------------------------------------------------
# Services Page
--------------------------------------------------------------*/

#services_page{

}
#services_page .section-header h2{
    color: #850400;
    text-align: center;
    -webkit-text-stroke-width: 0.25px;
    -webkit-text-stroke-color: #850400;
    font-family: "Bon Foyage";
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
}

#services_page .services_row .services_box{

}

#services_page .services_row .img-box{
    aspect-ratio: 1 / 1.2;
}

#services_page .services_row .info{
    margin-top: 20px;
}
#services_page .services_row .title{
    color: #e51e25;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 75px; /* 234.375% */
    text-transform: uppercase;
}
#services_page .services_row .des{
    color: #e51e25;
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
}

@media screen and (max-width: 768px) {
    #services_page .services_row .services_box{
        padding:15px;
    }
    #services_page .services_row .imgbox{
        height: 260px;
    }
    #services_page .services_row .title{
        font-size: 28px;
        line-height: 38px;
    }
}

/*--------------------------------------------------------------
# Services Page
--------------------------------------------------------------*/

#news-page{}
#news-page .news-box .title{
    color: #e51e25;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 75px; /* 208.333% */
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
#news-page .news-box .title i{
    font-size: 16px;
    margin-right: 12px;
}
#news-page .news-box .accordion-item{
    margin-bottom: 15px;
    border-radius: 15px;
}
#news-page .news-box .accordion-header{

}
#news-page .news-box .accordion-header .accordion-button{
    border-radius: 15px;
    background: #DCE3DA;
    color: #e51e25;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
}

.carousel-panel{ position: relative;}
.carousel-panel .owl-nav button.owl-prev{  position: absolute;  top: 10px;  left: -30px; z-index: 9999; border: none;}
.carousel-panel .owl-nav button.owl-prev span{ font-size: 80px;}

.carousel-panel .owl-nav button.owl-next{ position: absolute; top: 10px; right: -30px; z-index: 9999; border: none;}
.carousel-panel .owl-nav button.owl-next span{ font-size: 80px;}

@media screen and (max-width: 768px) {
    .carousel-panel .owl-nav button.owl-prev{  left: 0px;}
    .carousel-panel .owl-nav button.owl-next{ right: 0px;}
}


/*--------------------------------------------------------------
# Reservations Section
--------------------------------------------------------------*/
#reservations{
    background: url(../images/reservations-bg.jpg);
    background-position: center top;
    background-size: 100% auto;
    color: #d4d4d4;
    padding: 80px 0;
}
#reservations .warp{ width: 520px; margin: 0 auto; background: #0B0000;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
padding: 50px;
}

#reservations .section-header h2{
    color: #FFF;
    text-align: center;
    -webkit-text-stroke-width: 0.25px;
    -webkit-text-stroke-color: #FFF;
    font-family: "Bon Foyage";
    font-size: 40px;
    font-weight: 400;
    line-height: 35px; /* 87.5% */
    text-transform: uppercase;
}

#reservations #btn-reservations{
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    background: #E51E25;
    border: none;
    padding: 5px 15px;
}
#reservations #frm-reservations .note{
    color: #fff;
    margin-top: 10px;
}

#reservations #frm-reservations input, #reservations #frm-reservations textarea {
    border-radius: 0;
    border: 0.5px solid #fff;
    background: rgba(224, 216, 207, 0.30);
    color: #fff;
}
#reservations #frm-reservations input::placeholder, #reservations #frm-reservations textarea::placeholder {
    color: #FFF;
    font-size: 10px;
    font-weight: 300;
    line-height: 106px; /* 1060% */
    opacity: 0.4;
}

@media screen and (max-width: 768px) {
    #reservations{
        background: url(../images/reservations-bg.jpg);
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center top;
    }
    #reservations .section-header h2{
        font-size: 28px;
        line-height: 42px;
    }
    #reservations .warp{ width: 96%;}
    #frm-reservations{ padding-bottom: 20px;}
    #reservations .title-page{ margin-top: 20px;}
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
#contact{
    background: #191617;
    color: #d4d4d4;
    padding: 80px 0;
}
#contact .warp{ width: 620px; margin: 0 auto;}

#contact .section-header h2{
    color: #850400;
    text-align: center;
    -webkit-text-stroke-width: 0.25px;
    -webkit-text-stroke-color: #E51E25;
    font-family: "Bon Foyage";
    font-size: 40px;
    font-weight: 400;
    line-height: 35px; /* 87.5% */
    text-transform: uppercase;
}
#contact #frmContact{ margin-top: 20px; background: #D6CBB5; padding: 120px;}

#contact #btnContact{
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    background: #E51E25;
    border: none;
    padding: 5px 15px;
}

#contact #frmContact input, #contact #frmContact textarea {
    border-radius: 0;
    border: 0.5px solid #191617;
    background: #D6CBB5;
    color: #191617;
}
#contact #frmContact input::placeholder, #contact #frmContacttextarea::placeholder {
    color: #54350B;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 106px; /* 1060% */
    opacity: 0.4;
}

#panel-contact .contact-item i{ font-size: 35px; margin-right: 12px; color: #b48b24;}

#panel-contact #btnContact{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    padding: 6px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #29455b;
    border: none;
    text-transform: uppercase;
    margin-top: 15px;
}

@media screen and (max-width: 768px) {
    #contact{ padding-top: 10px; height: auto;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center top;
    }
    #contact .section-header h2{
        font-size: 28px;
        line-height: 42px;
    }
    #contact .warp{ width: 96%;}
    #contact #frmContact{  padding: 120px 20px;}
    #contact .title-page{ margin-top: 20px;}
}

/*--------------------------------------------------------------
# Contact Info Section
--------------------------------------------------------------*/
#contact-info{
    padding: 60px 0;
    background: #EBEDEA;
    color: #e51e25;
}
#contact-info a{
    color: #e51e25;
}

#news{
    padding: 60px 0;
}
.news .item_news{ margin-bottom: 20px;}

.news .img img{border-radius: 8px 8px 0px 0px;
}
.news .date{ margin-top: 12px;}
.news .title{ margin-top: 12px;}
.news .title a{
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

.news .desc{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

#panel-news-main .item_news .more a{

}

.pnhome_pro{ background: #fff; padding: 5px 15px; margin-bottom: 15px; }
.pnhome_pro .title{
    text-align: center;
    margin-bottom: 22px;
}
.pnhome_pro .title a{
    color: #B48B24;
    font-family: 'Lora', serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#pncatehome{
    background: #fff;
    padding: 50px 20px;
}
.cate_home{
    margin-bottom: 15px;
}
.cate_home .home_list_pro{
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
}
.row_home_pro{
    margin: 0 -8px;
}
.row_home_pro:after{
    clear:both;
    content:'';
    display:block;
}
.row_home_pro .home_pro{
    display: inline-block;
    width: 25%;
}
.home_pro .in{
    margin:10px 8px;
    min-height:258px;
    overflow: hidden;
    text-align:center;
}
.home_pro .in h2{
    margin:0;
    font-size:16px;
    overflow: hidden;
    line-height: 22px;
}
.home_pro .in h2 a{
    color: #000;
}
.home_pro .img{
    height:160px;
    position: relative;
    text-align: center;
    position: relative;
}
.home_pro .img img{
    max-width:100%;
    max-height:160px;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.home_pro .in .price{
    margin:12px 0;
    font-size: 18px;
    font-weight: bold;
    color: #ff5c00;
}
.home_pro .in .price a{
    background:#29455b;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    display: inline-block;
    padding: 10px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    text-transform: uppercase;
}

.home_pro .in .info_pro{
    padding: 10px;
}


@media screen and (max-width: 768px) {
    .row_home_pro .home_pro{
        width: 50%;
    }
}

#panel-products-details{}
#panel-products-details .tilte_producst{
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#panel-products-details .price{
    font-size: 28px;
    font-weight: 500;
    color: #29455b;
}

#panel-products-details .price{ font-weight: bold;}
#panel-products-details .price .sale-price{
    margin-left: 30px;
    color: #707070;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through ;
    flex-shrink: 0;
}

#panel-products-details .item-color{ border-radius: 50%; height: 50px; width: 50px; margin: 0 8px;}

#panel-products-details .desc ul{ list-style: unset;}

#hotline a{ font-size: 18px; font-size: 600; }

.title_cate_home{ font-size: 20px; color:#02305c; font-weight: bold; text-transform: uppercase; }

#panel_search {
    position: absolute;
    width: 100%;
    padding: 16px 5px;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    left: 0;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10000;
    background: #fff;
}
#panel_search.showpn {
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

#panel_search .close {
    cursor: pointer;
    font-size: 30px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border: none;
    color: #333;
    right: 0px;
}
#panel_search .close::before {
    content: "+";
    font-size: 70px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: block;
    position: relative;
    left: 1px;
}

#pnsearch{ position: relative; margin-left: 120px;}
#pnsearch span {
    border: 1px solid #848c92;
    cursor: pointer;
    font-size: 30px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#pmlistsearch{position: absolute; top: 38px; left: 0; z-index: 9999;}
#pmlistsearch .in{ border: 1px solid #eee; padding: 10px;  background: #fff;}
#pmlistsearch .in .item_sct{ padding: 3px 0;}
#ftmsearch .form-control{ border: 1px solid #032c43;}

#panel_search select{ padding-top: 11px; padding-bottom: 11px;}

.title_home{ color: #02305c; text-transform: uppercase;}

#footer {
    background: #000;
    position: relative;
    color: #F3EEE4;
    padding-top: 50px;
}
#footer a{
    color: #F3EEE4;
}
#footer .warp{ width: 60%; margin: 0 auto;}
#footer #footer_text{
    border-top: 0.5px solid #F3EEE4;
    border-bottom: 0.5px solid #F3EEE4;
    padding-bottom: 26px;
}

#footer #blogo{
 text-align: center;
 padding-bottom: 26px;
}
#footer .footer-box{

}
#footer .footer-box .icon{
    margin-top: 26px;
}
#footer .footer-box .title{
    margin-top: 12px;
    color: #F3EEE4;
    font-size: 10px;
    font-weight: 700;
}
#footer .footer-box .desc{
    color: #F3EEE4;
    font-size: 10px;
    font-weight: 400;
}
#footer .footer-box .desc p{
    margin-bottom: 5px;
}

#footer #bcate{
    padding: 0;
    margin: 0 auto;
    width: 86%;
}

#footer #bcate li{
    display: inline-block;
    width: 48%;
    margin-top: 8px;
}
#footer #bcate li a{
    display: block;
    color: #e51e25;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

#footer #footer_text #bottom_intro {
  text-align: center;
}

#footer #footer_text #bottom_intro .title{
    color: #e51e25;
    font-size: 20px;
    font-weight: 500;
    margin: 8px 0;
}
#footer #footer_text #bottom_intro a{
    color: #e51e25;
}

#footer h2{
    color: #e51e25;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
}

#footer .location-list{
    margin: 0;
    padding: 0;
}
#footer .location-list li{
    margin-bottom: 10px;
}

#footer #footer_text #bottom_intro .location-list a:hover{
    color: #fff;
}

#footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 25px;
    margin: 20px;
    background: #e51e25;
    color: #EBEDEA;
    transition: 0.3s;
    margin-bottom: 0;
}
#footer .social-links a i{
    color: #EBEDEA;
}
#footer .social-links a:hover {
    color: #fff;
    border-color: #fff;
}

#footer #copyright{
    padding: 10px 0;
}

@media screen and (max-width: 768px) {
    #footer .warp{ width: 90%;}
    #footer #bcate li{
        display: block;
        width: 100%;
    }
    #footer #footer_text{ padding-top: 15px; padding-bottom: 5px;}
    #footer #footer_text #bottom_intro h3{ font-size: 16px;}
}

.pagination > li > a{ background: #29455b; color: #fff;}
.pagination .page-item.active .page-link{ background: #0056AA; color: #fff; border: 1px solid #29455b;}
.pagination .page-item .page-link:hover{color: #0056AA;}

#canvasCart{}
#canvasCart .offcanvas-footer{ border-top: 1px solid #ccc;}
#canvasCart .offcanvas-footer #shipping { color: #707070; font-weight: 400;}
#canvasCart #clean-cart{ cursor: pointer;}
#canvasCart .trash-item-cart{ cursor: pointer;}
#canvasCart .list-cart{
    background: #F8F8F8;
    padding: 10px 0;
}
#canvasCart .list-cart h3{
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

#canvasCart .list-cart .price {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

#canvasCart .list-cart .price .price-sales{
    margin-left: 20px;
    color: #707070;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through ;
    flex-shrink: 0;
}

:root {
    --swiper-navigation-size: 44;

}

.swiper-button-next-01, .swiper-button-prev-01 {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #474747;
    border-radius: 50%;
    border: 1px solid #474747;
    background: #fff;
    width: 60px;
    height: 60px;
}

.swiper-button-next-01, .swiper-button-prev-01 i{
    font-size: 20px;
}

.swiper-button-next-01 {
    right: 10px;
    left: auto;
}

.swiper-button-prev-01{
    left: 10px;
    right: auto;
}
.img-post{ height: 220px; overflow: hidden; position: relative;}
.img-post img{object-fit: cover; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }

.fa-star{ color: #fcd53f;}

.slides-3 .swiper-pagination{
    margin-top: 20px;
    position: relative;
}

.list-group-item.active{ border: none; background: none; color: #f8961f; }

#product-right{}
#product-right .list-group-item > a{ text-transform: uppercase; font-weight: bold;}
#product-right .list-group-item  ul{ margin-top: 15px;}
#product-right .list-group-item  ul li a{ display: block; margin-bottom: 5px;}
#product-right .list-group-item  ul li a:hover, #product-right .list-group-item  ul li a.active{ font-weight: bold; color: #f8961f; }

.fixed-bottom a{
    width: 50%;
    text-align: center;
    background: #884606;
    padding: 8px 0;
    color: #fff;
    text-transform: uppercase;
}
.fixed-bottom a:first-child{
    background: #f8961f;
}
