@charset "utf-8";
/* CSS Document */
/*
    Theme Name: web;
    Author: hahuytuyen1998@gmail.com
*/
body {
    background: #Ffffff;
    color: #202020;
    font-size: 16px;
    font-family: "SVN-Gilroy", sans-serif;
    line-height: 25px;
    font-weight: 500;
    overflow-x: hidden;
    margin: 0 auto !important;
}
@font-face {
     font-family: SVN-Gilroy;
     src:url('../fonts/SVN-GilroyRegular.otf') format('truetype'),
}
@font-face {
     font-family: UTM-Androgyne;
     src:url('../fonts/UTM-Androgyne.ttf') format('truetype'),
}
@font-face {
     font-family: Georama;
     src:url('../fonts/Georama-VariableFont_wdth,wght.ttf') format('truetype'),
}
h1, h2, h3, h4 {
    margin-top: 0px;
    font-weight: bold;
}
.clr{
    clear: both;
}
ul{
    margin: 0;
    list-style-type: none;
    list-style: none;
    padding: 0;
}
.ul-b {
    padding-left: 0px;
    margin-bottom: 0px;
}
.ul-b li {
    list-style-type: none;
}
input, button, select, textarea {
    outline: none !important;
}
img {
    border: none;
    max-width: 100%;
    height: auto;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none !important;
    color: #CCAA79;
    transition: all .5s;
}
a{
    color: #333;
    cursor: pointer;
}
.owl-theme .owl-nav {
    margin-top: 0px !important;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    margin: 0px !important;
    padding: 0px !important;
}
.owl-prev, .owl-next {
    margin: 0px !important;
    border-radius: 0px !important;
}
.fl-left {
    float: left !important;
}
.fl-right {
    float: right !important;
}
.ds-flex {
    display: flex;
}
.ali-c {
    align-items: center;
}
.ju-s {
    justify-content: space-between;
}
.ju-c {
    justify-content: center;
}
/* css scroll */
*::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #865B07;
  width: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #6a6a6a; 
} 

@keyframes pulse-wave {
    0% {
        opacity: 0;
        transform: scale(1.0);
    }

    50% {
        opacity: 1;
        transform: scale(2.0);
    }

    100% {
        opacity: 0;
        transform: scale(4.0);
    }
}

@keyframes img-rung {
    0% {
        transform: rotate(0deg) scale(1.05) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1.05) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1.05) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1.05) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1.05) skew(1deg);
    }

    50% {
        transform: rotate(0deg) scale(1.05) skew(1deg);
    }

    100% {
        transform: rotate(0deg) scale(1.05) skew(1deg);
    }
}

.owl-carousel .owl-prev, .owl-carousel .owl-next {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 51px;
    line-height: 51px;
}


.owl-prev {
    left: 0px !important;
}

.owl-next {
    right: 0px !important;
}

.eclip-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.eclip-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.eclip-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.eclip-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.eclip-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden
}
.swiper{
    overflow: hidden;
}
.nav-container-fixed{
    position:fixed !important;
    top:0;
    left:0;
    right:0;
    width:100%;
    z-index:10055;
    background: #fff;}
.nav-container-fixed{
    border: none;
}
.swiper-button-next, .swiper-button-prev{
    width: 50px;
    height: 50px;
    background: #fff;
    color: #20933F;
    font-size: 15px;
    line-height: 48px;
    border-radius: 5px;
    text-align: center;
    margin: 0;
    transform: translateY(-50%);

}
.swiper{
    position: relative;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    background:rgba(255, 255, 255, 0.7);
}
.swiper-button-next:after, .swiper-button-prev:after{
    content: "";
}
.back-to-top {
    position: fixed;
    bottom: 50px;
    right: 15px;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}
.display{
    opacity: 1;
    visibility: visible;
}
.back-to-top a{
    display: block;
    color: #fff;
    background: #000;border-radius: 40px;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    z-index: 999999;
    cursor: pointer;
    border: 1px solid #000;
    font-size: 13px;
}
.back-to-top a:hover{
    background: transparent;
    color: #000;
    border-color: #000;
}
.mess{
    position: fixed;
    bottom: 100px;
    right: 15px;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.mess a{
    display: block;
    color: #fff;
    background: #000;border-radius: 40px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    z-index: 999999;
    cursor: pointer;
    border: 1px solid #000;
    font-size: 18px;
}
.mess a:hover{
    background: transparent;
    color: #000;
    border-color: #000;
}
.fp-viewing-0 .mess a:hover{
    color: #fff;
    border-color: #fff;
}
/*====================================================================*/
/* css memu mobie */
.wp-menu-mobile {
    cursor: pointer;
    z-index: 9;
    margin-left: 16px;
}

#trigger-mobile i {
    font-size: 22px;
    color: #20933F;
    transition: all .5s;
}
#trigger-mobile img{
    width: 24px;
}
span.bar {
    display: block;
    width: 20px;
    height: 1px;
    background-color: rgb(255,255,255);
    margin: 5px 0;
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
}

.menu_toggle {
    visibility: hidden;
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    transition: opacity .5s ease;
    background: rgba(0, 0, 0, 0.5);
}

    .menu_toggle.active {
        transition: opacity .5s ease;
        visibility: visible;
        opacity: 0.99;
    }

.mobile-main-menu {
    height: 100%;
    overflow-y: auto;
    position: fixed;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    z-index: 999999 !important;
    top: 0 !important;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
}
.mobile-main-menu:before{
    content: "";
    position: fixed;
    background-color:#202020;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
    .mobile-main-menu.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        width: calc(100% - 25%);
        max-width: 350px;
    }

    .mobile-main-menu .drawer-header {
        background-color: #006400;
    }

        .mobile-main-menu .drawer-header .drawer-header--auth {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            margin: 0px 16px;
            margin-top: 0;
            padding: 15px 0;
        }

            .mobile-main-menu .drawer-header .drawer-header--auth ._object {
                width: 40px;
                height: 40px;
                margin-right: 16px;
                border-radius: 50%;
                overflow: hidden;
            }

            .mobile-main-menu .drawer-header .drawer-header--auth ._body {
                color: #fff;
                font-size: 12px;
            }

                .mobile-main-menu .drawer-header .drawer-header--auth ._body a {
                    text-transform: uppercase;
                    font-weight: 600;
                    color: #fff
                }

    .mobile-main-menu .la-scroll-fix-infor-user {
        overflow: auto;
        position: relative;
        height: 100%;
    }

        .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-title-nav-items {
            padding: 10px;
            color: #757575;
            font-size: 14px;
            text-transform: uppercase;
            padding-bottom: 0;
        }

        .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items {
            position: relative;
            overflow-y: auto;
            height: 100%;
        }

            .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li {
                width: 100%;
                float: left;
                padding: 0px;
                position: relative;
                overflow: hidden;
            }
            .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li:last-child{
                border-bottom: none;
            }
                .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li span {
                    float: left;
                    width: 23px;
                    margin: 0 9px 0 0;
                }

                .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li a {
                    display: block;
                    color: #fff;
                    font-size: 16px;
                    width: 100%;
                    height: 100%;
                    padding: 15px 15px;
                    position: relative;
                    font-weight: 500;
                    border-bottom: 1px solid #dddddd45;
                }

li.ng-scope span.c1 {
    text-transform: uppercase;
    font-size: 13px;
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 a i,
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child2 a i {
    padding: 1px 0;
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 14px;
    transform: translate(0, -50%);
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
}

    .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 a i.active:before,
    .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child2 a i.active:before {
        content: "\f107";
    }

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 {
    padding-left: 10px;
    display: none;
}

    .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 li {
        border: none;
    }

    .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 .ul-has-child2 {
        padding-left: 20px;
        display: none;
    }

    .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 li {
        border: none;
    }

.navbar-toggle .icon-bar {
    background: #f3b94d;
}

.hidden_over{
    overflow: hidden !important;
}
.btn_close{
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 999;
}
.btn_close button{
    background: none;
    color: #fff;
    font-size: 22px;
    border: none;
}
/*end*/
#header{
    position: relative;
}
.header_logo_page{
    position: absolute;
    width: 100%;
    top: 59px;
    left: 0;
}
.header_logo_page img{
    height: 62px;
}
.text_80year{
    text-align: center;
}
.sec_text_80year{
    position: relative;
    margin-top: -60px;
    padding-bottom: 52px;
}
.sec_text_80year:before{
    width: 185px;
    height: 2pt;
    background: #414042;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.text_80year h1{
    margin-bottom: 0;
    font-size: 80px;
    text-transform: uppercase;
    font-weight: bold;
    background: linear-gradient(to right, #C49842 0%, #B1803C 15%, #F7DE7D 33%, #BD8E40 48%, #F7DE7D 68%, #CA9F43 82%, #F7DE7D 92%, #CA9F43 100% );
    background-clip: text;
    color: transparent;
}
.text_80year h3{
    /* line-height: 64px; */
    padding-top: 5px;
    margin: 10px 0;
    font-size: 55px;
    text-transform: uppercase;
    font-weight: bold;
    background: linear-gradient(to right, #C49842 0%, #B1803C 15%, #F7DE7D 33%, #BD8E40 48%, #F7DE7D 68%, #CA9F43 82%, #F7DE7D 92%, #CA9F43 100% );
    background-clip: text;
    color: transparent;
}
.text_80year h2{
    margin-bottom: 0;
    font-size: 72px;
    text-transform: uppercase;
    font-weight: bold;
    background: linear-gradient(to right, #C49842 0%, #B1803C 15%, #F7DE7D 33%, #BD8E40 48%, #F7DE7D 68%, #CA9F43 82%, #F7DE7D 92%, #CA9F43 100% );
    background-clip: text;
    color: transparent;
}
.sec_heritage{
    padding-top: 52px;
}
.title_sec_heritage h2{
    text-align: center;
    font-size: 60px;
    margin-bottom: 30px;
    color: #F7941D;
    text-transform: uppercase;
    font-weight: bold;

}
.iframe_heritage iframe{
    width: 100%;
    height: 1000px;
}
.sec_trip{
    padding-top: 80px;
}
.title_sec_trip h2{
    text-align: center;
    font-size: 60px;
    margin: 0 auto;
    color: #F7941D;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 940px;
    margin-bottom: 80px;
}
.box_slider_trip{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.left_box_slider_trip, .right_box_slider_trip{
    width: calc(50% - 5px);
}
.left_box_slider_trip img, .right_box_slider_trip img{
    width: 100%;
}
.item_thum_trip{
    text-align: center;
    background: #0064AD;
    color: #fff;
    font-size: 47px;
    height: 95px;
    line-height: 95px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.slider_thum_trip .swiper-slide-thumb-active .item_thum_trip{
    background: #F7941D;
}
.item_thum_trip_radius_1{
    border-radius: 95px 0 0 95px;
}
.item_thum_trip_radius_2{
    border-radius: 0 95px 95px 0;
}
.slider_thum_trip{
    margin-bottom: 70px;
}
.item_thum_trip_chev{
    position: relative;
}
.item_thum_trip_chev:before{
    content: "";
    height: 95px;
    position: absolute;
    top: 0;
    left: -30px;
    background: #fff;
    width: 50px;
    clip-path: polygon(63% 0, 10% 50%, 63% 100%, 53% 100%, 0% 50%, 53% 0);
    z-index: 999;
}
.custom_tg_left {
    position: absolute;
    width: 43px;
    height: 95px;
    left: -27px;
    background: #0064AD;
    top: 0;
    clip-path: polygon(63% 0, 63% 50%, 63% 100%, 63% 100%, 0% 50%, 63% 0);
}
.swiper-slide-next.swiper-slide-thumb-active .custom_tg_left{
    background: #F7941D !important;
}
.item_thum_trip_chev:after{
    content: "";
    height: 95px;
    position: absolute;
    top: 0;
    right: -30px;
    background: #fff;
    width: 50px;
    clip-path: polygon(63% 0, 10% 50%, 63% 100%, 53% 100%, 0% 50%, 53% 0);
    z-index: 999;
    transform: rotateZ(180deg);
}
.slider_z_999{
    z-index: 999;
}
.custom_tg_right {
    position: absolute;
    width: 43px;
    height: 95px;
    right: -27px;
    background: #0064AD;
    top: 0;
    clip-path: polygon(63% 0, 63% 50%, 63% 100%, 63% 100%, 0% 50%, 63% 0);
    transform: rotateZ(180deg);
}
.swiper-slide-next.swiper-slide-thumb-active .custom_tg_right{
    background: #F7941D !important;
}
.sec_imprint{
    position: relative;
}
.bg_sec_imprint img{
        min-height: 1100px;
        object-fit: cover;
    }
.wp_sec_imprint{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}
.title_sec_imprint h2{
    text-align: center;
    font-size: 60px;
    margin-bottom: 62px;
    color: #F7941D;
    text-transform: uppercase;
    font-weight: bold;

}
.box_item_imprint{
    text-align: center;
    padding: 0px 10px;
    transition: all .5s;
    transform: scale(0.8);
}
.box_item_imprint p{
    color: #fff;
    margin-bottom: 0;
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    margin-top: 40px;
    line-height:  30px;
}
.swiper-slide-active .box_item_imprint{
    transform: scale(1.2);
}
.slider_imprint{
    padding: 50px 0;
}
.title_sec_video h2{
    text-align: center;
    font-size: 60px;
    margin-bottom: 62px;
    color: #F7941D;
    text-transform: uppercase;
    font-weight: bold;

}
.sec_video{
    margin-top: -60px;
    position: relative;
    z-index: 99;
}
.wp_sec_video{
    padding: 0 10%;
}
.wp_sec_video iframe{
    width: 100%;
    height: 650px;
}
.custom_bg_ft{
    background-image: url(img/Asset44@4x.png);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}
.sec_mount{
    padding: 100px 0 110px 0;
}
.title_sec_mount h2{
    text-align: center;
    font-size: 60px;
    margin-bottom: 62px;
    color: #F7941D;
    text-transform: uppercase;
    font-weight: bold;

}
.slider_img_sec_mount{
    position: relative;
}
.slider_img_sec_mount:before{
    content: "";
    height: calc(100% - 75px);
    width: 25%;
    background: linear-gradient(270deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 1) 100%);
    top: 0px;
    left: 0;
    z-index: 999;
    position: absolute;
}
.slider_img_sec_mount:after{
    content: "";
    height: calc(100% - 75px);
    width: 25%;
    background: linear-gradient(-270deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 1) 100%);
    top: 0px;
    right: 0;
    z-index: 999;
    position: absolute;
}
.slider_img_sec_mount .swiper-pagination {
    position: relative;
    margin-top: 50px;
}
.swiper-pagination-bullet-active{
    background: #B1803C;
}
.slider_img_sec_mount .swiper-pagination-bullet{
    margin: 0 10px !important;
}
.sec_mount_feelings{
    margin-top: 97px;
}
.content_box_feelings{
    background: linear-gradient(360deg, #FFFFFF 0%, #FFFFFF 60%, #FFFFFF 40%, #CA9F43 120%);
    width: 100%;
    border-radius: 40px;
    padding: 60px;
    min-height: 370px;
}
.box_feelings{
    padding: 0 140px;
}
.content_box_feelings > p{
    font-family: "UTM-Androgyne";
    margin-bottom: 0;
    font-size: 31px;
    color: #1C75BC;
    line-height: 40px;
    padding-left: 72px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
     min-height: 280px;
     padding-right: 52px;
}
.content_box_feelings > p:before{
    content: "";
    width: 52px;
    height: 52px;
    background: url(img/icon_text.png);
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
}
.content_box_feelings > p:after{
    content: "";
    width: 52px;
    height: 52px;
    background: url(img/icon_text.png);
    position: absolute;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
}
.name_box_feelings{
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.wp_name_box_feelings{
    text-align: center;
    font-size: 20px;
    color: #1C75BC;
    font-weight: 600;
}
.title_mount_feelings{
    text-align: center;
    font-size: 45px;
    margin-bottom: 80px;
    color: #F7941D;
    text-transform: uppercase;
    font-weight: bold;
}
.avt_feelings{
    width: 400px;
    height: 400px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 400px;
    background: #fff;
    overflow: hidden;
    border: 10px solid #fff;
}
.slider_feelings{
    padding: 20px 0;
}
.slider_feelings .swiper-pagination{
    bottom: 30px;
}
.slider_feelings .swiper-pagination .swiper-pagination-bullet-active {
    background: #1C75BC;
}
.feelings_staff .avt_feelings{
    left: inherit;
    right: 0;
}
.feelings_staff .content_box_feelings{
    padding: 30px 270px 60px 35px;
}
.feelings_staff .box_feelings {
    padding-left: 0;
    padding-right: 140px;
}
.feelings_staff .slider_feelings .swiper-pagination{
    padding-left: 0;
    padding-right: 270px;
}
.btn_home_vnpt{
    margin-top: 65px;
}
.wp_btn_home_vnpt{
    text-align: center;
}
.wp_btn_home_vnpt a{
    padding: 15px 50px 20px 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    border: 5px solid #fff;
    background: linear-gradient(180deg, #29AADF 50%, #2B3C8E 100%);
    display: inline-block;
}
.wp_btn_home_vnpt a:hover{
    background: #F7941D;
}
#footer{
    /*background: url(img/bg_ft.png);*/
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    padding-bottom: 100px;
}
/*#footer:before{
    content: "";
    background: url(img/bg_ft_top.png);
    position: absolute;
    top: -294px;
    height: 295px;
    left: 0;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}*/
.left_ft img{
    height: 60px;
}
.left_ft h3{
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 10px;
}
.left_ft p{
    margin-bottom: 50px;
    font-size: 22px;
    color: #fff;
}
.icon_ft a{
    display: inline-block;
    font-size: 40px;
    margin-right: 20px;
    color: #fff;
}
.back_Top a{
    display: flex;
    align-items: center;
    font-size: 32px;
    color: #fff;
    width: 100%;
    justify-content: flex-end;
    padding-top: 100px;
}
.back_Top img{
    width: 60px;
    margin-left: 10px;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1440px;
        margin: 1.75rem auto;
    }
}
.modal-content{
    background: linear-gradient(180deg, #fff 50%, #D1D3D4 100%);
    border-radius: 1.3rem;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.modal-header button span{
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50px;
    border: 3px solid #939598;
    line-height: 40px;
    font-size: 40px;
    color: #939598;
    opacity: 1;
}
.close{
    opacity: 1;

}
.modal-body{
    padding: 0;
}
.banner_modal_trip .box_slider_trip{
    box-shadow: rgba(0, 0, 0, 0.1) 0px -12px 12px;
}
.content_modal_trip{
    padding: 80px 100px 0 100px;
}
.row_content_modal_trip{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.left_row_content_modal_trip, .right_row_content_modal_trip{
    width: calc(50% - 70px);
    min-height: 320px;
    padding-bottom: 40px;
}
.row_content_modal_trip:before{
    content: "";
    width: 3px;
    background: #6D6E71;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.row_content_modal_trip:after{
    content: "";
    width: 45px;
    background: #1C75BC;
    height: 45px;
    border-radius: 45px;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid #fff;
}
.date_box_text_content_modal_trip span{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    width: 390px;
    height: 70px;
    border: 3px solid #fff;
    border-radius: 70px;
    background: #F7941D;
    text-align: center;
    line-height: 63px;
    margin-bottom: 40px;
    display: inline-block;
    font-family: "Georama";
}
.box_text_content_modal_trip p{
    margin-bottom: 0;
    font-size: 30px;
    color: #414042;
    line-height: 38px;
    font-weight: 400;
    font-family: "Georama";
}
.btcmt_text_align_right{
    text-align: right;
}
.nav-tabs{
    border: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border: none;
}
.nav-tabs{
    justify-content: center;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #F7941D;
}