.product-detail-banner {
    height: 400px;
}

.product-detail-banner img {
    display: block;
}

.product-detail-body {
    padding-top: 50px;
}

.pro-detail-title h1 {
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
    padding-bottom: 25px;
    width: 98%;
}

.product-rate {
    font-size: 16px;
}

.product-detail .rate-form.col {
    flex-direction: column;
    align-items: start;
    flex: 1;
}

.product-detail .rate-form.col+.rate-form.col {
    margin-left: 38px;
}

.rate-form.col .rate-label {
    margin-bottom: 8px;
    font-weight: 400;
    color: #828282;
}

.product-detail .rate-form.col input {
    width: 100%;
}

.product-rate svg:first-child {
    margin-right: 5px;
}

.product-rate svg+svg {
    margin: 0 5px;
}

.product-rate span {
    display: inline-block;
    margin: 0 5px;
}

.product-provider {
    font-size: 18px;
    margin-left: 36px;
}

.wishlist {
    margin-top: 23px;
}

.wishlist .cart-tym {
    position: unset;
    cursor: pointer;
}

.wishlist-wrap {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.wishlist-wrap span {
    display: inline-block;
    margin-left: 15px;
}

.wishlist-wrap>div:first-child {
    padding-right: 25px;
}

.wishlist-wrap>div+div {
    padding-left: 25px;
    border-left: 1px solid #D9D9D9;
}

.product-img-list {
    margin-top: 23px;
    margin-bottom: 47px;
}

.product-img-1 {
    height: 500px;
}

.over-col-r-18 {
    padding-right: 18px;
}

.over-col-l-5 {
    padding-left: 03px;
}

.product-img-2 {
    height: 240px;
    margin-bottom: 20px;
}

.product-img-3 {
    height: 240px;
}

.product-media {
    position: absolute;
    display: flex;
    padding: 15px 18px;
    top: 0;
}

.product-media>div {
    padding: 8px 22px 8px 12px;
    font-size: 18px;
    line-height: 24px;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    min-width: 173px;
    transition: .1s linear;
}

.product-media>div:last-child {
    margin-left: 15px;
}

.product-media>div span {
    display: inline-block;
    padding-left: 10px;
}

.product-media>div:hover {
    color: white;
    background-color: var(--second-color);
}

.product-media>div:hover path {
    stroke: #fff;
}

.product-media>div:hover .path {
    fill: white;
}

.product-media .show-slider-video:hover {
    background-color: #FD7900;
}

/*  */
.certified {
    margin-bottom: 34px;
    display: flex;
}

.certified-icon {
    text-align: center;
}

.certified-icon img {
    width: 60px;
    height: 60px;
    margin-top: 15px;
}

.certified-icon h2 {
    font-size: 24px;
    line-height: 24px;
    margin-top: 12px;

}

.certified>div:last-child {
    font-size: 16px;
    line-height: 26px;
    padding-left: 52px;
}

/*  */
.product-icon-list {
    padding-left: 34px;
    padding-top: 41px;
    padding-bottom: 41px;
    background-color: var(--primary-bg);
    display: flex;
}

.product-icon-col {
    flex: 1;
}

/* 
.product-icon-list .product-icon-col:last-child {
    margin-left: -35px;
} */

.product-icon-col>div {
    display: flex;

}

.product-icon-col>div svg {
    width: 40px;
    height: 40px;
}

.product-icon-col>div img {
    width: 40px;
    height: 40px;
}

.product-icon-col>div+div {
    padding-top: 30px;
}

.product-icon-col>div>div {
    padding-left: 23px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    width: calc(100% - 40px);
}

.product-icon-col>div>div p:first-child {
    padding-bottom: 5px;
    font-weight: 400;
}

/*  */
.product-select {
    padding: 20px 24px 30px;
    background-color: #003C67;
    margin-top: 41px;
}

.product-select h1 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: white;
    padding-bottom: 23px;
}

.select-list {
    display: flex;
    /* margin-bottom: 16px; */
}

.select-list>div {
    flex: 1;
}

.select-list>div+div {
    margin-left: 27px;
}

.select-form select,
.select-form input {
    padding-left: 57px;
    background-color: #fff;
}

.i-drop .svg-bg {
    left: 18px;
}

.select-btn button {
    border-radius: 5px;
    font-size: 18px;
    line-height: 24px;
    padding: 13px;
    display: flex;
    text-align: center;
    color: white;
    border: none;
    outline: none;
    box-shadow: none;
}

.select-btn button+button {
    margin-left: 27px;

}

.select-btn button:first-child {
    width: 32%;
    background-color: var(--fourth-color);
}

.select-btn button:last-child {
    width: calc(100% - 32%);
    background-color: #008ECB;
}

.select-number {
    position: absolute;
    padding: 20px 16px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #D9D9D9;
    box-shadow: 0 0 5px 0px #f8f8f8;
    z-index: 99;

}

.select-number>div {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #D9D9D9;
}

.select-number>div+div {
    padding-top: 10px;
}

.select-number>div>div {
    flex: 1;
    width: 130px;
}

#human-number {
    padding-right: 35px;
}

.human-type {
    font-size: 16px;
    line-height: 26px;
}

.human-type p {
    font-weight: 600;
}

.human-quanty {
    display: flex;
    align-items: center;
}

.human-quanty span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
}

.human-quanty svg {
    position: unset;
    transform: unset;
}

.human-quanty input {
    width: 32px !important;
    height: 32px;
    outline: none;
    margin: 0 10px;
    padding: 0;
    text-align: center;
}

.human-small {
    padding: 15px 0 0;
    font-size: 12px;
}

/*  */
.product-content {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'SF-Pro-light';
}

.product-experience {
    margin-top: 34px;
    padding-bottom: 30px;
}

.product-experience h1 {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 24px;
    font-weight: 600;
}


.product-ex-content li {
    line-height: 34px;
    font-size: 16px;
    font-family: 'SF-Pro-light';
}

.product-ex-content p {
    font-size: 16px;
    line-height: 26px;
    font-family: 'SF-Pro-light';

}

.product-ex-content>div {
    display: flex;
}

.product-ex-content>div+div {
    padding-top: 25px;
}

.experience-title {
    width: 222px;
}

.experience-des {
    width: calc(100% - 222px);
}

.experience-title h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    max-width: 160px;
}

.experience-des>div {
    display: flex;
    /* align-items: center; */
}

.experience-des>div svg {
    margin-top: 7px;
}

.includes-des p,
.excludes-des p {
    margin-left: 40px;
    width: calc(100% - 18px);
    line-height: 34px;
    font-size: 16px;
    position: relative;
}

.includes-des p::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url('../img/tick.svg');
    left: -40px;
    top: 7px;
}

.excludes-des p::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    background-image: url('../img/untick.svg');
    left: -40px;
    top: 7px;
}

.product-ex-content ul {
    list-style: disc;
    margin-left: 19px;
}

.product-ex-content li {
    list-style: disc;
}

.highlights {
    padding-bottom: 29px;
    border-bottom: 1px solid #E0E0E0;
}

.full-description span {
    color: var(--second-color);
    display: inline-block;
    padding: 10px 0 0;
    line-height: 34px;
    font-size: 16px;
}

.full-description {
    padding-bottom: 33px;
    border-bottom: 1px solid #E0E0E0;

}

.full-description .experience-des>div {
    height: 60px;
    overflow: hidden;
    transition: .3s linear;
    display: block;
}

.full-description .experience-des>div p {
    margin-bottom: 10px;
}

.full-description .experience-des.active>div {
    height: auto;
}

.excludes {
    padding-top: 0px !important;
    padding-bottom: 17px;
    border-bottom: 1px solid #E0E0E0;
}

.excludes h2 {
    margin-top: 6px;
}

.child-policy {
    padding-bottom: 21px;
    border-bottom: 1px solid #E0E0E0;
}

.meeting-point span {
    color: var(--second-color);
    font-size: 18px;
    line-height: 34px;
    padding-top: 26px;
    display: block;
}

.meeting-point span svg {
    margin-left: 14px;
}

.meeting-point {
    padding-bottom: 27px;
    border-bottom: 1px solid #E0E0E0;
}

.meeting-map {
    width: 100%;
    min-height: 400px;
    max-height: 600px;
}

.destination iframe {
    width: 100%;
    min-height: 400px;
    max-height: 600px;
}

.destination span {
    color: var(--second-color);
}

.destination {
    padding-bottom: 28px;
    border-bottom: 1px solid #E0E0E0;
}

.experience-des h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding-bottom: 10px;
}

.important-information ul {
    padding-bottom: 18px;
}

.important-information span {
    color: var(--second-color);
    display: inline-block;
    padding: 10px 0 0;
    line-height: 34px;
    font-size: 16px;
}

.important-information .experience-des div {
    height: 415px;
    transition: .5s linear;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.important-information .experience-des.active div {
    height: auto;
}

.show-more {
    cursor: pointer;
}

/*  */
.product-relate {
    padding: 50px 0;
    background-color: var(--primary-bg);
    margin-top: 50px;
}

.product-relate h1 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 600;
    padding-bottom: 50px;
    text-transform: uppercase;
}

.relate-tour-list {
    position: relative;
}

.relate-tour-list .owl-stage {
    display: flex;
}

.relate-tour-list .owl-stage .tour-cart {
    height: 100%;
}

.relate-tour-list .owl-dots {
    height: 0px;
}

.relate-tour-list .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
    transform: translate(0, -75%);
}

.relate-tour-list .owl-nav button:first-child {
    margin: 15px;
}

/*  */
.why-book {
    padding: 29px 28px 34px 33px;
    background-color: #FFF7EA;
    /* height: 465px; */
}

.why-book h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px;
    font-weight: 600;
    text-align: center;
}

.why-book-content>div {
    display: flex;
    align-items: center;
}

.why-book-content>div+div p {
    margin-left: 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 22.5px;
    border-bottom: 1px solid #F2E5CE;
    width: 100%;
}

.why-book-content>div:first-child p {
    border-top: 1px solid #F2E5CE;
    margin-left: 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 24px;
    padding-bottom: 22.5px;
    border-bottom: 1px solid #F2E5CE;
    width: 100%;
}

.over-l-9 {
    padding-left: 24px;
}

/*  */
.group-option {
    border: 1px solid #DADADA;
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: .3s linear;
    overflow: hidden;
}

.group-option.active {
    height: auto;
    margin-top: 25px;
    visibility: visible;
    opacity: 1;
    padding: 18px 24px;
}

.group-option h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 24px;
}

.group-option ul li {
    padding: 15px 0;
    border-top: 1px solid #DADADA;
}

.group-option ul li label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.group-option ul li label input {
    width: 24px;
    height: 24px;
    margin-right: 22px;
    margin-top: 0;
    cursor: pointer;
}

/* .group-option ul li label div {} */

.group-option ul li label div p:first-child {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}

.group-option ul li label div p:last-child {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;

}

.group-option ul li label span {
    float: right;
    display: inline-block;
    margin-left: 15px;
    color: var(--second-color);
}



/*  */
/* check availabill */
.check-availabillity {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    overflow: hidden;
    opacity: 1;
    transition: 0.3s linear;
    visibility: hidden;
    height: 0;
}

.check-availabillity.active {
    visibility: visible;
    height: auto;
    margin-top: 24px;

}

.check-availabillity.load {
    opacity: 0.6;
}

.check-infor {
    padding: 24px 24px 0 24px;
}

.check-infor svg {
    margin-right: 10px;
}

.check-infor h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 8px;
    color: var(--third-color);
}

.check-des {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 17px;
    display: none;
}

.time-duration {
    padding: 0px 0 17px;
    font-size: 18px;
    line-height: 24px;
    border-bottom: 1px solid #D9D9D9;
}

.start-time {
    padding-top: 10px;
}

.start-time p {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}

.start-time>div {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 5px;
}

.check-availabillity.pre .check-des {
    display: block;
}

.check-price {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #D9D9D9;

}

.check-price-title {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}

.check-price-title img {
    width: 24px;
    margin-right: 18px;
}

.check-price-title span {
    color: var(--second-color);
}

.check-price-detail {
    margin-left: 43px;
    margin-bottom: 8px;
}

.check-price-detail h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.check-price-detail>div>div {
    font-size: 16px;
    display: flex;
    font-weight: 600;
    line-height: 24px;
    justify-content: space-between;
    color: #63687a;
    margin-bottom: 5px;
}

.check-price-detail>div span {
    display: inline-block;
    font-weight: 400;
    width: 45px;
}

.total-price {
    padding: 20px;
    background-color: var(--primary-bg);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total-price div p:first-child {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
    font-weight: 600;
}

.total-price div p:last-child {
    display: flex;
    align-items: start;
    font-size: 16px;
    font-weight: 600;
}

.total-price p span {
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    margin-left: 5px;
    line-height: 24px;
}

.add-cart {
    padding: 10px 24px;
    font-size: 16px;
    background-color: var(--second-color);
    border-radius: 100px;
    font-weight: 600;
}

.slider-product {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    overflow: visible;
    opacity: 0;
    transition: 0.3s linear;
    visibility: hidden;
}

.slider-product.active {
    opacity: 1;
    visibility: visible;
}

.slider-body {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-img-wrap {
    max-width: 960px;
    margin: 0 auto;
    top: 5%;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
}

.slider-video-wrap {
    max-width: 960px;
    margin: 0 auto;
    top: 5%;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
}

.big-thumb-video iframe {
    width: 100%;
    margin-bottom: 10px;
}

.big-thumb {
    width: 100%;
    height: 600px;
    margin-bottom: 24px;
}

.img-slide-item,
.video-slide-item {
    overflow: hidden;
}

.img-slide-item img {
    height: 97px;
}

.img-thumb img,
.video-thumb img {
    cursor: pointer;
    filter: blur(2px);
    transition: 0.3s linear;
}

.img-slide-item.active img,
.video-slide-item.active img {
    filter: blur(0);
}

.slider-btn {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .1s linear;
}

.slider-btn svg {
    width: 16px;
    height: 22px;
}

.slider-btn:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.next-btn {
    right: -60px;
    transform: translate(0, -150%);
    cursor: pointer;
}

.pre-btn {
    left: -60px;
    transform: translate(0, -150%);
    cursor: pointer;
}

.slider-close {
    position: absolute;
    top: 38px;
    right: 41px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    transition: .1s linear;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-close:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

/* product list */
.product-list-body {
    padding-top: 50px;
    padding-bottom: 50px;
}

.product-list-body h1 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 600;
    padding-bottom: 50px;
}

.product-list-item .tour-cart {
    height: 100%;
    padding-bottom: 40px;
}

.pagination {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pagination-item {
    display: flex;
    flex-wrap: wrap;
}

.pagination-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #4F4F4F;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
    transition: .2s linear;
    margin: 0 7.5px;
    margin-bottom: 10px;
}

.pagination-item a:hover,
.pagination-item .current a {
    color: white;
    background: var(--second-color);
    border: none;
}

.pagination-item a:hover path,
.pagination-item .current a path {
    stroke: #fff;
}

.product-list-banner {
    background-color: var(--primary-bg);
    padding: 50px 0;
}

.banner-list-img {
    height: 250px;
    background: #fff;
}

/*  */

/* travel_service */
.product-review-des {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
}

.service-detail-title {
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 9px;
}

.service-img-list {
    margin-top: 23px;
    margin-bottom: 34px;
}

.service-icon {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.service-icon>div {
    display: flex;
    width: 50%;
    align-items: center;
    margin-bottom: 20px;
}

.service-icon>div p {
    font-size: 18px;
    line-height: 24px;
    padding-left: 25px;
}

.service-icon>div:nth-child(2),
.service-icon>div:nth-child(4) {
    padding-left: 35px;
}

.send-require {
    padding: 23px 24px;
    border: 1px solid #E8E8E8;
}

.send-require .form-group label {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
}

.send-require .form-group input {
    margin-top: 14px;
}

.send-require .require-form {
    display: flex;
}

.send-require .require-form .form-group {
    align-self: flex-end;
    flex: 1;

}

.send-require .require-form .form-group+.form-group {
    margin-left: 27px;
}

.require-title h1 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    padding-bottom: 14px;
}

.send-require.respon .require-title h1 {
    padding-bottom: 31px;
}


.service-des {
    font-size: 16px;
    line-height: 26px;
    padding: 18px 0 24px;
}

.service-check~.sub-form {
    color: #828282;
    font-size: 14px;
    line-height: 24px;
}

#service-check {
    opacity: 0;
}

.service-btn {
    padding-top: 27px;
    margin-bottom: 50px;
}

.service-btn>div>div {
    width: 246px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s linear;
    font-size: 18px;
    line-height: 24px;
    border-radius: 5px;
    cursor: pointer;
}

.service-btn-chat {
    background-color: var(--fourth-color);
    color: white;
}

.service-btn-sent {
    background-color: var(--second-color);
    color: white;
    margin-left: 17px;
}

.round-success {
    position: absolute;
    top: 100%;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 5px 0px #D9D9D9;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s linear;
}

.round-success ul {
    height: 60px;
    overflow-y: auto;
}

.round-success ul li {
    cursor: pointer;
}

.round-success ul li:hover,
.round-success ul li.active {
    color: var(--second-color);
}

.require-form input:focus~.round-success {
    opacity: 1;
    visibility: visible;
}



/* cart-list */

.cart-body {
    padding: 50px 0 70px;
}


.cart-title h1 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.cart-table {
    margin-top: 48px;
}

.cart_table-body {
    overflow: hidden;
    border-radius: 30px;
    /* overflow-x: auto; */
}

.cart_table-body .table {
    margin-bottom: 0;
}

.cart_table-body table thead {
    background-color: var(--second-color);
    color: white;
}

.cart_table-body table thead th {
    padding: 20px 0;
}

.cart_table-body table tbody td {
    padding: 24px 0;
}

.cart_table-body .checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.cart_table-body .checkmark {
    left: 50%;
    top: 50%;
    transform: translate(calc(-50% - 4px), -50%);
}

.cart_table-body .cart-content {
    border: none !important;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.cart_table-body .cart-content .cart-des {
    padding-bottom: 0;
}

.cart_table-body .cart-title {
    width: 327px;
}

.cart-item-img {
    width: 180px;
    height: 135px;
}

.cart_table-body .total-item,
.cart_table-body .price-item {
    font-size: 20px;
    line-height: 24px;
    height: 135px;
    display: flex;
    align-items: center;
}

.cart_table-body .price-item {
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.price-1 {
    text-decoration: line-through;
}

.cart_table-body .price-item>div+div {
    margin-top: 5px;
}

.fix-col {
    height: 135px;
    display: flex;
    align-items: center;
}

.cart_table-body tbody>tr+tr {
    border-top: 1px solid #D9D9D9;
}

.cart-item-pay {
    display: flex;
    justify-content: space-between;
    background-color: var(--primary-bg);
    padding: 25px 49px 32px 26px;
    border-radius: 0 0 30px 30px;
}

.continue-buy {
    align-self: flex-end;
}


.cart-payment-infor {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    letter-spacing: -1px;
    min-width: 400px;
}

.cart-payment-infor>div:last-child {
    padding-left: 20px;
}

.cart-item-pay .cart-payment-infor:first-child {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 19px;
    cursor: pointer;
}

.cart-item-pay .cart-payment-infor:nth-child(2) {
    padding-bottom: 30px;
    font-size: 24px;
    line-height: 27px;
    cursor: pointer;
}

.pay-ment {
    width: 100%;
}

.continue-buy {
    text-align: center;
    padding: 11px 0;
    background-color: #1CBE0D;
    width: 322px;
    border-radius: 100px;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 50px;
}

.pay-ment {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 29px;
    padding: 11px 0;
    background-color: var(--second-color);
    width: 500px;
    border-radius: 100px;
}

.phuongthucthanhtoan {
    margin-top: 30px;
    background-color: #F8F8F8;
    padding: 30px 15px;
    border-radius: 30px;
}

.way-buy-wrap {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.way-buy-wrap h2 {
    margin-bottom: 23px;
    font-size: 24px;
    line-height: 29px;
}


.way-buy {
    margin-bottom: 35px;
}

.way-buy-vtc,
.way-buy-after {
    display: flex;
}

.way-buy-vtc p,
.way-buy-after p {
    margin-left: 15px;
    font-size: 18px;
    line-height: 22px;
}

.way-buy-after {
    margin-left: 95px;
}

.way-buy-vtc>div,
.way-buy-after>div {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #A9A9A9;
    position: relative;
    cursor: pointer;
}

.way-buy-vtc.active>div,
.way-buy-after.active>div {
    border-color: #0060A6;
}

.way-buy-vtc.active>div::after,
.way-buy-after.active>div::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #0060A6;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

/* asas */
.cart-repon-header {
    padding-left: 15px;
    margin: 0 16px;
}

.cart-item-mobile {
    display: flex;
    padding: 15px 17px 15px 13px;
}

.cart-item-mobile>div+div {
    margin-left: 20px;
}

.cart-action-mobile {
    display: flex;
    padding-left: 15px;
    margin: 0 16px;
    justify-content: space-between;
}

.cart-item-img img {
    display: block;
}

/* asdfasf */



/* guide */
.guide-main-list {
    padding-top: 61px;
    background-color: var(--primary-bg);
}


.tour-map {
    width: 480px;
    /* height: 817px; */
    padding: 0 40px;
}


.guide-title {
    margin-bottom: 43px;
}

.guide-title h1 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 600;
    text-transform: uppercase;
}

.guide-title svg {
    margin-left: 28px;
}

.region-tour {
    display: flex;
}

.guide-region-title h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 5px;
    font-weight: 600;
}

.guide-item-list a {
    font-size: 18px;
    line-height: 45px;
    color: var(--primary-color);
    transition: 0.2s linear;
}

.guide-item-list a:hover {
    color: var(--second-color);
}

.mien-bac {
    width: 252px;
}

.mien-trung {
    width: 265px;
}

.mien-nam {
    /* width: ; */
}

/* guide detail */
.guide-main-detail {
    padding-top: 35px;
}

.guide-category {
    margin-bottom: 45px;
}

.guide-category ul {
    display: flex;

}

.guide-category ul.active {
    position: fixed;
    background-color: #fff;
    padding: 5px 0 10px;
    z-index: 999;
}

.guide-category ul li a {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    transition: .2s linear;
    cursor: pointer;
    letter-spacing: 0.5px;
    color: var(--primary-color);
}

.guide-category ul li:hover a {
    color: var(--second-color);
    border-color: var(--second-color);
}

.guide-category ul li.active a {
    color: var(--second-color);
    border-color: var(--second-color);
}

.guide-category ul li+li {
    margin-left: 22px;
}

.guide-detail-des {
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 26px;
    color: #4F4F4F;
}

.guide-main-detail p {
    font-size: 16px;
    line-height: 26px;
    color: #4F4F4F;
}

.guide-detail-title,
.guide-main-detail h2 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 8px;
}

.guide-detail-title h1,
.guide-main-detail h1 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.guide-detail-reason {
    margin-bottom: 45px;
}

.guide-detail-reason li {
    line-height: 30px;
    font-size: 16px;
    color: #4F4F4F;
}

.guide-detail-travel {
    margin-bottom: 55px;
}

.guide-detail-travel .guide-detail-title,
.guide-detail-travel h2 {
    margin-bottom: 27px;
}

.travel-items {
    margin-bottom: 8px;
}

.travel-item>div {
    display: flex;
    margin-bottom: 24px;
    align-items: center;
}

.travel-item img {
    width: 24px;
    height: auto;
}

.travel-item>div span {
    display: inline-block;
    font-size: 16px;
    line-height: 14px;
    font-weight: 600;
    margin-left: 22px;
}

.guide-detail-travel .travel-img {
    height: 400px;
}

.practical-left .guide-detail-des {
    margin-bottom: 25px;
    max-width: 370px;
}

.practical-right {
    padding-left: 35px;
}

.practical-right li {
    list-style: disc;
    margin-left: 30px;
}

.guide-detail-practical h1 {
    margin-bottom: 25px;
}

.guide-detail-best-time {
    padding-top: 11px;
    margin-bottom: 43px;
}

.guide-detail-best-time ul li {
    list-style: disc;
    font-size: 16px;
    line-height: 26px;
    margin-left: 17px;
}

.guide-detail-best-thing .guide-detail-des {
    margin-bottom: 29px;
}

.guide-detail-best-thing img {
    max-width: 400px;
    height: 250px;
    display: inline-block;
    /* margin-bottom: 24px; */
}

.guide-detail-best-thing img+img {
    margin-left: 34px;
}

.guide-detail-best-thing h2,
.guide-detail-best-thing h3 {
    margin-bottom: 25px;
}

.guide-detail-best-thing p {
    margin-bottom: 30px;
}

.best-thing-tip,
.tips {
    padding: 25px 25px 25px 37px;
    background-color: #FFF7EA;
}

.best-thing-tip,
.tips {
    display: flex;
    align-items: center;
    margin-bottom: 38px;
    width: 100% !important;
    background-image: url('../img/bongden.svg');
    background-repeat: no-repeat;
    background-position: 30px 50%;
}

.tips tr,
.tips td {
    border: none;
}

.tips tr td:nth-child(1) {
    width: 50px;
    opacity: 0;
}

.best-thing-tip>div,
.tips tr td:nth-child(2) {
    margin-left: 29px;
    width: calc(100% - 32px);
    font-size: 16px;
}

.guide-detail-best-hotel .guide-detail-des {
    margin-bottom: 37px !important;
}

.guide-detail-best-hotel ul li {
    list-style: disc;
    margin-left: 19px;
    font-size: 16px;
    line-height: 26px;
    color: #4F4F4F;
}

.guide-detail-best-hotel>div:last-child {
    margin-bottom: 33px;
}

.guide-detail-best-hotel>div:last-child>div {
    margin-bottom: 28px;
}

.guide-detail-best-hotel>div:last-child>div:last-child {
    margin-bottom: 0;
}

.guide-detail-best-hotel .guide-detail-title {
    margin-bottom: 13px;
}

.guide-detail-food-drink {
    margin-bottom: 37px;
}

.guide-detail-food-drink p {
    margin-bottom: 11px;
}

.guide-detail-food-drink>div>p,
.guide-detail-food-drink ul {
    margin-bottom: 17px;
}

.guide-detail-food-drink li {
    line-height: 26px;
    font-size: 16px;
    color: #4F4F4F;
}

.guide-detail-food-drink .guide-detail-title {
    margin-bottom: 12px;
}

.guide-detail-get-there {
    margin-bottom: 40px;
}

.guide-detail-get-there svg {
    margin-right: 52px;
    margin-top: 11px;
}

.guide-detail-get-there .guide-detail-des {
    margin-bottom: 28px;
}

.go-trafic {
    margin-bottom: 19px;
}

.go-trafic>div:last-child {
    width: 100%;
}

.go-trafic h2,
.go-trafic h3 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 11px;
}

.guide-detail-get-there p {
    margin-bottom: 11px;
}

.guide-detail-get-around {
    margin-bottom: 26px;
}

.guide-detail-itinerary {
    margin-bottom: 30px;
}

.guide-detail-itinerary .flex-1,
.guide-detail-food-drink .flex-1 {
    width: 50%;
    flex: none;
}

.guide-detail-itinerary ul li {
    list-style: disc;
    margin-left: 19px;
    font-size: 16px;
    line-height: 26px;
    color: #4F4F4F;
}

.guide-detail-itinerary .guide-detail-des {
    margin-bottom: 20px;
}

.guide-detail-tips {
    margin-bottom: 40px;
}

.guide-detail-tips h1 {
    margin-bottom: 37px;
}

.more-tips {
    margin-bottom: 24px;
}

.more-tips>div:first-child {
    width: 256px;
    min-width: 256px;
    text-align: left;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}

.more-tips>div:last-child {
    width: 100%;
}

.guide-directory {
    padding: 36px 24px 27px;
    background-color: var(--primary-bg);

}

.guide-directory h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 30px;
}

.guide-directory ul {
    margin-bottom: 15px;
    display: flex;
    border-bottom: 1px solid #E4E4E4;
}

.guide-directory ul li {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid transparent;
    font-weight: 600;
    transform: translate(0, 1px);
}

.guide-directory ul li:hover a,
.guide-directory ul li.active a {
    color: var(--second-color) !important;
}

.guide-directory ul li:hover,
.guide-directory ul li.active {
    border-color: var(--second-color);
}

.guide-directory ul li+li {
    margin-left: 32px;

}

.city-content {
    min-height: 300px;
}

.city-content a {
    font-size: 18px;
    line-height: 35px;
    color: var(--primary-color);
}

.city-content a:hover {
    color: var(--second-color);
}

/* cart success  */
.cart-succes-content {
    margin-top: 30px;

}

.cart-succes-body {
    background-color: #f8f8f8;
    padding: 30px 15px;
    border-radius: 30px;
}

.cart-succes-body h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    margin-bottom: 25px;
}

.cart-succes-body>div:last-child {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
}

.cart-succes-btn {
    padding: 10px;
    text-align: center;
    font-size: 18px;
    min-width: 300px;
    background-color: var(--second-color);
    border-radius: 200px;
}

.cart-succes-btn.bg1 {
    background-color: #1CBE0D !important;
}

.cart-succes-btn a {
    color: white;
}

/* reponsvie */
@media screen and (max-width: 992px) {


    .over-col-l-5 {
        padding-left: 15px;
        display: flex;
        margin-top: 15px;
        justify-content: space-between;
    }

    .product-img-2,
    .product-img-3 {
        width: calc(50% - 7.5px);
        height: 150px;
        margin-bottom: 0;
    }

    .respon {
        margin-top: 24px;
    }

    .over-l-9 {
        padding-left: 15px;
    }

    .why-book {
        margin-top: 24px;
    }
}

@media screen and (max-width: 768px) {
    .product-detail-body {
        padding-top: 24px;
    }

    .pro-detail-title h1 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 18px;
    }

    .product-img-list {
        margin-bottom: 18px;
        margin-top: 35px;
    }

    .product-media>div {
        font-size: 10px;
        line-height: 12px;
        width: 130px;
    }

    .certified-icon img {
        margin-top: 0;
    }

    .certified-icon {
        text-align: left;
    }

    .product-review {
        flex-direction: column;
    }

    .product-provider {
        margin-left: 0;
        margin-top: 3px;
        font-size: 14px;
        line-height: 24px;
    }

    .certified {
        flex-direction: column;
    }

    .certified>div:last-child {
        padding-left: 0px;
        padding-top: 16px;
    }

    .over-l-9 {
        padding-left: 15px;
    }

    .product-icon-list {
        padding: 30px 0;
        flex-direction: column;
        margin-left: -15px;
        margin-right: -15px;
    }

    .product-icon-col>div {
        padding: 0 15px;
    }

    .product-icon-col>div svg {
        margin-bottom: 10px;
    }

    .product-icon-list .product-icon-col:last-child {
        margin-left: 0;
    }

    .product-icon-col+.product-icon-col {
        padding-top: 30px;
    }

    .product-select {
        padding: 22px 20px 35px 23px;
    }

    .product-select h1 {
        font-size: 24px;
        line-height: 29px;
    }

    .select-list {
        display: block;
    }

    .select-list>div+div {
        margin-left: 0;
    }

    .select-btn {
        margin-top: 24px;
        flex-direction: column;
    }

    .select-btn button {
        width: 100% !important;
    }

    .select-btn button:last-child {
        margin-left: 0;
        margin-top: 15px;
    }

    .why-book {
        margin-top: 24px;
        height: auto;
    }

    .why-book h1 {
        font-size: 26px;
        line-height: 31px;
        text-align: left;
    }

    .product-ex-content>div {
        flex-direction: column;
    }

    .product-relate {
        margin-top: 35px;
        padding-top: 35px;
    }

    .product-relate h1 {
        font-size: 26px;
        line-height: 40px;
        padding-bottom: 24px;
        text-align: center;
        width: 73%;
        margin: 0 auto;
    }

    .relate-tour-list .owl-nav {
        /* display: none; */
        top: 50%;
        width: 100%;
    }

    .experience-title h2 {
        max-width: 100%;
        margin-bottom: 11px;
    }

    .excludes {
        padding-top: 15px !important;
    }

    .experience-des {
        width: 100%;
    }

    .check-price>div {
        width: 100%;
    }

    .big-thumb {
        height: 300px;
    }

    .slider-img-wrap,
    .slider-video-wrap {
        margin: 0 15px;
        top: 10%;
    }

    .pre-btn {
        left: 0;
    }

    .next-btn {
        right: 0;
    }

    .slider-close {
        top: 20px;
        right: 20px;
    }

    .big-thumb-video iframe {
        width: 100%;
        height: 300px;
    }

    /* service */
    .require-form {
        flex-direction: column;
    }

    .send-require .require-form .form-group {
        align-self: unset;
    }

    .send-require .require-form .form-group+.form-group {
        margin-left: 0;
    }

    .service-btn>div {
        flex-direction: column;
    }

    .service-btn-sent {
        margin-left: 0;
        margin-top: 15px;
    }

    .tour-map {
        width: 100%;
        height: auto;
        margin-bottom: 24px;
    }

    .region-tour {
        flex-wrap: wrap;
    }

    .region-tour .region {
        width: 50% !important;
        margin-bottom: 24px;
    }

    .guide-detail-title h1,
    .guide-main-detail h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .guide-detail-get-there svg {
        margin-right: 15px;
    }

    .more-tips {
        flex-direction: column;
    }

    .more-tips>div:first-child {
        margin-bottom: 15px;
    }

    .guide-directory {
        margin-bottom: 24px;
    }

    .guide-category {
        display: none;
    }

    .practical-right {
        padding-left: 0;
    }

    .cart-body {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cart-title h1 {
        font-size: 26px;
        line-height: 26px;
    }

    .cart-item-pay {
        flex-direction: column-reverse;
        align-items: start;
        padding-left: 15px;
        padding-right: 15px;
    }

    .cart-item-pay>div {
        width: 100%;
    }

    .continue-buy {
        margin: 0 auto;
    }

    .pay-ment {
        width: 100%;
        font-size: 20px;
    }

    .cart-payment-infor {
        min-width: unset;

    }

    .cart-item-pay .cart-payment-infor:first-child {
        font-size: 14px;
        border-bottom: 1px solid #F2F2F2;
        padding-bottom: 15px;
        font-weight: 400;
    }

    .cart-item-pay .cart-payment-infor:first-child>div:last-child {
        font-size: 20px;
        font-weight: 600;
    }

    .cart-item-pay .cart-payment-infor:nth-child(2) {
        font-size: 18px;
        padding-top: 18px;
        padding-bottom: 24px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-weight: 400;
    }

    .cart-item-pay .cart-payment-infor:nth-child(2)>div:last-child {
        font-size: 24px;
        padding-top: 8px;
        font-weight: 600;
    }

    .product-detail-banner {
        height: 150px;
    }

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

    .guide-detail-best-thing img+img {
        display: none;
    }


    .cart_table-body .cart-title {
        width: auto;
        font-size: 16px;
        line-height: 24px;
    }

    .cart-item-img {
        width: 110px;
        height: 83px;
    }

    .cart_table-body .cart-content {
        padding-top: 0;
    }

    .cart-action-mobile .fix-col {
        height: auto;
    }

    .cart-action-mobile .total-item,
    .cart-action-mobile .price-item {
        height: 100% !important;
    }

    .cart_table-body table tbody td {
        padding-top: 0;
        padding-bottom: 13px;
    }

    .cart_table-body {
        border-radius: 10px;
    }

    .cart-table {
        border-left: 1px solid #D9D9D9;
        border-right: 1px solid #D9D9D9;
        border-radius: 10px 10px 0 0;

    }

    .cart-item-pay {
        border-left: 1px solid #D9D9D9;
        border-right: 1px solid #D9D9D9;
        border-bottom: 1px solid #D9D9D9;
        border: 0 0 10px 10px;
    }

    .price-item p,
    .total-item p {
        font-size: 14px;
        line-height: 20px;
    }

    .total-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .price-2,
    .price-1 {
        font-size: 16px;
        line-height: 24px;
    }

    .total-item p:last-child {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }

    .cart-succes-body>div:last-child {
        flex-direction: column;
    }

    .cart-succes-btn+.cart-succes-btn {
        margin-top: 24px;
    }

}