@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Freehand&family=Koulen&family=Moul&family=Moulpali&display=swap');
@font-face {
    font-family: 'Kh Baphnom Moul5';
    src: url('../fonts/KhBaphnomMoul5.eot');
    src: url('../fonts/KhBaphnomMoul5.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KhBaphnomMoul5.woff2') format('woff2'),
        url('../fonts/KhBaphnomMoul5.woff') format('woff'),
        url('../fonts/KhBaphnomMoul5.ttf') format('truetype'),
        url('../fonts/KhBaphnomMoul5.svg#KhBaphnomMoul5') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root{
    --bg-color: #f5f2e3;
    --primary: #154474;
    --yellow: #f7d576;
    --white: #fff;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
}
html,body{
    padding: 0;
    margin:0
}
body {
    background: #f2f5f7;
    font-size: 15px;
    font-family: "Freehand", Arial, Helvetica, sans-serif;
    line-height: 2.2em;
    color: #333
}
ul, ol {
    margin: 0
}

ul.list_menu {
    margin: 30px 0;
    padding-left: 15px
}

ul.list_menu li {
    font-size: 1em;
    list-style: outside none none;
    margin-bottom: 6px;
    padding-left: 20px;
    position: relative
}

ul.list_menu li::before {
    background: #e3e3e3;
    border-radius: 100%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px
}

.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav .open a,
.navbar-nav .open a:hover,
.navbar-nav .open a:focus {
    background: 0 0
}
p.en_menu{
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 0;
}
.alert {
    padding: 10px;
    border-radius: 1px;
    font-size: .9em
}

a {
    color: #c59d5f;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

a:hover,
a:focus,
a:active {
    color: #2c88c0;
    text-decoration: none;
    outline: none;
    background: 0 0
}
.checkbox-inline, .radio-inline{
    padding-left: 30px;
}
.radio-inline input[type=radio]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    border-radius: 50%;
    width: 20px;
    height: 20px;

    border: 2px solid var(--yellow);
    transition: 0.2s all linear;
    margin-left: 0;
    left: 0;
}
.radio-inline input[type=radio]:checked {
    border: 6px solid var(--yellow);
    outline: unset !important;
}
.mt30{
    margin-top: 30px;
}
.pd50{
    padding:50px 0
}
.bg_gray {
    background-color: #eceae3;
}
.w-100{
    width: 100%;
}
/* Loading screen */
.loader {
    background: #004272;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
}
.loader .loader-logo {
    top: -60px;
    position: relative;
}
.loader .loader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.loader .spin {
    position: relative;
    width: 13rem;
    height: 13rem;
    margin: 0 auto;
}
.loader .spin span {
    position: absolute;
    border-radius: 100%;
    border-width: 2px;
    border-style: solid;
    border-color: #004272 #efefef #efefef;
    -webkit-animation: loader3 2s infinite linear;
    animation: loader3 2s infinite linear;
    left: 0;
    top: 0;
    width: inherit;
    height: inherit;
}
.loader .spin img {
    margin-top: 15px;
    max-width: 90px;
}
@-webkit-keyframes loader3 {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
@keyframes loader3 {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
/* top header */
.top-header{
    background-color: var(--primary);
    margin-bottom: 5px;
}
.lang-list{float: right}
.lang-flag {
    display: inline-block;
    width: 16px;
    height: 11px;
    background: #ddd url(../img/flag.png) no-repeat;
}
.lang-flag.flag-kh {
    background-position: -64px -77px
}
.lang-flag.flag-en {
    background-position: -144px -154px;
}
/* header */
header {
    width: 100%;
    background: var(--bg-color);
    padding-bottom: 5px;
    z-index: 9999
}

.mfp-zoom-out-cur header {
    padding-right: 17px
}

header.transparent {
    background: 0 0;
    border-bottom: none;
    z-index: 99;
    top: 25px
}

header.nav_bg {
    background: var(--bg-color)
}

header.transparent.fixed {
    position: absolute
}

header.transparent.navbar-fixed-top {
    position: fixed
}

header .nodisplay {
    display: none
}

header.transparent.nav_bg {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    top: 0
}

header .navbar-header .navbar-brand {
    float: none;
    padding: 15px 0;
    -webkit-transition: all .3s;
    transition: all .3s
}
header .navbar-header .navbar-brand>img{
    display: inline-block;
    height: 75px;
}

header.scroll .navbar-header .navbar-brand {
    padding: 0;
    margin-top: 0
}

header .navbar-header .mobile_menu_btn {
    margin-right: 0;
    padding-right: 0
}

header .navbar-header .mobile_menu_btn .icon-bar {
    background: var(--primary);
    position: relative;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out
}

header.transparent .navbar-header .mobile_menu_btn .icon-bar {
    background: #fff
}

header .navbar-header .mobile_menu_btn .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 1px
}

header .navbar-header .mobile_menu_btn .icon-bar:nth-of-type(2) {
    top: 0
}

header .navbar-header .mobile_menu_btn .icon-bar:nth-of-type(3) {
    top: 0
}

header .navbar-header .mobile_menu_btn.active .icon-bar:nth-of-type(1) {
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

header .navbar-header .mobile_menu_btn.active .icon-bar:nth-of-type(2) {
    background-color: transparent
}

header .navbar-header .mobile_menu_btn.active .icon-bar:nth-of-type(3) {
    top: -7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#main_menu {
    float: right;
    margin: 0;
    padding: 0
}

#main_menu ul {
    list-style: none
}

#main_menu .navbar-nav li a {
    font-family: 'Kh Baphnom Moul5';
    color: var(--primary);
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-align: center;
    padding: 27px 20px;
    -webkit-transition: all .3s;
    transition: all .3s
}

#main_menu .navbar-nav li.active a ,
.transparent #main_menu .navbar-nav li a {
    color: #fff
}
.transparent.navbar-fixed-top #main_menu .navbar-nav li a {
    color: var(--primary)
}

.scroll #main_menu .navbar-nav li a {
    padding: 27px 20px
}

#main_menu .navbar-nav li a,
.transparent.nav_bg #main_menu .navbar-nav li ul.dropdown-menu li a {
    color: var(--primary)
}

#main_menu .navbar-nav li a:hover,
#main_menu .navbar-nav li.active a,
#main_menu .navbar-nav .open .dropdown-toggle,
.transparent #main_menu .navbar-nav li.active a.dropdown-toggle {
    color: #ffb600
}

.transparent.nav_bg #main_menu .navbar-nav li a:hover,
.transparent.nav_bg #main_menu .navbar-nav li.active a,
.transparent.nav_bg #main_menu .navbar-nav .open .dropdown-toggle,
.transparent.nav_bg #main_menu .navbar-nav li.active a.dropdown-toggle {
    color: goldenrod
}

#main_menu .navbar-nav .menu_button .button {
    margin-top: 22px;
    padding: 8px 16px;
    color: #fff !important
}

#main_menu .navbar-nav .menu_button .button:hover,
#main_menu .navbar-nav .menu_button .button:focus,
#main_menu .navbar-nav .menu_button .button:active {
    background: #efac14;
    border-color: #efac14;
    color: #fff !important
}

.scroll #main_menu .navbar-nav .menu_button .button {
    margin-top: 12px
}

#main_menu .navbar-nav .dropdown .dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, .6);
    padding: 0;
    min-width: 200px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

#main_menu .navbar-nav .dropdown .dropdown-menu {
    animation-name: MainMenu;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: MainMenu;
    -webkit-animation-duration: .3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: MainMenu;
    -moz-animation-duration: .3s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards
}

@keyframes MainMenu {
    from {
        opacity: 0;
        margin-top: 10px
    }
    to {
        opacity: 1;
        margin-top: 0
    }
}

@-webkit-keyframes MainMenu {
    from {
        opacity: 0;
        margin-top: 10px
    }
    to {
        opacity: 1;
        margin-top: 0
    }
}

header #main_menu .navbar-nav .dropdown .dropdown-menu {
    left: auto
}

#main_menu .navbar-nav .simple_menu .dropdown-menu li {
    width: 100%;
    border-bottom: 1px dashed #444;
    color: #a5b4be
}

#main_menu .navbar-nav .simple_menu .dropdown-menu li:last-child {
    border-bottom: none
}

/* #main_menu .navbar-nav .simple_menu .dropdown-menu li:hover {
    background: #fbfbfb
} */
#main_menu .navbar-nav .simple_menu .dropdown-menu li a {
    padding: 10px 20px;
    color: #fff;
    font-size: .9em;
    font-weight: 400;
    text-transform: none
}

#main_menu .navbar-nav .simple_menu .dropdown-menu li a:hover,
#main_menu .navbar-nav .simple_menu .dropdown-menu li.active a {
    background: rgba(0, 0, 0, .6);
    color: #fff
}

#main_menu .mega_menu {
    position: static;
    padding: 0;
    margin: 0
}

#main_menu .navbar-nav .dropdown .dropdown-menu .mega_menu_inner {
    padding: 20px 30px
}

#main_menu .mega_menu .mega_menu_inner ul .list_title {
    padding: 10px 0;
    font-size: .9em;
    color: #a1b1c1;
    font-weight: 700;
    text-transform: uppercase
}

#main_menu .mega_menu .mega_menu_inner ul li {
    padding: 5px 0;
    border-bottom: 1px solid #f5f5f5
}

#main_menu .mega_menu .mega_menu_inner ul li a {
    color: #a1b1bc;
    padding: 0;
    text-transform: none;
    font-weight: 500
}

#main_menu .mega_menu .mega_menu_inner ul li a:hover {
    color: #79868f
}

#main_menu .navbar-nav .mega_menu.mega_menu_fullwidth .dropdown-menu {
    left: 0;
    right: 0
}

#main_menu .navbar-nav .dropdown b.caret,
#main_menu .navbar-nav .dropdown b.caret-up {
    display: none
}

/* carousel navigation */
section .owl-carousel .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
}
section .owl-carousel .owl-nav button.owl-prev,
section .owl-carousel .owl-nav button.owl-next {
    font-size: 24px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    outline: none;
    width: 40px;
    height: 40px;
    text-align: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}
section .owl-carousel .owl-nav button.owl-prev:hover,
section .owl-carousel .owl-nav button.owl-next:hover {
    background: #efefef;
    border-color: #e3e3e3;
}
section.gray .owl-carousel .owl-nav button.owl-prev,
section.gray .owl-carousel .owl-nav button.owl-next {
    background: #f5f3f0;
}
section.blue .owl-carousel .owl-nav button.owl-prev,
section.blue .owl-carousel .owl-nav button.owl-next {
    background: #1dc1f8;
}
section.dark .owl-carousel .owl-nav button.owl-prev,
section.dark .owl-carousel .owl-nav button.owl-next {
    background: #232628;
    border-color: #353535;
}
section.dark .owl-carousel .owl-nav button.owl-prev:hover,
section.dark .owl-carousel .owl-nav button.owl-next:hover {
    background: #353535;
}
section.dark .owl-carousel .owl-nav button.owl-prev i,
section.dark .owl-carousel .owl-nav button.owl-next i {
    color: #a4a4a4;
}
section .owl-carousel .owl-nav button.owl-prev {
    float: left;
    left: 0;
}
section .owl-carousel .owl-nav button.owl-next {
    float: right;
    right: 0;
}
section .owl-carousel .owl-nav button.owl-prev i,
section .owl-carousel .owl-nav button.owl-next i {
    font-size: 20px;
    color: #e3e3e3;
    line-height: 50px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
section .owl-carousel .owl-nav button.owl-prev:hover i,
section .owl-carousel .owl-nav button.owl-next:hover i {
    color: #c9c9c9;
}
section .owl-carousel .owl-nav button.owl-prev.disabled i,
section .owl-carousel .owl-nav button.owl-next.disabled i {
    opacity: 0.5;
}
.bg-overlay:before {
    background-color: rgba(27, 26, 26, 0.4);
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
/* master plan */
.gallery-wrapper{
    padding: 40px 0 25px 0;
}
.row.image-gallery{
    margin-right: -8px;
    margin-left: -8px;
}
.gallery-item.col-md-3,.gallery-item.col-md-4{
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 16px;
}
.gallery-item img{
    width: 100%;
    height: auto;
}
.img-icon:before{
    content: "\f0b2";
    font-family: FontAwesome;
    position: absolute;
    top: calc(50% - 18px);
    right: calc(50% - 18px);
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 36px;
    color: #a4a4a4;
    z-index: 99;
    font-size: 18px;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    pointer-events: none;
}
.img-icon:hover:before{
    opacity: .8;
}
/* content style */
.page-title .inner {
    position: relative;
    padding: 370px 0 0;
    z-index: 99;
}
.page-title h1 {
    color: #fff;
    font-family: 'Kh Baphnom Moul5', sans-serif;
    font-size: 25px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0;
}
.page-title .breadcrumb {
    font-size: 12px;
    background: none;
    color: #959595;
    margin: 0;
    padding: 8px 0;
}
.page-title .breadcrumb li {
    padding: 5px 0;
    color: #fff;
}
.page-title .breadcrumb li:last-child {
    padding: 5px;
    border-radius: 2px;
    color: #edcb9a;
}
.page-title .breadcrumb a {
    color: #fff;
}
.bg-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.bg-parallax {
    background-attachment: fixed;
}
.description {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px;
    position: relative;
    text-align: justify;
    margin: 30px 0;
}
.description .d-b{
    border: 4px double gold;
    padding: 40px
}
.heading .heading-subtitle {
    color: #B6802B;
    font-family: 'Kh Baphnom Moul5', sans-serif;
    font-size: 22px;
    margin-bottom: 5px;
}
.heading .heading-title {
    font-family: 'Kh Baphnom Moul5', sans-serif;
    color: var(--primary);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.5;
}
.divider {
    border-bottom: 2px solid #004272;
    margin: 20px auto;
    width: 100px;
}
.youtube{
    margin-bottom: 30px;
}
.youtube iframe{
    width: 100%;
}
#popup_video .modal-dialog{
    min-height: calc(100% - 1.77rem * 2);
    display: flex;
    align-items: center;
}
#popup_video .modal-dialog button.close{
    position: absolute;
    background-color: #fff;
    right: -15px;
    top: -15px;
    padding: 5px 10px;
    border-radius: 50%;
    opacity: 0.8;
}
/* Back to top section */
.back-to-top {
    visibility: hidden;
    height: 40px;
    width: 40px;
    background: #1d76bb;
    border-radius: 4px;
    right: 15px;
    bottom: 20px;
    position: fixed;
    text-align: center;
    -webkit-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, 0.15);
    box-shadow: 0 5px 10px 0 rgba(35, 50, 56, 0.15);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    z-index: 999;
}
.menu-pushed .back-to-top {
    right: 320px
}
.back-to-top i {
    color: #fff;
    line-height: 40px;
    font-size: 22px;
}
.back-to-top:hover, .back-to-top:focus{
    color: #fff;
    background: #dc9d3e;
    -webkit-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, 0.1);
    box-shadow: 0 5px 10px 0 rgba(35, 50, 56, 0.1);
}
.back-to-top:hover {
    cursor: pointer
}
.back-to-top.active {
    visibility: visible;
    bottom: 60px;
    opacity: 1;
}
.social{
    padding: 30px 0
}
.social .qr img{
    width: 100%;
    margin-bottom: 15px;
}
/* Contact Page */
#map-canvas,
.map-frame iframe {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
}
#map-canvas .gm-style .gm-style-iw-c{
    padding: 0 !important;
}
#map-canvas .gm-style .gm-style-iw-d{
    overflow: hidden !important;
}
.contact-wrapper #map-canvas {
    min-height: 794px;
}
#map-canvas .info{
    padding: 0 15px
}
#map-canvas .map-title {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75rem;
}
#map-canvas .address {
    line-height: 18px;
    padding-left: 15px;
    position: relative;
}
#map-canvas .address::before {
    font-family: 'FontAwesome';
    content: '\f041';
    width: 15px;
    left: 0;
    position: absolute;
}
.contact-info h3 {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 23px;
}

.contact-info .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    background-color: #1c1c1c;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
}

.contact-info .social-icons a:hover {
    color: #fff;
    background-color: #c59d5f;
}

.contact-info .social-icons a i {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.contact-info a.link--styled {
    color: #c59d5f;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.contact_info_item {
    display: flex;
    align-items: center;
    max-width: 450px;
    padding-left: 50px;
    padding-right: 15px;
    margin-bottom: 60px;
}
.contact_info_item .item_icon {
    height: 80px;
    min-width: 80px;
    font-size: 35px;
    margin-right: 20px;
    border-radius: 2px;
    align-items: center;
    display: inline-flex;
    color: #c7a17a;
    justify-content: center;
    background-color: #fff;
}

.contact_info_item .item_title {
    font-family: "Oswald", sans-serif;
    line-height: 1;
    font-size: 20px;
    margin-bottom: 10px;
}
/* spinner */
.form-group.mb10{
    margin-bottom: 10px;
}
.t_amt{
    font-family: "Khmer", Arial, Helvetica, sans-serif;
}
/* footer */
footer {
    background-color: var(--bg-color);
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.footer--social {
    background: #f5bd64;
    padding: 20px 0;
}

.footer--social-icons a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
    background-color: #1c1c1c;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.footer--social-icons a:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

footer .copyright {
    padding: 15px 0;
    position: relative;
}

@media only screen and (min-width:320px) {}
@media only screen and (min-width:480px) {}
@media only screen and (min-width: 768px) {
    .divider-md-90 {
        margin-top: 90px;
    }
}

@media only screen and (min-width:992px) {
    .md_nopadding {
        padding: 0 !important
    }

    .md_nopadding_right {
        padding-right: 0 !important
    }

    .md_nopadding_left {
        padding-left: 0 !important
    }

    .md_nopadding_top {
        padding-top: 0 !important
    }

    .md_nopadding_bottom {
        padding-bottom: 0 !important
    }

    .md_p5 {
        padding: 0 5px !important
    }

    .md_pr5 {
        padding-right: 5px !important
    }

    .md_pl5 {
        padding-left: 5px !important
    }

    .md_nomargin {
        margin: 0 !important
    }

    .md_nomarginright {
        margin-right: 0 !important
    }

    .md_nomarginleft {
        margin-left: 0 !important
    }

    .md_nomargintop {
        margin-top: 0 !important
    }

    .md_nomarginbottom {
        margin-bottom: 0 !important
    }

    .md_noborder_right {
        border-right: none !important
    }

    .md_noborder_left {
        border-left: none !important
    }

    .container {
        width: 992px
    }

    #main_menu .navbar-nav .dropdown .dropdown-toggle:after {
        content: "\f107";
        display: inline-block;
        font-family: FontAwesome;
        padding: 0;
        margin-left: 5px;
        line-height: 18px;
        font-size: 14px;
        font-weight: 400
    }

    .navbar-nav .dropdown:hover .dropdown-menu,
    .top_menu .top_menu_right .dropdown:hover .dropdown-menu {
        display: block
    }

    #main_menu {
        position: relative
    }

    .special-column2 {
        margin-right: auto;
        max-width: 380px;
        padding-left: 62px;
    }

    .divider-lg-130 {
        margin-top: 130px;
    }

    .hidden-above-lg {
        display: none !important;
    }
}

@media only screen and (min-width:1200px) {
    .container {
        width: 1200px
    }

    .divider-xl-160 {
        margin-top: 160px;
    }
}

@media only screen and (max-width:991px) {
    .top_menu .top_menu_right li {
        float: none
    }
    header .navbar-header {
        margin: 0 !important
    }
    header .navbar-header .navbar-brand {
        padding: 10px 0;
        margin-left: 50px;
    }
    header .navbar-header .navbar-brand img {
        display: inherit;
        height: 60px;
    }
    header.scroll .navbar-header .navbar-brand img {
        max-height: 55px
    }
    header .navbar-header .mobile-menu-btn {
        padding-top: 18px !important
    }
    .mfp-zoom-out-cur header {
        padding-right: 0
    }
    .navbar-header {
        float: none
    }
    .navbar-toggle {
        display: block;
        margin-top: 13px;
        position: absolute;
        float: none;
        padding: 9px 0
    }
    header.scroll .navbar-toggle {
        margin-top: 10px
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
    }
    .navbar-collapse.collapse {
        display: none !important
    }
    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px
    }
    .navbar-nav>li {
        float: none
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .navbar-text {
        float: none;
        margin: 15px 0
    }
    .navbar-collapse.collapse.in {
        display: block !important
    }
    .collapsing {
        overflow: hidden !important
    }
    .navbar-fixed-top {
        width: 100%;
        max-height: none
    }
    .navbar-fixed-top .navbar-collapse {
        width: 260px;
        max-height: none
    }
    header.scroll .navbar-header .navbar-brand,
    header.scroll.transparent .navbar-header .navbar-brand {
        padding: 5px 0 0
    }

    .mobile_menu .navbar-nav {
        margin: 0
    }

    .mobile-menu-push {
        overflow-x: hidden;
        position: relative;
        left: 0
    }

    .mobile-menu-push-toright,
    .mobile-menu-push-toright .navbar-fixed-top {
        left: 260px
    }

    .mobile-menu-push-toleft,
    .mobile-menu-push-toleft .navbar-fixed-top {
        left: -260px
    }

    .mobile_menu.mobile_menu_open .dropdown-menu {
        width: 100%;
        position: relative;
        box-shadow: none !important;
        border: none !important
    }

    .mobile_menu.mobile_menu_open,
    .push_mobile .navbar-fixed-top .mobile_menu.mobile-menu_open {
        left: 0
    }

    .mobile_menu, body, header {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease
    }

    .mobile_menu {
        background: #fff;
        border-left: 1px solid #e6eff2;
        width: 260px;
        height: 100%;
        top: 0;
        left: -260px;
        z-index: 1000;
        position: fixed;
        padding: 0;
        margin: 0 !important;
        overflow-x: hidden;
        overflow-y: visible;
        display: block;
        visibility: visible
    }

    #main_menu.mobile_menu .navbar-nav li {
        background: #fff;
        border-bottom: 1px solid #e6eff2;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        clear: both
    }

    #main_menu.mobile_menu .navbar-nav li:last-child {
        text-align: center;
        margin-top: 15px;
        border-bottom: none
    }

    #main_menu.mobile_menu .navbar-nav li:hover,
    #main_menu.mobile_menu .navbar-nav .open .dropdown-toggle {
        background: #f5f5f5
    }

    #main_menu.mobile_menu .navbar-nav li a {
        padding: 20px;
        color: #5b5b5d;
        text-align: left;
    }

    #main_menu.mobile_menu .navbar-nav li a:hover {
        color: #ffb600
    }

    #main_menu.mobile_menu .navbar-nav li.mobile_menu_title {
        background: var(--bg-color);
        font-family: raleway, sans-serif;
        display: block !important;
        text-align: center;
        padding: 14px 0;
        font-size: 1.2em;
        font-weight: 500;
        text-transform: capitalize
    }

    #main_menu.mobile_menu .navbar-nav li.mobile_menu_title:hover {
        background: 0 0
    }

    #main_menu.mobile_menu li.menu_button {
        padding: 10px;
        border-top: none !important;
        border-bottom: none !important;
        background: 0 0 !important
    }

    #main_menu.mobile_menu .navbar-nav li.menu_button .button {
        margin: 22px 0
    }

    #main_menu.mobile_menu .navbar-nav .dropdown .dropdown-menu li {
        background: #f5f5f5
    }

    #main_menu.mobile_menu .navbar-nav .dropdown .dropdown-menu li:hover {
        background: #fbfbfb
    }

    #main_menu.mobile_menu .navbar-nav .dropdown .dropdown-menu li a {
        color: #5b5b5d !important;
        padding: 8px 50px;
        font-size: .9em
    }

    #main_menu.mobile_menu .navbar-nav .mega_menu .mega_menu_inner {
        padding: 0
    }

    #main_menu.mobile_menu .navbar-nav .mega_menu .mega_menu_inner ul .list_title {
        padding: 10px 10px 10px 50px !important
    }

    #main_menu.mobile_menu .navbar-nav .dropdown.mega_menu .dropdown-menu li a {
        padding: 8px 50px;
        font-size: .8em
    }

    #main_menu.mobile_menu .navbar-nav .dropdown .dropdown-menu li a:hover {
        color: #79868f
    }

    #main_menu.mobile_menu .navbar-nav .dropdown.mega_menu .dropdown-menu li {
        padding: 9px 0;
        background: #f5f5f5;
        border-bottom: 1px solid #eef2f5
    }

    #main_menu.mobile_menu .dropdown .caret-up {
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 4px solid;
        display: inline-block;
        margin-left: 2px;
        vertical-align: middle
    }

    #main_menu .navbar-nav .dropdown b.caret,
    #main_menu .navbar-nav .dropdown b.caret-up {
        display: inline;
        float: right;
        margin-top: 10px
    }

    #features .owl-thumbs {
        margin-top: 16px
    }

    .horizontal_booking_form {
        margin-top: 10px
    }

    #slider.full_slider .owl-item {
        height: 100% !important
    }

    .full_slider .horizontal_booking_form {
        position: relative;
        margin-top: 10px;
        bottom: auto
    }

    .full_slider .horizontal_booking_form_inner {
        outline: none;
        border: 1px solid #e6eff2;
        border-bottom: 4px solid #e6eff2
    }

    #testimonials_style_2 .review_item {
        margin-bottom: 50px
    }

    #features .owl-thumb-item.active:before {
        display: none
    }

    .heading .heading-title {
        font-size: 38px;
    }

    #hero_event #countdown .count_box {
        padding: 10px 25px;
        margin: 0 20px;
        border: 1px solid #fff
    }

    .hbf_2 {
        position: relative;
        top: 15px
    }

    .hbf .inner .form-group,
    .hbf_2 .inner .form-group,
    .hbf_3 .inner .form-group {
        margin-bottom: 15px
    }

    .hbf_3 {
        position: relative;
        top: 0
    }

    .hbf_2 .hbf_2_inner .form-control,
    .hbf_3 .hbf_3_inner .form-control {
        margin-bottom: 15px
    }

    .sm-swap-block {
        display: flex;
        flex-flow: column
    }

    .sm-swap-block>div:first-child {
        order: 2;
    }

    .sm-swap-block .arrow-bottom::after {
        top: -29px;
        border: solid transparent;
        border-bottom-color: #31a9e0;
        border-width: 15px;
        margin-left: -15px;
    }

    .display-table {
        height: 335px;
    }

    .display-table-cell {
        padding: 0 10%
    }

    .dish-panel {
        max-width: 390px;
        margin-right: auto;
        margin-left: auto;
        display: flex;
        flex-direction: column;
    }

    .dish-panel .dish--content {
        padding: 40px;
        height: auto;
        order: 2;
    }

    .dish--img {
        height: auto;
        order: 1;
    }

    .dish-panel .arrow-bottom::after {
        top: -29px;
        border: solid transparent;
        border-bottom-color: #fff;
        border-width: 15px;
        margin-left: -15px;
    }

    .contact_info_item {
        padding-left: 15px;
        margin-bottom: 30px;
    }
}

/* responsive */
@media only screen and (max-width:768px) {
    section {padding: 30px 0}
    section.main-slider{padding: 0}
    section .main_title {
        margin-bottom: 20px;
        margin-top: 0
    }
    header.transparent {top: 10px}
    .description .d-b {padding: 15px}
    .contact-wrapper .map-frame,
    .contact-wrapper #map-canvas {
        min-height: 600px;
    }
}

@media only screen and (max-width:480px) {
    .hidden-xxs {display: none !important}
    .main_title h2 {font-size: 1.2em}
    .mt30{margin-top: 15px;}
    .padding {padding: 4rem 0}
    .heading .heading-title {font-size: 20px;line-height: 1.9;}
    .footer--widget-content {padding: 30px 0}
}

@media only screen and (max-width:320px) {
    .hidden-xxxs {display: none !important}
}