/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/* 
@font-face {
    font-family: 'SVN-Helga';
    src: url("fonts/SVN-Helga.otf");
} */


.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1170px;
}

body {
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
}

.nav > li > a {
}

.ftList {
}

    .ftList h3 {
        color: #F06023;
        font-weight: 800;
        /* font-size: 20px; */
    }

    .ftList ul {
        margin: 0;
        list-style: none;
    }

        .ftList ul li {
            margin: 0;
            margin-bottom: 10px;
        }

            .ftList ul li a {
                position: relative;
                display: block;
                padding-left: 18px;
                color: #4D4D4D;
            }

                .ftList ul li a:before {
                    content: "";
                    position: absolute;
                    width: 7px;
                    height: 7px;
                    background: #f06023;
                    border-radius: 10px;
                    overflow: hidden;
                    left: 3px;
                    top: 8px;
                }

.ctInfo {
}

    .ctInfo i {
    }

.ftSocial {
}

    .ftSocial ul {
        display: flex;
        margin: 0;
        gap: 24px;
    }

        .ftSocial ul li {
            list-style: none;
            margin: 0;
            text-indent: -998px;
            overflow: hidden;
        }

            .ftSocial ul li a {
                width: 33px;
                height: 33px;
                display: block;
            }

            .ftSocial ul li:nth-child(1) a {
                background: url(images/ft1.png) center center no-repeat;
            }

            .ftSocial ul li:nth-child(2) a {
                background: url(images/ft2.png) center center no-repeat;
            }

            .ftSocial ul li:nth-child(3) a {
                background: url(images/ft3.png) center center no-repeat;
            }

            .ftSocial ul li:nth-child(4) a {
                background: url(images/ft4.png) center center no-repeat;
            }

            .ftSocial ul li:nth-child(5) a {
                background: url(images/ft5.png) center center no-repeat;
            }

.header-bottom-nav  .menu-item a {
    font-size: 16px;
}

.header-bottom-nav > .menu-item:nth-child(1) a {
    text-indent: -999px;
    overflow: hidden;
}

.header-bottom-nav .menu-item a:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 4px;
    background: #F06023;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    visibility: hidden;
}

.header-bottom-nav .menu-item:hover a:before {
    visibility: visible;
}

.header-bottom-nav .current-menu-item a:before {
    visibility: visible;
}

.header-bottom {
    border-top: 1px solid #F06023;
}

.searchBoxCol {
    border-radius: 30px;
    overflow: hidden;
}

.header-search-form .searchBoxCol .search-field {
    background: #EEEEEE !important;
    min-width: 350px;
    height: 41px;
    border: none;
    color: #000000 !important;
}

.header-search-form .searchBoxCol .ux-search-submit {
    position: absolute;
    right: 5px;
    top: 0;
    height: 41px;
    background: #F06023 !important;
    color: white !important;
    padding: 1px 24px;
}

.headbox {
    border: 1px solid #F06023;
    height: 30px;
    position: relative;
    width: 520px;
    border-radius: 5px;
}

.hotlineBox {
    display: flex;
    gap: 22px;
    align-items: center;
    background: white;
    position: absolute; /* padding: 0 20px; */
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: center;
    top: -28px;
    border-radius: 20px;
    width: calc(100% - 74px);
}

    .hotlineBox span:nth-child(1) {
        font-weight: 800;
        color: #F06023;
        font-size: 16px;
    }

    .hotlineBox span:nth-child(2) {
        font-size: 32px;
        font-weight: 800;
        color: #4D4D4D;
    }

.nav li.has-icon-left > a > i, .nav li.has-icon-left > a > svg, .nav li.has-icon-left > a > img {
    margin-right: 0;
}

.ftInfo {
}

    .ftInfo ul {
        margin-top: 15px;
        margin-bottom: 20px;
    }

        .ftInfo ul li {
            list-style: none;
            margin: 0;
            margin-bottom: 15px;
            padding-left: 35px;
        }

            .ftInfo ul li:nth-child(1) {
                background: url(images/i1.png) left top no-repeat;
            }

            .ftInfo ul li:nth-child(2) {
                background: url(images/i3.png) left 2px no-repeat;
                background-size: 18px;
            }

            .ftInfo ul li:nth-child(3) {
                background: url(images/i2.png) left 2px no-repeat;
            }

            .ftInfo ul li:last-child {
                margin: 0;
            }

.ctForm {
}

    .ctForm label {
    }

    .ctForm .wpcf7-form-control {
        margin-top: 5px;
        border-radius: 17px;
    }

span.widget-title {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: none;
    letter-spacing: 0;
    color: #f06023;
    text-transform: uppercase;
}

.is-divider {
    display: none;
}

.widget ul {
    border-radius: 4px;
    margin: 0;
    border: 1px solid #e5e5e5;
    padding: 10px;
}

.recent-blog-posts-li .badge .badge-inner {
    border-radius: 99%;
}

.product_list_widget .product-title {
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: black;
}

span.amount {
    white-space: nowrap;
    color: red;
    font-weight: bold;
}

del span.amount {
    color: gray;
}

.form-goi-lai .wpcf7-submit {
    width: 100%;
    background: #f06023 !important;
    color: #fff;
    margin: 0;
}

.form-goi-lai p {
    margin-bottom: 7px;
    font-size: 14px;
}

.form-goi-lai .wpcf7-form-control {
    border-radius: 20px;
    overflow: hidden;
}

#custom_html-2 {
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    padding: 10px;
}

.wpcf7-spinner {
    display: none;
}

#custom_html-2 .wpcf7-response-output {
    margin: 12px 0 0;
    font-size: 13px;
}

ul.product_list_widget li img {
    border-radius: 50%;
}

.frHome {
    background: #F06023;
    border-radius: 124px;
    overflow: hidden;
}

.frHomeBox {
    display: flex;
    gap: 44px;
    align-items: center;
    padding-right: calc(100% - 90%);
}

.frImage {
    max-width: 513px;
    min-width: 513px;
}

    .frImage img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .frImage p {
    }

.frFormBox {
    position: relative;
    display: block;
    color: white;
}

    .frFormBox h3 {
        font-weight: 800;
        color: white;
        font-size: 24px;
        margin-bottom: 5px;
    }

    .frFormBox p {
        font-size: 15px;
        margin-bottom: 8px;
    }

.frForm {
    position: relative;
    max-width: 423px;
    border-radius: 22px;
    overflow: hidden;
}

    .frForm p {
        margin: 0;
    }

    .frForm .wpcf7-form-control {
        margin: 0;
        background: #EEEEEE;
    }

    .frForm .frFormBtn {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        background: #D6D5D5 !important;
        color: black;
        border-radius: 40px;
        font-size: 14px;
    }

.frFormBox br {
    display: block;
}

pre, blockquote, form, figure, p, dl, ul, ol {

}

.aboutCol {
}

    .aboutCol:before {
        content: "";
    }

    .aboutCol h2 {
        color: #5C5B5B;
        font-size: 16px;
        position: relative;
    }

        .aboutCol h2:before {
            position: absolute;
            content: "";
            background: url(images/cirle.png) center center no-repeat;
            width: 109px;
            height: 109px;
            top: -79px;
            left: -56px;
        }

        .aboutCol h2:after {
            content: "";
            width: 85px;
            height: 4px;
            display: inline-block;
            background: #D9D9D9;
            border-radius: 4px;
            margin-left: 14px;
        }

    .aboutCol h3 {
        font-weight: 800;
        color: #F06023;
        font-size: 32px;
        margin-bottom: 10px;
    }

    .aboutCol p {
        font-size: 16px;
        color: #5C5B5B;
        text-align: justify;
        max-width: 550px;
    }

    .aboutCol .aboutbtn {
    }

        .aboutCol .aboutbtn span {
        }

.headingDefault {
}

    .headingDefault .section-title {
        position: relative;
        border-bottom: 1px solid #D6D5D5;
    }

        .headingDefault .section-title .section-title-main {
            color: #F06023;
            font-size: 32px;
            font-weight: 800;
            border: none;
        }

        .headingDefault .section-title:before {
            content: "";
            position: absolute;
            width: 79px;
            height: 12px;
            background: #D6D5D5;
            border-radius: 20px;
            top: -22px;
        }

    .headingDefault a {
        font-size: 15px;
        color: black;
    }

        .headingDefault a:hover {
            color: #F06023;
        }

        .headingDefault a:before {
            content: "";
        }

        .headingDefault a i {
            display: none;
        }

.bloghot-home .item {
    padding: 1px;
}

.postHomeItem {
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0px 0px 9px 0px #0000001c;
    margin-bottom:30px;
}

.postHomeThumb {
}

    .postHomeThumb img {
    }

.postHomeContent {
    padding: 15px 15px;
}

.postHomeDate {
    font-size: 14px;
    color: #4D4D4D;
}

.postHomeTitle {
    margin: 1px 0 8px;
}

    .postHomeTitle a {
        font-size: 16px;
        font-weight: 800;
        color: #F06023;
        display: block;
        line-height: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.postHomeDesc {
    font-size: 14px;
    color: #5C5B5B;
    text-align: justify;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 11px;
}

.postHomeRead {
}

    .postHomeRead a {
        background: url(images/read.png) left center no-repeat;
        padding-left: 50px;
        font-size: 14px;
        height: 21px;
        display: block;
        color: #F06023;
    }

.iBoxSr {
    padding: 35px 0 10px;
    box-shadow: 0px 0px 9px 0px #0000001c;
    border-radius: 30px; /* overflow: hidden; */
    margin-bottom: 30px;
}

    .iBoxSr .icon-inner {
    }

        .iBoxSr .icon-inner:before {
            content: "";
            width: 6px;
            height: 14px;
            background: #4D4D4D;
            position: absolute;
            border-radius: 20px;
            left: 0;
            right: 0;
            margin: auto;
            top: -20px;
        }

    .iBoxSr h3 {
        color: #F06023;
        font-size: 20px;
        font-weight: 800;
    }

.proCusF {
    padding: 22px 11px;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
}

    .proCusF:before {
        content: "";
        width: 152px;
        height: 7px;
        background: #F06023;
        position: absolute;
        border-radius: 10px;
        left: 0;
        right: 0;
        margin: auto;
        top: -4px;
    }

    .proCusF .profItem {
        padding-left: 28px;
        color: #4D4D4D;
        font-size: 13px;
        margin-bottom: 15px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

        .proCusF .profItem:nth-child(1) {
            background: url(images/thoigian.png) left center no-repeat;
        }

        .proCusF .profItem:nth-child(2) {
            background: url(images/ngaykhoihanh.png) left center no-repeat;
        }

        .proCusF .profItem:nth-child(3) {
            background: url(images/pf8.png) left center no-repeat;
        }

        .proCusF .profItem:nth-child(4) {
            background: url(images/pf2.png) left center no-repeat;
        }

        .proCusF .profItem:nth-child(5) {
            background: url(images/pf2.png) left center no-repeat;
        }

        .proCusF .profItem:nth-child(6) {
            background: url(images/pf2.png) left center no-repeat;
        }

        .proCusF .profItem:nth-child(7) {
            background: url(images/pf2.png) left center no-repeat;
        }


.pro-price .contact {
    color: red;
    font-weight: bold;
    text-transform: uppercase;
}

.proCusF .profItem:last-child {
    margin-bottom: 0;
}

.hotelCusF {
    padding: 22px 11px;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
}

    .hotelCusF .profItem {
        padding-left: 28px;
        color: #4D4D4D;
        font-size: 13px;
        margin-bottom: 15px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

        .hotelCusF .profItem:nth-child(1) {
            background: url(images/pf1.png) left center no-repeat;
        }

        .hotelCusF .profItem:nth-child(2) {
            background: url(images/phuongtien.png) left center no-repeat;
        }

        .hotelCusF .profItem:nth-child(3) {
            background: url(images/pf8.png) left center no-repeat;
        }
        .hotelCusF .profItem:nth-child(4) {
            background: url(images/pf8.png) left center no-repeat;
        }
        .hotelCusF .profItem:nth-child(5) {
            background: url(images/pf8.png) left center no-repeat;
        }

        .hotelCusF .profItem:last-child {
            margin-bottom: 0;
        }

.grPrice {
}

.boxPrice {
}

    .boxPrice .new span.amount {
    }

    .boxPrice .old span.amount {
        font-size: 13px;
        color: #4D4D4D;
        opacity: 1;
    }

.boxRead {
    line-height: 24px;
    position: relative;
    padding-right: 15px;
}

    .boxRead:before {
        content: "";
        width: 5px;
        height: 24px;
        position: absolute;
        display: block;
        background: #D9D9D9;
        border-radius: 20px;
        right: 0;
        margin: auto;
    }

    .boxRead a {
        color: #F06023;
        font-weight: 800;
        font-size: 14px;
    }

        .boxRead a:before {
            content: "";
        }

.pro-item {
    margin-bottom: 30px;
}

.pro-thumb {
    height: 203px;
    overflow: hidden;
}

    .pro-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.pro-content {
}

.pro-title {
    padding: 0 10px;
    margin: 24px 0;
}

    .pro-title a {
        font-size: 15px;
        font-weight: 800;
        color: #000000;
        text-align: center; /* line-height: normal; */
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.grPrice {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.boxPrice {
}

    .boxPrice .contact {
        font-weight: 800;
        color: #FF0008;
        font-size: 16px;
    }

.productst-e {
    padding: 60px 0 40px;
}

.category-img {
    margin-top: 30px;
}

.home-prohot-owl .owl-nav {
    position: absolute;
    top: 12%;
    width: 100%;
}

    .home-prohot-owl .owl-nav .owl-prev {
        text-indent: -999px;
        overflow: hidden;
        width: 59px;
        height: 59px;
        background: url(images/arLeft.png) white no-repeat !important;
        margin: 0;
        position: absolute;
        left: -33px;
        box-shadow: 0px 0px 3px #0000002e;
        border-radius: 50%;
    }

    .home-prohot-owl .owl-nav .owl-next {
        text-indent: -999px;
        overflow: hidden;
        width: 59px;
        height: 59px;
        background: url(images/arRight.png) white no-repeat !important;
        margin: 0;
        right: -33px;
        position: absolute;
        box-shadow: 0px 0px 3px #0000002e;
        border-radius: 50%;
    }

.placeItem {
    position: relative;
    padding-bottom: 30px;
}

.placeThumb {
    height: 493px;
    /*border-radius: 10px;*/
    /*  overflow: hidden;*/
}

    .placeThumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.placeContent {
    position: absolute;
    background: #4d4d4ddb;
    padding: 17px 29px;
    display: flex;
    align-items: center;
    bottom: 13px;
    left: 29px;
    width: 80%;
    flex-wrap: wrap;
    z-index: 999;
    border-radius: 6px;
    overflow: hidden;
    border-right: 12px solid white;
}

.placeTitle {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

    .placeTitle a {
        display: block;
        color: white;
        font-size: 24px;
        font-weight: 800;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.placeRead {
    display: block;
}

    .placeRead a {
        color: white;
    }

.headingDefault2 {
    margin: 0 0 0px;
}

    .headingDefault2 .section-title-center {
        justify-content: center;
        position: relative;
        margin: 0;
    }

        .headingDefault2 .section-title-center:before {
            content: "";
            height: 25px;
            width: 100%;
            background: #EEEEEE;
            position: absolute;
            bottom: -5px;
            z-index: 1;
        }

        .headingDefault2 .section-title-center b {
            display: none;
        }

        .headingDefault2 .section-title-center .section-title-main {
            font-size: 32px;
            color: #F06023;
            font-weight: 800;
            z-index: 999;
        }

.placeItem:hover .placeContent {
    background: #f06023de;
}

.owl-dots {
    display: none;
}

.div-anh .col-inner {
    background: white;
    padding: 15px;
}

h1.entry-title {
    font-size: 24px !important;
}

.div-noi-dung h3.title-tab {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #f60;
}

.form-tu-van {
    padding: 20px 15px;
    background: white;
    border-radius: 0px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 9px 0px #0000001c;
    border-radius: 5px;
}

    .form-tu-van h3 {
        font-size: 24px;
        background: #F8F8F8;
        color: #F06023;
        text-align: center;
        text-transform: uppercase;
        padding: 10px 0;
        border-radius: 5px;
    }

.gia-form-tu-van {
    text-align: center;
    margin: 0px auto 10px;
    font-size: 20px;
}

    .gia-form-tu-van .gia-chuan {
        color: #F06023;
        font-weight: bold;
    }

.a-dat-tour {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2);
    display: block;
    width: 100%;
    background: #F06023;
    text-align: center;
    text-transform: uppercase;
    color: white;
    text-transform: uppercase;
    padding: 10px;
    margin: 16px 0px;
    border-radius: 5px;
}

.div-scrolling {
    background: white;
    padding: 10px;
    box-shadow: 0px 0px 9px 0px #0000001c;
    border-radius: 5px;
}

    .div-scrolling h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }

        .div-scrolling h4 a {
            color: black;
            font-size: 14px;
            font-weight: 600;
        }

.div-noi-dung {
    margin-bottom: 15px !important;
    background: white;
    padding: 15px;
    box-shadow: 0px 0px 9px 0px #0000001c;
    border-radius: 5px;
}

.attr-pro-detail ul {
    list-style: none;
}

    .attr-pro-detail ul li {
        font-weight: 500;
        padding: 0 10px;
        margin: 0;
        margin-bottom: 0.5em;
        border: 1px solid #f06023;
    }

        .attr-pro-detail ul li a {
            width: 100%;
            padding: 10px 0;
            margin-bottom: 15px;
            text-transform: uppercase;
            color: #000;
            font-size: 18px;
            font-weight: 600;
            display: block;
            text-align: center;
            cursor: pointer;
        }

.attr-pro-detail .up p {
    font-weight: 400;
    font-size: 13px;
}

.p-dat-phong {
    text-transform: uppercase;
    background: #F06023;
    color: white;
    padding: 5px !important;
    margin-bottom: 10px !important;
}

.nut-gui .wpcf7-submit {
    padding: 5px 10px;
    border-color: #F06023 !important;
    background: #F06023 !important;
    border-width: 2px;
    border-radius: 5px;
    margin: 0;
    color: #F5BE6B;
}

input[type=checkbox], input[type=radio] {
    display: inline;
    margin-right: 0px;
    font-size: 16px;
}

.wpcf7 span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 0.5em;
}

.image-tools {
    display: none;
}

.pum-container, .pum-theme-lightbox .pum-container {
    padding: 25px 5px;
    border-radius: 3px;
    border: 1px solid #000000;
    box-shadow: 0px 0px 30px 0px rgba(2, 2, 2, 1.00);
    background-color: rgba(255, 255, 255, 1.00);
}

.p30 {
    padding: 30px;
}

.div-location {
    display: flex;
    flex-flow: wrap;
    margin: -15px;
}

.wrap-location {
    width: calc(100% / 3);
    padding: 15px;
}

.list-location {
    box-shadow: 0px 1px 5px 2px rgb(0 0 0 / 10%);
    background: #ffffff;
    margin-bottom: 30px;
}

.location-item {
    background: #000;
    cursor: pointer;
}

.rectangle-image {
    position: relative;
    padding-bottom: 70% !important;
    height: 0 !important;
}

    .rectangle-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }

.caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-weight: bold;
    width: 100%;
}

.location-item img {
    opacity: 0.5;
}

#container img {
    height: auto !important;
}

.location-title {
    transition: .5s;
    transform: translateY(15px);
    margin-bottom: 10px;
    padding-bottom: 7px;
}

.fs20 {
    font-size: 20px;
}

.box-underline-center-white:after {
    content: " ";
    position: absolute;
    width: 40%;
    border-bottom: 2px solid #fff;
    bottom: 0;
    left: 30%;
}

.location-item:hover img {
    opacity: 0.75;
}

.location-more-info {
    transition: .5s;
    transform: scale(0);
}

.location-title a {
    color: white;
}

.location-item:hover .location-more-info {
    transform: scale(1);
}

.location-item:hover .location-title {
    transform: translateY(-5px);
}

.pageName {
    color: #F06023;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
/*Desktop*/
@media (min-width: 1366px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1024px) and (max-width:1100px) {
    .header-search-form .searchBoxCol .search-field {
        min-width: 235px;
    }
}

@media screen and (max-width: 849px) {
    .col {
        padding-bottom: 0;
    }
}

@media (max-width: 48em) {
    .headingDefault2 .section-title-center:before {
        bottom: -11px;
    }

    .home-prohot-owl .owl-nav .owl-next {
        right: -10px;
    }

    .home-prohot-owl .owl-nav .owl-prev {
        left: -10px;
    }

    .home-prohot-owl .owl-nav {
        position: absolute;
        top: 15%;
        width: 100%;
    }

    .placeThumb {
        height: 360px;
    }

    .header-search-form .searchBoxCol .search-field {
        background: #EEEEEE !important;
        min-width: unset;
        height: 41px;
        border: none;
        color: #000000 !important;
    }

    .searchform-wrapper.form-flat .flex-col:last-of-type {
        margin-left: 0;
    }

    .ux-sidebar-menu-icon {
        margin-right: 5px !important;
    }

    #logo img {
        max-height: 80px !important;
    }

    .headingDefault .section-title .section-title-main {
        color: #F06023;
        font-size: 20px;
        font-weight: 800;
        border: none;
    }

    .headingDefault a {
               display: block;
        width: 100%;
        margin: 0 0 10px;
        padding: 0;
    }

    .aboutCol h3 {
        font-size: 20px;
    }

    .frFormBox h3 {
        font-size: 22px;
    }

    .headingDefault2 .section-title-center .section-title-main {
        font-size: 20px;
    }

    .frFormBox {
        padding: 0 20px 30px;
    }

    .frImage {
        max-width: 100%;
        min-width: 100%;
    }

    .frHome {
        background: #F06023;
        border-radius: 80px;
        overflow: hidden;
    }

    .frHomeBox {
        display: flex;
        gap: 15px;
        padding-right: 0;
        flex-wrap: wrap;
    }

    .ftSocial ul {
        margin-bottom: 30px;
    }

    .ftList ul {
        margin-bottom: 30px;
    }

    .ftColex .col {
        padding-bottom: 0;
    }
}
