:root {
    --bs-primary: #09487e;
    --bs-primary-rgb: 9, 72, 126;
    --bs-border-radius: 0.9375rem;
}

body {
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
}
.btn-outline-primary{
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-primary);
}
.carousel-caption {
    background: #00000066;
    /* border-radius: 20px; */
    right: auto;
    left: auto;
    padding: 10px 15px;
    text-align: start;
    bottom: 75px;
    width: 540px;
}

.carousel-caption h5{
    font-size: 26px;
}

.card-img-top
.carousel-caption h5 {
    font-weight: 600;
    text-align: left;
    font-size: 26px;
}
.carousel-inner img {
    height: 600px; /* Set your desired height */
    object-fit: cover; /* Adjust image display */
}

.section-title {
    margin-top: 20px;
    margin-bottom: 20px;
}

.section-title h1 {
    margin: 0px;
    font-size: 28px;
    font-family: sans-serif;
    font-weight: 700;
    border-bottom: solid 2px var(--bs-primary);
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: var(--bs-primary)
}

.section-title h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 33px;
}

#about img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: cover;
}

.wrap-cards-articles .card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .25);
}

/* .wrap-cards-articles .card {
    height: 100%;
    border-radius: 5px;
    transition: box-shadow .2s ease;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .12);
} */

.wrap-cards-articles .card.is-small .card-body {
    padding: 24px 20px;
}

.wrap-cards-articles .card .card-body {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    transition: all .2s ease;
    padding: 20px 30px;
}

.wrap-cards-articles .card .card-body .card-title {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    align-self: center;
    margin-bottom: 16px;
    font-size: 1rem;
    line-height: 26px;
    height: 52px;
}
.wrap-cards-articles iframe {
    width: 100%;
    height: 230px;
    border-start-start-radius: var(--bs-border-radius);
    border-start-end-radius: var(--bs-border-radius);
}

.wrap-cards-articles .card .card-body .article-info {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    flex: 1 1 100%;
}

.wrap-cards-articles .card .card-body .wrap-card-date {
    color: #333;
    font-size: .75rem;
    transition: color .4s ease;
}

.wrap-cards-articles .card .card-body .wrap-card-date .calendar-icon {
    max-width: .75rem;
    max-height: .75rem;
    color: #999;
    transition: color .4s ease;
}

.svg-inline--fa,
svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.svg-inline--fa.fa-w-14 {
    width: .875em;
}

.svg-inline--fa.fa-w-18 {
    width: 1.125em;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    vertical-align: -.125em;
}

.wrap-cards-articles .card .card-body .wrap-pageview {
    color: #333;
    font-size: .75rem;
    transition: color .4s ease;
}

.wrap-cards-articles .card .card-body .wrap-pageview .eye-icon {
    max-width: .75rem;
    max-height: .75rem;
    color: #999;
    transition: color .4s ease;
}

.destination-image-card {
    position: relative;
    display: block;
    height: 202px;
    border: 0;
    overflow: hidden;
    transition: all .2s ease-out;
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, .22);
}

.destination-image-card:hover {
    border: 4px solid var(--bs-primary);
}

.destination-image-card .destination-image-overlay {
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    position: absolute;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .75), transparent);
}

.destination-image-card .destination-image-overlay .caption-container {
    position: absolute;
    left: 20px;
    bottom: 12px;
    width: calc(100% - 40px);
}

.destination-image-card .destination-image-overlay .caption-container .caption {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.destination-image-card:hover img {
    transform-origin: 50% 50%;
}

.destination-image-card .destination-image-container img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .2s ease-out;
}

.destination-image-card.is-highlight {
    height: 420px;
}

.top-bar {
   
}


.top-bar .nav {
    justify-content: end;
}

.top-bar .nav a:hover {
    color: #fed602;
}

.top-bar .nav a {
    color: #fff;
    font-size: 12px;
    border-left: 1px solid #ffffff54;
    padding: 2px 10px;
    margin: 5px 0px;
}

.top-bar .nav a:first-child {
    border-left: none;
}

.nav-underline .nav-link:focus, .nav-underline .nav-link:hover
{
    border-bottom-color: var(--bs-primary);
}
.header {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 0 20px 7px rgba(0, 0, 0, .06);
}

.box-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.box-shadow:hover {
    box-shadow: 0 10px 21px rgba(0, 0, 0, .24);
}

.footer {
    padding: 70px 40px 40px;
}
.footer {
    background: #37393F;
    padding-top: 80px;
    color: #fff;
    padding-bottom: 80px;
}

.footer-heading {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.5;
}

.footer-link {
    color: #444;
    margin-bottom: 10px;
    font-size: 14px;
    text-decoration: none;
    display: block;
}

.footer-navigation {
    padding-left: 0;
    list-style: none;
}

.footer-navigation li {
    margin-bottom: 5px;
}

.z
.footer-text {
    margin-top: 15px;
    font-size: 14px;
}

.map {}

.image-map area {
    cursor: pointer;
}

.nav-underline {
    --bs-nav-underline-gap: 1.5rem;
}

.nav-tabs {
    border-bottom: solid 1px #00007e;
}

.nav-tabs>li>button {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    color: #00007e;
    border-radius: 0px;
    font-family: 'Sumana', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.nav-tabs>li>.nav-link.active,
.nav-tabs>li>.nav-link.active:focus,
.nav-tabs>li>.nav-link.active:hover {
    color: #fff;
    cursor: default;
    background-color: #00007e;
    border-bottom-color: transparent;
    border-radius: 0px;
    font-family: 'Sumana', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

#recent-ones .tab-pane {
    overflow-y: scroll;
    height: 352px;
    overflow-x: hidden;
}

.single-recents {
    margin-top: 10px;
}

.single-recents a {
    color: #444;
}

.single-recents img {
    width: 100%;
    height: 60px;
    object-fit: cover;
    object-position: cover;
}

.single-recents h2 {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 5px;
}

.info-section {
    margin-top: 80px;
    padding: 40px;
    background-color: #09487e;
    color: #fff;
}

.info-section h1 {
    font-size: 28px;
}

.height-inherit {
    height: inherit !important;
}

.transition {
    transition: transform .2s;
}

.transition:hover {
    /* transition: transform .2s ease-out; */
    transform: translateY(-10px);
}

.map-container {
    position: relative;
    display: inline-block;
}

.map-icon {
    position: absolute;
    transform: translate(-50%, -50%);
}

.card .card-img-top {
    width: 100%;
    height: 255px;
    object-fit: cover;
    object-position: center;
}

.card-title {
    color: #40525C;
    font-size: 20px;
}

/**blog**/
.blog-side-view {
    background: #ebebeb;
    border-radius: 25px;
    padding: 20px;
}
.blog-single-small {
    margin-top: 15px;
}
.blog-single-small a {
    color: #222;
}
.blog-single-small img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}
.blog-dates {
    padding-top: 15px;
    color: #50B153;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
}
.blog-single-small h3 {
    font-size: 18px;
    color: #222;
    margin-top: 10px;
}
.blog-single-small a {
    color: #222;
}
.blog-author-date {
    color: #50B153;
    font-weight: 600;
    padding-bottom: 20px;
}
.content-page img {
    /* border-radius: 15px; */
    /* margin-bottom: 15px;
    margin-top: 10px; */
}
.title-bar {
    background: var(--bs-primary);
    color: #fff;
    padding: 30px 0px;
}
.title-bar h1 {
    font-size: 32px;
    font-family: 'Kanit', sans-serif;
}
.title-bar a {
    color: #eee;
}
.content-page {
    padding-top: 70px;
    padding-bottom: 70px;
}

.blog-single {
    margin-bottom: 30px;
  }
 
.blog-single img {
    height: 220px;
}
.blog-single h3 {
    font-size: 20px;
    font-weight: 600;
}
.blog-single .short-description {
    font-size: 14px;
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .card .card-img-top {
        height: 150px;
    }
}

@media screen and (max-width: 430px) {
    .title-bar{
        padding: 20px;
    }
    .title-bar h1 {
        font-size: 22px;
    }
    .title-bar .breadcrumbs {
        font-size: 14px;
    }
    .content-page{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .carousel-inner img{
        height: 250px;
    }
    .section-title h1{
        font-size: 20px;
    }
    .destination-image-card.is-highlight{
        height: 250px;
    }
    .info-section{
        margin-top: 40px;
        padding: 20px;
    }
    .info-section h1{
        font-size: 20px;
    }
    .blog-single-small img{
        height: auto;
    }
    .footer{
        padding-top: 35px;
    }
}