.content-area {
    padding:  30px 0 0;
}
.home .content-area {
    padding-top: 0;
}
/** Single Post **/
.entry-meta {
    font-size: 14px;
}

.entry-meta .posted-author {
    padding-right: 10px;
}

.entry-meta .posted-on,
.entry-meta .posted-share {
    padding-left: 10px;
    padding-right: 10px;
}

.entry-meta .posted-share a {
    font-size: 11px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    line-height: 24px;
    border-width: 1px;
    margin-bottom: 0px;
}

.entry-meta .posted-view {
    padding-left: 10px;
}

.entry-meta .posted-author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.product-small .box-text p.category{
    font-size: 11px;
    text-transform: unset;
    font-weight: 400;
    letter-spacing: 0;
    color: #444;
    margin-top: 0;
    margin-bottom: 5px;
    display: none;
}
.box-text-products .product-title{
    margin: 0 ;
}
.box-text-products .product-title a{
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #414141;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box-text-products .product-title a:hover{
    color: #1090E8;
}
.box__products .product-small .box-image{
    height: 322px;
    border-radius: 8px;
}
.box__products .box-text{
    padding-top: 22px;
    padding-bottom: 0;
}
.box__products .price_pro{
    margin: 0 !important;
    position: absolute;
    top: -41px;
    right: 0;
    border-radius: 20px 0 8px 0;
    background: #1090E8;
    color: #fff;
    font-weight: 400;
    padding: 3px 16px 5px 23px;
    font-size: 24px;
    line-height: 30px;
    del{
        color:#A9DCFF;
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
    }
}
.box__products .box-text .sale{
    position: absolute;
    top: -84px;
    right: 0;
    background: linear-gradient(207.07deg, #FF4F28 18.19%, #FF8718 87.79%);
    border-radius: 20px 0 0 20px;
    min-width: 55px;
    min-height: 37px;
    color: #fff;
    text-align: center;
    line-height: 37px;
}
.box__products .product-small .box-image .image-fade_in_back a,
.box__products .product-small .box-image .image-fade_in_back{
    height: 100%;
}
.box__products .product-small .box-image img{
    -webkit-transition: opacity .6s, -webkit-filter .6s, -webkit-transform .6s, -webkit-box-shadow .3s;
  transition: opacity .6s, -webkit-filter .6s, -webkit-transform .6s, -webkit-box-shadow .3s;
  -o-transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
  transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
  transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s, -webkit-filter .6s, -webkit-transform .6s, -webkit-box-shadow .3s;
  height: 100%;
}
.box__products:hover .product-small .box-image img{
    -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sidebar-inner .widget-title{
    font-size: 22px;
    letter-spacing: 0;
}
.sidebar-inner ul.product-categories li{
    padding: 5px 0;
}
.sidebar-inner ul.product-categories li a{
    padding: 0;
    font-size: 15px;
    font-weight: 500 !important;
    color: #222;
    &:hover{
        color: #dc4114;
    }
}
.product-info .woocommerce-breadcrumb{
    display: none;
}
.product-info h1.product-title{
    font-size: 22px;
}
.product-info .is-divider{
    display: none;
}
.product-info .price{
    font-size: 18px !important;
    display: flex !important;
    gap: 15px;
    color: #d41616;
    del{
        color:#777;
        font-weight: 500;
        font-size: 15px;
        bdi{
            color:#777;
        }
    }
}
.product-summary .price .woocommerce-Price-currencySymbol{
    font-size: 18px;
}
.woocommerce-tabs ul.tabs li a{
    font-size: 14px;
}
.product-summary .quantity{
    margin-bottom: 0;
}
.product-info button.add_to_cart_button{
    text-transform: unset;
    margin-bottom: 0;
}
.product-info button.add_to_cart_button label{
    margin: 0;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400;
    cursor: pointer;
}
.product-info button.add_to_cart_button span{
    display: none;
}
p{
    font-size: 16px;
    line-height: 30px;
}
.tits h3{
    font-size: 32px;
    line-height: 40px;
    font-size: 24px;
    font-weight: 400;
    line-height: 26.88px;
    color: #878787;
    margin-bottom: 11px;
    text-transform: uppercase;
}
.tits h4{
    font-size: 32px;
    font-weight: 400;
    line-height: 35.84px;
    color: #343434;
    text-transform: uppercase;
    margin-bottom: 0;
}
.slide_form .wpcf7{
    border: 7px solid #FFFFFF52;
    border-radius: 8px;
    position: absolute;
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    min-width: 1250px;
}
.slide_form .wpcf7 form{
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 0;
    padding: 30px;
    text-align: center;
}
.slide_form .wpcf7 form h2{
    margin-bottom: 21px;
    font-size: 28px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
}
.form_booking br{
    display: none;
}
.form_booking > p{
    display: flex;
    align-items: center;
    gap: 10px;
}
.form_booking .wpcf7-form-control-wrap input{
    margin-bottom: 0;
    border-radius: 8px;
    box-shadow: none;
    height: 40px;
    border: 1px solid #D0D0D0;
}
.form_booking .wpcf7-form-control-wrap input:hover,
.form_booking .wpcf7-form-control-wrap input:active{
    border: 1px solid #D0D0D0;
}

.wpcf7 .form_booking .wpcf7-not-valid-tip{
    font-size: 13px;
    position: absolute;
    bottom: -26px;
}
.form_booking input.wpcf7-number{
    min-width: 188px;
}
.form_booking input.wpcf7-submit{
    margin: 0;
    border-radius: 8px;
    min-width: 188px;
    height: 40px;
}
.sec_01 .icon-box .icon-box-text h3{
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 7px;
}
.sec_01 .icon-box .icon-box-text p{
    font-size: 15px;
    line-height: 19px;
}
.sec_02 .col{
    display: flex;
    align-items: center;
}
.sec_02 .tits{
    margin-bottom: 19px;
}
.sec_02 p{
    text-align: justify;
}
.sec_03 .tits{
    margin-bottom: 24px;
}
.sec_03 .tits h4{
    font-size: 38px;
    line-height: 42.56px;
}
.sec_03 .tabbed-content ul.nav{
    border: 1px solid #EAEAEA;
    border-radius: 8px;
}
.sec_03 .tabbed-content ul.nav li a{
    font-family: Philosopher;
    font-size: 20px;
    font-weight: 700;
    line-height: 90px;
    border-radius: 0;
    color: #414141;
    padding: 0 45px;
    justify-content: center;
}
.sec_03 .tabbed-content ul.nav li.active a{
    background: url(../images/untitled-1.png);
    color: #fff;
    position: relative;
}
.sec_03 .tabbed-content ul.nav li a::after{
    content: "";
    position: absolute;
    top: 24px;
    right: 0;
    height: 42px;
    width: 1px;
    background-color: #E9E9E9;
}
.sec_03 .tabbed-content ul.nav li:last-child a::after{
    display: none;
}
.sec_03 .tabbed-content ul.nav li.active a::after{
    display: none;
}
.sec_03 .tabbed-content ul.nav li.active a::before{
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    min-width: 153px;
    height: 9px;
    background: url(../images/untitled-2.png) no-repeat;
    opacity: 1;
}
.sec_03 .tabbed-content .tab-panels{
    padding-top: 70px;
}
.sec_03 .tabbed-content .tits{
    margin-bottom: 11px;
}
.sec_03 .tabbed-content .tits h4{
    font-size: 32px;
    line-height: 36px;
}
.sec_03 .text{
    margin-bottom: 20px;
    display: inline-block;
}
.sec_03 p{
    text-align: justify;
}
.dot{
    margin-bottom: 27px;
}
.dot h3{
    font-family: Lexend Deca;
    font-size: 36px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 10px;
}
.dot p{
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
    margin-bottom: 0;
}
.sec_03 .product-small .box-image{
    height: 493px;
    border-radius: 8px;
}
.sec_03 .product-small .box-image::before{
    content: "";
    position: absolute;
    border: 14px solid #4848486B;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sec_03 .product-small .box-text{
    background: #00000099;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 8px 8px;
    padding: 23px 39px 24px;
}
.sec_03 .product-small .box-text .product-title{
    margin: 0;
    line-height: 1;
}
.sec_03 .product-small .box-text .product-title a{
    font-family: Lexend Deca;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    color: #fff;
}
.sec_03 .product-small .box-text .product-title a:hover{
    color: #1090E8;
}
.sec_03 .product-small .box-text .price_pro{
    margin: 0;
    position: absolute;
    top: -46px;
    right: 0;
    background: #1090E8;
    color: #fff;
    border-radius: 20px 0 0 0;
    height: 46px;
    min-width: 156px;
    text-align: center;
    line-height: 46px;
}
.sec_03 .product-small .box-text .price_pro del{
    display: none;
}
.sec_03 .product-small .box-text .price_pro .amount{
    color: #fff;
}
.sec_03 .product-small .box-text .price_pro ins{
    font-size: 24px;
    font-weight: 400;
}
.sec_03 .product-small .box-text .sale{
    top: -89px;
}
.sec_04 .tits h4{
    font-size: 38px;
    margin-bottom: 23px;
    line-height: 42.56px;
    letter-spacing: -0.02em;
    color: #343434;
}
.sec_05 .tits h4{
    font-size: 38px;
    line-height: 42.56px;
    letter-spacing: -0.02em;
    color: #fff;
}
.sec_05 .tits h3{
    color: #fff;
    margin-bottom: 19px;
}
.sec_05 .gallery-col{
    padding: 0 5px 10px !important;
}
.sec_05 .gallery-col .box .box-image{
    border-radius: 8px;
}
.sec_05 .post-item .box .box-text{
    padding-top: 16px;
    padding-bottom: 0;
}
.sec_05 .post-item .box .box-image{
    border-radius: 8px;
}
.sec_05 .blog_list .box .box-image{
    margin: 0;
    float: left;
}
.sec_05 .blog_list .box .box-text{
    width: calc(62% - 16px);
    float: right;
    padding: 0;
}
.sec_05 .blog_list .post-item .box .box-text{
    padding-top: 0;
}
.sec_05 .post-item .box .post-title{
    font-family: Lexend Deca;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    margin: 0;
    color: #fff;
}
.sec_05 .post-item .box .post-title a{
    margin: 0;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.sec_05 .post-item .box .post-meta{
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    text-align: left;
    color: #A9DCFF;
}
.box-blog-post .is-divider{
    width: 43px;
    height: 1px;
    background: #fff;
}
.sec_05 .blog_list .is-divider{
    display: none;
}
.sec_05 .post-item .box .from_the_blog_excerpt{
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
}
.sec_05 .blog_list .post-item{
    padding-bottom: 20px;
}
.sec_05 .blog_list .post-item:last-child{
    padding-bottom: 0;
}
.sec_05 .blog_list .post-item .box .from_the_blog_excerpt{
    font-size: 14px;
    line-height: 25px;
    color: #A9DCFF;
}
.st_about .img-inner::before{
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    border-top: 2px solid rgba(255,255,255,0.8);
    border-bottom: 2px solid rgba(255,255,255,0.8);
    transform: scale(0, 1);
}
.st_about .img-inner::after{
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    border-left: 2px solid rgba(255,255,255,0.8);
    border-right: 2px solid rgba(255,255,255,0.8);
    transform: scale(1, 0);
}
.st_about .img-inner:hover::before, .st_about .img-inner:hover::after {
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s; 
}