/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); */


@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --light: #e0e0e0;
    --dark: #202020;
    --primary: #00adef;
    --secondary: #cc2929;
    --white: #fff;
    --black: #000;
    --back: #e8eef0;
}

body {
    background-color: var(--white);
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    color: var(--black);
    line-height: 1.2;
}

main {
    min-height: calc(100vh - 466px);
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul,
ol {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
    font-family: "Domine", serif;
}

img {
    object-fit: cover;
}

svg:focus {
    outline: 0;
    border: 0;
}

.spaceing_top {
    padding-top: 80px;
}

.spaceing_bottom {
    padding-bottom: 80px;
}

.btn {
    display: inline-block;
    font-weight: 600;
    padding: 8px 32px;
    line-height: 1;
}

.advisement {
    width: 100%;
    height: auto;
    overflow: auto;
}

.vertical-advisement {
    width: 100%;
    height: 100%;
    overflow: auto;
}



/* HEADER */

header {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}

.topbar {
    background: var(--dark);
    padding: 10px 0;
}

.topbar p {
    color: var(--white);
    font-size: 12px;
    text-align: center;
}

.midbar {
    padding: 24px 0;
}

.midbar .advisement {
    display: flex;
    justify-content: end;
    align-items: center;
}

header .navbar-nav .nav-item .nav-link {
    padding: 0 10px !important;
    font-size: 15px;
    font-weight: 600;
}

header .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0 !important;
}

header nav.navbar.bg-light {
    background-color: transparent;
    padding: 0 0 20px;
}

.header_search .search_btn {
    /* background: var(--primary);
    padding: 8px 12px; */
    padding: 0;
}

.header_search .search_btn svg {
    color: var(--black);
    width: 25px;
    height: 25px;
}


/* BANNER-hide */

/* .banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41, 41, 41, .7);
    z-index: 1;
}

.banner-slider {
    z-index: 2;
    padding: 60px 120px 0;
}

.banner_item {
    text-align: center;
    display: flex !important;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    width: 100%;
}

.banner_item .news_cat {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    font-family: "Domine", serif;
}

.banner_item h2 {
    color: var(--white);
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 20px;
}

.banner_item .news_date {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    font-family: "Raleway", sans-serif;
}

.banner_item p {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 30px;
}

.banner-slider .white_btn {
    display: block;
    padding: 15px 40px;
    border-radius: 30px;
    background-color: var(--white);
    color: var(--black);
    font-weight: 600;
}

.banner-slider .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
}

.banner-slider .slick-dots li button {
    font-size: 20px;
    color: var(--white);
    padding: 0;
}

.banner-slider .slick-dots li {
    position: relative;
    width: 25px;
    margin: 0 10px 0 4px;
}

.banner-slider .slick-dots li:last-child {
    margin-right: 0;
}

.banner-slider .slick-dots li::after {
    content: "/";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    color: #fff;
    z-index: 2;
    line-height: 22px;
}

.banner-slider .slick-dots li:last-child:after {
    display: none;
}

.slider__counter {
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    letter-spacing: 6px;
}

.banner-slider button.slick-arrow {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.4px;
    font-style: italic;
    color: var(--white) !important;
    top: 66%;
    transform: translateX(-50%);
    padding-bottom: 8px;
    height: 34px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
}

.banner-slider button.slick-prev {
    width: auto;
    padding-left: 20px;
}

.banner-slider button.slick-next {
    width: auto;
    padding-right: 20px;
}

.banner-slider .slick-prev:before,
.banner-slider .slick-next:before {
    position: absolute;
    top: 0;
    display: block;
    font-style: normal;
}

.banner-slider .slick-prev:before {
    content: "\f104";
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    left: 0 !important;
}

.banner-slider .slick-next:before {
    content: "\f105";
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    right: 0 !important;
} */

/* BANNER-hide */


/* BANNER */

.banner_box{
    position: relative;
    width: 100%;
}

.banner_box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 55%);
    z-index: 1;
}

.banner_text{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 35px;
    width: 100%;
    height: auto;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner_box img {
    object-fit: cover;
    width: 100%;
    max-height: 650px;
}

.banner_text .news_heading{
    color: var(--white);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    padding-right: 70px;
    font-family: "Domine", serif;
    text-align: left;
}

.banner_text a{
    display: block;
}

.banner_text svg{
    color: var(--white);
    width: 30px;
    height: 30px;
}

@media(min-width: 1600px){
    .banner_box img {
        max-height: 750px;
    }
}

@media(max-width: 1399px){
    .banner_box img {
        max-height: 550px;
    }
}

/* BANNER */


/* Feature */

.feature_text h2 {
    color: var(--black);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 8px;
}

.feature_lg_box {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 20px 20px 30px;
    color: var(--white);
    height: 100%;
    display: block;
}

.feature_lg_box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41, 41, 41, .5);
    z-index: 0;
}

.feature_lg_text {
    color: var(--white);
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: column;
    justify-content: end;
    height: 100%;
    /* padding-top: 280px; */
}

.feature_lg_box .news_date {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    font-family: "Raleway", sans-serif;
}

.feature_lg_box h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.feature_lg_box .news_cat {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    font-family: "Domine", serif;
}

.feature_lg_box p {
    font-size: 15px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 42px;
    margin-bottom: 0;
}


.feature_box {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 16px;
    color: var(--white);
    margin-bottom: 20px;
    display: block;
}

.feature_box:last-child {
    margin-bottom: 0;
}

.feature_box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41, 41, 41, .5);
    z-index: 0;
}

.feature_box_text {
    color: var(--white);
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-top: 100px;
    height: 100%;
}

.feature_box .news_date {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
    font-family: "Raleway", sans-serif;
}

.feature_box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.feature_box .news_cat {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 0;
    font-family: "Domine", serif;
}

.destination_slider{
    margin: 0 -5px;
}

.destination_item{
    padding: 0 5px;
}


.news_right{
    /* height: 100%; */
    position: sticky;
    top:30px;
    left: 0;
}

.news_full {
    margin-top: 30px;
}

.news_full h3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.news_list {
    margin-bottom: 20px;
}

.news_list li.news_item {
    border-bottom: 1px dotted var(--dark);
    /* margin-bottom: 10px; */
}

.news_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.news_box img {
    aspect-ratio: 12 / 9;
    border-radius: 8px;
    width: 78px;
}

.news_box .news_box_text {
    color: var(--black);
    padding-left: 15px;
}

.news_box .news_box_text h4 {
    font-size: 16px;
    color: var(--black);
    font-weight: 600;
    margin-bottom: 4px;
}

.news_box .news_box_text .news_date,
.news_box .news_box_text .news_cat {
    font-size: 14px;
    color: var(--dark);
    font-weight: 500;
}

.news_box .news_box_text .news_cat {
    display: block;
    margin-bottom: 4px;
    font-family: "Domine", serif;
}

.news_right .advisement {
    display: flex;
    justify-content: center;
}





.advisement_list {
    height: 650px;
    overflow: auto;
}

.advisement_list::-webkit-scrollbar {
    width: 0;
}

@media(min-width: 1600px) {
    .banner_box img {
        max-height: 750px;
    }

    .advisement_list {
        height: 750px;
    }
}

@media(max-width: 1399px) {
    .banner_box img {
        max-height: 550px;
    }

    .advisement_list {
        height: 550px;
    }
}


.video_sec iframe {
    width: 100%;
    height: 600px;
}