﻿@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes shake-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10%,30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%,50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-moz-keyframes shake-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10%,30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%,50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes shake-anim {
    0%,100%,50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10%,30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
}

@-o-keyframes shake-anim {
    0%,100%,50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    10%,30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
}

.clearfix::after {
    content: "";
    clear: both;
    display: table
}

p {
    margin: 0;
    padding: 0
}

ol,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

input,textarea {
    margin: 0;
    font-size: 100%;
    resize: none
}

input[type="text"],input[type="date"],input[type="email"],input[type="number"],input[type="url"] {
    word-break: normal;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    appearance: none
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%
}

dl,dt,dd,th,td {
    margin: 0;
    padding: 0
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    margin: 0;
    padding: 0
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,dialog {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    height: auto
}

table img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: 0
}

article,aside,dialog,figure,footer,header,hgroup,nav,section {
    display: block
}

nav ul {
    list-style: none
}

*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*:focus {
    outline: none !important
}

label,select,button {
    cursor: pointer
}

input,textarea,select,button {
    font-family: inherit
}

a {
    outline: none;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    transition: 0.5s ease all;
    cursor: pointer
}

@media only screen and (min-width: 1025px) {
    a:hover {
        opacity:0.75
    }
}

a:link,a:visited,a:active {
    color: #3c3c3c;
    text-decoration: none
}

.ffN {
    font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ W3","Noto Sans JP","メイリオ","Osaka","ＭＳ Ｐゴシック","MS PGothic",sans-serif
}

.ffM {
    font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","Noto Serif JP","HGS明朝E","ＭＳ Ｐ明朝",serif
}

.ffYG {
    font-family: "游ゴシック体","游ゴシック","YuGothic","Yu Gothic","Noto Sans JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",sans-serif
}

.ffYM {
    font-family: "游明朝体","游明朝","YuMincho","Yu Mincho","Noto Serif JP","ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-size-adjust: 100%
}

html.is-ipad * {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    text-size-adjust: none
}

#wrap {
    display: block;
    overflow: hidden;
    padding-top: 150px
}

@media (max-width: 767px) {
    #wrap {
        padding-top:85px
    }
}

.innerWrap {
    max-width: 1130px;
    padding: 0 25px;
    margin: 0 auto
}

.innerWrap02 {
    max-width: 1050px;
    padding: 0 25px;
    margin: 0 auto
}

.innerWrap03 {
    max-width: 1210px;
    padding: 0 25px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .sp,.SP {
        display:none !important
    }
}

@media (max-width: 767px) {
    .pc,.PC {
        display:none !important
    }
}

:root {
    --color-main: #f12b4e;
    --color-main2: #c21634
}

body {
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 15px;
    font-weight: 400
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

a,input,textarea {
    outline: none;
    padding: 0px
}

input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.w-clear:after {
    display: block;
    content: "";
    clear: both
}

.hidden {
    display: none
}

.clear {
    clear: both
}

.none {
    display: none
}

.hidden-seoh {
    visibility: hidden;
    height: 0px;
    margin: 0px;
    overflow: hidden
}

.wrap-content {
    max-width: 1326px;
    margin: 0 auto;
    padding: 0px 15px;
    width: 100%
}

.wrap-content-detail {
    max-width: 1130px;
    margin: 0 auto;
    padding: 0px 15px;
    width: 100%
}

.wrap-home {
    margin: 0 auto 0
}

.transition {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

.scale-img {
    overflow: hidden;
    display: block;
    -webkit-transition: 0.5s !important;
    -moz-transition: 0.5s !important;
    -o-transition: 0.5s !important;
    transition: 0.5s !important
}

.scale-img img {
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.5s !important;
    -moz-transition: 0.5s !important;
    -o-transition: 0.5s !important;
    transition: 0.5s !important
}

.scale-img:hover>img {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.title-main span {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 20px
}

.time-main {
    margin: 10px 0;
    color: #777
}

.time-main i {
    margin-right: 5px
}

.share {
    padding: 17px 0 10px 0;
    line-height: normal;
    border-radius: 5px
}

.share b {
    display: block;
    margin-bottom: 5px
}

.control-owl {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0px;
    top: calc(50% - 45px / 2)
}

.control-owl button {
    opacity: 0.5;
    top: 0px;
    position: absolute;
    outline: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 25px;
    margin: 0px;
    background-color: #000000;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center
}

.control-owl button:hover {
    opacity: 1
}

.control-owl button.owl-prev {
    left: 20px
}

.control-owl button.owl-next {
    right: 20px
}

.form-control,.form-control-plaintext:not(textarea),.custom-select {
    height: calc(1em + 1.25rem + 8px)
}

.custom-form-row {
    margin-right: -10px;
    margin-left: -10px
}

.custom-form-row>.col,.custom-form-row>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px
}

.text-sm {
    font-size: 0.875rem !important
}

img.lazy {
    opacity: 0
}

img:not(.initial) {
    transition: opacity 1s
}

img.initial,img.loaded,img.error {
    opacity: 1
}

img:not([src]) {
    visibility: hidden
}

.header {
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12
}

@media (max-width: 767px) {
    .header {
        position:sticky
    }
}

.header .d-flex {
    justify-content: space-between;
    align-items: center
}

@media only screen and (max-width: 767px) {
    .header .d-flex {
        justify-content:center
    }
}

.header.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 12;
    box-shadow: 0 0px 9px 1px #ffffff33;
    background: #5f5f5f
}

.header.fixed .header-top {
    display: none
}

.header.fixed .header-bottom {
    padding: 5px 0
}

.header.header-product {
    background: #5f5f5f;
    position: relative
}

.header-top {
    font-size: 15px;
    color: #fff;
    padding: 15px 0 15px;
    border-bottom: 1px solid #ffffff33
}

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

@media only screen and (max-width: 767px) {
    .header-top {
        display:none
    }
}

.header-top .con-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.header-top .hotline {
    background: url(../images/icon-hotline.png) no-repeat left center;
    padding-left: 25px;
    margin-right: 15px
}

.header-top .email {
    background: url(../images/icon-email.png) no-repeat left center;
    padding-left: 25px
}

.header-top .social ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 20px
}

.header-top .social ul li {
    margin: 0 5px
}

.con-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width: 767px) {
    .con-right {
        padding:20px
    }
}

.con-right li.lang {
    background: url(../images/icon-eng.png) no-repeat right center;
    padding-right: 25px;
    margin-right: 30px
}

.con-right li.login {
    background: url(../images/icon-login.png) no-repeat left center;
    padding-left: 25px
}

.header-bottom {
    padding: 15px 0;
    transition: 0.3s
}

@media only screen and (max-width: 767px) {
    .header-bottom {
        display:none
    }
}

.logo-header img {
    max-height: 65px
}

@media only screen and (max-width: 991px) {
    .logo-header img {
        max-height:50px
    }
}

@media only screen and (max-width: 767px) {
    .logo-header img {
        max-height:45px
    }
}

.social-header {
    margin: 0;
    padding: 0
}

@media only screen and (max-width: 1199px) {
    .social-header {
        display:none
    }
}

.social-header li {
    margin-left: 15px;
    width: 30px
}

.breadCrumbs {
    background-color: transparent
}

.breadCrumbs-sub .breadcrumb {
    margin-bottom: 0
}

.breadCrumbs li a {
    color: #333
}

.breadCrumbs .breadcrumb {
    background: transparent;
    padding: 0.75rem 0
}

.menu {
    position: relative;
    z-index: 100
}

@media only screen and (max-width: 767px) {
    .menu {
        display:none
    }
}

.menu ul {
    width: 100%;
    padding: 0px;
    margin: auto;
    list-style: none
}

.menu ul.menu-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.menu ul li {
    position: relative;
    z-index: 1;
    padding-left: 30px
}

.menu ul li.menu-line {
    width: 1px;
    height: 15px;
    background-color: rgba(0,0,0,0.1)
}

.menu ul li a {
    display: block;
    position: relative;
    font-size: 15px;
    color: #fff;
    padding: 10px 0;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
    transition: 0.3s
}

.menu ul li a i {
    margin-right: 7px
}

@media only screen and (max-width: 991px) {
    .menu ul li a {
        font-size:12px;
        padding: 5px
    }
}

.menu ul li a.active,.menu ul li a:hover {
    border-bottom: 1px solid
}

.menu ul li a.has-child {
    padding-right: 16px;
    margin-right: 8px
}

.menu ul li a.has-child:after {
    content: "";
    position: absolute;
    bottom: calc(50% - 4px / 2);
    right: 5px;
    width: 5px;
    height: 5px;
    border: 1px solid #fafafa;
    border-top: 0px;
    border-left: 0px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu ul li ul {
    position: absolute;
    min-width: 250px;
    padding: 10px;
    background-color: #fafafa;
    border-radius: 0.25rem;
    -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden
}

.menu ul li:hover>ul {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible
}

.menu ul li ul li {
    padding-left: 0.75rem;
    padding-right: 0.75rem
}

.menu ul li ul li a {
    font-size: 13px;
    color: #313131;
    border-top: 1px solid #ececec;
    padding: 15px 0;
    text-transform: capitalize;
    border-radius: 0;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    white-space: nowrap;
    overflow: hidden
}

.menu ul li ul li a.has-child {
    margin-right: 0px
}

.menu ul li ul li a.has-child:after {
    border-color: #313131;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu ul li ul li a.active {
    color: var(--color-main)
}

.menu ul li ul li a.active.has-child:after {
    border-color: var(--color-main)
}

.menu ul li ul li:last-child>a {
    border-bottom: 0px
}

.menu ul li ul li:hover:last-child>a {
    border-bottom: 0px
}

.menu ul li ul li:hover>a {
    color: #179B42
}

.menu ul li ul li ul {
    top: -0.75rem;
    left: 100%;
    margin-top: 0px
}

.c-btn a,.c-btn button {
    padding: 10px 24px 10px 24px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 21px;
    background: #179B42;
    color: #fff;
    border: 1px solid #179B42;
    display: inline-block
}

@media (max-width: 767px) {
    .c-btn a,.c-btn button {
        padding:6px 20px 6px 20px
    }
}

.c-btn span {
    background: url(../images/icon-booking.png) no-repeat right center;
    padding-right: 25px
}

.c-btn.c-btn2 a,.c-btn.c-btn2 button {
    background: transparent
}

.c-btn.c-btn3 a,.c-btn.c-btn3 button {
    background: #fff;
    color: #179B42;
    border-radius: 5px;
    padding: 8px 24px
}

.c-btn.c-btn3 span {
    background: url(../images/icon-booking2.png) no-repeat right center
}

.menu-res {
    height: 55px;
    z-index: 100;
    background: #179B42;
    position: relative;
    display: none
}

@media only screen and (max-width: 767px) {
    .menu-res {
        display:block
    }
}

.menu-bar-res {
    height: 55px;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#menu {
    display: none
}

#hamburger {
    display: block;
    width: 45px;
    height: 23px;
    position: relative
}

#hamburger:before,#hamburger:after,#hamburger span {
    background: #fff;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0px
}

#hamburger:before {
    top: 0px
}

#hamburger span {
    top: 10px
}

#hamburger:after {
    top: 20px
}

#hamburger:before,#hamburger:after,#hamburger span {
    -webkit-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity
}

.mm-wrapper_opening #hamburger:before,.mm-wrapper_opening #hamburger:after {
    top: 10px
}

.mm-wrapper_opening #hamburger span {
    left: -50px;
    opacity: 0
}

.mm-wrapper_opening #hamburger:before {
    transform: rotate(45deg)
}

.mm-wrapper_opening #hamburger:after {
    transform: rotate(-45deg)
}

.mm-menu_opened {
    display: block !important
}

.mm-slideout {
    z-index: unset
}

.search-res {
    position: relative
}

.search-res .icon-search {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 17px;
    margin: 0px;
    border: 1px solid #179B42;
    border-radius: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center
}

.search-res .icon-search.active {
    border: 1px solid #fff;
    border-radius: 100%
}

.search-res .search-grid {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 0px;
    height: 40px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #179B42;
    z-index: 2;
    opacity: 0;
    border-radius: 25px;
    line-height: normal
}

.search-res .search-grid p {
    float: left;
    width: 35px;
    height: 38px;
    cursor: pointer;
    outline: none;
    border: none;
    margin: 0px;
    font-size: 17px;
    display: block;
    color: #179B42;
    line-height: 40px;
    text-align: center
}

.search-res .search-grid input {
    width: calc(100% - 35px);
    float: right;
    line-height: 38px;
    outline: none;
    border: none;
    color: #179B42
}

.search-res .search-grid input::-webkit-input-placeholder {
    color: #313131
}

.search-res .search-grid input:-moz-placeholder {
    color: #313131
}

.search-res .search-grid input::-moz-placeholder {
    color: #313131
}

.search-res .search-grid input:-ms-input-placeholder {
    color: #313131
}

.slideshow {
    position: relative
}

.slideshow.slidenone .info-slideshow {
    display: none
}

.slideshow-image:hover {
    opacity: 1
}

.slideshow-item {
    position: relative
}

.info-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    opacity: 0;
    -webkit-transform: translate(150px, 0);
    -moz-transform: translate(150px, 0);
    -ms-transform: translate(150px, 0);
    -o-transform: translate(150px, 0);
    transform: translate(150px, 0);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    color: #fff
}

@media (max-width: 767px) {
    .info-slideshow {
        position:relative;
        color: #1A1A1A;
        padding: 20px 0
    }

    .info-slideshow .c-btn.c-btn2 a {
        color: #179B42
    }

    .info-slideshow .c-btn.c-btn2 span {
        background: url(../images/icon-booking2.png) no-repeat right center
    }
}

@media (max-width: 767px) {
    .info-slideshow .wrap-content {
        max-width:100%
    }
}

.info-slideshow .ttl {
    letter-spacing: 3px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #179B42;
    text-transform: uppercase;
    margin-bottom: 12px
}

@media (max-width: 767px) {
    .info-slideshow .ttl {
        font-size:15px;
        line-height: 24px
    }
}

.info-slideshow .ttl2 {
    font-family: "Poppins", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 54px;
    text-transform: uppercase;
    margin-bottom: 24px
}

@media (max-width: 767px) {
    .info-slideshow .ttl2 {
        font-size:20px;
        line-height: 28px;
        margin-bottom: 14px
    }
}

.info-slideshow .desc {
    font-size: 15px;
    line-height: 24px
}

.info-slideshow-info {
    max-width: 500px
}

.owl-item.active .info-slideshow {
    opacity: 1;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.box-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px
}

@media (max-width: 767px) {
    .box-btn {
        margin-top:20px
    }
}

.box-btn>div {
    margin-right: 10px
}

@media (max-width: 767px) {
    .box-btn>div {
        width:100%;
        text-align: center;
        margin-bottom: 5px
    }

    .box-btn>div a {
        display: block
    }
}

.title-global {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px
}
.title-global.title-global-left {
    text-align: left;
}
.btn-view-us {
    position: absolute;
    right: 0;
    top: 3%;
    color: #000;
    background: #fff;
    font-weight: 600;
    /* border: 1px solid #A9A9A9; */
}
.btn-view-us span {
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    width: 50%;
    text-transform: uppercase;
}
.btn-view-us span:nth-child(2) {
    border-left: 1px solid #A9A9A9;

}
@media (max-width: 767px) {
    .btn-view-us {
        top: inherit;
        bottom: -60px;
        left: 0;
        margin: auto;
    }
    .btn-view-us span {
        padding: 10px;
    }
}
.wrap-customer .wrap-content {
    position: relative;
}
@media (max-width: 767px) {
    .title-global {
        margin-bottom:25px
    }
}

.title-global .ttl {
    color: #179B42;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5em;
    letter-spacing: .3em;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    margin-bottom: 12px
}

@media (max-width: 767px) {
    .title-global .ttl {
        font-size:15px;
        font-size: 1.5rem;
        line-height: 1.66667em
    }
}

.title-global .ttl2 {
    font-family: "Poppins", sans-serif;
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 1.22727em;
    letter-spacing: 0em;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .title-global .ttl2 {
        font-size:18px;
        font-size: 1.8rem;
        line-height: 1.38889em
    }
}

.title-global .c-btn {
    margin-top: 20px
}

.title-global-white {
    text-align: center;
    display: block
}

.title-global-white .ttl,.title-global-white .ttl2 {
    color: #fff
}

.title-global-white2 .ttl,.title-global-white2 .ttl2 {
    color: #fff
}

.title-global-gray {
    text-align: center;
    display: block
}

.title-global-gray .ttl,.title-global-gray .ttl2 {
    color: #1A1A1A
}

.title-global-noflex {
    display: block
}

.title-global-center {
    text-align: center;
    display: block
}

.btn-xt {
    color: var(--color-main);
    font-weight: 300;
    font-size: 16px;
    display: inline-block;
    border-bottom: 1px solid;
    padding-right: 30px;
    background: url(../images/icon-xt.png) no-repeat right 3px center;
    transition: 0.3s;
    letter-spacing: 2px
}

@media only screen and (max-width: 767px) {
    .btn-xt {
        font-size:14px
    }
}

.btn-xt:hover {
    letter-spacing: 4px;
    text-decoration: none;
    color: var(--color-main2)
}

.btn-xt.clblack {
    color: #000;
    font-size: 15px;
    background: url(../images/icon-xt-bl.png) no-repeat right 3px center
}

@media only screen and (max-width: 767px) {
    .btn-xt.clblack {
        font-size:14px
    }
}

.btn-xt.clblack:hover {
    color: var(--color-main2)
}

.btn-xt.fz13 {
    font-size: 13px;
    font-weight: 400;
    padding: 5px 30px 5px 0
}

.box-form {
    position: relative;
    z-index: 1
}

@media (max-width: 767px) {
    .box-form {
        display:none
    }
}

.box-form.form-sub {
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin: 0
}

.box-form .ttl-tuvan {
    display: none;
    position: relative
}

.box-form .ttl-tuvan .btn-close {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.box-form .ttl-tuvan .btn-close i {
    font-size: 28px;
    margin-right: 5px
}

.box-form.is-active {
    opacity: 1;
    visibility: visible;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    margin: auto;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #000000b3;
    width: 100%
}

.box-form.is-active .ttl-tuvan {
    display: block
}

@media (min-width: 768px) {
    .box-form {
        margin-top:-60px
    }
}

.box-form .form-tour-bg {
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgba(99,99,99,0.2) 0px 2px 8px 0px;
    background: #fff;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .box-form .form-tour-bg {
        padding:15px
    }
}

.box-form .form-tour {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    align-items: flex-end
}

@media only screen and (max-width: 992px) {
    .box-form .form-tour {
        -webkit-flex-wrap:wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.box-form .form-tour .tour-input {
    width: calc((100% - 110px) / 3);
}

@media only screen and (max-width: 992px) {
    .box-form .form-tour .tour-input {
        width:calc(50% - 10px);
        margin-bottom: 20px
    }
}

.box-form .form-tour .tour-input-l {
    width: calc(100% / 3);
}

.box-form .form-tour .tour-input:not(:last-child) {
    margin-right: 10px
}

.box-form .form-tour .tour-input input,.box-form .form-tour .tour-input select {
    width: 100%;
    height: 43px;
    font-size: 14px
}

.box-form .form-tour .tour-input input::-webkit-input-placeholder,.box-form .form-tour .tour-input select::-webkit-input-placeholder {
    color: #D4D4D4
}

.box-form .form-tour .tour-input input:-moz-placeholder,.box-form .form-tour .tour-input select:-moz-placeholder {
    color: #D4D4D4
}

.box-form .form-tour .tour-input input::-moz-placeholder,.box-form .form-tour .tour-input select::-moz-placeholder {
    color: #D4D4D4
}

.box-form .form-tour .tour-input input:-ms-input-placeholder,.box-form .form-tour .tour-input select:-ms-input-placeholder {
    color: #D4D4D4
}

.box-form .form-tour .tour-input.c-btn {
    width: 110px
}

.box-form .form-tour .tour-input label {
    margin-bottom: 4px
}

.wrap-about {
    padding: 120px 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6em;
    letter-spacing: 0em;
    position: relative;
    z-index: 1
}

@media (max-width: 767px) {
    .wrap-about {
        padding:60px 0
    }
}

.wrap-about .title-global {
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .wrap-about .title-global {
        margin-bottom:15px
    }
}

.wrap-about .desc {
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .wrap-about .desc {
        margin-bottom:15px
    }
}

.wrap-about .content {
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .wrap-about .content {
        margin-bottom:15px
    }
}

.wrap-about .content ul li {
    background: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M22.2236 12.3097C22.6048 12.7093 22.5899 13.3423 22.1903 13.7236L14.8528 20.7236C14.4662 21.0924 13.8579 21.0921 13.4716 20.723L9.80912 17.223C9.40983 16.8414 9.39547 16.2084 9.77704 15.8091C10.1586 15.4098 10.7916 15.3955 11.1909 15.777L14.1631 18.6174L20.8097 12.2765C21.2093 11.8952 21.8423 11.9101 22.2236 12.3097Z" fill="%23179B42"/><path fill-rule="evenodd" clip-rule="evenodd" d="M16 5C9.92487 5 5 9.92487 5 16C5 22.0751 9.92487 27 16 27C22.0751 27 27 22.0751 27 16C27 9.92487 22.0751 5 16 5ZM3 16C3 8.8203 8.8203 3 16 3C23.1797 3 29 8.8203 29 16C29 23.1797 23.1797 29 16 29C8.8203 29 3 23.1797 3 16Z" fill="%23179B42"/></svg>') no-repeat;
    background-position: left center;
    padding: 5px 0 5px 40px;
    margin-bottom: 12px
}

.wrap-about .img-about {
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 30px
}

.bg-blur {
    position: relative
}

.bg-blur::after {
    position: absolute;
    background: url(../images/bg-about.png) no-repeat right bottom -50px;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    bottom: 0;
    margin: auto
}

@media only screen and (max-width: 992px) {
    .bg-blur::after {
        display:none
    }
}

.wrap-destination {
    padding: 60px 0 120px;
    position: relative
}

@media (max-width: 767px) {
    .wrap-destination {
        padding:30px 0 60px
    }
}

.wrap-destination::after {
    position: absolute;
    background: url(../images/bg-05.png) no-repeat top left;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

@media (max-width: 767px) {
    .wrap-destination::after {
        background-size:contain;
        width: 60%
    }
}

.wrap-destination::before {
    position: absolute;
    background: url(../images/bg-04.png) no-repeat top right;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

@media (max-width: 767px) {
    .wrap-destination::before {
        background-size:contain;
        width: 60%
    }
}

.wrap-destination .wrap-content {
    position: relative;
    z-index: 1
}

.wrap-destination .lst-destination {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

@media (max-width: 767px) {
    .wrap-destination .lst-destination {
        margin:0 -3px
    }
}

.wrap-destination .item-destination {
    display: block;
    position: relative;
    padding: 10px
}

@media (max-width: 767px) {
    .wrap-destination .item-destination {
        padding:3px
    }
}

.wrap-destination .item-destination .scale-img {
    border-radius: 20px
}

@media (max-width: 767px) {
    .wrap-destination .item-destination .scale-img {
        border-radius:5px
    }
}

.wrap-destination .item-destination .destination-desc {
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: #fff
}

@media (max-width: 767px) {
    .wrap-destination .item-destination .destination-desc {
        bottom:10px;
        left: 10px
    }
}

.wrap-destination .item-destination .destination-desc .ttl {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.58333em;
    letter-spacing: .02em;
    font-weight: 700
}

@media (max-width: 767px) {
    .wrap-destination .item-destination .destination-desc .ttl {
        font-size:15px;
        font-size: 1.5rem;
        line-height: 2.13333em
    }
}

.wrap-destination .item-destination:nth-child(n) {
    width: 50%
}

.wrap-destination .item-destination:nth-child(n) .scale-img {
    position: relative
}

.wrap-destination .item-destination:nth-child(n) .scale-img:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 57.99373%
}

.wrap-destination .item-destination:nth-child(n) .scale-img>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.wrap-destination .item-destination:nth-child(n) .scale-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 767px) {
    .wrap-destination .item-destination:nth-child(n) {
        width:100%
    }
}

.wrap-destination .item-destination:nth-child(2n),.wrap-destination .item-destination:nth-child(3n),.wrap-destination .item-destination:nth-child(4n),.wrap-destination .item-destination:nth-child(5n) {
    width: 25%
}

.wrap-destination .item-destination:nth-child(2n) .scale-img,.wrap-destination .item-destination:nth-child(3n) .scale-img,.wrap-destination .item-destination:nth-child(4n) .scale-img,.wrap-destination .item-destination:nth-child(5n) .scale-img {
    position: relative
}

.wrap-destination .item-destination:nth-child(2n) .scale-img:before,.wrap-destination .item-destination:nth-child(3n) .scale-img:before,.wrap-destination .item-destination:nth-child(4n) .scale-img:before,.wrap-destination .item-destination:nth-child(5n) .scale-img:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 119.7411%
}

.wrap-destination .item-destination:nth-child(2n) .scale-img>.content,.wrap-destination .item-destination:nth-child(3n) .scale-img>.content,.wrap-destination .item-destination:nth-child(4n) .scale-img>.content,.wrap-destination .item-destination:nth-child(5n) .scale-img>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.wrap-destination .item-destination:nth-child(2n) .scale-img img,.wrap-destination .item-destination:nth-child(3n) .scale-img img,.wrap-destination .item-destination:nth-child(4n) .scale-img img,.wrap-destination .item-destination:nth-child(5n) .scale-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 767px) {
    .wrap-destination .item-destination:nth-child(2n),.wrap-destination .item-destination:nth-child(3n),.wrap-destination .item-destination:nth-child(4n),.wrap-destination .item-destination:nth-child(5n) {
        width:50%
    }
}

.wrap-destination .item-destination:nth-child(6n) {
    width: 50%
}

.wrap-destination .item-destination:nth-child(6n) .scale-img {
    position: relative
}

.wrap-destination .item-destination:nth-child(6n) .scale-img:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 57.99373%
}

.wrap-destination .item-destination:nth-child(6n) .scale-img>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.wrap-destination .item-destination:nth-child(6n) .scale-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 767px) {
    .wrap-destination .item-destination:nth-child(6n) {
        width:100%
    }
}

.wrap-tour {
    padding: 120px 0
}

@media (max-width: 767px) {
    .wrap-tour {
        padding:60px 0
    }
}

.wrap-why {
    padding: 50px 0 120px 0;
    position: relative
}

@media (max-width: 767px) {
    .wrap-why {
        padding:60px 0
    }
}

.wrap-why::after {
    position: absolute;
    background: url(../images/bg-04.png) no-repeat top right;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.wrap-why .wrap-content {
    position: relative;
    z-index: 1
}

.wrap-why .scale-img {
    border-radius: 20px
}

@media (max-width: 767px) {
    .wrap-why .scale-img {
        border-radius:8px
    }
}

.lst-whychoose {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    justify-content: space-between;
    margin: 0 -10px
}

@media (max-width: 767px) {
    .lst-whychoose {
        -webkit-flex-wrap:wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.lst-whychoose a {
    display: block
}

.lst-whychoose .scale-img::after {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    right: 0;
    bottom: 0;
    content: '\f00e';
    background: #179b42a8;
    color: #fff;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden
}

.lst-whychoose .pd10 {
    padding: 10px
}

.lst-whychoose .item-hover:hover .scale-img::after {
    opacity: 1;
    visibility: visible
}

.lst-whychoose .item-whychoose {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%
}

@media (max-width: 767px) {
    .lst-whychoose .item-whychoose {
        width:100%;
        margin-bottom: 10px
    }
}

.lst-whychoose .item-whychoose-sub-v2 {
    width: 40%;
    padding: 0 10px
}

@media (max-width: 767px) {
    .lst-whychoose .item-whychoose-sub-v2 {
        padding:0 5px
    }
}

.lst-whychoose .item-whychoose-sub {
    width: 60%;
    padding: 0 10px
}

@media (max-width: 767px) {
    .lst-whychoose .item-whychoose-sub {
        padding:0 5px
    }
}

.lst-whychoose .item-whychoose-sub .scale-img {
    height: 100%;
    position: relative
}

.lst-whychoose .item-whychoose-sub .scale-img:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 130.71253%
}

.lst-whychoose .item-whychoose-sub .scale-img>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.lst-whychoose .item-whychoose-sub .scale-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lst-whychoose .item-whychoose-sub1 {
    height: 50%;
    padding-bottom: 10px
}

@media (max-width: 767px) {
    .lst-whychoose .item-whychoose-sub1 {
        padding-bottom:5px
    }
}

.lst-whychoose .item-whychoose-sub1 .scale-img {
    height: 100%;
    position: relative
}

.lst-whychoose .item-whychoose-sub1 .scale-img:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 93.09091%
}

.lst-whychoose .item-whychoose-sub1 .scale-img>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.lst-whychoose .item-whychoose-sub1 .scale-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lst-whychoose .item-whychoose-sub2 {
    height: 50%;
    padding-top: 10px
}

@media (max-width: 767px) {
    .lst-whychoose .item-whychoose-sub2 {
        padding-top:5px
    }
}

.lst-whychoose .item-whychoose-sub2 .scale-img {
    height: 100%;
    position: relative
}

.lst-whychoose .item-whychoose-sub2 .scale-img:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 93.09091%
}

.lst-whychoose .item-whychoose-sub2 .scale-img>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.lst-whychoose .item-whychoose-sub2 .scale-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lst-whychoose .item-whychoose-sub3 {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .lst-whychoose .item-whychoose-sub3 {
        padding:0 5px;
        margin-bottom: 10px
    }
}

.lst-whychoose .item-whychoose-sub3 .scale-img {
    height: 100%;
    position: relative
}

.lst-whychoose .item-whychoose-sub3 .scale-img:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 44.5993%
}

.lst-whychoose .item-whychoose-sub3 .scale-img>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.lst-whychoose .item-whychoose-sub3 .scale-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lst-whychoose .item-whychoose-sub4 {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap
}

.lst-whychoose .item-whychoose-sub5 {
    width: 40%;
    padding: 0 10px
}

@media (max-width: 767px) {
    .lst-whychoose .item-whychoose-sub5 {
        padding:0 5px
    }
}

.lst-whychoose .item-whychoose-sub5 .scale-img {
    height: 100%;
    position: relative
}

.lst-whychoose .item-whychoose-sub5 .scale-img:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 139.13043%
}

.lst-whychoose .item-whychoose-sub5 .scale-img>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.lst-whychoose .item-whychoose-sub5 .scale-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lst-whychoose .item-whychoose-sub6 {
    width: 60%;
    padding: 0 10px
}

@media (max-width: 767px) {
    .lst-whychoose .item-whychoose-sub6 {
        padding:0 5px
    }
}

.lst-whychoose .item-whychoose-sub6 .scale-img {
    height: 100%;
    position: relative
}

.lst-whychoose .item-whychoose-sub6 .scale-img:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 69.18919%
}

.lst-whychoose .item-whychoose-sub6 .scale-img>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.lst-whychoose .item-whychoose-sub6 .scale-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.box-detail-whychoose {
    margin: 20px 0
}

@media (max-width: 767px) {
    .box-detail-whychoose {
        margin:10px 0
    }
}

.box-detail-whychoose .item-whychoose-sub6 {
    margin: 0 0 20px 0
}

@media (max-width: 767px) {
    .box-detail-whychoose .item-whychoose-sub6 {
        margin:0 0 10px 0
    }
}

.wrap-news {
    padding: 120px 0
}

@media (max-width: 767px) {
    .wrap-news {
        padding:60px 0
    }
}

.news-item {
    margin-bottom: 30px;
    height: 100%
}

.news-item .news-name {
    font-size: 15px;
    font-weight: bold;
    color: #727272;
    line-height: 22px;
    margin-bottom: 30px
}

.news-item .news-name a {
    color: #000;
    transition: 0.3s
}

.news-item .news-name a:hover {
    color: var(--color-main)
}

.news-item .news-time {
    color: var(--color-main2);
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 5px
}

.news-item .btn-news a {
    color: #fff;
    background: var(--color-main);
    display: block;
    max-width: 120px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px
}

.news-item .btn-news a:hover {
    text-decoration: none;
    color: var(--color-main);
    background: #000
}

.slide-news-item {
    transition: 0.3s;
    position: relative;
    display: block
}

.slide-news-item:hover {
    text-decoration: none
}

.slide-news-item .slide-news-info {
    padding: 20px 0 0
}

.slide-news-item .slide-news-image .img-thumb {
    background: #fff
}

.slide-news-item .slide-news-name {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    position: relative;
    text-transform: uppercase
}

.slide-news-item .slide-news-desc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    justify-content: space-between
}

@media (max-width: 767px) {
    .slide-news-item .slide-news-desc {
        -webkit-flex-wrap:wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.slide-news-item .slide-news-date {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-right: 10px
}

@media (max-width: 767px) {
    .slide-news-item .slide-news-date {
        margin-bottom:10px
    }
}

.slide-news-item .slide-news-date .date {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.26667em;
    font-weight: 400;
    margin-right: 5px
}

.slide-news-item .slide-news-date .year {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
    font-weight: 400
}

.slide-news-item .slide-news-btn {
    text-align: right
}

.slide-news-item .tag-note {
    color: #c1c1c1;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 50px
}

@media only screen and (max-width: 991px) {
    .slide-news-item .tag-note {
        margin-bottom:10px
    }
}

.wrap-whychoose {
    padding: 120px 0 90px;
    position: relative;
    background: url(../images/bg-why.png) no-repeat top center
}

@media (max-width: 767px) {
    .wrap-whychoose {
        padding:60px 0
    }
}

.wrap-whychoose::after {
    position: absolute;
    background: url(../images/bg-03.png) no-repeat top left;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

@media (max-width: 767px) {
    .wrap-whychoose::after {
        background-size:contain;
        width: 60%
    }
}

.wrap-whychoose::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #f5f5f580;
    z-index: 0
}

.wrap-whychoose .wrap-content {
    position: relative;
    z-index: 1
}

.whychoose-item {
    background: #fff;
    padding: 44px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .whychoose-item {
        padding:30px 20px;
        margin-bottom: 20px
    }
}

.whychoose-item .whychoose-name {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4em;
    letter-spacing: 0em;
    font-weight: 600;
    margin: 20px 0;
    transition: 0.3s
}

@media (max-width: 767px) {
    .whychoose-item .whychoose-name {
        font-size:16px;
        font-size: 1.6rem;
        margin: 10px 0
    }
}

.whychoose-item p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6em;
    letter-spacing: 0em
}

.whychoose-item .img-thumb svg path {
    stroke: #1A1A1A;
    transition: 0.3s
}

.whychoose-item:hover .img-thumb svg path {
    stroke: #179B42
}

.whychoose-item:hover .whychoose-name {
    color: #179B42
}

.wrap-customer {
    padding: 120px 0;
    background: #179B42
}

@media (max-width: 767px) {
    .wrap-customer {
        padding:60px 0 80px;
    }
}

.wrap-customer .owl-stage {
    display: flex;
    align-items: stretch;
    justify-content: flex-start
}

.wrap-customer .wrap-content {
    position: relative
}

.wrap-customer .control-owl {
    position: inherit;
    top: initial;
    height: 45px;
    width: 145px;
    margin: 52px auto 0
}

.wrap-customer .control-owl button {
    border-radius: 50%;
    border: 1px solid #FFFFFF4D;
    background: transparent;
    opacity: 1
}

.wrap-customer .control-owl button svg {
    width: 25px
}

.wrap-customer .control-owl button:hover {
    background: #179B42
}

.customer-item {
    background: #f4f4f4;
    display: block;
    border: 1px solid #FFFFFF29;
    /* border-radius: 20px; */
    padding: 20px;
    color: #000;
}

@media (max-width: 767px) {
    .customer-item {
        padding:20px 15px
    }
}

.customer-item .customer-desc {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6em;
    letter-spacing: 0em;
    font-weight: 400;
    overflow: auto;
    /* max-height: 200px; */
    /* min-height: 96px; */
    /* overflow: hidden; */
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
    .customer-item .customer-desc {
        margin-bottom:15px
    }
}

.customer-item .customer-image {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 7px;
}

.customer-item .customer-image .img-thumb {
    width: 44px;
    height: 44px;
    overflow: hidden
}

.customer-item .customer-image .img-thumb img {
    border-radius: 50%
}

.customer-item .customer-image .customer-info {
    padding-left: 15px;
    width: calc(100% - 59px);
}
.customer-item .customer-image .customer-info p {
    font-size: 12px;
    color: #7e7878;
}
.customer-item .customer-image .customer-name {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
    letter-spacing: 0em;
    font-weight: 700;
    position: relative;
}
.customer-item .customer-image .customer-name:after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0px;
    top: 3px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(https://cdn.trustindex.io/assets/platform/Tripadvisor/icon.svg);
    background-size: 100% 100%;
 }
 .wrap-customer .owl-item {
    background: #f4f4f4;
 }
.wrap-map {
    background: #f5f5f5 url(../images/bg-01.png) no-repeat bottom left;
    padding: 120px 0
}

@media (max-width: 767px) {
    .wrap-map {
        padding:60px 0;
        background-size: 50%
    }
}

.wrap-map .row {
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-align-content: stretch;
    -o-align-content: stretch;
    align-content: stretch;
    align-content: stretch
}

.wrap-map .bg-map {
    background: #fff;
    box-shadow: rgba(0,0,0,0.05) 0px 0px 0px 1px;
    border-radius: 15px;
    padding: 30px 40px;
    height: 100%
}

@media only screen and (max-width: 992px) {
    .wrap-map .bg-map {
        padding:30px 15px
    }
}

@media (max-width: 767px) {
    .wrap-map .bg-map {
        padding:20px;
        height: inherit;
        margin-bottom: 20px
    }
}

.ttl-tuvan {
    margin: 0 auto
}

@media (max-width: 767px) {
    .ttl-tuvan {
        margin-top:20px
    }
}

.ttl-tuvan .ttl {
    font-family: "Poppins", sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase
}

@media only screen and (max-width: 992px) {
    .ttl-tuvan .ttl {
        font-size:18px;
        line-height: 28px
    }
}

.ttl-tuvan .ttl2 {
    font-family: "Poppins", sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
    color: #179B42;
    text-transform: uppercase;
    margin-bottom: 16px
}

@media only screen and (max-width: 992px) {
    .ttl-tuvan .ttl2 {
        font-size:18px;
        line-height: 28px;
        margin-bottom: 8px
    }
}

.ttl-tuvan .desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px
}

.tuvan-input {
    margin-bottom: 10px
}

.tuvan-input label {
    font-weight: 500;
    margin-bottom: 4px
}

.tuvan-input input {
    background: transparent;
    border: none;
    border-radius: 6px;
    border: 1px solid #E7E7E7;
    color: #000;
    padding: 0 10px;
    outline: none;
    -webkit-appearance: none;
    height: 44px;
    font-size: 15px
}

.tuvan-input input:focus {
    outline: none;
    box-shadow: none;
    background: transparent
}

.tuvan-input input::-webkit-input-placeholder {
    color: #D4D4D4;
    font-size: 14px
}

.tuvan-input input:-moz-placeholder {
    color: #D4D4D4;
    font-size: 14px
}

.tuvan-input input::-moz-placeholder {
    color: #D4D4D4;
    font-size: 14px
}

.tuvan-input input:-ms-input-placeholder {
    color: #D4D4D4;
    font-size: 14px
}

.tuvan-input textarea {
    font-size: 16px;
    height: 125px;
    border-radius: 6px;
    outline: none;
    -webkit-appearance: none;
    background: transparent;
    color: #fff;
    border: 1px solid #E7E7E7
}

.tuvan-input textarea:focus {
    outline: none;
    box-shadow: none
}

@media only screen and (max-width: 767px) {
    .tuvan-input textarea {
        margin:20px 0 25px
    }
}

.tuvan-input textarea::-webkit-input-placeholder {
    color: #fff
}

.tuvan-input textarea:-moz-placeholder {
    color: #fff
}

.tuvan-input textarea::-moz-placeholder {
    color: #fff
}

.tuvan-input textarea:-ms-input-placeholder {
    color: #fff
}

.tuvan-button {
    margin-top: 20px;
    text-align: center
}

.logo-footer {
    text-align: center;
    margin-bottom: 30px
}

.logo-footer a {
    display: inline-block
}

.box-newsletter {
    position: relative
}

.box-newsletter .invalid-feedback {
    color: yellow
}

.newsletter-input input {
    background: #ffffff1a;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    padding: 0 15px;
    outline: none;
    -webkit-appearance: none;
    height: 44px;
    box-shadow: 0 0px 9px 1px #0000000a;
    border: 1px solid #ffffff26
}

.newsletter-input input:focus {
    outline: none;
    box-shadow: none;
    background: #ffffff47;
    color: #fff
}

.newsletter-input input::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    opacity: 0.5
}

.newsletter-input input:-moz-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    opacity: 0.5
}

.newsletter-input input::-moz-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    opacity: 0.5
}

.newsletter-input input:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    opacity: 0.5
}

.newsletter-button {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 12
}

.newsletter-button button {
    opacity: 1 !important;
    border: none
}

.bg-group {
    background: #179B42 url(../images/bg-footer.png) no-repeat center center;
    position: relative;
    background-size: cover
}

.bg-group::after {
    position: absolute;
    background: url(../images/bg-01.png) no-repeat bottom left;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

@media (max-width: 767px) {
    .bg-group::after {
        background-size:contain;
        width: 60%
    }
}

.bg-group::before {
    position: absolute;
    background: url(../images/bg-02.png) no-repeat top right;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

@media (max-width: 767px) {
    .bg-group::before {
        background-size:contain;
        width: 60%
    }
}

.bg-group .wrap-content {
    position: relative;
    z-index: 1
}

.footer {
    padding: 70px 0 0;
    position: relative;
    color: #fff
}

@media only screen and (max-width: 767px) {
    .footer {
        padding:35px 0 60px
    }
}

.footer .top-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 50px;
    margin-bottom: 50px
}

.footer .top-footer .name-top-footer {
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ffffff99;
    font-size: 18px;
}

@media (max-width: 767px) {
    .footer .top-footer .name-top-footer {
        margin-top:20px;
        margin-bottom: 5px
    }
}

.footer .top-footer .cont-top-footer {
    font-size: 18px;
    font-weight: bold
}

.footer .top-footer .cont-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap
}

.footer .top-footer .cont-left .item:first-child {
    margin-right: 85px
}

.footer .top-footer .cont-right {
    width: 100%;
    max-width: 440px
}

@media (max-width: 767px) {
    .footer .top-footer .cont-right {
        max-width:initial
    }
}

.footer .bottom-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    justify-content: space-between
}

.footer .bottom-footer .name-bottom-footer {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .footer .bottom-footer .name-bottom-footer {
        margin-bottom:10px
    }
}

.footer .bottom-footer .cont-footer:nth-child(1) {
    width: 25%
}

@media only screen and (max-width: 1024px) {
    .footer .bottom-footer .cont-footer:nth-child(1) {
        width:100%;
        margin-bottom: 35px
    }
}

.footer .bottom-footer .cont-footer:nth-child(2) {
    width: 38%
}

@media only screen and (max-width: 1024px) {
    .footer .bottom-footer .cont-footer:nth-child(2) {
        width:100%;
        margin-bottom: 35px
    }
}

.footer .bottom-footer .cont-footer:nth-child(3) {
    width: 16%;
    max-width: 180px
}

@media only screen and (max-width: 1024px) {
    .footer .bottom-footer .cont-footer:nth-child(3) {
        width:50%
    }
}

.footer .bottom-footer .cont-footer:nth-child(4) {
    width: 15%;
    text-align: right
}

@media only screen and (max-width: 1024px) {
    .footer .bottom-footer .cont-footer:nth-child(4) {
        width:50%
    }
}

.footer .sub-cont-footer li {
    margin-bottom: 10px;
    color: #ffffffcc;
    font-size: 18px;
}

.footer .sub-cont-footer li span {
    color: #ffffff66;
    margin-right: 3px;
    display: inline-block
}

.footer .menu-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    justify-content: space-between
}

.footer .menu-footer li {
    width: calc(50% - 20px)
}

.footer .menu-footer li a {
    color: #ffffffcc;
    display: block;
    background: url(../images/icon-plus.png) no-repeat right center;
    padding: 10px 25px 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    transition: 0.3s;
    font-size: 18px;
    cursor: pointer
}

@media only screen and (min-width: 1025px) {
    .footer .menu-footer li a:hover:hover {
        padding-left:10px
    }
}

.footer .copyright {
    background: #ffffff1a;
    color: #ffffffcc;
    font-size: 14px;
    padding: 10px 0;
    margin-top: 60px
}

.social-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    justify-content: space-between
}

.social-footer li {
    margin-right: 5px
}

.social-footer li a {
    height: 36px;
    width: 36px;
    display: inline-block;
    border: 1px solid #ffffff33;
    padding: 7px;
    border-radius: 50%;
    background: #ffffff1a;
    box-shadow: rgba(0,0,0,0.1) 0px 4px 6px -1px,rgba(0,0,0,0.06) 0px 2px 4px -1px
}

@-webkit-keyframes glowing {
    0% {
        background-color: #f0c915;
        -webkit-box-shadow: 0 0 3px #f0c915
    }

    50% {
        background-color: var(--color-main);
        -webkit-box-shadow: 0 0 10px var(--color-main)
    }

    100% {
        background-color: #f0c915;
        -webkit-box-shadow: 0 0 3px #f0c915
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #f0c915;
        -moz-box-shadow: 0 0 3px #f0c915
    }

    50% {
        background-color: var(--color-main);
        -moz-box-shadow: 0 0 10px var(--color-main)
    }

    100% {
        background-color: #f0c915;
        -moz-box-shadow: 0 0 3px #f0c915
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #f0c915;
        box-shadow: 0 0 3px #f0c915
    }

    50% {
        background-color: var(--color-main);
        box-shadow: 0 0 10px var(--color-main)
    }

    100% {
        background-color: #f0c915;
        box-shadow: 0 0 3px #f0c915
    }
}

@keyframes glowing {
    0% {
        background-color: #f0c915;
        box-shadow: 0 0 3px #f0c915
    }

    50% {
        background-color: var(--color-main);
        box-shadow: 0 0 10px var(--color-main)
    }

    100% {
        background-color: #f0c915;
        box-shadow: 0 0 3px #f0c915
    }
}

.scrollToTop {
    width: 41px;
    height: 41px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 65px;
    right: 25px;
    display: none;
    z-index: 10;
    cursor: pointer
}

@media only screen and (max-width: 767px) {
    .scrollToTop {
        display:none !important
    }
}

.bv-khac {
    padding: 0;
    margin: 0;
    list-style: none
}

.bv-khac li a {
    color: #333;
    padding: 10px 0
}

.contact-input {
    margin-bottom: 10px
}

.contact-input input,.contact-input select {
    font-size: 15px !important;
    height: 40px
}

.contact-input textarea {
    height: 90px;
    font-size: 15px !important
}

.contact-map {
    position: relative;
    padding-top: 50%;
    margin-top: 30px
}

.contact-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.plugbar {
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #eae6e6;
    width: 100%;
    right: 0;
    max-width: 767px;
    margin: 0 auto;
    background: #ffffff;
    padding: 9px 10px 10px 7px;
    z-index: 123
}

.plugbar ul {
    list-style: none;
    padding: 0;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.plugbar ul li {
    width: 20%;
    float: left
}

.plugbar ul li a {
    display: block;
    color: #696969;
    font-size: 12px;
    text-align: center;
    position: relative
}

.plugbar ul li a i {
    font-size: 20px;
    color: #696969
}

.plugbar ul li a span {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -40px;
    left: calc(50% - 50px / 2);
    font-size: 14px;
    display: block;
    border: 1px solid rgba(234,230,230,0.5);
    border-radius: 100%
}

.mobile_menu_section {
    display: block;
    padding: 15px;
    font-size: 18px;
}

.mobile_menu_section .mobile_menu_section-title {
    font-size: 15px;
    line-height: 1.85;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    color: #333;
    margin: 0
}

.mobile_menu_section .mobile_menu_help {
    color: #677279;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.mobile_menu_section .mobile_menu_help svg {
    margin-right: 16px;
    width: 24px;
    height: 24px
}

.content-main img {
    height: auto !important;
    max-width: 100%
}

.breadcrumb {
    margin-bottom: 1rem
}

.item-tour {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    position: relative;
    margin-bottom: 30px
}

.item-tour .img-tour img {
    width: 100%
}

.item-tour .price-per {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #E83E62;
    color: #fff;
    padding: 2px 10px 2px 10px;
    border-radius: 8px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2em;
    letter-spacing: 0em;
    font-weight: 600;
    z-index: 1
}

@media (max-width: 767px) {
    .item-tour .price-per {
        font-size:13px;
        font-size: 1.3rem;
        line-height: 1.53846em
    }
}

.item-tour .lst-utilities {
    padding: 0 8px;
    background: #179B42;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    justify-content: center;
    height: 52px;
    border-radius: 10px;
    margin: -26px auto 20px;
    position: relative;
    z-index: 1
}

@media (max-width: 767px) {
    .item-tour .lst-utilities {
        height:42px;
        margin: -20px auto 15px
    }
}

.item-tour .lst-utilities li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857em;
    letter-spacing: 0em;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center
}

.item-tour .lst-utilities li:nth-child(2) {
    padding: 0 12px;
    margin: 0 12px;
    border-left: 1px solid #FFFFFF33;
    border-right: 1px solid #FFFFFF33
}

.item-tour .lst-utilities li i {
    font-size: 17px;
    margin-right: 5px
}

.item-tour .cont-tour {
    padding: 0 20px 20px
}

.item-tour .cont-tour-v2 {
    padding: 20px
}

.item-tour .ttl-tour {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.58824em;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: 12px
}

@media (max-width: 767px) {
    .item-tour .ttl-tour {
        font-size:15px;
        font-size: 1.5rem;
        margin-bottom: 6px
    }
}

.price-tour {
    border-top: 1px solid #87878733;
    padding: 20px 0 0 0;
    font-family: "Poppins", sans-serif;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    align-items: center
}

@media (max-width: 767px) {
    .price-tour {
        padding:10px 0 0 0
    }
}

.price-tour .price-new {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.58333em;
    letter-spacing: .02em;
    font-weight: 700;
    color: #E83E62;
    margin-right: 10px
}

@media (max-width: 767px) {
    .price-tour .price-new {
        font-size:18px;
        font-size: 1.8rem
    }
}

.price-tour .price-old {
    color: #878787;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.55556em;
    letter-spacing: 0em;
    text-decoration: line-through
}

@media (max-width: 767px) {
    .price-tour .price-old {
        font-size:13px;
        font-size: 1.3rem
    }
}

.price-tour .price-per--v2 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2em;
    letter-spacing: 0em;
    font-weight: 600;
    background: #179B42;
    color: #fff;
    height: 32px;
    border-radius: 8px;
    padding: 2px 10px 2px 10px;
    margin-left: 16px;
    min-width: 50px;
    text-align: center
}

@media (max-width: 767px) {
    .price-tour .price-per--v2 {
        font-size:13px;
        font-size: 1.3rem;
        height: 25px;
        padding: 0 10px
    }
}

.price-tour--v2 {
    border: none;
    padding: 0;
    margin-bottom: 20px;
    white-space: nowrap
}

@media (max-width: 767px) {
    .price-tour--v2 {
        margin-bottom:0
    }
}

.d-flex3 {
    align-items: center;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: space-between
}

.d-flex4 {
    align-items: center;
    display: -ms-flexbox !important;
    display: flex !important
}

@media (max-width: 767px) {
    .d-flex4 {
        -webkit-flex-wrap:wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 230px
    }
}

.rating {
    display: flex;
    font-size: 12px;
    margin-bottom: 20px;
    align-items: center;
    margin-left: 15px
}

@media (max-width: 767px) {
    .rating {
        margin-bottom:10px;
        margin-left: 0
    }
}

.rating .count {
    margin: 0 3px 0 5px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.55556em;
    letter-spacing: 0em;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #878787
}

@media (max-width: 767px) {
    .rating .count {
        font-size:15px;
        font-size: 1.5rem
    }
}

.rating .star-rating {
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #ccc;
    font-size: 18px
}

.rating .star-rating:before,.rating .star-rating:after {
    content: "★ ★ ★ ★ ★"
}

.rating .star-rating:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #FFB800
}

.rating .star-rating[data-rate="5"]:after {
    width: 100%
}

.rating .star-rating[data-rate="4.5"]:after {
    width: 90%
}

.rating .star-rating[data-rate="4"]:after {
    width: 80%
}

.rating .star-rating[data-rate="3.5"]:after {
    width: 70%
}

.rating .star-rating[data-rate="3"]:after {
    width: 60%
}

.rating .star-rating[data-rate="2.5"]:after {
    width: 50%
}

.rating .star-rating[data-rate="2"]:after {
    width: 40%
}

.rating .star-rating[data-rate="1.5"]:after {
    width: 30%
}

.rating .star-rating[data-rate="1"]:after {
    width: 20%
}

.rating .star-rating[data-rate="0.5"]:after {
    width: 10%
}

.rating .star-rating[data-rate="0"]:after {
    width: 0%
}

.c-btn-book {
    margin: 0 0 20px 15px
}

@media (max-width: 767px) {
    .c-btn-book a {
        padding:6px 5px 6px 5px;
        margin: 0
    }
}

.breadCrumbs {
    background-color: transparent;
    color: #fff
}

.breadCrumbs-sub .breadcrumb {
    margin-bottom: 0
}

.breadCrumbs li {
    color: #fff
}

.breadCrumbs li a {
    color: #fff
}

.breadCrumbs .breadcrumb {
    background: transparent;
    padding: 12px 0
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff
}

.content-static {
    padding: 0 0 50px
}

@media (max-width: 767px) {
    .content-static {
        padding:0 0 30px
    }
}

.detail-content {
    padding: 40px 0
}

.detail-content img {
    max-width: 100%;
    height: auto
}

.archive-tour {
    padding: 50px 0
}

.single-tour {
    background-image: url(../images/bnr01.svg),url(../images/bnr02.svg),linear-gradient(90deg, #0961b9 30%, #2e96de calc(100% - 522px), transparent calc(100% - 510px), transparent 100%);
    background-size: auto, auto, 100% 281px;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -80px, right -80px, left top
}

.thumb-pro-detail {
    display: block
}

.thumb-pro-detail img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px
}

.thumb-pro-detail-sub {
    margin-bottom: 10px;
    position: relative
}

.thumb-pro-detail-sub .thumb_more {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #0000009e;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #179B42;
    font-weight: bold
}

.thumb-pro-detail-sub img {
    height: 195px;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width: 575px) {
    .thumb-pro-detail-sub img {
        height:100px
    }
}

.thumb-pro-detail-none {
    display: none
}

@media only screen and (max-width: 767px) {
    .thumb-pro-detail-top {
        margin-bottom:10px
    }
}

.title-pro-detail {
    font-size: 22px;
    font-size: 2.2rem;
    font-family: "Poppins", sans-serif;
    margin: 10px 0 20px;
    font-weight: bold;
    color: #fff
}

.map-detail {
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.map-detail i {
    font-size: 22px;
    margin-right: 5px
}

.map-detail a {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    margin-left: 10px
}

.ttl-faq {
    margin: 0;
    padding: 15px 15px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #179B42;
    margin-bottom: 30px
}

.wrap-faq {
    padding: 50px 0 30px
}

.js-faq {
    background-color: #f6f7f9;
    margin-bottom: 15px;
    border-radius: 5px
}

.js-faq .ttl {
    margin: 0;
    padding: 15px 40px 15px 15px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    position: relative
}

.js-faq .ttl.is-active {
    background: #179B42;
    color: #fff
}

.js-faq .ttl:after {
    position: absolute;
    top: 0;
    margin: auto;
    right: 0;
    content: '\2b';
    color: #179b42;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    width: 54px;
    height: 54px
}

.js-faq .desc {
    padding: 15px;
    font-size: 16px;
    display: none
}

.d-flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.detail-left {
    width: 70%
}

@media only screen and (max-width: 767px) {
    .detail-left {
        width:100%
    }
}

.detail-right-sub {
    position: sticky;
    top: 80px
}

@media (max-width: 767px) {
    .detail-right-sub {
        position:relative;
        top: 0
    }
}

.detail-right {
    width: 30%;
    padding-left: 16px
}

@media only screen and (max-width: 767px) {
    .detail-right {
        width:100%;
        padding-left: 0
    }
}

.detail-right-box {
    border-radius: 4px;
    border-color: #dddfe2;
    border-style: solid;
    border-width: 1px;
    padding: 16px;
    box-shadow: none;
    margin-bottom: 16px;
    background: #fff
}

.detail-right-box ul {
    padding-left: 5px
}

.detail-right-box ul li {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px
}

.tour-detail .section-03 {
    background: #f9f9f9;
    padding: 30px
}

@media (max-width: 767px) {
    .tour-detail .section-03 {
        padding:0;
        background: #fff
    }
}

.tour-detail .section-03 .left .s-title-03 {
    line-height: 24px;
    margin-bottom: 30px
}

.tour-detail .section-03 .left .box-order {
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 15px 30px;
    font-size: 18px
}

@media (max-width: 767px) {
    .tour-detail .section-03 .left .box-order {
        padding:15px
    }
}

.tour-detail .section-03 .left .box-order .time p {
    margin-bottom: 10px
}

.tour-detail .section-03 .left .box-order .time p b {
    font-weight: 700
}

.tour-detail .section-03 .left .box-order .calendar .calendar-box {
    align-items: center;
    border: 1px solid #4d4aef;
    border-radius: 5px;
    color: #4d4aef;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 110px
}

.tour-detail .section-03 .left .box-order .calendar .calendar-box i {
    padding-right: 5px
}

.tour-detail .section-03 .left .box-support label {
    color: #2d4271;
    margin-bottom: 8px
}

.tour-detail .section-03 .left .box-support .group-contact {
    align-items: center;
    background: #fff;
    border: 1px solid #4d4aef;
    border-radius: 14px;
    display: flex;
    max-width: 350px
}

.tour-detail .section-03 .left .box-support .group-contact .phone {
    align-items: center;
    background: #4d4aef;
    border-radius: 10px;
    color: #fff;
    display: flex;
    height: 50px;
    justify-content: center;
    width: 183px
}

.tour-detail .section-03 .left .box-support .group-contact .phone i {
    font-size: 25px;
    margin-right: 5px
}

.tour-detail .section-03 .left .box-support .group-contact .phone p {
    line-height: 16px;
    margin: 0
}

.tour-detail .section-03 .left .box-support .group-contact .mail {
    align-items: center;
    border-radius: 10px;
    color: #4d4aef;
    display: flex;
    height: 50px;
    justify-content: center;
    width: 183px
}

.tour-detail .section-03 .left .box-support .group-contact .mail i {
    font-size: 25px;
    margin-right: 5px
}

.tour-detail .section-03 .left .box-support .group-contact .mail p {
    line-height: 16px;
    margin: 0
}

.tour-detail .section-03 .right {
    padding-left: 50px
}

.tour-detail .section-03 .right .group-services {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-bottom: 1px solid #7d8fab;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 35px;
    padding-bottom: 20px
}

@media (max-width: 767px) {
    .tour-detail .section-03 .right .group-services {
        padding:15px
    }
}

.tour-detail .section-03 .right .group-services .item {
    display: flex;
    flex-direction: column
}

.section-03 .right .group-services .item img {
    max-height: 25px;
    max-width: 25px
}

.section-03 .right .group-services .item label {
    font-weight: 700;
    margin: 5px 0;
    font-size: 18px
}

.section-03 .right .group-services .item p {
    font-size: 18px;
    margin: 0
}

.section-03 .tour-des {
    max-height: 100px;
    overflow: auto;
    overflow-y: scroll;
    padding-right: 15px
}

@media screen and (max-width: 768px) {
    .section-03 .tour-des {
        max-height:100%
    }
}

.tour-detail .section-03 .right .group-services .item i {
    color: #4d4aef;
    font-size: 25px;
    margin-bottom: 5px
}

.tour-detail .section-03 .right .group-services .item label {
    font-weight: 700;
    margin-bottom: 5px
}

.tour-detail .section-03 .right .group-services .item p {
    font-size: 18px;
    margin: 0
}

.tour-detail .section-03 .right .box-map,.tour-detail .section-03 .right .box-map .addess {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.tour-detail .section-03 .right .box-map .addess i {
    font-size: 22px;
    margin-right: 5px
}

.tour-detail .section-03 .right .box-map .map {
    align-items: center;
    color: #e01600;
    display: flex;
    justify-content: space-between
}

.tour-detail .section-03 .right .box-map .map i {
    font-size: 22px;
    margin-right: 5px
}

@media (max-width: 767px) {
    .tour-detail .section-03 .left .s-title-03 {
        color:#2d4271;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        margin: 25px 0;
        text-align: center;
        text-align: justify
    }

    .section-03 .tour-des {
        max-height: 100%
    }

    .tour-detail .section-03 .left .box-code {
        align-items: center;
        background: #fff;
        border-radius: 15px;
        box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
        display: flex;
        justify-content: space-between;
        margin-bottom: 16px;
        padding: 15px 30px
    }

    .tour-detail .section-03 .left .box-order {
        background: #fff;
        border-radius: 15px;
        box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
        display: block;
        font-size: 18px
    }

    .tour-detail .section-03 .left .box-order .calendar .calendar-box {
        align-items: center;
        background: linear-gradient(92.44deg, #e01600 1.58%, #fe2214 105.9%);
        border: none;
        border-radius: 10px;
        color: #fff;
        display: flex;
        font-size: 14px;
        font-weight: 700;
        height: 40px;
        line-height: 18px;
        text-align: center
    }

    .tour-detail .section-03 .left .box-order .calendar .calendar-box a {
        color: #fff
    }

    .tour-detail .section-03 .left .box-support {
        display: none
    }

    .tour-detail .section-03 .right {
        padding-left: 15px
    }

    .tour-detail .section-03 .right .group-services {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        background: #fff;
        border-bottom: 0;
        border-radius: 15px;
        box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
        grid-template-columns: repeat(2, 1fr);
        padding: 15px;
        margin: 0
    }

    .tour-detail .section-03 .right .box-map {
        display: none
    }
}

.single-tour2 {
    background: #f9f9f9;
    padding: 30px
}

@media (max-width: 767px) {
    .single-tour2 {
        padding:0;
        background: #fff
    }
}

.box-tongquan {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    overflow: hidden
}

.title-tq {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 15px;
    font-weight: bold;
    color: #179B42
}

.title-tq-faq {
    position: relative;
    cursor: pointer
}

.title-tq-faq:after {
    position: absolute;
    top: 0;
    margin: auto;
    right: 0;
    content: '\2b';
    color: #179b42;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    width: 54px;
    height: 28px
}

.bvtour {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap
}

.bvtour .item {
    width: 50%;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px
}

@media (max-width: 767px) {
    .bvtour .item {
        width:100%
    }
}

.ttl-detail-right {
    font-size: 18px;
    color: #179B42;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif
}

.no-rel {
    position: initial !important
}

.sub-menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    left: 0;
    min-width: 700px !important
}

.sub-menu>li {
    width: calc(100% / 3)
}

.sub-menu>li:nth-child(1) a,.sub-menu>li:nth-child(2) a,.sub-menu>li:nth-child(3) a {
    border-top: none !important
}

.cont-detail {
    margin: 30px 0;
    position: relative
}

.cont-detail img {
    max-width: 100%;
    height: auto !important
}

.banner-detail {
    max-height: 450px;
    overflow: hidden;
    position: relative;
    padding-bottom: 450px
}

@media (max-width: 767px) {
    .banner-detail {
        padding-bottom:0
    }
}

.banner-detail img {
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 767px) {
    .banner-detail img {
        position:relative
    }
}

.desc-destination-detail {
    margin-bottom: 30px;
    line-height: 25px
}

.desc-destination-detail ol,.desc-destination-detail ul {
    list-style: auto;
    padding-left: 25px;
    margin: 15px 0
}

.bottom-tab {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    z-index: 5;
    width: 100vw;
    border-top: 2px solid black;
    justify-content: space-between;
    align-items: center;
    display: none
}

@media (max-width: 767px) {
    .bottom-tab {
        display:flex !important
    }
}

.bottom-tab a {
    text-align: center;
    font-size: 12px;
    font-weight: bold
}

.bottom-tab>div {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3.23rem
}

.bottom-tab>div p {
    color: var(--gray-scale-50, #727272);
    text-align: center;
    font-family: Trip Sans;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 900;
    line-height: 4.26667rem;
    letter-spacing: 0.13333rem
}

.bottom-tab>div svg {
    width: 3.73333rem;
    height: 3.73333rem
}

.bottom-tab>:first-child {
    background-color: #0067ff;
    padding: 10px 13px
}

.bottom-tab>:last-child {
    padding: 10px 13px
}

.bottom-tab>:first-child p {
    color: #fff
}

.content-detail {
    line-height: 1.8;
    font-size: 15px;
    text-align: justify
}

.content-detail img {
    margin: 15px 0;
    max-width: 100% !important;
    height: auto !important
}

.content-detail h1,.content-detail h2,.content-detail h3,.content-detail h4,.content-detail h5 {
    margin-bottom: 15px
}

.content-detail p {
    margin-bottom: 1rem
}

.content-detail-faq {
    display: none
}

.box-tuvan {
    position: relative
}

@media (max-width: 767px) {
    .box-tuvan::after {
        position:absolute;
        background: url(../images/bg-about.png) no-repeat right center;
        content: "";
        right: 0;
        width: 80%;
        height: 80%;
        z-index: 0;
        bottom: 0;
        opacity: 0.05;
        background-size: contain
    }
}

.box-tuvan .form-tuvan {
    position: relative;
    z-index: 1
}

#form-booking {
    margin-top: 40px;
    background: url(../images/bg-blog.png) no-repeat left top;
    border-radius: 30px;
    clear: both;
    display: flow-root;
    box-shadow: 0 0 5px 0 #00000080;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    max-width: 800px
}

#form-booking h3 {
    font-size: 25px;
    font-weight: bold;
    color: #179B42;
    margin-bottom: 20px
}

#form-booking .blk-booking {
    background: #fafafad6;
    padding: 20px;
    border-radius: 30px;
    clear: both;
    display: flow-root
}

#form-booking .d-flex>div {
    display: flex;
    align-items: center
}

#form-booking .d-flex>div label {
    margin-left: 10px
}

#form-booking .btn {
    font-size: 16px;
    width: 100%;
    height: 50px;
    background: #179B42;
    border-color: #179B42
}

.article__content {
    height: 450px;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.article__content.active {
    height: auto
}

.bg-article {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(#fff), to(#fff));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0), #fff, #fff);
    background: -o-linear-gradient(top, rgba(255,255,255,0), #fff, #fff);
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff, #fff);
    bottom: 0;
    height: 105px;
    left: 0;
    position: absolute;
    width: 100%
}

.jsArticle {
    display: block;
    padding: 10px 20PX;
    border: 1px solid var(--color-main);
    color: var(--color-main);
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 0 auto;
    max-width: 200px;
    font-weight: bold;
    margin-bottom: 30px
}

/*# sourceMappingURL=maps/style.css.map */
.view-all {
    border: 0;
    margin-right: 10px;
    background: #fff;
    display: block;
    position: relative;
    /* padding: 10px 20px 14px; */
    color: #000;
    font-weight: 300;
    font-size: 1.1em;
    line-height: 19px;
    max-width: 150px;
    text-align: center;
    margin: 0 auto;
}
.view-all a {
    display: block;
    padding: 15px 20px;
}
.view-all:after {
    content: "";
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 7px;
    left: 10px;
    z-index: -1;
}

.customer-star {
    font-size: 14px;
    color: #179B42;
    margin-bottom: 6px;
}

.customer-star i {
    border: 1px solid;
    border-radius: 50%;
    padding: 2px;
    margin-left: 2px;
}

.mm-listitem__text {
    font-size: 20px;
    font-weight: 500;
}

.mm-listitem__text i {
    font-weight: bold;
    min-width: 32px;
}

.mm-navbar__title {
    font-size: 20px;
    font-weight: bold;
}

.available-join {
    /* margin-top: 6.25rem; */
    position: relative
}

.available-join .tourList-swiper-info {
    left: 50%;
    bottom: 4.5rem
}

.available-join>h2 {
    color: #1A1A1A;
    text-align: center;
    font-size: 3rem;
    font-style: normal;
    font-weight: 900;
    line-height: 110%;
    letter-spacing: 0.0225rem;
    margin-bottom: 5px;
}

.available-join>p {
    color: #3D3D3D;
    text-align: center;
    font-family: 'Trip Sans';
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.3125rem */
    letter-spacing: 0.00219rem;
    margin-top: 0.75rem;
}

.available-join-time-heading {
    display: flex;
    justify-content: space-between;
}

.available-join-time-heading svg {
    width: 1.5rem;
    height: auto;
    margin-left: 0.5rem;
}

.available-join-time-heading span {
    color: #6A6A6A;
    display: flex;
    align-items: center;
}

.available-join-time-heading span.active {
    color: #F96515;
}

.available-join-time-list {
    margin-top: 2rem;
}

.available-join-time-list-wrapper {
    display: flex;
    justify-content: space-between;
}

.available-join-time-item {
    width: 9.5rem;
    height: 9.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, rgb(126 126 126) 0%, rgba(122,122,122,0) 50%);
    transition: all 300ms;
    cursor: pointer;
}

.available-join-time-item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 9.2rem;
    height: 9.2rem;
    background: #fff;
    border-radius: 50%;
    transition: all 300ms;
}

.available-join-time-item:hover, .available-join-time-item:hover .available-join-time-item-wrapper {
    background: #262626;
}

.available-join-time-item:hover .available-join-time-item-wrapper>div:nth-child(1) {
    color: #fff;
}

.available-join-time-item:hover circle {
    fill: #fff;
}

.available-join-time-item.active, .available-join-time-item.active .available-join-time-item-wrapper {
    background: #262626;
}

.available-join-time-item.active .available-join-time-item-wrapper>div:nth-child(1) {
    color: #fff;
}

.available-join-time-item.active circle {
    fill: #fff;
}

.available-join-time-item-wrapper>div:nth-child(1) {
    color: #A9A9A9;
    text-align: center;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    /* 1.2375rem */
    letter-spacing: 0.01125rem;
}

.available-join-time-item-wrapper svg {
    width: 0.7rem;
    height: auto;
    margin-top: 0.75rem;
}

.available-join-time-item-wrapper img {
    width: auto;
    height: 1.5rem;
    margin-top: 0.75rem;
}

.available-join-time-heading span:first-child {
    color: #6A6A6A !important;
}

.available-join-time-heading span:first-child > svg > path {
    stroke: #6A6A6A;
}

.available-join-time-heading span:last-child > svg > path {
    stroke: #179B42;
}

.available-join .available-join-section-des {
    width: 100%;
    display: flex;
    justify-content: center;
}

.available-join .available-join-section-des p {
    max-width: 400px;
    text-wrap: wrap;
    text-align: center;
}

.available-join-time-heading span {
    font-weight: 900;
    color: #179B42!important;
    font-size: 2.2rem;
}

.available-join-time-list {
    position: relative;
}

.available-join-time-list .dot-line-horizoltal {
    position: absolute;
    top: 55%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.available-join-time-item:hover, .available-join-time-item:hover .available-join-time-item-wrapper {
    z-index: 2;
}

.tourToJoinSwiper .swiper-slide, .tourList .swiper-slide, .tour-guide .swiper-slide {
    border: 1px solid transparent;
    transition: border 0.4s;
    height: fit-content !important;
}

.tourList-slide-info-img {
    width: 100%;
    height: 22rem;
    overflow: hidden;
    position: relative;
}

.tourList-slide-info-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 300ms;
}

.tourList-swiper-info {
    width: 46.125rem;
    height: fit-content;
    position: absolute;
    bottom: 0;
    left: calc(50% + 15rem);
    transform: translateX(-50%);
    z-index: 0;
}

.tourList-slide-info-img-hover-mb {
    display: none
}

.tourList-slide-info-img-hover {
    position: absolute;
    width: fit-content;
    height: fit-content;
    bottom: 3rem;
    left: 0;
    padding: 2rem;
    opacity: 0;
    transition: all 300ms;
    display: flex;
    flex-direction: column;
    color: white;
}

.tourList-slide-info-img-hover::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.7);
}

.tourList-slide-info-img-hover .info-img-hover-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.tourList-slide-info-img-hover .info-img-hover-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.info-img-hover-header .info-img-hover-header-title {
    width: 50%;
    color: #f1f1f1;
    font-family: Trip Sans;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 120%;
}

.info-img-hover-header .info-img-hover-header-price {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.info-img-hover-header .info-img-hover-header-price span:nth-child(1) {
    color: #f1f1f1;
    text-align: right;
    font-family: Trip Sans;
    font-size: 1rem;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.0125rem;
}

.info-img-hover-header .info-img-hover-header-price span:nth-child(2) {
    color: #f96515;
    text-shadow: 0px 0px 45px #f96515;
    font-family: Trip Sans;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 120%;
}

.tourList-slide-info-img-hover .info-img-hover-header + img {
    width: 100%;
    height: 3px;
    margin-bottom: 1rem;
    object-fit: cover;
}

.tourList-slide-info-img-hover .info-img-hover-sub {
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem;
}

.info-img-hover-sub .info-img-hover-sub-item {
    display: flex;
    align-items: center;
    margin-right: 2.5rem;
    color: #f1f1f1;
    font-family: Trip Sans;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.00875rem;
}

.info-img-hover-sub .info-img-hover-sub-item img {
    width: 1rem;
    height: 1rem;
}

.info-img-hover-sub .info-img-hover-sub-item span:nth-child(2) {
    margin: 0 0.25rem;
}

.info-img-hover-sub .info-img-hover-sub-item span:nth-child(3) {
    font-weight: 800;
}

.info-img-hover-main {
    display: flex;
}

.info-img-hover-main .info-img-hover-main-highlight {
    padding-right: 1.5rem;
    max-width: 26rem;
}

.info-img-hover-main .info-img-hover-main-destination ol {
    width: fit-content;
    display: grid;
    padding-left: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(0em, max-content));
    grid-auto-flow: column
}

.info-img-hover-main .info-img-hover-main-destination ol li {
    margin-right: 2rem;
    min-width: 7rem
}

.info-img-hover-main .info-img-hover-main-destination ol::before {
    content: '';
    grid-column: 1;
    width: 0px;
    grid-row: 1 /9;
}

.info-img-hover-main .info-img-hover-main-highlight, .info-img-hover-main .info-img-hover-main-destination {
    width: fit-content;
    display: flex;
    flex-direction: column;
}

.info-img-hover-main .info-img-hover-main-highlight div, .info-img-hover-main .info-img-hover-main-destination div {
    color: #f1f1f1;
    font-family: Trip Sans;
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0.00375rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #C5C5C5;
    padding-bottom: 0.75rem
}

.info-img-hover-main .info-img-hover-main-highlight img, .info-img-hover-main .info-img-hover-main-destination img {
    width: 100%;
    height: 3px;
    margin-bottom: 0.75rem;
    object-fit: cover;
}

.info-img-hover-main .info-img-hover-main-highlight span, .info-img-hover-main .info-img-hover-main-destination ol li {
    color: #f1f1f1;
    font-family: Trip Sans;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.00219rem;
    margin-bottom: 0.25rem;
}

.tourList-slide-info .tour-item-title {
    color: #262626;
    margin-top: 0.75rem;
    min-height: 3rem;
    font-weight: 500;
    padding: 0 1rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.7rem;
}
.ovr {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.tourListSwiper .swiper-slide>button {
    width: 100%;
    height: 2.75rem;
    color: #fff;
    background: #222;
    border: 0px;
}

.tourListSwiper .swiper-slide .tour-info-detail-item>span {
    color: #1D1D1D;
}

.tourList-category-short-description-item img {
    width: 1.75rem;
    margin-right: 0.75rem;
}

.tourList-category-left-container .arrow-down {
    width: auto;
    height: 21.3125rem;
}

.tour-info-list>.tour-info-detail-item:not(:first-child) {
    margin-top: 0.5rem;
}

.tour-info-list {
    padding: 0.9rem 0 1.12rem 0;
    width: calc(100% - 2rem);
    margin: 0 auto;
    margin-top: 0.75rem;
    border-top: 1px solid #C5C5C5;
}

.tourList-slide-info {
    border: 1px solid #C5C5C5;
    position: relative;
    margin-top: 30px;
}

.tourList-slide-info-date {
    padding: 0.5rem;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.tourList-slide-info-date svg {
    width: 1.25rem;
    height: auto;
}

.tourList-slide-info-date span {
    color: #262626;
    text-align: center;
    /* font-family: 'Trip Sans'; */
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 1.05rem */
    margin-left: 0.5rem;
}

.tour-info-detail {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-top: 0.75rem;
}

.tour-info-price span {
    font-size: 2rem;
    letter-spacing: 0.005rem;
    margin-left: 0.75rem;
}

.tour-info-detail>.tour-info-detail-item:not(:first-child) {
    margin-top: 0.63rem;
}

.tour-info-detail>.tour-info-detail-item:nth-child(3) {
    position: relative;
}

.tour-info-detail-item {
    display: flex;
    align-items: center;
    width: fit-content;
}

.tour-info-detail-item>img {
    width: auto;
    height: 1.7rem;
    margin-right: 0.75rem;
}

.tour-info-detail-item>span {
    /* color: #F1F1F1; */
    /* font-family: 'Trip Sans'; */
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 1.05rem */
    letter-spacing: 0.00875rem;
    display: flex;
}

.tour-info-detail-item>span:nth-child(3) {
    /* font-weight: 700; */
    margin-left: 0.25rem;
    display: flex;
}

.tour-info-description p {
    color: #F1F1F1;
    font-family: 'Trip Sans';
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.3125rem */
    letter-spacing: 0.00219rem;
}

.tour-info-btn {
    margin-top: 1.56rem;
    display: flex;
}

.tour-btn-primary {
    width: 15.1875rem;
    height: 2.75rem;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: #fff;
    border: 0px;
    transition: all 300ms;
}

.tour-btn-secondary {
    width: 7.375rem;
    height: 2.75rem;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFF;
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    transition: all 300ms;
}

.tour-btn-primary:hover {
    background: #E35C13;
    color: #fff;
}

.tour-btn-secondary svg {
    width: 1rem;
    height: auto;
    flex-shrink: 0;
    margin-left: 0.5rem;
}

.tour-btn-secondary:hover {
    background: #E35C13;
    color: #fff;
    border: 0px;
}

.tour-info-detail-item button {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.5rem;
    border: 0px;
    position: relative;
    background: #FFFFFF;
    padding: 0;
    z-index: 1
}

.tour-item-price {
    color: #6A6A6A;
    /* font-family: 'Trip Sans'; */
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 1.2rem */
    letter-spacing: 0.0125rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #C5C5C5;
    display: flex;
    align-items: center;
    width: calc(100% - 2rem);
    margin: 0 auto;
    margin-top: 1rem;
}

.tour-item-price span {
    color: #E83E62;
    /* font-family: 'Trip Sans'; */
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 1.5rem */
    margin-left: 0.25rem;
}

.tour-item-btn {
    width: 100%;
    display: flex;
    height: 4rem;
    background: #fff;
    border: 1px solid #C5C5C5;
    border-top: 0px;
    position: relative;
}

.tour-item-btn>button {
    width: 70%;
    border: 0px;
    background: #fff;
    transition: all 300ms;
}

.tour-item-btn>button:hover {
    background: #179B42;
}

.tour-item-btn>button a {
    color: #1D1D1D;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    font-weight: bold;
    line-height: 4rem;
}

.tour-item-btn>button:hover a {
    color: #fff;
}

.tour-item-btn>div {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #C5C5C5;
    cursor: pointer;
    transition: all 300ms;
}

.tour-item-btn>div svg {
    width: 2.2rem;
    height: auto;
}

.tour-item-btn>div svg path {
    transition: all 300ms;
}

.tour-info-detail-item button svg {
    width: 1.5rem;
    height: auto;
}

/* .tour-item-title {
    color: #262626;
    margin-top: 0.75rem;
    min-height: 3rem;
    padding: 0 1rem;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
} */
.slide-tour {
    /* margin-top: 30px; */
}
.rel {
    position: relative;
}


@media only screen and (max-width: 767px){
    .homepageBannerSwiper .swiper-button-prev, .homepageBannerSwiper .swiper-button-next{
        width: 8.96rem;
        height: 8.96rem;
    }
    .homepageBannerSwiper .swiper-button-next svg, .homepageBannerSwiper .swiper-button-prev svg{
        width: 4.48rem;
    }
    .top-banner{
        display: none;
    }
    .banner-search-tour{
        width: 100%;
        flex-wrap: wrap;
        bottom: 0;
    }
    .banner-search-tour-input{
        height: 21.6rem;
        background: #fff;
        padding: 4.27rem;
        border: 1px solid #000;
        z-index: 2;
    }
    .banner-search-tour-input:nth-child(1), .banner-search-tour-input:nth-child(2){
        width: 50%;
    }
    .banner-search-tour-input:nth-child(n+3){
        width: 100%;
    }
    .banner-button-search-tour{
        width: 100%;
    }
    .banner-search-tour-input-title img{
        height: 5.33333rem;
    }
    .banner-search-tour-input-title span{
        color: #A9A9A9;
        font-size: 3.2rem;
        letter-spacing: 0.016rem;
        margin-left: 2.13rem;
    }
    .banner-search-tour-input-label{
        color: #262626;
        letter-spacing: 0.03733rem;
        font-size: 3.73333rem;
        margin-top: 3.2rem;
    }
    .banner-button-search-tour{
        height: 14.93333rem;
        font-size: 3.73333rem;
        background: #222;
        color: #fff;
    }
    .banner-search-tour-input-choose div{
        padding: 4.27rem;
        font-size: 3.73333rem;
        background: #222;
        color: #fff;
    }
    .why-we-are{
        padding: 16rem 0;
    }
    .why-we-are-item-title{
        font-size: 3.73333rem;
    }
    .why-we-are-list{
        flex-wrap: wrap;
    }
    .why-we-are-item{
        width: 43.73333rem;
    }
    .why-we-are-item-img{
        width: 14.93333rem;
        height: 14.93333rem;
        object-fit: contain;
    }
    .why-we-are-item-description{
        font-size: 3.2rem;
        letter-spacing: 0.016rem;
        margin-top: 3.2rem;
    }
    .why-we-are-item-line{
        height: 0.8rem;
        width: 2.93333rem;
        margin-top: 3.2rem;
    }
    .why-we-are-item:nth-child(n+3){
        padding-top: 6.4rem;
        margin-top: 6.4rem;
        position: relative;
    }
    .why-we-are-item:nth-child(n+3)::before{
        content: '';
        width: 125%;
        border: 1px solid #F1F1F1;
        position: absolute;
        top: 0;
        left: 0;
    }
    .why-we-are{
        overflow: hidden;
    }
    .why-we-are button{
        display: none;
    }

    /*  */
    .about-mte-expert>div:nth-child(1){
        flex-direction: column;
    }
    .about-mte-left{
        width: 100%;
    }
    .about-mte-title{
        width: 100%;
    }
    .about-mte-vid{
        display: none;
    }
    .about-mte-right{
        width: 100%;
    }
    .about-mte-vid-mobile{
        display: block;
        width: 91.46667rem;
        height: 51.3656rem;
        margin-top: 10.02rem;
    }
    .about-mte-vid-mobile iframe{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .about-mte-description{
        margin-top: 0;
        background: #262626;
        height: 65rem;
        margin-bottom: -100rem;
    }
    .about-mte-description-wrapper{
        flex-direction: column;
        width: 100%;
        padding: 4.27rem;
    }
    .about-mte-description-item p{
        font-size: 3.73333rem;
    }
    .about-mte-description{
        width: 100%;
        backdrop-filter: unset;
        position: relative;
        margin-bottom: -100rem;
    }
    .about-mte-description-item{
        width: 100%;
    }
    .about-mte-description-item:not(:first-child) p{
        background: linear-gradient(180deg, #F1F1F1 0%, rgba(241, 241, 241, 0.00) 41.41%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .about-mte-description-item{
        flex-direction: column;
    }
    .about-mte-description-item svg{
        width: 5rem;
        transform: rotate(90deg);
        margin-top: 3rem;
    }
    .about-mte-description-item:not(:first-child){
        margin-top: 3.5rem;
    }
    .about-mte-description-button-mb{
        display: block;
        position: absolute;
        bottom: 5.33rem;
        width: 6.4rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .about-mte{
        margin-bottom: 64rem;
    }
    .aboutTextInfinite .swiper-slide{
        color: #C5C5C5;
        font-size: 9.86667rem;
    }
    .most-popular-tour{
        margin-top: 16rem;
    }
    .popularTours .swiper-slide{
        flex-direction: column;
        border: 1px solid #C5C5C5
    }
    .popularTours .main-picture{
        width: 100%;
        height: 65.9144rem;
    }
    .popularTours .tour-info{
        width: 100%;
    }
    .tour-info{
        display: flex;
        flex-direction: column;
    }
    .tour-info-title{
        font-size: 4.26667rem;
        padding-bottom: 2.67rem;
        width: 85.33333rem;
        margin: 0 auto;
        margin-top: 2.67rem;
    }
    .tour-info-price{
        font-size: 3.73333rem;
        letter-spacing: 0.03733rem;
        font-weight: 400;
        width: 85.33333rem;
        margin: 0 auto;
        margin-top: 2.13rem;
        padding-bottom: 2.67rem;
    }
    .tour-info-price span{
        font-size: 5.33333rem;
        margin-left: 1.25rem;
        font-weight: 800;
    }
    .tour-info-detail-item>img{
        height: 1.26667rem;
        /* margin-right: 1.07rem; */
    }
    .tour-info-detail-item>span{
        font-size: 1.3rem;
        letter-spacing: 0.03733rem;
    }
    .popularTours .swiper-button-next, .popularTours .swiper-button-prev{
        width: 8.53333rem;
        height: 8.53333rem;
        top: 30%;
    }
    .popularTours .swiper-button-next svg, .popularTours .swiper-button-prev svg{
        width: 4.26667rem;
    }
    .tour-info-detail>.tour-info-detail-item:not(:first-child){
        margin-top: 2.27rem;
    }
    .tour-info-thumbs{
        display: none;
    }
    .tour-info-detail{
        width: 85.33333rem;
        margin: 0 auto;
        margin-top: 2.67rem;
        border-bottom: 0px;
        display: flex;
        flex-direction: column;
    }
    .tour-info-detail .tour-info-detail-item:nth-child(2){
    	order: 1
    
    }
    
    .tour-info-description p{
        display: none;
    }
    .tour-btn-primary{
        background: #E35C13;
        color: #fff;
        width: 39.4333rem;
        height: 12.8rem;
    }
    .tour-btn-secondary{
        display: none;
    }
    .tour-info-btn{
        margin-top: 4.8rem;
    }
    .popularTours .tour-info{
        padding: 0;
    }
    .ppTour-tripad-logo{
        display: none;
    }
    .ppTours{
        margin-top: 5.33rem;
    }
    .tour-info-detail-item button{
        display: none;
    }
    .tour-info-btn-mb{
        display: block;
        flex-grow: 1;
        background: #FFF;
        border: 0px;
    }
    .popularTours{
        padding-bottom: 7.5rem;
    }
    .popularTours .swiper-pagination .swiper-pagination-bullet{
        width: 2.13333rem;
        height: 2.13333rem;
    }
    .tourList-category{
        flex-direction: column;
        width: 100%;
        padding-left: 0;
    }
    .tourList-category-left{
        width: 91.66667rem;
        margin: 0 auto;
    }
    .tourList-category-left-container .arrow-down{
        display: none;
    }
    .tourList-category-short-description{
        width: 100%;
    }
    .tourList-category-short-description>div p{
        font-size: 3.2rem;
        letter-spacing: 0.016rem;
    }
    .tourList-category-short-description-item img{
        width: 4.26667rem;
    }
    .tourList-category-short-description-item span{
        font-size: 3.2rem;
        letter-spacing: 0.016rem;
    }
    .tourList-category-short-description .year, .tourList-category-short-description .percent{
        font-size: 3.2rem;
        letter-spacing: 0.016rem;
        margin-left: 2.4rem;
    }
    .tourList-category-short-description>div{
        display: flex;
        flex-wrap: wrap;
        padding: 2.13rem;
    }
    .tourList-category-short-description>div>div:nth-child(2){
        width: 55%;
    }
    .tourList-category-short-description>div>div:nth-child(3){
        flex-grow: 1;
        padding-left: 2.13rem;
        border-left: 1px solid rgba(197, 197, 197, 0.40);
    }
    .tourList-category-short-description button{
        height: 11.73333rem;
    }
    .tourList-category-short-description>div>div{
        padding-top: 2.13rem;
        justify-content: flex-start;
    }
    .tourListSwiper{
        margin-top: 4.27rem;
        margin-left: 0;
        padding-left: 4.27rem;
        padding-right: 0;
    }
    .tourListSwiper{
        width: 100%;
    }
    .tourList-slide-info-img{
        height: 21.86667rem;
    }
    .tour-item-price{
        font-size: 1.5rem;
        letter-spacing: 0.05333rem;
        /* width: 74.1333rem; */
        padding-bottom: 0.67rem;
        margin-top: 1.13rem;
    }
    .tour-item-price span{
        font-size: 2rem;
        letter-spacing: 0.05333rem;
        margin-left: 1.25rem;
    }
    .tourList-slide-info .tour-item-title{
        font-size: 1.5rem;
        letter-spacing: 0.05333rem;
        letter-spacing: 0.05333rem;
        /* padding: 0; */
        /* width: 74.1333rem; */
        margin: 1.2rem auto;
        /* margin-top: 2.6rem; */
    }
    .tour-info-list{
        /* width: 74.1333rem; */
        padding: 1.67rem 0 1.8rem 0;
        display:flex;
        flex-direction: column;
    }

    .tour-info-detail-item>span:nth-child(3){
        margin-left: 0.5rem;
    }
    .tourList-category-short-description>div>div:nth-child(2){
        margin-bottom: 0;
    }
    .tour-item-btn{
        height: 3.8rem;
    }
    .tour-item-btn>button{
        width: 85%;
        background: #179B42;
        font-size: 13px;
    }
    .tour-item-btn>button a{
        color: #fff;
    }
    .tour-item-btn>div svg{
        width: 2.6rem;
    }
    .customize-your-tour{
        position: relative;
        padding: 5.33rem 4.27rem 10rem 4.27rem;
        overflow: hidden;
    }
    .customize-your-tour .box-container{
        position: relative;
        z-index: 4;
    }
    .customize-your-tour .box-container{
        justify-content: center;
        flex-direction: column;
    }
    .customize-your-tour-text{
        font-size: 6.4rem;
    }
    .customize-your-tour-text h2{
        width: 100%;
        padding: 0 20rem;
        text-align: center;
    }
    .customize-your-tour-text p{
        width: 100%;
        font-size: 3.73333rem;
        text-align: center;
        margin-top: 4.27rem;
    }
    .customize-your-tour button{
        width: 46.13333rem;
        height: 46.13333rem;
        background: transparent;
        backdrop-filter: blur(3px);
        margin-top: 38rem;
        position: relative;
        z-index: 5;
    }
    .tourList-category-short-description>div>div:nth-child(3)>span{
    font-size: 3.2rem;
    margin-left: 1.2rem;
    }
    .customize-your-tour button span{
        font-size: 5.33333rem;
        color: #fff;
        position: relative;
        z-index: 5;
    }
    .customize-your-tour button::before{
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 105%;
        height: 105%;
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 100%);
        border-radius: 50%;
    }
    .customize-your-tour button::after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 89, 0, 0.80);
        border-radius: 50%;
    }
    .customize-your-tour-text{
        display: flex;
        flex-direction: column;
    }
    .customize-your-tour-text img{
        order: 3;
        transform: rotate(90deg);
        height: 0.75rem;
        margin-left: 3rem;
    }
    .customize-your-tour-overlay{
        background: linear-gradient(180deg, #010101 0%, rgba(12, 12, 12, 0.54) 50.02%);
    }
    .customize-your-tour-img-absolute{
        width: 140%;
        left: 50%;
        transform: translateX(-45%);
    }
    .available-join{
        width: 100%;
        margin-top: 0;
    }
    .available-join>p{
        font-size: 3.73333rem;
        letter-spacing: 0.00933rem;
        margin-top: 3.2rem;
        padding: 0 2.67rem;
    }
    .available-join-time{
        width: 100%;
    }
    .available-join-time-heading span{
        font-size: 2.33333rem;
        font-weight: 800;
    }
    .available-join-time-heading{
        justify-content: center;
        margin-top: 2.4rem;
    }
    .available-join-time-heading>span:not(:first-child){
        margin-left: 3.27rem;
    }
    .available-join-time-heading svg{
        width: 2.26667rem;
        margin-left: 1.07rem;
    }
    .available-join-time-item{
        width: 7rem;
        height: 7rem;
        flex-shrink: 0;
    }
    .available-join-time-item-wrapper{
        width: 6.5rem;
        height: 6.5rem;
    }
    .available-join-time-item-wrapper>div:nth-child(1){
        font-size: 1.2rem;
        letter-spacing: 0.0328rem;
        margin-top: 5px;
    }
    .available-join-time-item-wrapper svg{
        width: 1rem;
        margin-top: 0.2rem;
    }
    .available-join-time-item-wrapper img{
        height: 15px;
    }
    .available-join-time-list{
        margin-top: 2.4rem;
        padding-left: 0;
    }
    .tourList-slide-info-date{
        padding: 0.5rem;
    }
    .tourList-slide-info-date svg{
        width: 1.33333rem;
    }
    .tourList-slide-info-date span{
        font-size: 1.2rem;
        margin-left: 0.13rem;
    }
    .tourToJoinSwiper{
        margin-top: 4.27rem;
    }
    .tourToJoinSwiper .swiper-button-next, .tourToJoinSwiper .swiper-button-prev{
        display: none;
    }
    .tourToJoinSwiper .tour-item-btn>button{
        background: #E35C13;
    }
    .tourToJoinSwiper .tour-item-btn>button a{
        color: #fff;
    }
    .available-join>button{
        width: 37.06667rem;
        height: 11.73333rem;
        margin-top: 5.33rem;
    }
    .amazing-destinations{
        margin-top: 16rem;
    }
    .amazing-destinations-input-title{
        font-size: 3.2rem;
        letter-spacing: 0.016rem;
        color: #828282;
    }
    .amazing-destinations-select{
        flex-wrap: wrap;
    }
    .amazing-destinations-select .amazing-destinations-input:nth-child(2){
    	order: 1;
        width: 100%;
        margin-top: 4.27rem;
        
    }
    
     .amazing-destinations-select .amazing-destinations-input:nth-child(3){
    	
        width: 43.6rem;
        margin-top: 0;
        margin-left: 3.27rem;
        
    }
    .amazing-destinations-input:nth-child(-n+2){
        width: 44.13333rem;
    }
    .amazing-destinations-input{
        flex-direction: column;
        align-items: start;
    }
    .amazing-destinations-input-selected{
        width: 100%;
        height: 10.66667rem;
        justify-content: space-between;
        padding: 0 4.27rem;
        margin-left: 0;
        margin-top: 1.6rem;
    }
    .amazing-destinations-input-selected span{
        font-size: 4.26667rem;
        letter-spacing: 0.01067rem;
    }
    .amazing-destinations-input-selected svg{
        width: 4.26667rem;
    }
    .amazing-destinations-input:nth-child(3){
        margin-top: 4.27rem;
        width: 100%;
    }
    .amazing-destinations-input-title.experience{
        display: none;
    }
    .amazing-destinations-input ul{
        font-size: 3.73333rem;
        padding: 2.67rem;
    }
    .amazing-destinations-input-selected svg{
        position: relative;
        z-index: 4;
    }
    .amazingDestinationSwiper{
        margin-top: 5.33rem;
        height: 102.13333rem;
        padding-bottom: 7.5rem;
    }
    .amazing-destination-item-info p{
        font-size: 4.26667rem;
        letter-spacing: 0.05333rem;
        color: white
    }
    
    .amazing-destination-item-info p a{
    	color: #FFF
    }
    .amazing-destination-item-info-2 img{
        width: auto;
        height: 4.26667rem;
    }
    .amazing-destination-item-info-2>div>span{
        font-size: 3.73333rem;
        letter-spacing: 0.03733rem;
        color: #C5C5C5;
        margin-left: 2.13rem;
    }
    .amazing-destination-item-info-2>div:not(:first-child){
        margin-left: 9.6rem;
    }
    .amazing-destination-item-info{
        position: static;
        border-bottom: 0px;
    }
    .amazing-destination-item-info-destination{
        right: auto;
        left: 4.27rem;
        bottom: auto;
        top: 6.4rem;
        padding: 1.6rem;
    }
    .available-join-time-list{
        overflow-y: hidden;
        overflow-x: scroll;
    }
    .available-join-time-item:not(:first-child){
        margin-left: 1rem;
    }
    .amazingDestinationSwiper .swiper-slide>div:nth-child(3){
        position: static;
    }
    .amazing-destination-item-info-destination span{
        font-size: 3.2rem;
        letter-spacing: 0.016rem;
        margin-left: 1.07rem;
    }
    .amazingDestinationSwiper .swiper-slide{
        padding-bottom: 6.4rem;
    }
    .amazing-destination-item-info-2{
        margin-top: 3.2rem;
    }
    .amazingDestinationSwiper .swiper-slide::before{
        content: '';
        width: 0.26667rem;
        height: 67.13333rem;
        position: absolute;
        top: 6.4rem;
        left: 4.27rem;
        background: rgba(255, 255, 255, 0.40);
        z-index: 3;
    }
    .amazingDestinationSwiper .swiper-button-next, .amazingDestinationSwiper .swiper-button-prev{
        display: none;
    }
    .amazing-destinations>button{
        width: 37.06667rem;
        height: 11.73333rem;
        margin-top: 5.333rem;
    }
    .amazingDestinationSwiper .swiper-pagination .swiper-pagination-bullet{
        width: 2.13333rem;
        height: 2.13333rem;
    }
    .tourListSwiper .swiper-button-next, .tourListSwiper .swiper-button-prev{
        display: none;
    }
    .about-mte-btn-mb{
        display: flex;
        width: 91.46667rem;
        margin: 0 auto;
    }
    .about-mte-btn-mb>button{
        width: 50%;
        height: 13.06667rem;
    }
    .about-mte-btn-mb>button:nth-child(1){
        background: #F96515;
        border: 0px;
        color: #fff;
    }
    .about-mte-btn-mb>button:nth-child(2){
        border: 1px solid #F96515;
        background: #fff;
        color: #F96515;
    }
    .about-mte-btn-mb>button:nth-child(2) svg{
        margin-left: 2.13rem;
    } 
    .ourList-title-mb{
        display: block;
    }
    .tourList-filter-category{
        display: block;
        margin-top: 5.33rem;
    }
    .tourList-filter-category-wrapper{
        display: flex;
        justify-content: space-between;
    }
    .tourList-filter-category-item{
        width: 28.35555rem;
        height: 9.06667rem;
        color: #1D1D1D;
        background: #fff;
        border: 1px solid #1A1A1A;
        transition: all 300ms;
    }
    .tourList-filter-category-item.active{
        background: #222;
        color: #fff;
    }
    .tourList-category{
        display: none;
    }
    .tourList-category.active{
        display: block;
    }
    .tourList-category-title{
        display: none;
    }
    .tourToJoinSwiper{
        width: 100%;
        padding-left: 4.27rem;
        padding-right: 0;
    }
    /* .available-join-time-list-wrapper{
        flex-wrap: wrap;
    } */
    .owl-item .item-tour, .owl-item .swiper-slide {
        width: 300px;
        max-width: 100%;
    }
}
.slide-tour.owl-carousel .owl-nav .owl-next{
    position: absolute;
    top: 35%;
    right: 0;
    font-size: 25px;
    border: 1px solid #333;
    width: 45px;
    height: 45px;
    background: #fff !important;
    opacity: 1;
}
.slide-tour.owl-carousel .owl-nav .owl-prev{
    position: absolute;
    top: 35%;
    left: 0;
    font-size: 25px;
    border: 1px solid #333;
    width: 45px;
    height: 45px;
    background: #fff !important;
    opacity: 1;
}
.slide-tour.owl-carousel .owl-nav .owl-prev:hover, .slide-tour.owl-carousel .owl-nav .owl-next:hover{
    color: #179B42;
}

/* Messenger */
.js-facebook-messenger-container.closed { display: none !important; }

.js-facebook-messenger-tooltip { bottom: 97px; right: 97px; color: #404040; background: #fff; }

.js-facebook-messenger-tooltip.closed { display: none !important; }

.js-facebook-messenger-box, .js-facebook-messenger-button { z-index: 999; }

.js-facebook-messenger-tooltip { z-index: 999; display: none; position: fixed; text-align: center; border-radius: 10px; overflow: hidden; font-size: 12px; line-height: 1; padding: 10px; border: 1px solid rgba(0, 0, 0, 0.1); -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt; box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt; z-index: 1000000000000000019884624838656; }

.js-facebook-messenger-close-tooltip { width: 10px; height: 10px; display: inline-block; cursor: pointer; margin-left: 10px; }

.js-facebook-messenger-box { z-index: 999; }

.js-facebook-messenger-box.rubberBand { -webkit-animation-name: rubberBand; animation-name: rubberBand; }

.js-facebook-messenger-box.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.js-facebook-messenger-button, .js-facebook-messenger-tooltip { z-index: 999; }

.js-facebook-messenger-box { display: block; position: fixed; cursor: pointer; bottom: 150px; right: 17px; width: 56px; height: 56px; text-align: center; background: #1182fc; border-radius: 100%; overflow: hidden; z-index: 99; -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3); }

.js-facebook-messenger-box.rotate svg#fb-msng-icon { -webkit-transform: rotate(0deg); transform: rotate(0deg); }

.js-facebook-messenger-box svg#fb-msng-icon { width: 32px; height: 33px; position: absolute; top: 13px; left: 12px; opacity: 1; overflow: hidden; -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out; -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -webkit-transform 160ms ease-in-out; }

.js-facebook-messenger-box.rotate svg#close-icon { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.js-facebook-messenger-box svg#close-icon { opacity: 0; width: 19px; height: 20px; position: absolute; top: 19px; left: 19px; -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out; -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -webkit-transform 160ms ease-in-out; }

.js-facebook-messenger-container, .js-facebook-messenger-container-button { z-index: 1000; }

.js-facebook-messenger-container { position: fixed; opacity: 0; -webkit-transform: translateY(50px); transform: translateY(50px); bottom: 110px; right: 90px; border-radius: 10px; pointer-events: none; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16); -webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out; -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; transition: transform 160ms ease-in-out, opacity 160ms ease-in-out; transition: transform 160ms ease-in-out, opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out; }

.js-facebook-messenger-top-header { width: 220px; color: #ffffff; background: #1182fc; display: block; position: relative; width: 220px; background: #1182fc; color: #ffffff; text-align: center; line-height: 1; padding: 10px; font-size: 14px; border-top-left-radius: 10px; border-top-right-radius: 10px; }

.js-facebook-messenger-container iframe, .js-facebook-messenger-container-button iframe { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }

.js-facebook-messenger-box, .js-facebook-messenger-button, .js-facebook-messenger-tooltip { z-index: 999; }

.js-facebook-messenger-container, .js-facebook-messenger-container-button { z-index: 1000; }

.js-facebook-messenger-top-header { color: #ffffff; background: #1182fc; width: 220px; }

.js-facebook-messenger-tooltip { color: #404040; background: #fff; }

.js-facebook-messenger-container.open { -webkit-transform: translateY(0px); transform: translateY(0px); opacity: 1; pointer-events: all; }

.js-facebook-messenger-tooltip { bottom: 97px; right: 97px; }

.js-facebook-messenger-box.open svg#fb-msng-icon { opacity: 0; }

.js-facebook-messenger-box.rotate.open svg#close-icon { -webkit-transform: rotate(0deg); transform: rotate(0deg); }

.js-facebook-messenger-box.open svg#close-icon { opacity: 1; }
.logo-menu {
    display: block;
    max-width: 150px;
    margin: 25px auto 10px;
}
.whatsapp {
    position: fixed;
    bottom: 70px;
    right: 17px;
    font-size: 60px;
    line-height: 60px;
}
.whatsapp i {
    color: #179B42;
}

.whatsapp.rubberBand { -webkit-animation-name: rubberBand; animation-name: rubberBand; }

.whatsapp.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
