html {
    scroll-behavior: smooth;
    font-size: 1.33333333333vw;

}

html.noscroll {
    overflow: hidden;
}

@media (min-width: 768px) {
    html {
        font-size: 0.625vw;
    }
}

@media (min-width: 2500px) {
    html {
        font-size: inherit;
    }
}

ul li {
    list-style: none;
}

.clearfix {
    clear: both;
}

h1 {
    margin: 0;
}

*,
p,
ul {
    margin: 0;
    padding: 0;
}

a:hover {
    color: orange;
}

body {
    font-size: 15px;
    overflow-x: hidden;
    font-family: "Montserrat", serif;
}

.topbar {
    background-color: #e5e5e5;
}

.button:after,
.button:before {
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    transition: all 280ms ease-in-out;
    width: 0;
}

.button:hover:after,
.button:hover:before {
    backface-visibility: hidden;
    border-color: #ff0000;
    transition: width 350ms ease-in-out;
    width: 70%;
}

.button:hover:before {
    bottom: auto;
    top: 0;
    width: 70%;
}

a {
    text-decoration: none;
    color: #333;
    transition: all 0.3s;
}

a:hover,
a:focus {
    text-decoration: none;
}

button,
input,
textarea,
select {
    outline-offset: 0 !important;
    outline: none !important;
}

textarea {
    width: 100%;
}

.text-primary {
    color: #000;
}

.scrollup {
    background: #fff;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    width: 8rem;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 8px 24px -3px #1018281a;
    z-index: 2;
    transition: all 0.3s;
}

@media (min-width: 768px) {
    .scrollup {
        width: 4rem;
        height: 4rem;
    }
}

.scrollup span {
    display: inline-block;
    background: url(../images/ic_top.svg) top center;
    background-size: contain;
    width: 3rem;
    height: 3rem;
}

@media (min-width: 768px) {
    .scrollup span {

        width: 2rem;
        height: 2rem;
    }
}

.scrollup:hover {
    background: #283e37;

    span {
        filter: brightness(0) invert(1);
    }
}

.productbreadcrumb {
    padding: 0px 0;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.loadajax {
    background: url("../images/ajax-loader1.gif") no-repeat scroll 10px 10px;
    border-radius: 5px;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    opacity: 0.8;
    overflow: visible;
    padding: 0;
    position: fixed;
    right: 50%;
    bottom: 50%;
    top: 50%;
    width: 119px;
    height: 117px;
    z-index: 100001;
}

.ajax-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000091;
    top: 0;
    left: 0;
    z-index: 11;
}

.productbreadcrumb ul li {
    position: relative;
    padding-right: 20px;
    display: inline-block;
    color: #fff;
}

.productbreadcrumb ul li:after {
    content: "/";
    position: absolute;
    font-size: 15px;
    right: 6px;
    font-weight: bold;
    top: 2px;
    color: #fff;
    font-family: FontAwesome;
}

.productbreadcrumb ul li:last-child:after {
    opacity: 0;
}

.productbreadcrumb ul li a {
    font-size: 15px;
    color: #fff;
}

.logo h1 {
    line-height: 0;
}

.logo img {
    display: inline-block;
    max-height: 7rem;
}

.gtranslate_wrapper .glink {

    width: 3.2rem;
    display: inline-block;
    margin-left: 0.5rem;

    @media (max-width: 767px) {
        width: 4rem;
    }
}

.gtranslate_wrapper .glink img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 767px) {
    .gtranslate_wrapper {
        display: flex;
        gap: 1rem;
        margin-top: -0.5rem;
        position: absolute;
        right: 17rem;
    }




}

/***********************/
header {
    box-shadow: 0 0.2rem 2.4rem 0 #00000014;
    margin-bottom: 1rem;
    padding: 2rem 0;
    width: 100%;
    z-index: 11;
    background: #fff;
    top: 0;
}

.artseed-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0;
}

@media (max-width: 767px) {
    .artseed-search {
        margin-top: 3.5rem;

    }
}

.artseed-search #idf {
    min-width: 37rem;
    position: relative;
}

.menu-icon {
    position: absolute;
    right: 3rem;
    top: 1.6rem;
    font-size: 3.4rem;
}

@media (min-width: 768px) {
    .menu-icon {
        display: none;
    }
}

@media (max-width: 767px) {
    .menutop {

        display: none;
        position: fixed;
        background: #fff;
        top: 9rem;
        width: 100%;
        left: 0;
        height: 100vh;
        z-index: 2;
        overflow-y: scroll;
    }
}

.menutop ul {

    @media (min-width: 768px) {
        display: flex;
        gap: 2rem;
        align-items: center;
    }
}

.menutop ul li {
    position: relative;
}

.menutop li a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2.5rem;
    padding: 2rem 3rem;
    display: block;
}

@media (min-width: 768px) {
    .menutop li a {
        font-size: 1.4rem;
        padding: 0;
        margin: 1.5rem 0;
    }

    .menutop li .submenu {
        position: absolute;
        left: 0;
        top: 4rem;
        width: 25rem;
        background: #f2f2f2;
        display: none;
        border-radius: 0.5rem;
    }

    .menutop li:hover .submenu {
        display: block
    }
}

.menutop li .submenu {
    @media (max-width: 767px) {
        margin-left: 4rem;
    }
}


.menutop li .submenu ul {
    display: block
}

.menutop li .submenu ul li a {
    text-transform: none;
    padding: 1rem 1.5rem 1rem 3.5rem;
    margin: 0;
    position: relative;

    @media (min-width: 768px) {
        padding: 1rem 1.5rem 1rem 2rem;
    }
}


.menutop li .submenu ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4.2rem;
    height: 4.2rem;
    background: url(../images/ic_right.svg) no-repeat top center;
    background-size: contain;

    @media (min-width: 768px) {
        width: 2.2rem;
        height: 2.2rem;
    }
}



.sub-tour {
    display: flex;
    flex-wrap: wrap;
    margin: 0 3rem;
    gap: 1rem;

}

.form-search {
    position: absolute;
    right: 10rem;
    top: 5rem;
    display: none;

}

.icon-search {
    position: absolute;
    right: 10rem;
}

.icon-search img {
    @media (max-width: 767px) {
        width: 3.2rem;
    }

}

@media (min-width: 768px) {
    .sub-tour {
        display: none;
    }
}

.sub-tour .nav-tour {
    width: calc(50% - 0.5rem);
    padding: 1.5rem;
    border: 1px solid #eee;
    text-align: center;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-tour .nav-tour img {
    width: 100%;
    height: 15rem;
    object-fit: cover;
    display: none;
}

.sub-tour .nav-tour span {
    font-size: 2.4rem;
}

@media (min-width: 768px) {
    .artseed-search #idf {
        min-width: 27rem;
    }
}

@media (max-width: 767px) {
    .form-search {

        position: fixed;
        top: 9rem;
        left: 0;
        width: 100%;
    }
}

.artseed-search #idf input {
    background: #f0f0f0;
    width: 100%;
    border: none;
    border-radius: 1rem;
    padding: 1.6rem 2.5rem 1.6rem 6.5rem;
    font-size: 13px;
    color: #828282;
}

@media (min-width: 768px) {
    .artseed-search #idf input {
        padding: 1.2rem 2.5rem 1.2rem 4.5rem;
    }
}

.artseed-search .nut_searh {
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}

main {
    margin-top: 3rem;
}

/* @media (min-width: 768px) {
    main {
        margin-top: 10rem;
    }
} */

.mv-js {
    overflow: hidden;
    border-radius: 1.5rem;
}

.mv-js img {
    border-radius: 1.5rem;
}

@media (max-width:767px) {
    .mv-js img {
        object-fit: cover;
        aspect-ratio: 343 / 193;
    }
}

.slick-dots {
    text-align: center;
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 0.5rem;
}

.slick-dots li button {
    width: 1.3rem;
    height: 1.3rem;
    border: none;
    background: #eee;
    border-radius: 50%;
    color: transparent;
    transition: all 0.3s;

    @media (min-width: 768px) {
        width: 0.7rem;
        height: 0.7rem;
    }
}

.slick-dots li.slick-active button {
    width: 4rem;
    border-radius: 0.7rem;
    background: #facc15 !important;

    @media (min-width: 768px) {
        width: 2rem;
    }
}

.p-tour {
    margin-top: 5rem;
}

.ttl02 {
    font-size: 3.5rem;
    margin-bottom: 3rem;
    font-weight: 600;
    color: #283e37;
}

@media (min-width: 768px) {
    .ttl02 {
        font-size: 2.7rem;

    }
}

.tour-item {
    position: relative;
    transition: all 0.3s;
    background: #f0f0f0;
    border-radius: 2.5rem;
    margin-bottom: 3rem;

    @media (min-width: 768px) {
        border-radius: 1.2rem;
    }

    &:hover {
        background: #fff;
        box-shadow: 0 0.2rem 3rem 0 #0000001a;
    }
}

.tour-item img {
    display: block;
}

.tour-item-img {
    position: relative;
    overflow: hidden;
    border-radius: 2.5rem;
    display: block;
    height: 39rem;
}

@media (min-width: 768px) {
    .tour-item-img {
        height: 32rem;
        border-radius: 1.2rem;
    }
}

.tour-item-img img {
    @media (min-width: 768px) {
        height: 32rem !important;
    }
}

.tab-content {
    display: block;
    overflow: hidden;
}

/*.tour-item-img img {
    transition: all 0.3s;
}*/

/*.tour-item-img:hover img {
    transform: scale(1.2, 1.2)
}*/
.gall-js .slick-dots {
    bottom: -1rem;

    @media (min-width: 768px) {
        bottom: -0.5rem;
    }
}

.gall-js .slick-dots li {
    margin: 0 0.4rem;

    @media (min-width: 768px) {
        margin: 0 0.2rem;
    }
}

.gall-js .slick-dots li.slick-active button {
    width: 2rem;


    @media (min-width: 768px) {
        width: 1rem;
    }
}

.gall-js .slick-dots li button {
    width: 0.8rem;
    height: 0.8rem;

    @media (min-width: 768px) {
        width: 0.4rem;
        height: 0.4rem;
    }
}

.gall-js img {

    @media (max-width: 767px) {
        width: 70rem !important;
        height: 39rem !important;
    }

    @media (min-width: 768px) {
        width: 32rem !important;
    }
}

.tour-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.tour-item-meta {
    padding: 3rem 0;
}

@media (min-width: 768px) {
    .tour-item-meta {
        padding: 2rem 0;
        min-height: 10rem;

    }
}

.tour-item-meta h3 a {
    text-transform: uppercase;
    font-size: 2.6rem;
    text-align: center;
    display: block;
    font-weight: 600;
    color: #283e37;
    line-height: 1.5;
    padding: 0 0.5rem;
    letter-spacing: -0.04em;
}

@media (min-width: 768px) {
    .tour-item-meta h3 a {
        font-size: 1.3rem;
        /* height: 4rem; */
    }
}

.ht-price {
    position: absolute;
    bottom: 2rem;
    right: 1rem;
    background: #fff;
    font-weight: 700;
    text-transform: uppercase;
    color: #283e37;
    font-size: 2.4rem;
    padding: 1rem 2rem;
    border-radius: 2rem;

}

@media (min-width: 768px) {
    .ht-price {
        font-size: 1.4rem;
        padding: 0.5rem 1.5rem;
    }
}

.tour-item-img:hover .ht-price {
    background: #283e37;
    color: #fff;
}

footer {
    padding: 5rem 0;
    background: #f8f8f8;
}

@media (max-width: 767px) {
    footer {

        font-size: 2.4rem;
    }
}

footer .ttl-footer {
    color: #FF5B00;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 3rem;
}
/* 
@media (min-width: 768px) {
    footer .ttl-footer {
        font-size: 1.7rem;
    }
} */

footer .social {
    display: flex;
    margin-top: 2rem;
}

@media (max-width: 767px) {
    footer .social {

        margin-bottom: 3rem;
    }
}

footer .social li a {
    display: flex;
    background: #283e37;
    width: 3rem;
    height: 3rem;
    color: #fff;
    text-align: center;
    border-radius: 0.7rem;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

@media (max-width: 767px) {
    footer .social li a {

        width: 6rem;
        height: 6rem;
    }
}

footer .social li {
    margin-right: 1rem;
}

footer .contactf strong {
    font-weight: 600;
    margin-right: 0.6rem;
}

footer .contactf .hot {
    font-weight: 700;
    color: red;
    font-size: 3rem;
}

@media (min-width: 768px) {
    footer .contactf .hot {
        font-size: 1.8rem;
    }
}

.social-right {
    display: flex;
    position: fixed;
    right: 1rem;
    bottom: 11rem;
    flex-direction: column;
    gap: 0.7rem;
}

@media (min-width: 768px) {
    .social-right {

        bottom: 7rem;
    }
}

.social-right a {
    display: flex;
    padding: 1rem;
    background: #283e37;
    border-radius: 0.5rem;
    align-items: center;
    justify-content: center;
    width: 8rem;
    height: 8rem;
}

@media (min-width: 768px) {
    .social-right a {

        width: 4rem;
        height: 4rem;
    }
}

.social-right a:nth-child(5) img {
    width: 3.2rem;
}

@media (min-width: 768px) {
    .social-right a:nth-child(5) img {
        width: 2.5rem;
    }
}

.social-right a:nth-child(4) img {
    width: 4.6rem;
}

@media (min-width: 768px) {
    .social-right a:nth-child(4) img {
        width: 2.6rem;
    }
}

.social-right a:nth-child(1) img {
    width: 2.1rem;
}

@media (min-width: 768px) {
    .social-right a:nth-child(1) img {
        width: 1.2rem;
    }
}

.social-right a:nth-child(2) img {
    width: 3.2rem;
}

@media (min-width: 768px) {
    .social-right a:nth-child(2) img {
        width: 2.6rem;
    }
}

.social-right a:nth-child(3) img {
    width: 2.7rem;
}

@media (min-width: 768px) {
    .social-right a:nth-child(3) img {
        width: 1.6rem;
    }
}

.social-right a:nth-child(4) img {
    width: 2.7rem;
}

@media (min-width: 768px) {
    .social-right a:nth-child(4) img {
        width: 1.6rem;
    }
}


.p-tour-des {
    background: #fff9e6;
    padding: 5rem 0;
    line-height: 1.7;

    @media (max-width: 767px) {
        font-size: 2.4rem;
    }
}

.p-tour-des ol {
    padding-left: 2.6rem;
}

.p-tour-des h3 {
    line-height: 1.6;
}

.flex-images {
    display: flex;
    gap: 1.2rem;
    margin-bottom: 3rem;
    padding: 0 1.5rem;

    @media (max-width: 767px) {
        padding: 0;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.flex-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flex-images .gall-image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
}

@media (max-width: 767px) {
    .flex-images .gall-image {
        display: none;
    }
}

.gallery-image .img-gall {
    display: block;
    height: 40rem;
}

.gallery-image,
.gall-image {
    width: 50%;
}

@media (max-width: 767px) {
    .gallery-image {
        width: 100%;
    }
}

.slider-dt-js {
    overflow: hidden;

    @media (min-width: 768px) {
        border-radius: 1.2rem;
    }
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 7rem;
    height: 7rem;
    background: #ffffffbd;
    border: none;
    color: transparent;
    border-radius: 50%;
    z-index: 1;

    @media (min-width: 768px) {
        width: 4rem;
        height: 4rem;
    }
}

.slick-arrow:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 7rem;
    height: 7rem;

    @media (min-width: 768px) {
        width: 4rem;
        height: 4rem;
    }
}

.slick-arrow.slick-prev {
    left: 1rem;
}

.slick-arrow.slick-prev:after {
    background: url(../images/ic_left.svg) no-repeat top center;
    background-size: contain;
}

.slick-arrow.slick-next {
    right: 1rem;
}

.slick-arrow.slick-next:after {
    background: url(../images/ic_right.svg) no-repeat top center;
    background-size: contain;
}

.slider-dt-js:hover .slick-arrow {
    background: #FFF;
}

.flex-images .thumb-dt {
    display: block;
    overflow: hidden;
    border-radius: 1.2rem;
    height: 19.4rem;
}

.slider-dt-js .custom_paging {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    background: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    padding: 0.5rem 5rem 0.5rem 1rem;
    border-radius: 0.5rem;
}

@media (min-width: 768px) {
    .slider-dt-js .custom_paging {
        padding: 0.5rem 2.5rem 0.5rem 1rem;
        font-size: 1.3rem;
    }
}

.slider-dt-js .custom_paging:after {
    position: absolute;
    content: "";
    right: 1rem;
    top: 0.9rem;
    width: 3rem;
    height: 3rem;
    background: url(../images/ic_img.svg) no-repeat top center;
    background-size: contain;
}

@media (min-width: 768px) {
    .slider-dt-js .custom_paging:after {
        right: 0.5rem;
        top: 0.6rem;
        width: 1.6rem;
        height: 1.6rem;
    }
}

.slider-dt-js .custom_paging li {
    /* position: absolute; */
    display: none;
}

.slider-dt-js .custom_paging li.slick-active {
    display: block;
}

.artseed-detail-content {
    line-height: 1.5;

    @media (max-width: 767px) {
        fon-size: 2.4rem;
    }
}

.artseed-detail-content h2 strong {

    font-weight: 600;

    @media (max-width: 767px) {
        font-size: 3rem;
    }
}

.artseed-detail-content h2 {
    margin: 2rem 0;

    @media (max-width: 767px) {
        margin: 2rem 0;
    }
}

.news_related ul li {
    margin-bottom: 1rem;
}

.news_related .ttl02 {
    margin-bottom: 1rem;
}

.news_related ul li a {

    @media (max-width: 767px) {
        font-size: 2.4rem;
        font-weight: 500;
    }
}

.ttl01 {
    font-size: 3.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .ttl01 {
        font-size: 2.2rem;
    }
}

.box-detail-content {
    color: #6a6a6a;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .box-detail-content {
        font-size: 2.4rem;
        text-align: justify;
    }
}

.box-detail-content h2,
.box-detail-content h3 {
    color: #000;
    font-size: 3rem;
    font-weight: 700;
    margin: 2rem 0;
}

@media (min-width: 768px) {

    .box-detail-content h2,
    .box-detail-content h3 {

        font-size: 1.5rem;

    }
}


@media (min-width: 768px) {
    .box-detail-content ul {
        margin-left: 1rem;
    }
}

.box-detail-content ol {
    line-height: 1.7;
}

@media (min-width: 768px) {
    .box-detail-content ol {
        margin-left: 1rem;

    }
}

.box-detail-content2 ul li {
    background: url(../images/ic_star.svg) no-repeat left 0.7rem;
    background-size: 2.4rem 2.5rem;
    padding-left: 4rem;
    margin-bottom: 0.7rem;
}

@media (min-width: 768px) {
    .box-detail-content2 ul li {
        background: url(../images/ic_star.svg) no-repeat left 0.5rem;
        padding-left: 2rem;
        background-size: 1.4rem 1.4rem;
    }
}

.box-detail-content ul li {
    background-size: 2.4rem 2.5rem;
    padding-left: 4rem;
    margin-bottom: 0.7rem;
}

@media (min-width: 768px) {
    .box-detail-content ul li {
        padding-left: 2rem;
        background-size: 1.4rem 1.4rem;
    }
}

.box-detail-content ol li {
    padding-left: 4rem;
    background-size: 2.4rem 2.5rem;
    margin-bottom: 0.7rem;
    list-style: none;
}

@media (min-width: 768px) {
    .box-detail-content ol li {
        padding-left: 2rem;
        margin-bottom: 0.7rem;
        list-style: none;
        background-size: 1.4rem 1.4rem;
    }
}

.box-detail-ttl {
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 2.6rem;
}

@media (min-width: 768px) {
    .box-detail-ttl {
        font-size: 1.7rem;
        margin-bottom: 1.5rem;
    }
}

.box-detail {
    margin-bottom: 5rem;
}

@media (min-width: 768px) {
    .box-detail {
        margin-bottom: 3rem;
    }
}

.box-detail.mrgbot {
    margin-bottom: 1rem;
}

.box-detail-content {
    background: #fefae7;
    padding: 2rem;
    border-radius: 0.5rem;
    line-height: 1.6;
    color: #333;
}

.box-detail-content.trip {
    position: relative;
    padding: 0;
    background: none;
    padding-left: 2rem;
}

.box-detail-content strong {
    font-weight: 700;
}

.box-detail-content.trip:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0.5rem;
    height: 100%;
    width: 0.2rem;
    background: #ffeeee;
}

.box-detail-content.trip .ic-dot {
    position: absolute;
    left: -0.6rem;
    top: 0.5rem;
    background: #FF5B00;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
}

@media (min-width: 768px) {
    .box-detail-content.trip .ic-dot {
        left: -0.4rem;
        width: 1rem;
        height: 1rem;
    }
}

.box-detail-content h2 {
    margin: 3rem 0;
    font-size: 2.6rem;
    color: #000;
    font-weight: 600;
}

@media (min-width: 768px) {
    .box-detail-content h2 {
        font-size: 1.6rem;
        margin: 2rem 0 1rem;
    }
}


@media (min-width: 768px) {
    .flex-detail {
        display: flex;
        gap: 3rem;
        padding: 0 1.5rem;
    }
}

.col-detail {
    width: 100%;
}

@media (min-width: 768px) {
    .col-detail {
        width: 70%;
    }
}


@media (min-width: 768px) {
    .col-right {
        width: 30%;
    }
}

.pr-detail {
    box-shadow: 0 0.2rem 3.6rem 0 #0000000a;
    padding: 3rem;
}

@media (min-width: 768px) {
    .pr-detail {

        padding: 2rem;
    }
}

.pr-detail .new-pr-dt {
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 2rem;
    display: block;
    color: #FF5B00;
}

@media (min-width: 768px) {
    .pr-detail .new-pr-dt {
        margin-bottom: 1rem;
        font-size: 2.3rem;
    }
}

.pr-detail .flex-order {
    display: flex;
    gap: 1rem;
}

.pr-detail .flex-order .tlink {
    width: 50%;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 7rem;
    border-radius: 0.5rem;
    transition: all 0.3s;
}

@media (min-width: 768px) {
    .pr-detail .flex-order .tlink {
        width: 20%;
        font-size: 1.6rem;
        height: 4rem;

    }
}

.pr-detail .flex-order .tlink:hover {
    opacity: 0.7;
}

.pr-detail .flex-order .tlink.tour {
    background: #FFC200;
}

.box-hotline {
    background: url(../images/phone.jpg) no-repeat left 0.8rem;
    background-size: 3rem 3rem;
    padding: 1rem 1rem 1rem 7.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .box-hotline {
        background: url(../images/phone.jpg) no-repeat left 1rem;
        background-size: 5rem 5rem;
        font-size: 2.4rem;
        margin-bottom: 3rem;

    }
}

@media (min-width: 768px) {
    .box-hotline {
        padding: 1rem 1rem 1rem 3.5rem;

    }
}

.box-hotline span {
    font-weight: bold;
    color: red;
    font-size: 3rem;
}

@media (min-width: 768px) {
    .box-hotline span {

        font-size: 1.6rem;
    }
}

.news_title_related {
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .news_title_related {
        font-size: 3.5rem;
        margin-bottom: 4rem;
        margin-top: 4rem;
    }
}

.p-calendar {
    margin-top: 4rem;
    text-align: center;
}

.p-calendar img {
    margin: auto;
}

.p-calendar .nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.p-calendar .nav-tabs li a {
    margin-right: 0;
    background: #eee;
    height: 5.5rem;
    border-radius: 3rem;
    padding: 0 3.5rem;
    line-height: 1;
    font-size: 2.6rem;
    display: flex;
    align-items: center;
    font-weight: 600;
    justify-content: center;
}

@media (min-width: 768px) {
    .p-calendar .nav-tabs li a {
        height: 3.5rem;
        font-size: 1.6rem;
        padding: 0 2.5rem;
    }
}

.p-calendar .nav-tabs li {
    margin: 0 0.5rem;
    float: none;
}

.p-calendar .nav-tabs li.active a {
    background: #283e37;
    color: #fff;
}

.artseed-detail-content ol {
    margin-left: 2.5rem;
}

.artseed-detail-content img {
    max-width: 100%;
    height: auto !important;
}

.form-left input {
    width: 100%;
    margin-bottom: 1rem;
    height: 7.5rem;
    padding-left: 1rem;
    border: none;
    background: #f1f1f1;
    border-radius: 0.5rem;

}

@media (min-width: 768px) {
    .form-left input {
        height: 3.5rem;

    }
}

.form-left textarea {
    width: 100%;
    border: none;
    background: #f1f1f1;
    padding: 1rem;
    min-height: 10rem;
    border-radius: 0.5rem;
}

.contact-send a {
    margin: 1rem 0;
    background: #eee;
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-weight: 500;
}

.contact-send {
    text-align: right;
}

.sticky {
    position: fixed;
    top: 10rem;
    width: 22%;
}

.tour-hot {
    margin-top: 5rem;
}

.tour-nb-js .tour-item {
    margin: 0 3rem 3rem 3rem;

    @media (min-width: 768px) {
        margin: 0 1.5rem 3rem 1.5rem;
    }
}



.tour-hot .slick-dots li button {
    background: #ddd;
}

.tour-nb-js {
    padding-bottom: 2rem;
}

.tour-nb-js .slick-arrow:after {
    border: 1px solid #eee;
    border-radius: 50%;
    background-color: #fff;
}

.tour-nb-js .slick-arrow {
    top: 37%;
}

.title-page h1 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 3rem;
}

.title-page {
    margin-bottom: 2rem;
}

.item-album {
    margin-bottom: 3rem;
    display: block;
    overflow: hidden;
}

.item-album:hover img {
    transform: scale(1.1);
}

.item-album img {
    transition: all 0.3s;
}

.p-tour-scrolltab {

    @media (max-width: 767px) {
        overflow-x: scroll;
        margin-bottom: 1rem;
    }
}

.p-tour-tab {
    display: flex;
    margin-bottom: 2rem;
    gap: 1rem;
}

.p-tour-tab li {
    flex-shrink: 0;
}


.p-tour-tab li a {
    display: block;
    background: #eee;
    padding: 1.5rem 3.5rem;
    border-radius: 5rem;
    font-size: 2.4rem;
    transition: all 0.3s;
    font-weight: 500;

    @media (min-width: 768px) {
        font-size: 1.5rem;
        padding: 1rem 2rem;
    }
}

.p-tour-tab li.active a,
.p-tour-tab li a:hover {
    background: #283e37;
    color: #fff;
}

.personal-js .personal-item {
    margin: 3rem;

    @media (min-width: 768px) {
        margin: 1.5rem;
    }
}

.personal-js .personal-item img {
    border-radius: 1rem;
}

.personal-js {
    padding-bottom: 4rem;
}

.personal-js .slick-dots li button {
    background: #ccc;
}


.artseed-ftn-body {
    padding-bottom: 4rem;
}

.p-customers {
    padding: 5rem 0;
}

.p-customers .customer-js .slick-arrow {
    @media (max-width: 767px) {
        top: 24%;
    }
}

.customer-item {

    @media (min-width: 768px) {
        display: flex;
        align-items: center;
        gap: 4rem;
    }
}

.customer-item__img {
    width: 100%;
    overflow: hidden;
    height: 45rem;
    border-radius: 1.6rem;

    @media (min-width: 768px) {
        width: 50%;
    }
}

.customer-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cusomter-item__meta {
    margin-top: 2rem;
    font-size: 2.4rem;
    line-height: 1.6;

    @media (min-width: 768px) {
        margin-top: 0;
        width: 50%;
        font-size: 1.7rem;
        padding-right: 5rem;
    }
}

.cusomter-item__meta h3 {
    margin-top: 2rem;
    font-size: 2 rem;
    font-weight: 500;
}

.p-news {
    padding: 0 0 6rem 0;
}

.p-news .news-js {
    padding-bottom: 4rem;
}

.news-item__img {
    display: block;
    margin-bottom: 2.5rem;
    overflow: hidden;
    height: 50rem;

    @media (min-width: 768px) {
        height: 30rem;
        margin-bottom: 1.5rem;
    }
}

.news-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-item__meta h3 a {
    display: block;
    line-height: 1.4;
    font-weight: 600;
    font-size: 2.6rem;
    margin-bottom: 2rem;

    @media (min-width: 768px) {
        font-size: 1.7rem;
        margin-bottom: 1rem;
    }
}

.news-item__meta__des {
    line-height: 1.6;
    font-size: 2.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

    @media (min-width: 768px) {
        font-size: 1.4rem;
    }
}

.viewmore {
    display: inline-block;
    color: #fff;
    background: #283e37;
    padding: 2rem 4rem;
    border-radius: 4rem;
    margin: 2rem 0;
    font-size: 2.4rem;

    @media (min-width: 768px) {
        font-size: 1.6rem;
        padding: 1rem 2rem;
    }
}

.viewmore:hover {
    opacity: 0.8;
}

.calendar {
    font-size: 2.4rem;
    color: #666;
    margin-bottom: 1rem;

    @media (min-width: 768px) {
        font-size: 1.2rem;
    }
}

.news-item {
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .lst-ab .ab {
        padding: 0 5px;
    }

    .lst-ab {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.tour-ct {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    font-size: 2rem;
    z-index: 1;
    font-weight: 500;
    display: flex;
    gap: 0.8rem;

    @media (min-width: 768px) {
        font-size: 1rem;
        gap: 0.4rem;
    }
}

.tour-ct .ic-w {
    background-color: #fff;
    padding: 1.2rem 1.2rem 1.2rem 2.4rem;
    border-radius: 1rem;
    color: #000 !important;

    @media (min-width: 768px) {
        padding: 0.6rem 1rem 0.6rem 1.5rem;
    }
}

.tour-ct .ic-w.level {
    background-image: url('../images/ic_step.svg');
    background-repeat: no-repeat;
    background-position: 1.5rem 1.3rem;
    background-size: 2.1rem 2.1rem;
    padding-left: 4.7rem;

    @media (min-width: 768px) {
        background-position: 0.7rem 0.7rem;
        background-size: 1.1rem 1.1rem;
        padding-left: 2.4rem;
    }
}

.tour-ct .ic-w.rate {
    background-image: url('../images/ic_star.svg');
    background-repeat: no-repeat;
    background-position: 1.5rem 1.2rem;
    background-size: 2.1rem 2.1rem;
    padding-left: 4.5rem;

    @media (min-width: 768px) {
        background-position: 0.5rem 0.6rem;
        background-size: 1.1rem 1.1rem;
        padding-left: 2rem;
    }
}

.tour-ct .ic-w.time {
    background-image: url('../images/ic_calendar.svg');
    background-repeat: no-repeat;
    background-position: 1.5rem 1.3rem;
    background-size: 2.2rem 2.2rem;
    padding-left: 4.8rem;

    @media (min-width: 768px) {
        background-position: 0.5rem 0.7rem;
        background-size: 1.2rem 1.2rem;
        padding-left: 2.2rem;
    }
}

.tour-item-des {
    display: flex;
    margin: 0 1rem;
    font-size: 2rem;
    font-weight: 600;
    gap: 1rem;
    margin-top: 1.6rem;
    flex-wrap: wrap;
    padding-bottom: 1rem;
    @media (min-width: 768px) {
        font-size: 1rem;
        margin-top: 1rem;
        gap: 0.5rem;
    }
}

.tour-item-des p {
    background: #fff;
    padding: 1.2rem;
    border-radius: 2rem;
    color: #262626;
    margin-bottom: 0;

    @media (min-width: 768px) {
        padding: 0.6rem;
    }
}

.tour-item:hover .tour-item-des p {
    background: #f2f2f2;
}
.artseed-detail-content ul li {
    list-style: unset;
}

.artseed-detail-content ul {
    margin-left: 3rem;
    margin-bottom: 10px;
}
.artseed-detail-content h3 {
    margin: 2rem 0;
}
.btn-order {
    background-color: #283e37;
    color: #fff;
    padding: 1rem 1rem;
    border-radius: 1rem;
    font-size: 2rem;
    background-image: url(../images/ic_pass.png);
    background-repeat: no-repeat;
    background-position: 1rem 1rem;
    background-size: 2rem 2.6rem;
    padding-left: 4rem;
    transition: all 0.3s;
}

.btn-order:hover {
    background-color: orange;
}