/*
Theme Name: Themeweb
Description: Theme by Themeweb.vn
Author: Lê Công Thiện
Template: flatsome
Version: 3.0
*/

@font-face {
    font-family: 'SVN-Gilroy';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url("assets/fonts/SVN-Gilroy Thin.otf");
}

@font-face {
    font-family: 'SVN-Gilroy';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url("assets/fonts/SVN-Gilroy ThinI talic.otf");
}

@font-face {
    font-family: 'SVN-Gilroy';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("assets/fonts/SVN-Gilroy Light.otf");
}

@font-face {
    font-family: 'SVN-Gilroy';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url("assets/fonts/SVN-Gilroy Light Italic.otf");
}

@font-face {
    font-family: 'SVN-Gilroy';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("assets/fonts/SVN-Gilroy Regular.otf");
}

@font-face {
    font-family: 'SVN-Gilroy';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("assets/fonts/SVN-Gilroy Regular Italic.otf");
}

@font-face {
    font-family: 'SVN-Gilroy';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("assets/fonts/SVN-Gilroy Medium.otf");
}

@font-face {
    font-family: 'SVN-Gilroy';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url("assets/fonts/SVN-Gilroy Medium Italic.ttf");
}

@font-face {
    font-family: 'SVN-Gilroy';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("assets/fonts/SVN-Gilroy Bold.otf");
}

@font-face {
    font-family: 'SVN-Gilroy';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url("assets/fonts/SVN-Gilroy Bold Italic.otf");
}

@font-face {
    font-family: 'SVN-Gilroy';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("assets/fonts/SVN-Gilroy Black.otf");
}

@font-face {
    font-family: 'SVN-Gilroy';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url("assets/fonts/SVN-Gilroy Black Italic.otf");
}

@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("assets/fonts/Caveat-Regular.ttf");
}

@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("assets/fonts/Caveat-Medium.ttf");
}

@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("assets/fonts/Caveat-SemiBold.ttf");
}

@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("assets/fonts/Caveat-Bold.ttf");
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

/*************** ADD CUSTOM CSS HERE.   ***************/

body {
    font-size: 15px;
    font-family:  "SVN-Gilroy",  sans-serif !important;
    font-weight: 400;
}

.nav > li > a, 
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-size: 16px;
    font-family:  "SVN-Gilroy", sans-serif !important;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6, 
.heading-font, 
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: "SVN-Gilroy", sans-serif !important;
    font-weight: 500 !important;
}

.alt-font {
    font-family: "SVN-Gilroy", sans-serif !important;
}

/*video popup*/
.nl-video-popup{
    position: relative;
}
.image-play {
    position: relative;
}
.image-play .icon-wrap {
    z-index: 6;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
}
.image-play .icon-wrap > i {
    font-size: 30px;
    color: #fff;
    position: absolute;
    -webkit-transform: translate(-45%, -50%);
    -ms-transform: translate(-45%, -50%);
    transform: translate(-45%, -50%);
    top: 50%;
    left: 50%;
}
.image-play:hover .icon-wrap > i {
    color: #E20A00;
}

/*end video popup*/

/** Header **/

#content >.col.small-12.large-12 {
    padding-left: 0;
    padding-right: 0;
}

input[type=email], 
input[type=date], 
input[type=search], 
input[type=number], 
input[type=text], 
input[type=tel], 
input[type=url], 
input[type=password], 
textarea, 
select, 
.select-resize-ghost, 
.select2-container .select2-choice, 
.select2-container .select2-selection {
	height: 50px;
	-webkit-box-shadow: none;
    box-shadow: none;
}

.button, 
button, 
input[type=submit], 
input[type=reset], 
input[type=button] {
	line-height: 50px;
    min-height: 50px;
    padding: 0 25px;
}

/** Menu **/

.nav-dropdown {
	min-width: 280px;
}

.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
	font-size: 16px;
    line-height: 25px;
	margin: 0;
}

.nav-dropdown-has-border .nav-dropdown {
    border: 0
}

.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
    border-bottom-color: rgb(0 0 0 / 1%);
}

.nav-dropdown-default {
    padding: 10px 15px;
}

.nav-dropdown-default .nav-column li>a, 
.nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: 1px dashed rgb(0 0 0 / 15%);
}

.nav-dropdown li {
    font-size: 14px;
}

.nav-column>li>a, 
.nav-dropdown>li>a, 
.nav-vertical-fly-out>li>a, 
.nav>li>a {
    color: #454545;
}

/** Home **/

.form-searh-home .searchbox--horizontal .searchbox__wrap,
.form-searh-home .searchbox--horizontal .searchbox__box-line {
    background: transparent;
}

.form-searh-home .searchbox--horizontal .searchbox__box-line {
    display: flex;
    padding: 22px 15px;
    justify-content: space-between;
}

.form-searh-home .searchbox--horizontal .searchbox__wrap {
    border: solid 1px #B69A70;
    box-shadow: none;
}

.gembooking .button--primary,
.gembooking-block .button--primary {
    background-color: #997847;
    background: linear-gradient(90deg, #997847 0%, #DBAE6B 80%);
}

.form-searh-home .searchbox--horizontal .searchbox__box:not(:last-child) {
    border-right: solid 1px #B69A70;
}

.title-home h2 {
    color: #DBAE6B;
    font-size: 35px;
    line-height: 35px;
    font-weight: 500 !important;
    margin-bottom: 35px;
}

.mini-title-home {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #A0A0A0;
}

.big-title-home {
    font-size: 35px;
    font-weight: bold !important;
    line-height: 30px;
    letter-spacing: 0em;
    color: #906C37;
}

.title-review {
    font-size: 40px;
    font-weight: 700 !important;
    line-height: 45px;
    text-align: center;
}

.mini-rivew {
    font-size: 25px;
    line-height: 35px; 
}

.font-title-home {
    font-family: "Caveat" !important;
    font-size: 40px;
    font-weight: 400 !important;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #DBAE6B;
}

.btn-home {
    font-size: 18px;
    font-weight: 400;
    padding: 0px 30px;
    border: 0;
    border-radius: 50px;
    height: 45px;
    line-height: 40px;
    background: linear-gradient(90deg, #997847 0%, #DBAE6B 80%);
}

.form-searh-home .searchbox__box-label {
    color: #fff;
}

.form-searh-home .searchbox__input-display, 
.form-searh-home .searchbox-occupancy-info, 
.form-searh-home .searchbox__input.input-transparent {
    color: #fff;
}

.form-searh-home .searchbox--horizontal {
    position: relative;
}

.form-searh-home .searchbox--horizontal::before {
    content: "";
    width: 100%;
    height: 88px;
    border: solid 1px #B69A70;
    position: absolute;
    top: -10px;
    left: 0px;
}

.form-searh-home .searchbox--horizontal::after {
    content: "";
    width: calc(100% + 20px);
    height: 100%;
    border: solid 1px #B69A70;
    position: absolute;
    top: 0px;
    left: -10px;
}

.icon-box.home-index h4 {
    font-size: 48px;
    font-weight: 700 !important;
    line-height: 50px;
    letter-spacing: 0.02em;
    text-align: center;
    background: -webkit-linear-gradient(90deg, #997847 0%, #DBAE6B 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-box.home-index p {
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
}

h5.post-title {
	color: #997847;
}

/** Footer **/

#footer .footer-2 {
    padding-top: 50px;
}

.footer-2 .large-columns-4 .widget:nth-child(1) {
    max-width: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
}

.footer-2 .large-columns-4 .widget:nth-child(2),
.footer-2 .large-columns-4 .widget:nth-child(3) {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}

.footer-2 .large-columns-4 .widget:nth-child(2) p {
    padding-top: 20px;
    padding-bottom: 0;
}

#footer span.widget-title {
    font-size: 16px;
    font-weight: 500;
    color: #DBAE6B;
}

#footer .dark .is-divider {
    height: 2px;
    max-width: 49px;
    background-color: #DBAE6B;
    margin-top: 15px;
    margin-bottom: 30px;
}

#footer a.back-to-top {
    background: #906C37;
    border: 0;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    margin: 0;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .form-searh-home {
        background: #008000;
    }
    .form-searh-home .searchbox--horizontal::before,
    .form-searh-home .searchbox--horizontal::after {
        display: none;
    }
    .form-searh-home .searchbox--horizontal .searchbox__wrap {
        border: 0;
    }
    .form-searh-home .searchbox--horizontal .searchbox__box-line {
        border: solid 1px #B69A70;
    }
    .searchbox--horizontal .searchbox__box:not(:last-child) {
        border-right: 0px;
    }
    .title-home h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .room-item .post-title {
        font-size: 20px;
    }
    .mobi-boder-left .col-inner {
        border-left: 1px dashed rgb(219, 174, 107);
    }
    .big-title-home {
        font-size: 25px;
        line-height: 28px;
    }
    .title-review {
        font-size: 26px;
        line-height: 30px;
    }
    .mini-rivew {
        font-size: 18px;
        line-height: 25px;
    }
    .mb-4 {
        margin-bottom: 1rem !important;
    }
    #footer iframe {
        height: 240px;
    }
    .footer-2 .large-columns-4 .widget:nth-child(1),
    .footer-2 .large-columns-4 .widget:nth-child(2), 
    .footer-2 .large-columns-4 .widget:nth-child(3) {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}