@media all and (max-width: 1520px) {
    .button_fixed {
        opacity: 0;
        display: none;
    }
    .slider_button_fixed {
        display: block;
        opacity: 1;
    }
}

@media all and (max-width: 1239px) {
    .container {
        width: 1000px;
    }
    .show_form_contact {
        margin: 0 auto;
    }
    h1 {
        font-size: 30px;
        line-height: 38px;
    }
    h2 {
        font-size: 24px;
        line-height: 32px;
    }
    h3 {
        font-size: 22px;
        line-height: 30px;
    }
    h4 {
        font-size: 20px;
        line-height: 28px;
    }
    h5 {
        font-size: 18px;
        line-height: 26px;
    }
    h6 {
        font-size: 16px;
        line-height: 24px;
    }
    header {
        height: 60px;
        padding: 0;
    }
    .logo img {
        margin: 5px 0;
        height: 50px;
    }
    .button_menu {
        opacity: 1;
        display: block;
    }
    .menu {
        margin: 0;
        display: none;
        opacity: 0;
        position: absolute;
        right: -15px;
        top: 60px;
        z-index: 9999;
        background: #FFFFFF;
        width: 300px;
        max-width: 100%;
        height: calc(100vh - 60px);
        box-shadow: 0px 4px 30px 0px rgba(0, 92, 169, 0.06);
    }
    .menu.open {
        display: block;
        opacity: 1;
    }
    .menu nav {
        overflow: hidden;
        width: 100%;
        height: 100%;
        clear: both;
    }
    .menu nav ul {
        margin: 0;
        padding: 15px;
        float: none;
        width: 100%;
        height: 100%;
        clear: both;
        position: relative;
        display: block;
    }
    .menu nav ul li {
        position: static;
        width: 100%;
        float: none;
        clear: both;
        padding: 0;
    }
    .menu nav ul li a {
        width: max-content;
        float: left;
        display: block;
        padding: 13px 20px;
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
        color: #005CA9;
    }
    .menu nav ul li:hover a {
        color: #005CA9;
    }
    .menu nav ul li:hover {
        background: #FFFFFF;
    }
    .menu nav ul li:hover .icon_menu,
    .menu nav ul li .icon_menu {
        display: block;
        position: absolute;
        margin: 0;
        top: auto;
        bottom: auto;
        width: 100%;
        height: 50px;
        float: right;
        cursor: pointer;
        right: 0;
        z-index: 2;
        opacity: 1;
        background: url(../images/menu_more.svg) no-repeat;
        background-size: 8px 14px;
        background-position: center right 30px;
    }
    .menu nav ul li.active .icon_menu {
        display: block;
        position: absolute;
        margin: 0;
        top: auto;
        bottom: auto;
        width: 100%;
        height: 50px;
        float: right;
        cursor: pointer;
        right: 0;
        z-index: 2;
        opacity: 1;
        background: url(../images/menu_more_active.svg) no-repeat;
        background-size: 8px 14px;
        background-position: center right 30px;
    }
    .menu nav ul li.active a::before {
        display: none;
    }
    .menu nav ul li ul {
        width: 100%;
        height: 100%;
        position: absolute;
        background: #FFFFFF;
        top: 0;
        left: 0;
        right: 0;
        transform: translateX(100%);
        transition: 0.3s;
        visibility: hidden;
    }
    .menu nav ul li:hover ul {
        transform: translateX(100%);
        visibility: hidden;
    }
    .menu nav ul li ul.open {
        transform: translateX(0);
        visibility: visible;
    }
    .menu nav ul li ul::before {
        display: none;
    }
    .menu nav ul li ul li {
        padding: 0 !important;
        background: #FFFFFF !important;
    }
    .menu nav ul li ul li:nth-child(2) {
        padding-top: 0 !important;
    }
    .menu nav ul li ul li a {
        padding-left: 60px;
        padding-top: 15px;
        padding-bottom: 0px;
        background: #FFFFFF !important;
    }
    .menu nav ul li ul .back_menu_item_sub {
        width: 100%;
        padding: 12px 30px;
        position: relative;
        display: block;
        opacity: 1;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
        color: #FFFFFF;
        background: #005CA9;
        padding-left: 60px;
    }
    .menu nav ul li ul .back_menu_item_sub .icon_back_menu {
        display: block;
        position: absolute;
        top: 15px;
        left: 30px;
        width: 10px;
        height: 17.5px;
        background: url(../images/menu_more_active.svg) no-repeat;
        background-size: cover;
        background-position: center;
        z-index: 2;
        transform: rotate(-180deg);
        filter: brightness(0) invert(1);
    }
    /*  */
    .button_ticket_resgister {
        right: 60px;
    }
    .button_ticket_resgister strong {
        cursor: pointer;
        display: block;
        text-transform: none;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #FFFFFF !important;
        padding: 10px 20px 10px 15px;
        border-radius: 8px;
        background: #FF6E26;
        text-transform: capitalize;
    }
    .button_ticket_resgister strong span {
        display: none;
        opacity: 0;
    }
    .section_home {
        margin-top: 60px;
    }
    .content_home {
        left: calc(50% - 500px);
    }
    .banner_home img {
        height: 500px;
        object-fit: cover;
        object-position: center;
    }
    .whychoose {
        width: 200px;
    }
    .whychoose+.whychoose {
        margin-left: 65px;
    }
    .whychoose p {
        margin-top: 5px;
        font-size: 14px;
        line-height: 20px;
    }
    .whychoose p strong {
        font-size: 16px;
    }
    .title h1,
    .title h2,
    .title h3 {
        font-size: 30px;
        line-height: 38px;
    }
    .ticket .img_ticket span {
        font-size: 12px;
        line-height: 12px;
    }
    .ticket .info_ticket {
        width: 100%;
        position: relative;
        padding: 15px 20px;
    }
    .ticket .info_ticket p {
        font-size: 18px;
        line-height: 24px;
    }
    .ticket .info_ticket p span {
        font-size: 12px;
        line-height: 20px;
    }
    .review .info_review p strong,
    .ticket .info_ticket p strong {
        font-size: 16px;
        line-height: 20px;
    }
    .review .info_review p {
        font-size: 14px;
        line-height: 20px;
    }
    .blog a .info_blog {
        height: 90px;
        width: 100%;
        position: relative;
        padding: 10px 15px 5px;
    }
    .blog a .info_blog p {
        margin-bottom: 5px;
        max-height: 40px;
        font-size: 12px;
        line-height: 20px;
    }
    .blog a .info_blog p strong {
        font-size: 14px;
        line-height: 20px;
    }
    .blog a .info_blog p .icon_time {
        padding-left: 18px;
    }
    .blog a .info_blog p .icon_time::before {
        width: 14px;
        height: 14px;
    }
    .contact_footer {
        width: 370px;
    }
    .list_contact p {
        font-size: 18px;
    }
    .ticket_footer {
        width: 50%;
        padding: 100px 0 70px;
    }
    .show_popup {
        margin: 0px auto;
    }
    .section_banner {
        margin-top: 60px;
    }
    .section_content_blog,
    .section_content_ticket {
        margin-top: 60px;
        padding: 50px 0;
    }
}

@media all and (max-width: 1029px) {
    .container {
        width: 860px;
    }
    h1 {
        font-size: 26px;
        line-height: 34px;
    }
    h2 {
        font-size: 20px;
        line-height: 29px;
    }
    h3 {
        font-size: 18px;
        line-height: 26px;
    }
    h4 {
        font-size: 16px;
        line-height: 24px;
    }
    h5 {
        font-size: 15px;
        line-height: 24px;
    }
    h6 {
        font-size: 14px;
        line-height: 24px;
    }
    .title h1,
    .title h2,
    .title h3 {
        font-size: 26px;
        line-height: 32px;
    }
    .faqs .content_faqs .content p,
    .faqs .content_faqs .content ul,
    .faqs .content_faqs .content ul li,
    .faqs .content_faqs .content ul li p,
    .faqs .content_faqs .content,
    .content p {
        font-size: 16px;
        line-height: 24px;
    }
    .slider_home .swiper-button-prev,
    .slider_home .swiper-container-rtl .swiper-button-next,
    .slider_home .swiper-button-next,
    .slider_home .swiper-container-rtl .swiper-button-prev {
        display: none;
    }
    .content_home {
        left: calc(50% - 430px);
    }
    .content_home h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .content_home p {
        font-size: 16px;
        line-height: 24px;
    }
    .whychoose+.whychoose {
        margin-left: 20px;
    }
    .whychoose img {
        height: 50px;
        margin-bottom: 5px;
    }
    .slider_ticket .swiper-slide {
        width: 340px;
    }
    .slider_review .swiper-slide {
        width: 560px;
    }
    .slider_blog .swiper-slide {
        width: 260px;
    }
    .social li a img {
        width: 34px;
    }
    .social {
        padding: 12px 0 0;
    }
    .box_location p {
        font-size: 16px;
    }
    .ticket_footer p,
    .box_location p strong {
        font-size: 18px;
    }
    .box_temperature strong {
        font-size: 24px;
        line-height: 38px;
    }
    .ticket_footer ul li a,
    .list_contact ul li a,
    .box_calendar_today p {
        font-size: 14px;
    }
    .box_temperature {
        padding: 8px 20px 8px 30px;
    }
    .ticket_footer ul li:nth-child(even) {
        width: 180px;
    }
    .ticket_footer {
        max-width: 100%;
        width: 370px;
        padding: 80px 0 50px;
    }
    .logo_footer img {
        width: auto;
        height: 50px;
    }
    .contact_footer {
        padding: 30px 0 40px;
    }
    .coppyright_footer a,
    .coppyright_footer p {
        font-size: 14px;
        line-height: 20px;
    }
    .coppyright_footer a img {
        width: auto;
        height: 12px;
        margin-left: 3px;
        position: relative;
        top: -2px;
    }
    .section_banner img {
        height: 250px;
    }
    .section_content {
        padding: 50px 0;
    }
    .more_images_ticket span {
        font-size: 14px;
    }
    .box_list_faqs {
        width: 100%;
        clear: both;
        float: none;
    }
    .title_list_faqs h2 {
        margin: 0 0 20px;
        font-size: 20px;
        line-height: 20px;
        padding-left: 15px;
    }
    .faqs .title_faqs h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .form_ticket {
        width: 400px;
        max-width: 100%;
        float: none;
        clear: both;
        margin-top: 40px;
    }
    .blog {
        width: 33.33%;
    }
    .content_blog {
        position: relative;
        width: 100%;
        float: none;
        clear: both;
    }
    .rating_content .star_rating .star_rate {
        width: 24px;
        height: 24px;
        margin-right: 5px;
    }
    .statistical_rating {
        font-size: 16px;
        line-height: 26px;
    }
    .list_blog_hot {
        width: 100%;
        float: none;
        clear: both;
        margin-top: 50px;
    }
    .list_blog_hot .blog {
        width: 33.33%;
        float: left;
        padding: 10px;
    }
}

@media all and (max-width: 889px) {
    .container {
        width: 720px;
    }
    .content_home {
        left: calc(50% - 360px);
    }
    .whychoose {
        width: 50%;
        margin: 0;
        padding: 10px 0;
        padding-right: 30px;
    }
    .whychoose+.whychoose {
        margin: 0;
    }
    .contact_footer {
        width: 100%;
        float: none;
        position: relative;
        clear: both;
    }
    .ticket_footer {
        margin: 0;
        display: inline-block;
        float: none;
        clear: both;
        padding: 0 0 50px;
    }
    .title_form_contact p {
        font-size: 22px;
    }
    .title_form_ticket h4 {
        font-size: 20px;
    }
    .images_ticket:nth-child(1) {
        width: 100%;
    }
    .list_blog_hot .blog,
    .blog {
        width: 50%;
    }
}

@media all and (max-width: 749px) {
    .container {
        width: 560px;
    }
    .content_home {
        left: 15px;
    }
    .slider_review .swiper-slide {
        width: 100%;
    }
    .section_social {
        padding: 30px 0;
    }
    .box_weather {
        width: max-content;
        margin: 0 auto;
        clear: both;
        float: none;
        display: block;
    }
    .box_social {
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        width: 270px;
        max-width: 100%;
        margin: 0 auto;
        clear: both;
        float: none;
        display: block;
        padding: 20px 0 0px;
    }
    .social {
        width: max-content;
        padding: 0;
        margin: 0 auto;
        clear: both;
        float: none;
        display: block
    }
    .social li {
        margin: 0 3px;
    }
    .coppyright_footer a,
    .coppyright_footer p {
        margin: 5px auto;
        display: inline-block;
        clear: both;
        float: none;
        width: 100%;
    }
    .show_form_contact {
        width: 100%;
        border-radius: 0;
    }
    .slider_about .swiper-slide {
        width: 100%;
    }
    .breadcrumb {
        width: 100%;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        display: inline-block;
        padding: 0 0 30px;
    }
    .images_ticket {
        width: 50%;
    }
    .faqs .title_faqs .icon_down {
        top: 20px;
    }
    .box_breadcrumb {
        padding-bottom: 0;
    }
    .breadcrumb ul li:nth-child(3) {
        display: none;
    }
    .slider_home.desktop {
        display: none;
    }
    .slider_home.mobile {
        display: block;
    }
    .banner_home img {
        height: auto;
    }
}

@media all and (max-width: 589px) {
    .container {
        width: 430px;
    }
    .title h1,
    .title h2,
    .title h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .section_blog {
        padding: 50px 0;
    }
    .section_review,
    .section_ticket,
    .section_whychoose {
        padding: 50px 0 0;
    }
    .whychoose {
        padding: 0;
        min-height: 200px;
        width: calc(50% - 20px);
    }
    .whychoose:nth-child(even) {
        margin-left: 40px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        width: 32px;
        height: 32px;
    }
    .swiper-button-next::before,
    .swiper-button-prev::before {
        width: 6px;
        height: 10.5px;
    }
    .swiper-button-prev-ticket,
    .swiper-container-rtl .swiper-button-next-ticket,
    .swiper-button-prev-review,
    .swiper-container-rtl .swiper-button-next-review {
        margin: 0;
        top: -45px;
        right: 40px;
        left: auto;
        bottom: auto;
    }
    .swiper-button-next-ticket,
    .swiper-container-rtl .swiper-button-prev-ticket,
    .swiper-button-next-review,
    .swiper-container-rtl .swiper-button-prev-review {
        margin: 0;
        top: -45px;
        right: 0;
        left: auto;
        bottom: auto;
    }
    .review {
        padding: 20px;
    }
    .review .info_review {
        width: 100%;
        clear: both;
        float: none;
        padding: 10px 0;
        border: 0;
    }
    .review .img_review {
        width: 100%;
        clear: both;
        float: none;
        text-align: left;
    }
    .review .img_review img {
        width: 65px;
        height: 65px;
        margin: 0;
        float: left;
        position: relative;
        margin-right: 10px;
    }
    .review .img_review p {
        position: relative;
        top: 10px;
    }
    .review .img_review span {
        margin: 0;
        margin-left: 75px;
        top: 5px;
        position: relative;
    }
    .box_location p {
        position: relative;
        text-align: center;
        top: -5px;
    }
    .box_location p strong {
        display: block;
        margin: 0;
    }
    .box_temperature {
        padding: 10px 30px;
    }
    .box_temperature img {
        top: -2px;
        height: 35px;
        margin-right: 5px;
    }
    .box_temperature strong {
        position: relative;
        top: 6px;
        font-size: 30px;
        line-height: 30px;
    }
    .box_calendar_today p {
        position: relative;
        top: -7px;
    }
    .box_calendar_today p span {
        display: block;
        position: relative;
    }
    .box_calendar_today p span:nth-child(2) {
        display: none;
    }
    .input_form.select_form_contact {
        width: 100%;
        float: none;
        clear: both;
    }
    .input_form.input_form_contact input {
        width: 100%;
        float: none;
        clear: both;
        margin: 0 0 10px;
        padding: 0 15px;
    }
    .input_form select {
        padding: 0 15px;
    }
    .input_form.input_form_contact input:last-child {
        float: none;
    }
    .section_banner img {
        height: 200px;
    }
    .more_images_ticket span {
        font-size: 12px;
    }
    .more_images_ticket span .icon_more_plus {
        width: 30px;
        height: 30px;
    }
    .form_ticket {
        width: 100%;
    }
    .list_blog_hot .blog {
        width: 100%;
        padding: 10px 0;
    }
    .blog {
        width: 100%;
        padding: 10px;
    }
}

@media all and (max-width: 459px) {
    .container {
        width: calc(100% - 30px);
    }
    .button_ticket_resgister {
        right: 45px;
        top: 2px;
    }
    .button_menu {
        width: 45px;
    }
    .logo img {
        margin: 8px 0 0;
        height: 50px;
    }
    .button_ticket_resgister strong {
        padding: 7px 20px 7px 15px;
        font-size: 13px;
    }
    .icon_ticket {
        padding-left: 20px;
        position: relative;
    }
    .icon_ticket::before {
        width: 16px;
        height: 16px;
    }
    .input_form select,
    .input_form input {
        padding: 0 15px;
    }
    .input_form textarea {
        padding: 5px 15px;
    }
    .title_form_ticket {
        padding: 13px 15px;
    }
    .form_ticket form {
        padding: 20px 15px 30px;
    }
}

@media all and (max-width: 400px) {
    .logo img {
        margin: 11px 0 0;
        height: 40px;
    }
    .button_ticket_resgister {
        top: 10px;
    }
    .ticket_footer ul li:nth-child(even),
    .ticket_footer ul li {
        float: none;
        clear: both;
        width: 100%;
    }
    .whychoose {
        padding: 0;
        min-height: 220px;
        width: calc(50% - 10px);
    }
    .whychoose:nth-child(even) {
        margin-left: 20px;
    }
    .slider_ticket .swiper-slide {
        width: 280px;
    }
    .box_temperature {
        padding: 12px 25px;
    }
    .title_form_contact p {
        font-size: 18px;
    }
    .title_form_contact {
        padding: 10px 15px;
    }
    .form_contact form {
        padding: 20px 15px 40px;
    }
}

@media all and (max-width: 360px) {
    .title h1,
    .title h2,
    .title h3 {
        font-size: 22px;
    }
    .box_temperature {
        padding: 10px 20px;
    }
    .whychoose {
        margin: 0 !important;
        padding: 10px 0;
        min-height: auto;
        width: 100%;
    }
}