html,
body * {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji","Microsoft JhengHei";
}

body {
    color: black;
}

a {
    color: inherit !important;
    pointer-events: auto;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #3a3a3c !important;
    pointer-events: auto;
}

a[disabled],
a[disabled]:hover {
    pointer-events: none;
}

ul,
ol {
    padding-left: 20px;
}

button,
input[type=submit],
input[type=button],
input[type=reset]{
    border: none;
    border-radius: 6px;
    background-color: #0f5840;
    color: white;
    padding: 6px 12px;
    cursor: pointer;
}

select,
input[type=text],
input[type=email],
input[type=date] {
    border: 1px solid #a09170;
    border-radius: 4px;
    height: 30px;
    padding-left: 5px;
    outline: none;
}

textarea {
    border: 1px solid #a09170;
    border-radius: 4px;
    outline: none;
}

#map {
    width: 100%;
    height: 500px;
    background-color: grey;
}

.err-field {
    color: #bc2e2b;
    /*display: none;*/
}

/*
 * COLOR SECTION
 */

.blue-color {
    color: #3e9dd7;
}

.blue-background {
    background-color: #3e9dd7;
}

.lightblue-background {
    background-color: #e3eef9;
}

.grey-color {
    color: #828386;
}

.darkgrey-color {
    color: #3a3a3c;
}

.grey-background {
    background-color: #828386;
}

.mediumgrey-background {
    background-color: #58585a;
}

.lightorange-background {
    background-color: #fcbc75;
}

.orange-background {
    background-color: #f8951e;
}

.mediumorange-color {
    color: #f79522;
}

.khaki-color {
    color: #a09170;
}

.khaki-background {
    background-color: #a09170;
}

.light-khaki-background{
    background-color: #bfb49a;
}

.lighter-khaki-background{
    background-color: #e2dbcb;
}

.ivory-background {
    background-color: #ede8d4;
}

.transparent-background-80 {
    background-color: rgba(0, 0, 0, 0.8);
}

.no-background {
    background-color: transparent;
}

.faintpink-background {
    background-color: #fdeef5;
}

.faintorange-background {
    background-color: #fef4e8;
}

.faintyellow-background {
    background-color: #fffee5;
}

.faintivory-background {
    background-color: #f9f7ee;
}

.white-background {
    background-color: white;
}

.darkgreen-color {
    color: #105741;
}

.green-background {
    background-color: #1aa375;
}

.darkgreen-background {
    background-color: #105741;
}

.transparent-darkgreen-background {
    background-color: rgba(16, 87, 65, 0.7);
}

.lighter-darkgreen-background{
    background-color: #80bd83!important;
}

.tilgreen-color {
    color: #C9BC9E;
}

.tilgreen-background {
    background-color: #0f5840;
}

.heading-color > h1,
.heading-color > h2,
.heading-color > h3,
.heading-color > h4,
.heading-color > h5,
.heading-color > h6 {
    color: #a09170;
}

/*
 * MAIN MENU SECTION
 */

#main-menu {
    position: fixed;
    z-index: 20;
    top: 0;
    width: 100%;
    color: #a09170;
    background: rgba(255,255,255,0.8);
}

#header-spacer {
    height: 63px;
}

.main-menu-item {
    z-index: 20;
    font-weight: bold;
    padding: 6px 14px 5px 14px;
}

.main-menu-item:hover {
    background-color: white;
    color: #a09170 !important;
}

@media(min-width:768px){
    #header-spacer {
        height: 150px;
    }
}

/*
 * POPUP MENU SECTION
 */

.popup-menu {
    position: absolute;
    display: none;
    z-index: 1;
    top: 35px;
    left: 0;
    width: 130px;
}

.popup-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 3px;
    background: white;
}

.popup-menu a {
    display: inline-block;
    padding: 9px 12px 9px 12px;
    width: 100%;
}

.popup-menu li:hover {
    color: white !important;
    background: #a09170;
}

.popup-menu a:hover {
    color: white !important;
    text-decoration: none;
}

.popup-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*
 * SIDE MENU SECTION
 */

#side-menu {
    position: fixed;
    overflow-y: scroll;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(248,149,30,0.9);
}

#side-menu ul {
    list-style: none;
    padding-right: 20px;
}

#side-menu li {
    padding-bottom: 10px;
}

#side-menu-open-btn {
    width: 45px;
    height: 45px;
    float: right !important;
    padding: 0 5px;
    border: none;
    background: none;
}

#side-menu-open-btn div {
    height: 6px;
    margin-bottom: 7px;
    border-radius: 2px;
    background-color: #828386;
}

#side-menu-close-btn {
    font-size: 72px;
    line-height: 36px;
}

#side-menu-close-btn:hover {
    text-decoration: none;
}

.divider-line {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: inherit;
}

.no-scroll {
    overflow: hidden;
}

/*
 * SEARCH MENU SECTION
 */

.search_boxes {
    background: rgba(17, 87, 64, 1);
}

.input-group .form-control {
    padding: 0rem .75rem;
    height: 30px;
}

.datepicker {
    border: 1px solid rgb(206, 212, 218) !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.picker button {
    color: black !important;
}

#search-menu {
    position: absolute;
    top: 55px;
    z-index: 10;

}

#search-menu div {
    width: 260px;
    background-color: rgba(0, 0, 0, 0.6);
}

.btn-search {
    background: #FFC72C;
}

@media(min-width:768px){
    #search-menu {
        top: 154px;
        right: 30px;
    }
}

@media(min-width:992px){
    .search_boxes {
        position: absolute;
        z-index: 10;
        left: 5%;
        max-width: 450px;
    }
    #search-menu {
        right: 11%;
    }
}

@media(min-width:1200px){
    .search_boxes {
        top: 13vw;
    }
    #search-menu {
        right: 19%;
    }
}

/*
 * CAROUSEL SECTION
 */

.carousel-indicators {
    margin-bottom: 3px;
}

.carousel-indicators li {
    border: 2px solid #105741;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    margin-left: 8px;
    margin-right: 8px;
}

.carousel-indicators .active {
    background-color: #105741;
}

.carousel-caption {
    right: 2%;
    bottom: 0;
    text-align: right;
    text-shadow:
        -2px -2px 0 white,
        2px -2px 0 white,
        -2px 2px 0 white,
        2px 2px 0 white;
}

@media(min-width:768px){
    .carousel-caption h5 {
        font-size: 3vw;
    }
    .carousel-caption button {
        font-size: 1.25rem;
    }
}

/*
 * SOCIAL BUTTON SECTION
 */

.social-btn {
    width: 30px;
    height: 30px;
    padding-top: 2px;
    margin-right: 4px;
}

.no-text-decoration,
.no-text-decoration:hover {
    text-decoration: none;
}

/*
 * BACK TO TOP BUTTON SECTION
 */

#back-to-top-btn {
    z-index: 10;
    position: fixed;
    bottom: 70px;
    right: 20px;
    background: rgb(48, 93, 15, 0.6);
    background: rgba(48, 93, 15);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#back-to-top-btn i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#back-to-top-btn:hover {
    background: rgba(48, 93, 15, 0.8);
}

#back-to-top-btn:hover i {
    color: #fff;
    top: 5px;
}

/*
 * BORDER SECTION
 */

.border-circle {
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    border-radius: 50%;
}

.border-rounded {
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    border-radius: 5px;
}

.border-table-top-bottom {
    border-top: 1px solid #3a3a3c !important;
    border-bottom: 1px solid #3a3a3c !important;
}

.border-heading {
    border-bottom: 1px solid #a09170 !important;
}

.border-h3 {
    border-bottom: 1px solid #a09170 !important;
}

.border-radius-left {
    border-radius: 4px 0px 0px 4px !important;
}

.border-radius-right {
    border-radius: 0px 4px 4px 0px !important;
}

.border-khaki {
    border: 1px solid #a09170;
}

.border-radius-8px {
    border-radius: 8px;
}

/*
 * FONT SECTION
 */

.font-0p8rem {
    font-size: 0.8rem;
}

.font-0p9rem {
    font-size: 0.9rem;
}

.font-1p1rem {
    font-size: 1.1rem;
}

.font-1p2rem {
    font-size: 1.2rem;
}

/*
 * BADGE SECTION
 */

.badge-square > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #e3eef9;
    height: 100%;
    border-radius: .25rem;
}

.badge-circle > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    width: 140px;
    margin: auto;
    border-radius: 50%;
    border: solid 3px #e3eef9;
}

.align-items-stretch {
    align-items: stretch !important;
}

.badge-attraction,
.badge-package,
.badge-attractions > a > div:first-of-type,
.badge-packages > a > div:first-of-type {
    width: 128px;
    height: 128px;
    margin: auto;
    border-radius: 50%;
}

.service-pic > a > div:first-of-type {
    width: 200px;
    height: 200px;
    margin: auto;
    max-width: 100%;
}

.service-pic > a > div:first-of-type,.badge-attraction,
.badge-attractions:nth-child(odd) > a > div:first-of-type {
    background-color: #105741;
}

.badge-attraction.even,
.badge-attractions:nth-child(even) > a > div:first-of-type {
    background-color: #1aa375;
}

.badge-attractions:hover > a > div:first-of-type,
.badge-packages:hover > a > div:first-of-type {
    opacity: 0.9;
    transition: all 0.3s;
}

.badge-package.odd,
.badge-packages:nth-child(odd) > a > div:first-of-type {
    background-color: #f25a2b;
}

.badge-package,
.badge-packages:nth-child(even) > a > div:first-of-type {
    background-color: #fdb141;
}

.badge-icon {
    width: 120px;
}

/*
 * IMAGE SECTION
 */

.logo-tilchinalink {
    max-width: 200px;
}

.mp-text{
    visibility: hidden;
}

.content-lg{
    display: block;
}
.content-sm{
    display: none;
}

@media(max-width: 767px){
    .content-lg{
        display: none;
    }
    .content-sm{
        display: block;
    }
}
.announcement-lg{
    display: none;
}
.announcement-sm{
    display: block;
}

@media(min-width: 1440px){
    .announcement-lg{
        display: block;
    }
    .announcement-sm{
        display: none;
    }
}

@media(max-width:767px){
    .logo-tilchinalink {
        max-width: 120px;
    }

    .mp-right{
        min-height:1010px; 
    }
}

.icon-max-size {
    max-width: 80%;
}

.icon-footer {
    width: 18px;
}

.overlay-wrapper {
    position: relative;
}

.overlay-bottom {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.modal-image-roll {
    cursor: pointer;
}

.modal-image-roll:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: all 0.3s;
}

.modal-image-roll-selected {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*
 * FAQ SECTION
 */

.faq-link {
    color: black !important;
    text-decoration: none !important;
    white-space: normal !important;
    text-align: left;
}

.faq-link:hover {
    color: #a09170 !important;
}

/*
 * FILTER SECTION
 */

.list-filter {
    cursor: pointer;
}

/*
 * PAGINATION SECTION
 */

.page-link {
    border-color: #ede8d4 !important;
}

.page-item.active {
    color: white;
}

.page-item.active a {
    background-color: #0f5840 !important;
}

/*
 * LIST SECTION
 */

.card-list {
    padding: 8px 16px 8px 32px;
    margin-bottom: 0 !important;
}

.card-list li {
    margin: 6px 0px;
}

/*
 * QR CODE SECTION
 */

.qr-code {
    max-width: 160px;
}

/*
 * NAV TAB SECTION
 */


@media(max-width:575px){
    .nav-tabs {
        border-bottom-color: transparent;
    }
    .nav-tabs .nav-link.active {
        background-color: #ede8d4;
        border: 1px solid rgb(222,226,230);
        border-radius: 0.25rem;
    }

    .mp-right{
        min-height:760px; 
    }
}

@media(max-width:480px){
    .mp-right{
        min-height:680px; 
    }
}

/*
 * LOGIN BOX SECTION
 */
.login-box {
    border: 2px solid #f8951e !important;
}

.header-transform{
    transform: skewX(20deg);
}

.header-transform-back{
    transform: skewX(-20deg);
}

.chosen-menu{
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}


.mp-text .vertical-center{
    display: block;
    position: relative;
    top: 50%;
    transform: translate(0,-50%)
}

.director-box .col-3 div{
    width: 80%;
    margin: auto
}

.director-box .col-3 .darkgreen-background{
    height: 100%;
}


@media(min-width: 768px){
    .director-name{
        height: 4rem!important;
    }
    .director-box h5,.info-box div div span,.info-box div div h5, .vertical-center, .director-name span{
        display: block;
        position: relative;
        top: 50%;
        transform: translate(0,-50%)
    }
    .info-box div div{
        height: 4rem;
        width: 100%;
        min-height: 75px;
    }
}



@media(min-width: 768px){
    .director-box,.info-box{
        font-size: 0.52rem;
    }
}

@media(min-width: 992px){
    .director-box,.info-box{
        font-size: 0.65rem;
    }
}

@media(min-width: 1440px){
    .director-box,.info-box{
        font-size: 0.8rem;
    }
}

@media(min-width: 1920px){
    .director-box,.info-box{
        font-size: 1rem;
    }
}

@media(max-width: 767px){
    .director-box,.info-box{
        font-size: 1rem;
    }
}

.name-box{
    height: 70px!important;
}

.name-box span{
    display: block;
    position: relative;
    top: 50%;
    transform: translate(0,-50%)
}

.service-detail img{
    max-width: 100%;
}

.announcement-title:hover{
    cursor: pointer;
}

.faq-title:hover{
    cursor: pointer;
}

.price-table-cell{
    width: 11%;
}

.on-hire-cell{
    width: 20%;
}

.chanty-events img{
    max-width: 100%;
}

#form-1 label,#form-2 label{
    margin-bottom: 0;
}

/*iframe{
    width: 100%!important;
    height: 315px!important;
}*/

@media(max-width: 480px){
    /*iframe{
        height: 210px!important;
    }*/
}

@media(max-width: 1400px){
    .iframe-container{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
}

img{
    max-width: 100%;
}
