/* CSS Reset
/*-----------------------------------------------------------------------------------*/

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, font, 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 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */

/* Defaults
/*-----------------------------------------------------------------------------------*/
.entry-content img {margin: 0 0 10px 0;}
.alignleft, img.alignleft {margin-right: 10px;display: inline;float: left;}
.alignright, img.alignright {margin-left: 10px;display: inline;float: right;}
.aligncenter, img.aligncenter {margin:0 auto;display: block;clear: both; text-align: center;}
blockquote.left {margin-right: 20px;text-align: right;margin-left: 0;width: 33%;float: left;}
blockquote.right {margin-left: 20px;text-align: left;margin-right: 0;width: 33%;float: right;}
.sticky{}
.left { text-align: left; }
.right { text-align: right; } 
.c_in {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .c_in {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}
 

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;

}
a {
  color: #292929;
  text-decoration: none;
}
a:hover {
  color: #ea9629;text-decoration:none;
  outline: 0;
}

.feature-tour.style_2 .hover img{
  width: 100%
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin:0;
}

h1 { font-size:26px; }
h2 { font-size:20px; }
h3 { font-size:18px; }
h4 { font-size:16px; }
h5 { font-size:14px; }
h6 { font-size:12px; }

h1 span, h2 span, h3 span, h4 span { font-weight:normal; }

.clear{clear:both;}
.wrapper {
  width: 1170px; max-width:100%;
  margin: 0 auto;
  clear: both;
}

input, select {
  cursor: pointer;
}
input[type="text"], input[type="password"], input[type="email"], input[type="number"] {
  cursor: text;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, select:focus, textarea:focus {
  border-color: #F2904E;
  box-shadow: 1px 1px 1px #CCCCCC;
  -webkit-box-shadow: 1px 1px 1px #CCCCCC;
}
textarea, input {
  outline: medium none;
}
textarea {
  overflow: auto;
}
input[type="button"], button {
  cursor: pointer;
  padding: 4px;
  vertical-align: middle;
}

.read_more {
  font-style: italic;
  text-decoration: underline;
}
 
/* =======================================================
*
* 	Template Style
*
* ======================================================= */
body {  font-family: 'Poppins', sans-serif; font-size: 14px;  line-height: 1.7;  color: #000;}
 
 

/* ==============================
   LOGO
============================== */

.ubea-nav .logo {
    width: 170px;
    flex: 0 0 170px;
    display: flex;
    align-items: center;
    float: left;
}

.ubea-nav .logo a {
    display: flex;
    align-items: center;
}

.ubea-nav .logo img {
    display: block;
    max-width: 150px;
    max-height: 60px;
    width: auto;
    height: auto;
}
.sys-menu-panel{
	width: 80%;
    float: right;
}
 /* =========================================================
   HEADER + MENU DESKTOP
========================================================= */

@media (min-width: 992px) {

    .sys-menu-main {
        width: 100%;
        background: #fff;

        border: 0 !important;
        box-shadow: none;

        position: relative;
        z-index: 9999;
    }


    /* Container chứa logo + menu */

    .sys-menu-main .menu-main-wrap,
    .sys-menu-main {
        box-sizing: border-box;
    }


    /* =====================================================
       LOGO
    ===================================================== */

    .sys-menu-logo {
        display: flex;

        align-items: center;

        flex: 0 0 auto;

        width: auto;

        margin: 0;
        padding: 0;
    }

    .sys-menu-logo img {
        display: block;

        width: auto;
        height: auto;

        max-width: 150px;
        max-height: 65px;

        object-fit: contain;
    }


    /* =====================================================
       MENU
    ===================================================== */

    .sys-menu-main .menu-main {

        width: auto;

        margin: 0;

        padding: 0;

        display: flex;

        align-items: center;

        justify-content: flex-end;

        list-style: none;
    }


    .sys-menu-main .menu-main > li {
        position: relative;

        margin: 0;
        padding: 0;

        list-style: none;
    }


    .sys-menu-main .menu-main > li > a {

        display: flex;

        align-items: center;

        min-height: 75px;

        padding: 0 17px;

        color: #40516a;

        background: transparent;

        font-size: 15px;

        font-weight: 400;

        line-height: 1.3;

        text-decoration: none;

        white-space: nowrap;

        transition:
            color .25s ease,
            background .25s ease;
    }


    /* Hover */

    .sys-menu-main .menu-main > li > a:hover,
    .sys-menu-main .menu-main > li > a.active {

        color: #172c4b;
    }


    /* =====================================================
       DROPDOWN
    ===================================================== */

    .sys-menu-main .menu-main li > ul {

        position: absolute;

        left: 0;
        top: 100%;

        width: 210px;

        margin: 0;
        padding: 8px 0;

        background: #fff;

        border: 1px solid #e5e5e5;

        box-shadow:
            0 10px 25px rgba(0,0,0,.12);

        list-style: none;

        opacity: 0;

        visibility: hidden;

        transform: translateY(8px);

        transition:
            opacity .2s ease,
            visibility .2s ease,
            transform .2s ease;

        z-index: 99999;
    }


    .sys-menu-main .menu-main li:hover > ul {

        opacity: 1;

        visibility: visible;

        transform: translateY(0);
    }


    .sys-menu-main .menu-main li > ul li {

        position: relative;

        width: 100%;
    }


    .sys-menu-main .menu-main li > ul li > a {

        display: flex;

        align-items: center;

        width: 100%;

        min-height: 45px;

        padding: 9px 12px;

        color: #69727d;

        background: #fff;

        font-size: 14px;

        text-decoration: none;

        box-sizing: border-box;

        transition:
            background .2s ease,
            color .2s ease,
            padding-left .2s ease;
    }


    .sys-menu-main .menu-main li > ul li > a:hover {

        color: #172c4b;

        background: #f7f7f7;

        padding-left: 18px;
    }


    /* Level 3 */

    .sys-menu-main .menu-main li > ul li > ul {

        left: 100%;
        top: -9px;
    }

}


.header-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 18px;
}

.header-action {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #faf7f1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #587087;
    text-decoration: none;
    transition: all .3s ease;
}

.header-action svg {
    width: 20px;
    height: 20px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.header-action:hover {
    background: #f3eee7;
    color: #ef5b4f;
}

@media (max-width: 767px) {

    .header-actions {
        gap: 10px;
    }

    .header-action {
        width: 40px;
        height: 40px;
    }

    .header-action svg {
        width: 18px;
        height: 18px;
    }

}



/* =========================================
   DESTINATION
========================================= */
.cys_ext3 .sys-title-box {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;

    text-align: center;

    font-family: 'Poppins', sans-serif;
    font-size: 46px;
    line-height: 1.2;
    font-weight: 600;
    color: #303043;
}
@media (max-width: 991px) {

    .cys_ext3 .sys-title-box {
        margin-bottom: 25px;
        font-size: 38px;
    }

}
@media (max-width: 767px) {

    .cys_ext3 .sys-title-box {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 1.25;
    }

}
.cys_ext3 {
    width: 100%;
    padding: 30px 0;
}

.cys_ext3 .c_in {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box;
}


/* =========================================
   TITLE
========================================= */

.cys_ext3 .sys-title-box {
    margin-bottom: 25px;
}


/* =========================================
   GRID
========================================= */

.destination-list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;

    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 270px 270px;
    gap: 10px;
}


/* =========================================
   ITEM
========================================= */

.destination-item {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border-radius: 7px;
}


/* Hàng 1 */

.destination-item.item-1 {
    grid-column: span 3;
}

.destination-item.item-2 {
    grid-column: span 6;
}

.destination-item.item-3 {
    grid-column: span 3;
}


/* Hàng 2 */

.destination-item.item-4 {
    grid-column: span 6;
}

.destination-item.item-5 {
    grid-column: span 6;
}


/* =========================================
   LINK
========================================= */

.destination-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}


/* =========================================
   IMAGE
========================================= */

.destination-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.destination-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;

    transition: transform .6s ease;
}


/* =========================================
   OVERLAY
========================================= */

.destination-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,.62) 0%,
            rgba(0,0,0,.12) 48%,
            rgba(0,0,0,0) 75%
        );

    z-index: 1;
}


/* =========================================
   HOVER
========================================= */

.destination-link:hover .destination-image img {
    transform: scale(1.06);
}


/* =========================================
   TOUR COUNT
========================================= */

.destination-count {
    position: absolute;
    top: 20px;
    right: 20px;

    min-width: 92px;
    height: 31px;

    padding: 0 16px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;

    background: #ed5b4d;
    color: #fff;

    border-radius: 8px;

    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2px;

    z-index: 3;
}


/* =========================================
   CONTENT
========================================= */

.destination-content {
    position: absolute;
    left: 30px;
    right: 20px;
    bottom: 25px;

    z-index: 2;
}


/* =========================================
   STYLE LABEL
   Wildlife / Adventure
========================================= */

.destination-style {
    margin-bottom: -2px;

    color: #ef5b4f;

    font-family: cursive;
    font-size: 27px;
    font-weight: 400;
    line-height: 1;

    transform: rotate(-5deg);
    transform-origin: left bottom;
}


/* =========================================
   DESTINATION NAME
========================================= */

.destination-name {
    margin: 0;

    color: #fff;

    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 600;

    text-shadow: 0 1px 3px rgba(0,0,0,.25);
}

@media (max-width: 991px) {

    .cys_ext3 .c_in {
        padding-left: 20px;
        padding-right: 20px;
    }

    .destination-list {
        grid-template-rows: 230px 230px;
        gap: 8px;
    }

    .destination-content {
        left: 22px;
        bottom: 20px;
    }

    .destination-name {
        font-size: 24px;
    }

    .destination-style {
        font-size: 22px;
    }

    .destination-count {
        top: 15px;
        right: 15px;
        height: 29px;
        min-width: 80px;
        padding: 0 12px;
        font-size: 10px;
    }
}

@media (max-width: 767px) {

    .cys_ext3 {
        padding: 20px 0;
    }

    .cys_ext3 .c_in {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .destination-list {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: none;
        gap: 10px;
    }

    .destination-item,
    .destination-item.item-1,
    .destination-item.item-2,
    .destination-item.item-3,
    .destination-item.item-4,
    .destination-item.item-5 {
        grid-column: auto;
        height: 250px;
    }

    .destination-content {
        left: 20px;
        right: 15px;
        bottom: 20px;
    }

    .destination-name {
        font-size: 25px;
    }

    .destination-style {
        font-size: 22px;
    }

    .destination-count {
        top: 15px;
        right: 15px;
    }
}
@media (max-width: 480px) {

    .destination-item,
    .destination-item.item-1,
    .destination-item.item-2,
    .destination-item.item-3,
    .destination-item.item-4,
    .destination-item.item-5 {
        height: 220px;
    }

    .destination-name {
        font-size: 22px;
    }

    .destination-style {
        font-size: 20px;
    }

    .destination-count {
        min-width: 76px;
        height: 28px;
        font-size: 9px;
        border-radius: 7px;
    }
}



/* =========================================================
   C4 MOST POPULAR TOURS
   UNIQUE CLASS - KHÔNG ĐỤNG .swiper / .mySwiper
========================================================= */

.c4-sys {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 25px 60px;
    box-sizing: border-box;
}


/* =========================================================
   TITLE
========================================================= */

.c4-index-box-text {
    width: 100%;
    margin-bottom: 45px;

    text-align: center;

    font-family: 'Poppins', sans-serif;
    font-size: 46px;
    line-height: 1.2;
    font-weight: 600;

    color: #303043;
}


/* =========================================================
   SLIDER
========================================================= */

.c4TourSlider {
    width: 100%;
    position: relative;
}


/* Đây là class riêng, KHÔNG dùng .swiper */

.c4TourSwiper {
    width: 100%;
    overflow: hidden;
}


/* Wrapper */

.c4TourWrapper {
    display: flex;
    width: 100%;
}


/* Slide */

.c4TourSlide {
    flex-shrink: 0;
    box-sizing: border-box;
    height: auto;
}


/* =========================================================
   CARD
========================================================= */

.c4TourCard {
    width: 100%;
    height: 100%;

    background: #fff;

    border: 1px solid #e7e1da;

    border-radius: 9px;

    overflow: hidden;

    box-sizing: border-box;

    transition: all .3s ease;
}

.c4TourCard:hover {
    transform: translateY(-4px);

    box-shadow:
        0 10px 30px rgba(45, 45, 60, .10);
}


/* =========================================================
   IMAGE
========================================================= */

.c4TourImage {
    width: 100%;
    height: 225px;

    position: relative;

    overflow: hidden;
}

.c4TourImage img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .5s ease;
}

.c4TourCard:hover .c4TourImage img {
    transform: scale(1.05);
}


/* =========================================================
   FAVORITE
========================================================= */

.c4TourFavorite {
    position: absolute;

    top: 14px;
    right: 14px;

    width: 30px;
    height: 30px;

    border-radius: 5px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(72, 88, 102, .85);

    color: #fff;

    text-decoration: none;

    z-index: 5;
}

.c4TourFavorite span {
    font-family: Arial, sans-serif;

    font-size: 23px;

    line-height: 1;

    position: relative;
    top: -1px;
}

.c4TourFavorite:hover {
    background: #ef5b4f;
}


/* =========================================================
   INFO
========================================================= */

.c4TourInfo {
    padding: 18px 29px 28px;
}


/* =========================================================
   RATING
========================================================= */

.c4TourRating {
    height: 23px;

    display: flex;
    align-items: center;

    margin-bottom: 12px;
}

.c4TourStars {
    color: #f7941d;

    font-size: 17px;

    letter-spacing: -2px;
}

.c4TourRatingNumber {
    margin-left: 9px;

    color: #6d7180;

    font-size: 13px;

    font-family: 'Poppins', sans-serif;
}


/* =========================================================
   NAME
========================================================= */

.c4TourName {
    min-height: 48px;

    margin-bottom: 9px;
}

.c4TourName a {
    color: #172b4d;

    font-family: 'Poppins', sans-serif;

    font-size: 19px;

    line-height: 1.45;

    font-weight: 600;

    text-decoration: none;
}

.c4TourName a:hover {
    color: #ef5b4f;
}


/* =========================================================
   LOCATION
========================================================= */

.c4TourLocation {
    display: flex;
    align-items: center;

    gap: 7px;

    margin-bottom: 15px;

    color: #707789;

    font-family: 'Poppins', sans-serif;

    font-size: 13px;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;
}

.c4TourLocationIcon {
    color: #ef5b4f;

    font-size: 13px;
}


/* =========================================================
   PRICE
========================================================= */

.c4TourPrice {
    margin-bottom: 24px;

    color: #737786;

    font-family: 'Poppins', sans-serif;

    font-size: 14px;
}

.c4TourPrice strong {
    color: #ef5b4f;

    font-size: 15px;

    font-weight: 500;
}


/* =========================================================
   BOTTOM
========================================================= */

.c4TourBottom {
    min-height: 50px;

    padding: 0 15px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background: #faf8f5;

    border-radius: 7px;

    box-sizing: border-box;
}


/* =========================================================
   META
========================================================= */

.c4TourMeta {
    display: flex;
    align-items: center;

    gap: 17px;

    color: #657083;

    font-size: 13px;
}

.c4TourDuration,
.c4TourSeats {
    display: flex;
    align-items: center;

    gap: 5px;
}

.c4TourMetaIcon {
    color: #ef5b4f;

    font-size: 17px;
}


/* =========================================================
   EXPLORE
========================================================= */

.c4TourExplore {
    color: #ef5b4f;

    font-family: 'Poppins', sans-serif;

    font-size: 13px;

    text-decoration: none;

    white-space: nowrap;
}

.c4TourExplore span {
    margin-left: 5px;

    font-size: 17px;

    transition: transform .2s ease;
}

.c4TourExplore:hover span {
    transform: translateX(4px);
}


/* =========================================================
   NEXT / PREV
========================================================= */

.c4TourPrev,
.c4TourNext {
    position: absolute;

    top: 43%;

    width: 40px;
    height: 40px;

    border: 0;

    border-radius: 50%;

    background: #fff;

    color: #303043;

    box-shadow: 0 4px 15px rgba(0,0,0,.12);

    font-size: 18px;

    cursor: pointer;

    z-index: 20;

    transition: all .25s ease;
}

.c4TourPrev {
    left: -20px;
}

.c4TourNext {
    right: -20px;
}

.c4TourPrev:hover,
.c4TourNext:hover {
    background: #ef5b4f;

    color: #fff;
}


/* =========================================================
   PAGINATION
========================================================= */

.c4TourPagination {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    margin-top: 25px;
}

.c4TourPagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;

    margin: 0 !important;

    opacity: 1;

    background: #d5d5d5;
}

.c4TourPagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;

    background: #ef5b4f;
}


@media (max-width: 1199px) {

    .c4-sys {
        padding-left: 20px;
        padding-right: 20px;
    }

    .c4-index-box-text {
        font-size: 40px;
        margin-bottom: 35px;
    }

    .c4TourImage {
        height: 210px;
    }

    .c4TourInfo {
        padding: 17px 20px 22px;
    }

    .c4TourName a {
        font-size: 17px;
    }

    .c4TourPrev {
        left: -10px;
    }

    .c4TourNext {
        right: -10px;
    }

}

@media (max-width: 767px) {

    .c4-sys {
        width: 100%;
        padding: 30px 15px 45px;
    }

    .c4-index-box-text {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .c4TourImage {
        height: 220px;
    }

    .c4TourInfo {
        padding: 17px 18px 22px;
    }

    .c4TourName {
        min-height: auto;
    }

    .c4TourName a {
        font-size: 17px;
    }

    .c4TourLocation {
        font-size: 12px;
    }

    .c4TourBottom {
        padding: 0 12px;
    }

    .c4TourMeta {
        gap: 10px;
        font-size: 12px;
    }

    .c4TourExplore {
        font-size: 12px;
    }

    .c4TourPrev {
        left: 5px;
    }

    .c4TourNext {
        right: 5px;
    }

}

/* =========================================================
   C2 MOST POPULAR TOURS
========================================================= */

.c2-sys {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 35px 25px 55px;
    box-sizing: border-box;
}


/* =========================================================
   TITLE
========================================================= */

.c2-index-box-text {
    width: 100%;
    margin: 0 0 48px;

    text-align: center;

    font-family: 'Poppins', sans-serif;
    font-size: 46px;
    line-height: 1.2;
    font-weight: 600;

    color: #303043;
}


/* =========================================================
   SLIDER
========================================================= */

.c2TourSlider {
    width: 100%;
    position: relative;
}

.c2TourSwiper {
    width: 100%;
    overflow: hidden;
}

.c2TourWrapper {
    display: flex;
    width: 100%;
}

.c2TourSlide {
    flex-shrink: 0;
    height: auto;
    box-sizing: border-box;
}


/* =========================================================
   CARD
========================================================= */

.c2TourCard {
    width: 100%;
    height: 100%;

    overflow: hidden;

    background: #fff;

    border: 1px solid #e7e1da;

    border-radius: 9px;

    box-sizing: border-box;

    transition: transform .3s ease,
                box-shadow .3s ease;
}

.c2TourCard:hover {
    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(40,40,55,.08);
}


/* =========================================================
   IMAGE
========================================================= */

.c2TourImage {
    width: 100%;
    height: 225px;

    position: relative;

    overflow: hidden;
}

.c2TourImage img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .5s ease;
}

.c2TourCard:hover .c2TourImage img {
    transform: scale(1.05);
}


/* =========================================================
   FAVORITE
========================================================= */

.c2TourFavorite {
    position: absolute;

    top: 14px;
    right: 14px;

    width: 31px;
    height: 31px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #687986;

    border-radius: 5px;

    color: #fff;

    text-decoration: none;

    z-index: 5;
}

.c2TourFavorite span {
    font-family: Arial, sans-serif;

    font-size: 23px;

    line-height: 1;

    position: relative;
    top: -1px;
}

.c2TourFavorite:hover {
    background: #ef5b4f;
}


/* =========================================================
   INFO
========================================================= */

.c2TourInfo {
    padding: 17px 29px 29px;
}


/* =========================================================
   TOP
========================================================= */

.c2TourTop {
    min-height: 24px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 11px;
}


/* =========================================================
   RATING
========================================================= */

.c2TourRating {
    display: flex;
    align-items: center;
}

.c2TourStars {
    color: #f7941d;

    font-size: 17px;

    letter-spacing: -2px;
}

.c2TourRatingNumber {
    margin-left: 9px;

    color: #657083;

    font-family: 'Poppins', sans-serif;

    font-size: 13px;
}


/* =========================================================
   MEDIA
========================================================= */

.c2TourMedia {
    display: flex;
    align-items: center;

    gap: 12px;

    color: #617286;

    font-size: 16px;
}

.c2TourCamera {
    position: relative;

    display: flex;
    align-items: center;

    gap: 2px;
}

.c2TourCamera b {
    position: relative;

    top: -6px;

    min-width: 14px;
    height: 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0 3px;

    background: #ef5b4f;

    color: #fff;

    border-radius: 50%;

    font-size: 8px;

    font-weight: 500;
}


/* =========================================================
   NAME
========================================================= */

.c2TourName {
    min-height: 48px;

    margin-bottom: 9px;
}

.c2TourName a {
    color: #172b4d;

    font-family: 'Poppins', sans-serif;

    font-size: 19px;

    line-height: 1.45;

    font-weight: 600;

    text-decoration: none;
}

.c2TourName a:hover {
    color: #ef5b4f;
}


/* =========================================================
   LOCATION
========================================================= */

.c2TourLocation {
    display: flex;
    align-items: center;

    gap: 8px;

    margin-bottom: 15px;

    color: #6d7584;

    font-family: 'Poppins', sans-serif;

    font-size: 13px;
}

.c2TourLocation i {
    color: #ef5b4f;

    font-size: 14px;
}

.c2TourLocation span {
    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;
}


/* =========================================================
   PRICE
========================================================= */

.c2TourPrice {
    margin-bottom: 24px;

    color: #6d7584;

    font-family: 'Poppins', sans-serif;

    font-size: 14px;
}

.c2TourPrice strong {
    color: #ef5b4f;

    font-weight: 500;

    font-size: 15px;
}


/* =========================================================
   BOTTOM
========================================================= */

.c2TourBottom {
    min-height: 50px;

    padding: 0 15px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background: #faf8f5;

    border-radius: 7px;

    box-sizing: border-box;
}


/* =========================================================
   META
========================================================= */

.c2TourMeta {
    display: flex;
    align-items: center;

    gap: 16px;

    color: #687385;

    font-family: 'Poppins', sans-serif;

    font-size: 13px;
}

.c2TourDuration,
.c2TourSeats {
    display: flex;
    align-items: center;

    gap: 5px;

    white-space: nowrap;
}

.c2TourMeta i {
    color: #ef5b4f;

    font-size: 16px;
}


/* =========================================================
   EXPLORE
========================================================= */

.c2TourExplore {
    display: flex;
    align-items: center;

    gap: 6px;

    color: #ef5b4f;

    font-family: 'Poppins', sans-serif;

    font-size: 13px;

    text-decoration: none;

    white-space: nowrap;
}

.c2TourExplore i {
    font-size: 12px;

    transition: transform .2s ease;
}

.c2TourExplore:hover i {
    transform: translateX(4px);
}


/* =========================================================
   PAGINATION
========================================================= */

.c2TourPagination {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    margin-top: 26px;
}

.c2TourPagination .c2TourBullet {
    width: 7px;
    height: 7px;

    display: block;

    border-radius: 50%;

    background: #d3d3d3;

    cursor: pointer;
}

.c2TourPagination .c2TourBulletActive {
    width: 12px;
    height: 12px;

    background: #ef5b4f;
}


/* =========================================================
   PREV / NEXT
========================================================= */

.c2TourPrev,
.c2TourNext {
    position: absolute;

    top: 42%;

    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 0;

    border-radius: 50%;

    background: #fff;

    color: #303043;

    box-shadow: 0 4px 15px rgba(0,0,0,.12);

    cursor: pointer;

    z-index: 20;

    transition: all .25s ease;
}

.c2TourPrev {
    left: -20px;
}

.c2TourNext {
    right: -20px;
}

.c2TourPrev:hover,
.c2TourNext:hover {
    background: #ef5b4f;

    color: #fff;
}
@media (max-width: 1199px) {

    .c2-sys {
        padding-left: 20px;
        padding-right: 20px;
    }

    .c2-index-box-text {
        font-size: 40px;
        margin-bottom: 35px;
    }

    .c2TourImage {
        height: 210px;
    }

    .c2TourInfo {
        padding-left: 20px;
        padding-right: 20px;
    }

    .c2TourName a {
        font-size: 17px;
    }

    .c2TourPrev {
        left: -10px;
    }

    .c2TourNext {
        right: -10px;
    }
}


@media (max-width: 767px) {

    .c2-sys {
        width: 100%;
        padding: 30px 15px 45px;
    }

    .c2-index-box-text {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .c2TourImage {
        height: 220px;
    }

    .c2TourInfo {
        padding: 17px 18px 22px;
    }

    .c2TourName {
        min-height: auto;
    }

    .c2TourName a {
        font-size: 17px;
    }

    .c2TourBottom {
        padding-left: 12px;
        padding-right: 12px;
    }

    .c2TourMeta {
        gap: 10px;
        font-size: 12px;
    }

    .c2TourExplore {
        font-size: 12px;
    }

    .c2TourPrev {
        left: 5px;
    }

    .c2TourNext {
        right: 5px;
    }
}


@media (max-width: 480px) {

    .c2TourImage {
        height: 210px;
    }

    .c2TourTop {
        flex-wrap: wrap;
    }

    .c2TourName a {
        font-size: 16px;
    }

    .c2TourBottom {
        gap: 8px;
    }

}

.news-sys ul li {width: calc(33% - 10px); border-bottom:0; font-size: 14px; height: 495px;float: left;margin: 0 7px;}
.news-sys ul li .sys-img{width: 100%; overflow: hidden; height: 300px}
.news-sys ul li .sys-img img{    width: 100%;    height: 100%; object-fit:cover}
.news-sys ul li .sys-nname a{font-weight: bold;font-size: 16px}
.news-sys ul li .details{text-align: center;margin: 15px 0}
.news-sys ul li .details a{background: #b30e31; padding: 5px 10px; color: #fff; border-radius:10px }

 
.system-style.s_list_news li .sys-nname {    color: #7b2927;    font: 1.2em/1.5em 'Poppins', sans-serif}
.system-style.s_list_news li .vdetail {    background-color: #8e7c23;    font-size: 1.0em;}
.system-style.s_list_news li .vdetail:hover {    background-color: #b30e31;}

/*Ds sp*/
.c1-sys ul{display: flex;justify-content: space-between;flex-flow: wrap;} 
.c1-sys ul li .img-box{width: 100%; overflow: hidden;height: 300px}
.c1-sys ul li .item-info .s1{font-size: 15px; font-weight: bold;line-height: 20px}
.c1-sys ul li .img-box img{width: 100%; height: 100%; object-fit:cover}
.item {  align-items: center;    height: 400px;  justify-content: center;}
.c1-sys .owl-nav .owl-prev{top: 30%;    position: absolute; border: 1px solid #8f8f8f !important;   z-index: 999;    color: #fff !important;    left: 0;    background: #00000094  !important;    width: 19px;    height: 61px;    font-weight: bold !important;    font-size: 30px !important;    border-radius: 5px;}
.c1-sys .owl-nav .owl-next{top: 30%;    position: absolute;  border: 1px solid #8f8f8f !important;  z-index: 999;    color: #fff !important;    right: 0;    background: #00000094  !important;    width: 19px;    height: 61px;    font-weight: bold !important;    font-size: 30px !important;    border-radius: 5px;}
.c1-sys .owl-nav .owl-prev:hover,.c1-sys .owl-nav .owl-next:hover{background: red  !important}

.c2-sys ul{display: flex;justify-content: space-between;flex-flow: wrap;} 
.c2-sys ul li{width: calc(25% - 10px); height: 350px}
.c2-sys ul li .imgbox{overflow: hidden;width: 100%; height: 250px}
.c2-sys ul li .imgbox img{width: 100%; height: 100%; object-fit:cover}
.c2-sys ul li .item-info .s1{font-size: 15px; font-weight: bold;line-height: 20px}
.navbar{    min-height: 35px;}
/*- code menu drop down -*/
.header-hot-link li ul ul{
		display: none
	}
	.header-hot-link li li{
		position: relative;
		 
	}
	.header-hot-link li li li ul{
	 
		background: #294981
	}
	.header-hot-link li ul ul{
		position: absolute;
	}
	.header-hot-link > li:hover > ul,
	.header-hot-link > li li:hover > ul
	{
		display: block
	}
.header-top li li a{ line-height: 30px;}
ul.sys_menu_top {
    right: 0;
}
/*- end top menu -*/

.c1-index-box-text {
    width: 100%;
    margin: 0 0 48px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 46px;
    line-height: 1.2;
    font-weight: 600;
    color: #303043;
}
/* ==========================
   Banner
========================== */
.slideall{
    position: relative;
    width:100%;
    height:380px;
    overflow:hidden;
    background:#222;
}

.slideall .sl-hover{
    width:100%;
    height:100%;
    position:relative;
}

.slideall .sl-hover::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.45);
    z-index:1;
}

.slideall img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* ==========================
   Tiêu đề trên banner
========================== */

.crumbs-sys{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:1200px;
    max-width:calc(100% - 40px);
    z-index:10;
    color:#fff;
}

.page-title{
    font-size:58px;
    line-height:1.2;
    font-weight:700;
    color:#fff;
    margin:0;
    text-shadow:0 3px 15px rgba(0,0,0,.4);
}

#crumbs{
    margin-top:18px;
    font-size:25px;
    font-weight:500;
    text-transform: uppercase;
}

#crumbs a{
    color:#fff;
    opacity:.9;
    text-decoration:none;
    transition:.3s;
}

#crumbs a:hover{
    color:#f6c04d;
}

/* ==========================
   Desktop lớn
========================== */

@media (min-width:1600px){

.slideall{
    height:500px;
}

.page-title{
    font-size:70px;
}

}

/* ==========================
   Tablet
========================== */

@media (max-width:1024px){

.slideall{
    height:300px;
}

.page-title{
    font-size:42px;
}

#crumbs{
    font-size:14px;
}

}

/* ==========================
   Mobile
========================== */

@media (max-width:768px){

.slideall{
    height:220px;
}

.crumbs-sys{
    text-align:center;
    top:50%;
}

.page-title{
    font-size:30px;
    line-height:1.3;
}

#crumbs{
    font-size:13px;
    margin-top:10px;
}

}

/* ==========================
   Mobile nhỏ
========================== */

@media (max-width:480px){

.slideall{
    height:180px;
}

.page-title{
    font-size:24px;
}

#crumbs{
    font-size:12px;
}

}
.news-sys{
	margin: 30px auto;
}



/* =========================================================
   TOUR CARD - NEWS SYS
========================================================= */

.news-sys {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 25px 50px;
    box-sizing: border-box;
}

.news-sys > ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;

    margin: 0;
    padding: 0;

    list-style: none;
}


/* =========================================================
   CARD
========================================================= */

.news-sys > ul > li {
    position: relative;

    width: 100%;
    min-width: 0;

    background: #fff;

    border: 1px solid #e5e0da;
    border-radius: 9px;

    overflow: hidden;

    box-sizing: border-box;

    list-style: none;

    transition: all .3s ease;
}

.news-sys > ul > li:hover {
    transform: translateY(-3px);

    box-shadow: 0 10px 25px rgba(40, 40, 55, .08);
}


/* =========================================================
   IMAGE
========================================================= */

.news-sys .sys-img {
    width: 100%;
    height: 225px;

    overflow: hidden;

    position: relative;

    background: #f4f4f4;
}

.news-sys .sys-img a {
    display: block;

    width: 100%;
    height: 100%;
}

.news-sys .sys-img img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .5s ease;
}

.news-sys > ul > li:hover .sys-img img {
    transform: scale(1.04);
}


/* =========================================================
   FAVORITE
   Tạo icon theo hình mẫu
========================================================= */

.news-sys > ul > li::before {
    content: "♡";

    position: absolute;

    top: 14px;
    right: 14px;

    width: 31px;
    height: 31px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #6c7e8b;

    color: #fff;

    border-radius: 5px;

    font-family: Arial, sans-serif;
    font-size: 24px;
    line-height: 1;

    z-index: 5;
}


/* =========================================================
   INFO
========================================================= */

.news-sys .info-sys {
    position: relative;

    padding: 20px 30px 70px;

    box-sizing: border-box;

    background: #fff;

    font-family: 'Poppins', sans-serif;
}


/* =========================================================
   TOUR NAME
========================================================= */

.news-sys .sys-nname {
    min-height: 50px;

    margin: 0 0 14px;

    padding: 0;
}

.news-sys .sys-nname a {
    display: block;

    color: #1d3456;

    font-family: 'Poppins', sans-serif;

    font-size: 19px;
    line-height: 1.45;

    font-weight: 600;

    text-decoration: none;

    transition: color .25s ease;
}

.news-sys .sys-nname a:hover {
    color: #ef5b4f;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.news-sys .sys-info {
    display: none;
}


/* =========================================================
   DURATION
========================================================= */

.news-sys .time-dep {
    margin: 0 0 15px;

    color: #687385;

    font-family: 'Poppins', sans-serif;

    font-size: 13px;
    line-height: 1.5;
}

.news-sys .time-dep .title-label {
    display: inline;

    margin-right: 5px;

    color: #687385;

    font-weight: 400;
}


/* =========================================================
   PRICE
========================================================= */

.news-sys .sys-price {
    margin: 0;

    color: #737887;

    font-family: 'Poppins', sans-serif;

    font-size: 14px;
    line-height: 1.5;
}

.news-sys .sys-price .title-label {
    display: inline;

    margin-right: 4px;

    color: #737887;
}


/* =========================================================
   BUTTON AREA
========================================================= */

.news-sys .item-btn-group {
    position: absolute;

    left: 30px;
    right: 30px;
    bottom: 28px;

    width: auto;

    margin: 0 !important;
    padding: 0;

    display: flex;

    background: #faf8f5;

    border-radius: 7px;

    overflow: hidden;

    box-sizing: border-box;
}


/* =========================================================
   BUTTON
========================================================= */

.news-sys .item-btn-group a {
    height: 50px;

    display: flex;
    align-items: center;

    box-sizing: border-box;

    border: 0;

    font-family: 'Poppins', sans-serif;

    font-size: 13px;

    text-decoration: none;

    transition: all .25s ease;
}


/* Detail - ẩn để giống hình */

.news-sys .item-btn-group .detail {
    display: none;
}


/* Book trở thành Explore */

.news-sys .item-btn-group .book {
    width: 100%;

    padding: 0 15px;

    color: #ef5b4f;

    background: transparent;

    justify-content: space-between;
}

.news-sys .item-btn-group .book::after {
    content: "→";

    margin-left: auto;

    font-size: 18px;

    transition: transform .2s ease;
}

.news-sys .item-btn-group .book:hover {
    color: #ef5b4f;
}

.news-sys .item-btn-group .book:hover::after {
    transform: translateX(4px);
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 1199px) {

    .news-sys {
        padding-left: 20px;
        padding-right: 20px;
    }

    .news-sys > ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }

    .news-sys .sys-img {
        height: 215px;
    }

    .news-sys .info-sys {
        padding-left: 22px;
        padding-right: 22px;
    }

    .news-sys .item-btn-group {
        left: 22px;
        right: 22px;
    }

    .news-sys .sys-nname a {
        font-size: 17px;
    }
}


@media (max-width: 767px) {

    .news-sys {
        width: 100%;
        padding: 25px 15px 40px;
    }

    .news-sys > ul {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .news-sys > ul > li {
        width: 100%;
    }

    .news-sys .sys-img {
        height: 220px;
    }

    .news-sys .info-sys {
        min-height: 220px;

        padding: 18px 20px 68px;
    }

    .news-sys .sys-nname {
        min-height: 45px;

        margin-bottom: 13px;
    }

    .news-sys .sys-nname a {
        font-size: 17px;
    }

    .news-sys .item-btn-group {
        left: 20px;
        right: 20px;
        bottom: 22px;
    }

}


@media (max-width: 480px) {

    .news-sys .sys-img {
        height: 210px;
    }

    .news-sys .info-sys {
        min-height: 215px;
    }

    .news-sys .sys-nname a {
        font-size: 16px;
    }

}

.news-pagination {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    margin-top: 40px;

    font-family: 'Poppins', sans-serif;
}

.news-pagination a,
.news-pagination span {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;

    border: 1px solid #e5e0da;
    border-radius: 6px;

    background: #fff;

    color: #687385;

    font-size: 13px;

    text-decoration: none;

    transition: all .25s ease;
}

.news-pagination a:hover,
.news-pagination .active {
    background: #ef5b4f;
    border-color: #ef5b4f;
    color: #fff;
}

.news-pagination .prev,
.news-pagination .next {
    font-size: 20px;
}

@media (max-width: 767px) {

    .news-pagination {
        gap: 5px;
        margin-top: 25px;
    }

    .news-pagination a,
    .news-pagination span {
        width: 34px;
        height: 34px;
    }

}

/* =========================================================
   NEWS / TOUR CARD
========================================================= */

.news-sys {
    width: 1600px;
    max-width: 100%;

    margin: 0 auto;
    padding: 35px 20px 50px;

    box-sizing: border-box;
}


/* =========================================================
   LIST
========================================================= */

.news-sys .pro-sys {
    width: 100%;
}

.news-sys .pro-sys > ul {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 30px;

    margin: 0;
    padding: 0;

    list-style: none;
}


/* =========================================================
   CARD
========================================================= */

.news-sys .pro-sys > ul > li {

    position: relative;

    width: 100%;

    min-width: 0;

    background: #fff;

    border: 1px solid #e3ddd6;

    border-radius: 9px;

    overflow: hidden;

    box-sizing: border-box;

    list-style: none;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.news-sys .pro-sys > ul > li:hover {

    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(40,40,55,.08);
}


/* =========================================================
   IMAGE
========================================================= */

.news-sys .sys-img {

    width: 100%;

    height: 300px;

    overflow: hidden;

    position: relative;

    background: #f3f3f3;
}

.news-sys .sys-img a {

    display: block;

    width: 100%;
    height: 100%;
}

.news-sys .sys-img img {

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .5s ease;
}

.news-sys .pro-sys > ul > li:hover .sys-img img {

    transform: scale(1.04);
}


/* =========================================================
   FAVORITE
========================================================= */

.news-sys .tour-favorite {

    position: absolute;

    top: 14px;
    right: 14px;

    width: 32px;
    height: 32px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #687c8b;

    color: #fff;

    border-radius: 5px;

    font-family: Arial, sans-serif;

    font-size: 24px;

    line-height: 1;

    text-decoration: none;

    z-index: 10;

    box-sizing: border-box;

    transition:
        background .25s ease,
        transform .25s ease;
}

.news-sys .tour-favorite:hover {

    background: #ef5b4f;

    transform: scale(1.05);
}


/* =========================================================
   INFO
========================================================= */

.news-sys .info-sys {

    position: relative;

    box-sizing: border-box;

    background: #fff;

    font-family: 'Poppins', sans-serif;
}


/* =========================================================
   TOUR NAME
========================================================= */

.news-sys .sys-nname {

    min-height: 52px;

    margin: 0 0 18px;

    padding: 0;
}

.news-sys .sys-nname a {

    display: block;

    color: #15335b;

    font-family: 'Poppins', sans-serif;

    font-size: 18px;

    line-height: 1.45;

    font-weight: 600;

    text-decoration: none;
}

.news-sys .sys-nname a:hover {

    color: #ef5b4f;
}


/* =========================================================
   DURATION
========================================================= */

.news-sys .time-dep {

    margin-bottom: 17px;

    color: #687385;

    font-size: 13px;

    line-height: 1.5;
}

.news-sys .title-label {

    display: inline-block;

    margin-right: 5px;

    color: #687385;

    font-weight: 400;
}


/* =========================================================
   PRICE
========================================================= */

.news-sys .sys-price {

    margin: 0;

    color: #687385;

    font-size: 13px;

    line-height: 1.5;
}

.news-sys .price-value {

    color: #ef5b4f;

    font-size: 14px;

    font-weight: 400;
}


/* =========================================================
   BOOK
========================================================= */

.news-sys .details {

    position: absolute;

    left: 29px;
    right: 29px;

    bottom: 25px;

    height: 50px;

    margin: 0;

    background: #faf8f5;

    border-radius: 7px;

    overflow: hidden;
}

.news-sys .details a {

    width: 100%;
    height: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 0 15px;

    box-sizing: border-box;

    color: #ef5b4f;

    font-size: 13px;

    text-decoration: none;

    transition: background .25s ease;
}

.news-sys .details a:hover {

    background: #f7f1ec;
}

.news-sys .book-arrow {

    font-size: 18px;

    line-height: 1;

    transition: transform .2s ease;
}

.news-sys .details a:hover .book-arrow {

    transform: translateX(4px);
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .news-sys {

        padding-left: 20px;
        padding-right: 20px;
    }

    .news-sys .pro-sys > ul {

        grid-template-columns: repeat(3, 1fr);

        gap: 25px;
    }

    .news-sys .sys-img {

        height: 280px;
    }

    .news-sys .info-sys {

        padding-left: 22px;
        padding-right: 22px;
    }

    .news-sys .details {

        left: 22px;
        right: 22px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .news-sys {

        width: 100%;

        padding: 25px 15px 40px;
    }

    .news-sys .pro-sys > ul {

        grid-template-columns: 1fr;

        gap: 20px;
    }

    .news-sys .sys-img {

        height: 280px;
    }

    .news-sys .info-sys {

        min-height: 245px;

        padding: 21px 20px 75px;
    }

    .news-sys .sys-nname {

        min-height: auto;

        margin-bottom: 17px;
    }

    .news-sys .sys-nname a {

        font-size: 17px;
    }

    .news-sys .details {

        left: 20px;
        right: 20px;

        bottom: 22px;
    }

    .news-sys .tour-favorite {

        top: 13px;
        right: 13px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .news-sys .sys-img {

        height: 270px;
    }

    .news-sys .info-sys {

        min-height: 235px;
    }

    .news-sys .sys-nname a {

        font-size: 16px;
    }

}
/**/
/* =========================================
   TOUR HEADER
========================================= */

.tour-header-info {
    width: 100%;
    min-height: 138px;

    background: #f8f3ed;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 28px 8%;
    box-sizing: border-box;

    margin-bottom: 30px;
}


/* =========================================
   LEFT
========================================= */

.tour-header-left {
    flex: 1;
    min-width: 0;
}

.tour-main-title {
    margin: 0 0 10px 0;

    color: #172c4b;

    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;
}

.tour-location {
    display: flex;
    align-items: center;
    gap: 9px;

    color: #66758a;

    font-size: 15px;
    line-height: 1.5;
}

.tour-location i {
    color: #ff5947;
    font-size: 16px;
}


/* =========================================
   RIGHT
========================================= */

.tour-header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 48px;

    margin-left: 50px;
}


/* =========================================
   ITEM
========================================= */

.tour-header-item {
    display: flex;
    align-items: center;

    min-width: 125px;
}


/* =========================================
   ICON
========================================= */

.tour-header-icon {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 12px;

    color: #ff5947;

    font-size: 32px;
}

.tour-header-icon i {
    font-size: 32px;
}


/* =========================================
   CONTENT
========================================= */

.tour-header-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tour-header-label {
    color: #697586;

    font-size: 14px;
    line-height: 1.4;

    margin-bottom: 3px;
}

.tour-header-value {
    color: #172c4b;

    font-size: 15px;
    line-height: 1.5;

    white-space: nowrap;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .tour-header-info {
        padding: 25px 4%;
    }

    .tour-main-title {
        font-size: 26px;
    }

    .tour-header-right {
        gap: 25px;
        margin-left: 30px;
    }

    .tour-header-item {
        min-width: 105px;
    }

    .tour-header-icon {
        width: 40px;
        margin-right: 8px;
    }

    .tour-header-icon i {
        font-size: 27px;
    }
}


/* =========================================
   TABLET / MOBILE
========================================= */

@media (max-width: 767px) {

    .tour-header-info {
        display: block;

        padding: 25px 20px;

        min-height: auto;
    }

    .tour-header-left {
        margin-bottom: 25px;
    }

    .tour-main-title {
        font-size: 24px;
    }

    .tour-header-right {
        display: grid;

        grid-template-columns: repeat(3, 1fr);

        gap: 15px;

        margin-left: 0;
    }

    .tour-header-item {
        min-width: 0;
    }

    .tour-header-icon {
        width: 38px;
        height: 42px;

        margin-right: 7px;
    }

    .tour-header-icon i {
        font-size: 25px;
    }

    .tour-header-label {
        font-size: 13px;
    }

    .tour-header-value {
        font-size: 14px;

        white-space: normal;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 500px) {

    .tour-header-info {
        padding: 22px 15px;
    }

    .tour-main-title {
        font-size: 21px;
    }

    .tour-location {
        font-size: 14px;
    }

    .tour-header-right {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .tour-header-item {
        display: flex;
    }

    .tour-header-icon {
        width: 45px;
    }

    .tour-header-icon i {
        font-size: 27px;
    }
}

/* =========================================================
   TOUR DETAIL CONTENT
========================================================= */

.tour-detail-content {
    width: 100%;
    max-width: 100%;

    font-size: 14px;
    line-height: 1.7;

    color: #444;

    box-sizing: border-box;

    word-wrap: break-word;
    overflow-wrap: break-word;
}


/* =========================================================
   TEXT
========================================================= */

.tour-detail-content div,
.tour-detail-content p,
.tour-detail-content span,
.tour-detail-content li,
.tour-detail-content td,
.tour-detail-content th {

    font-size: 14px;
    line-height: 1.7;

    box-sizing: border-box;
}


/* Paragraph */

.tour-detail-content p {
    margin: 0 0 15px;
}


/* Div */

.tour-detail-content div {
    max-width: 100%;
}


/* Span */

.tour-detail-content span {
    font-size: 14px;
}


/* =========================================================
   HEADING
========================================================= */

.tour-detail-content h1,
.tour-detail-content h2,
.tour-detail-content h3,
.tour-detail-content h4,
.tour-detail-content h5,
.tour-detail-content h6 {

    color: #172c4b;

    line-height: 1.4;

    margin-top: 25px;
    margin-bottom: 12px;
}

.tour-detail-content h1 {
    font-size: 26px;
}

.tour-detail-content h2 {
    font-size: 23px;
}

.tour-detail-content h3 {
    font-size: 20px;
}

.tour-detail-content h4 {
    font-size: 18px;
}

.tour-detail-content h5 {
    font-size: 16px;
}

.tour-detail-content h6 {
    font-size: 15px;
}


/* =========================================================
   IMAGE
========================================================= */

.tour-detail-content img {

    display: block;

    width: auto;

    max-width: 100%;

    height: auto;

    margin: 25px auto;

    border-radius: 8px;

    object-fit: contain;

    box-sizing: border-box;

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;

    cursor: pointer;
}


/* Hover image */

@media (hover: hover) and (pointer: fine) {

    .tour-detail-content img:hover {

        transform: scale(1.025);

        box-shadow:
            0 8px 25px rgba(0, 0, 0, 0.16);
    }
}


/* =========================================================
   IMAGE INSIDE A LINK
========================================================= */

.tour-detail-content a {
    color: #e95745;

    text-decoration: none;
}

.tour-detail-content a img {

    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   FIGURE
========================================================= */

.tour-detail-content figure {

    width: 100%;

    margin: 25px 0;

    padding: 0;

    text-align: center;

    box-sizing: border-box;
}

.tour-detail-content figure img {

    margin: 0 auto;
}

.tour-detail-content figcaption {

    margin-top: 8px;

    color: #777;

    font-size: 13px;

    line-height: 1.5;

    text-align: center;
}


/* =========================================================
   TABLE
========================================================= */

.tour-detail-content table {

    width: 100%;

    max-width: 100%;

    border-collapse: collapse;

    margin: 20px 0;

    overflow-x: auto;
}

.tour-detail-content table th,
.tour-detail-content table td {

    padding: 9px 12px;

    border: 1px solid #ddd;

    font-size: 14px;

    text-align: left;
}


/* =========================================================
   LIST
========================================================= */

.tour-detail-content ul,
.tour-detail-content ol {

    margin-top: 10px;

    margin-bottom: 18px;

    padding-left: 25px;
}

.tour-detail-content li {

    margin-bottom: 6px;
}


/* =========================================================
   BLOCKQUOTE
========================================================= */

.tour-detail-content blockquote {

    margin: 20px 0;

    padding: 15px 20px;

    border-left: 4px solid #ff5b49;

    background: #faf7f2;

    color: #666;

    font-size: 14px;
}


/* =========================================================
   VIDEO / IFRAME
========================================================= */

.tour-detail-content iframe,
.tour-detail-content video {

    display: block;

    width: 100%;

    max-width: 100%;

    margin: 25px auto;

    border: 0;
}


/* =========================================================
   RESPONSIVE - TABLET
========================================================= */

@media (max-width: 991px) {

    .tour-detail-content {
        font-size: 14px;
    }

    .tour-detail-content div,
    .tour-detail-content p,
    .tour-detail-content span,
    .tour-detail-content li,
    .tour-detail-content td,
    .tour-detail-content th {
        font-size: 14px;
    }

    .tour-detail-content img {
        max-width: 100%;
        margin: 20px auto;
    }
}


/* =========================================================
   RESPONSIVE - MOBILE
========================================================= */

@media (max-width: 600px) {

    .tour-detail-content {
        font-size: 14px;

        line-height: 1.65;
    }


    .tour-detail-content div,
    .tour-detail-content p,
    .tour-detail-content span,
    .tour-detail-content li,
    .tour-detail-content td,
    .tour-detail-content th {

        font-size: 14px;

        line-height: 1.65;
    }


    .tour-detail-content p {

        margin-bottom: 12px;
    }


    /* IMAGE MOBILE */

    .tour-detail-content img {

        display: block;

        width: auto;

        max-width: 100%;

        height: auto;

        margin: 20px auto;

        border-radius: 6px;
    }


    /* Không zoom quá lớn trên mobile */

    .tour-detail-content img:hover {

        transform: none;

        box-shadow: none;
    }


    .tour-detail-content h1 {
        font-size: 23px;
    }

    .tour-detail-content h2 {
        font-size: 21px;
    }

    .tour-detail-content h3 {
        font-size: 19px;
    }


    .tour-detail-content table {

        display: block;

        width: 100%;

        overflow-x: auto;

        -webkit-overflow-scrolling: touch;
    }


    .tour-detail-content iframe,
    .tour-detail-content video {

        width: 100%;

        height: auto;

        min-height: 220px;

        margin: 20px auto;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .tour-detail-content {
        font-size: 14px;
    }

    .tour-detail-content img {
        margin: 15px auto;
        border-radius: 5px;
    }
}

/* =========================================================
   TOUR DETAIL IMAGE GALLERY
========================================================= */

.tour-detail-content img {
    cursor: zoom-in;
}


/* Overlay */

.tour-image-lightbox {
    position: fixed;

    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    z-index: 999999;

    display: none;

    align-items: center;
    justify-content: center;

    background: rgba(8, 12, 18, 0.96);

    padding: 60px 80px;

    box-sizing: border-box;
}


/* Khi mở */

.tour-image-lightbox.active {
    display: flex;
}


/* =========================================================
   IMAGE AREA
========================================================= */

.tour-image-lightbox-inner {
    position: relative;

    width: 100%;
    height: 100%;

    display: flex;

    align-items: center;
    justify-content: center;

    box-sizing: border-box;
}


/* Ảnh lớn */

.tour-image-lightbox-image {
    display: block;

    max-width: 100%;
    max-height: 100%;

    width: auto;
    height: auto;

    object-fit: contain;

    border-radius: 3px;

    user-select: none;

    -webkit-user-drag: none;

    box-shadow:
        0 10px 50px rgba(0,0,0,0.35);

    transition:
        opacity 0.25s ease,
        transform 0.3s ease;
}


/* =========================================================
   CLOSE
========================================================= */

.tour-image-lightbox-close {
    position: absolute;

    top: 15px;
    right: 18px;

    width: 45px;
    height: 45px;

    border: 0;

    border-radius: 50%;

    background: rgba(255,255,255,0.12);

    color: #fff;

    font-size: 28px;

    line-height: 45px;

    text-align: center;

    cursor: pointer;

    z-index: 20;

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.tour-image-lightbox-close:hover {
    background: rgba(255,255,255,0.25);

    transform: rotate(90deg);
}


/* =========================================================
   PREV / NEXT
========================================================= */

.tour-image-lightbox-prev,
.tour-image-lightbox-next {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    width: 52px;
    height: 52px;

    border: 0;

    border-radius: 50%;

    background: rgba(255,255,255,0.14);

    color: #fff;

    font-size: 26px;

    display: flex;

    align-items: center;
    justify-content: center;

    cursor: pointer;

    z-index: 10;

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}


.tour-image-lightbox-prev {
    left: 20px;
}


.tour-image-lightbox-next {
    right: 20px;
}


.tour-image-lightbox-prev:hover {
    background: rgba(255,255,255,0.28);

    transform: translateY(-50%) scale(1.06);
}


.tour-image-lightbox-next:hover {
    background: rgba(255,255,255,0.28);

    transform: translateY(-50%) scale(1.06);
}


/* =========================================================
   COUNTER
========================================================= */

.tour-image-lightbox-counter {

    position: absolute;

    top: 20px;
    left: 50%;

    transform: translateX(-50%);

    padding: 7px 15px;

    border-radius: 20px;

    background: rgba(0,0,0,0.45);

    color: #fff;

    font-size: 14px;

    line-height: 1.4;

    z-index: 10;

    white-space: nowrap;
}


/* =========================================================
   FULLSCREEN BUTTON
========================================================= */

.tour-image-lightbox-fullscreen {

    position: absolute;

    right: 75px;
    bottom: 20px;

    width: 42px;
    height: 42px;

    border: 0;

    border-radius: 50%;

    background: rgba(255,255,255,0.14);

    color: #fff;

    font-size: 18px;

    cursor: pointer;

    display: flex;

    align-items: center;
    justify-content: center;

    z-index: 10;

    transition: background 0.25s ease;
}


.tour-image-lightbox-fullscreen:hover {
    background: rgba(255,255,255,0.28);
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .tour-image-lightbox {

        padding: 60px 10px 50px;

    }


    .tour-image-lightbox-image {

        max-width: 100%;

        max-height: 82vh;

        border-radius: 2px;
    }


    .tour-image-lightbox-prev,
    .tour-image-lightbox-next {

        width: 42px;
        height: 42px;

        font-size: 20px;

        background: rgba(255,255,255,0.18);
    }


    .tour-image-lightbox-prev {

        left: 8px;
    }


    .tour-image-lightbox-next {

        right: 8px;
    }


    .tour-image-lightbox-close {

        top: 10px;
        right: 10px;

        width: 40px;
        height: 40px;

        line-height: 40px;

        font-size: 25px;
    }


    .tour-image-lightbox-counter {

        top: 17px;

        font-size: 13px;

        padding: 5px 12px;
    }


    .tour-image-lightbox-fullscreen {

        right: 12px;

        bottom: 12px;

        width: 40px;
        height: 40px;
    }
}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .tour-image-lightbox {

        padding-left: 5px;
        padding-right: 5px;
    }


    .tour-image-lightbox-prev,
    .tour-image-lightbox-next {

        width: 38px;
        height: 38px;

        font-size: 18px;
    }


    .tour-image-lightbox-prev {

        left: 5px;
    }


    .tour-image-lightbox-next {

        right: 5px;
    }
}

/* =========================================================
   RELATED TOURS
========================================================= */

.relate-tour {
    width: 100%;
    margin: 45px 0 0;
    padding: 0;

    display: flex;
    flex-wrap: wrap;
text-align:center;
    box-sizing: border-box;
}


/* Title */

.relate-tour > h6 {
    width: 100%;

    margin: 0 0 25px;

    color: #172c4b;

    font-size: 24px;
    line-height: 1.3;

    font-weight: 700;

    position: relative;

    padding-bottom: 12px;
}


 

/* =========================================================
   3 COLUMNS
========================================================= */

.relate-tour .single-relate-tour {
    width: 33.333333%;

    padding-left: 12px;
    padding-right: 12px;

    margin-bottom: 30px;

    box-sizing: border-box;
}


/* =========================================================
   CARD
========================================================= */

.single-relate-tour {
    display: flex;

    flex-direction: column;

    min-width: 0;
}


/* =========================================================
   IMAGE
========================================================= */

.single-relate-tour .sl-hover {
    width: 100%;

    height: 250px;

    overflow: hidden;

    position: relative;

    background: #eee;

    border-radius: 6px 6px 0 0;
}


.single-relate-tour .sl-hover a {
    display: block;

    width: 100%;
    height: 100%;
}


.single-relate-tour .sl-hover img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 0.5s ease,
        filter 0.5s ease;
}


/* Hover image */

@media (hover: hover) and (pointer: fine) {

    .single-relate-tour:hover .sl-hover img {
        transform: scale(1.06);
    }
}


/* =========================================================
   TOUR CONTENT
========================================================= */

.single-relate-tour .relate-name {

    width: 100%;

    min-height: 58px;

    padding: 17px 18px 5px;

    box-sizing: border-box;

    background: #fff;
}


.single-relate-tour .relate-name h2 {

    margin: 0;

    padding: 0;

    font-size: 18px;

    line-height: 1.4;

    font-weight: 600;

    color: #172c4b;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    overflow: hidden;
}


.single-relate-tour .relate-name h2 a {

    color: #172c4b;

    text-decoration: none;

    transition: color 0.25s ease;
}


.single-relate-tour .relate-name h2 a:hover {

    color: #ff5b49;
}


/* =========================================================
   INFO
========================================================= */

.single-relate-tour ul.f12e {

    list-style: none;

    margin: 0;

    padding: 5px 18px 18px;

    background: #fff;

    box-sizing: border-box;

    border-radius: 0 0 6px 6px;
}


.single-relate-tour ul.f12e li {

    margin: 0;

    padding: 6px 0;

    border-bottom: 1px solid #eee;

    font-size: 13px;

    line-height: 1.5;

    color: #687487;
}


.single-relate-tour ul.f12e li:last-child {

    border-bottom: 0;
}


.single-relate-tour .nametitle {

    color: #687487;

    font-size: 13px;

    margin-right: 4px;
}


.single-relate-tour .nametitle-detail {

    color: #172c4b;

    font-size: 13px;

    font-weight: 500;
}


/* =========================================================
   CARD SHADOW
========================================================= */

.single-relate-tour {

    background: #fff;

    border-radius: 6px;

    overflow: hidden;

    box-shadow:
        0 3px 18px rgba(30, 40, 50, 0.08);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


@media (hover: hover) and (pointer: fine) {

    .single-relate-tour:hover {

        transform: translateY(-5px);

        box-shadow:
            0 10px 30px rgba(30, 40, 50, 0.14);
    }
}


/* =========================================================
   TABLET
   2 COLUMNS
========================================================= */

@media (max-width: 991px) {

    .relate-tour {
        margin-top: 35px;
    }


    .relate-tour > h6 {

        font-size: 22px;

        margin-bottom: 22px;
    }


    .relate-tour .single-relate-tour {

        width: 50%;

        margin-bottom: 25px;
    }


    .single-relate-tour .sl-hover {

        height: 230px;
    }


    .single-relate-tour .relate-name h2 {

        font-size: 17px;
    }
}


/* =========================================================
   MOBILE
   1 COLUMN
========================================================= */

@media (max-width: 600px) {

    .relate-tour {

        margin-top: 30px;

        margin-left: -8px;
        margin-right: -8px;

        width: calc(100% + 16px);
    }


    .relate-tour > h6 {

        font-size: 21px;

        margin-left: 8px;
        margin-right: 8px;

        margin-bottom: 20px;
    }


    .relate-tour .single-relate-tour {

        width: 100%;

        padding-left: 8px;
        padding-right: 8px;

        margin-bottom: 22px;
    }


    .single-relate-tour .sl-hover {

        height: 250px;
    }


    .single-relate-tour .relate-name {

        padding: 15px 16px 5px;
    }


    .single-relate-tour .relate-name h2 {

        font-size: 17px;
    }


    .single-relate-tour ul.f12e {

        padding-left: 16px;
        padding-right: 16px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .single-relate-tour .sl-hover {

        height: 220px;
    }


    .single-relate-tour .relate-name h2 {

        font-size: 16px;
    }
}



.system-style.footer {    background-color: #003986; font-size: 14px}
.footer_in ul{padding: 20px 0}
.footer_in ul li{width: 25%;vertical-align: top; color: #fff}
.footer_in ul li a{color: #fff; font-weight: bold;font-size: 15px}
.footer_in ul li a:hover{color: yellow;}
.footer_in ul li .mn-intext{font-size: 13px}
/*Máº¡ng xĂ£ há»™i*/
.social-button {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    margin-right: 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
    opacity: .99;
    border-radius: 0;
}
   
.social-footer { padding-top: 5px;text-align: center;}
.social-button.youtube i {color: #000;}
.social-button:hover i {color: red;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
.social-button i {
    font-size: 23px;
    vertical-align: middle;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);color: #000;background: transparent
}
.fab {font-family: "Font Awesome 5 Brands";}
.fab, .far {font-weight: 400;}
.fa, .fab, .fad, .fal, .far, .fas {-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font-style: normal;font-variant: normal;text-rendering: auto;line-height: 1;}
.fa-facebook-f:before { content: "\f39e";}
.social-button.facebook:before { background-color: #3B5998;}
.social-button.twitter:before{background-color:#000}
.social-button.twitter i{color:#000}
.social-button.google:before{background-color:#000}
.social-button.google i{color:#000}
.social-button.youtube:before{background-color:#000}
 
.social-button:hover:before{top:-10%;left:-10%}
 
.social-button:focus{opacity:.85}
/*End Máº¡ng xĂ£ há»™i*/
/* Responsive Menu
--------------------------------------------- */
.system-style.share.style-03 {
  width: 212px;
  text-align: left;
}
.responsive-menu-icon {
  cursor: pointer;
  display: none;
  margin-bottom: -1px;
  text-align: center;
}

.responsive-menu-icon::before {
  content: "\f333";
  display: inline-block;
  font: normal 20px/1 'dashicons';
  margin: 0 auto;
  padding: 10px;
}

.site-header .responsive-menu-icon::before {
  padding: 0;
}
  
.feature-tour.style_2 article{
  width: 314px;
  margin-right: -3px;
  height: 369px;
  background: #fff;
  padding: 9px;border: 1px solid #dbdbdb;
}
.tabs_container img {width: 85% !important; height: auto !important }
.feature-tour.style_2 article._4clm_3{  margin-right:0px;} 
.r-tabs {  position: relative; margin-top: 10px;}
.r-tabs .r-tabs-nav{  padding:  0  !important; margin:  0 !important; float: left; width: 100%;}
.r-tabs .r-tabs-nav .r-tabs-tab {  position: relative;}
.r-tabs .r-tabs-nav .r-tabs-anchor,
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  background-color: #fefefe;
  position: relative;
  display: block;
  color: #424242;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 38px;
  padding: 0 15px;
  cursor: pointer;
}
.r-tabs-smoke.r-tabs .r-tabs-nav .r-tabs-anchor,
.r-tabs-smoke.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  background-color: #ECECEC;
  color: #424242;
}
.r-tabs-smoke.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  border: 1px dashed #00923f;
}
.r-tabs .r-tabs-nav .r-tabs-tab .r-tabs-anchor.order {
  background-color: #e61c05;
  color: #ffffff;
  text-transform: uppercase;
}
.r-tabs-smoke.r-tabs .r-tabs-accordion-title:nth-child(7n) .r-tabs-anchor {
  background-color: #e61c05;
  border-color: transparent;
  color: #ffffff;
  text-transform: uppercase;
}
.r-tabs .r-tabs-nav .r-tabs-anchor:hover,
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor,.r-tabs-tab.active .r-tabs-anchor,
.r-tabs .r-tabs-accordion-title .r-tabs-anchor:hover,
.r-tabs .r-tabs-accordion-title.r-tabs-tab.active .r-tabs-anchor {
  background-color: #00923f !important;
  color: #ffffff !important;
  text-decoration: none !important;
}
.r-tabs .r-tabs-nav .r-tabs-anchor:hover::after,
.r-tabs .r-tabs-nav .r-tabs-tab.active .r-tabs-anchor::after,
.r-tabs .r-tabs-accordion-title .r-tabs-anchor:hover::after,
.r-tabs .r-tabs-accordion-title.r-tabs-tab.active .r-tabs-anchor::after {
/*  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -12px;
  z-index: 2;
  border-top: 12px solid #00923f;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;*/
}
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  margin-bottom: 15px;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
  opacity: 0.5;
}
.r-tabs .r-tabs-nav {
  border-bottom: 2px solid #bf561a;
  margin: 0 auto;
  padding: 0;
}
.r-tabs .r-tabs-tab {
  display: block;
  float: left;
  list-style: none;
  padding-right: 5px;
}
.r-tabs .r-tabs-panel {
  background-color: #ffffff;
  border: solid 1px #d9d9d9;
  margin-top: 15px;
  padding: 20px;
  display: none;
}
.r-tabs .r-tabs-accordion-title {
  display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}
  
 
#vnt-menu-fixed{
    position: fixed;
    bottom: 20%;
    right: 0px;
    z-index: 6;
}
#vnt-menu-fixed .contfii {
    display: block;
    transform: rotate(-90deg);
    margin-right: -160px;
    position: relative;
    left: -82px;
    top: -90px;
}
#vnt-menu-fixed .contfii a{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0a7dc4;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    position: relative;
    z-index: 2;
    padding: 10px 20px;
}
#vnt-menu-fixed .contfii a:hover{
    background-color: #3399cc;
}
#vnt-menu-fixed>ul>li{
    position: relative;
    margin-bottom: 5px;
}
#vnt-menu-fixed>ul>li:last-child{
    border-bottom: none;
}
#vnt-menu-fixed>ul>li>span{
    position: absolute;
    top: 0;
    white-space: nowrap;
    color:#3399cc;
    font-size: 14px;
    line-height: 22px;
    right:50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
   /* background: #3399cc;*/
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 0;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    opacity: 0;
    visibility: hidden;
}
#vnt-menu-fixed>ul>li>span>span{
    color:#fff;
}
#vnt-menu-fixed>ul>li:hover>span{
    width:auto;
    overflow: visible;
    opacity: 1;
    padding: 2px 30px 2px 15px;
    visibility: initial;
}

#vnt-menu-fixed>ul>li:hover>span:before{
    display: block;
}
#vnt-menu-fixed>ul>li>a{
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: #0a7dc4;*/
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    position: relative;
    z-index: 2;
}
#vnt-menu-fixed>ul>li.go_top>a{
    background-color: #3399cc;
}
#vnt-menu-fixed>ul>li>a>img{
    max-height: 30px;
    max-width: 30px;
    /* filter: invert(1); */
}
#vnt-menu-fixed>ul>li>a span{
    font-size: 25px;
    line-height: 38px;
    color: #3399cc;
    padding-top: 3px;
}
#vnt-menu-fixed a{
    color: #080808;
}
#vnt-menu-fixed>ul>li:hover>a{
 
}
/*===============*/
#vnt-menu-fixed ul li.cart>a{
    flex-direction: column;
    position: relative;
    padding-right: 5px;
    color: #fff;
}
#vnt-menu-fixed ul li.cart>a .sl{
    position: absolute;
    top: 10px;
    right: 6px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 11px;
    text-align: center;
}
#vnt-menu-fixed>ul>li.cart>a>img{
    max-height: 20px;
    max-width: 20px;
}

.vnt-bg-over.active{
    opacity: 0.5;
    z-index: 5;
    pointer-events: auto;
}
/*===============*/