* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{background: #fff;}

.page {
    width: 100%;
}

.page h1, .page h2, .page h3 {
    margin: 0;
}

/* CSS Header */
.header {
    position: sticky;
    top:0;
    left: 0;
    background: rgba(218, 0, 0, 0.70);
    backdrop-filter: blur(78px);
    z-index: 2;
}

.header a:hover {
    color: #fff;
}

.header h2 {
    margin: 0;
}
.header_container {
    max-width: 1392px;
    margin: 0 auto;
    height: 87px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    padding: 16px 0;
}

.header_info_title {
    margin: 0;
    color: #FFF;
    font-feature-settings: 'cv11' on, 'cv10' on, 'cv09' on, 'cv07' on, 'cv04' on, 'ss01' on, 'cv03' on, 'cv06' on, 'cv01' on;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.48px;
}

.header_info_contact {
    display: flex;
    gap: 24px;
}
.header_info_contact_item {
    display: flex;
    gap: 4px;
    align-items: center;
}

.header_info_text {
    color: #fff;
    font-variant-numeric: stacked-fractions;
    font-feature-settings: 'cv11' on, 'cv10' on, 'cv09' on, 'cv07' on, 'cv04' on, 'ss01' on, 'cv03' on, 'cv06' on, 'cv01' on;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 184.615% */
    letter-spacing: -0.082px;
}

.header_info_info {
    color: #fff;
    font-variant-numeric: stacked-fractions;
    font-feature-settings: 'cv11' on, 'cv10' on, 'cv09' on, 'cv07' on, 'cv04' on, 'ss01' on, 'cv03' on, 'cv06' on, 'cv01' on;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.082px;
    text-decoration: none;
}

.header_apply {
    background: #32B82E;
}

.header_apply:hover {
    background-color: #2eaf2a;
}

.header_apply_button {
    display: block;
    text-align: center;
    color: var(--neutral-0, #FFF);
    font-variant-numeric: stacked-fractions;
    font-feature-settings: 'cv11' on, 'cv10' on, 'cv09' on, 'cv07' on, 'cv04' on, 'ss01' on, 'cv03' on, 'cv06' on, 'cv01' on;
    font-family: Poppins;
    font-size: 14px;
    padding: 12px 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.14px;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.header_apply a{color:#fff;text-decoration: none;}

/* CSS BANNER */

.banner {
    width: 100%;
    position: relative;
    margin-top: -87px;
}

.banner_scroll {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 48px;
    text-align: center;
    transform: translateX(-50%);
}

.banner_scroll div {
    color: #E8E8E8;
    font-variant-numeric: stacked-fractions;
    font-feature-settings: 'cv11' on, 'cv10' on, 'cv09' on, 'cv07' on, 'cv04' on, 'ss01' on, 'cv03' on, 'cv06' on, 'cv01' on;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 184.615% */
    letter-spacing: -0.082px;
}

.banner_img {
    width: 100%;
}

.banner_scroll_icon {
    animation: 1s infinite alternate move;
}

@keyframes move {
    from {
        transform: translateY(-10px);
    }
  
    to {
        transform: translateY(16px);
    }
}

/* CSS VIETNAM DESTINATION */
.happy_destination {
    position: relative;
    width: 100%;
}

.happy_destination a:hover {
    text-decoration: none !important;
    color: #fff !important;
}

.happy_destination_container {
    position: relative;
    padding: 80px 0;
    max-width: 1392px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin: 0 auto;
    align-items: center;
}

.happy_destination_overlay {
    position: absolute;
    right: -110px;
}

.happy_destination_apply {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #B70000;
    cursor: pointer;
}

.happy_destination_apply:hover {
    background-color: #d13100;
}

.happy_destination_apply_button {
    color: var(--neutral-0, #FFF);
    font-variant-numeric: stacked-fractions;
    font-feature-settings: 'cv11' on, 'cv10' on, 'cv09' on, 'cv07' on, 'cv04' on, 'ss01' on, 'cv03' on, 'cv06' on, 'cv01' on;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.14px;
    text-decoration: none;
}

.happy_destination_header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-items: center;
    text-align: center;
}

.happy_destination_title__top {
    margin: 0;
    color: #E31717;
    font-family: Road Rage;
    font-size: 123px;
    font-style: normal;
    font-weight: 400;
    line-height: 100px;
}

.happy_destination_title__btm {
    color: var(--neutrals-3, #353945);
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px; /* 116.667% */
    letter-spacing: -0.96px;
}

.happy_destination_desc {
    width: 912px;
    color: var(--neutrals-3, #353945);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
}

.happy_destination_main {
    width: 100%;
    display: block;
    position: relative;
}

.happy_destination_list_img {
    position: relative;
    /* padding-bottom: 526px; */
}

.happy_destination_list_img img {
    width: 100%;
}

.happy_destination_list_top {
    position: relative;
}

.happy_destination_list_btm {
    position: relative;
}

.happy_destination__item {
    position: absolute;
}

.happy_destination_img_1 {
    position: absolute;
    top: 0;
    left: 0;
}

.happy_destination_img_2 {
    position: absolute;
    top: 0;
    left: 10%;
}

.happy_destination_img_3 {
    position: absolute;
    left: 46%;
}

.happy_destination_img_4 {
    position: absolute;
    right: 0;
}
.happy_destination_img_5 {
    position: absolute;
    left: 0;
    top: 118px;
}
.happy_destination_img_6 {
    position: absolute;
    left: 259px;
    top: 206px;
}
.happy_destination_img_7 {
    position: absolute;
    right: 94px;
    top: 293px
}
.happy_destination_img_8 {
    position: absolute;
    top: 383px;
    right: 0;
}

/* CSS Peaceful trips */
.peaceful_trips {
    position: relative;
    overflow: hidden;
}

.peaceful_trips_container {
    max-width: 1392px;
    padding: 80px 0;
    margin: 0 auto;
    display: flex;
    gap: 72px;
}

.peaceful_trips_left {
    display: flex;
    width: 600px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    justify-content: center;
}

.peaceful_trips_left_title {
    color: var(--neutrals-3, #353945);
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px; /* 116.667% */
    letter-spacing: -0.96px;
}

.peaceful_trips_left_desc {
    color: var(--neutrals-3, #353945);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
}

.peaceful_trips_left_item_title {
    color: var(--neutrals-3, #353945);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}

.peaceful_trips_left_item_text {
    color: var(--neutrals-3, #353945);
    /* Body 2 */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
}

.peaceful_trips_left_more {
    display: flex;
    gap:24px;
    justify-content: space-between;
}

.peaceful_trips_right {
    
}

.peaceful_trips_right img {
    width: 100%;
}

.peaceful_trips_right_single {
    width: 100%;
}

.peaceful_trips_right_single img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.peaceful_trips_right_double {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.peaceful_trips_img1 {

}

/* CSS CUSTOMER REVIEW */
.customer_review_container {
    max-width: 1392px;
    padding: 140px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.customer_review_left {
    width: 400px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.customer_left_label {
    margin: 0;
    color: var(--neutral-400, #9F9FAC);
    font-variant-numeric: stacked-fractions;
    font-feature-settings: 'cv11' on, 'cv10' on, 'cv09' on, 'cv07' on, 'cv04' on, 'ss01' on, 'cv03' on, 'cv06' on, 'cv01' on;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    letter-spacing: 1.68px;
    text-transform: uppercase;
}

.customer_left_title {
    margin: 0;
    color: var(--neutral-900, #0B0B0E);
    font-variant-numeric: stacked-fractions;
    font-feature-settings: 'cv11' on, 'cv10' on, 'cv09' on, 'cv07' on, 'cv04' on, 'ss01' on, 'cv03' on, 'cv06' on, 'cv01' on;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.122px;
}

.customer_review_right {
    width: 510px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.customer_review_right_content {
    color: var(--neutral-600, #3D3D48);
    font-variant-numeric: stacked-fractions;
    font-feature-settings: 'cv11' on, 'cv10' on, 'cv09' on, 'cv07' on, 'cv04' on, 'ss01' on, 'cv03' on, 'cv06' on, 'cv01' on;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
}

.customer_review_right_customer {
    display: flex;
    gap: 24px;
    align-items: center;
}

.customer_review_right_customer_name {
    color: var(--neutral-900, #0B0B0E);
    font-variant-numeric: stacked-fractions;
    font-feature-settings: 'cv11' on, 'cv10' on, 'cv09' on, 'cv07' on, 'cv04' on, 'ss01' on, 'cv03' on, 'cv06' on, 'cv01' on;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.067px;
}

.customer_review_right_customer_from {
    color: var(--neutral-500, #595969);
    font-variant-numeric: stacked-fractions;
    font-feature-settings: 'cv11' on, 'cv10' on, 'cv09' on, 'cv07' on, 'cv04' on, 'ss01' on, 'cv03' on, 'cv06' on, 'cv01' on;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    letter-spacing: 1.68px;
    text-transform: uppercase;
}

/* CSS APPLY */

.apply_info {
    background: url('../../../../images/ads/happy-destination/apply_visa/background.png');
    background-size: cover;
}

.apply_info a:hover {
    text-decoration: none !important;
    color: #fff !important;
}

.apply_info_container {
    padding: 80px 0;
    max-width: 1392px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.apply_info_main_title {
    color: var(--white, #FFF);
    font-feature-settings: 'cv11' on, 'cv10' on, 'cv09' on, 'cv07' on, 'cv04' on, 'ss01' on, 'cv03' on, 'cv06' on, 'cv01' on;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px; /* 116.667% */
    letter-spacing: -0.96px;
}

.apply_info_main_desc {
    margin-top: 12px;
    width: 672px;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    line-height: 30px;
}

.apply_info_apply {
    background: #B70000;
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.apply_info_apply_btn {
    color: var(--neutral-0, #FFF);
    font-variant-numeric: stacked-fractions;
    font-feature-settings: 'cv11' on, 'cv10' on, 'cv09' on, 'cv07' on, 'cv04' on, 'ss01' on, 'cv03' on, 'cv06' on, 'cv01' on;
    font-family: Poppins;
    font-size: 14px;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.14px;
    border: 0;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

.apply_info_apply:hover {
    background-color: #d13100;
}

.footer_copyright {
    max-width: 1392px;
    margin: 0 auto;
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
}

.footer_copyright_text {
    color: #353945;
    font-variant-numeric: stacked-fractions;
    font-feature-settings: 'cv11' on, 'cv10' on, 'cv09' on, 'cv07' on, 'cv04' on, 'ss01' on, 'cv03' on, 'cv06' on, 'cv01' on;

    /* Body/S */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.088px;
}

.footer_copyright_contact {
    display: flex;
    gap: 24px;
}

.footer_copyright_contact_text {
    color: #000;
text-align: center;
font-variant-numeric: stacked-fractions;
font-feature-settings: 'cv11' on, 'cv10' on, 'cv09' on, 'cv07' on, 'cv04' on, 'ss01' on, 'cv03' on, 'cv06' on, 'cv01' on;

/* Content/Action */
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 171.429% */
letter-spacing: -0.14px;
}

.footer_copyright_contact_list a {
    text-decoration: none;
}

.footer_main_cert {
    display: flex;
    gap: 16px;
}

.footer_main {
    border-bottom: 1px solid #E6E8EC;
}

.footer_main_container {
    max-width: 1392px;
    margin: 0 auto;
    padding: 32px 0;
    display: flex;
    justify-content: space-between;
}

.footer_main_info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer_main_info_item {
    color: #353945;
    font-variant-numeric: stacked-fractions;
    font-feature-settings: 'cv11' on, 'cv10' on, 'cv09' on, 'cv07' on, 'cv04' on, 'ss01' on, 'cv03' on, 'cv06' on, 'cv01' on;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.088px;
    text-decoration: none;
}

.footer_title {
    color: #353945;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.footer_main_contact {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer_main_payment {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer_payment_item {
    border-radius: 12px;
    border: 1px solid var(--neutrals-6, #E6E8EC);
    display: flex;
    width: 88px;
    height: 88px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.footer_payment_list {
    display: flex;
    gap: 16px;
}

/* CSS PEACE OF MIND */
.peace {
    width: 100%;
    height: 728px;
    background-image: url('../../../../images/ads/happy-destination/peace_of_mind/background.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.peace_container {
    display: flex;
    justify-content: space-between;
    max-width: 1392px;
    margin: 0 auto;
    align-items: center;
    padding: 80px 0;
    height: 100%;
}

.peace_slider {
    width: 600px;
}

.peace_slider_item {
    display: flex !important;
    flex-direction: column;
    gap: 24px;
}

.peace_slider_item_title {
    color: var(--white, #FFF);
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px; /* 116.667% */
    letter-spacing: -0.96px;
}

.peace_slider_item_desc {
    padding-left: 4px;
    color: var(--white, #FFF);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.peace_slider .prev_arrow_custom {
    cursor: pointer;
    position: absolute;
    right:40px;
    top: -48px
}

.cuisine_slider .prev_arrow_custom {
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: -70px
}

.customer_review_slider .prev_arrow_custom {
    cursor: pointer;
    position: absolute;
    left: -886px;
    top: calc(50% + 20px);
}

.customer_review_slider .next_arrow_custom {
    cursor: pointer;
    position: absolute;
    left: -844px;
    top: calc(50% + 20px);
}


.peace_slider .next_arrow_custom {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -48px
}

.cuisine_slider .next_arrow_custom {
    cursor: pointer;
    position: absolute;
    left: 40px;
    bottom: -70px
}

/* CSS CUSTOM SLIDER peace_slider */

.peace_slider .slick-dots {
    position: absolute;
    left: 0;
    top: -36px;
    display: flex !important;
    margin: 0;
    list-style: none;
    gap: 16px;
}

.peace_slider .slick-dots button {
    display: block;
    width: 36px;
    height: 4px;
    padding: 0;
    border: none;
    border-radius: 4px;
    font-size: 0;
    background: rgba(255, 255, 255, 0.20);
}

.peace_slider .slick-dots li {
    border: none;
}

.peace_slider .slick-dots li.slick-active button {
    background-color: #FFF;
}

/* CSS CUSTOM SLIDER cuisine_slider */

.cuisine_slider .slick-dots {
    position: absolute;
    left: -390px;
    top: 50%;
    display: flex !important;
    flex-direction: column;
    margin: 0;
    list-style: none;
    gap: 8px;
}

.cuisine_slider .slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 4px;
    font-size: 0;
    background: rgba(255, 255, 255, 0.20);
}

.cuisine_slider .slick-dots li {
    border: none;
}

.cuisine_slider .slick-dots li.slick-active button {
    background-color: #FFF;
}

/* CSS PAGE VIDEO */


.page_with_video_bg {
    width: 100%;
    position: relative;
}

.page_with_video_bg a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.page_with_video {
    height: 783px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%);
}

.page_video {
    width: 100%;
    height: 783px;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
}

.page_with_video_slider {
    height: 100%;
    max-width: 1392px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0 auto;
    flex-direction: column;
}

.page_video_apply {
    width: 224px;
    background: #B70000;
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    
}

.page_video_apply_button {
    color: var(--neutral-0, #FFF);
    font-variant-numeric: stacked-fractions;
    font-feature-settings: 'cv11' on, 'cv10' on, 'cv09' on, 'cv07' on, 'cv04' on, 'ss01' on, 'cv03' on, 'cv06' on, 'cv01' on;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.14px;
    outline: none;
    border: none;
    background:none;
    cursor: pointer;
    text-decoration: none;
}

.page_with_video_slider_container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 50%;
}

/* CSS VIETNAM CULTURE */
.culture_container {
    max-width: 1392px;
    margin: 0 auto;
    padding: 160px 0;
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

.culture_left {
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    align-items: center;
}

.culture_left_content {
    color: #353945;
    text-align: justify;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
}

.culture_right {
    width: 52%;
}

.culture_right_img {
    width: 100%;
}

.culture_left_header {
    position: relative;
}

.culture_left_header_person {
    position: absolute;
    left: 64px;
    top: 56px;
}

.culture_left_header_stamp {
    width: 84px;
    position: absolute;
    right: 0;
    top: -8px;
}

.cuisine {
    background-color: #CE2121;
    position: relative;
    overflow: hidden;
}

.cuisine_container {
    position: relative;
    max-width: 1392px;
    margin: 0 auto;
    padding: 72px 0;
    height: 800px;
}

.cuisine_container_wrapper {
    width: 600px;
    margin: 0 auto;
    padding-bottom: 72px;
}

.cuisine_title {
    color: #FFE81D;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px; /* 175% */
    letter-spacing: -0.64px;
}

.cuisine_slider_item {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.cuisine_slider_item_name {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    text-shadow: 5px 4px 0px #A50E0E;
    font-family: Road Rage;
    font-size: 224px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cuisine_slider_item_name_global {
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 32px;
}

.cuisine_slider_item_desc {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.customer_review_slider_item {
    display: flex !important; 
    flex-direction: column;
    gap: 32px;
}

.peace_image img {
    width: 100%;
}

.cuisine_image {
    width: 1200px;
    height: 1200px;
    border-radius: 50%;
    position: absolute;
    right: -840px;
    top: -194px;
}

.around_img {
    transition: 0.5s all ease;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
}

.around_img img {
    filter: blur(4px);
    object-fit: cover;
    width: 280px;
    height: 280px;
    cursor: pointer;
}

.img_active {
    filter: none !important;
}

.around_img .img1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.around_img .img2 {
    top: 5%;
    left: 17.5%;
    position: absolute;

}

.around_img .img3 {
    top: 5%;
    right: 17.5%;
    position: absolute;
}

.around_img .img4 {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.around_img .img5 {
    bottom: 5%;
    right: 15%;
    position: absolute;
}

.around_img .img6 {
    width: 300px;
    height: 300px;
    bottom: 5%;
    left: 17.5%;
    position: absolute;
}

.footer_main_info_list {
    display: flex;
    flex-direction: column;
}

/* CUSTOM SWAL2 */
.swal2-container .swal2-popup {
     padding-bottom: 8px;
}


@media only screen and (max-width: 1392px) {
    .header_container {
        padding: 0 32px;
    }
    .header_info_title {
        font-size: 21px;
    }
    .banner {
        margin-top: unset;
    }
    .peaceful_trips_left_title {
        font-size: 32px;
        line-height: unset;
    }
    .peaceful_trips_left {
        width: unset;
        gap: 12px;
    }
    .peace_slider_item_title {
        font-size: 32px;
        line-height: unset;
    }
    .happy_destination_container {
        padding: 32px;
    }
    .peaceful_trips_container {
        padding: 32px;
        gap: 24px;
        align-items: center;
    }
    .peace_container {
        padding: 32px;
    }
    .peace .peace_slider {
        width: 50%;
    }
    .page_with_video .peace_slider {
        width: 100%;
    }
    .happy_destination_overlay {
        right: 0;
    }
    .page_with_video_slider {
        padding: 32px;
    }
    .culture_container {
        padding: 32px;
        align-items: center;
    }
    .cuisine_container {
        padding: 32px;
    }
    .cuisine_slider .slick-dots {
        left: -354px
    }
    .apply_info_container {
        padding: 32px;
    }
    .customer_review_container {
        padding: 32px;
    }
    .footer_main_container {
        padding: 32px;
    }
    .footer {
        padding: 0 32px;
    }
    .apply_info_main_desc {
        width: 100%;
    }
    .apply_info_main {
        width: 70%;
    }
    .happy_destination_desc {
        width: 100%;
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    .header_container {
        height: unset;
        gap: 4px;
        padding: 4px 16px 8px 16px;
        flex-direction: column;
    }
    .header_info_title {
        font-size: 16px;
        text-align: center;
    }
    .header_info_contact {
        flex-direction: column;
        gap: 0;
        align-items: center;
    }
    .header_info_contact_item {
        font-size: 12px;
    }

    .banner .banner_img {
        height: 530px;
        object-fit: cover;
    }
    .header_apply {
        width: 100%;
    }
    .happy_destination_title__top {
        font-size: 72px;
        line-height: 72px;
    }
    .happy_destination_title__btm {
        font-size: 32px;
    }
    .happy_destination_header {
        gap: 16px;
    }
    .peaceful_trips_left_title {
        font-size: 32px;
        line-height: unset;
    }
    .peaceful_trips_right {
        gap: 12px;
    }
    .happy_destination_apply {
        width: 100%;
    }
    .culture_left_header .culture_title_image {
        width: 100%;
    }
    .culture_left_header_stamp {
        width: 64px;
    }
    .culture_left_header_person  {
        left: 32px;
        top: 44px;
    }
    .peace {
        height: 100%;
    }
    .peace_container {
        flex-direction: column;
        padding: 32px;
        gap: 32px;
    }
    .peace_slider {
        width: 100%;
    }

    .peace_slider_item_title {
        font-size: 32px;
        line-height: unset;
    }
    .banner_scroll {
        bottom: 12px;
    }
    .page_video {
        height: 637px;
    }
    .page_with_video {
        height: 637px;
    }
    .page_with_video_slider {
        padding: 0 32px;
    }

    .culture_container {
        flex-direction: column;
        padding: 32px;
        gap: 32px;
    }
    .culture_left {
        width: 100%;
    }
    .culture_right {
        width: 100%;
    }

    .cuisine_container {
        padding: 32px;
        background-color: rgba(0,0,0,0.3);
    }
    .cuisine_slider_item_name {
        font-size: 120px;
    }

    .cuisine_container_wrapper {
        width: 100%;
    }

    .cuisine_slider_item_name_global {
        margin-bottom: 8px;
    }

    .apply_info_container {
        padding: 32px;
        gap: 32px;
    }
    .apply_info_main {
        width: 100%;
    }
    .apply_info_main_title {
        font-size: 32px;
        line-height: unset;
    }
    .apply_info_apply {
        width: 100%;
    }
    
    .apply_info_apply a.apply_info_apply_btn:hover{color:#fff;text-decoration: none;}

    .page_video_apply {
        width: 100%;
    }

    .happy_destination_container {
        padding: 32px;
        gap: 20px;
    }
    .customer_review_container {
        flex-direction: column;
        padding: 32px;
        gap: 32px;
    }
    .customer_review_right_customer_from {
        font-size: 12px;
    }
    .apply_info_container {
        flex-direction: column;
    }
    .footer_main_container {
        flex-direction: column;
        gap: 32px;
    }
    .customer_review_right {
        width: 100%;
    }
    .peaceful_trips_left {
        width: 100%;
    }

    .peaceful_trips_container {
        flex-direction: column;
        padding: 32px;
    }
    .customer_review_left {
        width: 100%;
    }
    .banner {
        margin: 0;
    }
    .happy_destination_overlay {
        display: none;
    }
    .peaceful_trips_right_double {
        width: 50%;
    }
    .peaceful_trips_right_single {
        width: 50%;
    }
    .peaceful_trips_left_item_text {
        font-size: 14px;
    }
    .footer {
        padding: 0;
    }
    .footer_copyright {
        flex-direction: column;
        padding: 8px 32px;
    }
    .footer_main_contact {
        gap: 12px;
    }
    .footer_payment_item {
        height: 72px;
    }
    .footer_main_payment {
        gap: 12px;
    }
    .page_with_video_slider_container {
        width: 100%;
    }
    .peace .peace_slider {width: 100%}
}
