@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?cxra2x');
    src: url('fonts/icomoon.eot?cxra2x#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?cxra2x') format('truetype'),
        url('fonts/icomoon.woff?cxra2x') format('woff'),
        url('fonts/icomoon.svg?cxra2x#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-29:before {
    content: "\e9d9";
}

.icon--1:before {
    content: "\e9d8";
}

.icon-Vector-151:before {
    content: "\e9ca";
}

.icon-Star:before {
    content: "\e90f";
}

.icon-time-left:before {
    content: "\e961";
}

.icon-heart-1:before {
    content: "\e9a4";
}

.icon-price-tag-1:before {
    content: "\e923";
}

.icon-profile-user-1:before {
    content: "\e9b2";
}

.icon-user-1-1:before {
    content: "\e9ba";
}

.icon-user:before {
    content: "\e9bb";
}

.icon-user-add:before {
    content: "\e92f";
}

.icon-cheveron-down:before {
    content: "\e905";
}

.icon-reload:before {
    content: "\e92a";
}

.icon-user-add:before {
    content: "\e92f";
}

.icon-arrow-down:before {
    content: "\e9de";
}

.icon-arrow-left:before {
    content: "\e9df";
}

.icon-arrow-right:before {
    content: "\e9e0";
}

.icon-arrow-thin-up:before {
    content: "\e9db";
}

.icon-cheveron-right:before {
    content: "\e9e1";
}

.icon-cheveron-up:before {
    content: "\e9e2";
}



.u-line-1 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.u-line-2 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.u-line-3 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.smk-article {}

.smk-article .smk-article-title {}

.smk-article .smk-article-title h1 {
    font-size: 24px;
}

.smk-article .smk-article-content h2 {
    font-size: 20px;
    margin: 40px 0 10px 0;
}

.smk-article .smk-article-content h3 {
    font-size: 18px;
    margin: 6px 0 6px 0;
}

.smk-article .smk-article-content p {
    color: var(--tr-text-body);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0 10px 0;
}

.smk-page {
    display: flex;
    justify-content: center;
}

.smk-page>>>.el-pager li {
    border: 1px solid;
    border-radius: 50%;
    font-size: 20px;
    min-width: 35.5px;
    height: 36px;
    line-height: 36px;
    width: 36px;
}

.smk-search {
    background: #F2F5EC;
    border-radius: 10px;
}

.smk-search .smk-search-box {}

.smk-search .smk-search-header {
    font-weight: 600;
    min-width: 70px;
    text-align: right;
}

.smk-search .smk-search-content {}

.smk-search .smk-search-content .smk-search-content-box {}

.smk-search .smk-search-content .smk-search-content-box .bt {
    /* border: 1px solid #909399; */
    color: #333;
    position: relative;
    width: auto;
    padding: 4px 0 4px 15px;
    margin: 0 10px;
    font-size: 13.5px;
    cursor: pointer;
    min-width: 80px;
    text-align: left;
    /* border-radius: 4px; */
}

.smk-search .smk-search-content .smk-search-content-box .bt.sel::before {
    content: '✓';
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 20px;
    color: green;
    margin-right: 5px;

}

/* .smk-search .smk-search-content .smk-search-content-box .bt.sel::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #409EFF;
} */

.smk-share-cn {
    width: 100%;
    height: 30px;
    font-size: 13.5px;
    font-weight: 500;
}

.smk-share-cn .trapezoid {
    border: 1px solid #C0C4CC;
    border-radius: 6px;
    padding: 0 6px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.smk-share-cn .trapezoid-complement {
    border: 1px solid #C0C4CC;
    border-radius: 6px;
    padding: 0 6px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.smk-share-cn .sel {
    background-color: #4DA528;
    border: 1px solid #4DA528;
    color: #fff;
}

.smk-trip-oper {}

.smk-trip-oper .name {
    font-size: 14px;
}

.smk-trip-oper .bt-box {

    text-align: center;
    cursor: pointer;
}

.smk-trip-oper .fg {
    border-left: 1px solid #F0F0F0;
    padding-left: 1px;
}

.smk-trip-oper .bt-box.bt {
    color: #034833;
    height: 75px;
    padding-bottom: 7px;

}

.smk-trip-oper .bt-box.bt .box {
    background-color: #fff;
    height: 100%;

    display: flex;
    justify-content: center;
    flex-direction: column;
}

.smk-trip-oper .bt-box.bt .bt-name {}

.smk-trip-oper .bt-box.fa {

    background-size: 100% 100%;
    background-repeat: no-repeat;

    color: #fff;
    height: 75px;
    line-height: 75px;

    padding: 0 10px;
    font-weight: 500;

    width: 20%;
}

.smk-trip-oper .bt-box.fa.frist {
    background-image: url(/template/1/travexia/assets/img/trip/fa-sel-1.png);
}

.smk-trip-oper .bt-box.fa.second {
    background-image: url(/template/1/travexia/assets/img/trip/fa-sel-2.png);
}

.smk-trip-oper .bt-box.fa.frist.un-sel {
    background-image: url(/template/1/travexia/assets/img/trip/fa-un-sel-1.png);
}

.smk-trip-oper .bt-box.fa.second.un-sel {
    background-image: url(/template/1/travexia/assets/img/trip/fa-un-sel-2.png);
}

.smk-trip-content {
    height: 425px;
    overflow-y: auto;
}

.smk-trip-content::-webkit-scrollbar {
    width: 10px;
}

.smk-trip-content::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #4DA528;
}

.smk-trip-content::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
}


.smk-trip-content .fg {
    height: 100%;
    border-left: 2px dashed #EDEEEE;
    margin: 0 10px;
    padding: 0;
}

.smk-trip-content .box .item .tindex .link-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.smk-trip-content .box .item .tindex .link {
    height: 100%;
    width: 2px;
    border-left: 2px dashed #9ACE3B;
}

.smk-trip-content .box .item .tindex .link.link-start {
    border-left: 2px dashed #F2F5EC;
}

.smk-trip-content .box .item .tindex .link.link-end {
    border-left: 2px dashed #F2F5EC;
}

.smk-trip-content .box {}

.smk-trip-content .box .item {}

.smk-trip-content .box .item .tindex {
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.smk-trip-content .box .item .tindex .tindex-box {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.smk-trip-content .box .item .tindex .tindex-box.color-0 {
    background-color: #EAF4D8;
    color: #9ACE3B;
    border: 1px solid #9ACE3B;
}

.smk-trip-content .box .item .tindex .tindex-box.color-1 {
    background-color: #FFE3DC;
    color: #FF6846;
    border: 1px solid #FF6846;
}

.smk-trip-content .box .item .tindex .tindex-box.color-2 {
    background-color: #FFF3E0;
    color: #FFCB6B;
    border: 1px solid #FFCB6B;
}

.smk-trip-content .box .item .tindex .tindex-box.color-3 {
    background-color: #E0F0FF;
    color: #9ACE3B;
    border: 1px solid #9ACE3B;
}

.smk-trip-content .box .item .tindex .tindex-box.color-4 {
    background-color: #EAF4D8;
    color: #9ACE3B;
    border: 1px solid #9ACE3B;
}

.smk-trip-content .box .item .tindex .tindex-box.color-5 {
    background-color: #FFE3DC;
    color: #FF6846;
    border: 1px solid #FF6846;
}

.smk-trip-content .box .item .tindex .tindex-box.color-6 {
    background-color: #FFF3E0;
    color: #FFCB6B;
    border: 1px solid #FFCB6B;
}

.smk-trip-content .box .item .tindex .tindex-box.color-7 {
    background-color: #FFE3DC;
    color: #FF6846;
    border: 1px solid #FF6846;
}

.smk-trip-content .box .item .tindex .tindex-box.color-8 {
    background-color: #FFF3E0;
    color: #FFCB6B;
    border: 1px solid #FFCB6B;
}

.smk-trip-content .box .item .content {
    padding: 26px;
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
}

.smk-trip-content .box .item .content .content-box-1 {
    min-width: 98px;
}

.smk-trip-content .box .item .content .content-box-1 .f1 {
    font-weight: bold;
    font-size: 18px;
    color: #081E2A;
    line-height: 28px;
    height: 28px;
}

.smk-trip-content .box .item .content .content-box-1 .f2 {
    font-weight: 500;
    font-size: 14px;
    color: #53585C;
    line-height: 20px;
    height: 20px;
}

.smk-trip-content .box .item .content .content-box-2 {}

.smk-trip-content .box .item .content .content-box-2 .f3 {
    font-weight: bold;
    font-size: 18px;
    color: #788D9C;
    line-height: 28px;
    height: 28px;
}

.smk-trip-content .box .item .content .content-box-2 .f4 {
    font-weight: 500;
    font-size: 14px;
    color: #788D9C;
    line-height: 20px;
    height: 20px;
}

.smk-trip-expert {}

.smk-trip-expert .smk-trip-expert-box {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(/template/1/travexia/assets/img/trip/bg2.png);
    height: 382px;
    width: 100%;
}

.smk-trip-expert .smk-trip-expert-box .content {
    max-width: 800px;
}

.smk-trip-expert .summary {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 44px;

    padding-top: 70px;
}

.smk-trip-expert .bt {
    margin-top: 30px;
    font-weight: 500;
    font-size: 20px;
    color: #034833;
    line-height: 54px;
    height: 54px;
    text-align: center;
    background-color: #fff;
    border-radius: 12px;
    width: 200px;
}


.smk-trip-cus-form {}

.smk-fk-show-bt {
    width: 100%;
    padding: 0 15px;
    background-color: #FCFCFC;
    border-bottom: 1px solid #FCFCFC;
    cursor: pointer;
}


.smk-city-select-popover {
    /* left: 65px !important; */
}

.smk-fk-box .option {
    color: #5B5B5B;
    /* border: 1px solid #5B5B5B; */
    margin: 5px;

    width: auto;
    padding: 0 18px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 12px;

    cursor: pointer;
}

.smk-fk-box .option.group {}

.smk-fk-box .option.short {
    width: auto;
    padding: 0 18px;
    font-size: 12px;
    border: 1px solid #5B5B5B;
}


.smk-fk-box .option.group.sel {
    border-bottom: 1px solid #409EFF;
    color: #409EFF;
    position: relative;

}

.smk-fk-box .option.children {
    border-radius: 6px;
}

.smk-fk-box .option.children.sel {
    border: 1px solid #409EFF;
    color: #409EFF;
    position: relative;

}

.smk-fk-box .option.children.sel::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #409EFF;
}

.smk-fk-box .fg {
    width: 100%;
    height: 2px;
    padding-top: 1px;
    border-top: 1px dashed #5B5B5B;
    margin: 8px 0 10px 0;
}


.smk-torder-confirm {}

.smk-torder-confirm .fg {
    border-top: 1px solid #C0C4CC;
    padding-top: 1px;
    height: 1px;
    margin: 5px 0;
}

.smk-torder-confirm .column {
    font-size: 16px;
    font-weight: 600;
}


.smk-torder-confirm .smk-torder-confirm-header {
    padding: 10px;
}

.smk-torder-confirm .smk-torder-confirm-torder {
    background-color: #fff;
    padding-top: 20px;
}

.smk-torder-confirm .smk-torder-confirm-torder .torder-padding {
    padding: 10px 20px;
}

.smk-torder-confirm .smk-torder-confirm-delivery {}

.smk-torder-confirm .smk-torder-confirm-delivery .msg-box {
    padding: 10px 20px;
}

.smk-torder-confirm .smk-torder-confirm-delivery .msg-box .msg-title {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
}

.smk-torder-confirm .smk-torder-confirm-delivery .msg-box .msg-body {
    border: 1px dashed #C0C4CC;
    padding: 20px;
    border-radius: 8px;
    max-width: 500px;
}

.smk-torder-confirm .smk-torder-confirm-delivery .msg-box .msg-body .label-value {
    font-size: 14px;
    font-weight: 400;
    color: #909399;
}

.smk-torder-confirm .smk-torder-confirm-product {}

.smk-torder-confirm .smk-torder-confirm-product .product-main {
    padding: 10px 20px;
}

.smk-torder-confirm .smk-torder-confirm-product .product-box {
    border: 1px solid #C0C4CC;
    padding: 0;
    border-radius: 8px;
}

.smk-torder-confirm .smk-torder-confirm-product .th {
    background-color: #C0C4CC;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 5px 0;
}

.smk-torder-confirm .smk-torder-confirm-product .th .td {
    font-size: 13.5px;
    font-weight: 600;
    text-align: center;
}

.smk-torder-confirm .smk-torder-confirm-product .tr {}

.smk-torder-confirm .smk-torder-confirm-product .tr .box {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 1px;
}

.smk-torder-confirm .smk-torder-confirm-product .tr .box .td {
    text-align: center;
}

.smk-torder-confirm .smk-torder-confirm-product .tr .box .td.td-f1 {
    text-align: left;
}

.smk-torder-confirm .smk-torder-confirm-product .tr .box .td.td-f1 .cover-img {
    min-width: 200px;
}

.smk-torder-confirm .smk-torder-confirm-product .tr .box .td.td-f1 .cover-img img {
    width: 100%;
    height: 150px;
    border-radius: 4px;
}

.smk-torder-confirm .smk-torder-confirm-product .tr .box .td.td-f1 .info {
    margin-left: 10px;
}

.smk-torder-confirm .smk-torder-confirm-product .tr .box .td.td-f1 .info .name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.smk-torder-confirm .smk-torder-confirm-product .tr .box .td.td-f1 .info .summary {
    font-size: 14px;
    font-weight: 400;
}

.smk-torder-confirm .smk-torder-confirm-product .tr .box .td.td-f1 .info .label {
    margin: 5px 0;
}

.smk-torder-confirm .smk-torder-confirm-product .tr .box .td.td-f1 .info .label .label-name {
    font-size: 14px;
    font-weight: 400;
    color: #909399;
    min-width: 100px;
}

.smk-torder-confirm .smk-torder-confirm-product .tr .box .td.td-f1 .info .label .label-value {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.smk-torder-confirm .smk-torder-confirm-product .tr .box .info .label {
    margin: 5px 0;
}

.smk-torder-confirm .smk-torder-confirm-product .tr .box .info .label .label-name {
    font-size: 14px;
    font-weight: 400;
    color: #909399;
    min-width: 100px;
}

.smk-torder-confirm .smk-torder-confirm-product .tr .box .info .label .label-value {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.smk-torder-confirm .smk-torder-confirm-product .tr .product-tip {
    font-size: 12px;
    margin-top: 10px 0;
}

.smk-torder-confirm .smk-torder-confirm-price {
    padding: 10px 20px;
}

.smk-torder-confirm .smk-torder-confirm-price .price-label {

    margin: 10px 0;
}

.smk-torder-confirm .smk-torder-confirm-price .price-label .price-label-name {
    min-width: 120px;
    font-size: 13.5px;
    font-weight: 500;
    text-align: right;
}

.smk-torder-confirm .smk-torder-confirm-price .price-label .price-label-value {
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    text-align: right;
    margin-left: 20px;
}

.is-mobile {
    display: none;
}

.circle {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    border: 1px solid;
}

.smk-index-new {}

.smk-index-new .carousel {
    height: 50px;
}

.smk-index-new .carousel .item {
    border-radius: 4px;
    height: 60px;
    line-height: 20px;
    padding: 4px 10px;
    font-size: 13.5px;
    color: #333;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.7);
}

/*pagination
-------------------------------------------------------------- */
.tf-pagination {
    flex-wrap: wrap;
    gap: 16px;
}

.tf-pagination li {
    color: #FFFFFF;
}

.tf-pagination li .pages-link {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #081E2A;
    border: 1px solid #EDEEEE;
    border-radius: 100%;
}

.tf-pagination li .pages-link:hover {
    background-color: #4DA528;
    color: #FFFFFF;
}

.tf-pagination li.active {
    background-color: #4DA528;
    color: #FFFFFF;
    border-radius: 100%;
}

.tf-pagination li.active>.pages-link {
    color: #FFFFFF;
}

.tf-container {
    max-width: 1320px;
    width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.tf-container.w-1456 {
    max-width: 1475px;
    width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.tf-container.full {
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.listing-list-car-wrap-grid3 .listing-list-car-grid {
    grid-template-columns: repeat(3, 1fr);
}

.listing-list-car-wrap-grid3 .listing-list-car-grid.listing-list-car-list {
    grid-template-columns: repeat(2, 1fr);
}

.listing-list-car-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.listing-list-car-grid.listing-list-car-list {
    grid-template-columns: 1fr;
}

.listing-list-car-grid.listing-list-car-list .tour-listing {
    padding: 13px;
    display: flex;
}

.listing-list-car-grid.listing-list-car-list .tour-listing .tour-listing-image {
    max-width: 258px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.listing-list-car-grid.listing-list-car-list .tour-listing .tour-listing-image img {
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.listing-list-car-grid.listing-list-car-list .tour-listing .tour-listing-content {
    padding: 0px 37px 0px 37px;
    margin-top: 0px;
    width: 100%;
}




/* widget Tour List
-------------------------------------------------------------- */
.tour-listing {
    border-radius: 8px 8px 8px 8px;
    position: relative;
    overflow: hidden;
}

.tour-listing:hover .tour-listing-image img {
    transform: scale(1.1);
}

.tour-listing:hover .tour-listing-content .tag-listing {
    background-color: #4DA528;
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tour-listing .tour-listing-image {
    position: relative;
    display: block;
}

.tour-listing .tour-listing-image .badge-top {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0px;
    right: 0px;
    padding-left: 12px;
    padding-right: 16px;
    top: 12px;
}

.tour-listing .tour-listing-image .badge-top .feature {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #FFFFFF;
    background-color: #14B0C3;
    padding: 4px 17px;
    border-radius: 4px;
}

.tour-listing .tour-listing-image .badge-top .feature.discount {
    background-color: #FF970D;
    color: #fff;
}

.tour-listing .tour-listing-image .badge-top .badge-media .media {
    padding: 6px 8px;
    background-color: rgba(0, 0, 0, 0.63);
    border-radius: 2px;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.05);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.tour-listing .tour-listing-image .badge-top .badge-media .media:not(:first-child) {
    margin-left: 10px;
}

.tour-listing .tour-listing-image .badge-top .badge-media .media i {
    font-size: 16px;
    margin-right: 5px;
}

.tour-listing .tour-listing-image img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tour-listing .tour-listing-image img.img-col-3 {
    width: 100%;
    height: 294px;
    object-fit: cover;
}

.tour-listing .tour-listing-image img.img-col-4 {
    width: 100%;
    height: 210px;
}

.tour-listing .tour-listing-content {
    padding: 14px 34px 18px 20px;
    background-color: #FFFFFF;
    border-radius: 8px;
    margin-top: -23px;
    position: relative;
}

.tour-listing .tour-listing-content .header-box {
    height: 112px;
}

.tour-listing .tour-listing-content .tag-listing {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    background-color: #FFFFFF;
    padding: 6px 22px;
    border-radius: 4px;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: -13px;
    right: 25px;
}

.tour-listing .tour-listing-content .map {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #4F545A;
    font-family: "DM Sans", sans-serif;
}

.tour-listing .tour-listing-content .map i {
    color: #4DA528;
    margin-right: 10px;
    font-size: 19px;
}

.tour-listing .tour-listing-content .title-tour-list {
    font-size: 18px;
    line-height: 27px;
    margin-top: 0px;
    margin-bottom: 5px;
    text-transform: inherit;
}

.tour-listing .tour-listing-content .summary-tour {
    font-size: 14px;
}

.tour-listing .tour-listing-content .summary {
    margin-bottom: 20px;
    color: #4F545A;
    font-size: 15px;
    line-height: 25px;
    height: 50px;
}

.tour-listing .tour-listing-content .review i {
    color: #FBAD17;
    font-size: 16px;
}

.tour-listing .tour-listing-content .review span {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #4F545A;
    margin-left: 6px;
}

.tour-listing .tour-listing-content .icon-box {
    padding-top: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 18px;
    height: 52px;
}

.tour-listing .tour-listing-content .icon-box.un-border-bottom {
    border-bottom: unset;
}

.tour-listing .tour-listing-content .icon-box .icons i {
    color: #4DA528;
    margin-right: 10px;
    font-size: 19px;
}

.tour-listing .tour-listing-content .icon-box .icons svg {
    margin-right: 10px;
}

.tour-listing .tour-listing-content .icon-box .icons svg path {
    stroke: #4DA528;
}

.tour-listing .tour-listing-content .icon-box .icons span {
    font-size: 16px;
    font-weight: 500;
    color: #83827F;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.tour-listing .tour-listing-content .price-box {
    flex-wrap: wrap;
    gap: 8px;
}

.tour-listing .tour-listing-content .price-box p {
    font-size: 15px;
    font-weight: 500;
    color: #83827F;
    margin-bottom: 0px;
}

.tour-listing .tour-listing-content .price-box p .price-sale {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #4DA528;
}

.tour-listing .tour-listing-content .price-box .price {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #83827F;
    text-decoration: line-through;
}

.tour-listing .tour-listing-content .icon-bookmark {
    padding: 0px 10px;
    cursor: pointer;
}

.tour-listing .tour-listing-content .icon-bookmark i {
    font-size: 20px;
    color: #4DA528;
}

.tr-trip-ratting span {
    /* color: var(--tr-theme-2); */
    color: #FBAD19;
    transform: translateY(-3px);
    display: inline-block;
}

.tr-trip-ratting span:not(:last-child) {
    /* margin-right: 3px; */
}

.tr-trip-ratting span i {
    color: #FBAD19;
    margin: 0 2px;
    font-size: 16px;
}

/*-------------------搜索--------------------------------*/

.smk-trip-head-search-mb {
    /* background-color: #fff; */
}

.smk-trip-head-search-mb.v-index {
    background-color: #FCFCFC;
    border-radius: 8px;
}

.smk-trip-head-search-mb .smk-trip-head-search-mb-box {
    padding: 10px 20px;
}

.smk-trip-head-search-mb .smk-trip-head-search-mb-box .h1 {
    font-size: 14px;
    font-weight: 600;
}

.smk-trip-head-search-mb .smk-trip-head-search-mb-box .h2 {
    font-size: 12px;
    font-weight: 400;
}

/*----------------------archieve tour--------------------*/
.archieve-tour {
    /* padding-top: 120px;
    padding-bottom: 105px; */
}

.archieve-tour .tf-my-listing {
    border: 1px solid #EDEEEE;
    padding: 7px 27px;
    border-radius: 10px;
}

.archieve-tour .tf-my-listing .showing {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #081E2A;
}

.archieve-tour .tf-my-listing .listing-all-wrap .toolbar-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    margin-left: 30px;
}

.archieve-tour .tf-my-listing .listing-all-wrap .toolbar-list .form-group {
    cursor: pointer;
}

.archieve-tour .tf-my-listing .listing-all-wrap .toolbar-list .form-group a {
    font-size: 20px;
}

.archieve-tour .tf-my-listing .listing-all-wrap .group-select-recently .nice-select {
    font-size: 16px;
    font-weight: 500;
    color: #4F545A;
    border: unset !important;
}

.archieve-tour .tf-my-listing .listing-all-wrap .group-select-recently .nice-select i {
    margin-right: 10px;
}

.archieve-tour .tf-my-listing .listing-all-wrap .group-select-recently .nice-select.open .list {
    width: auto;
    right: 0;
    left: auto;
}

.archieve-tour .tf-my-listing1 .filter-tour-package {
    margin-top: 20px;
}

.archieve-tour .tf-my-listing1 .filter-tour-package .nice-select {
    border-radius: 50px;
    padding: 15px 35px 15px 25px;
}

.archieve-tour .tf-my-listing1 .filter-tour-package .nice-select i {
    font-size: 15px;
    margin-right: 10px;
}

.archieve-tour .tf-my-listing1 .filter-tour-package .nice-select .current {
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    color: #081E2A;
}

.archieve-tour .tf-my-listing1 .filter-tour-package .nice-select:not(:last-child) {
    margin-right: 20px;
}

.archieve-tour .tf-my-listing1 .listing-all-wrap .nice-select {
    border: unset !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.53px;
}

.archieve-tour .tf-my-listing1 .listing-all-wrap .nice-select i {
    margin-right: 10px;
}

.archieve-tour .tf-my-listing1 .listing-all-wrap .nice-select.open .list {
    width: auto;
    right: 0;
    left: auto;
}

/* widget heading
-------------------------------------------------------------- */
.sub-title-heading {
    font-size: 18px;
    font-weight: 500;
    line-height: 22.68px;
    display: inline-block;
}

/* breadcrumb classes
-------------------------------------------------------------- */
.smk-breadcrumb {}

.smk-breadcrumb .smk-breadcrumb-box {
    font-size: 16px;
    font-weight: 500;
    color: #606266;
}

.smk-breadcrumb .smk-breadcrumb-box a {
    color: #333;
}

.smk-breadcrumb .smk-breadcrumb-box i {
    color: #4DA528;
    margin-right: 10px;
    font-size: 16px;
}

.cheackmark:hover .icon {
    background-color: #4DA528;
    color: #FFFFFF;
    box-shadow: unset;
}

.cheackmark .icon {
    width: 65px;
    flex-shrink: 0;
    height: 65px;
    background-color: #FFFFFF;
    border-radius: 100%;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.1);
    color: #4DA528;
    font-size: 40px;
    transition: all 0.3s ease-in-out;
}

.cheackmark .content {
    margin-left: 18px;
}

.smk-member-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.smk-dropdownBox-z-index {
    z-index: 9999999 !important;
}

/* Extra classes
-------------------------------------------------------------- */
.msg-success {
    background: linear-gradient(to right, #E250E5, #4B50E6, #E250E5);
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 700;
    background-size: 200% 200%;
    animation: rainbow 2s ease-in-out infinite;
    color: rgba(0, 0, 0, 0);
    transition: color 0.2s ease-in-out;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.smk-product-content {}

.smk-product-content.mb {
    display: none;
}

.smk-product-content.pc {
    display: block;
}

.smk-product-content.mb .img-box img {
    width: 100%;
    height: 100%;
}

.smk-product-content.pc .img-box img {
    width: 100%;
    height: 100%;
}

.smk-resort-item {
    height: 32px;
}


.smk-resort-item i {
    color: #4DA528;
}

.smk-resort-item .label {

    font-size: 16px;
    font-weight: 400;
    line-height: 32px;

}

.smk-resort-item .value {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 32px;
}

.smk-resort-item .value.operating-hour {
    margin: 0px !important;
}

.smk-resort-item .value.operating-hour .item {
    font-size: 16px;
    width: 330px;
}

.white-space {
    white-space: pre-line;
}

label.error {
    color: red;
}

.text-white {
    color: #FFFFFF;
}

.text-24 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.shaw-box {
    padding: 50px;
    margin: -50px;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-one {
    justify-content: space-between;
    display: flex;
}

.flex-two {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.flex-three {
    display: flex;
    align-items: center;
}

.flex-five {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-six {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flex-seven {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.flex-pc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.center,
.text-center {
    text-align: center;
}

.text-end {
    text-align: end;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.flex-none {
    flex: none !important;
}

.text-t {
    text-transform: capitalize;
}

.text-u {
    text-transform: uppercase;
}

.text-unset {
    text-transform: unset !important;
}

.text-line {
    text-decoration-line: underline !important;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: end;
}

.justify-space {
    justify-content: space-between;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-center {
    align-items: center;
}

.text-end {
    text-align: end;
}

.font-italic {
    font-style: italic;
}

.al-i-end {
    align-items: flex-end;
}

#wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
}

.wrapper-style {
    background: #FAF8FF;
}

.z-index1 {
    z-index: 1;
}

.z-index3 {
    z-index: 3;
}

.z-index4 {
    z-index: 4;
}



.fs-28-46 {
    font-size: 28px;
    font-weight: 400;
    line-height: 46px;
    display: inline-block;
}

.pd-main {
    padding: 120px 0;
}

.pb-60 {
    padding-bottom: 60px;
}

.m0-auto {
    margin: 0 auto;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-18 {
    margin-bottom: 18px !important;
}

.mb-22 {
    margin-bottom: 22px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-37 {
    margin-bottom: 37px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-43 {
    margin-bottom: 43px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb--93 {
    margin-bottom: -93px;
}

.mb--7em {
    margin-bottom: -7.6em;
}

.mb--14em {
    margin-bottom: -14em;
}

.mb--20em {
    margin-bottom: -20em;
}

.mb--25em {
    margin-bottom: -25em;
}

.mt--50 {
    margin-top: -50px;
}

.mt--60 {
    margin-top: -60px;
}

.mt--82 {
    margin-top: -82px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-115 {
    padding-top: 115px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-27 {
    margin-top: 27px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-44 {
    margin-top: 44px;
}

.mt-53 {
    margin-top: 53px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pr-256 {
    padding-right: 256px !important;
}

.lh-32 {
    line-height: 32px;
}

.box-sd {
    box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.07);
}

.text-white {
    color: #FFFFFF;
}

.text-gray {
    color: #B6C2D4;
}

.text-black {
    color: #081E2A;
}

.text-second {
    color: #FF970D;
}

.text-main {
    color: #4DA528 !important;
}

.font-yes {
    font-family: "Yesteryear", sans-serif;
}

.overflow-hidden {
    overflow: hidden;
}

.relative {
    position: relative;
}

.fs-italic {
    font-style: italic;
}

.tour1 {
    color: #FBAD17;
}

.tour2 {
    color: #17FBC4;
}

.tour3 {
    color: #FB4E17;
}

.tour4 {
    color: #17E0FB;
}

.tour5 {
    color: #F617FB;
}

.tour6 {
    color: #FB1717;
}

.bg-part-gray {
    background-color: #EEE9E9;
}

.bg-part-blue {
    background-color: #E0F4F3;
}

.bg-1 {
    background-color: #F4F6F8;
}

.bg-2 {
    background-color: #FF970D !important;
}

.bg-3 {
    background-color: #1D231F;
}

.bg-4 {
    background-color: #F3F8F6;
}

.bg-white {
    background-color: #FFFFFF;
}

.smk-content {
    font-size: 15px;
    color: #333;
    font-family: var(--tr-ff-body) !important;
}

.smk-content p {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    font-family: var(--tr-ff-body) !important;
}

@media only screen and (max-width: 1300px) {
    .widget-feature2 .content-feature2 {
        padding: 3em 1em 1em 4.3em;
    }
}

@media only screen and (max-width: 1199px) {
    .widget-feature2 .content-feature2 {
        padding: 3em 1em 1em 1em;
    }

    .widget-feature2 .image-feature2 {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1024px) {
    .listing-list-car-wrap-grid3 .listing-list-car-grid.listing-list-car-list {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width: 991px) {
    .widget-feature .tab-content .tour-listing {
        margin-bottom: 30px;
    }

    .tab-tour-list .tour-listing {
        margin-bottom: 30px;
    }

    .widget-feature2 .image-feature2 .mask-ft-right {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .listing-list-car-wrap-grid3 .listing-list-car-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .content-feature2 .cheackmark {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .sub-title-heading {
        font-size: 16px;
        line-height: 20.68px;
    }

    .listing-list-car-wrap-grid3 .listing-list-car-grid.listing-list-car-list .tour-listing {
        flex-direction: column;
    }

    .listing-list-car-wrap-grid3 .listing-list-car-grid.listing-list-car-list .tour-listing .tour-listing-content {
        padding: 25px 20px 20px 20px;
    }

    .listing-list-car-wrap-grid3 .listing-list-car-grid.listing-list-car-list .tour-listing .tour-listing-image {
        max-width: 100%;
    }

    .listing-list-car-wrap-grid3 .listing-list-car-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .smk-product-content.mb {
        display: block;
    }

    .smk-product-content.pc {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .smk-resort-item {
        height: auto;
    }

    .smk-trip-content .fg{
        margin: 0 6px;
    }

    .smk-trip-expert .smk-trip-expert-box {
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: 200px;
        width: 100%;
    }

    .smk-trip-expert .summary {
        font-size: 14px;
        line-height: 28px;
        padding-top: 20px;
    }

    .smk-trip-expert .bt {
        margin-top: 10px;
        font-weight: 500;
        font-size: 16px;
        line-height: 32px;
        height: 32px;
        border-radius: 6px;
        width: 160px;
    }

    .archieve-tour .tf-my-listing1 .filter-tour-package {
        margin-top: 20px;
        margin-bottom: 20px;
        flex-wrap: wrap;
        gap: 20px;
    }

    .archieve-tour .tf-my-listing1 .filter-tour-package .nice-select:not(:last-child) {
        margin-right: 0px;
    }

    .archieve-tour .tf-my-listing1 .filter-tour-package .nice-select {
        width: calc(50% - 20px);
    }

    .archieve-tour .tf-my-listing .listing-all-wrap .group-select-recently .nice-select.open .list {
        width: auto;
        right: auto;
        left: 0;
    }

    .archieve-tour .tf-my-listing .listing-all-wrap .group-select-recently .nice-select {
        padding: 8px 35px 8px 0px;
    }

    .archieve-tour .tf-my-listing {
        padding: 20px 27px;
    }

    .listing-list-car-grid {
        grid-template-columns: 1fr;
    }

    .smk-trip-oper .name {
        font-size: 12px;
    }

    .smk-trip-content .box .item .content {
        padding: 12px;
    }

    .smk-trip-content .box .item .content .content-box-1 .f1 {
        font-size: 16px;
        line-height: 26px;
        height: 26px;
    }

    .smk-trip-content .box .item .content .content-box-1 .f2 {
        font-size: 12px;
        line-height: 18px;
        height: 18px;
    }

    .smk-trip-content .box .item .content .content-box-2 {}

    .smk-trip-content .box .item .content .content-box-2 .f3 {
        font-size: 16px;
        line-height: 26px;
        height: 26px;
    }

    .smk-trip-content .box .item .content .content-box-2 .f4 {
        font-size: 12px;
        line-height: 18px;
        height: 18px;
    }

    .smk-torder-confirm .smk-torder-confirm-product .product-main {
        padding: 10px 0;
    }

    .smk-torder-confirm .smk-torder-confirm-product .th {
        display: none;
    }

    .smk-torder-confirm .smk-torder-confirm-delivery .msg-box {
        padding: 10px 0;
    }

    .flex-pc {
        display: none;
    }

    .is-mobile {
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .listing-list-car-grid.listing-list-car-list .tour-listing {
        flex-direction: column;
    }

    .listing-list-car-grid.listing-list-car-list .tour-listing .tour-listing-content {
        padding: 20px 20px 20px 20px;
    }

    .listing-list-car-grid.listing-list-car-list .tour-listing .tour-listing-image {
        max-width: 100%;
    }

    .fs-28-46 {
        font-size: 15px;
        line-height: 20px;
    }

    .smk-trip-oper .name {
        font-size: 12px;
    }

    .smk-trip-content .box .item .content {
        padding: 12px;
    }

    .smk-trip-content .box .item .content .content-box-1 .f1 {
        font-size: 16px;
        line-height: 26px;
        height: 26px;
    }

    .smk-trip-content .box .item .content .content-box-1 .f2 {
        font-size: 12px;
        line-height: 18px;
        height: 18px;
    }

    .smk-trip-content .box .item .content .content-box-2 {}

    .smk-trip-content .box .item .content .content-box-2 .f3 {
        font-size: 16px;
        line-height: 26px;
        height: 26px;
    }

    .smk-trip-content .box .item .content .content-box-2 .f4 {
        font-size: 12px;
        line-height: 18px;
        height: 18px;
    }

    .smk-torder-confirm .smk-torder-confirm-product .th {
        display: none;
    }

    .smk-torder-confirm .smk-torder-confirm-product .product-main {
        padding: 10px 0;
    }

    .smk-torder-confirm .smk-torder-confirm-delivery .msg-box {
        padding: 10px 0;
    }

    .flex-pc {
        display: none;
    }

    .is-mobile {
        display: block;
    }
}


.smk-mb-row {
    display: flex;
}

.smk-mb-col-0 {
    width: 0%;
}

.smk-mb-col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.smk-mb-col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

/**=============连接线==================*/
.smk-link {
    width: 100%;
}

.smk-link .smk-link-box {
    border-top: unset;
}

.smk-link.no .smk-link-box {
    border-top: unset;
}

/**---------------------------------------*/

.widget-feature2 .image-feature2 {
    margin-right: -38px;
}

.widget-feature2 .image-feature2 .mask-ft-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -4%;
    width: auto;
}

.widget-feature2 .image-feature2 .mask-ft-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2%;
}

.widget-feature2 .exploring {
    bottom: 16%;
    left: 15%;
    animation: dot-anim-3 3s linear 0s infinite alternate;
}

.widget-feature2 .content-feature2 {
    padding: 7em 22em 0em 6.8em;
}

@media only screen and (max-width: 1570px) {
    .widget-feature2 .content-feature2 {
        padding: 3em 8em 1em 7.3em;
    }
}

@media (min-width:576px) {

    .smk-link {
        width: 100%;
    }

    .smk-link.no.left {
        width: 30%;
    }

    .smk-link.width-50 {
        width: 50%;
    }

    .smk-link .smk-link-box {
        padding-left: 1px;
        height: 1px;
        border-top: 1px solid;
        width: 100%;
    }

    .smk-link.no .smk-link-box {
        border-top: unset;
    }

    .smk-index-new .carousel {
        height: 30px;
    }

    .smk-index-new .carousel .item {
        height: 30px;
    }

    .smk-mb-row {
        display: block;
    }

    .smk-mb-col-0 {
        width: auto;
    }

    .smk-mb-col-2 {
        flex: unset;
        width: auto
    }

    .smk-mb-col-10 {
        flex: unset;
        width: auto
    }
}