@import url('https://fonts.googleapis.com/css?family=Hanuman&display=swap');

.show-img {
    margin-top: 15px;
    margin-bottom: 15px;
}

.img-full {
    width: 100%;
    margin-bottom: 5px;
}


#myTabContent {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* social */
.social-wrapper {
    position: fixed;
    top: 35%;
    right: 15px;
    z-index: 1045;
}

.social-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-wrapper ul li {
    background: var(--bs-secondary);
    margin-bottom: 2px;
    padding: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.social-wrapper ul li a {
    color: #2b2120;
    font-weight: bolder;
}

/* end */
/* carousel fullscreen */
.carousel-fullscreen .carousel-inner .carousel-item {
    height: 100vh;
    min-height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* arrow */
a.carousel-control-prev {
    width: 34px;
    height: 34px;
    position: absolute;
    left: 50px;
    top: 45%;
}

a.carousel-control-next {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 50px;
    top: 45%;
}


/* end carousel */
/* overview */
.wrap-our-business {
    padding-top: 30px;
    padding-bottom: 30px;
}

.overview .our-business-img {
    height: 100%;
    min-height: 465px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


nav.navbar.navbar-expand-lg.navbar-light {
    margin: 0 auto;
    text-align: right;
    padding: 0;
}

.navbar-nav {
    margin: 0 auto;
    font-size: 14px;
    margin-top: 25px;
    margin-right: 0;
}


/* info top */
#info-top {
    position: absolute;
    text-align: right;
    right: 15px;
    z-index: 1045;
    font-size: 12px;
}

#info-top ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#info-top ul li {
    display: inline !important;
    padding-left: 15px;
}

.wrap-menu {
    width: 100%;
    max-width: 1140px;
    margin: 0px auto;
    position: relative;
}

button#dropdownMenuButton {
    font-size: 12px;
}

.sticky .navbar-expand-lg .navbar-collapse {
    margin-top: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    background: #3b3330;
    z-index: 1045;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

.sticky + .content {
    padding-top: 102px;
}

.sticky img {
    width: 80px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

/* end info top */

/* content */
.container {
    position: relative;
}

/* end content */


.new-highlight {
    margin-top: 30px;
    margin-bottom: 15px;
}

.new-head h2 {
    color: #3c3c3c;
}

.blog-list {
    position: relative;
    box-shadow: 0px 0px 2px #afafaf;
    border-radius: 4px;
    margin-bottom: 30px;
    overflow: hidden;
}

.blog-des {
    padding: 15px;
    background: #f3eaea;
    transition: .5s all ease;
    min-height: 240px;
}

.blog-img {
    position: relative;
}

.blog-des a {
    transition: .5s all ease;
    color: #424242;
}

.blog-list:hover .blog-des {
    background: #352c2a;
    transition: 1s all ease;
}

.blog-list:hover .blog-des a {
    color: #fff;
    transition: 1s all ease;
}

button.owl-prev {
    color: #333 !important;
    float: left;
    font-size: 18px !important;
}

button.owl-next {
    color: #404040 !important;
    float: right;
    font-size: 18px !important;
}


.blog-list:hover .blog-title h4 {
    color: gold;
}

.blog-date {
    line-height: 3em;
}


/*end new highlight*/

/* blog */
.blog {
    padding: 15px;
    border: 1px solid #a0890a;
    margin-bottom: 15px;
    border-radius: 5px;
}

.blog ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog ul li {
    line-height: 1.4rem;
    border-bottom: 1px solid #7d7d7d;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.blog.kh ul li {
    line-height: 1.4rem;
    border-bottom: 1px solid #7d7d7d;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.blog ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.blog ul li a:hover {
    color: #ba9f22;
}

.blog h2 {
    color: #ba9f22;
    padding-bottom: 10px;
}

.btn-readmore {
    background: #a98000;
    border: none;
    padding: 5px 10px;
    border-radius: 2px;
    color: #e8e8e8;
}

/* end blog */

.wrap-subsidiaries {
    background: #fbf6f6;
    padding-top: 30px;
    padding-bottom: 30px;
}

.subsidiaries-img {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    padding: 15px;
    position: relative;
    margin: 0 auto;
}

.subsidiaries-img img {
    width: 100%;
}

.subsidiaries-img h3 {
    position: absolute;
    bottom: 0px;
}

.title h2 {
    padding-bottom: 20px;
    color: #a98e00;
    font-size: 2em;
}

.b-img {
    text-align: center;
    line-height: 10em;
    background: #fff;
    margin-bottom: 15px;
    margin-top: 15px;
}

.overview {
    margin-bottom: 15px;
}

.overview img {
    box-shadow: 1px -2px 10px #191919;
}

.overview-des {
    padding: 15px;
    background: #310b0b;

}

.career {
    padding: 15px;
    border: 1px solid #adadad;
    border-radius: 5px;
    margin-bottom: 30px;
}

/*our team*/
.team-img {
    box-shadow: 0px 0px 10px #c5c5c5;
}

.team-title {
    background: #ddd;
    padding: 15px;
    text-align: center;
    margin-bottom: 15px;
}

/* end our team*/

/* image effect */
.hover {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.hover div img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.hover div:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.1);
}

.book-top {
    color: #dca80b;
}

.book-top:hover {
    color: #dca80b;
}

/* end image effect */


.owl-nav i {
    font-size: 2em !important;
    color: #a98000;
}

.disabled i {
    color: #a7a7a7;
}

/* end home what's new */

/* our business */
.our-business {
    position: relative;
    padding: 15px;
    margin-bottom: 30px;
    background: #311a19;
}

.our-business-logo {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    text-align: center;
}

.our-business-description {
    color: #fff0ff;
    padding-top: 15px;
}

/* end our business */
.img-subsidiaries {
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 1px 1px 3px #e6e6e6;
    position: relative;
    height: 169px;
    width: 169px;
    display: table-cell;
    vertical-align: middle;
}

.subsidiaries-title {
    color: #5f5f5f;
    padding: 15px;
    background: #3b3330;
    text-align: center;
    color: #d8ae32;
    text-transform: uppercase;
    box-shadow: 1px 2px 3px #949494;
    border-radius: 4px;
}

.subsidiaries-title h3 {
    font-size: 1.2em;
}

.subsidiaries-title hr {
    margin-bottom: 30px;
}

/* Footer */
.wrap-footer {
    color: #f5f5f5;
    background: #3b3330;
    padding-top: 30px;
    padding-bottom: 40px;
}

.social-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 15px;
}

.social-footer li {
    display: inline;
    margin-right: 15px;
}

.social-footer ul li a {
    color: #bdbdbd;
    font-size: 1.5em;
}

.social-footer ul li:nth-child(1) a:hover {
    color: #0b58a2;
}

.social-footer ul li:nth-child(2) a:hover {
    color: #0000F0;
}

.social-footer ul li:nth-child(3) a:hover {
    color: #c51f1a;
}

.social-footer ul li:nth-child(4) a:hover {
    color: #00a0d2;
}

.social-footer ul li:nth-child(5) a:hover {
    color: #9e0505;
}

.menu-footer-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-footer-list ul li {
    width: 270px;
    margin-right: 15px;
    display: inline-block;
}

.menu-footer-list ul li a {
    color: #d2d2d2;
}

.menu-footer-list ul li a:hover {
    color: #FFC107;
}

.fa-ul {
    margin-left: 26px;
}

.subsidiaries-blog {
    position: relative;
    background: #efefef;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 1px 2px 3px #e4e4e4;
    min-height: 273px;
}

/* End footer */

/* contact info */
div#hotel-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* end contact info */

@media (max-width: 767.98px) {
    .slid-caption {
        bottom: 0px;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 1.2em;
        text-align: center;
    }

    .our-business {
        margin-bottom: 15px;
    }

    #main-menu {
        position: absolute;
        background: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0));
        padding-bottom: 100px;
    }

    .navbar-toggler {
        color: #ffffff !important;
        box-shadow: unset;
        margin-right: 15px;
        margin-top: 40px;
        font-size: 1.8em;
    }

    .sticky .navbar-toggler {
        margin-right: 15px;
        margin-top: 0px;
    }

    .sticky #info-top {
        display: none;
    }

    .bg-mobile {
        background: #3b3330;
    }

    .carousel-fullscreen .carousel-inner .carousel-item {

        min-height: 100%;
    }

    #info-top {
        font-size: 0.8em;
        top: -15px;
        right: 15px;
    }

    #info-top ul li {
        display: block !important;
        float: none;
    }

    #info-top ul li a {
        color: #fff;
    }

    .max-height {

    }

    #logo {
        margin-top: 0px;
        z-index: 1043;
        text-align: left;
        filter: brightness(5);
    }

    .book-top {
        display: none;
    }

    .float-left {
        text-align: left;
    }

    .owl-prev {
        position: absolute;
        top: 30%;
        z-index: 1045;
        left: 0px;
    }

    .owl-next {
        position: absolute;
        top: 30%;
        z-index: 1045;
        right: 30px;
    }

    .blog-des {
        min-height: 260px;
    }

    .overview .our-business-img {
        height: 90vh;
    }

    .overview-des {
        width: 92%;
        position: absolute;
        z-index: 1039;
        bottom: 15px;
        background: rgba(0, 0, 0, 0.44);
    }

    .left-imge-onmobile {

        background-position: -120px 0px !important;
    }

    .left-imge-onmobile1 {

        background-position: right !important;
    }

    .left-imge-onmobile2 {
        background-position: -420px 0px !important;
    }

}
