@font-face {
    font-family: 'Copperplate Gothic';
    src: url('../font/copperplate-gothic_medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ibmplexsansthai';
    src: url('../font/ibmplexsansthai.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #505050;
    line-height: 1.5;
    overflow-x: hidden;
    background: #fff;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: inherit;
    cursor: pointer;
    transition: all 0.5s;
}

button, input, textarea {
    font-family: inherit;
    font-size: inherit;
    outline: none;
    text-transform: inherit;
}

select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    list-style: none;
    font-size: inherit;
    letter-spacing: initial;
    outline: none;
    font-family: inherit;
}

h1, h2, h3, h4 {
    padding: 0;
    margin: 0;
    line-height: initial;
    font-weight: initial;
}

h1 {
    font-size: 40px;
    line-height: inherit;
    text-transform: uppercase;
}

h2 {
    font-size: 30px;
    line-height: inherit;
    text-transform: uppercase;
}

h3 {
    font-size: 20px;
    text-transform: uppercase;
}

h4 {
    font-size: 16px;
}

.container {
    padding: 0;
}

.section_slideshow {
    position: relative;
}

/*#maximage {*/
/*    height: 70vh !important;*/
/*}*/

.brand_logo {
    display: inline-flex;
    float: left;
}

.nav_desktop {
    text-transform: uppercase;
    font-size: 14px;
}

.nav_desktop ul {
    float: right;
    margin: 0;
    padding: 0;
}

.nav_desktop li {
    float: left;
    list-style: none;
    padding: 0;
    line-height: 70px;
}

.nav_desktop a {
    padding: 0 10px;
    line-height: 70px;
    position: relative;
    display: inline-block;
}


.nav_desktop a:before {
    content: '';
    width: 1px;
    height: 0;
    position: absolute;
    bottom: 0;
    background: transparent;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 1s;
}

.nav_desktop a.active:before {
    height: 20px;
}

.dropdown-menu a:before {
    content: none;
}

.nav_top #lang_primary {
    cursor: pointer;
}

.nav_top .lang_parent {
    position: absolute;
    width: 100%;
    background-color: #fff;
    padding: 0;
    display: none;
    right: 0;
    z-index: 2;
    text-transform: none;
}

.nav_top .lang_parent.active {
    display: block;
}

.nav_top .lang_parent li {
    text-align: center;
    display: block;
    padding: 0;
    line-height: initial;
    width: 100%;
}

.nav_top .lang_parent li a:hover {
    color: #fff;
    width: 100%;
    padding: 10px;
}

.nav_top li {
    list-style: none;
}

.nav_top ul {
    padding: 0;
    margin: 0;
}

.nav_top {
    text-align: right;
    position: relative;
    padding-right: 0 !important;
}

.lang_parent a {
    color: inherit;
    line-height: inherit;
    padding: 10px;
    width: 100%;
    padding: 10px 15px !important;
}

.nav_top i {
    color: #fff;
}

.nav_top span {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0 10px;
}

.brand_logo img {
    padding: 17px 0;
    height: 70px;
    width: 100%;
}

.brand_logo a {
    display: flex;
}

.dropdown-menu li, .dropdown-menu > li > a {
    line-height: initial;
    width: 100%;
}

.dropdown-menu > li > a {
    color: #505050;
}


.section_header {
    position: absolute;
    z-index: 3;
    transition: all 1s;
    width: 100%;
    background: #fff;
}

.section_header .container {
    width: 100%;
    padding: 0 50px;
}

.btn_booknow {
    color: #fff;
    border: none;
    padding: 10px 20px;
    text-transform: none;
    transition: all 1s;
}

.btn_booknow:hover {
    color: #fff;
}

.btn_booknow img {
    filter: brightness(0) invert(1);
    vertical-align: middle;
    margin-right: 5px;
    height: 20px;
}

.nav_top .btn_lang {
    color: #505050;
    width: 72px;
    padding: 10px 15px;
}

.nav_top .btn_lang:hover {
    color: #fff;
}

.text_slide {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    z-index: 1;
}

.text_slide h1 {
    color: #fff;
}

.overlay_slideshow {
    background: rgb(0 0 0 / 15%);
    width: 100%;
    height: 100%;
}

.arrow_slide {
    position: relative;
    bottom: 0;
    z-index: 2;
}

.arrow_slide .container {
    position: relative;
}

.arrow_slide img {
    height: 100%;
    width: max-content;
    opacity: 0.3;
    transition: all 1s;
}

.arrow_slide label:hover img {
    opacity: 1;
}

.arrow_slide label {
    position: absolute;
    background: rgb(255 255 255 / 20%);
    bottom: 0;
    padding: 10px;
    height: 50px;
}

#arrow_left {
    left: 0;
}

#arrow_right {
    left: 50px;
}

.section_description h4 {
    position: relative;
    display: inline-block;
    padding-right: 15px;
}

.section_description h4:after {
    content: '';
    width: 50px;
    height: 1px;
    position: absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.section_description .col-xs-7 {
    position: relative !important;
    padding-right: 50px;
}

.section_description .col-xs-7:before {
    content: '';
    background-image: url("../images/icon/bg.png");
    width: 230px;
    height: 213px;
    position: absolute;
    right: 25px;
    top: 0;
    margin: auto;
    opacity: 0.5;
}

.section_description .col-xs-7 p:nth-last-child(1) {
    margin-bottom: 0
}

.section_description {
    text-align: left;
    padding: 50px 0;
}

.tab_reser {
    text-align: center;
    position: relative;
    z-index: 2;
}

.tab_reser:after {
    content: '';
    background-image: url("../images/icon/gift.svg");
    width: 20px;
    height: 20px;
    position: absolute;
    right: -11px;
    top: -11px;
    background-size: cover;
    filter: brightness(0) invert(1);
}

.tab_reser:before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    right: -25px;
    top: -25px;
    border-radius: 50%;

}

.section_offers {
    padding: 50px 0;

}

.images_offers {
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.float_right {
    float: right;
}

.section_offers h4 {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    width: fit-content;
}

.section_offers h4:after {
    content: '';
    width: 50px;
    height: 1px;
    position: absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.images_offers img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.images_offers .col-xs-6 {
    height: 100%;
}

.details_offers {
    background: #fff;
    text-align: center;
    padding: 0 50px;
}

.details_offers h4:after {
    content: none;
}

.details_offers h4 {
    padding: 0;
    width: 100%;
}

.details_offers h2 {
    text-transform: uppercase;
}

.details_offers p {
    margin: 0;
}

.btn_booknowmain {
    margin-top: 25px;
    padding: 10px 40px;
}

.details_offers:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
}

.details_offers:before {
    content: '';
    background-image: url("../images/icon/gift.svg");
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    left: 0;
    top: -11px;
    margin: auto;
    z-index: 2;
    background-size: cover;
    filter: brightness(0) invert(1);
}

.details_titleoffers {
    padding-left: 50px;
    margin-top: 25px;
}

.slide_offers .item {
    padding-top: 25px;
}

.slide_offers .owl-nav {
    display: none;
}

.slide_offers .owl-dots {
    position: absolute;
    left: -50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 25px;
    bottom: 0;
}

.section_accommodations {
    padding: 50px 0;
    overflow: hidden;
}

.box_accommodations {
    width: 100%;
    display: inline-block;
}

.images_accom {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.box_accommodations img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide_accommodations {
    margin-top: 50px;
}

.text_accom {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 25px;
    color: #fff;
    transition: all 1s;
}

.text_accom h4 {
    color: white;
}

.slide_accommodations .owl-stage-outer {
    overflow: inherit;
}

.slide_accommodations.owl-drag .owl-item {
    opacity: 0.2;
    transition: all 1s;
}

.slide_accommodations.owl-drag .owl-item.active {
    opacity: 1;
}

.overlay_box {
    background: rgb(0 0 0 / 20%);
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 1s;
    opacity: 0;
}

.slide_accommodations .item:hover .overlay_box {
    opacity: 1;
}

.slide_accommodations .item:hover .text_accom {
    bottom: 50px;
}

.scroll_menu {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 3;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
}

.slide_accommodations .owl-dots {
    display: none;
    margin-top: 25px;
}

.section_accommodations p:nth-last-child(1) {
    margin-bottom: 0;
}

.slide_accommodations .owl-nav {
    position: absolute;
    right: 0;
    top: -70px;
}

.slide_accommodations .owl-nav [class*=owl-] {
    color: inherit;
    font-size: 14px;
    margin: 0;
    padding: 0 10px;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}

.slide_accommodations .owl-nav [class*=owl-]:hover {
    background: none;
    color: inherit;
}

.slide_accommodations .owl-prev {
    position: relative;
    top: -30px;
    padding: 0 !important;
}

.slide_accommodations .owl-prev:before {
    content: '';
    width: 30px;
    height: 1px;
    position: absolute;
    bottom: -20px;
    top: 0;
    right: -20px;
    margin: auto;
    transform: rotate(-45deg);
}

.slide_accommodations .owl-nav [class*=owl-] i {
    opacity: 0;
    transition: all 1s;
}

.slide_accommodations .owl-nav [class*=owl-]:hover i {
    opacity: 1;
}

.btn_seeoffers {
    padding: 0;
    border: none;
    background: none;
}

.btn_seeoffers img {
    width: 25px !important;
    vertical-align: middle;
    height: auto !important;
    object-fit: inherit !important;
    transition: all 1s;
}

.btn_seeoffers:hover img {
    margin-left: 10px;
}

.section_facilities {
    padding: 0 0 50px 0;
    text-align: center;
}

.images_facilities {
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.details_facilities {
    position: relative;
    text-align: left;
    padding: 50px;
}

.details_facilities:before {
    content: '';
    width: 50px;
    height: 100%;
    position: absolute;
    left: -50px;
    z-index: -1;
}

.details_facilities h4 {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    width: max-content;
}

.details_facilities h4:after {
    content: '';
    width: 50px;
    height: 1px;
    position: absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.images_facilities img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.slide_facilities {
    margin-top: 50px;
}

.slide_facilities .owl-nav {
    display: none;
}

.slide_facilities .owl-dots {
    position: absolute;
    right: -50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    bottom: 0;
}

.section_footer {
    display: inline-flex;
    width: 100%;
    padding: 50px 0;
    color: #fff;
}

.section_footer h3 {
    color: #fff;
}

.section_footer p {
    margin: 0;
}

.logo_footer {
    filter: brightness(0) invert(1);
    height: 30px;
    width: max-content;
}

.section_footer .col-xs-4:nth-child(2) {
    text-align: center;
}

.section_footer .col-xs-4:nth-child(3) {
    text-align: right;
}

.section_footer .col-xs-4:nth-child(1) h4, .section_footer .col-xs-4:nth-child(3) h4 {
    font-size: 20px;
}

.section_footer .col-xs-4:nth-child(3) p {
    width: 70%;
    float: right;
}

.section_copyright {
    padding: 15px 0;
    border-top: 1px solid rgb(255 255 255 / 15%);
    display: flex;
    width: 100%;
    font-size: 14px;
    color: #fff;
}

.secial_media {
    text-align: right;
}

.secial_media a {
    margin-left: 10px;
}

.brand_logomobile {
    display: none;
}

.button_container {
    position: relative;
    top: 0;
    right: 0;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
}

.button_container:hover {
    opacity: 1;
}

.button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff !important;
}

.button_container.active .middle {
    opacity: 0;
    background: #fff;
}

.button_container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff !important;
}

.button_container span {
    border: none;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 11px;
}

.button_container span:nth-of-type(3) {
    top: 22px;
}

.overlay_menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    overflow: hidden;
    z-index: 9;
}

.overlay_menu.open {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.overlay_menu.open li {
    -webkit-animation: fadeInUp .5s ease forwards;
    animation: fadeInUp .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.overlay_menu.open li:nth-of-type(2) {
    -webkit-animation-delay: .40s;
    animation-delay: .40s;
}

.overlay_menu.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.overlay_menu.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}

.overlay_menu.open li:nth-of-type(5) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}

.overlay_menu.open li:nth-of-type(6) {
    -webkit-animation-delay: .60s;
    animation-delay: .60s;
}

.overlay_menu.open li:nth-of-type(7) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}

.overlay_menu.open li:nth-of-type(8) {
    -webkit-animation-delay: .70s;
    animation-delay: .70s;
}


.overlay_menu nav {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

/*.overlay_menu ul {*/
/*    list-style: none;*/
/*    padding: 0;*/
/*    margin: 0 auto;*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    height: 100%;*/
/*}*/
.overlay_menu ul li {
    display: block;
    position: relative;
    padding: 5px 0;
    opacity: 0;
    width: 100%;
}

.overlay_menu ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    line-height: inherit;
    transition: all 0.5s;
}

.overlay_menu ul li a:hover:after, .overlay_menu ul li a:focus:after, .overlay_menu ul li a:active:after {
    width: 100%;
}

.overlay_menu .active:after {
    content: none;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.menu_mobile {
    display: none;
    position: absolute;
    right: 30px;
    top: 25px;
}

.base_plus_icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    z-index: 55;
    cursor: pointer;
    display: block;
}

.base_plus_icon .plus_icon {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 8px;
    display: block;

}

.base_plus_icon .plus_icon:before,
.base_plus_icon .plus_icon:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    margin: auto;
    display: block;
    transition: all 0.6s;
}

.base_plus_icon:hover .plus_icon:before,
.base_plus_icon:hover .plus_icon:after {
    background-color: #fff;
}

.base_plus_icon .plus_icon:before {
    width: 1px;
    height: 20px;
}

.base_plus_icon .plus_icon:after {
    width: 20px;
    height: 1px;
}

.base_plus_icon .plus_icon.active:before {
    display: none;
}

.info {
    display: none;
    padding: 10px 15px 0 !important;
}

.info.active {
    display: block;
}

.navbar_fix {
    padding: 70px 30px 30px !important;
    display: inline-block;
    width: 100%;
}

.section_description .col-xs-5 {
    z-index: 1;
}

.t-datepicker-day {
    margin: 20px 0;
}

.t-arrow-top {
    bottom: -20px !important;
}

.section_accommodations h4 {
    position: relative;
    display: inline-block;
    padding-right: 15px;
}

.section_accommodations h4:after {
    content: '';
    width: 50px;
    height: 1px;
    position: absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.text_accom h4:after {
    content: none;
}

.text_slide ul {
    margin: 0;
    padding: 0;
}

.text_slide ul li {
    animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    margin: 0;
    padding: 0;
    list-style: none;
}

.text_slide li:nth-child(1) {
    animation-delay: 0.5s;
}

.text_slide li:nth-child(2) {
    animation-delay: 0.6s;
}

.text_slide h4 {
    color: #fff;
}

.section_contentchild {
    padding: 50px 0;
}

.section_contentchild .box_facilities:nth-child(odd) .col-xs-8 {
    float: right;
}

.section_contentchild .box_facilities:nth-child(odd) .details_facilities:before {
    left: auto;
    right: -50px;
}

.section_contentchild .box_facilities {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}

.section_contentchild .box_facilities:nth-last-child(1) {
    margin-bottom: 0;
}

.logo_title {
    width: 30px;
    height: 30px;
    vertical-align: bottom;
}

.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot.active span {
    background: none;
    position: relative;
}

.owl-theme .owl-dots .owl-dot span:after {
    content: '';
    background-image: url("../images/icon/favicon.png");
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    background-size: contain;
    margin: auto;
    background-repeat: no-repeat;
    opacity: 0.2;
    transition: all 1s;
}

.owl-theme .owl-dots .owl-dot.active span:after, .owl-theme .owl-dots .owl-dot:hover span:after {
    opacity: 1;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px;
}

.section_contentchildoffers {
    padding-top: 0;
}

.section_contentchildoffers .details_offerschild:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;

}

.section_contentchildoffers .details_offerschild:before {
    content: '';
    background-image: url("../images/icon/gift.svg");
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    left: 0;
    top: -11px;
    margin: auto;
    z-index: 2;
    background-size: cover;
    filter: brightness(0) invert(1);
}

.section_otheraccommodations {
    padding-bottom: 0;
    margin-bottom: -12px;
}

.section_amenities {
    padding: 50px 0;
    text-align: center;
}

.section_amenities h4 {
    position: relative;
    display: inline-block;
    padding-right: 15px;
}

.section_amenities h4:after {
    content: '';
    width: 50px;
    height: 1px;
    position: absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.section_amenities ul {
    margin: 25px 0 0 0;
    padding: 0;
}

.section_amenities li {
    width: 20%;
    float: left;
    list-style: none;
    padding: 10px;
}

.section_amenities img {
    height: 25px;
}

.section_amenities p {
    text-transform: capitalize;
    margin: 0;
}

.details_facilities .details_offerschild p {
    margin-bottom: 0;
}

.section_sitemap {
    text-align: left;
}

.section_sitemap ul {
    margin: 25px 0 0;
    padding: 0;
}

.section_sitemap li {
    padding: 5px 0;
    list-style: none;
}

.section_sitemap .submenu_sitemap li {
    list-style: disc;
}

.section_sitemap .submenu_sitemap {
    margin: 0 0 0 30px !important;
}

.section_googlemap {
    padding: 50px 0;
}

.section_googlemap iframe {
    width: 100%;
    height: 100%;
}

.images_map {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-top: 25px;
}

.section_googlemap .col-xs-7 {
    padding-right: 50px;
}

.section_googlemap h4 {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    width: max-content;
}

.section_googlemap h4:after {
    content: '';
    width: 50px;
    height: 1px;
    position: absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.form_contact .input_contact {
    width: 100%;
    padding: 10px;
    border: 1px solid #eee;
}

.form_contact .col-xs-6, .form_contact .col-xs-12 {
    padding: 10px;
}

.form_contact {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 25px;
    z-index: 3;
    font-family: var(--font-body);
}

::placeholder {
    color: #b1b1b1;
}

.btn_sitemap {
    width: 100%;
}

.image_photo {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-size: cover !important;
    transform: scale(1);
    transition: all 1s;
    object-fit: cover;
}

.view_photo {
    overflow: hidden;
    cursor: pointer;
}

.view_photo:hover .image_photo {
    transform: scale(1.1);
}

.demo_gallery {
    margin-top: 25px;
    display: inline-block;
    width: 100%;
}

.demo_gallery .col-xs-3, .demo_gallery .col-xs-6 {
    padding: 15px;
}

.row_gallery {
    margin-right: -15px;
    margin-left: -15px;
}

.text_gallery {
    padding: 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eee;
    line-height: 40px;
    text-align: left;
}

.text_gallery .col-xs-4 {
    text-align: right;
}

.count_photo {
    border-left: 1px solid #eee;
    float: right;
    padding-left: 10px;
}

.section_gallery {
    position: relative;
}

.section_gallery:before {
    content: '';
    background-image: url('../images/icon/bg.png');
    width: 230px;
    height: 213px;
    position: absolute;
    right: 50px;
    top: 50px;
    margin: auto;
    opacity: 0.5;
}

.section_gallery .col-xs-7:before {
    content: none;
}

.tab_reser a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.secial_media .icon_socail {
    width: 15px;
    height: 15px;
    display: inline-block;
}

.secial_media {
    display: flex;
    justify-content: end;
}

.secial_media .icon_socail img {
    width: 100%;
    height: 100%;
    filter: invert(2) brightness(10);
}

.mobile-img-size {
    display: none;
}

.mask_img {
    display: inline-block;
    width: 25px;
    height: 25px;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100%;
    mask-repeat: no-repeat;
}

.form_contact input + label {
    font-weight: lighter;
    margin-top: 5px;
    color: #c30f0f;
    display: none;
    position: relative;
    text-align: left;
    font-size: 12px;
}
.form_contact input + label i {
    position: relative;
    float: right;
}

.notificationAtInput + label {
    display: block !important;
}

.image_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.album-box:nth-child(4n-3) .col-xs-3.filtr-item {
    width: 50%;
}

.hidepic {
    display: none;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.dropdown .dropdown-menu {
    display: block;
    background: #fff;
    opacity: 0;
    position: absolute;
    pointer-events: none;
    transform: translateY(-2em);
    transition: all 1s;
}
.contact_footer a{
    line-height: 40px;
}
#arrow_left,#arrow_right{
    cursor: pointer;
}