.ic-home {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url(/isocms/templates/default/skin/images/icon/sprite_home.png);
}
.ic-home.ic-clock {
    width: 22px;
    height: 23px;
    background-position: 0 -195px;
}
.ic-home.ic-des {
    width: 15px;
    height: 19px;
    background-position: -2px -258px;
}
.ic-home.ic-view {
    width: 24px;
    height: 17px;
    background-position: -2px -377px;
}
.ic-home.ic-cald {
    width: 20px;
    height: 22px;
    background-position: -2px -399px;
}
.ic-home.ic-play_video {
    width: 60px;
    height: 60px;
    background-position: -0 0;
}
.item_slider {
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: top;
}
.item_slider:after {
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.3);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
}
.item_slider img {
    object-fit: cover;
    min-height: 400px;
}
.box_search_home {
    position: absolute;
    width: 100%;
    bottom: 32px;
    z-index: 2;
}
.find__trip--form {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.36);
    border-radius: 4px;
    display: flex;
    padding: 17px 29px;
    justify-content: space-between;
    align-items: center;
}
.find__trip--form .form-control {
    height: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    padding: 2px 0 6px;
    color: #fcfcfc;
    border: none;
    background: transparent;
    border-bottom: 2px solid #fcfcfc;
    border-radius: 0;
}
.find__trip--form .form-control::-webkit-input-placeholder {
    color: #fcfcfc;
    left: -10px;
}
.find__trip--form .form-control:-ms-input-placeholder {
    color: #fcfcfc;
    left: -10px;
}
.find__trip--form .form-control::placeholder {
    color: #fcfcfc;
    left: -10px;
}
.find__trip--form .form-control {
    padding-left: 10px;
}
.input_key_word {
    width: calc(100% - 375px);
    max-width: 500px;
    height: auto;
    position: relative;
}
.find__trip--form .form_select label {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #fcfcfc;
}
.form_select {
    width: 100%;
    max-width: 270px;
    position: relative;
    padding-left: 40px;
}
.find__trip--form .form_select_destination:before {
    position: absolute;
    content: "";
    width: 28px;
    height: 35px;
    background-image: url(../images/icon/des.svg);
    left: 0;
    top: 7px;
}
.find__trip--form .form_select_duration {
    padding-left: 44px;
    margin-left: auto;
}
.find__trip--form .form_select_duration:before {
    position: absolute;
    content: "";
    width: 32px;
    height: 35px;
    background-image: url(../images/icon/duration.svg);
    left: 0;
    top: 7px;
}
.find__trip--form .form_select:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/icon/dropdown.svg);
    right: 0;
    top: 25px;
}
.find__trip--form .icon_search {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/icon/search.svg);
    vertical-align: middle;
    margin-right: 8px;
}
.btn_find_trip {
    width: 154px;
    border-radius: 4px;
    height: 52px;
    font-weight: 600;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fcfcfc;
    text-transform: uppercase;
    margin-left: 29px;
}
#autosugget {
    position: absolute;
    top: 100%;
    left: 40px;
    z-index: 1;
}
.HTML_sugget {
    width: 230px;
    background: #fff;
    padding: 10px;
    list-style: none;
}
.HTML_sugget li {
    margin: 0 0 5px;
}
.HTML_sugget li .d-flex {
    justify-content: space-between;
    align-items: center;
}
.HTML_sugget li .d-flex .title_place {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
}
.HTML_sugget li .d-flex .title_place .s_country {
    font-size: 14px;
    font-weight: 400;
}
.HTML_sugget li .d-flex span.label_place {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px;
}
.HTML_sugget li .d-flex span.label_place .text {
    color: #eba743;
}
.HTML_sugget li a {
    display: block;
    line-height: 36px;
    font-size: 15px;
    color: #333;
}
.form_select_duration select option {
    color: #424242;
}
.why_home_box {
    padding: 80px 0 0;
    background: linear-gradient(
        179.93deg,
        #fff8e4 0.06%,
        rgba(251, 246, 242, 0) 99.94%
    );
}
.why_box {
    margin-bottom: 30px;
}
.phone .why_box {
    margin-bottom: 10px;
}
.item__why--icon img {
    max-width: 51px;
    width: auto !important;
    height: auto;
    margin: 0 auto;
}
.item__why--icon {
    width: 51px;
    margin-right: 20px;
}
.item__why--artice {
    width: calc(100% - 71px);
}
.item__why--artice .intro {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #424242;
}
.item__why--artice .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: var(--main-color);
    margin-bottom: 8px;
}
.why_home_box .about_box {
    padding: 40px 0 60px;
    position: relative;
    width: 100%;
    display: inline-block;
}
.why_home_box .about_box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    max-width: 1028px;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(66, 66, 66, 0.2);
    margin: 0 auto;
}
.about_box .about_text {
    display: inline-block;
    width: 55.5%;
    background: #fff;
    border: 1px solid rgba(36, 107, 72, 0.12);
    border-radius: 4px;
    padding: 42px 155px 42px 44px;
    min-height: 440px;
}
.about_box .about_text h2 {
    font-family: "iCielSmoothy";
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.005em;
    color: var(--main-color);
    margin-bottom: 24px;
    position: relative;
    padding-top: 52px;
}
.about_box .about_text h2:before {
    width: 43px;
    height: 38px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-image: url(/isocms/templates/default/skin/images/icon/sprite_home.png);
    background-position: 0 -107px;
    z-index: 1;
}
.phone .about_box .about_text h2 {
    font-family: "iCielSmoothy";
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.005em;
    color: var(--main-color);
    margin-bottom: 24px;
    position: relative;
    padding-top: 0px;
}
.phone .about_box .about_text h2:before {
    display: none;
}
.phone .about_box .about_text h2 .ic-quot {
    display: inline-block;
    vertical-align: middle;
    width: 43px;
    height: 38px;
    background-position: 0 -107px;
    margin: -15px 5px 0 0px;
}
.about_box .about_text .intro {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 18px;
    color: #424242;
}
.about_box .about_text .about_link {
    display: inline-block;
    border-radius: 4px;
    width: 158px;
    height: 36px;
    line-height: 36px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fcfcfc;
    background: var(--main-bg-button-color);
}
.about_box .about_text .about_link:hover {
    background: var(--main-color);
}
.about_content_box {
    position: relative;
}
.about_content_box .about_image_bg {
    width: 54.5%;
    border-radius: 4px;
    position: absolute;
    right: 0;
    bottom: -57px;
    height: 100%;
    background: rgba(66, 66, 66, 0.12);
    z-index: 2;
    filter: blur(13px);
}
.about_content_box .about_image {
    width: 54.5%;
    float: right;
    padding: 19px 23px;
    background: #fff;
    border: 1px solid rgba(36, 107, 72, 0.12);
    border-radius: 4px;
    position: absolute;
    right: -44px;
    bottom: -57px;
    height: 100%;
    z-index: 3;
}
.section_box .home_title_box {
    padding-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid rgba(66, 66, 66, 0.08);
}
.section_staff {
    margin-top: 40px;
}
.section_staff .home_title_box {
    padding-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid rgba(66, 66, 66, 0.08);
}
.section_staff .home_title_box .section_box-title {
    margin-bottom: 4px;
}
.section_staff .home_title_box .intro_box p:last-child {
    margin-bottom: 0;
}
.color_2c2c2c {
    color: #2c2c2c;
}
.color_444444 {
    color: #444;
}
.list_tours .TopContent {
    height: 110px;
}
.slideWhy .owl-nav .owl-prev {
    top: 50%;
    left: -35px;
}
.slideWhy .owl-nav .owl-next {
    top: 50%;
    right: -35px;
}
.partner_logo_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
}
.partner_logo_box .partner_icon_scale {
    margin-bottom: 20px;
    width: calc(100% / 7);
    text-align: center;
}
.brands i {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.i_shangrila_en {
    display: inline-block;
    width: 100%;
    height: 53px;
    background-repeat: no-repeat;
    background-position: center;
}
.i_shangrila_en:hover {
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
}
.pageen .attractive_tour--content {
    margin: 0 !important;
}
.attractive_tour--content > .row > .col-md-3 {
    padding-right: 6px;
    padding-left: 6px;
}
.attractive_tour--content .TopContent .body__title {
    font-size: 20px !important;
}
.item__tour {
    transition: 0.4s all;
    margin-bottom: 30px;
}
.item__tour:hover {
    transform: translateY(-10px);
}
.item__tour.phone:hover {
    transform: translateY(0px);
}
.item__tour .image a {
    display: block;
    width: 100%;
    height: 100%;
}
.item__tour .image a:after {
    content: "";
    width: 100%;
    background: rgba(0, 0, 0, 0.22);
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}
.item__tour .promotion {
    position: absolute;
    right: 12px;
    top: 0;
    width: 50px;
    height: 50px;
    font-size: 17px;
    font-weight: 700;
    display: flex;
    align-content: center;
    align-items: center;
    background: var(--main-color);
    justify-content: center;
    z-index: 9;
}
.item__tour .promotion:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -12px;
    right: 0;
    border-right: 25px solid var(--main-color);
    border-bottom: 12px solid transparent;
    border-left: 25px solid var(--main-color);
    margin: 0;
    z-index: 9;
}
.item__tour .body {
    height: 175px;
    overflow: hidden;
    background: #fff;
    padding: 15px;
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
}
.show_item {
    padding-bottom: 12px;
    height: 110px;
    overflow: hidden;
    line-height: 28px;
}
.tour_rate label {
    margin-right: 10px;
}
.tour_rate .review_text {
    line-height: 20px;
}
.additional_infor .duration:before {
    width: 18px;
    height: 19px;
    vertical-align: middle;
    display: inline-block;
    content: "";
    background: url(/isocms/templates/default/skin/images/img_isocms/spite_home_2019.png)
        no-repeat;
    background-position: -2px -23px;
    top: 0;
    left: 0;
    margin-right: 8px;
    filter: invert(84%) sepia(74%) saturate(439%) hue-rotate(10deg)
        brightness(106%) contrast(104%);
}
.additional_infor .duration {
    padding-left: 20px;
    position: relative;
    width: 130px;
}
.additional_infor {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #f1fc42;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #616161;
    background: linear-gradient(
        0deg,
        rgba(97, 97, 97, 0.9402135854341737) 0%,
        rgba(162, 162, 162, 0.3211659663865546) 35%,
        rgba(247, 248, 249, 0) 100%
    );
}
.departure {
    width: calc(100% - 130px);
}
.departure a,
.additional_infor a {
    color: #1c1c1c;
}
.departure a.linkcity {
    white-space: nowrap;
}
.additional_infor > a {
    display: inline-block;
    margin-left: 3px;
}
.link_tour {
    width: 90px;
    text-align: right;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
}
.item__tour .price {
    display: flex;
    align-items: center;
    margin-top: 8px;
}
.price__detail {
    width: calc(100% - 90px);
}
.price__detail > span {
    display: block;
    line-height: 24px;
}
.box_travel_style {
    display: inline-block;
    width: 100%;
    padding: 60px 19px;
}
.phone .box_travel_style {
    display: inline-block;
    width: 100%;
    padding: 60px 8px;
}
.phone .box_travel_style .col-sm-4,
.phone .box_travel_style .col-sm-6 {
    width: 100% !important;
}
.box_travel_style .catItem {
    position: relative;
    margin-bottom: 23px;
}
.box_travel_style .catItem .spotlight {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 35px 15px 24px;
    z-index: 1;
    background-image: -ms-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    background-image: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    background-image: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgba(255, 255, 255, 0)),
        color-stop(1, rgba(0, 0, 0, 1))
    );
    background-image: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(0, 0, 0, 0.7) 64%
    );
}
.box_travel_style .catItem .spotlight h3 {
    margin-bottom: 7px;
}
.box_travel_style .catItem .spotlight a {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    line-height: 29px;
}
.box_travel_style .catItem .spotlight p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
.box_travel_style .view_more {
    margin-top: 7px;
    margin-bottom: 23px;
}
.countryItem .body {
    display: inline-block;
    width: 100%;
    padding: 20px 20px 15px;
    background: #fff;
}
.countryItem .body h3 {
    margin-bottom: 6px;
}
.countryItem .body h3 a {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    line-height: 29px;
    color: #1c1c1c;
}
.countryItem .body .intro {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-bottom: 9px;
}
.countryItem .body p.icon_place {
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    color: #00235f;
}
.countryItem .body p.icon_place:before {
    width: 13px;
    height: 16px;
    position: absolute;
    content: "";
    background: url(/isocms/templates/default/skin/images/img_isocms/spite_home_2019.png)
        no-repeat;
    background-position: -53px -78px;
    top: 4px;
    left: 0;
}
.countryItem .body p.icon_hotel {
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    color: #00235f;
}
.countryItem .body p.icon_hotel:before {
    width: 13px;
    height: 11px;
    position: absolute;
    content: "";
    background: url(/isocms/templates/default/skin/images/img_isocms/spite_home_2019.png)
        no-repeat;
    background-position: -53px -57px;
    top: 6px;
    left: 0;
}
.owl-prev,
.owl-next {
    top: calc(50% - 16px);
}
.page_container {
    background: #fff;
}
.find__trip--form .form-control:focus {
    outline: none;
    border-color: #fff !important;
    box-shadow: unset;
}
.body_price .text {
    display: none;
}
.btn_view_more {
    border: 1px solid #3d340d;
    border-radius: 0;
    background: #fff;
    height: 45px;
    font-weight: 600;
    font-size: 16px;
    line-height: 45px;
    color: #3d340d;
    margin-top: 10px;
}
.section_box-title a:hover,
.list_testimonial .tes_item a:hover {
    color: var(--main-color-2);
}
.tes_item .view_more {
    margin-bottom: 20px;
    position: relative;
}
.tes_item .item__name {
    position: relative;
    margin-top: 30px;
}
.tes_item .star label {
    margin: 10px auto 0 !important;
}
.tes_item .item__name:after {
    content: "";
    position: absolute;
    background: #333;
    height: 2px;
    width: 60px;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.blog_body .intro {
    font-size: 14px;
    line-height: 23px;
    color: #2c2c2c;
}
.bgc-F5F5F5 {
    background-color: #f5f5f5;
}
.box_tour {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}
.box-left {
    width: 30%;
    margin-top: 57px;
}
.box-right {
    width: 50%;
}
.box-right .img_banner_tour {
    margin-top: -30px;
}
.title_tour_for_ask {
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
    color: #2c2c2c;
    margin-bottom: 30px;
}
.text_tour_for_ask {
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #666;
    margin-bottom: 25px;
}
.link_tour_for_ask {
    background: #fdd835;
    border-radius: 3px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 16px;
    color: #3d340d;
    display: inline-block;
}
.link_tour_for_ask:hover {
    background: #fdd835b5;
    color: #3d340d;
}
.inquiry_msg.success {
    color: green;
}
.box_subscribe {
    justify-content: center;
    align-items: center;
}
.box-left_subscribe {
    display: flex;
    justify-content: flex-end;
    width: 40%;
    margin-right: 32px;
    align-items: center;
}
.box-right_subscribe {
    width: 40%;
    align-items: center;
}
.box_text_subscribe .title {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #000;
    margin-bottom: 8px;
}
.box_text_subscribe .text_subscribe {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #666;
    margin: 0;
}
.partner__box .section_box-title,
.press__news .section_box-title {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #2c2c2c;
}
.partner__box .section_box-intro {
    text-align: center;
}
.partner__box .section_box-intro p {
    margin-bottom: 0;
}
.partner__box .section_box-title {
    margin-bottom: 20px;
}
.press__news .section_box-title {
    margin-bottom: 30px;
}
.box_text_subscribe {
    width: calc(100% - 109px);
}
.orther_services .section_box-title {
    margin-bottom: 0;
}
.box_professional_attractive_tour .container-fluid {
    padding: 0 6px;
}
.header__content {
    margin: 50px 0 30px;
    padding: 0;
}
.box_professional_attractive_tour .header__content {
    text-align: center;
    margin-bottom: 0;
}
.tour__inbound .header__content {
    margin: 70px 0 30px;
}
.box_professional_attractive_tour .header__content {
    margin-top: 40px;
    margin-bottom: 28px;
    padding-top: 40px;
    border-top: 1px solid rgba(66, 66, 66, 0.08);
}
.box_professional_attractive_tour .header__content .section_box-title {
    margin-bottom: 8px;
}
.top__destination .home_title_box {
    margin: 0 0 25px;
    padding-top: 40px;
    border-top: 1px solid rgba(66, 66, 66, 0.08);
}
.top__destination .home_title_box .intro_box p:last-child {
    margin-bottom: 0;
}
.top__destination .section_box-title {
    margin-bottom: 4px;
}
.tour__inbound .box__padding,
.tour__outbound .box__padding {
    padding-top: 0;
}
.tour__inbound .body,
.tour__outbound .body {
    height: 177px;
}
.tour__outbound .header__content,
.orther_services .header__content {
    margin: 40px 0 30px;
}
.travel__inspiration > .container {
    padding: 0;
}
.travel__inspiration .header__content {
    margin-top: 40px;
    padding: 0;
}
.attractive_tour .attractive_tour--content {
    margin: 0;
}
.itemTour {
    margin-bottom: 40px;
}
.itemTour .image {
    width: 100%;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}
.itemTour .image img {
    -moz-transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
}
.itemTour .image:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    object-fit: cover;
}
.owl-prev,
.owl-next {
    border-radius: 50%;
    width: 36px;
    height: 36px;
}
.list_tours .owl-prev {
    left: -51px;
}
.list_tours .owl-next {
    right: -51px;
}
.box_professional_attractive_tour .itemTour .body__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: var(--main-color);
    margin-bottom: 14px;
}
.box_professional_attractive_tour .itemTour .body__title a {
    color: var(--main-color);
}
.box_professional_attractive_tour .itemTour .body__title a:hover {
    color: var(--main-color-2);
}
.box_professional_attractive_tour .body_info_tour .review_rate {
    margin-right: 12px;
}
.box_professional_attractive_tour .body_info_tour .box_review_count {
    margin: 0;
}
.box_professional_attractive_tour .body_info_tour .body_review {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #666;
    align-items: center;
}
.rate_avg {
    background: #eba743;
    border-radius: 4px;
    width: 34px;
    height: 22px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    color: #fcfcfc;
    margin: 0 6px 0 0;
}
.text_rate_avg {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #eba743;
    margin-right: 3px;
}
.review_count {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}
.body_duration {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    margin-left: auto;
}
.body_duration i {
    margin-right: 6px;
    vertical-align: middle;
}
.body_duration a {
    color: inherit;
}
.body_des {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin: 12px 0 26px;
    color: #424242;
}
.body_des .ic-des {
    display: inline-block;
    vertical-align: middle;
}
.body_price .price {
    display: flex;
    flex-direction: column;
}
.body_price .price .text_from {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    color: #424242;
}
.body_price .price .text_from del {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-left: 3px;
    color: #666;
}
.body_price .price .number {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.005em;
    color: var(--main-color);
    margin: 0;
}
.body_price .price .view_contact {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.005em;
    color: var(--main-color);
    margin: 0;
}
.body_price .price .view_contact:hover {
    color: var(--main-color-2);
}
.body_price .price .number span.text_pax {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #424242;
}
.box_professional_attractive_tour .body_price .price_old {
    line-height: 19px;
}
.body_info_tour .body_price p.size18 {
    font-size: 22px;
    line-height: 29px;
}
.body_duration .start_tour:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 18px;
    float: left;
    margin-right: 7px;
    background: url(../images/icon/icon_iso.png) -205px -9px no-repeat;
}
.body_tour .view_more {
    width: 141px;
    height: 36px;
    background: var(--main-bg-button-color);
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #fcfcfc;
    margin-top: auto;
    margin-left: auto;
}
.body_tour .view_more:hover {
    background: var(--main-bg-color);
}
.top__destination .title {
    padding-top: 40px;
    border-top: 1px solid rgba(66, 66, 66, 0.08);
}
.home_box .listCountry .row {
    margin-left: -2px;
    margin-right: -2px;
}
.home_box .listCountry .col-item {
    padding-left: 2px;
    padding-right: 2px;
}
.home_box .listCountry .country_item {
    height: 290px;
    overflow: hidden;
    margin: 2px 0;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
}
.home_box .listCountry .country_item:before {
    content: "";
    height: 230px;
    max-height: 50%;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    mix-blend-mode: multiply;
    opacity: 0.6;
    border-radius: 4px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.home_box .listCountry .country_item a {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.home_box .listCountry .country_item h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 20px 26px;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.005em;
    margin: 0;
    color: #f0f0f0;
    z-index: 2;
}
.home_box .listCountry .country_item h3 a {
    color: #f0f0f0;
}
.home_box .listCountry .country_item img {
    object-fit: cover;
    height: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.home_box .listCountry .country_item:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.col-feature img {
    width: auto !important;
    max-width: 100% !important;
    height: auto;
}
.experience_video_box {
    margin: 40px 0;
}
.section_box.experience_video_box .home_title_box {
    margin-bottom: 30px;
}
.experience_video_box .section_box-title {
    margin-bottom: 0;
}
.experience_video_box .intro_box {
    margin-top: 8px;
}
.experience_video_box .intro_box p:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .top__destination .top__destination--content .item_highlight {
        padding-right: 12px;
        width: 27%;
    }
    .top__destination .list_item .item {
        padding: 0 12px;
    }
    .top__destination .item__box,
    .top__destination .item__box a,
    .top__destination .item__box img {
        height: 100%;
    }
    .top__destination--content .list_item {
        width: 73%;
    }
    .list_item .item:nth-child(-n + 3) {
        margin-bottom: 30px;
    }
}
.top__destination--content .row_flex {
    display: flex;
    flex-wrap: wrap;
}
.top__destination--content .item .title {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    text-align: center;
    padding: 0 15px;
}
.top__destination--content .item .photo {
    display: block;
    width: 100%;
    position: relative;
}
.top__destination--content .item .photo:after {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.item__box,
.top__destination--content .item .title {
    transition: 0.4s all;
    line-height: 29px;
    font-weight: 600 !important;
}
.item__box:hover {
    transform: translateY(-10px);
}
.item__box:hover .title a,
.item__box:focus .title a {
    color: #fff !important;
    text-decoration: underline;
}
.tour__inbound .item__tour .price .size24,
.tour__outbound .item__tour .price .size24 {
    font-size: 22px !important;
}
.box_slider_tour .item__tour {
    margin-bottom: 10px;
    padding: 0 2px;
}
.box_slider_tour .item__tour .image a:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 50%;
    left: 0;
    background: none;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    top: auto;
    bottom: 0;
}
.box_slider_tour .additional_infor i {
    margin-right: 5px;
    margin-top: 3px;
}
.box_slider_tour .item__tour .body {
    height: 175px;
}
.box_slider_tour .item__tour .price {
    flex-direction: row-reverse;
}
.box_slider_tour .item__tour .price del {
    margin-right: 10px;
}
.box_slider_tour .owl-next {
    top: 90px;
    right: -16px;
}
.box_slider_tour .owl-prev {
    left: -16px;
    top: 90px;
}
.subscribe_Home {
    padding: 30px 0 35px;
    height: 183px;
    align-content: center;
    display: flex;
}
.subscribe__form,
.subcribe_msg {
    position: relative;
    width: 100%;
    max-width: 475px;
}
.btn_Subscribe {
    position: absolute;
    font-size: 18px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: none;
    font-weight: 700;
    min-width: 115px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
#email_subscribe {
    width: 100%;
    height: 55px;
    background: #fff;
    outline: none;
    border-radius: 3px;
    padding: 0 135px 0 25px;
    border: 1px solid #d7dce3;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #999;
}
.blog_body {
    padding: 12px 0;
}
.blog_body h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: var(--main-color);
    margin-bottom: 13px;
}
.blog_body h3:hover {
    color: var(--main-color-2);
}
.blog_body .time,
.blog_body .number_view {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    vertical-align: middle;
    color: #696969;
}
.blog_body .time i,
.blog_body .number_view i {
    vertical-align: middle;
    margin-right: 5px;
}
#list__blog .box .photo {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}
#list__blog .box img {
    border-radius: 4px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#list__blog .box:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border-radius: 4px;
}
.partner__box {
    padding-bottom: 50px;
}
.press__news {
    padding-bottom: 100px;
}
.partner__carousel--box,
.press__news--box {
    padding-top: 30px;
    max-width: 1055px;
    width: 100%;
    margin: 0 auto 25px;
    display: block;
}
.logo__partner {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo__partner img {
    width: auto !important;
    height: auto;
    margin: 0 auto;
    max-height: 75px;
    max-width: 100%;
}
.press__news--header.header__content {
    padding-top: 30px;
    border-top: 1px solid #ccc;
    max-width: 1055px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding-bottom: 15px;
}
.partner__box--header.header__content {
    max-width: 1055px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 70px 0 30px;
}
.travel__inspiration .home_title_box .intro_box {
    margin-top: 8px;
}
.travel__inspiration .home_title_box .intro_box p:last-child {
    margin-bottom: 0;
}
.why_home_box {
    padding: 0;
}

.item__why.box_col {
    padding-top: 15px;
}
@media (min-width: 1600px) {
    .show-1600 {
        display: block !important;
    }
    .item__tour .body {
        padding: 18px;
    }
    .additional_infor .duration {
        width: 160px;
    }
    .departure {
        width: calc(100% - 160px);
    }
}
@media (min-width: 1300px) {
    #main .container {
        width: 1270px;
    }
}
@media (min-width: 1200px) {
    .tes_item {
        padding: 0 30px;
    }
    .list_item .item:nth-child(-n + 3) {
        margin-bottom: 30px;
    }
    .box_professional_attractive_tour .itemTour .body_tour {
        padding: 20px 20px 23px;
        height: auto;
        min-height: 245px;
    }
}
@media (max-width: 1365px) {
    .list_tours .owl-prev {
        left: -30px;
    }
    .list_tours .owl-next {
        right: -30px;
    }
}
@media (max-width: 1140px) {
    .ul_main_menu li {
        list-style: none;
        padding: 0 10px;
    }
}
@media (max-width: 1024px) {
    .slide__title {
        font-size: 36px;
    }
    .qc__box {
        height: auto;
    }
    .additional_infor {
        flex-wrap: wrap;
    }
    .additional_infor .duration {
        width: 100%;
    }
    .departure {
        width: 100%;
    }
    .item__why--artice {
        width: calc(100% - 110px);
        margin-left: 20px;
    }
    .item__why--artice .intro {
        font-size: 15px;
    }
    .item__tour .body {
        height: 200px;
    }
    .item__tour .price {
        flex-wrap: wrap;
    }
    .price__detail {
        width: 100%;
    }
    .link_tour {
        width: 100%;
    }
    .box_slider_tour {
        width: 100%;
        overflow-x: auto;
    }
    .box_slider_tour .owl-nav {
        display: none !important;
    }
    .box_slider_top_des {
        width: 100%;
        padding-bottom: 10px;
    }
    .box_slider_top_des .owl-nav {
        display: none !important;
    }
    .box-right_subscribe,
    .box-left_subscribe {
        width: 50%;
    }
    .owl-prev {
        left: 0 !important;
    }
    .owl-next {
        right: 0 !important;
    }
    .box_professional_attractive_tour .itemTour .body_tour {
        height: 256px;
    }
}
@media (max-width: 991px) {
    .hidden992 {
        display: none !important;
    }
    .block992 {
        display: block !important;
    }
    .item__why--icon img {
        max-height: 80px;
        margin: 0 auto;
    }
    .box_slider_tour .owl-prev {
        left: 0;
        top: 110px;
    }
    .box_slider_tour .owl-next {
        right: 0;
        top: 110px;
    }
    .partner__box,
    .press__news {
        padding-bottom: 30px;
    }
    .top__destination--content .col-sm-5 {
        width: 44.7%;
    }
    .top__destination--content .col-sm-7 {
        width: 55.3%;
    }
    .box-left {
        width: 70%;
        margin-bottom: 30px;
        text-align: center;
    }
    .box_tour {
        flex-direction: column;
        align-items: center;
        padding: 0 5px;
    }
    .box-right .img_banner_tour {
        margin-top: 0;
    }
    .box-right {
        width: 60%;
    }
    #list__blog .owl-nav {
        display: none;
    }
    .list_testimonial .owl-dots,
    .orther_services .owl-dots {
        bottom: -25px;
    }
    .list_testimonial .owl-dots .owl-dot,
    .orther_services .owl-dots .owl-dot {
        background: #ccc;
        width: 8px;
        height: 8px;
    }
    .list_testimonial .owl-dots .owl-dot.active,
    .orther_services .owl-dots .owl-dot.active {
        background: #999;
    }
    .list_testimonial .owl-dots .owl-dot button,
    .orther_services .owl-dots .owl-dot button {
        background: #fff0;
        font-size: 0;
        border: 0;
    }
    .slideWhy .item__why {
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 2px;
    }
    .item__why--artice .title {
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 24px;
    }
    .phone .item__why--artice .title {
        font-size: 16px;
    }
    .item__why--artice .intro p {
        margin: 0;
    }
    .item__why--icon {
        text-align: center;
        height: 80px;
    }
    .container_testimonials,
    .why .slideWhy {
        padding: 0 12px;
    }
    .box_professional_attractive_tour .header__content {
        margin-top: 0;
        margin-bottom: 20px;
        text-align: left;
    }
    .about_box .about_text {
        width: 100%;
        padding: 42px;
    }
    .about_box .about_content_box .about_image {
        width: 100%;
        bottom: 4px;
        left: 0;
        position: relative;
    }
    .about_content_box .about_image:before {
        display: none;
    }
    .find__trip--form {
        padding: 17px 15px;
    }
    .find__trip--form .form_select {
        max-width: 230px;
    }
    .home_box .listCountry .col-item .country_item {
        height: 200px;
    }
    .home_box .listCountry .col-item:nth-child(4) .country_item,
    .home_box .listCountry .col-item:nth-child(6) .country_item {
        height: 350px;
    }
}
@media (max-width: 767px) {
    .item__tour .body {
        height: auto;
    }
    .partner_logo_box {
        margin-right: 0;
    }
    .partner_logo_box .partner_icon_scale {
        width: calc(100% / 5);
    }
    .item__slider--content {
        padding: 30px 10px 60px;
    }
    .slide__title {
        font-size: 24px;
    }
    .slider__intro {
        font-size: 18px;
    }
    .qc__box--slider .owl-dots {
        bottom: 8px;
    }
    .item__why--icon {
        width: 51px;
        height: 51px;
        margin-bottom: 15px;
    }
    .item__why--artice {
        width: 100%;
        text-align: left;
        margin: 0;
    }
    .item__why--artice h3 {
        font-size: 17px !important;
        margin-bottom: 5px !important;
    }
    .item__why--artice .intro {
        font-size: 14px;
        -webkit-line-clamp: 3;
    }
    .btn_Subscribe {
        min-width: 90px;
        font-size: 16px;
    }
    .find__trip--form {
        flex-wrap: wrap;
        justify-content: flex-end;
        background: #fff;
        box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
        border-radius: 10px 10px 0 0;
        overflow: hidden;
        padding: 0 15px;
        padding-bottom: 20px;
        border-bottom: 3px solid #fdd835;
    }
    .input_key_word {
        max-width: 100%;
        margin-right: 0;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        padding: 20px;
    }
    .input_key_word:before {
        left: 0;
    }
    .box_search_home .input_key_word .form-control {
        padding: 0;
        padding-left: 20px;
        border: none;
        font-size: 14px;
    }
    .box_search_home .form-control {
        font-size: 14px;
        padding-left: 5px;
    }
    .box_search_home .input_key_word .form-control,
    .box_search_home .form-control {
        font-size: 16px;
        transform: scale(0.875);
        transform-origin: left center;
        margin-right: -14.28%;
    }
    .form_select {
        margin-bottom: 15px;
        margin-right: 0;
        max-width: 100%;
        width: 100%;
        padding: 17px 0;
    }
    .form_select.form_select_destination {
        max-width: 100%;
        margin: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
    .form_select.form_select_duration {
        max-width: 100%;
    }
    .form_select_duration:after {
        right: 12px;
    }
    .box_search_home {
        position: relative;
    }
    .btn_find_trip {
        width: 100%;
        border-radius: 5px;
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
    }
    .why_home_box .about_box:before {
        width: calc(100% - 30px);
        max-width: 510px;
    }
    .top__destination--content .col-sm-5 {
        width: 100%;
    }
    .top__destination--content .col-sm-7 {
        width: 100%;
    }
    .find__trip--form .form-control:focus {
        border-right: 0 !important;
    }
    .box_search_home.phone {
        width: 100%;
        position: absolute;
        bottom: 15px;
    }
    .box_search_home .find__trip--form {
        background: #ffffff5c;
        padding: 35px 30px 30px;
        border: 1px solid rgba(252, 190, 41, 0.06);
        border-radius: 4px;
    }
    .box_search_home .form_select {
        padding: 0;
        padding-left: 40px;
        border-bottom: 0;
        margin-bottom: 30px;
    }
    .box_search_home .btn_find_trip {
        margin-left: 0;
    }
    .box_search_home .form-control {
        transform: scale(1);
    }
    .box_subscribe {
        flex-wrap: wrap;
        padding: 0;
    }
    .subscribe_Home {
        height: auto;
        padding: 40px 20px;
    }
    .box-left_subscribe:before {
        margin-right: 26px;
    }
    .box_text_subscribe {
        width: calc(100% - 96px);
    }
    .box-right_subscribe {
        width: 100%;
    }
    .box_text_subscribe .title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .box-left_subscribe {
        width: 100%;
        margin: 0;
        margin-bottom: 22px;
        display: flex;
        align-items: start;
    }
    .list_tours .box {
        padding: 0 7px;
    }
    .section_box-title_testimonials {
        margin-bottom: 20px;
    }
    .box_professional_attractive_tour .itemTour {
        margin-bottom: 28px;
    }
    .orther_services .content_services .content_top {
        width: 100%;
    }
    .orther_services .content_services .title_serv {
        font-size: 20px;
        line-height: 27px;
    }
    .orther_services .content_services .desp_serv,
    .orther_services .content_services .view_detail {
        font-size: 14px;
    }
    .about_box .about_text {
        padding: 42px 20px 37px;
    }
    .about_box .about_content_box .about_image {
        padding: 7px;
        right: 0;
    }
    .about_box .about_content_box .about_image:before {
        display: none;
    }
    .box_professional_attractive_tour .header__content {
        padding-top: 40px;
        margin-bottom: 28px;
    }
    .box_professional_attractive_tour .section_box-title {
        font-size: 26px;
        line-height: 36px;
        color: var(--main-color);
        letter-spacing: 0.005em;
        margin-bottom: 0;
    }
    .box_professional_attractive_tour .itemTour .body__title {
        margin-bottom: 10px;
    }
    .body_info_tour .body_des {
        margin: 0 0 25px;
    }
    .box_professional_attractive_tour .itemTour .body_tour {
        height: auto;
        padding: 20px 15px;
    }
    .top__destination .section_box-title {
        font-weight: 700;
        font-size: 26px;
        line-height: 36px;
        letter-spacing: 0.005em;
        padding: 0 15px;
    }
    .top__destination .intro_box {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }
    .top__destination .home_title_box {
        margin-bottom: 13px;
    }
    .home_box .listCountry .col-item .country_item {
        height: 155px;
    }
    .home_box .listCountry .col-item:nth-child(4) .country_item,
    .home_box .listCountry .col-item:nth-child(6) .country_item {
        height: 312px;
    }
    .home_box .listCountry .country_item:before {
        height: 50%;
    }
    .section_staff.phone .staff_item {
        margin-bottom: 28px;
    }
    .section_staff.phone .staff_item .avatar {
        width: 90px;
        height: 90px;
        margin-bottom: 10px;
    }
    .section_staff.phone .staff_item .staff_body h3.name_staff {
        font-size: 16px;
        line-height: 24px;
    }
    .section_staff.phone .staff_item .staff_body .intro_staff {
        font-size: 12px;
        line-height: 20px;
    }
    .section_staff.phone .border_view_more {
        margin-top: 0 !important;
    }
    .travel__inspiration .view_more_default {
        margin-top: 22px;
    }
    .testimonials__box {
        width: 100%;
        overflow: hidden;
    }
    .testimonials__box .home_title_box {
        padding-top: 0;
        border-top: 0;
    }
    .testimonials__box .owl-next {
        right: -17px !important;
        top: 130px;
    }
    .testimonials__box .owl-prev {
        left: -17px !important;
        top: 130px;
    }
    .box_search_home.phone.video_teaser_page {
        position: unset;
    }

    .box_search_home.phone.video_teaser_page form {
        background: #ccc;
    }
}
@media (max-width: 480px) {
    .item__why.box_col {
        justify-content: center;
    }
    .c_Video_home {
        width: 430px;
    }
    .partner_logo_box .partner_icon_scale {
        width: calc(100% / 2);
    }
    .additional_infor .duration {
        padding-left: 10px;
        font-size: 10px;
    }
    .additional_infor .duration:before {
        width: 9px;
        height: 11px;
        background-position: -85px -6px;
        margin-right: 6px;
        filter: unset;
    }
    .body__title {
        font-size: 14px;
        line-height: 20px;
        height: 38px;
        margin-bottom: 5px;
    }
    .item__intro {
        margin-bottom: 25px;
    }
    .section_box-intro {
        font-size: 14px;
        line-height: 23px;
    }
    .box-left {
        width: 100%;
        text-align: left;
        margin-top: 42px;
    }
    .title_tour_for_ask {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .text_tour_for_ask {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 15px;
    }
    .link_tour_for_ask {
        font-size: 14px;
    }
    .box-right {
        width: 100%;
    }
    .partner__box--header.header__content {
        padding: 45px 20px 20px;
    }
    .box_Partner {
        padding: 0 12px !important;
    }
    .plr_mb-20 {
        padding: 0 20px;
    }
    .partner__box .section_box-title,
    .partner__box .section_box-intro {
        text-align: left;
    }
    .btn_view_more {
        width: 100%;
        font-size: 14px;
    }
    .header__content {
        margin: 0;
        margin-bottom: 15px;
    }
    .why {
        margin-top: 30px;
    }
    .partner__box .section_box-title {
        margin-bottom: 12px;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
    }
    .box_professional_attractive_tour .itemTour .body_tour {
        height: auto;
        padding: 20px 15px;
    }
    .orther_services .content_services .content_top {
        width: 60%;
    }
    .orther_services .content_services .title_serv {
        font-size: 27px;
        line-height: 37px;
    }
    .orther_services .content_services .desp_serv,
    .orther_services .content_services .view_detail {
        font-size: 16px;
    }
    .box_professional_attractive_tour .itemTour .body__title {
        font-size: 18px;
        line-height: 28px;
        height: auto;
        margin-bottom: 10px;
    }
    .box_professional_attractive_tour .body_info_tour .body_review,
    .body_duration {
        font-size: 12px;
        line-height: 19px;
        margin-bottom: 10px;
    }
    .body_duration .duration {
        display: block;
        width: 100%;
        margin: 0;
        margin-bottom: 5px;
    }
    .body_duration .duration i {
        margin-right: 7px;
    }
    .box_professional_attractive_tour .body_info_tour .review_rate {
        margin-bottom: 4px;
    }
    .orther_services .header__content {
        margin-bottom: 20px;
    }
    .top__destination .home_title_box > .container,
    .tour__inbound .header__content > .container,
    .tour__outbound .header__content > .container,
    .orther_services .header__content > .container,
    .orther_services .attractive_tour--content > .container {
        padding: 0 14px;
    }
    .box_professional_attractive_tour .view_more {
        padding: 0 4px;
    }
    .top__destination .top__destination--content > .container,
    .tour__inbound .tour__inbound--content > .container,
    .tour__outbound .tour__outbound--content > .container,
    .testimonials__box > .container {
        padding: 0 20px;
    }
    .top__destination .home_title_box {
        margin-top: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .box_travel_style .catItem .spotlight {
        padding: 20px 15px 15px;
    }
}
