@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap";

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: "Manrope", Arial, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #434343;
    -webkit-overflow-scrolling: touch
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
    line-height: 150%
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 28px;
    color: #081856
}

h3 {
    font-size: 20px
}

p {
    font-size: 16px;
    line-height: 150%;
    color: #434343
}

.btn {
    padding: 12px 22px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    cursor: pointer;
    border: none;
    background: transparent;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    border-radius: 6px
}

.btn span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #00b587;
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition-delay: calc((var(--n) - 1) * 0.1s);
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1
}

.btn span:first-child {
    --n: 1
}

.btn span:nth-child(2) {
    --n: 2
}

.btn span:nth-child(3) {
    --n: 3
}

.btn span:nth-child(4) {
    --n: 4
}

.btn:hover {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff
}

.btn:hover span {
    -webkit-transform: translateY(0) scale(2);
    transform: translateY(0) scale(2)
}

.btn-orange {
    background: linear-gradient(204.55deg, #ffb200 -8.43%, #eb6c00 131.58%);
    color: #fff
}

.btn-blue {
    background: linear-gradient(204.55deg, #65adff -8.43%, #085bb9 131.58%);
    color: #fff
}

.btn-blue--dark {
    background: #085bb9;
    color: #fff
}

.btn-green {
    background: linear-gradient(204.55deg, #20e1d8 -8.43%, #029c95 131.58%);
    color: #fff
}

.btn-yellow {
    background: linear-gradient(204.55deg, #ffb200 -8.43%, #e4a30b 131.58%);
    color: #fff
}

.btn-border {
    border: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right bottom, #65adff, #085bb9);
    background: transparent
}

.btn-border--blue {
    border: 1px solid #085bb9
}

.btn-border--white {
    border: 1px solid #fff
}

.btn-border--grey {
    border: 1px solid #d4d4d4
}

.btn-disable {
    background: #d4d4d4
}

.btn-sign {
    padding: 5px 32px;
    font-size: 16px;
    line-height: 150%
}

@media (max-width: 991.98px) {
    .btn {
        padding: 8px 16px;
        font-size: 16px;
        line-height: 24px
    }
}

.rounded {
    border-radius: 6px !important
}

.shadow {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important
}

.container {
    max-width: 1248px;
    padding-right: 24px;
    padding-left: 24px
}

.container-fuild {
    max-width: 1440px;
    margin: auto;
    padding-right: 24px;
    padding-left: 24px
}

.container-lg {
    max-width: 1328px;
    padding-right: 24px;
    padding-left: 24px
}

a:hover {
    text-decoration: none;
    color: #ffb200
}

.cl-grey {
    color: #909090
}

.cl-red {
    color: #e30a17
}

.cl-success {
    color: #7dbc5c !important
}

.cl-pending {
    color: #ef940c !important
}

.cl-fail {
    color: #fb4f44 !important
}

.dropdown .btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%
}

.dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dropdown-toggle:after {
    border: none;
    vertical-align: 0;
    margin-left: 9px;
    content: url("../images/1686195769-icon-down.svg")
}

.dropdown>[aria-expanded="true"]:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropdown-menu {
    border: none;
    margin-top: 5px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px
}

.dropdown-country .btn {
    padding: 5px 15px 5px 7px
}

.dropdown-country .dropdown-menu {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 15rem
}

.dropdown-country .dropdown-menu::-webkit-scrollbar {
    display: none
}

.dropdown-langague .btn {
    padding: 5px 10px
}

.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.pt-50 {
    padding-top: 50px
}

.cl-blue {
    color: #081856
}

.more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 4px;
    margin-top: 24px;
    background: linear-gradient(204.55deg, #65adff -8.43%, #085bb9 131.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 500
}

.swiper-pagination-bullet {
    border: 2px solid #d4d4d4;
    width: 12px;
    height: 12px;
    background-color: transparent;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    opacity: 1
}

.swiper-pagination-bullet-active {
    width: 40px;
    background: #d4d4d4;
    height: 12px;
    border-radius: 10px
}

.mt-24 {
    margin-top: 24px
}

.swiper-content .swiper-wrapper {
    margin-bottom: 48px
}

.swiper-content .swiper-slide {
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08), 0 3px 10px rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08), 0 3px 10px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    background: #fff;
    padding: 24px 16px 32px;
    text-align: center;
    min-height: 276px
}

.swiper-content .swiper-slide .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 18px;
    gap: 0 15px
}

.swiper-content .swiper-slide .number span {
    font-weight: 700;
    font-size: 64px;
    line-height: 75px;
    color: #8080a3;
    opacity: .2
}

.swiper-content .swiper-slide .number img {
    height: 75px;
    -o-object-fit: cover;
    object-fit: cover
}

.swiper-content .swiper-slide h3 {
    color: #8080a3;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 16px
}

.swiper-content .swiper-slide span {
    font-size: 16px;
    line-height: 150%
}

.recommended {
    background-image: url(../images/visa-instruction/1686195769-recommend.png);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    padding: 10px 20px;
    height: 50px
}

.customer-select2 .select2 {
    width: 100% !important
}

.customer-select2 .select2-container .select2-selection--single {
    height: 48px;
    border: 1px solid #d4d4d4;
    border-radius: 6px !important
}

.customer-select2 .select2-container .select2-selection--single[aria-expanded="true"] .select2-selection__arrow b {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.customer-select2 .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    padding-left: 16px;
    padding-right: 80px;
    font-size: 16px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

.customer-select2 .select2-container .select2-selection--single .select2-selection__arrow {
    height: 48px;
    right: 16px
}

.customer-select2 .select2-container .select2-selection--single .select2-selection__arrow b {
    border: none;
    width: 10px;
    height: 6px;
    background: url(../images/visa-instruction/1686195769-arrow.svg) center no-repeat
}

.customer-select2 .select2 .select2-container--defaul .select2-results__option--highlighted.select2-results__option--selectable {
    font-size: 16px;
    line-height: 150%;
    color: #434343
}

.select2-dropdown {
    margin-top: 5px;
    border: none;
    border: 1px solid #d4d4d4;
    border-radius: 6px !important;
    overflow: hidden;
    -webkit-box-shadow: 0 9px 40px rgba(0, 0, 0, 0.1), 0 2px 15px rgba(0, 0, 0, 0.05), 0 1px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 9px 40px rgba(0, 0, 0, 0.1), 0 2px 15px rgba(0, 0, 0, 0.05), 0 1px 5px rgba(0, 0, 0, 0.05)
}

.select2-dropdown .select2-results__option {
    padding: 8px 16px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #085bb9;
    background-color: transparent;
    font-weight: 500
}

.select2-container--default .select2-results__option--selected {
    color: #085bb9;
    font-weight: 500;
    background-color: transparent;
    position: relative
}

.select2-container--default .select2-results__option--selected:after {
    position: absolute;
    content: "";
    width: 18px;
    height: 14px;
    background: url(../images/visa-instruction/1686195769-tick.svg) center no-repeat;
    right: 5px
}

.text-link {
    background: -webkit-linear-gradient(#65adff, #085bb9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    font-size: 18px;
    line-height: 150%
}

.text-link:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, left bottom, from(#65adff), to(#085bb9));
    background: linear-gradient(#65adff, #085bb9);
    bottom: 0;
    left: 0
}

.btn-collapse {
    background: linear-gradient(204.55deg, #65adff -8.43%, #085bb9 131.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.btn-collapse:hover {
    background: linear-gradient(204.55deg, #65adff -8.43%, #085bb9 131.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.btn-collapse[aria-expanded="true"] img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.text-blue {
    color: #085bb9
}

.text-green {
    color: #029c95
}

.text-orange {
    color: #eb6c00
}

.fw-500 {
    font-weight: 500
}

.show-pc {
    display: block
}

.hidden-pc {
    display: none
}

.w-100 {
    width: 100% !important
}

.btn-account[aria-expanded="true"] img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.btn-account img {
    margin-left: 8px
}

.btn-account:after {
    content: unset
}

.btn-tag-orange {
    border-radius: 14px;
    border: 1px solid #eb6c00;
    background: rgba(235, 108, 0, 0.05);
    color: #434343;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    padding: 2px 7px;
    -webkit-transition: .4s;
    transition: .4s;
    display: inline-block
}

.btn-tag-orange:hover {
    border: 1px solid #eb6c00;
    background: #eb6c00;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.btn-tag-regular {
    border-radius: 16px;
    border: 1px solid #8080a3;
    background: rgba(128, 128, 163, 0.05);
    color: #434343;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 3px 11px;
    -webkit-transition: .4s;
    transition: .4s;
    display: inline-block
}

.btn-tag-regular:hover {
    border-radius: 16px;
    border: 1px solid #8080a3;
    background: #8080a3;
    -webkit-transition: .4s;
    transition: .4s;
    color: #fff
}

.option {
    background: #222d59;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.option-inner {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.option-left {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.option-left>* {
    color: #fff
}

.option-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    height: 72px;
    position: relative;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    background-color: #fff
}

.header.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    z-index: 999
}

.header.scrolled2 {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    z-index: 999
}

.header .container {
    padding-left: 15px;
    padding-right: 15px
}

.header .action-mb {
    display: none
}

.header .navbar {
    height: 72px
}

.header .navbar-nav {
    gap: 0 20px;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .navbar-nav .dropdown-toggle:after {
    -webkit-filter: brightness(0) saturate(100%) invert(34%) sepia(7%) saturate(18%) hue-rotate(1deg) brightness(100%) contrast(87%);
    filter: brightness(0) saturate(100%) invert(34%) sepia(7%) saturate(18%) hue-rotate(1deg) brightness(100%) contrast(87%)
}

.header .sub-menu {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    z-index: 10;
    border-radius: 4px;
    display: none;
    -webkit-box-shadow: 0 4px 36px rgba(41, 41, 41, 0.07), 0 1px 8px rgba(41, 41, 41, 0.04), 0 1px 3px rgba(41, 41, 41, 0.03);
    box-shadow: 0 4px 36px rgba(41, 41, 41, 0.07), 0 1px 8px rgba(41, 41, 41, 0.04), 0 1px 3px rgba(41, 41, 41, 0.03);
    background-color: #fff
}

.header .sub-menu:after {
    position: absolute;
    content: "";
    background-color: transparent;
    height: 30px;
    width: 100%;
    top: -20px
}

.header .sub-menu-heading {
    width: 35%;
    padding: 24px 0
}

.header .sub-menu-heading p {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #434343;
    text-align: center
}

.header .sub-menu-heading:first-child {
    width: 20%
}

.header .sub-menu-heading:last-child {
    width: 45%
}

.header .sub-menu-heading:not(:first-child) .sub-menu-list {
    border-left: 1px solid #d4d4d4;
    min-height: 176px
}

.header .sub-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 50px;
    margin-top: 10px
}

.header .sub-menu-item .dropdown-item {
    padding: 10px
}

.header .navbar-collapse {
    height: 100%
}

.header .nav-link {
    color: #5e5e5e !important;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    font-size: 20px;
    line-height: 150%
}

.header .nav-item {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.header .nav-item:hover {
    background: rgba(152, 200, 255, 0.35)
}

.header .nav-item:hover .nav-link {
    color: #085bb9 !important
}

.header .nav-item:hover .nav-link:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-filter: brightness(0) saturate(100%) invert(21%) sepia(48%) saturate(3597%) hue-rotate(201deg) brightness(102%) contrast(94%);
    filter: brightness(0) saturate(100%) invert(21%) sepia(48%) saturate(3597%) hue-rotate(201deg) brightness(102%) contrast(94%)
}

.header .nav-item:hover .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header .action-sign,
.header .heading-mb {
    display: none
}

.banner .banner-inner img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover
}

.banner-heading {
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25)
}

.banner-heading h1,
.banner-heading h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 150%;
    color: #fff
}

.banner-heading p {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25)
}

.banner-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 530px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0 72px
}

.banner-requirment h2 {
    font-size: 24px
}

.staticBanner {
    margin: 0 auto;
    padding: 78px 0 82px
}

.staticBanner__content {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 !important
}

.staticBanner__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 81px;
    align-items: center
}

.staticBanner__text {
    width: 56%;
    flex-shrink: 0
}

.staticBanner__image {
    width: 42.5%;
    flex-shrink: 0
}

.staticBanner__text h2 {
    font-weight: 500;
    font-size: 64px;
    line-height: 76px;
    margin-bottom: 24px;
    background: linear-gradient(to bottom left, #20e1d8, #085bb9);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent
}

.staticBanner__text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #434343
}

.staticBanner__text .check-requirement-container {
    width: 100%;
    height: 92px;
    max-height: 92px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(45, 56, 96, 0.16);
    padding: 16px;
    box-sizing: border-box;
    margin-top: 24px
}

.staticBanner__text .check-requirement-container .form-check_requirement {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px
}

.staticBanner__text .form-main-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 12px
}

.staticBanner__text .form-container,
.staticBanner__text .select-nationality-addon,
.staticBanner__text .select-destination-addon,
.staticBanner__text .select2-selection {
    width: 240px;
    height: 60px
}

.staticBanner__text .select2-selection {
    background-color: #f2f7fb;
    border: 0;
    padding: 18px 12px;
    position: relative;
    display: flex;
    align-items: center
}

.staticBanner__text .select2-selection__rendered {
    width: 154px;
    height: 24px;
    color: #909090 !important
}

.staticBanner__text .button-search .btn-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 60px;
    padding: 18px 34.5px;
    background-color: #2d3860;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    pointer-events: auto;
    cursor: pointer
}

.staticBanner__text .button-search .btn-submit:hover {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background: linear-gradient(to bottom left, #20e1d8, #085bb9)
}

.staticBanner__text .error-msg {
    width: 100%;
    margin-top: 22px;
    color: red;
    text-align: left;
    pointer-events: none !important
}

@media (max-width: 805px) {
    .staticBanner__text .error-msg {
        width: 100%;
        margin-top: -100px;
        color: red;
        text-align: left;
        pointer-events: none !important
    }
}

@media (max-width: 550px) {
    .staticBanner__text .error-msg {
        margin-top: 80px;
        color: red;
        text-align: left;
        pointer-events: none !important
    }
}

.staticBanner__image img {
    width: 100%;
    height: auto;
    display: block
}

.nationality-modal {
    display: none
}

.destination-modal {
    display: none
}

@media (max-width: 1340px) {
    .staticBanner {
        padding: 24px 13px
    }

    .staticBanner__row {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap
    }

    .staticBanner__text {
        width: 100%
    }

    .staticBanner__image {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .staticBanner__text .check-requirement-container {
        height: max-content;
        max-height: 100%
    }

    .staticBanner__text .check-requirement-container .form-check_requirement {
        flex-wrap: wrap;
        justify-content: center
    }

    .staticBanner__text .form-main-container {
        flex-wrap: wrap;
        justify-content: center
    }
}

@media (max-width: 550px) {
    .staticBanner__image img {
        padding-left: 9px;
        padding-right: 9px
    }

    .staticBanner__text .check-requirement-container .form-check_requirement {
        gap: 20px
    }

    .staticBanner__text .check-requirement-container {
        margin: 0;
        padding: 20px
    }

    .staticBanner__text .form-main-container .form-container,
    .staticBanner__text .form-main-container .form-container .select2-container,
    .staticBanner__text .select2-selection {
        width: 100% !important
    }

    .staticBanner__text .select2-selection {
        height: 48px
    }

    .staticBanner__text .form-container {
        width: 100% !important;
        height: 44px
    }

    .staticBanner__text .button-search .btn-submit {
        width: 100%;
        height: 44px
    }
}

@media (max-width: 480px) {
    .staticBanner {
        padding: 24px 13px 48px
    }

    .staticBanner__text h2 {
        margin-bottom: 16px;
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 0;
        background: linear-gradient(to bottom left, #20e1d8, #085bb9);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent
    }

    .staticBanner__text p {
        margin-bottom: 16px;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        color: #434343
    }

    .staticBanner__text .check-requirement-container .form-check_requirement {
        gap: 20px
    }

    .staticBanner__text .check-requirement-container {
        margin: 0;
        padding: 20px
    }

    .staticBanner__text .form-main-container .form-container,
    .staticBanner__text .form-main-container .form-container .select2-container,
    .staticBanner__text .select2-selection {
        width: 100% !important
    }

    .staticBanner__text .select2-selection {
        height: 48px
    }

    .staticBanner__text .form-container {
        width: 100% !important;
        height: 44px
    }

    .staticBanner__text .button-search .btn-submit {
        width: 100%;
        height: 44px;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px
    }

    .staticBanner__row {
        gap: 24px
    }

    .nationality-modal {
        display: none;
        position: fixed;
        top: 10% !important;
        inset: 0;
        z-index: 9999;
        background: #fff;
        border-radius: 20px 20px 0 0;
        box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
        animation: slideUp .3s ease;
        overflow: hidden;
        flex-direction: column
    }

    .nationality-modal.open {
        display: flex
    }

    @keyframes slideUp {
        from {
            transform: translateY(100%)
        }

        to {
            transform: translateY(0)
        }
    }

    .modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 12px;
        padding: 11px 13px 11px 44px
    }

    .modal-header .modal-header-title {
        flex: 95%;
        display: flex;
        flex-direction: row;
        justify-content: center
    }

    .modal-header h2 {
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
        color: #2e2e2e
    }

    .close-btn {
        flex: 5%;
        cursor: pointer;
        padding-top: 3px;
        box-sizing: border-box
    }

    .close-btn img {
        width: 20px;
        height: 20px
    }

    .search-box {
        position: relative;
        padding-left: 13px;
        padding-right: 13px;
        margin-bottom: 12px
    }

    .search-box .search-icon {
        position: absolute;
        top: 50%;
        left: 26px;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        pointer-events: none
    }

    .search-box input {
        width: 100%;
        padding: 10px 14px 10px 38px;
        border: 1px solid #ccc;
        border-radius: 8px;
        font-size: 14px;
        box-sizing: border-box
    }

    .nationality-list {
        padding: 0 13px 24px;
        overflow-y: auto;
        flex: 1
    }

    .nationality-item {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px 8px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
        font-size: 14px
    }

    .nationality-item img {
        width: 24px;
        height: 16px;
        object-fit: cover;
        border-radius: 2px
    }

    @keyframes slideDownOut {
        from {
            transform: translateY(0);
            opacity: 1
        }

        to {
            transform: translateY(100%);
            opacity: 0
        }
    }

    .nationality-modal.closing {
        animation: slideDownOut .3s ease forwards
    }

    .destination-modal {
        display: none;
        position: fixed;
        top: 10% !important;
        inset: 0;
        z-index: 9999;
        background: #fff;
        border-radius: 20px 20px 0 0;
        box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
        animation: slideUp .3s ease;
        overflow: hidden;
        flex-direction: column
    }

    .destination-modal.open {
        display: flex
    }

    @keyframes slideUp {
        from {
            transform: translateY(100%)
        }

        to {
            transform: translateY(0)
        }
    }

    .destination-modal .modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 12px;
        padding: 11px 13px 11px 44px
    }

    .destination-modal .modal-header .modal-header-title {
        flex: 95%;
        display: flex;
        flex-direction: row;
        justify-content: center
    }

    .destination-modal.modal-header h2 {
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
        color: #2e2e2e
    }

    .destination-modal .close-btn-destination {
        flex: 5%;
        cursor: pointer;
        padding-top: 3px;
        box-sizing: border-box
    }

    .destination-modal .close-btn-destination img {
        width: 20px;
        height: 20px
    }

    .destination-modal .search-box {
        position: relative;
        padding-left: 13px;
        padding-right: 13px;
        margin-bottom: 12px
    }

    .destination-modal .search-box .search-icon {
        position: absolute;
        top: 50%;
        left: 26px;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        pointer-events: none
    }

    .destination-modal .search-box input {
        width: 100%;
        padding: 10px 14px 10px 38px;
        border: 1px solid #ccc;
        border-radius: 8px;
        font-size: 14px;
        box-sizing: border-box
    }

    .destination-list {
        padding: 0 13px 24px !important;
        overflow-y: auto;
        flex: 1
    }

    .destination-item {
        width: 100%;
        height: 44px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
        font-size: 14px
    }

    .destination-item img {
        width: 20px;
        height: 13.3px;
        object-fit: cover;
        border-radius: 2px
    }

    .destination-item span {
        height: 20px
    }

    @keyframes slideDownOut {
        from {
            transform: translateY(0);
            opacity: 1
        }

        to {
            transform: translateY(100%);
            opacity: 0
        }
    }

    .destination-modal.closing {
        animation: slideDownOut .3s ease forwards
    }
}

.customer-testimonials .container-fuild {
    padding: 0
}

.testimonials-title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #2d3860
}

.testimonials-title h2 {
    margin-top: 8px;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    background: linear-gradient(to bottom left, #20e1d8, #085bb9);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent
}

.testimonials-sub-title {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 14px;
    color: #000;
    flex-wrap: wrap
}

.testimonials-sub-title {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 14px;
    color: #000
}

.testimonials-sub-title-excellent,
.testimonials-sub-title-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.testimonials-sub-title-logo {
    width: 550px;
    height: 100px;
    gap: 12px
}

.testimonials-sub-title .testimonials-sub-title-excellent .review-excellent {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-right: 12px;
    white-space: nowrap
}

.testimonials-sub-title .testimonials-sub-title-excellent .stars {
    display: flex;
    gap: 2px;
    margin-right: 12px
}

.testimonials-sub-title .testimonials-sub-title-excellent .star {
    width: 24px;
    height: 24px;
    flex-shrink: 0
}

.testimonials-sub-title .testimonials-sub-title-excellent .review-count {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-right: 12px;
    white-space: nowrap
}

.testimonials-sub-title .testimonials-sub-title-excellent .trustpilot img {
    margin-top: 4px;
    margin-right: 4px
}

.testimonials-sub-title .testimonials-sub-title-logo .logo-licensed {
    height: 44px
}

.testimonials-sub-title .testimonials-sub-title-logo .logo-iata {
    width: 123px
}

.testimonials-sub-title .testimonials-sub-title-logo .logo-pci {
    width: 117px
}

.testimonials-sub-title .testimonials-sub-title-logo .logo-viking {
    width: 148.2px
}

.testimonials-sub-title .testimonials-sub-title-logo .logo-stb {
    width: 144.19px
}

.testimonials-sub-title .testimonials-sub-title-logo .logo-acra {
    width: 134.6px
}

.testimonials-sub-title .testimonials-sub-title-logo .logo-trademark {
    width: 180.73px
}

.testimonials__content {
    max-width: 1340px;
    margin: 50px auto 48px;
    padding: 0 !important
}

.testimonials__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center
}

.testimonials__left {
    width: 50%;
    max-width: 650px;
    height: 344px;
    max-height: 344px;
    padding: 32px;
    background-color: #fff;
    box-shadow: 0 6px 12px 0 #2d386029;
    border-radius: 16px;
    box-sizing: border-box;
    flex-shrink: 0
}

.testimonials__right {
    width: 50%;
    max-width: 650px;
    height: 344px;
    max-height: 344px;
    padding: 32px;
    background-color: #fff;
    box-shadow: 0 6px 12px 0 #2d386029;
    border-radius: 16px;
    box-sizing: border-box;
    flex-shrink: 0
}

.testimonials__content {
    padding: 0
}

.testimonials__content-title {
    width: 100%;
    height: 64px
}

.testimonials__content-option {
    margin-top: 24px;
    width: 100%;
    height: 192px
}

.testimonials__content-title p:first-child {
    color: #2c74d9;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 8px;
    display: flex;
    align-items: center
}

.testimonials__content-title p:last-child {
    color: #777;
    font-size: 16px;
    line-height: 24px;
    margin: 0
}

.testimonials__content-option {
    list-style: none;
    padding: 0;
    margin: 24px 0 0
}

.testimonials__content-option li {
    position: relative;
    height: 40px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px !important;
    line-height: 1.4;
    font-weight: 400;
    border-bottom: 1px solid #ddd
}

.testimonials__content-option li:last-child {
    border-bottom: none
}

.testimonials__content-option li b {
    font-weight: 700
}

.testimonials__row-btn {
    display: none
}

.testimonials__row-mobile-group {
    display: none
}

@media (max-width: 1340px) {
    .testimonials__row {
        justify-content: center
    }

    .testimonials__left,
    .testimonials__right {
        width: 100%;
        height: auto;
        max-height: max-content
    }

    .testimonials__content-option li {
        height: auto
    }
}

@media (max-width: 480px) {
    .testimonials-title {
        padding: 0 19.5px
    }

    .testimonials-title p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        text-align: center;
        color: #2d3860
    }

    .testimonials-title h2 {
        font-weight: 600;
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 0;
        text-align: center
    }

    .testimonials-sub-title {
        height: 100px;
        margin-top: 16px;
        padding: 0 13px;
        gap: 12px;
        display: flex;
        align-items: center;
        flex-direction: column
    }

    .testimonials-sub-title-excellent {
        height: 20px;
        display: flex;
        flex-direction: row;
        gap: 8px
    }

    .testimonials-sub-title-excellent .review-excellent {
        font-family: "Manrope", Arial, sans-serif !important;
        font-weight: 700 !important;
        font-size: 12px !important;
        line-height: 18px !important;
        letter-spacing: 0 !important;
        color: #000;
        margin: 0 !important
    }

    .testimonials-sub-title .testimonials-sub-title-excellent .stars {
        margin: 0
    }

    .testimonials-sub-title .review-count {
        margin: 0 !important;
        font-family: "Manrope", Arial, sans-serif;
        font-size: 12px !important;
        line-height: 18px !important
    }

    .testimonials-sub-title-excellent .trustpilot {
        font-family: "Manrope", Arial, sans-serif !important;
        font-size: 12px !important;
        line-height: 18px !important
    }

    .testimonials-sub-title-excellent .trustpilot img {
        width: 16px !important;
        height: 16px !important;
        margin-top: 4px;
        margin-right: 0 !important
    }

    .testimonials-sub-title-logo {
        width: 100%;
        height: 68px;
        flex-wrap: wrap;
        gap: 4px;
        justify-content: center;
        align-items: flex-start
    }

    .testimonials-sub-title .testimonials-sub-title-excellent .star {
        width: 20px;
        height: 20px
    }

    .testimonials-sub-title .testimonials-sub-title-logo .logo-licensed {
        height: 32px
    }

    .testimonials-sub-title .testimonials-sub-title-logo .logo-iata {
        width: 91px
    }

    .testimonials-sub-title .testimonials-sub-title-logo .logo-pci {
        width: 87px
    }

    .testimonials-sub-title .testimonials-sub-title-logo .logo-viking {
        width: 107.41px
    }

    .testimonials-sub-title .testimonials-sub-title-logo .logo-stb {
        width: 103.39px
    }

    .testimonials-sub-title .testimonials-sub-title-logo .logo-acra {
        width: 95.79px
    }

    .testimonials-sub-title .testimonials-sub-title-logo .logo-trademark {
        width: 140.78px
    }

    .testimonials__content {
        width: 349px;
        margin: 32px auto 48px
    }

    .testimonials__content-title p:last-child {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #777
    }

    .testimonials__row {
        display: none
    }

    .testimonials__row-btn {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 11px;
        margin-bottom: 16px
    }

    .testimonials__left-btn,
    .testimonials__right-btn {
        padding: 8px 12px;
        border-radius: 16px;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        min-height: 48px;
        cursor: pointer;
        transition: background .3s ease
    }

    .testimonials__left-btn {
        width: 114px;
        max-width: 114px
    }

    .testimonials__right-btn {
        width: 156px;
        max-width: 156px
    }

    .testimonials__left-btn img,
    .testimonials__right-btn img {
        width: 24px;
        height: 24px;
        transition: filter .3s ease
    }

    .testimonials__left-btn p,
    .testimonials__right-btn p {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        margin: 0;
        height: 48px;
        width: 100%;
        display: flex;
        align-items: center;
        transition: all .3s ease
    }

    .testimonials__left-btn.active {
        background: linear-gradient(225deg, #65adff 0%, #085bb9 100%)
    }

    .testimonials__left-btn.active p {
        color: #fff
    }

    .testimonials__left-btn:not(.active) {
        background: linear-gradient(225deg, #e9f3ff 0%, #d4e8fe 100%)
    }

    .testimonials__left-btn:not(.active) p {
        background: linear-gradient(to bottom left, #65adff, #085bb9);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent
    }

    .testimonials__right-btn.active {
        background: linear-gradient(225deg, #65adff 0%, #085bb9 100%)
    }

    .testimonials__right-btn.active p {
        color: #fff
    }

    .testimonials__right-btn:not(.active) {
        background: linear-gradient(225deg, #e9f3ff 0%, #d4e8fe 100%)
    }

    .testimonials__right-btn:not(.active) p {
        background: linear-gradient(to bottom left, #65adff, #085bb9);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent
    }

    .testimonials__left-btn img {
        transition: filter .3s ease
    }

    .testimonials__left-btn.active img {
        filter: brightness(0) invert(1)
    }

    .testimonials__left-btn:not(.active) img {
        filter: none
    }

    .testimonials__right-btn img {
        transition: filter .3s ease
    }

    .testimonials__right-btn.active img {
        filter: brightness(0) invert(1)
    }

    .testimonials__right-btn:not(.active) img {
        filter: none
    }

    .testimonials__row-mobile-group {
        display: block;
        width: 349px;
        height: 328px;
        border-radius: 16px;
        padding: 20px;
        box-shadow: 0 4px 4px 0 #2d38601f
    }

    .testimonials__content-title,
    .testimonials__content-title p {
        height: 40px;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
        color: #777
    }

    .testimonials__content-title p {
        font-weight: 400 !important
    }

    .testimonials__content-option {
        margin-top: 16px
    }

    .testimonials__content-option li {
        padding-bottom: 12px;
        margin-bottom: 12px
    }

    .testimonials__content-option li p {
        font-size: 14px !important;
        line-height: 20px !important;
        color: #434343 !important
    }

    .testimonials__row-mobile {
        display: none
    }

    .testimonials__row-mobile.active {
        display: block
    }
}

.journey-lead {
    height: 519px;
    max-height: 519px;
    position: relative;
    overflow: hidden;
    margin-top: 100px
}

.journey__head {
    width: 1340px;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.journey-lead .container-lg {
    max-width: 1340px;
    padding: 0
}

.journey__countries {
    max-width: 235px;
    width: 100%;
    height: 123px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    align-items: center
}

.journey__countries-count {
    position: relative
}

.journey__countries-text {
    width: 105px;
    height: 24px;
    position: absolute;
    right: -42%;
    top: 76%;
    transform: translateY(0%) rotate(-90deg);
    transform-origin: left center;
    color: #2e2e2e;
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%
}

.journey__title h2 {
    margin-top: 8px;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    background: linear-gradient(to bottom left, #20e1d8, #085bb9);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent
}

.journey__title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #2d3860
}

.journey__content {
    width: 1340px;
    margin-top: 0 !important;
    padding-top: 19px !important;
    overflow: visible
}

.journey__content .card-body {
    display: flex;
    flex-direction: row;
    padding: 16px 12px !important;
    gap: 8px
}

.journey__content .card-text {
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    vertical-align: middle
}

.journey__content .swiper-slide {
    width: 196px !important;
    margin-right: 32px !important
}

.journey__content .more {
    margin-top: 50px;
    width: 214px;
    height: 44px;
    padding: 12px 24px;
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    gap: 12px;
    background: linear-gradient(to bottom left, #20e1d8, #085bb9);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    align-items: center
}

.journey__content .more::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 22px;
    padding: 2px;
    background: linear-gradient(225deg, #20e1d8, #085bb9);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1
}

.journey__content .more:hover::before {
    background: linear-gradient(to bottom left, #20e1d8, #085bb9);
    padding: 3px;
    transform: scale(1.02)
}

.journey__content .more:hover {
    background: linear-gradient(to bottom left, #20e1d8, #085bb9);
    border-radius: 22px;
    -webkit-text-fill-color: #fff
}

.journey__content .more img {
    filter: none;
    transition: filter 0 ease
}

.journey__content .more:hover img {
    filter: invert(100%) brightness(440%)
}

.journey__content .swiper-slide .card-body {
    width: 196px !important;
    height: 52px !important
}

@media (max-width: 1340px) {
    .journey-lead .container-lg {
        padding: 15px
    }

    .journey__title h2 {
        width: 80%;
        white-space: wrap
    }

    .journey-lead .common-list {
        align-items: start !important;
        height: auto
    }

    .journey__content .more {
        justify-content: start
    }
}

@media (max-width: 480px) {
    .journey-lead {
        margin-top: 0;
        width: 375px;
        height: auto;
        max-height: max-content;
        margin: 0 auto;
        margin-bottom: 48px
    }

    .journey-lead .container-lg {
        padding: 0;
        margin: 0 auto;
        width: 349px;
        height: auto
    }

    .journey__head {
        height: 158px;
        width: 349px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px
    }

    .journey__head .journey__title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        width: 100%
    }

    .journey__head .journey__title p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        text-align: center;
        color: #2d3860
    }

    .journey__head .journey__title h2 {
        font-weight: 600;
        margin-top: 4px;
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 0;
        text-align: center !important
    }

    .journey__countries {
        width: 175px;
        height: 46px;
        gap: 8px;
        border-radius: 23px;
        padding: 4px 12px;
        background: linear-gradient(225deg, #ffeed5 0%, #ffe6d5 100%)
    }

    .journey__countries .journey__countries-count img {
        width: 55px;
        height: 48px;
        margin-top: 2px
    }

    .journey__countries .journey__countries-text {
        position: relative;
        top: 0;
        right: 0;
        transform: none;
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0;
        color: #2e2e2e
    }

    .journey__content {
        padding-top: 32px !important;
        width: 349px;
        height: auto
    }

    .journey__content .swiper-wrapper {
        width: 349px;
        height: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 11px
    }

    .journey__content .swiper-slide {
        margin-right: 0 !important
    }

    .journey__content .swiper-slide {
        max-width: 169px !important;
        max-height: 165px !important
    }

    .journey__content .swiper-slide .card-body {
        width: 169px !important;
        height: 52px !important;
        padding: 12px;
        box-sizing: border-box
    }

    .journey__content .more {
        margin: 32px auto 0;
        width: 215px;
        padding-left: 24.5px;
        padding-right: 24.5px;
        align-items: center
    }
}

.visa_apply_guide {
    max-width: 1340px;
    height: 637px;
    margin: 0 auto;
    padding: 0
}

.apply_guide-title {
    max-width: 778px;
    height: 92px
}

.apply_guide-title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    color: #2d3860
}

.apply_guide-title h2 {
    margin-top: 8px;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    white-space: nowrap;
    background: linear-gradient(to bottom left, #20e1d8, #085bb9);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent
}

.apply_guide-container {
    display: flex;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    max-width: 1340px;
    height: 395px;
    margin: 50px auto 0
}

.apply_guide-container .visa-tabs {
    display: flex;
    flex-direction: column;
    min-width: 135px;
    background: #f9f9f9
}

.apply_guide-container .tab-item {
    height: 50%;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
    color: #777;
    padding: 83px 0;
    width: 135px;
    transition: all .3s ease
}

.apply_guide-container .evisa {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 64px
}

.apply_guide-container .paper {
    border-top-left-radius: 64px;
    border-bottom-left-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.apply_guide-container .paper .paper-label {
    margin-right: 0
}

.apply_guide-container .tab-item.active {
    background-color: #fff;
    color: orange;
    font-weight: 700;
    transition: all .3s ease
}

.apply_guide-container .evisa,
.apply_guide-container .paper {
    transition: box-shadow .3s ease, border-radius .3s ease
}

.apply_guide-container .evisa.active {
    box-shadow: 0 4px 8px 0 #2d386014
}

.apply_guide-container .paper.active {
    box-shadow: 0 -4px 8px 0 #2d386014
}

.apply_guide-container .visa-content {
    flex: 1;
    padding: 60px 92px 60px 93px
}

.apply_guide-container .visa-steps {
    display: none;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px
}

.apply_guide-container .visa-steps.active {
    display: grid;
    animation: slideInFromLeft .5s ease-in-out
}

@keyframes slideInFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-40px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0)
    }

    30% {
        transform: translateY(-12px)
    }

    50% {
        transform: translateY(0)
    }

    70% {
        transform: translateY(-6px)
    }
}

.apply_guide-container .step {
    text-align: center
}

.icon-bounce {
    transition: transform .3s ease
}

.apply_guide-container .step:hover .icon-bounce {
    animation: bounce .7s ease
}

.apply_guide-container .step .animation-step {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1
}

.apply_guide-container .step .animation-step::after {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid currentColor;
    position: absolute;
    top: -3%;
    left: 40%;
    transform: translateX(-50%);
    z-index: -1;
    transition: top .3s ease, left .3s ease
}

.animation-apply::after {
    color: #2a8bf8
}

.animation-visa-fee::after {
    color: #0fb9b1
}

.animation-e-visa::after {
    color: #ff832b
}

.animation-registration::after {
    color: #2a8bf8
}

.animation-make-payment::after {
    color: #0fb9b1
}

.animation-schedule::after {
    color: #ff832b
}

.animation-interview::after {
    color: #fab618
}

.step:hover .animation-apply::after,
.step:hover .animation-visa-fee::after,
.step:hover .animation-e-visa::after,
.step:hover .animation-registration::after,
.step:hover .animation-make-payment::after,
.step:hover .animation-schedule::after,
.step:hover .animation-interview::after {
    width: 140px;
    height: 140px;
    top: 1%;
    left: 50%
}

.apply_guide-container .step .logo-step {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #eef6fe;
    margin-bottom: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.apply_guide-container .step .logo-step.apply-online {
    background-color: #eef6fe
}

.apply_guide-container .step .logo-step.pay {
    background-color: #ecf9f9
}

.apply_guide-container .step .logo-step.e-visa {
    background-color: #fff5ee
}

.apply_guide-container .step .logo-step.registration {
    background-color: #eef6fe
}

.apply_guide-container .step .logo-step.make-payment {
    background-color: #ecf9f9
}

.apply_guide-container .step .logo-step.schedule {
    background-color: #fff5ee
}

.apply_guide-container .step .logo-step.interview {
    background-color: #fff9ed
}

.apply_guide-container .step .logo-step img {
    width: 60px;
    height: 60px
}

.apply_guide-container .step h4 {
    font-size: 24px;
    line-height: 32px;
    margin: 10px 0 5px;
    font-weight: 700;
    color: #2e2e2e
}

.apply_guide-container .step p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #434343;
    line-height: 1.4
}

@media (max-width: 1340px) {
    .visa_apply_guide {
        height: auto;
        padding: 15px
    }

    .apply_guide-title h2 {
        width: 80%;
        white-space: wrap
    }

    .apply_guide-title {
        height: auto
    }

    .apply_guide-container .step .animation-step {
        flex-wrap: wrap
    }

    .apply_guide-container .visa-content {
        padding: 32px 20px
    }

    .apply_guide-container .step {
        width: auto
    }

    .apply_guide-container {
        height: auto
    }
}

@media (max-width: 480px) {
    .visa_apply_guide {
        height: auto;
        padding: 0 13px;
        margin-bottom: 48px
    }

    .apply_guide-title p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        color: #2d3860
    }

    .apply_guide-title h2 {
        font-weight: 600;
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 0;
        margin-top: 4px
    }

    .apply_guide-container {
        margin-top: 32px;
        flex-direction: column
    }

    .apply_guide-container .visa-tabs {
        flex-direction: row
    }

    .apply_guide-container .tab-item {
        width: 50%;
        height: 48px;
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0;
        padding: 10px 0
    }

    .apply_guide-container .visa-steps {
        gap: 24px
    }

    .apply_guide-container .evisa {
        border-top-left-radius: 16px;
        border-top-right-radius: 40px;
        border-bottom-left-radius: 0
    }

    .apply_guide-container .paper {
        border-top-right-radius: 16px;
        border-top-left-radius: 40px;
        border-bottom-left-radius: 0;
        display: flex;
        flex-direction: row;
        justify-content: center
    }

    .apply_guide-container .paper .paper-label {
        margin-right: 5px
    }

    .apply_guide-container .evisa.active {
        box-shadow: 6px -10px 17px -9px #2d386014
    }

    .apply_guide-container .step {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap: 16px
    }

    .apply_guide-container .step .animation-step {
        align-items: flex-start;
        justify-content: flex-end;
        width: 75px
    }

    .apply_guide-container .step .logo-step {
        margin-bottom: 0
    }

    .apply_guide-container .step .logo-step {
        margin-top: 5px;
        width: 64px;
        height: 64px
    }

    .apply_guide-container .step .logo-step img {
        width: 32px;
        height: 32px
    }

    .apply_guide-container .visa-steps-mobile {
        text-align: start;
        max-width: 218px
    }

    .apply_guide-container .visa-steps-mobile h4 {
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0;
        color: #2e2e2e;
        margin-bottom: 8px;
        margin-top: 0
    }

    .apply_guide-container .visa-steps-mobile p {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0
    }

    .apply_guide-container .step .animation-step::after {
        width: 64px;
        height: 64px
    }

    .apply_guide-container .step .animation-apply::after,
    .apply_guide-container .step .animation-visa-fee::after,
    .apply_guide-container .step .animation-e-visa::after,
    .apply_guide-container .step .animation-registration::after,
    .apply_guide-container .step .animation-make-payment::after,
    .apply_guide-container .step .animation-schedule::after,
    .apply_guide-container .step .animation-interview::after {
        top: 0;
        left: 43%
    }

    .step:hover .animation-apply::after,
    .step:hover .animation-visa-fee::after,
    .step:hover .animation-e-visa::after,
    .step:hover .animation-registration::after,
    .step:hover .animation-make-payment::after,
    .step:hover .animation-schedule::after,
    .step:hover .animation-interview::after {
        width: 40px;
        height: 40px;
        top: 12%;
        left: 57%
    }
}

.addon__services-title {
    text-align: center
}

.addon__services-title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #777
}

.addon__services-title h2 {
    margin: 8px 0;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0;
    white-space: nowrap;
    background: linear-gradient(to bottom left, #20e1d8, #085bb9);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent
}

.addon__services-container {
    margin-top: 50px
}

.addon__services-card {
    background: #fff;
    border-radius: 16px;
    max-width: 960px;
    height: 390px;
    margin: auto;
    position: relative;
    box-shadow: 0 6px 12px 0 #2d386029;
    z-index: 0;
    overflow: visible
}

.addon__services-card::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 880px;
    height: 20px;
    background: linear-gradient(225deg, #20e1d8 0%, #085bb9 100%);
    opacity: .15;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    z-index: -1
}

.addon__services-card .addon__badge {
    width: 294px;
    height: 72px;
    background: #e0f8f5;
    color: #029c95;
    padding: 16px 40px 24px 112px;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 40px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    gap: 8px
}

.addon__services-card .addon__badge img {
    position: absolute;
    top: -22px;
    left: 20px;
    width: 72px;
    height: 72px
}

.addon__services-card .addon__content {
    margin: 15px 60px 60px;
    width: 840px;
    display: flex;
    justify-content: space-between;
    gap: 88px
}

.addon__services-card .addon__info {
    flex: 50%
}

.addon__services-card .addon__price {
    flex: 40%
}

.addon__services-card .addon__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
    margin-top: 9px;
    margin-bottom: 8px;
    color: #2e2e2e
}

.addon__services-card .addon__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #777;
    margin-bottom: 30px
}

.addon__services-card .addon__features {
    list-style: none;
    padding: 0;
    margin: 0
}

.addon__services-card .addon__features li {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    margin-bottom: 12px;
    color: #434343;
    white-space: nowrap
}

.addon__services-card .addon__price {
    flex: 1 1 35%;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: center
}

.addon__services-card .addon__price-old {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    text-decoration: line-through;
    color: #434343;
    margin: 0
}

.addon__services-card .addon__price-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #434343;
    margin: 8px 0
}

.addon__services-card .addon__price-new {
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0;
    background: linear-gradient(225deg, #fab618 0%, #f36c0c 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700;
    margin: 8px 0
}

.addon__services-card .addon__price-note {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #777;
    margin-bottom: 24px;
    text-align: right
}

.addon__services-card .addon__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #2d3860;
    color: #fff;
    width: 200px;
    height: 60px;
    padding: 18px 35px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    transition: background .3s
}

.addon__services-card .addon__btn img {
    width: 24px;
    height: 24px
}

.addon__services-card .addon__btn:hover {
    background: linear-gradient(to bottom left, #20e1d8, #085bb9)
}

.addon__services-other {
    max-width: 1340px;
    margin: 100px auto;
    padding: 0 20px;
    font-family: Arial, sans-serif;
    text-align: center
}

.addon__services-other-title {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 50px;
    color: #2e2e2e
}

.addon__services-other-grid {
    display: grid;
    grid-template-columns: repeat(4, 305px);
    grid-auto-rows: 20px 20px 20px 20px 20px 5px 20px 20px 20px 20px;
    gap: 40px;
    justify-content: center
}

.addon__card--small {
    grid-column: span 1;
    grid-row: span 6
}

.addon__card--wide {
    grid-column: span 2;
    grid-row: span 4
}

.addon__service-card {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    transition: transform .3s ease
}

.addon__btn-gradient::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 22px;
    padding: 2px;
    background: linear-gradient(225deg, #20e1d8, #085bb9);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1
}

.addon__service-card a:hover::before {
    background: linear-gradient(to bottom left, #20e1d8, #085bb9);
    padding: 3px;
    transform: scale(1.02)
}

.addon__service-card a:hover {
    background: linear-gradient(to bottom left, #20e1d8, #085bb9);
    -webkit-text-fill-color: #fff
}

.addon__service-card a img {
    filter: none;
    transition: filter 0 ease
}

.addon__service-card a:hover img {
    filter: invert(100%) brightness(440%)
}

.addon__card--wide .addon__service-overlay {
    width: 100%;
    height: 100%;
    padding: 50px 459px 50px 32px;
    text-align: left;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px
}

.addon__card--small .addon__service-overlay {
    width: 100%;
    height: 100%;
    padding: 173px 114px 32px 32px;
    text-align: left;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px
}

.overlay--hotel {
    background: linear-gradient(to right, rgba(234, 243, 254, 1) 45%, rgba(234, 243, 254, 0) 80%)
}

.overlay--flight {
    background: linear-gradient(to top, rgba(231, 248, 247, 1) 40%, rgba(231, 248, 247, 0) 75%)
}

.overlay--tour {
    background: linear-gradient(to top, rgba(255, 243, 234, 1) 40%, rgba(255, 243, 234, 0) 75%)
}

.overlay--car {
    background: linear-gradient(to top, rgba(231, 248, 247, 1) 40%, rgba(231, 248, 247, 0) 75%)
}

.overlay--sim {
    background: linear-gradient(to top, rgba(234, 243, 254, 1) 40%, rgba(234, 243, 254, 0) 75%)
}

.overlay--tickets {
    background: linear-gradient(to right, rgba(255, 243, 234, 1) 45%, rgba(255, 243, 234, 0) 80%)
}

.addon__service-overlay h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    margin-bottom: 10px;
    white-space: nowrap;
    margin: 0;
    color: #434343
}

.addon__btn-gradient {
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 159px;
    height: 44px;
    gap: 6px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 22px;
    position: relative;
    z-index: 0;
    color: transparent;
    text-decoration: none;
    background: linear-gradient(225deg, #20e1d8, #085bb9);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.addon__services-other-grid-mb {
    display: none
}

@media (max-width: 1340px) {
    .addon__services-other-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .addon__card--small {
        width: 40%
    }
}

@media (max-width: 980px) {
    .addon__services-container {
        margin-top: 40px
    }

    .addon__services-card {
        min-height: 514px;
        max-height: max-content;
        box-sizing: border-box
    }

    .addon__services-card .addon__info {
        max-height: 220px
    }

    .addon__services-card .addon__badge {
        width: 230px;
        height: 48px;
        padding: 10px 32px 10px 80px
    }

    .addon__services-card .addon__badge span {
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        vertical-align: middle
    }

    .addon__services-card .addon__badge img {
        width: 48px;
        height: 48px;
        top: -12px
    }

    .addon__services-card .addon__content {
        margin: 24px 16px;
        width: 100%;
        height: auto;
        flex-direction: column;
        justify-content: center;
        gap: 24px
    }

    .addon__services-card .addon__title {
        margin-top: 0;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0;
        color: #2e2e2e
    }

    .addon__services-card .addon__subtitle {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #777;
        margin-bottom: 24px
    }

    .addon__services-card .addon__features li {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #434343;
        margin-bottom: 12px;
        white-space: wrap
    }

    .addon__services-card .addon__price {
        width: 270px;
        height: auto;
        margin: 0 auto;
        flex: 60%
    }

    .addon__services-card .addon__price-old {
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        text-decoration: line-through
    }

    .addon__services-card .addon__price-label {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        margin: 4px 0
    }

    .addon__services-card .addon__price-new {
        margin-top: 0;
        margin-bottom: 4px;
        font-weight: 600;
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 0;
        text-align: center
    }

    .addon__services-card .addon__price-note {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
        text-align: center;
        margin-bottom: 16px
    }

    .addon__services-card .addon__btn {
        width: 180px;
        height: 44px;
        border-radius: 22px;
        padding: 12px 34.5px
    }

    .addon__services-card .addon__btn img {
        width: 20px;
        height: 20px
    }

    .addon__services-card .addon__btn {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        vertical-align: middle;
        color: #fff
    }
}

@media (max-width: 480px) {
    .addon__services {
        padding: 0 13px 48px
    }

    .addon__services-card::before {
        width: 309px;
        height: 16px
    }

    .addon__services-title p:first-child {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #777
    }

    .addon__services-title p:nth-child(3) {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #777
    }

    .addon__services-title h2 {
        font-weight: 600;
        font-size: 28px;
        line-height: 36px;
        text-align: center;
        margin: 4px 0
    }

    .addon__services-container {
        margin-top: 40px
    }

    .addon__services-card {
        min-height: 514px;
        max-height: max-content;
        box-sizing: border-box
    }

    .addon__services-card .addon__info {
        max-height: 220px
    }

    .addon__services-card .addon__badge {
        width: 230px;
        height: 48px;
        padding: 10px 32px 10px 80px
    }

    .addon__services-card .addon__badge span {
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        vertical-align: middle
    }

    .addon__services-card .addon__badge img {
        width: 48px;
        height: 48px;
        top: -12px
    }

    .addon__services-card .addon__content {
        margin: 24px 16px;
        width: 93%;
        height: auto;
        flex-direction: column;
        justify-content: center;
        gap: 24px
    }

    .addon__services-card .addon__title {
        margin-top: 0;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0;
        color: #2e2e2e
    }

    .addon__services-card .addon__subtitle {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #777;
        margin-bottom: 24px
    }

    .addon__services-card .addon__features li {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #434343;
        margin-bottom: 12px;
        white-space: wrap
    }

    .addon__services-card .addon__price {
        width: 270px;
        height: auto;
        margin: 0 auto;
        flex: 60%
    }

    .addon__services-card .addon__price-old {
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        text-decoration: line-through
    }

    .addon__services-card .addon__price-label {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        margin: 4px 0
    }

    .addon__services-card .addon__price-new {
        margin-top: 0;
        margin-bottom: 4px;
        font-weight: 600;
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 0;
        text-align: center
    }

    .addon__services-card .addon__price-note {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
        text-align: center;
        margin-bottom: 16px
    }

    .addon__services-card .addon__btn {
        width: 180px;
        height: 44px;
        border-radius: 22px;
        padding: 12px 34.5px
    }

    .addon__services-card .addon__btn img {
        width: 20px;
        height: 20px
    }

    .addon__services-card .addon__btn {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        vertical-align: middle;
        color: #fff
    }

    .addon__services-other {
        margin-top: 48px;
        margin-bottom: 0
    }

    .addon__services-other-title {
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        color: #2e2e2e;
        margin-bottom: 16px
    }

    .addon__services-other-grid-mb {
        display: grid;
        grid-template-columns: repeat(2, 169px);
        grid-auto-rows: 200px;
        gap: 11px;
        justify-content: center
    }

    .addon__services-other-grid {
        display: none
    }

    .addon__service-overlay h3 {
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        color: #434343
    }

    .addon__btn-gradient {
        width: 125px;
        height: 36px;
        font-family: "Manrope", Arial, sans-serif;
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        margin-top: 8px
    }

    .addon__service-overlay {
        width: 100%;
        padding: 118px 12px 12px
    }

    .overlay--hotel,
    .overlay--sim {
        background: linear-gradient(to top, rgba(234, 243, 254, 1) 30%, rgba(234, 243, 254, 0.8) 50%, rgba(234, 243, 254, 0) 70%)
    }

    .overlay--flight,
    .overlay--car {
        background: linear-gradient(to top, rgba(231, 248, 247, 1) 30%, rgba(231, 248, 247, 0.8) 50%, rgba(231, 248, 247, 0) 70%)
    }

    .overlay--tour {
        background: linear-gradient(to top, rgba(255, 243, 234, 1) 30%, rgba(255, 243, 234, 0.8) 50%, rgba(255, 243, 234, 0) 70%)
    }

    .overlay--tickets {
        background: linear-gradient(to top, rgba(255, 243, 234, 1) 30%, rgba(255, 243, 234, 0.8) 50%, rgba(255, 243, 234, 0) 70%)
    }
}

@media (max-width: 380px) {
    .addon__services-card .addon__content {
        width: 317px
    }
}

.contact__us-container {
    max-width: 1340px;
    height: 160px;
    max-height: 160px;
    margin: 0 auto 100px;
    padding: 40px 60px;
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 80px;
    align-items: center
}

.contact__us-phone {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 32px
}

.contact__us-phone .contact-us-icon {
    width: 80px;
    height: 80px
}

.contact__us-content-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    color: #fff;
    white-space: nowrap
}

.contact__us-content-text {
    margin-top: 8px
}

.contact__us-content-text .more {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
    white-space: nowrap;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: 0
}

.contact__us-content-text .more:hover {
    text-decoration: underline
}

.contact__us-description {
    width: 423px;
    height: 78px
}

.contact__us-description p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    color: #fff
}

.contact__us-btn {
    width: 200px;
    height: 60px;
    border-radius: 30px;
    padding: 18px 32px;
    box-sizing: border-box;
    white-space: nowrap;
    text-align: center;
    background-color: #2d3860
}

.contact__us-btn a {
    color: #fff
}

.contact__us-btn:hover {
    background: linear-gradient(to bottom left, #20e1d8, #085bb9)
}

.contact__us-icon {
    border-right: 1px solid #ffe8d5;
    height: 100%;
    width: 1px
}

.contact__us-btn div {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px
}

@media (max-width: 1340px) {
    .contact__us-container {
        margin: 0 15px 100px;
        height: auto;
        max-height: max-content;
        flex-wrap: wrap;
        justify-content: center
    }
}

@media (max-width: 480px) {
    .contact__us-container {
        margin: 0 auto 48px;
        width: 349px;
        height: 285px;
        border-radius: 16px;
        padding: 20px 16px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 16px;
        flex-wrap: nowrap
    }

    .contact__us-icon {
        border-bottom: 1px solid #ffe8d5;
        height: 1px;
        width: 100%
    }

    .contact__us-phone {
        width: 100%;
        height: 52px;
        justify-content: flex-start;
        gap: 16px
    }

    .contact__us-content-title {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px
    }

    .contact__us-content-text .more {
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        margin-top: 4px
    }

    .contact__us-phone .contact-us-icon {
        width: 56px;
        height: 56px
    }

    .contact__us-description {
        width: 317px;
        height: auto
    }

    .contact__us-description p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px
    }

    .contact__us-btn {
        width: 185px;
        padding: 12px 57.5px;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        vertical-align: middle
    }

    .contact__us-btn a {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #fff
    }
}

.why__choose-title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    color: #2d3860
}

.why__choose-title h2 {
    margin: 8px 0;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0;
    white-space: nowrap;
    background: linear-gradient(to bottom left, #20e1d8, #085bb9);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent
}

.why__choose-container {
    margin: 50px auto 100px;
    width: 1020px;
    max-width: 1020px;
    height: 674px;
    max-height: 674px;
    display: flex;
    flex-direction: column;
    gap: 0;
    font-family: "Manrope", Arial, sans-serif
}

.why__choose-container .reason-box {
    display: flex;
    align-items: center;
    padding: 30px 40px;
    width: 100%;
    height: 134px;
    box-sizing: border-box;
    border-radius: 16px;
    transition: background .3s ease, transform .3s ease;
    transform: translateY(0)
}

.why__choose-container .reason-box.highlighted {
    background: linear-gradient(225deg, rgba(32, 225, 216, 0.1) 0%, rgba(8, 91, 185, 0.1) 100%);
    transform: translateY(-3px)
}

.why__choose-container .reason-icon {
    width: 48px;
    height: 48px;
    margin-right: 40px;
    flex-shrink: 0
}

.why__choose-container .reason-content {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.why__choose-container .reason-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    margin-bottom: 16px
}

.why__choose-container .reason-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0
}

.reason-box-mb {
    display: none !important
}

@media (max-width: 1340px) {
    .why__choose-container {
        width: 100%;
        max-width: max-content;
        height: 100%;
        max-height: max-content;
        padding: 15px
    }

    .why__choose-container .reason-box {
        height: auto
    }
}

@media (max-width: 480px) {
    .why__choose__gvc {
        margin: 0 13px 48px
    }

    .why__choose-title p,
    .why__choose-title p strong {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        text-align: center;
        color: #2d3860
    }

    .why__choose-title h2 {
        font-weight: 600;
        font-size: 28px;
        line-height: 36px;
        text-align: center;
        margin-top: 4px;
        margin-bottom: 0
    }

    .why__choose-container {
        width: 100%;
        max-width: 100%;
        margin-top: 32px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0
    }

    .why__choose-container .reason-box {
        padding: 16px
    }

    .reason-box-mb {
        display: flex !important
    }

    .reason-box-d {
        display: none !important
    }

    .reason-box-mb .reason-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #085bb9
    }

    .reason-box-mb .detail-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #434343
    }

    .why__choose-container .reason-title {
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        color: #2e2e2e;
        margin-bottom: 8px
    }

    .why__choose-container .reason-icon {
        width: 40px;
        height: 40px;
        margin-right: 16px
    }
}

@media (max-width: 380px) {
    .why__choose-container {
        width: 392px
    }
}

.about__us__new {
    width: 1340px;
    height: 592px;
    margin: 0 auto;
    padding: 58px 60px 100px;
    position: relative
}

.about__us__new::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1340px;
    height: 206px;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.7) 46%, rgba(255, 255, 255, 0) 100%);
    z-index: 0
}

.about__us__new-container {
    display: flex;
    gap: 100px;
    height: 100%;
    position: relative;
    z-index: 1
}

.about__us__new-left {
    width: 700px
}

.about__us__new-right {
    width: 420px;
    display: flex;
    align-items: flex-end
}

.about__us__title {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    margin-top: 2px;
    margin-bottom: 50px;
    background: linear-gradient(to bottom left, #20e1d8, #085bb9);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent
}

.about__us__desc {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px
}

.about__us__desc strong {
    font-weight: 700
}

.about__us__cards {
    display: flex;
    gap: 40px
}

.about__us__card {
    width: 330px;
    height: 188px;
    padding: 20px;
    display: flex;
    gap: 12px;
    background: linear-gradient(225deg, #65adff 0%, #085bb9 100%);
    border-radius: 16px;
    color: #fff;
    position: relative
}

.about__us__card-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 4px;
    color: #fff
}

.about__us__card-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-top: 16px
}

.about__us__card-icon {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -22px;
    right: 17px;
    clip-path: inset(22px 0 0 0)
}

.about__us__img {
    max-height: 100%;
    object-fit: contain
}

@media (max-width: 1340px) {
    .about__us__new {
        width: 100%;
        height: auto;
        padding: 15px;
        margin-bottom: 100px
    }

    .about__us__new::before {
        width: 100%;
        height: 100%
    }

    .about__us__new-container {
        flex-wrap: wrap;
        justify-content: center
    }

    .about__us__cards {
        justify-content: center
    }

    .about__us__new-left {
        width: 100%;
        align-items: center;
        justify-content: center
    }

    .about__us__new-right {
        width: 100%;
        align-items: center;
        justify-content: center
    }
}

@media (max-width: 480px) {
    .about__us__new {
        padding: 0 13px 48px;
        margin-bottom: 0
    }

    .about__us__new::before {
        width: 94%;
        height: 30%;
        left: 13px
    }

    .about__us__new-container {
        gap: 32px
    }

    .about__us__title {
        font-weight: 600;
        font-size: 28px;
        line-height: 36px;
        margin: 20px 16px 16px
    }

    .about__us__desc {
        font-size: 14px;
        line-height: 20px;
        color: #434343;
        margin: 0 16px 32px
    }

    .about__us__card {
        width: 169px;
        height: 210px;
        padding: 16px
    }

    .about__us__cards {
        justify-content: center;
        gap: 27px
    }

    .about__us__card-title {
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 0
    }

    .about__us__card-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        margin-top: 12px
    }

    .about__us__card-icon {
        width: 60px;
        height: 60px;
        top: -11px;
        right: 9px;
        clip-path: inset(11px 0 0 0)
    }

    .about__us__img {
        width: 287px;
        height: 297px
    }
}

@media (max-width: 380px) {
    .about__us__cards {
        justify-content: space-between;
        gap: 11px
    }

    .about__us__new::before {
        width: 349px
    }
}

.common-list {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.common-list .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
    border: 0;
    -webkit-box-shadow: 0 4px 80px rgba(0, 0, 0, 0.07), 0 7px 18px rgba(0, 0, 0, 0.04), 0 0 5px rgba(0, 0, 0, 0.03);
    box-shadow: 0 4px 80px rgba(0, 0, 0, 0.07), 0 7px 18px rgba(0, 0, 0, 0.04), 0 0 5px rgba(0, 0, 0, 0.03);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.journey__content .swiper-slide {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06), 0 3px 10px rgba(0, 0, 0, 0.05), 0 0 3px rgba(0, 0, 0, 0.02)
}

.journey__content .swiper-slide:hover {
    box-shadow: 28px 17px 51px rgba(0, 0, 0, 0.14), 10px 4px 11px rgba(0, 0, 0, 0.08), 10px 1px 3px rgba(0, 0, 0, 0.06) !important
}

.common-list .swiper-slide .card-body {
    padding: 19px 10px 23px;
    text-align: center
}

.common-list .swiper-slide .card-body p {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #434343
}

.common-list .swiper-slide:hover {
    -webkit-box-shadow: 0 17px 51px rgba(0, 0, 0, 0.14), 0 4px 11px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.06);
    box-shadow: 0 17px 51px rgba(0, 0, 0, 0.14), 0 4px 11px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px)
}

.short-time {
    padding-top: 60px
}

.short-time-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px 40px;
    margin-top: 32px
}

.short-time-item {
    padding: 24px 20px 27px;
    background: #fff;
    -webkit-box-shadow: 0 1px 24px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 24px -1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    width: calc(25% - 30px);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.short-time-item .divide {
    width: 120px;
    height: 2px;
    border-radius: 2px;
    margin-top: 24px;
    margin-bottom: 24px
}

.short-time-item h3 {
    font-size: 20px;
    line-height: 150%
}

.short-time-item p {
    font-size: 16px;
    line-height: 150%;
    color: #434343;
    margin-top: 20px
}

.short-time-item .btn {
    padding: 11px 47px
}

.short-time-item:first-of-type h3 {
    color: #085bb9
}

.short-time-item:first-of-type .divide {
    background: #085bb9
}

.short-time-item:nth-of-type(2) h3 {
    color: #029c95
}

.short-time-item:nth-of-type(2) .divide {
    background: #029c95
}

.short-time-item:nth-of-type(3) h3 {
    color: #eb6c00
}

.short-time-item:nth-of-type(3) .divide {
    background: #eb6c00
}

.short-time-item:nth-of-type(4) h3 {
    color: #ffb200
}

.short-time-item:nth-of-type(4) .divide {
    background: #ffb200
}

.short-time-text {
    color: #081856;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%
}

.short-time-country {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
    margin-top: 28px
}

.short-time-country>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%
}

.short-time-country>a img {
    height: 32px;
    width: 48px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px
}

.insurance {
    padding-top: 60px
}

.insurance .container {
    max-width: 1210px
}

.insurance .row>div:first-child {
    padding-right: 0
}

.insurance .row>div:last-child {
    padding-left: 0
}

.insurance h2 {
    width: 50%;
    margin-left: auto
}

.insurance .row {
    margin-top: 32px
}

.insurance-left {
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.08), 0 1px 20px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.08), 0 1px 20px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    background: #fff;
    padding: 28px 34px 40px 35px;
    max-width: 454px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.insurance-left p:first-of-type {
    font-size: 40px;
    line-height: 100%;
    text-decoration-line: line-through
}

.insurance-left p:nth-of-type(2) {
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    color: #e30a17
}

.insurance-left p:nth-of-type(3) {
    font-size: 20px;
    line-height: 150%;
    color: #777;
    margin-top: 16px
}

.insurance-left p span {
    font-size: 72px;
    line-height: 108px
}

.insurance-text {
    font-size: 20px;
    line-height: 150%
}

.insurance-list {
    margin-top: 40px
}

.insurance-list li {
    font-size: 20px;
    line-height: 150%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.insurance-list li img {
    margin-right: 24px
}

.insurance-list li:nth-of-type(2) img {
    -webkit-filter: brightness(0) saturate(100%) invert(32%) sepia(50%) saturate(3234%) hue-rotate(157deg) brightness(100%) contrast(98%);
    filter: brightness(0) saturate(100%) invert(32%) sepia(50%) saturate(3234%) hue-rotate(157deg) brightness(100%) contrast(98%)
}

.insurance-list li:nth-of-type(3) img {
    -webkit-filter: brightness(0) saturate(100%) invert(42%) sepia(74%) saturate(1320%) hue-rotate(4deg) brightness(95%) contrast(101%);
    filter: brightness(0) saturate(100%) invert(42%) sepia(74%) saturate(1320%) hue-rotate(4deg) brightness(95%) contrast(101%)
}

.insurance-list li:nth-of-type(4) img {
    -webkit-filter: brightness(0) saturate(100%) invert(84%) sepia(35%) saturate(6888%) hue-rotate(360deg) brightness(105%) contrast(105%);
    filter: brightness(0) saturate(100%) invert(84%) sepia(35%) saturate(6888%) hue-rotate(360deg) brightness(105%) contrast(105%)
}

.insurance-list li:not(:first-child) {
    margin-top: 24px
}

.apply {
    padding-top: 60px
}

.apply h2 {
    width: 80%;
    margin: auto
}

.apply-tab {
    max-width: 914px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 37px;
    padding-right: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.apply-tab button {
    background: transparent;
    border: none;
    outline: none;
    padding: 12px 50px;
    color: #081856;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    border-radius: 20px 20px 0 0;
    -webkit-transition: background .3s ease-out;
    transition: background .3s ease-out
}

.apply-tab button:hover {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.apply-tab button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.apply-tab button.active {
    background: linear-gradient(204.55deg, #65adff -8.43%, #085bb9 131.58%);
    color: #fff
}

.apply-wrapper {
    background-image: url(../images/1686195769-bg-apply.jpg);
    min-height: 471px;
    padding: 48px 0
}

.apply-content {
    margin-left: auto;
    margin-right: auto;
    display: none;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.apply-content.active {
    display: block
}

.apply-btn .btn {
    min-width: 300px;
    padding: 17px 60px
}

#easy-apply {
    max-width: 841px
}

#reliable-apply {
    max-width: 1115px
}

#reliable-apply .swiper-slide {
    min-height: 291px
}

.service {
    background-image: url(../images/1686195769-bg02.svg);
    padding-top: 60px;
    padding-bottom: 40px;
    background-position: center
}

.support {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr
}

.support> :first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

.support> :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2
}

.support> :nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1
}

.support> :nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2
}

.support-list:first-of-type {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3
}

.support-list:nth-of-type(2) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4
}

.support-list:nth-of-type(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4
}

.support-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 48px
}

.support-item {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    width: calc(33.3333333333% - 16px);
    max-height: 200px
}

.support-item img {
    -o-object-fit: cover;
    object-fit: cover
}

.support-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-12.28%, rgba(0, 0, 0, 0.8)), color-stop(14.13%, rgba(0, 0, 0, 0.8)), color-stop(70.83%, rgba(37, 55, 117, 0)), color-stop(70.83%, rgba(255, 255, 255, 0)));
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) -12.28%, rgba(0, 0, 0, 0.8) 14.13%, rgba(37, 55, 117, 0) 70.83%, rgba(255, 255, 255, 0) 70.83%);
    padding: 32px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #fff
}

.support-content img {
    margin-right: 10px
}

.support-headding {
    max-width: 564px
}

.support-headding p {
    margin-top: 32px;
    font-size: 20px;
    line-height: 150%
}

.support-btn {
    margin-top: 32px
}

.support-btn .btn {
    min-width: 282px;
    padding: 17px 50px
}

.choose {
    padding: 80px 0;
    max-width: 1000px;
    margin: auto
}

.choose-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 85px 77px;
    margin-top: 92px
}

.choose-item {
    width: calc(33.3333333333% - 51.3333333333px);
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    padding: 24px 20px;
    text-align: center;
    min-height: 212px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    background: #fff
}

.choose-item h3 {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 8px
}

.choose-item span {
    font-size: 16px;
    line-height: 150%
}

.choose-item:first-of-type h3 {
    color: #085bb9
}

.choose-item:nth-of-type(2) h3 {
    color: #eb6c00
}

.choose-item:nth-of-type(3) h3 {
    color: #085bb9
}

.choose-item:nth-of-type(4) h3 {
    color: #029c95
}

.choose-item:nth-of-type(5) h3 {
    color: #ffb200
}

.choose-icon {
    position: absolute;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.choose-icon img:last-child {
    display: none
}

.about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 24px
}

.about-list:nth-of-type(2) {
    margin-top: 50px
}

.about-list p {
    margin-top: 32px;
    margin-bottom: 24px
}

.about-list p a {
    color: #085bb9;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%
}

.about-list p a:hover {
    color: #085bb9
}

.about-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px 24px
}

.about-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    padding: 16px 12px;
    background-color: #fff
}

.about-item h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%
}

.about-item span {
    font-size: 14px;
    line-height: 150%
}

.about-item img {
    width: 56px;
    height: 56px
}

.about .more {
    font-weight: 500
}

.clubs {
    padding: 48px 0;
    background: #f9f9f9
}

.clubs-inner {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto 0 1fr;
    grid-template-rows: auto 1fr;
    display: -ms-grid;
    display: grid;
    display: -webkit-grid;
    -webkit-grid-columns: repeat(2, 1fr);
    -webkit-grid-rows: auto 1fr;
    gap: 0 15px;
    overflow: hidden
}

.clubs-inner> :first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

.clubs-inner> :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3
}

.clubs-inner> :nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1
}

.clubs-inner> :nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3
}

.clubs-item:first-of-type {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2
}

.clubs-item:first-of-type>div {
    max-width: 527px
}

.clubs-item:first-of-type h2 {
    margin-bottom: 24px
}

.clubs-item:first-of-type p {
    margin-bottom: 16px
}

.clubs-item:nth-of-type(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2
}

.clubs-item:nth-of-type(2) .btn {
    margin-top: 24px;
    padding: 16.5px 50px;
    min-width: 300px
}

.clubs-item:nth-of-type(3) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3
}

.clubs-item:nth-of-type(3) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px 40px
}

.clubs-card {
    width: calc(50% - 20px);
    overflow: hidden
}

.clubs-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px
}

.promotion {
    padding-top: 60px;
    padding-bottom: 28px
}

.promotion .container {
    max-width: 1312px
}

.promotion-headding {
    padding: 0 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.promotion-more {
    display: none
}

.promotion .more {
    margin-top: 0
}

.promotion .swiper {
    padding: 20px
}

.promotion .swiper-slide {
    -webkit-filter: drop-shadow(0px 1px 30px rgba(0, 0, 0, 0.08)) drop-shadow(0px 1px 20px rgba(0, 0, 0, 0.04));
    filter: drop-shadow(0px 1px 30px rgba(0, 0, 0, 0.08)) drop-shadow(0px 1px 20px rgba(0, 0, 0, 0.04));
    border-radius: 10px;
    overflow: hidden;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.promotion .swiper-slide>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.promotion .swiper-slide .card-body {
    padding: 16px 16px 20px
}

.promotion .swiper-slide .card-body h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #434343
}

.promotion .swiper-slide .card-body p {
    font-size: 16px;
    line-height: 150%;
    color: #777
}

.promotion .swiper-slide .card-body p span {
    color: #eb6c00;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px
}

.promotion .swiper-slide .card-body span {
    font-size: 16px;
    line-height: 150%;
    color: #777
}

.promotion .swiper-button {
    -webkit-filter: drop-shadow(-1px 1px 10px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(-1px 1px 10px rgba(0, 0, 0, 0.1));
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 50%
}

.promotion .swiper-button:after {
    content: none
}

.promotion .swiper-button img {
    -webkit-filter: brightness(0) saturate(100%) invert(27%) sepia(49%) saturate(0%) hue-rotate(231deg) brightness(87%) contrast(98%);
    filter: brightness(0) saturate(100%) invert(27%) sepia(49%) saturate(0%) hue-rotate(231deg) brightness(87%) contrast(98%)
}

.promotion .swiper-button-prev {
    left: 0
}

.promotion .swiper-button-prev img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.promotion .swiper-button-next {
    right: 0
}

.article .container {
    width: 100%;
    max-width: 1340px;
    padding: 0
}

.article-headding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 92px;
    margin-bottom: 48px
}

.article-headding .article-headding-title h2 {
    margin-top: 8px;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0;
    background: linear-gradient(to bottom left, #20e1d8, #085bb9);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent
}

.article-headding .article-headding-title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    color: #2d3860
}

.article-headding .more {
    margin-top: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 18px 32px;
    width: 182px;
    height: 60px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    border-radius: 30px;
    position: relative;
    z-index: 0;
    color: transparent;
    text-decoration: none;
    background: linear-gradient(225deg, #20e1d8, #085bb9);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: filter .3s ease
}

.article-headding .more::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 2px;
    background: linear-gradient(225deg, #20e1d8, #085bb9);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1
}

.article-headding .more {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.article-headding .more:hover::before {
    background: linear-gradient(to bottom left, #20e1d8, #085bb9);
    padding: 3px;
    transform: scale(1.02);
    color: #fff
}

.article-headding .more:hover {
    background: linear-gradient(to bottom left, #20e1d8, #085bb9);
    -webkit-text-fill-color: #fff
}

.article-headding .more img {
    filter: none
}

.article-headding .more:hover img {
    filter: invert(100%) brightness(408%)
}

.article-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px 40px
}

.article-left {
    width: 100%
}

.article-left-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-bottom: 24px
}

@media (max-width: 767.98px) {
    .article-left-list {
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.article-left-list .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(32.6% - 16px);
    flex: 0 0 calc(32.6% - 16px);
    border-radius: 16px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.04), 0 1px 30px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 6px 12px 0 #2d386029;
    -webkit-transition: .4s;
    transition: .4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.article-left-list .item:hover {
    transform: translateY(-5px);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06), 0 4px 11px 0 rgba(0, 0, 0, 0.08), 0 17px 51px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06), 0 4px 11px 0 rgba(0, 0, 0, 0.08), 0 17px 51px 0 rgba(0, 0, 0, 0.14)
}

.article-left-list .item .item-img {
    height: 50%
}

.article-left-list .item img {
    display: block;
    width: 420px;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover
}

.article-left-list .item .media-body {
    padding: 0 24px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.article-left-list .item .media-body h3 a {
    height: 56px;
    font-weight: 500;
    color: #434343;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.article-left-list .item .media-body .author-n-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    line-height: 150%
}

.article-left-list .item .media-body .author-n-date .author {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #8080a3
}

.article-left-list .item .media-body .author-n-date .date-update {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #8080a3
}

.article-left-list .item .media-body p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5e5e5e
}

@media (max-width: 767.98px) {
    .article-left-list .item .media-body p {
        font-size: 14px
    }

    .article-left-list .item img {
        width: 100%;
        height: 100%
    }
}

.article-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.article-right-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px 16px
}

.article-right .card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    -webkit-filter: drop-shadow(0px 1px 30px rgba(0, 0, 0, 0.08)) drop-shadow(0px 1px 20px rgba(0, 0, 0, 0.04));
    filter: drop-shadow(0px 1px 30px rgba(0, 0, 0, 0.08)) drop-shadow(0px 1px 20px rgba(0, 0, 0, 0.04));
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.article-right .card-body {
    padding: 16px 16px 20px
}

.article-right .card-body h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 12px
}

.article-right .card-body span {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #909090
}

.article-right-list {
    list-style: disc;
    margin-left: 24px;
    width: 40%
}

.article-right-list li {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%
}

.article-right-list li:not(:first-child) {
    margin-top: 12px
}

.article .more {
    display: none
}

.article-list-mb {
    display: none
}

@media (max-width: 480px) {
    .article-headding {
        padding: 0 13px !important;
        margin-bottom: 32px !important
    }

    .article-headding .article-headding-title p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        color: #2d3860
    }

    .article-headding .article-headding-title h2 {
        font-weight: 600;
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 0;
        margin-top: 4px
    }

    .article-left-list {
        padding: 0 13px !important
    }

    .article-list-mb {
        display: flex;
        margin-bottom: 0
    }

    .article-list {
        display: none
    }

    .article-list-mb.article-left-list {
        gap: 0
    }

    .article-list-item-mb {
        margin-top: 24px;
        display: flex;
        flex-direction: column;
        gap: 24px
    }

    .article-list-item-mb .other-item {
        width: 349px;
        height: 142px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 12px;
        align-items: flex-start;
        background: rgba(0, 0, 0, 0);
        box-shadow: none
    }

    .article-list-mb h2 a {
        font-weight: 600 !important;
        font-size: 18px !important;
        line-height: 26px !important;
        color: #434343 !important
    }

    .article-list-mb .media-body .author-n-date a {
        font-weight: 700 !important;
        font-size: 12px !important;
        line-height: 18px !important;
        color: #8080a3 !important
    }

    .article-list-mb .media-body p {
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 20px !important;
        color: #5e5e5e !important
    }

    .article-list-mb .media-body .author-n-date span {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        color: #8080a3
    }

    .article-list-item-mb .item .media-body {
        padding: 0;
        gap: 8px
    }

    .article-list-mb .item .media-body h3 a {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        color: #434343;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .article-list-mb .media-body .author-n-date {
        flex-direction: column;
        justify-content: flex-start
    }

    .article-list-mb .media-main-body .author-n-date {
        flex-direction: row;
        justify-content: flex-start
    }

    .article-list-mb .media-body .author-n-date .author {
        font-weight: 700 !important;
        font-size: 12px !important;
        line-height: 18px !important;
        color: #8080a3 !important
    }

    .article-list-mb .media-body .author-n-date .date-update {
        font-weight: 400 !important;
        font-size: 12px !important;
        line-height: 18px !important;
        color: #8080a3 !important
    }

    .article-list-item-mb .other-item .item-img img {
        width: 150px;
        height: 100px;
        border-radius: 16px
    }

    .article-list-mb .more {
        justify-content: center !important;
        position: relative;
        z-index: 0;
        width: 185px;
        height: 44px;
        margin: 32px auto 0;
        background: linear-gradient(204.55deg, #20e1d8 -8.43%, #085bb9 131.58%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent
    }

    .article-list-mb .more::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 30px;
        padding: 2px;
        background: linear-gradient(225deg, #20e1d8, #085bb9);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: -1
    }

    .article-left-list .item img {
        width: 100%;
        height: 233px
    }
}

.journal {
    padding-top: 80px;
    padding-bottom: 60px
}

.journal .more {
    display: none
}

.journal-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 30px 10px
}

.journal-tab button {
    border: none;
    padding: 4px 10px;
    cursor: pointer;
    outline: none;
    background-color: #fff;
    border-radius: 6px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 68px;
    width: 128px
}

.journal-tab button:focus,
.journal-tab button:hover {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.journal .line {
    max-width: 1048px;
    margin-left: auto;
    margin-right: auto;
    background: #d4d4d4;
    height: 1px;
    width: 100%;
    margin-top: 24px
}

.journal-content {
    background: #f9f9f9;
    gap: 40px 90px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 80px;
    display: none
}

.journal-content .media {
    width: calc(50% - 45px);
    gap: 0 20px
}

.journal-content .media>img {
    border-radius: 6px
}

.journal-content .media-body h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #434343;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px
}

.journal-content .media-body p {
    font-size: 12px;
    line-height: 150%;
    color: #5e5e5e;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical
}

.journal-content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.journal .swiper {
    margin: 0 60px
}

.journal .swiper-naviagtion {
    display: none
}

.journal .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.journal .swiper-slide.active button {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2)
}

.footer .container {
    padding-left: 15px;
    padding-right: 15px
}

.footer-main {
    background: #2d3860;
    padding: 60px 0 40px 0;
}

.footer-address {
    background: #222d59;
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
    transform: matrix(1, 0, 0, -1, 0, 0);
    padding: 24px 0
}

.footer-address>div {
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
    transform: matrix(1, 0, 0, -1, 0, 0);
    text-align: center
}

.footer-address>div a,
.footer-address>div p {
    color: #d4d4d4
}

.footer-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr 40px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 40px 0
}

.footer-list> :first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

.footer-list> :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3
}

.footer-list> :nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5
}

.footer-list> :nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7
}

.footer-list> :nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1
}

.footer-list> :nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3
}

.footer-list> :nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5
}

.footer-list> :nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7
}

.footer-item:first-of-type {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2
}

.footer-item:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2
}

.footer-item:nth-of-type(3) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2
}

.footer-item:nth-of-type(4) {
    -ms-grid-column: 4;
    grid-column: 4/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2
}

.footer-item:nth-of-type(5) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 2;
    grid-row: 2/2
}

.footer-item:nth-of-type(5)>div:last-child h2 {
    margin-top: 40px
}

.footer-item:nth-of-type(6) {
    -ms-grid-column: 4;
    grid-column: 4/4;
    -ms-grid-row: 2;
    grid-row: 2/2
}

.footer-item h2 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
    text-transform: uppercase
}

.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px 0
}

.footer-link {
    font-size: 16px;
    line-height: 150%;
    color: #FBFBFB
}

.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px
}

.footer-payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px
}

.footer-payment>img {
    border-radius: 6px
}

.footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer-contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 8px;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    font-weight:500;
}

.footer-contact a:last-child {
    text-decoration: underline
}

.dropdown-toggle {
    color: #fff
}

.btn-border-white {
    border: 1px solid #fff
}

.dropdown-menu-account {
    z-index: 103;
    padding: 20px !important;
    min-width: 280px !important;
    margin-top: 0;
    border: 0;
    border-radius: 6px;
    top: 100% !important;
    font-size: 14px;
    background-color: #fafafa
}

.has-feedback {
    margin-bottom: 10px;
    padding: 0 15px;
    font-weight: 700
}

.nav-pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.nav-pills a {
    width: 100%;
    position: relative;
    border-radius: 5px;
    padding: 0
}

.nav-pills li {
    color: #000;
    font-weight: 700;
    padding: 10px 15px
}

.nav-pills li:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    right: 15px;
    top: 9px;
    color: #d1d1d1;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.nav-pills a li:hover,
.nav-pills>li.active {
    color: #e84c3d !important;
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px
}

.nav-pills a li:hover:after {
    color: #e84c3d;
    right: 10px;
    -webkit-transition: all .5s;
    transition: all .5s
}

label.control-label {
    font-weight: 700;
    color: #e84c3d
}

.nav-item-mobile {
    display: none !important
}

.nav-link>img.arrow-bottom {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.collapsed>img.arrow-bottom {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.flex-center {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 990px) {
    .nav-item-mobile {
        display: block !important
    }
}

.has-sub {
    position: relative
}

.sub-nav-menu:after {
    position: absolute;
    content: "";
    background-color: transparent;
    height: 30px;
    width: 100%;
    top: -20px
}

.sub-nav-menu {
    min-width: 200px;
    position: absolute;
    top: 85px;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    display: none;
    z-index: 2;
    gap: 20px;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 36px rgba(41, 41, 41, 0.07), 0 1px 8px rgba(41, 41, 41, 0.04), 0 1px 3px rgba(41, 41, 41, 0.03);
    box-shadow: 0 4px 36px rgba(41, 41, 41, 0.07), 0 1px 8px rgba(41, 41, 41, 0.04), 0 1px 3px rgba(41, 41, 41, 0.03)
}

.sub-nav-menu li a {
    display: block;
    padding: 10px 25px;
    color: #5e5e5e;
    font-size: 18px
}

.sub-nav-menu li a:hover {
    background: rgba(152, 200, 255, 0.35)
}

.nav-item:hover .sub-nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 992px) {
    .menu-text {
        display: none
    }

    .header .navbar {
        position: unset
    }

    .header .navbar-nav {
        gap: 0 10px
    }

    .header .nav-link {
        font-size: 18px;
        font-weight: 500
    }

    .header .nav-item:hover {
        border-bottom: 2px solid #085bb9
    }

    .header .sub-menu {
        border-radius: 0;
        top: 72px;
        border-top: 1px solid #d4d4d4
    }

    .header .sub-menu__item {
        padding: 30px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 50px
    }

    .header .sub-menu__item .card {
        border-radius: 16px;
        border: none;
        background: linear-gradient(205deg, rgba(101, 173, 255, 0.15) -8.43%, rgba(8, 91, 185, 0.15) 131.58%), url(../images/main-menu-new/gvc-logo-bg.png) no-repeat;
        background-position: bottom right;
        color: #081856;
        font-size: 28px;
        font-weight: 700;
        line-height: 150%;
        padding: 30px 25px;
        width: 170px;
        height: 144px
    }

    .header .sub-menu__item .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .header .sub-menu__item .item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
        font-size: 18px;
        padding: 10px 20px 10px 16px;
        font-weight: 500;
        line-height: 150%;
        border-radius: 10px;
        color: #5e5e5e;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .header .sub-menu__item .item a:hover {
        background: rgba(8, 91, 185, 0.05)
    }

    .go-back-btn {
        display: none
    }

    .search-menu {
        display: none
    }
}

@media (max-width: 991.98px) {
    .menu-text {
        color: #8080a3;
        font-size: 18px;
        font-weight: 700;
        line-height: 150%;
        padding: 0 16px;
        margin: 20px 0 8px
    }

    .go-back-btn div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #081856;
        font-size: 18px;
        font-weight: 700;
        line-height: 150%;
        padding: 0 16px;
        margin-bottom: 10px
    }

    .header .navbar-nav {
        margin: 0 16px;
        border-radius: 10px;
        overflow: hidden
    }

    .search-menu {
        padding: 0 16px;
        margin: 20px 0
    }

    .search-menu .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px;
        background: #fff;
        height: 48px;
        padding: 12px;
        border-radius: 6px;
        border: 1px solid #d4d4d4
    }

    .search-menu input {
        border: none;
        outline: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .nav-child {
        padding: 0 16px
    }

    .nav-child .sub-menu__item .card {
        margin-bottom: 16px;
        border-radius: 16px;
        background: linear-gradient(205deg, rgba(101, 173, 255, 0.15) -8.43%, rgba(8, 91, 185, 0.15) 131.58%), url(../images/main-menu-new/gvc-logo-bg-mb.png) no-repeat;
        background-position: bottom right;
        border: none;
        padding: 17px 0;
        text-align: center;
        max-width: 343px;
        color: #081856;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        line-height: 150%
    }

    .nav-child .sub-menu__item .list-item {
        border-radius: 10px;
        background: #fff;
        padding: 10px 0
    }

    .nav-child .sub-menu__item .list-item .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .nav-child .sub-menu__item .list-item .item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #5e5e5e;
        font-size: 18px;
        font-weight: 500;
        line-height: 150%;
        padding: 11.5px 16px;
        border-radius: 16px
    }

    .nav-child .sub-menu__item .list-item .item a:hover {
        background: rgba(8, 91, 185, 0.05)
    }

    .nav-child .sub-menu__item .list-item .item a img {
        width: 28px;
        height: 28px
    }

    .customer-sv {
        padding: 0 16px;
        margin-top: 16px
    }

    .customer-sv div {
        width: 100%;
        padding: 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 10px;
        background: #fff;
        color: var(--5E5E5E, #5e5e5e);
        font-size: 16px;
        font-weight: 400;
        line-height: 150%
    }

    .article .more {
        display: none
    }
}

.visa-banner {
    position: relative
}

.visa-banner .banner-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 448px
}

.visa-banner-flag {
    width: 60px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px
}

.visa-banner .banner-content {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 16px
}

.visa-banner .banner-content span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    overflow: hidden
}

.visa-banner .banner-content h1 {
    font-size: 36px;
    line-height: 150%;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25)
}

.visa-banner .container {
    position: relative;
    z-index: 1
}

.visa-banner:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0
}

.visa-evisa {
    padding: 60px 0;
    background-image: url(../images/visa-instruction/1686195769-bg-2.jpg);
    text-align: center
}

.visa-evisa-wrapper {
    max-width: 960px;
    margin: 0 auto
}

.visa-evisa-wrapper>img {
    -webkit-filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.3));
    border-radius: 50%
}

.visa-evisa-wrapper p {
    font-size: 16px;
    line-height: 150%;
    margin-top: 32px
}

.visa-service {
    max-width: 1148px;
    padding-left: 45px;
    padding-right: 45px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.visa-service-item>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.visa-service-item>div>img {
    -o-object-fit: cover;
    object-fit: cover
}

.visa-service-item span {
    font-size: 20px;
    line-height: 150%;
    font-weight: 700
}

.visa-service-item:first-of-type span {
    color: #085bb9
}

.visa-service-item:nth-of-type(2) span {
    color: #029c95
}

.visa-service-item:nth-of-type(3) span {
    color: #eb6c00
}

.visa-service-item .hide-pc {
    display: none
}

.visa-type {
    background: #f9f9f9;
    padding: 60px 0
}

.visa-type-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    max-width: 1248px;
    margin-left: auto;
    margin-right: auto
}

.visa-type-tab {
    border: 1px solid #d4d4d4;
    border-right: 0;
    border-radius: 10px 0 0 10px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: #fff
}

.visa-type-wrapper {
    max-width: 300px
}

.visa-type-news {
    background: #eaeaea;
    border-radius: 10px;
    padding: 12px;
    margin-top: 18px;
    margin-right: 16px
}

.visa-type-news .card {
    border-radius: 10px;
    overflow: hidden
}

.visa-type-news .card-body {
    padding: 12px 12px 16px
}

.visa-type-news .card-body h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #434343;
    margin-bottom: 8px
}

.visa-type-news .card-body p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #777;
    margin-bottom: 6px
}

.visa-type-news .card-body p span {
    color: #eb6c00;
    font-weight: 700
}

.visa-type-news .card-body span {
    font-size: 14px;
    line-height: 150%;
    color: #777
}

.visa-type-content {
    border: 1px solid #d4d4d4;
    border-radius: 0 10px 10px 10px;
    padding: 32px 40px;
    overflow: hidden;
    display: none;
    background: #fff
}

.visa-type-content.active {
    display: block
}

.visa-type-content h3 {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 16px;
    margin-top: 24px;
    font-weight: 700
}

.visa-type-content p {
    font-size: 18px;
    line-height: 150%
}

.visa-type-content .swiper-slide {
    min-height: 300px;
    padding: 24px 16px 28px
}

.visa-type-content .swiper {
    padding: 24px 8px
}

.visa-type-content .swiper-wrapper {
    margin-bottom: 0
}

.visa-type-action {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.visa-type-action span {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #eb6c00
}

.visa-type-action .btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    padding: 11px 47px
}

.visa-type-button {
    position: relative;
    cursor: pointer;
    min-width: 300px
}

.visa-type-button>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 24px;
    gap: 0 12px
}

.visa-type-button>div h3 {
    font-size: 20px;
    line-height: 150%;
    font-weight: 400
}

.visa-type-button>div span {
    font-size: 16px;
    line-height: 150%
}

.visa-type-button>div>img {
    -webkit-filter: brightness(0) saturate(100%) invert(62%) sepia(0%) saturate(0%) hue-rotate(161deg) brightness(93%) contrast(82%);
    filter: brightness(0) saturate(100%) invert(62%) sepia(0%) saturate(0%) hue-rotate(161deg) brightness(93%) contrast(82%)
}

.visa-type-button.active:not(:last-child) {
    border-bottom: 1px solid #d4d4d4
}

.visa-type-button.active:not(:first-child) {
    border-top: 1px solid #d4d4d4
}

.visa-type-button.active>div h3 {
    font-weight: 700
}

.visa-type-button.active:first-of-type>div {
    color: #085bb9
}

.visa-type-button.active:first-of-type>div>img {
    -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(96%) saturate(4432%) hue-rotate(203deg) brightness(89%) contrast(94%);
    filter: brightness(0) saturate(100%) invert(15%) sepia(96%) saturate(4432%) hue-rotate(203deg) brightness(89%) contrast(94%)
}

.visa-type-button.active:after {
    position: absolute;
    width: 20px;
    height: 100%;
    background: #fff;
    content: "";
    top: 0;
    bottom: 0;
    right: -10px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.visa-type-benifit {
    margin-left: 24px;
    list-style: disc
}

.visa-type-benifit li {
    font-size: 18px;
    line-height: 150%;
    color: #434343
}

.visa-type-benifit li:not(:first-child) {
    margin-top: 10px
}

#visaTab02 .swiper {
    padding: 24px 8px
}

#visaTab02 .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

#visaTab02 .swiper-slide {
    max-width: unset;
    min-height: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 40px;
    text-align: left;
    padding: 36px 40px;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08), 0 3px 10px rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08), 0 3px 10px rgba(0, 0, 0, 0.04);
    border-radius: 10px
}

#visaTab02 .swiper-slide .number {
    margin-bottom: 0
}

#visaTab02 .swiper-slide h3 {
    margin-top: 0
}

.notProdive-note {
    color: #eb6c00;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    background: #f9f9f9;
    border-radius: 6px;
    padding: 18px 40px
}

.notProdive p {
    margin-bottom: 24px
}

.notProdive p strong {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%
}

.notProdive-inner {
    max-width: 1058px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    -webkit-box-shadow: 0 9px 40px rgba(0, 0, 0, 0.1), 0 2px 15px rgba(0, 0, 0, 0.05), 0 1px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 9px 40px rgba(0, 0, 0, 0.1), 0 2px 15px rgba(0, 0, 0, 0.05), 0 1px 5px rgba(0, 0, 0, 0.05);
    border-radius: 10px
}

.notProdive-inner .recommended {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: -6px
}

.notProdive-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    padding-top: 24px;
    padding-right: 80px;
    margin-bottom: 0
}

.notProdive-heading h3 {
    font-weight: 700;
    font-size: 28px;
    color: #081856;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.notProdive-heading span {
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #909090;
    text-decoration-line: line-through
}

.notProdive-benifit {
    list-style: disc;
    margin-left: 28px;
    margin-top: 26px
}

.notProdive-benifit li {
    font-size: 18px;
    line-height: 150%
}

.notProdive-benifit li:not(:first-child) {
    margin-top: 10px
}

.notProdive-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 80px 40px
}

.notProdive-action {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.notProdive-action p {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #e30a17
}

.notProdive-action .btn {
    padding: 17px 36.3px;
    text-transform: none
}

.notProdive-pick {
    margin-top: 32px
}

.notProdive-pick li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px
}

.notProdive-pick li>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 32px
}

.notProdive-pick li>div>div h3 {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%
}

.notProdive-pick li>div>div p {
    margin-bottom: 0 !important;
    font-size: 16px;
    line-height: 150%
}

.notProdive-pick li .more {
    margin-top: 0
}

.notProdive-pick li:first-of-type {
    background: rgba(152, 200, 255, 0.35)
}

.notProdive-pick li:nth-of-type(2) {
    background: rgba(57, 227, 220, 0.35)
}

.notProdive-pick li:nth-of-type(2) .more {
    background: linear-gradient(204.55deg, #20e1d8 -8.43%, #029c95 131.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.notProdive-pick li:nth-of-type(2) .more img {
    -webkit-filter: brightness(0) saturate(100%) invert(79%) sepia(96%) saturate(466%) hue-rotate(102deg) brightness(100%) contrast(76%);
    filter: brightness(0) saturate(100%) invert(79%) sepia(96%) saturate(466%) hue-rotate(102deg) brightness(100%) contrast(76%)
}

.notProdive-pick li:nth-of-type(3) {
    background: rgba(255, 191, 136, 0.35)
}

.notProdive-pick li:nth-of-type(3) .more {
    background: linear-gradient(204.55deg, #ffb200 -8.43%, #eb6c00 131.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.notProdive-pick li:nth-of-type(3) .more img {
    -webkit-filter: brightness(0) saturate(100%) invert(65%) sepia(66%) saturate(762%) hue-rotate(358deg) brightness(99%) contrast(108%);
    filter: brightness(0) saturate(100%) invert(65%) sepia(66%) saturate(762%) hue-rotate(358deg) brightness(99%) contrast(108%)
}

.notProdive-pick li:not(:first-child) {
    margin-top: 20px
}

#visaTab03 .visa-type-action {
    color: #029c95;
    margin-top: 0;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%
}

#visaTab03 p {
    margin-bottom: 16px
}

#visaTab03 .ensure {
    list-style: disc;
    margin-left: 96px;
    margin-bottom: 24px
}

#visaTab03 .ensure li {
    font-size: 18px;
    line-height: 150%
}

#visaTab03 .ensure li:not(:first-child) {
    margin-top: 12px
}

.modal-visa .modal-dialog {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal-visa .modal-content {
    border: none;
    -webkit-box-shadow: 0 1px 24px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 24px -1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    max-width: 346px;
    overflow: hidden
}

.modal-visa .modal-header {
    padding: 24px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url(../images/visa-instruction/1686195769-bg.svg);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0
}

.modal-visa .modal-header .close {
    opacity: 1
}

.modal-visa .modal-header>span {
    font-size: 18px;
    line-height: 150%;
    color: #fff
}

.modal-visa .modal-header>img {
    margin-top: -24px
}

.modal-visa .modal-title {
    margin-top: 16px;
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    color: #fff
}

.modal-visa .modal-body {
    padding: 0;
    padding-bottom: 8px
}

.modal-visa .modal-body ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    padding: 16px
}

.modal-visa .modal-body ul li:not(:first-child) {
    border-top: 1px solid #d4d4d4
}

.modal-visa .modal-body ul li span {
    color: #085bb9;
    font-weight: 500
}

.visa-insurance {
    padding-top: 60px
}

.visa-fee {
    background: #f9f9f9;
    padding: 60px 0
}

.visa-fee-heading h2 {
    text-align: center;
    margin-bottom: 32px
}

.visa-fee-heading p {
    font-size: 18px;
    line-height: 150%
}

.visa-fee-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px 65px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 16px;
    margin-bottom: 116px
}

.visa-fee-group {
    max-width: 260px
}

.visa-fee-group>h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 12px;
    display: block
}

.visa-fee-group:nth-of-type(2) .customer-select2 .select2-container .select2-selection--single .select2-selection__rendered,
.visa-fee-group:nth-of-type(4) .customer-select2 .select2-container .select2-selection--single .select2-selection__rendered {
    min-width: 311px
}

.visa-fee-group:nth-of-type(3) .customer-select2 .select2-container .select2-selection--single .select2-selection__rendered {
    min-width: 244px
}

.visa-fee-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    background: #fff;
    max-width: 137px
}

.visa-fee-count .count {
    font-size: 16px;
    line-height: 150%;
    cursor: pointer
}

.visa-fee-count span {
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.visa-fee-price li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

.visa-fee-price li>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.visa-fee-price li>div>span {
    font-size: 18px;
    line-height: 150%
}

.visa-fee-price li>div>span:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    width: 100%;
    height: 1px;
    background: #d4d4d4
}

.visa-fee-price li>span {
    font-size: 18px;
    line-height: 150%
}

.visa-fee-price li:not(:first-child) {
    margin-top: 16px
}

.visa-fee-price li .text-discount {
    color: #e30a17;
    text-decoration-line: line-through
}

.visa-fee-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 24px
}

.visa-fee-total>p {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #085bb9
}

.visa-fee-total>p>span {
    margin-left: 24px;
    display: inline-block
}

.visa-fee-total .btn {
    margin-top: 24px;
    padding: 11px 15px;
    min-width: 180px
}

.visa-info {
    padding: 60px 0;
    background-image: url(../images/visa-instruction/bg-info.svg)
}

.visa-info-intro {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 80px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto 24px 1fr;
    grid-template-rows: auto 1fr;
    margin-top: 32px;
    gap: 24px 80px
}

.visa-info-intro> :first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

.visa-info-intro> :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3
}

.visa-info-intro> :nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1
}

.visa-info-intro> :nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3
}

.visa-info-item:first-of-type {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2
}

.visa-info-item:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    overflow: hidden;
    border-radius: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.visa-info-item:nth-of-type(2) img {
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    width: 100%
}

.visa-info-item:nth-of-type(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3
}

.visa-info-item:nth-of-type(3) p {
    font-size: 16px;
    line-height: 150%
}

.visa-info-item:nth-of-type(3) ul {
    margin-top: 24px
}

.visa-info-item:nth-of-type(3) ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 16px
}

.visa-info-item:nth-of-type(3) ul li:not(:first-child) {
    margin-top: 24px
}

.visa-info-item:nth-of-type(3) ul li span {
    font-weight: 500
}

.visa-info-item:nth-of-type(3) ul li:first-of-type span {
    color: #085bb9
}

.visa-info-item:nth-of-type(3) ul li:nth-of-type(2) span {
    color: #029c95
}

.visa-info-item:nth-of-type(3) ul li:nth-of-type(3) span {
    color: #eb6c00
}

.visa-info-item ol {
    list-style: decimal;
    margin-left: 16px
}

.visa-info-item ol li {
    font-size: 16px;
    line-height: 150%
}

.visa-info-item ol li:not(:first-child) {
    margin-top: 8px
}

.visa-info-item h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #434343;
    margin-bottom: 16px
}

.visa-info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-top: 24px
}

.visa-info-category {
    margin-top: 24px
}

.visa-info .collapse-more {
    margin-top: 24px
}

.visa-faq-bg {
    padding: 24px 0;
    background-image: url(../images/visa-instruction/1686195769-bg-faq.jpg)
}

.visa-faq-list {
    padding-top: 32px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.visa-faq-list li {
    width: calc(50% - 30px)
}

.visa-faq-list li>button {
    background: #fbfbfb;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    padding: 20px 16px;
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 70px;
    color: #434343
}

.visa-faq-list li>button img {
    -webkit-filter: brightness(0) saturate(100%) invert(23%) sepia(67%) saturate(11%) hue-rotate(68deg) brightness(90%) contrast(91%);
    filter: brightness(0) saturate(100%) invert(23%) sepia(67%) saturate(11%) hue-rotate(68deg) brightness(90%) contrast(91%)
}

.visa-faq-list li>button[aria-expanded="true"] img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.visa-faq-list li>div {
    margin-top: 10px
}

.visa-faq-list li>div .card {
    border-radius: 10px
}

.visa-faq-list li>div .card h2 {
    font-size: 20px
}

.visa-faq-list li>div .card h3 {
    font-size: 18px
}

.visa-faq-list li>div .card h4 {
    font-size: 16px
}

.visa-faq-list li>div .card strong {
    font-weight: 700
}

.visa-faq-list li>div .card ul {
    list-style: disc
}

.visa-faq-list li>div .card ol {
    list-style: decimal
}

.visa-faq-list li>div .card ol,
.visa-faq-list li>div .card ul {
    padding-left: 1.25rem
}

.visa-faq-list li>div .card ol li,
.visa-faq-list li>div .card ul li {
    line-height: 150%;
    width: 100%
}

.visa-about {
    background-image: url(../images/visa-instruction/1686195769-bg-choose.svg);
    background-position: top center
}

.visa-about .choose {
    padding-top: 40px;
    padding-bottom: 60px
}

.visa-welcome {
    padding: 60px 0
}

.visa-welcome-left h2,
.visa-welcome-left p {
    margin-bottom: 32px
}

.visa-welcome-left ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.visa-welcome-left ul li p {
    margin-bottom: 0
}

.visa-welcome-left ul li:not(:first-child) {
    margin-top: 24px
}

.visa-welcome-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.visa-welcome-right img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#specialModal .modal-dialog {
    max-width: 100%
}

#specialModal .modal-dialog .modal-content {
    max-width: 1200px;
    margin: auto
}

#specialModal .modal-dialog .modal-content .content {
    padding-bottom: 40px
}

#specialModal .modal-dialog .modal-content .modal-header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#specialModal .modal-dialog .modal-content h5 {
    font-size: 28px;
    color: #5f5f5f;
    font-weight: 700;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

#specialModal .modal-dialog .modal-content .modal-body h3 {
    font-size: 18px;
    margin-bottom: 15px
}

#specialModal .modal-dialog .modal-content .modal-body p:not(:last-child) {
    margin-bottom: 10px
}

#specialModal .modal-dialog .modal-content .modal-body p strong {
    font-weight: 700
}

#specialModal .modal-dialog .modal-content .modal-body .box_table {
    margin: 25px 0;
    width: 100%;
    overflow: hidden;
    border-radius: 20px 20px 0 0
}

@media (max-width: 575.98px) {
    #specialModal .modal-dialog .modal-content .modal-body .box_table {
        display: block;
        overflow-x: scroll
    }
}

#specialModal .modal-dialog .modal-content .modal-body .box_table tbody tr {
    border-bottom: 1px solid #f6f6f6;
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6
}

#specialModal .modal-dialog .modal-content .modal-body .box_table tbody tr th {
    text-align: center;
    background: #f6f6f6;
    font-weight: 700;
    border-bottom: none;
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    font-size: 16px;
    color: #3a3534;
    border-radius: 0;
    padding: 10px;
    vertical-align: middle
}

n #specialModal .modal-dialog .modal-content .modal-body .box_table tbody tr th:first-child {
    border-left: 0
}

#specialModal .modal-dialog .modal-content .modal-body .box_table tbody tr th:last-child {
    border-right: 0
}

#specialModal .modal-dialog .modal-content .modal-body .box_table tbody tr td {
    border-left: 1px solid #f6f6f6;
    text-align: center;
    font-size: 16px;
    padding: 10px
}

#specialModal .modal-dialog .modal-content .modal-body .box_table tbody tr td img {
    margin: 0 15px;
    display: inline;
    width: 20px;
    height: 14px;
    border-radius: 3px
}

#specialModal .modal-dialog .modal-content .modal-body .box_table tbody tr td:first-child {
    border-left: 0
}

#specialModal .modal-dialog .modal-content .modal-body .box_table tbody tr td:last-child {
    border-right: 0
}

#specialModal .modal-dialog .modal-content .modal-body .box_table tbody tr .text-left {
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.content-faq h2,
.content-faq p {
    margin: 5px 0
}

@media (min-width: 1200px) {
    .visa-fee-option {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (max-width: 1440px) {
    .short-time-item {
        width: calc(33.3333333333% - 16px)
    }

    .visa-fee-option {
        gap: 24px
    }
}

@media (max-width: 1400px) {
    .short-time-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 1199.98px) {
    .header .navbar-brand img {
        height: 40px
    }

    .insurance-left {
        padding: 28px 10px 40px
    }

    .insurance-list li {
        font-size: 16px
    }

    .insurance-list li img {
        margin-right: 10px
    }

    .insurance-list li:not(:first-child) {
        margin-top: 20px
    }

    .about-list:first-child {
        width: 40%
    }

    .about-list:first-child img {
        width: 100%
    }

    .about-list:last-child {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .article-inner {
        gap: 50px 20px
    }

    .article-right .card-body {
        padding: 16px 10px
    }

    .article-right .card-body h3 {
        font-size: 18px
    }

    .article-right-list {
        width: 50%
    }

    .journal-tab {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }

    .journal-content {
        padding: 40px;
        gap: 20px
    }

    .journal-content .media {
        width: calc(50% - 10px)
    }

    .journal .swiper {
        margin: 0
    }

    .journal .swiper-wrapper {
        margin: 0 20px
    }

    .journal .swiper-naviagtion {
        display: block
    }

    .journal .swiper-naviagtion>div {
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 50%;
        -webkit-filter: drop-shadow(-1px 1px 10px rgba(0, 0, 0, 0.1));
        filter: drop-shadow(-1px 1px 10px rgba(0, 0, 0, 0.1))
    }

    .journal .swiper-naviagtion>div:after {
        content: unset
    }

    .journal .swiper-naviagtion>div.swiper-button-prev {
        left: 10px
    }

    .journal .swiper-naviagtion>div.swiper-button-prev img {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .journal .swiper-naviagtion>div.swiper-button-next {
        right: 10px
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .visa-service {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px
    }

    .visa-type-content {
        padding: 40px 20px 16px
    }

    .visa-type-content .swiper-slide {
        min-height: 242px
    }

    .visa-type-tab {
        min-width: 286px
    }

    .visa-type-button {
        padding: 20px 16px
    }

    .clubs-item:nth-of-type(3) .swiper-wrapper {
        gap: 24px
    }

    .clubs-card {
        width: calc(50% - 12px)
    }
}

@media (max-width: 1024px) {
    .short-time-list {
        gap: 16px 24px
    }

    .short-time-item {
        width: calc(50% - 12px)
    }
}

@media (max-width: 991.98px) {
    .option {
        display: none
    }

    .header {
        height: 100%
    }

    .header .navbar-collapse {
        display: block;
        position: fixed;
        z-index: 999;
        top: 0;
        bottom: 0;
        right: -100%;
        margin-left: 0 !important;
        width: 100%;
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out;
        background-color: #f9f9f9;
        overflow-y: scroll;
        overflow-x: hidden
    }

    .header .navbar-collapse.active {
        right: 0
    }

    .header .heading-mb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: #fff;
        -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2)
    }

    .header .heading-mb p {
        color: #081856;
        font-weight: 700;
        font-size: 18px;
        line-height: 150%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 17px 16px
    }

    .header .heading-mb img {
        padding: 17px 16px
    }

    .header .action-sign {
        background: #dbecff;
        border-radius: 0 0 10px 10px;
        height: 76px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 24px;
        position: relative
    }

    .header .action-sign:after {
        position: absolute;
        right: 0;
        bottom: 0
    }

    /* .header .action-signin:after {
        content: url("../images/1686195769-cloud-1.svg")
    } */

    .header .action-signin .btn {
        padding: 7px 39px;
        background: #fff
    }

    .header .action-signin .btn i {
        background: linear-gradient(204.55deg, #65adff -8.43%, #085bb9 131.58%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent
    }

    /* .header .action-user:after {
        content: url("../images/1686195769-cloud-2.svg")
    } */

    .header .action-user p {
        background: linear-gradient(204.55deg, #65adff -8.43%, #085bb9 131.58%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-weight: 700;
        font-size: 16px;
        line-height: 150%
    }

    .header .navbar-nav {
        margin-top: 10px;
        height: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .header .nav-item {
        padding: 11px 16px;
        background-color: #fff;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        position: relative
    }

    .header .nav-item:not(:first-child) {
        margin-top: 1px
    }

    .header .nav-item:hover {
        background-color: #fff
    }

    .header .nav-item:hover .nav-link {
        color: #029c95 !important
    }

    .header .nav-item:hover .nav-link:after {
        -webkit-filter: brightness(0) saturate(100%) invert(45%) sepia(32%) saturate(0%) hue-rotate(270deg) brightness(96%) contrast(87%);
        filter: brightness(0) saturate(100%) invert(45%) sepia(32%) saturate(0%) hue-rotate(270deg) brightness(96%) contrast(87%)
    }

    .header .nav-item:hover .sub-menu {
        display: none
    }

    .header .nav-link {
        padding: 0;
        color: #5e5e5e;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px
    }

    .header .nav-link.dropdown-toggle:after {
        top: 10px;
        right: 16px;
        position: absolute;
        -webkit-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important
    }

    .header .dropdown-menu {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out
    }

    .header .dropdown-item {
        color: #029c95;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        padding: 10px 16px
    }

    .header .action-mb {
        display: block;
        padding: 24px 16px
    }

    .header .action-mb .action-option {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 40px;
        gap: 0 16px
    }

    .header .action-mb .action-option .btn {
        border: 1px solid #d4d4d4;
        border-radius: 6px;
        color: #909090
    }

    .header .action-mb .action-option .btn:after {
        -webkit-filter: brightness(0) saturate(100%) invert(61%) sepia(0%) saturate(0%) hue-rotate(91deg) brightness(94%) contrast(91%);
        filter: brightness(0) saturate(100%) invert(61%) sepia(0%) saturate(0%) hue-rotate(91deg) brightness(94%) contrast(91%)
    }

    .header .action-mb .action-option .dropdown-item {
        color: #909090
    }

    .header .action-mb .action-option .dropdown-menu {
        position: fixed;
        top: 0;
        right: -100%;
        bottom: 0;
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out;
        width: 100%;
        max-height: unset;
        left: unset;
        display: block;
        margin-top: 0
    }

    .header .action-mb .action-option .dropdown-menu.active {
        right: 0
    }

    .header .action-mb .action-option .dropdown-menu.active .close {
        float: left;
        padding: 16px
    }

    .header .action-mb .action-option .dropdown-menu.active .close-wrapper {
        display: block;
        background-color: #fff;
        height: 56px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0
    }

    .header .action-mb .action-option .dropdown-menu.active>div:last-child {
        margin-top: 56px
    }

    .header .action-mb .action-option .dropdown-menu .close-wrapper {
        display: none;
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out
    }

    .insurance h2 {
        width: 100%;
        text-align: center
    }

    .insurance .row {
        margin-top: 24px
    }

    .insurance .row>div:first-child {
        padding-right: 15px
    }

    .insurance .row>div:last-child {
        padding-left: 15px
    }

    .insurance-left {
        margin: auto;
        margin-top: 32px;
        padding: 28px
    }

    .insurance-left p:first-of-type {
        font-size: 32px;
        line-height: 38px
    }

    .insurance-left p:nth-of-type(2) {
        font-size: 32px;
        line-height: 38px
    }

    .insurance-left p:nth-of-type(3) {
        font-size: 14px;
        line-height: 150%;
        margin-top: 20px
    }

    .insurance-left p span {
        font-size: 56px;
        line-height: 65.63px
    }

    .insurance-list {
        margin-top: 32px
    }

    .insurance-list li {
        font-size: 16px;
        line-height: 150%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .insurance-list li img {
        width: 32px;
        height: 24px;
        margin-right: 16px
    }

    .insurance-list li span {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .insurance-list li:not(:first-child) {
        margin-top: 16px
    }

    .insurance-right {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto;
        margin-right: auto
    }

    .insurance .more {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        font-weight: 500;
        margin-top: 20px
    }

    .insurance-text {
        text-align: center
    }

    .apply {
        padding-top: 50px
    }

    .apply-tab {
        margin-top: 24px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .apply-tab button {
        font-size: 16px;
        line-height: 24px
    }

    .apply-wrapper {
        padding: 32px 24px
    }

    .choose {
        padding: 50px 0
    }

    .choose-list {
        gap: 85px 77px
    }

    .choose-item {
        width: calc(50% - 38.5px)
    }

    .choose-item:first-of-type {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .choose-item:nth-of-type(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .choose-item:nth-of-type(3) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .choose-item:nth-of-type(4) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .choose-item:nth-of-type(5) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .about-list:first-child {
        display: none
    }

    .about-list:last-child {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-top: 0
    }

    .about-list p {
        margin-top: 24px
    }

    .about .more {
        margin-top: 20px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .clubs {
        padding: 32px 0
    }

    .clubs-inner {
        margin-right: -24px
    }

    .clubs-item {
        padding-right: 24px
    }

    .clubs-item:first-of-type {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
    }

    .clubs-item:first-of-type>div p {
        margin-bottom: 12px
    }

    .clubs-item:first-of-type>div p:last-child {
        margin-bottom: 0
    }

    .clubs-item:nth-of-type(2) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4
    }

    .clubs-item:nth-of-type(2) .btn {
        margin-top: 6px
    }

    .clubs-item:nth-of-type(3) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        gap: 16px;
        margin-top: 8px
    }

    .clubs-item:nth-of-type(3) .swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 0
    }

    .clubs-card {
        -webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.2));
        filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.2));
        padding: 16px 0
    }

    .clubs-card img {
        border-radius: 12px
    }

    .promotion {
        padding-top: 50px
    }

    .article {
        padding-top: 22px
    }

    .article-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .article-left {
        width: 100%
    }

    .article-headding {
        height: auto;
        padding: 15px;
        margin-bottom: 24px
    }

    .article-headding .more {
        display: none !important
    }

    .article .more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end
    }

    .journal-tab button {
        min-width: 128px
    }

    .journal-content .media {
        width: 100%
    }

    .journal .swiper {
        margin: 0
    }

    .visa-type-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #f9f9f9
    }

    .visa-type-wrapper {
        max-width: unset
    }

    .visa-type-news {
        display: none
    }

    .visa-type-tab {
        max-width: unset;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: scroll;
        border: none;
        background: #f9f9f9;
        gap: 12px;
        margin-bottom: 24px;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .visa-type-tab::-webkit-scrollbar {
        display: none
    }

    .visa-type-button {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        background: #fff;
        border-radius: 10px;
        padding: 1px;
        min-width: 200px
    }

    .visa-type-button:not(:first-child) {
        border: none
    }

    .visa-type-button>div {
        background: #fff;
        width: 100%;
        border-radius: 9px;
        height: 100%
    }

    .visa-type-button.active {
        background: -webkit-gradient(linear, left top, left bottom, from(#65adff), to(#085bb9));
        background: linear-gradient(#65adff, #085bb9);
        border: none !important
    }

    .visa-type-button.active:after {
        content: none
    }

    .visa-type-content {
        border: none;
        padding: 0;
        background: transparent;
        overflow: unset
    }

    #visaTab02 .swiper {
        padding: 24px 0
    }

    #visaTab02 .swiper-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 0
    }

    #visaTab02 .swiper-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding: 24px 16px;
        max-width: 266px
    }

    .visa-info {
        padding: 50px 0
    }

    .visa-info-intro,
    .visa-info-list {
        gap: 0 16px
    }

    .visa-faq-list {
        gap: 16px 24px
    }

    .visa-faq-list li {
        width: calc(50% - 12px)
    }

    .visa-welcome {
        padding: 40px 0
    }

    .visa-welcome-left {
        margin-bottom: 32px
    }

    .visa-welcome-left h2,
    .visa-welcome-left p {
        margin-bottom: 24px
    }

    .visa-welcome-left ul li:not(:first-child) {
        margin-top: 16px
    }

    .visa-welcome-right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .notProdive-heading {
        padding-right: 24px
    }

    .notProdive-content {
        padding: 0 24px 24px
    }

    .visa-insurance {
        padding-top: 50px
    }

    .nav-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .has-sub {
        padding-bottom: 0 !important
    }

    .has-sub a.nav-item {
        padding: 0
    }

    .sub-nav-menu,
    .sub-nav-menu:after {
        width: 100%;
        position: relative;
        background: transparent;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 0;
        left: 0;
        padding-top: 10px
    }

    .sub-nav-menu:after {
        display: none
    }

    .sub-nav-menu li a {
        border-top: .5px solid #f5f5f5;
        padding: 10px 20px;
        color: #5e5e5e;
        font-size: 16px;
        font-weight: 500
    }

    .sub-nav-menu li:last-child a {
        border-bottom: .5px
    }
}

@media (max-width: 800px) {
    .support-list:first-of-type {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4
    }

    .support-list:nth-of-type(2) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4
    }

    .support-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 32px
    }

    .support-service {
        margin-top: 32px
    }

    .support-headding p {
        margin-top: 24px
    }

    .notProdive-action {
        width: 50%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (max-width: 790.98px) {
    .hidden-pc {
        display: block
    }

    .show-pc {
        display: none
    }

    h1 {
        font-size: 24px;
        line-height: 150%
    }

    h2 {
        font-size: 20px;
        line-height: 150%
    }

    .banner-inner {
        min-height: 629px
    }

    .banner-heading h1,
    .banner-heading h2 {
        font-size: 24px;
        line-height: 150%
    }

    .banner-heading p {
        font-size: 18px;
        line-height: 150%
    }

    .banner-requirment h2,
    .banner-requirment h3 {
        font-size: 18px;
        line-height: 150%
    }

    .common-list {
        margin-top: 24px
    }

    .short-time-list {
        gap: 16px
    }

    .short-time-item {
        width: calc(50% - 8px)
    }

    .short-time-country {
        gap: 0 20px
    }

    .apply-tab button {
        padding: 10px 15px
    }

    .service {
        padding: 50px 0
    }

    .support-service {
        gap: 16px 15px
    }

    .support-item {
        width: calc(50% - 7.5px)
    }

    .choose {
        padding: 60px 0
    }

    .choose-list {
        gap: 85px 20px
    }

    .choose-item {
        width: calc(50% - 10px);
        padding-top: 70px
    }

    .footer-list {
        -ms-grid-columns: 1fr 12px 1fr;
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: 1fr 40px 1fr 40px 1fr;
        grid-template-rows: repeat(3, 1fr);
        grid-gap: 40px 12px
    }

    .footer-list> :first-child {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .footer-list> :nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .footer-list> :nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .footer-list> :nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }

    .footer-list> :nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1
    }

    .footer-list> :nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3
    }

    .footer-item:first-of-type {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3
    }

    .footer-item:nth-of-type(2) {
        -ms-grid-column: 2;
        grid-column: 2/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3
    }

    .footer-item:nth-of-type(3) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
    }

    .footer-item:nth-of-type(4) {
        -ms-grid-column: 2;
        grid-column: 2/2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
    }

    .footer-item:nth-of-type(5) {
        -ms-grid-column: 2;
        grid-column: 2/2;
        -ms-grid-row: 3;
        grid-row: 3/3
    }

    .footer-item:nth-of-type(6) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 3;
        grid-row: 3/3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-item:nth-of-type(6)>div:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .footer-item:nth-of-type(6)>div:first-child h2 {
        margin-top: 40px
    }

    .footer-item:nth-of-type(6)>div:last-child h2 {
        margin-top: 0
    }

    .footer-item h2 {
        margin-bottom: 24px
    }

    .footer-address {
        padding: 16px 0
    }

    .footer-address>div p {
        font-size: 14px;
        line-height: 150%
    }

    .footer-main {
        padding: 32px 0
    }

    .footer-contact {
        gap: 12px 8px
    }

    .footer-contact a {
        font-size: 14px;
        line-height: 20px;
        gap: 0 8px
    }

    .visa-type {
        padding: 50px 0
    }

    .visa-type-button>div {
        padding: 12px 16px
    }

    .visa-type-button>div>img {
        display: none
    }

    .visa-type-button>div h3 {
        font-weight: 500;
        font-size: 16px;
        line-height: 150%
    }

    .visa-type-button>div span {
        font-size: 16px;
        line-height: 150%
    }

    .visa-type-action {
        padding: 8px 24px
    }

    .visa-type-action span {
        font-size: 12px;
        line-height: 150%
    }

    .visa-type-action .btn {
        min-width: 175px;
        padding: 10px 16px;
        font-size: 16px;
        line-height: 24px
    }

    .visa-type-benifit {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .visa-type-benifit li {
        font-size: 16px;
        line-height: 150%
    }

    .visa-type-content p {
        font-size: 16px;
        line-height: 150%
    }

    .visa-type-content h3 {
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        margin-top: 16px;
        margin-bottom: 12px
    }

    .modal-visa .modal-header {
        padding: 20px 16px;
        padding-bottom: 32px;
        background-image: url(../images/visa-instruction/1686195769-bg-mb.svg);
        background-position: bottom center
    }

    .modal-visa .modal-header>img {
        width: 80px
    }

    .modal-visa .modal-header>span {
        font-size: 14px;
        line-height: 150%
    }

    .modal-visa .modal-title {
        font-size: 24px;
        line-height: 150%
    }

    .modal-visa .modal-body ul li {
        font-size: 14px;
        line-height: 150%
    }

    .notProdive-inner {
        position: relative;
        padding: 24px
    }

    .notProdive-inner .recommended {
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        position: relative;
        left: -24px;
        border-radius: 0 6px 6px 0
    }

    .notProdive-heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 16px;
        gap: 16px;
        padding-right: 0;
        padding-top: 0
    }

    .notProdive-heading h3 {
        width: 100%;
        text-align: center;
        display: block;
        font-weight: 700;
        font-size: 20px;
        line-height: 150%;
        margin-bottom: 0
    }

    .notProdive-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0
    }

    .notProdive-benifit {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: 24px;
        margin-top: 0
    }

    .notProdive-benifit li {
        font-size: 14px;
        line-height: 21px
    }

    .notProdive-benifit li span {
        font-weight: 700
    }

    .notProdive-action {
        margin-top: 16px;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .notProdive-action span {
        font-weight: 500;
        font-size: 24px;
        line-height: 150%;
        text-decoration-line: line-through;
        color: #909090
    }

    .notProdive-action p {
        font-size: 36px;
        line-height: 150%
    }

    .notProdive-action .btn {
        padding: 12px 45px;
        margin-top: 16px
    }

    #visaTab02 .visa-type-action {
        margin: 16px -24px
    }

    #visaTab02 .visa-type-action span {
        font-size: 14px;
        line-height: 150%
    }

    #visaTab03 .visa-type-action {
        font-size: 14px;
        line-height: 150%;
        margin-bottom: 16px
    }

    #visaTab03 .ensure {
        margin-left: 36px;
        margin-bottom: 16px
    }

    #visaTab03 .ensure li {
        font-size: 14px;
        line-height: 150%
    }

    #visaTab03 .ensure li:not(:first-child) {
        margin-top: 8px
    }

    .visa-fee {
        padding: 50px 0
    }

    .visa-fee-option {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 24px
    }

    .visa-fee-count {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        min-width: 136px
    }

    .visa-fee-count span {
        font-size: 14px;
        line-height: 150%;
        padding: 7px 16px
    }

    .visa-fee-heading h2 {
        text-align: left;
        margin-bottom: 24px
    }

    .visa-fee-heading p {
        font-size: 14px;
        line-height: 150%
    }

    .visa-fee-group {
        max-width: unset
    }

    .visa-fee-group>h3 {
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 8px
    }

    .visa-fee-price li {
        gap: 8px
    }

    .visa-fee-price li>div {
        gap: 8px
    }

    .visa-fee-price li>div>span {
        font-size: 16px;
        line-height: 150%
    }

    .visa-fee-price li>span {
        font-size: 16px;
        line-height: 150%
    }

    .visa-fee-total {
        margin-top: 16px
    }

    .visa-fee-total>p {
        font-size: 18px;
        line-height: 150%
    }

    .visa-fee-total .btn {
        margin-top: 16px;
        padding: 10px 22px;
        min-width: unset
    }

    .text-link {
        font-size: 14px;
        line-height: 150%
    }

    .customer-select2 .select2-container .select2-selection--single {
        height: 44px
    }

    .customer-select2 .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
        line-height: 44px
    }

    .select2-dropdown .select2-results__option {
        font-size: 14px;
        line-height: 150%
    }

    .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
    .select2-container--default .select2-results__option--selected {
        font-size: 14px;
        line-height: 150%
    }

    .visa-info-intro {
        gap: 24px 0;
        margin-top: 32px
    }

    .visa-info-item:first-of-type {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        margin-top: 0
    }

    .visa-info-item:nth-of-type(2) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
    }

    .visa-info-item:nth-of-type(2) img {
        width: 100%;
        height: 100%
    }

    .visa-info-item:nth-of-type(3) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4
    }

    .visa-info-item:nth-of-type(3) p {
        font-size: 16px;
        line-height: 150%
    }

    .visa-info-item:nth-of-type(3) ul {
        margin-top: 16px
    }

    .visa-info-item:nth-of-type(3) ul li {
        gap: 0 12px
    }

    .visa-info-item:nth-of-type(3) ul li:not(:first-child) {
        margin-top: 16px
    }

    .visa-info-item h3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px
    }

    .visa-info-item ol>li,
    .visa-info-item p {
        font-size: 16px;
        line-height: 150%;
    }

    .visa-info-item ol li:not(:first-child) {
        margin-top: 10px
    }

    .visa-info-overview {
        margin-top: 24px
    }

    .visa-info-overview h3 {
        font-size: 18px;
        line-height: 150%
    }

    .visa-info-list {
        margin-top: 20px
    }

    .visa-info-content {
        width: 100%
    }

    .visa-info-content h4 {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 150%
    }

    .visa-info-content:last-child {
        display: none
    }

    .visa-info-content p {
        font-size: 14px;
        line-height: 150%
    }

    .visa-info-category {
        display: none
    }

    .visa-info .collapse-more {
        margin-top: 20px
    }

    .visa-info .collapse-more .btn-collapse img {
        display: none
    }

    .btn-collapse {
        font-size: 14px;
        line-height: 150%
    }

    .visa-faq-list {
        padding-top: 24px;
        padding-bottom: 50px;
        gap: 16px 24px
    }

    .visa-faq-list li {
        width: 100%
    }

    .visa-faq-list li>button {
        font-size: 16px;
        line-height: 150%;
        min-height: 44px;
        color: #434343
    }

    .visa-faq-list li>div .card {
        font-size: 14px;
        line-height: 150%;
        padding: 16px
    }

    .visa-about .choose {
        padding-top: 0
    }

    .promotion .swiper-slide .card-body {
        padding: 16px 12px
    }

    .promotion .swiper-slide .card-body h3 {
        font-size: 16px;
        line-height: 150%;
        font-weight: 500
    }

    .promotion .swiper-slide .card-body p {
        font-size: 14px;
        line-height: 150%
    }

    .promotion .swiper-slide .card-body p span {
        font-size: 16px;
        line-height: 24px
    }

    .promotion .swiper-slide span {
        font-size: 14px;
        line-height: 150%
    }
}

@media (max-width: 640px) {
    .common-list .swiper-slide {
        max-width: 180px
    }

    .short-time-item {
        width: 100%;
        padding: 24px 32px
    }

    .short-time-item .btn {
        width: 100%
    }

    .short-time-item .divide {
        background: #8080a3 !important
    }

    .short-time-item h3 {
        font-size: 18px;
        line-height: 150%
    }

    .short-time-item p {
        font-size: 14px;
        line-height: 150%
    }

    .short-time-text {
        color: #8080a3;
        position: relative;
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out;
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 150%
    }

    .short-time-text:before {
        content: url("../images/1686195769-icon-down.svg");
        position: absolute;
        width: 10px;
        height: 6px;
        right: -15px;
        margin-top: -2px;
        -webkit-filter: brightness(0) saturate(100%) invert(60%) sepia(9%) saturate(1040%) hue-rotate(201deg) brightness(85%) contrast(85%);
        filter: brightness(0) saturate(100%) invert(60%) sepia(9%) saturate(1040%) hue-rotate(201deg) brightness(85%) contrast(85%)
    }

    .short-time-text.active {
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out
    }

    .short-time-text.active:before {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        bottom: 0
    }

    .short-time-country {
        display: none;
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out;
        margin-top: 0
    }

    .short-time-country.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out
    }

    .apply-content .swiper-slide {
        max-width: 266px;
        padding: 18px 16px;
        min-height: 217px
    }

    .apply-content .swiper-slide .number {
        margin-bottom: 6px
    }

    .apply-content .swiper-slide .number img {
        height: 66px
    }

    .apply-content .swiper-slide .number span {
        font-size: 56px;
        line-height: 66px
    }

    .apply-content .swiper-slide h3 {
        margin-bottom: 10px
    }

    .apply-content .swiper-slide span {
        font-size: 14px;
        line-height: 150%
    }

    .apply-content .swiper-wrapper {
        margin-bottom: 60px
    }

    .apply-btn {
        margin-top: 14px
    }

    .apply-btn .btn {
        padding: 12px 30px
    }

    .about-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about-item {
        width: 100%
    }

    .about-item h3 {
        font-size: 18px;
        line-height: 150%
    }

    #reliable-apply .swiper-slide {
        min-height: 217px
    }

    .promotion .swiper {
        padding: 0
    }

    .promotion .swiper-wrapper {
        padding: 20px 0;
        margin-bottom: 30px
    }

    .promotion .swiper-button {
        display: none
    }

    .promotion .swiper-slide {
        max-width: 248px
    }

    .promotion-headding {
        padding: 0
    }

    .promotion-headding .more {
        display: none
    }

    .promotion-more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        margin-top: 24px !important
    }

    .article-right-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .article-right-list {
        width: calc(100% - 24px)
    }

    .article-right-list li {
        font-weight: 500;
        font-size: 16px;
        line-height: 150%
    }

    .article-right .card-body {
        padding: 12px
    }

    .article-right .card-body h3 {
        font-size: 16px;
        line-height: 150%
    }

    .article-right .card-body span {
        font-size: 14px;
        line-height: 150%
    }

    .article-left-list .media>img {
        margin-right: 12px;
        width: 108px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 6px;
        height: 100%
    }

    .article-left-list .media:not(:first-child) {
        margin-top: 24px
    }

    .article-left-list .media-body h3 {
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        color: #5e5e5e;
        margin-bottom: 5px
    }

    .journal .swiper-slide {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .journal .swiper-naviagtion>div {
        width: 25px;
        height: 25px;
        top: 58%
    }

    .journal .swiper-naviagtion>div.swiper-button-prev {
        left: 0
    }

    .journal .swiper-naviagtion>div.swiper-button-next {
        right: 0
    }

    .journal-content {
        padding: 16px 12px
    }

    .journal-content .media {
        gap: 16px
    }

    .journal-content .media>img {
        width: 108px;
        height: 84px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .journal-content .media-body h3 {
        font-weight: 500;
        font-size: 14px;
        line-height: 140%;
        color: #5e5e5e;
        margin-bottom: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical
    }

    .journal-content .media-body p {
        display: none
    }

    .visa-service {
        margin: 24px auto;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0
    }

    .visa-service-item {
        border-radius: 10px;
        padding: 1px;
        overflow: hidden;
        width: 100%
    }

    .visa-service-item>div {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .visa-service-item .hide-mb {
        display: none
    }

    .visa-service-item .hide-pc {
        display: block;
        width: 56px;
        height: 56px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .visa-service-item span {
        font-size: 18px;
        line-height: 150%;
        white-space: nowrap
    }
}

@media (max-width: 575px) {
    .insurance h2 {
        text-align: left
    }

    .insurance-text {
        text-align: left;
        font-size: 16px;
        line-height: 150%
    }

    .insurance-left,
    .insurance-right {
        margin-left: unset;
        margin-right: unset
    }

    .support-btn .btn {
        width: 100%
    }

    .support-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        line-height: 150%;
        text-align: center;
        padding: 20px
    }

    .choose-list {
        gap: 16px 0;
        margin-top: 24px
    }

    .choose-item {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left;
        padding: 16px;
        gap: 0 10px;
        min-height: unset
    }

    .choose-item h3 {
        font-size: 18px;
        line-height: 150%;
        margin-bottom: 0
    }

    .choose-item span {
        font-size: 16px;
        line-height: 150%
    }

    .choose-icon {
        position: unset;
        -webkit-transform: unset;
        transform: unset
    }

    .choose-icon img {
        width: 56px;
        height: 56px
    }

    .choose-icon img:first-child {
        display: none
    }

    .choose-icon img:last-child {
        display: block
    }

    .clubs-item:nth-of-type(2) .btn {
        width: 100%
    }

    .clubs-item:nth-of-type(3) {
        margin-right: -24px
    }

    .clubs-card:last-child {
        margin-right: 10px
    }

    .visa-type-content .swiper-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .visa-type-content .swiper-slide {
        max-width: 238px;
        min-height: 188px;
        padding: 15px 12px
    }

    .visa-type-content .swiper-slide span {
        font-size: 12px
    }

    .visa-type-content .swiper-slide h3 {
        margin-bottom: 8px;
        font-size: 16px
    }

    .visa-type-content .swiper-slide .number {
        margin-bottom: 10px
    }

    .visa-type-content .swiper-slide .number span {
        font-size: 48px;
        line-height: 56px
    }

    .visa-type-content .swiper-slide .number img {
        height: 64px
    }

    .visa-type-content .swiper-slide-active {
        padding: 20px 16px 24px;
        max-width: 266px;
        min-height: 217px
    }

    .visa-type-content .swiper-slide-active span {
        font-size: 16px
    }

    .visa-banner .banner-inner {
        height: 300px;
        min-height: unset
    }

    .visa-banner .banner-content {
        gap: 8px
    }

    .visa-banner .banner-content h1 {
        font-size: 24px
    }

    .visa-banner-flag {
        width: 48px;
        height: 32px
    }

    .common .container-lg {
        padding-right: 0
    }

    .common .swiper-slide:last-child {
        margin-right: 10px
    }
}

@media (max-width: 600px) {
    .footer-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-item {
        width: 100%
    }
}

.breadcrumb {
    background: transparent;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 20px;
    padding: 0
}

@media (max-width: 767.98px) {
    .breadcrumb {
        top: 15px
    }
}

.breadcrumb a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    color: #666;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

.breadcrumb a.active {
    font-weight: 700
}

.breadcrumb span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.banner-destination {
    background: url(../images/destination/1686195769-banner.png) no-repeat top center;
    background-size: 100% auto;
    padding: 110px 0 60px;
    position: relative
}

@media (max-width: 575.98px) {
    .banner-destination {
        padding: 60px 0 50px
    }
}

.banner-destination h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 150%
}

@media (max-width: 575.98px) {
    .banner-destination h1 {
        font-size: 28px
    }
}

.banner-destination span {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%
}

@media (max-width: 575.98px) {
    .banner-destination span {
        font-size: 18px;
        font-weight: 500
    }
}

.banner-destination .destination-search-select {
    margin-top: 32px;
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

@media (max-width: 575.98px) {
    .banner-destination .destination-search-select {
        margin-top: 24px;
        margin-bottom: 60px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 16px
    }
}

.banner-destination .destination-search-select .destination-search {
    width: 480px;
    height: 52px;
    position: relative
}

@media (max-width: 575.98px) {
    .banner-destination .destination-search-select .destination-search {
        width: 100%
    }
}

.banner-destination .destination-search-select .destination-search img {
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.banner-destination .destination-search-select .destination-search input {
    border: none;
    -webkit-box-shadow: 0 18px 85px rgba(0, 0, 0, 0.08), 0 4px 19px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
    box-shadow: 0 18px 85px rgba(0, 0, 0, 0.08), 0 4px 19px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
    border-radius: 15px;
    height: 100%;
    width: 100%;
    padding: 14px 14px 14px 52px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.banner-destination .destination-search-select .destination-search input::-webkit-input-placeholder {
    color: #909090;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%
}

.banner-destination .destination-search-select .destination-search input::-moz-placeholder {
    color: #909090;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%
}

.banner-destination .destination-search-select .destination-search input:-ms-input-placeholder {
    color: #909090;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%
}

.banner-destination .destination-search-select .destination-search input::-ms-input-placeholder {
    color: #909090;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%
}

.banner-destination .destination-search-select .destination-search input::placeholder {
    color: #909090;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%
}

.banner-destination .destination-search-select .destination-search__result {
    display: none;
    background: #fff;
    border-radius: 15px;
    position: absolute;
    width: 100%;
    top: calc(100% + 4px);
    z-index: 2;
    padding: 16px 8px 16px 16px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 4px 6px -1px, rgba(0, 0, 0, 0.06) 0 2px 4px -1px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 6px -1px, rgba(0, 0, 0, 0.06) 0 2px 4px -1px
}

.banner-destination .destination-search-select .destination-search__result ul {
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    max-height: 309px;
    overflow-y: scroll;
    clear: both
}

.banner-destination .destination-search-select .destination-search__result ul::-webkit-scrollbar {
    width: 8px
}

.banner-destination .destination-search-select .destination-search__result ul::-webkit-scrollbar-track {
    background: #eaeaea;
    border-radius: 4px
}

.banner-destination .destination-search-select .destination-search__result ul::-webkit-scrollbar-thumb {
    background: #909090;
    border-radius: 4px
}

.banner-destination .destination-search-select .destination-search__result ul li a {
    color: #434343;
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 999
}

.banner-destination .destination-search-select .destination-search__result ul li:hover a {
    color: #4692e8
}

.banner-destination .destination-search-select .destination-search__result ul li:not(:last-child) {
    margin-bottom: 11px
}

.banner-destination .destination-search-select .destination-search input:focus~.destination-search__result {
    display: block
}

.banner-destination .destination-search-select .destination-search__result:hover {
    display: block
}

.banner-destination .destination-search-select .customer-select2 {
    height: 52px;
    width: 270px
}

@media (max-width: 575.98px) {
    .banner-destination .destination-search-select .customer-select2 {
        width: 100%
    }
}

.banner-destination .destination-search-select .customer-select2 .select2-selection--single {
    height: 52px;
    width: 270px;
    -webkit-box-shadow: 0 18px 85px rgba(0, 0, 0, 0.08), 0 4px 19px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
    box-shadow: 0 18px 85px rgba(0, 0, 0, 0.08), 0 4px 19px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
    border-radius: 15px !important;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.banner-destination .destination-search-select .customer-select2 .select2-selection--single .select2-selection__placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #909090
}

@media (max-width: 575.98px) {
    .banner-destination .destination-search-select .customer-select2 .select2-selection--single {
        width: 100%
    }
}

.banner-destination .destination-search-select .customer-select2 .dropdown-menu {
    border-radius: 15px;
    width: 100%;
    padding: 16px 0;
    overflow-y: scroll;
    max-height: 120px
}

.banner-destination .destination-search-select .customer-select2 .dropdown-menu::-webkit-scrollbar {
    width: 8px;
    margin-right: 10px
}

.banner-destination .destination-search-select .customer-select2 .dropdown-menu::-webkit-scrollbar-track {
    background: #eaeaea;
    max-height: 88px;
    border-radius: 4px
}

.banner-destination .destination-search-select .customer-select2 .dropdown-menu::-webkit-scrollbar-thumb {
    background: #909090;
    border-radius: 4px;
    max-height: 30px
}

.banner-destination .destination-search-select .customer-select2 .dropdown-menu .dropdown-item {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    padding: 0 16px
}

.banner-destination .destination-search-select .customer-select2 .dropdown-menu .dropdown-item:not(:last-child) {
    margin-bottom: 11px
}

.banner-destination .destination-search-select .select2-container--default .select2-results>.select2-results__options {
    max-height: 120px;
    padding: 8px 0
}

.banner-destination .destination-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 575.98px) {
    .banner-destination .destination-article {
        gap: 15px;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px
    }
}

@media (max-width: 374.98px) {
    .banner-destination .destination-article {
        gap: unset;
        -webkit-column-gap: unset;
        -moz-column-gap: unset;
        column-gap: unset;
        row-gap: 15px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 300px) {
    .banner-destination .destination-article {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.banner-destination .destination-article .card {
    width: 240px;
    height: 216px;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    color: #434343;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.06)
}

.banner-destination .destination-article .card:hover {
    color: #081856;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 575.98px) {
    .banner-destination .destination-article .card {
        width: 156px;
        height: 152px
    }
}

@media (max-width: 374.98px) {
    .banner-destination .destination-article .card {
        width: unset;
        height: 138px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
        flex: 0 0 47%
    }
}

@media (max-width: 300px) {
    .banner-destination .destination-article .card {
        height: 180px;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset
    }
}

.banner-destination .destination-article .card .card-body {
    padding: 6px 16px
}

.banner-destination .destination-article .card .card-body span {
    text-align: center;
    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;
    height: 100%;
    gap: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%
}

@media (max-width: 575.98px) {
    .banner-destination .destination-article .card .card-body img {
        display: none
    }

    .banner-destination .destination-article .card .card-body span {
        font-size: 12px
    }
}

.banner-destination .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px;
    gap: 10px
}

@media (max-width: 575.98px) {
    .banner-destination .pagination {
        margin-top: 24px;
        gap: 12px
    }
}

.banner-destination .pagination .page-item.active .page-link {
    background: linear-gradient(204.55deg, #65adff -8.43%, #085bb9 131.58%)
}

.banner-destination .pagination .page-item .page-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    border: 1px solid #4692e8;
    border-radius: 6px !important;
    width: 40px;
    height: 40px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 575.98px) {
    .banner-destination .pagination .page-item .page-link {
        width: 36px;
        height: 36px
    }
}

.select2-dropdown.drop-destination {
    border-radius: 16px !important;
    padding: 8px 0;
    border: none
}

.select2-dropdown.drop-destination .select2-results__option {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #434343
}

.select2-dropdown.drop-destination .select2-results>.select2-results__options {
    margin-right: 8px;
    max-height: 120px
}

.select2-dropdown.drop-destination .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 8px
}

.select2-dropdown.drop-destination .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background: #eaeaea;
    border-radius: 4px
}

.select2-dropdown.drop-destination .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background: #909090;
    border-radius: 4px
}

.select2-dropdown.drop-destination .select2-results__option--selected:after {
    display: none
}

.apply-with {
    background: #f9f9f9;
    padding: 60px 0
}

@media (max-width: 575.98px) {
    .apply-with {
        padding: 50px 0
    }
}

.apply-with span {
    color: #8080a3;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%
}

@media (max-width: 575.98px) {
    .apply-with span {
        font-size: 18px
    }
}

.apply-with h2 {
    margin: 10px 0 50px
}

@media (max-width: 575.98px) {
    .apply-with h2 {
        margin: 6px 0 32px
    }
}

.apply-with .apply-with__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 60px
}

@media (max-width: 991.98px) {
    .apply-with .apply-with__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px
    }
}

@media (max-width: 575.98px) {
    .apply-with .apply-with__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32px;
        margin: 0 -8px
    }
}

.apply-with .apply-with__items .apply-with__item {
    position: relative;
    width: 200px
}

@media (max-width: 575.98px) {
    .apply-with .apply-with__items .apply-with__item {
        width: unset;
        margin: auto
    }
}

@media (max-width: 374.98px) {
    .apply-with .apply-with__items .apply-with__item img {
        width: 100%
    }
}

.apply-with .apply-with__items .apply-with__item--content {
    bottom: 40px;
    left: 25px;
    width: 126px;
    position: absolute
}

@media (max-width: 575.98px) {
    .apply-with .apply-with__items .apply-with__item--content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        width: 165px
    }
}

.apply-with .apply-with__items .apply-with__item--content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px
}

@media (max-width: 575.98px) {
    .apply-with .apply-with__items .apply-with__item--content p {
        margin-bottom: 0
    }
}

.apply-with .apply-with__items .apply-with__item--content strong {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px
}

@media (max-width: 575.98px) {
    .apply-with .apply-with__items .apply-with__item--content strong {
        font-size: 32px;
        line-height: 38px
    }
}

.apply-with .apply-with__items .apply-with__item:first-child .apply-with__item--content {
    bottom: 135px
}

@media (max-width: 575.98px) {
    .apply-with .apply-with__items .apply-with__item:first-child .apply-with__item--content {
        bottom: 45px;
        left: 30px
    }
}

.apply-with .apply-with__items .apply-with__item:first-child .apply-with__item--content p,
.apply-with .apply-with__items .apply-with__item:first-child .apply-with__item--content strong {
    color: #085bb9
}

.apply-with .apply-with__items .apply-with__item:nth-child(2) {
    margin-top: 102px
}

@media (max-width: 575.98px) {
    .apply-with .apply-with__items .apply-with__item:nth-child(2) {
        margin-top: 0
    }
}

.apply-with .apply-with__items .apply-with__item:nth-child(2) .apply-with__item--content p,
.apply-with .apply-with__items .apply-with__item:nth-child(2) .apply-with__item--content strong {
    color: #029c95
}

.apply-with .apply-with__items .apply-with__item:nth-child(3) .apply-with__item--content {
    bottom: 135px
}

@media (max-width: 575.98px) {
    .apply-with .apply-with__items .apply-with__item:nth-child(3) .apply-with__item--content {
        bottom: 60px
    }
}

.apply-with .apply-with__items .apply-with__item:nth-child(3) .apply-with__item--content p,
.apply-with .apply-with__items .apply-with__item:nth-child(3) .apply-with__item--content strong {
    color: #ffb200
}

.apply-with .apply-with__items .apply-with__item:nth-child(4) {
    margin-top: 102px
}

@media (max-width: 575.98px) {
    .apply-with .apply-with__items .apply-with__item:nth-child(4) {
        margin-top: 0
    }
}

.apply-with .apply-with__items .apply-with__item:nth-child(4) .apply-with__item--content p,
.apply-with .apply-with__items .apply-with__item:nth-child(4) .apply-with__item--content strong {
    color: #eb6c00
}

.explore-the-world {
    background: url(../images/destination/1686195769-bg-explore.jpg) no-repeat center;
    background-size: cover;
    margin: auto
}

@media (max-width: 575.98px) {
    .explore-the-world {
        background: url(../images/destination/1686195769-bg-explore-mb.jpg) no-repeat center;
        background-size: cover
    }
}

.explore-the-world__body {
    padding: 98px 0;
    max-width: 550px
}

@media (max-width: 575.98px) {
    .explore-the-world__body {
        height: 658px;
        padding: 40px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.explore-the-world h2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd573), to(#fab618));
    background: linear-gradient(180deg, #ffd573 0%, #fab618 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    line-height: 150%;
    font-size: 36px;
    margin-bottom: 16px
}

@media (max-width: 575.98px) {
    .explore-the-world h2 {
        font-size: 24px;
        margin-bottom: 8px
    }
}

.explore-the-world p {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 27px;
    margin-bottom: 32px
}

@media (max-width: 575.98px) {
    .explore-the-world p {
        margin-bottom: 24px
    }
}

.explore-the-world a {
    width: 160px;
    padding-top: 11px;
    padding-bottom: 11px
}

@media (max-width: 575.98px) {
    .explore-the-world a {
        width: 175px;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.support-travelers {
    padding: 60px 0
}

@media (max-width: 575.98px) {
    .support-travelers {
        padding: 50px 0
    }
}

.support-travelers h2 {
    margin-bottom: 16px
}

.support-travelers__body {
    margin-top: 50px;
    display: -ms-grid;
    display: grid;
    grid-template-areas: "aa bb cc";
    gap: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1200px) {
    .support-travelers__body {
        grid-template-areas: aa cc bb;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 575.98px) {
    .support-travelers__body {
        gap: 24px;
        margin-top: 32px
    }
}

.support-travelers__body--left {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: aa
}

.detail-destruction__wrap>.support-travelers__body--left {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

.support-travelers__body--left .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1200px) {
    .support-travelers__body--left .item {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.support-travelers__body--left .item:not(:last-child) {
    margin-bottom: 50px
}

@media (max-width: 575.98px) {
    .support-travelers__body--left .item:not(:last-child) {
        margin-bottom: 24px
    }
}

.support-travelers__body--left .item .item-body {
    text-align: right
}

@media (max-width: 1200px) {
    .support-travelers__body--left .item .item-body {
        text-align: left
    }
}

.support-travelers__body--left .item .item-body h3 {
    color: #2d3860;
    margin-bottom: 12px
}

@media (max-width: 575.98px) {
    .support-travelers__body--left .item .item-body h3 {
        font-size: 18px
    }
}

@media (max-width: 575.98px) {
    .support-travelers__body--left .item img {
        width: 52px;
        height: 52px
    }
}

.support-travelers__body--center {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: bb;
    -ms-grid-column-align: center;
    justify-self: center
}

.detail-destruction__wrap>.support-travelers__body--center {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3
}

@media (max-width: 1200px) {
    .support-travelers__body--center {
        max-width: 440px
    }

    .support-travelers__body--center img {
        width: 100%
    }
}

@media (max-width: 575.98px) {
    .support-travelers__body--center {
        margin-top: 8px
    }
}

.support-travelers__body--right {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: cc
}

.detail-destruction__wrap>.support-travelers__body--right {
    -ms-grid-row: 2;
    -ms-grid-column: 1
}

.support-travelers__body--right .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.support-travelers__body--right .item:not(:last-child) {
    margin-bottom: 50px
}

@media (max-width: 575.98px) {
    .support-travelers__body--right .item:not(:last-child) {
        margin-bottom: 24px
    }
}

.support-travelers__body--right .item .item-body {
    text-align: left
}

.support-travelers__body--right .item .item-body h3 {
    color: #2d3860;
    margin-bottom: 12px
}

@media (max-width: 575.98px) {
    .support-travelers__body--right .item .item-body h3 {
        font-size: 18px
    }
}

@media (max-width: 575.98px) {
    .support-travelers__body--right .item img {
        width: 52px;
        height: 52px
    }
}

.banner-pricing {
    background: url(../images/banner-pricing.png) no-repeat center;
    background-size: cover
}

.banner-pricing .banner-inner {
    min-height: 448px;
    position: relative
}

@media (max-width: 575.98px) {
    .banner-pricing .banner-inner {
        min-height: 250px
    }
}

.banner-pricing .banner-inner .banner-heading p {
    margin-bottom: 8px
}

@media (max-width: 575.98px) {
    .banner-pricing .banner-inner .banner-heading p {
        margin-bottom: 5px
    }
}

.banner-pricing .breadcrumb a {
    color: #d0d0d0
}

.banner-pricing .breadcrumb a.active {
    color: #fff
}

.visa-fee__2 {
    border-radius: 10px;
    max-width: 1200px;
    padding: 40px;
    margin: auto
}

@media (max-width: 575.98px) {
    .visa-fee__2 {
        margin: 0 16px;
        padding: 30px 0
    }

    .visa-fee__2 .container-custome {
        padding: 0 16px
    }
}

@media (min-width: 1441px) {
    .visa-fee__2 .visa-fee-option {
        gap: 30px;
        margin-bottom: 32px
    }
}

.visa-fee__2 .visa-fee-option .visa-fee-group {
    max-width: 100%;
    width: 100%
}

.visa-fee__2 .visa-fee-total .btn {
    margin: 24px auto 0
}

@media (max-width: 575.98px) {
    .visa-fee__2 .visa-fee-total .btn {
        width: 100%;
        padding: 12px 22px
    }
}

.search-bar {
    background: none;
    padding: 40px 0
}

.search-bar .destination-search-select .destination-search img {
    width: 20px
}

@media (max-width: 575.98px) {
    .search-bar {
        padding: 30px 0
    }
}

.search-bar .destination-search-select {
    margin: 0;
    gap: 0
}

@media (max-width: 767.98px) {
    .search-bar .destination-search-select {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 16px
    }
}

@media (max-width: 575.98px) {
    .search-bar .destination-search-select {
        gap: 16px
    }
}

.search-bar .destination-search-select .destination-search {
    position: relative;
    width: 590px
}

.search-bar .destination-search-select .destination-search:after {
    content: "";
    background: url(../images/visa-instruction/1686195769-arrow.svg) center no-repeat;
    position: absolute;
    width: 10px;
    height: 6px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.search-bar .destination-search-select .destination-search input {
    border-radius: 15px 0 0 15px
}

@media (max-width: 767.98px) {
    .search-bar .destination-search-select .destination-search input {
        border-radius: 6px
    }
}

.search-bar .destination-search-select .check-fees-btn {
    width: 170px
}

@media (max-width: 767.98px) {
    .search-bar .destination-search-select .check-fees-btn {
        width: 100%
    }
}

.search-bar .destination-search-select .check-fees-btn .btn {
    border-radius: 0 15px 15px 0;
    width: 100%;
    padding: 13px 31px;
    font-size: 16px
}

@media (max-width: 767.98px) {
    .search-bar .destination-search-select .check-fees-btn .btn {
        width: 100%;
        max-width: unset;
        border-radius: 6px
    }
}

.detail-visa {
    padding: 60px 0 36px
}

.detail-visa #show-less-btn,
.detail-visa #show-more-btn {
    display: none
}

@media (max-width: 1250px) {
    .detail-visa #show-less-btn {
        display: none
    }

    .detail-visa #show-more-btn {
        display: block
    }

    .detail-visa #show-less-btn,
    .detail-visa #show-more-btn {
        cursor: pointer;
        color: #8080a3;
        font-size: 16px;
        font-weight: 500;
        line-height: 150%;
        width: 100%;
        text-align: center
    }

    .detail-visa #show-less-btn svg,
    .detail-visa #show-more-btn svg {
        margin-left: 7px
    }
}

.detail-visa .heading {
    margin-bottom: 16px
}

@media (max-width: 575.98px) {
    .detail-visa {
        padding: 40px 0
    }

    .detail-visa .container-custome {
        padding: 0 24px
    }
}

.detail-visa__items {
    margin-top: 32px;
    text-align: center
}

.detail-visa__items--row:not(:last-child) {
    margin-bottom: 8px
}

@media (max-width: 1250px) {
    .detail-visa__items--row {
        display: none;
        grid-template-areas: "aa bb" "ee ee" "cc dd" "ff ff";
        -webkit-column-gap: 28px;
        -moz-column-gap: 28px;
        column-gap: 28px
    }

    .detail-visa__items--row .items-1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-area: aa
    }

    .detail-visa__items--row .items-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        grid-area: bb
    }

    .detail-visa__items--row .items-3 {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
        grid-area: cc
    }

    .detail-visa__items--row .items-4 {
        grid-area: dd
    }

    .detail-visa__items--row .collapse1,
    .detail-visa__items--row .collapse2 {
        grid-area: ee
    }

    .detail-visa__items--row .collapse3,
    .detail-visa__items--row .collapse4 {
        grid-area: ff
    }

    .detail-visa__items--row>.support-travelers__body--left {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .detail-visa__items--row>.support-travelers__body--center {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .detail-visa__items--row>.support-travelers__body--right {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }
}

@media (max-width: 767.98px) {
    .detail-visa__items--row {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 575.98px) {
    .detail-visa__items--row {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px
    }
}

.detail-visa__items--row .items {
    margin-bottom: 24px;
    display: inline-block
}

@media (max-width: 575.98px) {
    .detail-visa__items--row .items {
        margin-bottom: 15px
    }
}

.detail-visa__items--row .items:not(:nth-child(4)) {
    margin-right: 28px
}

@media (max-width: 1250px) {
    .detail-visa__items--row .items:not(:nth-child(4)) {
        margin-right: 0
    }
}

@media (max-width: 1250px) {
    .detail-visa__items--row .items:nth-child(odd) a {
        margin: 0 0 0 auto
    }

    .detail-visa__items--row .items:nth-child(2n) a {
        margin: 0 auto 0 0
    }
}

.detail-visa__items--row .items a {
    border-radius: 10px;
    background: var(--FFFFFF, #fff);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06), 0 4px 12px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06), 0 4px 12px 0 rgba(0, 0, 0, 0.08);
    color: var(--434343, #434343);
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    width: 276px;
    height: 56px
}

.detail-visa__items--row .items a[aria-expanded="true"] {
    border: 1px solid #65adff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.03), 0 7px 18px 0 rgba(0, 0, 0, 0.04), 0 4px 80px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.03), 0 7px 18px 0 rgba(0, 0, 0, 0.04), 0 4px 80px 0 rgba(0, 0, 0, 0.07)
}

@media (max-width: 767.98px) {
    .detail-visa__items--row .items a {
        width: unset;
        max-width: 276px;
        height: 48px;
        font-size: 12px;
        line-height: 150%;
        gap: 5px
    }

    .detail-visa__items--row .items a img {
        width: 18px
    }
}

.detail-visa__items--row .items a:hover {
    outline: unset;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06), 0 4px 12px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06), 0 4px 12px 0 rgba(0, 0, 0, 0.08);
    color: var(--434343, #434343)
}

.detail-visa__items--row .format-content {
    display: block;
    border-radius: 10px;
    background: var(--F9F9F9, #f9f9f9);
    border: none;
    padding: 40px 32px;
    margin-bottom: 32px;
    text-align: left
}

@media (max-width: 575.98px) {
    .detail-visa__items--row .format-content {
        margin: 0 -8px 15px;
        padding: 30px 16px
    }
}

.detail-visa__items--row .format-content h3 {
    color: var(--081856, #081856);
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    margin: 0 0 24px
}

@media (max-width: 575.98px) {
    .detail-visa__items--row .format-content h3 {
        margin: 0 0 20px;
        font-size: 18px
    }
}

.detail-visa__items--row .format-content h4 {
    margin: 32px 0 24px;
    color: var(--434343, #434343);
    font-size: 20px;
    font-weight: 700;
    line-height: 150%
}

.detail-visa__items--row .format-content h4:first-child {
    margin-top: 24px
}

@media (max-width: 575.98px) {
    .detail-visa__items--row .format-content h4 {
        margin: 24px 0 16px;
        font-size: 18px
    }
}

.detail-visa__items--row .format-content h5 {
    margin: 28px 0 20px;
    color: var(--434343, #434343);
    font-size: 18px;
    font-weight: 700;
    line-height: 150%
}

.detail-visa__items--row .format-content h5:first-child {
    margin-top: 24px
}

@media (max-width: 575.98px) {
    .detail-visa__items--row .format-content h5 {
        margin: 20px 0 12px;
        font-size: 16px
    }
}

.detail-visa__items--row .format-content p {
    color: var(--434343, #434343);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

@media (max-width: 575.98px) {
    .detail-visa__items--row .format-content p {
        font-size: 14px
    }
}

.detail-visa__items--row .format-content p a {
    text-decoration: underline;
    color: #085bb9
}

.detail-visa__items--row .format-content table,
.detail-visa__items--row .format-content td,
.detail-visa__items--row .format-content th {
    border: 1px solid var(--D4D4D4, #d4d4d4)
}

.detail-visa__items--row .format-content td,
.detail-visa__items--row .format-content th {
    height: 48px;
    vertical-align: middle;
    padding: 0 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%
}

@media (max-width: 991.98px) {

    .detail-visa__items--row .format-content td,
    .detail-visa__items--row .format-content th {
        padding: 10px
    }
}

@media (max-width: 575.98px) {

    .detail-visa__items--row .format-content td,
    .detail-visa__items--row .format-content th {
        font-size: 14px;
        height: unset;
        padding: 10px
    }
}

.detail-visa__items--row .format-content td:first-child,
.detail-visa__items--row .format-content th:first-child {
    width: 640px
}

@media (max-width: 991.98px) {

    .detail-visa__items--row .format-content td:first-child,
    .detail-visa__items--row .format-content th:first-child {
        width: 70%
    }
}

.detail-visa__items--row .format-content td:last-child,
.detail-visa__items--row .format-content th:last-child {
    color: var(--085bb9, #085bb9)
}

.detail-visa__items--row .format-content table {
    margin: 24px auto 32px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(235, 108, 0, 0.05)), to(rgba(235, 108, 0, 0.05))), #fff;
    background: linear-gradient(0deg, rgba(235, 108, 0, 0.05) 0%, rgba(235, 108, 0, 0.05) 100%), #fff;
    width: 960px;
    border-radius: 10px;
    border-collapse: separate;
    overflow: hidden;
    border: 1px solid var(--D4D4D4, #d4d4d4)
}

@media (max-width: 1200px) {
    .detail-visa__items--row .format-content table {
        width: 840px
    }
}

@media (max-width: 991.98px) {
    .detail-visa__items--row .format-content table {
        width: 100%
    }
}

@media (max-width: 575.98px) {
    .detail-visa__items--row .format-content table {
        margin: 16px auto 24px
    }
}

.detail-visa__items--row .format-content ul {
    list-style: unset;
    margin-left: 25px;
    margin-bottom: 16px
}

@media (max-width: 575.98px) {
    .detail-visa__items--row .format-content ul {
        margin: 0 0 10px 25px
    }
}

.detail-visa__items--row .format-content .btn {
    padding: 11px 57px;
    text-decoration: none
}

@media (max-width: 575.98px) {
    .detail-visa__items--row .format-content .btn {
        width: 100%
    }
}

.extra-fees {
    padding: 60px 0;
    background: var(--F9F9F9, #f9f9f9)
}

@media (max-width: 575.98px) {
    .extra-fees {
        padding: 40px 0
    }

    .extra-fees .container-custome {
        padding: 0 16px
    }
}

.extra-fees__wrapper {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px
}

@media (max-width: 991.98px) {
    .extra-fees__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 575.98px) {
    .extra-fees__wrapper {
        margin-top: 24px
    }
}

.extra-fees__card {
    border-radius: 10px;
    background: var(--FFFFFF, #fff);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06), 0 4px 12px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06), 0 4px 12px 0 rgba(0, 0, 0, 0.08);
    padding: 16px 24px 24px;
    width: 788px
}

@media (max-width: 1200px) {
    .extra-fees__card {
        width: unset
    }
}

@media (max-width: 575.98px) {
    .extra-fees__card {
        padding: 14px 16px 16px
    }
}

.extra-fees__card:not(:last-child) {
    margin-bottom: 24px
}

@media (max-width: 575.98px) {
    .extra-fees__card:not(:last-child) {
        margin-bottom: 16px
    }
}

.extra-fees__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding: 0 0 16px;
    margin: 0 0 16px
}

@media (max-width: 575.98px) {
    .extra-fees__heading {
        padding: 0 0 14px
    }
}

.extra-fees__heading h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.extra-fees__heading h3 img {
    width: 36px
}

@media (max-width: 575.98px) {
    .extra-fees__heading h3 {
        font-size: 18px;
        gap: 10px
    }

    .extra-fees__heading h3 img {
        width: 28px
    }
}

@media (max-width: 575.98px) {
    .extra-fees__heading .text-cost {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.extra-fees__heading .text-cost span {
    color: #909090;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: line-through;
    margin-right: 10px
}

@media (max-width: 575.98px) {
    .extra-fees__heading .text-cost span {
        font-size: 14px
    }
}

.extra-fees__heading .text-cost a {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    color: #085bb9
}

@media (max-width: 575.98px) {
    .extra-fees__heading .text-cost a {
        font-size: 16px;
        width: 78px
    }
}

.extra-fees__heading .text-cost strong {
    color: #e30a17;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%
}

@media (max-width: 575.98px) {
    .extra-fees__heading .text-cost strong {
        font-size: 18px
    }
}

.extra-fees__content p {
    margin: 0
}

.extra-fees__content p a {
    color: #085bb9
}

.extra-fees__content p i,
.extra-fees__content p strong {
    color: var(--777777, #777);
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%
}

.extra-fees__content p span {
    font-weight: 700
}

.extra-fees__content p strong {
    color: #434343;
    font-weight: 700
}

.extra-fees__content ul {
    list-style: unset;
    margin: 0 0 16px 24px
}

.extra-fees__item {
    border-radius: 10px;
    border: 1px solid var(--D4D4D4, #d4d4d4);
    background: var(--FFFFFF, #fff);
    padding: 32px 24px
}

@media (max-width: 575.98px) {
    .extra-fees__item {
        padding: 24px 16px
    }
}

.extra-fees__item:not(:last-child) {
    margin-bottom: 24px
}

@media (max-width: 575.98px) {
    .extra-fees__item:not(:last-child) {
        margin-bottom: 16px
    }
}

.extra-fees__item--content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 16px
}

@media (max-width: 575.98px) {
    .extra-fees__item--content h3 {
        font-size: 20px;
        margin-bottom: 24px
    }
}

.extra-fees__item--content p:not(:last-child) {
    margin-bottom: 24px
}

.extra-fees__item--content p a {
    color: #085bb9
}

@media (max-width: 575.98px) {
    .extra-fees__item--content p {
        font-size: 14px
    }
}

.extra-fees__item--number {
    margin-top: 16px
}

.extra-fees__item--number .number-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333
}

.extra-fees__item--number .number-item:not(:last-child) {
    margin-bottom: 24px
}

.extra-fees__item--number .number-item__country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%
}

.extra-fees__item--number .number-item__country img {
    width: 28px
}

@media (max-width: 575.98px) {
    .extra-fees__item--number .number-item__country {
        font-size: 14px;
        font-weight: 400
    }
}

.extra-fees__item--number .number-item__apply {
    font-size: 18px;
    color: #434343
}

@media (max-width: 575.98px) {
    .extra-fees__item--number .number-item__apply {
        font-size: 16px;
        font-weight: 500;
        line-height: 150%
    }
}

@media (max-width: 575.98px) {
    .extra-fees__item--number .number-item__social img {
        width: 20px
    }
}

@media (max-width: 575.98px) {
    .extra-fees__item--number .number-item__phone {
        font-size: 14px;
        font-weight: 400;
        color: #333
    }
}

.visa-faq__pricing .visa-faq-list {
    padding: 40px 0 60px;
    gap: 16px 32px
}

@media (min-width: 992px) {
    .visa-faq__pricing .visa-faq-list li {
        width: calc(50% - 16px)
    }
}

.visa-faq__pricing .visa-faq-list li .collapse a {
    color: #085bb9
}

@media (max-width: 767.98px) {
    .visa-faq__pricing .visa-faq-list {
        padding: 24px 0 40px
    }

    .visa-faq__pricing .visa-faq-list li .collapse ul {
        font-size: 16px
    }
}

.terms-of-service-wrap {
    position: relative;
    padding: 50px 0
}

@media (min-width: 1200px) {
    .terms-of-service-wrap .info-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 40px
    }
}

.terms-of-service-wrap .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.terms-of-service-wrap .info__wrap {
    background: #f9f9f9;
    margin: 0 -24px;
    padding: 0 24px
}

@media (min-width: 1200px) {
    .terms-of-service-wrap .info__wrap {
        -webkit-box-flex: 360px;
        -ms-flex: 360px;
        flex: 360px;
        margin: 10px 0 0;
        padding: 32px 20px;
        height: 882px;
        position: sticky;
        top: 90px
    }
}

.terms-of-service-wrap .info__wrap.fixed {
    position: fixed;
    top: 70px;
    width: 100%;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1
}

.terms-of-service-wrap .info__left {
    position: relative;
    padding: 12px 0;
    margin: 0
}

@media (min-width: 1200px) {
    .terms-of-service-wrap .info__left {
        padding: 0
    }
}

.terms-of-service-wrap .info__left--heading {
    margin-bottom: 7px;
    color: #434343;
    font-weight: 700;
    line-height: 150%;
    font-size: 16px
}

@media (min-width: 1200px) {
    .terms-of-service-wrap .info__left--heading {
        margin-bottom: 16px;
        font-size: 18px
    }
}

.terms-of-service-wrap .info__left .selected-option {
    background-color: #fff;
    padding: 10px 25px 10px 15px;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #434343;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    position: relative;
    text-align: left
}

@media (min-width: 1200px) {
    .terms-of-service-wrap .info__left .selected-option {
        display: none
    }
}

.terms-of-service-wrap .info__left .selected-option:after {
    content: url(../images/term-of-service/arrow-down.svg);
    position: absolute;
    right: 15px
}

.terms-of-service-wrap .info__left ul {
    display: none;
    position: absolute;
    border-radius: 6px;
    list-style: none;
    z-index: 1;
    width: 100%;
    margin: 5px 0 0;
    padding: 20px 10px;
    text-align: left;
    max-height: 500px;
    overflow-y: scroll;
    background: #fff;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15)
}

@media (min-width: 1200px) {
    .terms-of-service-wrap .info__left ul {
        position: unset;
        max-height: unset;
        display: block;
        overflow-y: unset;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
        padding: 0
    }
}

.terms-of-service-wrap .info__left ul li ul {
    display: none
}

.terms-of-service-wrap .info__left ul li a {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: #2d3860;
    display: inline-block;
    padding: 7.5px 10px;
    width: 100%
}

@media (min-width: 1200px) {
    .terms-of-service-wrap .info__left ul li a {
        font-size: 16px;
        padding: 8px 10px
    }
}

.terms-of-service-wrap .info__left ul li.active a {
    border-radius: 10px;
    background: var(--2D3860, #2d3860);
    color: #fff
}

.terms-of-service-wrap .info__left.active .selected-option:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.terms-of-service-wrap .info__left.active ul {
    display: block
}

.terms-of-service-wrap .info__left.active ul ul {
    display: none
}

.terms-of-service-wrap .info__right {
    padding-top: 32px
}

@media (min-width: 1200px) {
    .terms-of-service-wrap .info__right {
        -webkit-box-flex: 800px;
        -ms-flex: 800px;
        flex: 800px;
        padding-top: 0
    }
}

.terms-of-service-wrap .info__right h1 {
    margin-bottom: 24px;
    color: #081856;
    font-weight: 700;
    line-height: 150%
}

@media (min-width: 1200px) {
    .terms-of-service-wrap .info__right h1 {
        font-size: 36px
    }
}

.content-format {
    text-align: justify
}

.content-format img {
    max-width: 100%
}

.content-format h2 {
    margin-top: 24px;
    text-align: left;
    scroll-margin-top: 185px
}

@media (min-width: 1200px) {
    .content-format h2 {
        scroll-margin-top: 100px
    }
}

.content-format p {
    margin-top: 16px
}

.content-format h3 {
    margin-top: 16px;
    color: #2d3860;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%
}

@media (min-width: 1200px) {
    .content-format h3 {
        font-size: 24px
    }
}

.content-format h4 {
    margin-top: 16px
}

@media (min-width: 1200px) {
    .content-format h4 {
        font-size: 20px
    }
}

.content-format ul {
    list-style: disc;
    margin: 8px 0 0;
    padding: 0 0 0 24px
}

.content-format ul li::marker {
    color: #343434;
    font-size: 14px
}

.content-format ul a {
    color: #085bb9
}

.content-format ol {
    list-style: auto;
    margin: 0 0 0 24px
}

.content-format ol li {
    margin-top: 16px
}

.content-format ol ul {
    margin: 0
}

.content-format ol ul li {
    margin: 0
}

.content-format ol ul li::marker {
    color: #434343
}

.check-status-banner {
    background: url(../images/banner-check-status-mb.jpg) no-repeat center;
    background-size: cover
}

@media (min-width: 768px) {
    .check-status-banner {
        background: url(../images/banner-check-status.jpg) no-repeat center;
        background-size: cover
    }
}

.check-status-banner .banner-inner {
    height: 250px
}

.check-status {
    padding: 32px 0 40px
}

@media (min-width: 1200px) {
    .check-status {
        padding: 60px 0
    }
}

@media (min-width: 1200px) {
    .check-status-grid {
        display: -ms-grid;
        display: grid;
        grid-template-areas: "aa bb" "cc bb"
    }

    .check-status-grid>.support-travelers__body--left {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .check-status-grid>.support-travelers__body--center {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 2
    }

    .check-status-grid>.support-travelers__body--right {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }

    .check-status-grid>.items-1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .check-status-grid>.items-2 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 2
    }

    .check-status-grid>.items-3 {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }
}

.check-status__content h2 {
    margin-bottom: 24px
}

.check-status__content p:not(:last-child) {
    margin-bottom: 20px
}

@media (min-width: 1200px) {
    .check-status__content {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-area: aa
    }

    .detail-destruction__wrap>.check-status__content {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
}

.check-status__form {
    border-radius: 20px;
    background: #fff;
    -webkit-box-shadow: 0 1px 24px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 24px -1px rgba(0, 0, 0, 0.1);
    margin-top: 32px;
    height: 893px;
    padding: 24px 16px
}

.check-status__form h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 150%
}

@media (min-width: 1200px) {
    .check-status__form {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        grid-area: bb;
        margin-left: 60px;
        width: 680px;
        height: 648px;
        padding: 32px;
        margin-top: 0
    }

    .detail-destruction__wrap>.check-status__form {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 3
    }

    .check-status__form h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 150%
    }
}

.check-status__img {
    margin-top: 24px;
    text-align: center
}

.check-status__img img {
    margin: auto
}

@media (min-width: 1200px) {
    .check-status__img {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
        grid-area: cc;
        margin-top: 7px
    }

    .detail-destruction__wrap>.check-status__img {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }
}

.check-status__form form {
    margin-top: 24px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.check-status__form form .container_form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px
}

.check-status__form form .container_form .group_form {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.check-status__form form .container_form .group_form label {
    color: #434343;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.check-status__form form .container_form .group_form input,
.check-status__form form .container_form .group_form select,
.check-status__form form .container_form .group_form textarea {
    height: 44px;
    border-radius: 6px;
    border: 1px solid #d4d4d4;
    background: #fff;
    font-size: 16px;
    padding: 10px 16px;
    outline: none
}

.check-status__form form .container_form .group_form select option {
    display: block;
    height: 40px
}

.check-status .phone_number {
    padding-left: 110px !important
}

.check-status__form form .container_form .group_form textarea {
    height: 91px
}

.check-status__form form .container_form .group_form input::-webkit-input-placeholder,
.check-status__form form .container_form .group_form textarea::-webkit-input-placeholder {
    color: #909090
}

.check-status__form form .container_form .group_form input::-moz-placeholder,
.check-status__form form .container_form .group_form textarea::-moz-placeholder {
    color: #909090
}

.check-status__form form .container_form .group_form input:-ms-input-placeholder,
.check-status__form form .container_form .group_form textarea:-ms-input-placeholder {
    color: #909090
}

.check-status__form form .container_form .group_form input::-ms-input-placeholder,
.check-status__form form .container_form .group_form textarea::-ms-input-placeholder {
    color: #909090
}

.check-status__form form .container_form .group_form input::placeholder,
.check-status__form form .container_form .group_form textarea::placeholder {
    color: #909090
}

.check-status .submit_button,
.note_form {
    margin-top: 16px;
    width: 100%;
    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
}

.check-status .note_form {
    margin-top: 8px;
    font-size: 16px;
    font-style: italic
}

.check-status .note_form p {
    color: #5e5e5e
}

.check-status .submit_form {
    outline: none;
    width: 300px;
    height: 48px;
    border-radius: 6px;
    border: none;
    background: linear-gradient(205deg, #65adff -8.43%, #085bb9 131.58%);
    color: #fff;
    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;
    font-size: 18px;
    font-weight: 500
}

.check-status .country-code {
    display: block;
    padding-left: 25px;
    padding-top: 10px;
    font-size: 16px
}

.check-status .intl-tel-input.allow-dropdown .selected-flag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 15px
}

.check-status .intl-tel-input .selected-flag .iti-flag {
    top: 2px
}

.check-status .flag-container .selected-flag:after {
    position: absolute;
    height: 20px;
    width: 1px;
    background-color: #d0d0d0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    content: ""
}

.check-status__form {
    min-height: 648px;
    height: auto
}

.check-status .select2-selection.select2-selection--single {
    background-color: #fff;
    height: 44px;
    border-radius: 6px;
    border: 1px solid #d4d4d4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.check-status .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 44px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    background: 0 0
}

.check-status .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 16px
}

.check-status .select2-selection__arrow {
    top: 8px !important;
    right: 10px !important
}

.check-status .select2-container .select2-selection__arrow b {
    width: 10px !important;
    height: 6px !important;
    background-image: url(../../frontend/images/header/arrow-gray.svg) !important;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    border: none !important
}

.check-status .select2-container--default {
    width: 100% !important
}

.check-status .msg_error {
    color: red;
    font-size: 16px
}

.check-status input.has-error,
textarea.has-error {
    border: 1px solid red !important
}

.check-status-phone .intl-tel-input .flag-container {
    min-width: 100% !important
}

.check-status-phone .intl-tel-input .country-list {
    width: 100% !important
}

.msg_error {
    margin-top: -8px
}

@media (max-width: 768px) {
    .check-status__form form {
        gap: 16px
    }

    .check-status__form form .container_form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
    }

    .check-status__form form .container_form .group_form {
        width: 100%
    }

    .check-status__form {
        height: auto
    }

    .check-status .gap-mb-0 {
        gap: 0 !important
    }
}

.contact-us-banner {
    background: url(../images/contact-us/banner-contact-us.jpg) bottom no-repeat;
    background-size: cover
}

@media (max-width: 576px) {
    .contact-us-banner {
        background: url(../images/contact-us/banner-contact-us-mb.jpg) center no-repeat;
        background-size: cover
    }
}

@media (max-width: 575px) {
    .contact-us-banner .banner-inner {
        height: 250px;
        min-height: unset
    }
}

.contact-us {
    padding: 32px 0 50px
}

@media (min-width: 1200px) {
    .contact-us {
        background: url(../images/contact-us/contactus-bg.svg) #e2e9f2 center no-repeat;
        padding: 60px 0
    }
}

.contact-us .box-form {
    border-radius: 20px;
    background: #fff;
    -webkit-box-shadow: 0 1px 24px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 24px -1px rgba(0, 0, 0, 0.1);
    padding: 24px 16px
}

@media (min-width: 1200px) {
    .contact-us .box-form {
        height: 692px;
        width: 680px;
        margin: auto;
        padding: 32px
    }
}

.contact-us .box-form h3 {
    margin-bottom: 8px;
    color: #081856
}

@media (min-width: 992px) {
    .contact-us .box-form h3 {
        font-size: 28px;
        font-weight: 700;
        line-height: 150%;
        margin-bottom: 10px
    }
}

.contact-us .box-form p {
    margin-bottom: 24px;
    font-size: 14px
}

@media (min-width: 992px) {
    .contact-us .box-form p {
        font-size: 16px;
        line-height: 150%
    }
}

.bg_spct {
    padding: 50px 0 34px;
    background: #f9f9f9 url(../images/contact-us/bg-247-mb.png) top no-repeat;
    background-size: contain
}

@media (min-width: 1200px) {
    .bg_spct {
        padding: 60px 0
    }
}

.bg_spct--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 992px) {
    .bg_spct--flex {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 40px
    }
}

@media (min-width: 1200px) {
    .bg_spct--flex {
        max-width: 1086px;
        margin: auto
    }
}

.bg_spct--flex-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media (min-width: 992px) {
    .bg_spct {
        background: #f9f9f9 url(../images/contact-us/bg-247-desk.png) top no-repeat;
        background-size: contain
    }
}

.bg_spct .title_main_center h2 {
    margin-bottom: 24px
}

@media (min-width: 992px) {
    .bg_spct .title_main_center h2 {
        margin-bottom: 32px
    }
}

.bg_spct .content_box {
    padding: 20px 20px 4px;
    background: #fff;
    -webkit-box-shadow: 0 4px 25px rgba(167, 167, 167, 0.25);
    box-shadow: 0 4px 25px rgba(167, 167, 167, 0.25);
    border-radius: 20px
}

@media (min-width: 992px) {
    .bg_spct .content_box {
        height: 100%;
        padding: 24px 24px 8px
    }
}

.bg_spct .content_box:first-child {
    margin-right: 27.5px;
    margin-bottom: 16px
}

@media (min-width: 992px) {
    .bg_spct .content_box:first-child {
        margin-right: 0;
        margin-bottom: 0
    }
}

.bg_spct .content_box:last-child {
    margin-left: 27.5px
}

@media (min-width: 992px) {
    .bg_spct .content_box:last-child {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .bg_spct .content_box:last-child {
        margin-left: 0;
        width: 532px
    }
}

.bg_spct .content_box .content_top {
    display: flow-root;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d4d4d4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 1200px) {
    .bg_spct .content_box .content_top {
        margin-bottom: 24px;
        padding-bottom: 24px
    }
}

.bg_spct .content_box .content_top .content_img {
    width: unset;
    margin-right: 12px;
    float: left
}

@media (min-width: 1200px) {
    .bg_spct .content_box .content_top .content_img {
        margin-right: 24px;
        height: 82px
    }

    .bg_spct .content_box .content_top .content_img img {
        width: 82px
    }
}

.bg_spct .content_box .content_top .content_text a {
    color: #434343;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%
}

@media (min-width: 1200px) {
    .bg_spct .content_box .content_top .content_text a {
        font-size: 24px
    }
}

.bg_spct .content_box .content_top .content_text p {
    font-weight: 400;
    color: #434343;
    font-size: 14px;
    line-height: 150%;
    margin-top: 4px
}

@media (min-width: 1200px) {
    .bg_spct .content_box .content_top .content_text p {
        margin-top: 4px
    }
}

.bg_spct .content_box .content_bot .box_ctb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #434343;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px
}

.bg_spct .content_box .content_bot .box_ctb img {
    margin-right: 10px;
    display: inline;
    vertical-align: middle
}

.title_main_center {
    text-align: center
}

.title_main_center h2 {
    color: #081856;
    text-align: center;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 8px
}

.title_main_center p {
    color: #434343;
    text-align: center;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 24px
}

@media (min-width: 1200px) {
    .title_main_center p {
        font-size: 16px
    }
}

.title_main_center h3 {
    color: #5f5f5f;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%
}

@media (min-width: 1200px) {
    .title_main_center h3 {
        font-size: 24px
    }
}

.bg_own {
    padding: 50px 0
}

.bg_own .list_own {
    margin-top: 16px
}

@media (min-width: 1200px) {
    .bg_own .list_own {
        margin-top: 20px
    }
}

.bg_own .list_own .list_own-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

@media (min-width: 1200px) {
    .bg_own .list_own .list_own-flex {
        gap: 24px
    }
}

.bg_own .list_own .list_own-flex .list_own-flex--item {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%
}

.bg_own .list_own .list_own-flex .list_own-flex--item img {
    width: 100%
}

.bg_own .list_own .own-container {
    margin-top: 16px
}

.bg_own .list_own .own-container.city {
    background: none
}

.bg_own .list_own .own-container .box_drop_down {
    display: none
}

.bg_own .list_own .own-container .box_drop_down:not(:last-child) {
    padding-bottom: 8px
}

.bg_own .list_own .own-container .box_drop_down table {
    margin: 8px 0;
    border-collapse: unset
}

.bg_own .list_own .own-container .box_drop_down table tr:first-child td:first-child {
    border-top-left-radius: 10px;
    border-top: none
}

.bg_own .list_own .own-container .box_drop_down table tr:first-child td:last-child {
    border-top-right-radius: 10px;
    border-top: 1px solid #eaeaea
}

.bg_own .list_own .own-container .box_drop_down table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
    border-bottom: none
}

.bg_own .list_own .own-container .box_drop_down table tr:last-child td:last-child {
    border-bottom-right-radius: 10px
}

.bg_own .list_own .own-container .box_drop_down .collapsible {
    border: unset;
    color: #434343;
    cursor: pointer;
    padding: 10px 14px;
    width: 100%;
    text-align: left;
    border-radius: 10px;
    background: var(--FFFFFF, #fff);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bg_own .list_own .own-container .box_drop_down .collapsible span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    line-height: 150%
}

.bg_own .list_own .own-container .box_drop_down .collapsible span img {
    width: 22px
}

.bg_own .list_own .own-container .box_drop_down button.collapsible:after {
    content: url(../images/contact-us/drop-1.svg);
    color: #fff;
    font-weight: 700;
    float: right;
    margin-left: 5px
}

.bg_own .list_own .own-container .box_drop_down button.collapsible.active:after {
    content: url(../images/contact-us/drop-2.svg)
}

.bg_own .list_own .own-container .box_drop_down .active,
.bg_own .list_own .own-container .box_drop_down .collapsible:focus,
.bg_own .list_own .own-container .box_drop_down .collapsible:hover,
.bg_own .list_own .own-container .box_drop_down button:focus {
    background-color: #fff;
    outline: none;
    border: 1px solid #65adff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1)
}

.bg_own .list_own .own-container .box_drop_down .content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0
}

.bg_own .list_own .own-container .box_drop_down .content .ct_table {
    background: #eaeaea;
    font-size: 14px;
    font-weight: 500;
    color: #434343;
    border-left: none;
    border-right: none
}

.bg_own .list_own .box_imgtt {
    position: relative
}

.bg_own .list_own .box_imgtt a span {
    font-weight: 400;
    display: block;
    font-size: 16px;
    line-height: 150%
}

.bg_own .list_own .box_imgtt a .tab_own {
    line-height: 150%;
    position: absolute;
    bottom: 0;
    width: 96%;
    padding: 10px;
    margin: 2%;
    height: 66px;
    border-radius: 12px;
    background: #eaeaea;
    color: #5e5e5e;
    font-size: 18px;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    display: -ms-grid;
    display: grid
}

.bg_own .list_own .box_imgtt a .own_active {
    background: #fff !important;
    color: #eb6c00
}

.bg_own .list_own table {
    margin-top: 24px;
    width: 100%;
    text-align: left;
    border-collapse: separate
}

.bg_own .list_own table tbody {
    font-size: 14px
}

.bg_own .list_own table tbody tr {
    height: 46px
}

.bg_own .list_own table tbody tr th {
    border-right: 1px solid #d4d4d4;
    border-top: 1px solid #eaeaea;
    vertical-align: middle
}

.bg_own .list_own table tbody tr th:not(:first-child) {
    width: 220px
}

.bg_own .list_own table tbody tr th:first-child {
    border-top-left-radius: 20px;
    border-left: 1px solid #eaeaea
}

.bg_own .list_own table tbody tr th:last-child {
    border-top-right-radius: 20px;
    border-right: 1px solid #eaeaea
}

.bg_own .list_own table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 20px
}

.bg_own .list_own table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 20px
}

.bg_own .list_own table tbody td {
    vertical-align: middle;
    background: #fff;
    padding: 6px 10px;
    border-bottom: 1px solid #d4d4d4;
    border-right: 1px solid #eaeaea;
    border-left: none
}

.bg_own .list_own table tbody td span {
    width: 6px;
    height: 6px;
    background: #00783e;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 2px;
    margin-right: 10px
}

@media (min-width: 992px) {
    .bg_own .list_own table tbody td {
        text-align: center
    }

    .bg_own .list_own table tbody td:first-child {
        border-left: 1px solid #eaeaea
    }
}

.bg_own .list_own table tbody td img {
    margin: 0 15px;
    display: inline;
    width: 20px;
    border-radius: 3px;
    vertical-align: middle
}

.bg_own .list_own table tbody th {
    text-align: center;
    background: #eaeaea;
    font-weight: 500;
    line-height: 150%;
    font-size: 16px;
    color: #434343;
    border-radius: 0;
    padding: 10px
}

.bg_own .list_own table tbody>tr:hover {
    background-color: #f6f6f6
}

.bg_wof {
    padding: 60px 0;
    background: #f9f9f9
}

@media (min-width: 1200px) {
    .bg_wof .row-custome {
        gap: 40px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .bg_wof .row-custome .col-lg-4 {
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
        flex: 0 0 360px;
        max-width: 360px
    }
}

.bg_wof .title_main_center {
    margin-bottom: 10px
}

.bg_wof .wof_box {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    margin-top: 40px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.03), 0 7px 18px 0 rgba(0, 0, 0, 0.04), 0 4px 80px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.03), 0 7px 18px 0 rgba(0, 0, 0, 0.04), 0 4px 80px 0 rgba(0, 0, 0, 0.07)
}

@media (min-width: 992px) {
    .bg_wof .wof_box {
        margin-top: 24px
    }
}

.bg_wof .wof_box .wof_title {
    display: inline-block;
    margin-bottom: 24px
}

.bg_wof .wof_box .wof_title h3 {
    color: #3a3534;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%
}

@media (min-width: 1200px) {
    .bg_wof .wof_box .wof_title h3 {
        font-size: 24px
    }
}

.bg_wof .wof_box .wof_title span {
    border-bottom: 2px solid #ef8233;
    width: 100px;
    display: block;
    margin-top: 8px
}

.bg_wof .wof_box .wof_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bg_wof .wof_box .wof_contact:not(:last-child) {
    margin: 0 0 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.bg_wof .wof_box .wof_contact:last-child {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bg_wof .wof_box .wof_contact img {
    margin-right: 8px
}

.bg_wof .wof_box .wof_contact p {
    color: #5f5f5f;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%
}

.bg_wof .wof_box .wof_contact p span {
    font-weight: 700
}

@media screen and (max-width: 992px) {
    .bg_spct .content_box:last-child {
        margin-left: 0
    }

    .bg_spct .content_box:first-child {
        margin-right: 0
    }

    .title_main_left {
        text-align: center
    }

    .bg_own .container {
        padding: 0 20px
    }

    .bg_own .list_own-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 12px
    }

    .bg_own .list_own .box_imgtt img {
        width: 100%
    }

    .bg_own .list_own .box_imgtt a span {
        display: none !important
    }

    .bg_own .list_own .box_imgtt a .tab_own {
        width: 93%;
        padding: 2.5px;
        margin: 0;
        bottom: 8px;
        height: auto;
        border-radius: 10px;
        font-size: 14px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .bg_wof {
        padding: 50px 0
    }

    .bg_wof .wof_box {
        margin-top: 16px
    }

    .bg_own .list_own .box_table {
        display: none
    }

    .bg_own .list_own .own-container .box_drop_down {
        display: block
    }
}

@media (min-width: 576px) {
    .bg_own .list_own .list_own-flex--item {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%
    }
}

.form-contact .form-group {
    margin-bottom: 15px
}

.form-contact .form-group .form-control {
    border-radius: 6px;
    width: 100%;
    border: 1px solid #d0d0d0;
    height: 44px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 1.8rem;
    color: #5f5f5f;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-contact .form-group textarea {
    height: 115px !important
}

.form-contact ::-webkit-scrollbar {
    width: 8px
}

.form-contact ::-webkit-scrollbar-track {
    background-color: #eaeaea
}

.form-contact ::-webkit-scrollbar-thumb {
    background-color: #d4d4d4;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-contact ::-webkit-scrollbar-thumb:hover {
    background-color: #bbb
}

.form-contact .flag-container:hover .selected-flag {
    background-color: transparent !important
}

.form-contact .flag-container .selected-flag {
    width: 92px !important;
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-contact #txtAttachFile {
    height: auto
}

.form-contact .flag-container .selected-flag:after {
    position: absolute;
    height: 20px;
    width: 1px;
    background-color: #d0d0d0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    content: ""
}

.form-contact .flag-container .selected-flag .country-code {
    margin-left: 30px;
    font-weight: 700;
    color: #3a3534
}

.form-contact #txtPhone {
    padding-left: 99px;
    width: 100%
}

.form-contact .form-group .intl-tel-input {
    width: 100%
}

.form-contact .form-group .form-control.has-error {
    border-color: red
}

.form-contact .form-group label {
    font-weight: 500;
    color: #434343;
    font-size: 16px;
    margin-bottom: 8px
}

.form-contact .recaptcha-container {
    text-align: center
}

.form-contact .recaptcha-container .g-recaptcha {
    display: inline-block
}

.form-contact .btn-container {
    text-align: center
}

.form-contact #nameFiles .file__progress {
    width: 100%;
    height: 4px;
    margin-bottom: 0;
    background-color: #e7fff0;
    border-radius: 9999px;
    overflow: hidden
}

.form-contact #nameFiles .fileud__file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
    margin-top: 8px
}

.form-contact #nameFiles .fileud__file button {
    width: auto;
    padding: 0;
    min-width: unset;
    background: 0
}

.form-contact #nameFiles .fileud__file .file__title {
    font-size: 12px;
    color: #5f5f5f;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 5px;
    max-width: 300px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis
}

.form-contact #nameFiles .fileud__file .file__title1 {
    font-size: 12px;
    color: #acacac;
    margin-top: 5px;
    padding-right: 10px;
    font-weight: 400
}

.form-contact #nameFiles .fileud__file img {
    -o-object-fit: contain;
    object-fit: contain
}

.form-contact #nameFiles .fileud__file__content {
    margin-left: 1.4rem;
    display: block;
    width: calc(100% - 9rem);
    margin-right: 1.4rem
}

.form-contact #nameFiles .progress-bar {
    display: block;
    background-color: #04bc2d;
    width: 0;
    height: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.form-contact .button-contact {
    width: 100%;
    font-size: 18px;
    outline: none !important;
    border: none;
    text-transform: none;
    color: #fff;
    background: linear-gradient(204.55deg, #65adff -8.43%, #085bb9 131.58%);
    background-size: 200% auto;
    -webkit-transition: background-position .5s ease-out !important;
    transition: background-position .5s ease-out !important;
    border-radius: 6px
}

.select2-selection--single.has-error {
    border-color: red !important
}

.form-contact .button-contact:hover {
    color: #fff;
    background-position: right center
}

.border-attach {
    padding: 7px;
    text-align: center;
    position: relative;
    border: 2px dashed #d0d0d0;
    border-radius: 6px;
    z-index: 0
}

.border-attach span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #d0d0d0;
    font-size: 16px;
    z-index: -1
}

.attach-files-input {
    width: 100%;
    opacity: 0
}

.section-support {
    padding: 50px 0 0
}

.section-support .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form-contact small {
    font-size: 14px;
    color: #000
}

.form-contact #btnContact {
    margin: 9px 0 24px
}

@media (max-width: 991px) {
    .form-contact #btnContact {
        margin: 9px 0 16px
    }
}

.form-contact .select2-container.select2-container--open .select2-selection--single,
.form-contact .select2-selection.select2-selection--single {
    height: 44px
}

.form-contact .select2.select2-container {
    height: 44px
}

.form-contact .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px
}

.form-contact .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 16px !important
}

@media (max-width: 480px) {
    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 20px !important;
        color: #909090
    }
}

.form-contact .form-group .intl-tel-input .flag-container {
    min-width: 100% !important
}

.form-contact .form-group .intl-tel-input .country-list {
    width: 100% !important;
    z-index: 10
}

.note_attach {
    font-size: 12px;
    color: #909090;
    margin-top: 10px
}

.pr-8 {
    padding-right: 8px !important
}

.pl-8 {
    padding-left: 8px !important
}

@media (max-width: 560px) {
    .form-contact .form-group .form-control {
        font-size: 14px
    }

    .form-contact .form-group label {
        font-size: 14px
    }

    .form-contact .select2-container--default .select2-selection--single .select2-selection__placeholder {
        font-size: 14px !important
    }

    .note_attach {
        margin-top: 8px
    }

    .pl-8,
    .pr-8 {
        padding-right: 15px !important;
        padding-left: 15px !important
    }

    .border-attach span {
        font-size: 14px
    }

    .form-contact .form-group textarea {
        height: 91px !important
    }
}

.about-us-banner {
    background: url(../images/about-us/banner-bg-mb.jpg) center no-repeat;
    background-size: cover
}

@media (min-width: 767.98px) {
    .about-us-banner {
        background: url(../images/about-us/banner-bg.jpg) center no-repeat;
        background-size: cover
    }
}

.about-us-banner .breadcrumb {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start
}

.about-us-banner .breadcrumb a {
    color: #d0d0d0
}

.about-us-banner .breadcrumb a.active {
    color: #fff
}

.about-our {
    padding: 32px 0 45px
}

@media (min-width: 992px) {
    .about-our {
        padding: 60px 0
    }
}

@media (min-width: 992px) {
    .about-our__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        gap: 100px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.about-our__wrap--content {
    padding: 0 0 24px
}

@media (min-width: 992px) {
    .about-our__wrap--content {
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%
    }
}

.about-our__wrap--content h2 {
    margin-bottom: 24px
}

@media (min-width: 1200px) {
    .about-our__wrap--content h2 {
        margin-bottom: 32px
    }
}

.about-our__wrap--content p:not(:last-child) {
    margin-bottom: 10px
}

.about-our__wrap--content p strong {
    font-weight: 700
}

.about-our__wrap--video {
    position: relative
}

.about-our__img {
    width: 100%
}

@media (min-width: 1200px) {
    .about-our__img {
        width: unset
    }
}

.about-our__year-exp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 164px;
    height: 54px;
    gap: 10px;
    border-radius: 20px;
    border: 3px solid var(--yellow---1, #ffb200);
    background: var(--FFFFFF, #fff);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05), 0 2px 15px 0 rgba(0, 0, 0, 0.05), 0 9px 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05), 0 2px 15px 0 rgba(0, 0, 0, 0.05), 0 9px 40px 0 rgba(0, 0, 0, 0.1);
    padding: 9px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width: 992px) {
    .about-our__year-exp {
        width: 259px;
        height: 86px;
        gap: 20px;
        bottom: -10px;
        padding: 16px 28px
    }
}

.about-our__year-exp span {
    color: #eb6c00;
    font-size: 28px;
    font-weight: 700;
    line-height: 100%
}

@media (min-width: 992px) {
    .about-our__year-exp span {
        font-size: 48px
    }
}

.about-our__year-exp strong {
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 700;
    line-height: 130%
}

@media (min-width: 992px) {
    .about-our__year-exp strong {
        font-size: 18px;
        line-height: 150%
    }
}

.about-our .button-video--wrap {
    position: absolute;
    top: 20px;
    right: 25px
}

@media (min-width: 1200px) {
    .about-our .button-video--wrap {
        top: 40px
    }
}

.about-our .button-video {
    position: relative;
    width: 56px;
    height: 56px;
    line-height: 95px;
    color: red;
    background: linear-gradient(205deg, #65adff -8.43%, #085bb9 131.58%);
    padding: 10px;
    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;
    text-align: center;
    font-size: 18px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1;
    border-radius: 50%;
    border: none
}

@media (min-width: 992px) {
    .about-our .button-video {
        width: 80px;
        height: 80px
    }
}

.about-our .button-video i {
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 10px solid transparent
}

.about-our .button-video i:after,
.about-our .button-video:after,
.about-our .button-video:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 #c0bcbc;
    box-shadow: 0 0 0 0 #c0bcbc;
    -webkit-animation: button-ripple 3s infinite;
    animation: button-ripple 3s infinite;
    opacity: .6;
    z-index: -1
}

.about-our .button-video:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.about-our .button-video:after {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.about-our .about-our__popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4588235294);
    z-index: 1
}

.about-our .about-our__popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.about-our .about-our__popup .popup-content iframe {
    border-radius: 10px
}

@media (min-width: 992px) {
    .about-our .about-our__popup .popup-content iframe {
        width: 920px;
        height: 540px
    }
}

.about-our .about-our__popup .popup-content iframe .ytp-chrome-top .ytp-show-cards-title {
    display: none
}

.about-our .about-our__popup .popup-content .close-button {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 24px;
    cursor: pointer;
    width: 36px;
    height: 36px;
    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;
    border-radius: 50%;
    background: rgba(94, 94, 94, 0.6901960784)
}

@media (min-width: 992px) {
    .about-our .about-our__popup .popup-content .close-button {
        width: 44px;
        height: 44px
    }
}

.trustworthy-partner {
    padding: 50px 0;
    background: #f9f9f9 url(../images/1686195769-bg-apply.jpg) top no-repeat;
    background-size: cover
}

@media (min-width: 992px) {
    .trustworthy-partner {
        padding: 60px 0
    }

    .trustworthy-partner h2 {
        margin-bottom: 16px
    }
}

.trustworthy-partner__wrap {
    margin-top: 32px
}

@media (min-width: 992px) {
    .trustworthy-partner__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 40px
    }
}

.trustworthy-partner__card {
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 1px 24px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 24px -1px rgba(0, 0, 0, 0.1);
    padding: 32px 20px;
    border: 1px solid transparent
}

@media (min-width: 992px) {
    .trustworthy-partner__card {
        padding: 32px 16px;
        width: 270px
    }
}

@media (min-width: 1200px) {
    .trustworthy-partner__card {
        max-height: 371px
    }
}

.trustworthy-partner__card:hover {
    border: 1px solid #65adff;
    -webkit-transition: .4s;
    transition: .4s
}

.trustworthy-partner__card:not(:last-child) {
    margin-bottom: 24px
}

@media (min-width: 992px) {
    .trustworthy-partner__card:not(:last-child) {
        margin-bottom: 0
    }
}

.trustworthy-partner__card img {
    margin-bottom: 17px;
    width: 64px;
    height: 64px
}

@media (min-width: 992px) {
    .trustworthy-partner__card img {
        width: 80px;
        height: 80px
    }
}

.trustworthy-partner__card h3 {
    color: #8080a3;
    margin-bottom: 12px;
    font-size: 18px
}

.meet-our {
    padding: 50px 0 35px
}

@media (min-width: 1200px) {
    .meet-our {
        padding: 60px 0 0
    }
}

.meet-our__media {
    margin: 24px 0 0;
    position: relative
}

@media (min-width: 1200px) {
    .meet-our__media {
        margin: 32px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 60px;
        padding: 0 53px
    }
}

.meet-our__media--item {
    padding-left: 31px;
    position: relative
}

.meet-our__media--item:not(:last-child) {
    margin-bottom: 24px
}

@media (min-width: 1200px) {
    .meet-our__media--item:not(:last-child) {
        margin-bottom: 0
    }
}

.meet-our__media--item:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #eb6c00;
    top: 5px;
    left: 0;
    border-radius: 50%
}

.meet-our__media--item:before {
    content: "";
    position: absolute;
    background: #eb6c00;
    width: 1px;
    left: 0;
    height: 90%;
    left: 7px;
    top: 5px
}

.meet-our__media--item h3 {
    color: #eb6c00;
    font-size: 18px;
    margin-bottom: 8px
}

@media (min-width: 1200px) {
    .meet-our__media--item h3 {
        margin-bottom: 16px;
        font-size: 20px;
        line-height: 150%
    }
}

@media (min-width: 1200px) {
    .meet-our__media--item p {
        width: 460px
    }
}

@media (min-width: 768px) {
    .meet-our .swiperMeetOur .swiper-slide {
        width: 327px
    }
}

@media (min-width: 992px) {
    .meet-our .swiperMeetOur .swiper-slide {
        width: 300px
    }
}

@media (min-width: 1200px) {
    .meet-our .swiperMeetOur .swiper-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .meet-our .swiperMeetOur .swiper-slide {
        width: 372px !important
    }

    .meet-our .swiperMeetOur .swiper-slide:last-child {
        margin-right: 0 !important
    }
}

.meet-our .swiperMeetOur {
    margin: 0 -24px;
    padding: 32px 0 59px
}

@media (min-width: 768px) {
    .meet-our .swiperMeetOur {
        padding: 32px 24px 59px
    }
}

@media (min-width: 1200px) {
    .meet-our .swiperMeetOur {
        padding: 60px 0
    }
}

.meet-our .swiperMeetOur__card {
    text-align: center;
    padding: 12px 12px 20px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 1px 24px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 24px -1px rgba(0, 0, 0, 0.1);
    width: 327px;
    margin: auto
}

@media (min-width: 992px) {
    .meet-our .swiperMeetOur__card {
        width: 300px
    }
}

@media (min-width: 1200px) {
    .meet-our .swiperMeetOur__card {
        width: 100%;
        padding: 16px 16px 24px
    }
}

.meet-our .swiperMeetOur__card img {
    margin-bottom: 5px;
    border-radius: 10px;
    width: 100%
}

@media (min-width: 992px) {
    .meet-our .swiperMeetOur__card img {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .meet-our .swiperMeetOur__card img {
        margin-bottom: 9px
    }
}

.meet-our .swiperMeetOur__card h3 {
    font-size: 18px;
    color: #8080a3;
    margin-bottom: 2px
}

.meet-our .swiperMeetOur__card h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 150%
}

.meet-our .swiperMeetOur__card-content {
    display: none;
    border-top: 1px solid #eaeaea;
    padding-top: 12px;
    margin-top: 12px;
    -webkit-transition: height .5s ease;
    transition: height .5s ease
}

.meet-our .swiperMeetOur__card-content ul {
    list-style: disc;
    margin-left: 25px;
    text-align: left
}

@-webkit-keyframes button-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 var(--glow-size, 15px) #c0bcbc;
        box-shadow: 0 0 0 var(--glow-size, 15px) #c0bcbc;
        opacity: 0
    }

    to {
        -webkit-box-shadow: 0 0 0 0 #c0bcbc;
        box-shadow: 0 0 0 0 #c0bcbc;
        opacity: 0
    }
}

@keyframes button-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 var(--glow-size, 15px) #c0bcbc;
        box-shadow: 0 0 0 var(--glow-size, 15px) #c0bcbc;
        opacity: 0
    }

    to {
        -webkit-box-shadow: 0 0 0 0 #c0bcbc;
        box-shadow: 0 0 0 0 #c0bcbc;
        opacity: 0
    }
}

@media (max-width: 991.98px) {
    .wrapper-box-status .menu-profile {
        display: none
    }
}

.wrapper-box-status .order-pending {
    padding: 24px 0 40px;
    width: 100%
}

@media (min-width: 992px) {
    .wrapper-box-status .order-pending {
        width: 100%;
        padding: 16px 0 40px
    }
}

.wrapper-box-status .order-pending h2 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 72px;
    background: #fff;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    color: #081856;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    z-index: 999
}

@media (min-width: 992px) {
    .wrapper-box-status .order-pending h2 a {
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 100%;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        padding-left: 34px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-size: 28px;
        z-index: 1
    }
}

.wrapper-box-status .order-pending h2 a:before {
    content: url("../images/order-status/back-icon.svg");
    position: absolute;
    width: 24px;
    height: 24px;
    left: 16px
}

@media (min-width: 992px) {
    .wrapper-box-status .order-pending h2 a:before {
        left: 0;
        top: 3px
    }
}

.wrapper-box-status h3 {
    margin-top: 24px;
    color: #081856;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%
}

@media (min-width: 992px) {
    .wrapper-box-status h3 {
        font-size: 20px
    }
}

.box-status {
    border-radius: 10px;
    border: 1px solid #d4d4d4;
    background: #fff;
    text-align: center;
    padding: 24px 0
}

.box-status p strong {
    font-weight: 700
}

@media (min-width: 992px) {
    .box-status {
        margin-top: 32px
    }
}

.box-status img {
    margin-bottom: 16px
}

@media (min-width: 992px) {
    .box-status img {
        width: 68px
    }
}

.box-status-button {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 11px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.box-status-button .btn {
    padding: 8px 18px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

.infor-order-box {
    margin-top: 24px;
    border-radius: 10px;
    border: 1px solid #d4d4d4;
    background: #fff;
    padding: 24px 16px
}

@media (min-width: 992px) {
    .infor-order-box {
        padding: 40px;
        margin-top: 32px
    }
}

.infor-order-box__inner div {
    padding: 8px 0;
    border-bottom: 1px dashed #d4d4d4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 11px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.infor-order-box__inner div span {
    font-size: 14px;
    line-height: 150%;
    color: #434343;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width: 992px) {
    .infor-order-box__inner div span {
        font-size: 16px
    }
}

.infor-order-box__inner div span strong {
    font-weight: 700
}

.infor-order-box__inner .infor-heading {
    border-bottom: 2px solid #d4d4d4;
    padding-bottom: 8px;
    padding-top: 0;
    margin-bottom: 16px
}

.infor-order-box__inner .infor-heading span {
    font-weight: 700
}

.accordion-compt .card {
    margin-top: 16px;
    border-radius: 10px !important;
    border: 1px solid #d4d4d4 !important;
    background: #fff
}

.accordion-compt .card .card-header {
    padding: 0;
    background: #fff
}

.accordion-compt .card .card-header h4 {
    position: relative
}

.accordion-compt .card .card-header h4 .btn-link {
    color: #434343;
    padding: 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%
}

.accordion-compt .card .card-header h4 .btn-link:hover {
    color: #434343;
    text-decoration: none
}

.accordion-compt .card .card-header h4 .btn-link:focus {
    text-decoration: none
}

.accordion-compt .card .card-header h4 .btn-link:after {
    content: url(../images/order-status/arrow-down-collapse-icon.svg);
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.accordion-compt .card .card-header h4 .btn-link[aria-expanded="true"]:after {
    content: url(../images/order-status/arrow-up-collapse-icon.svg)
}

.accordion-compt .card .card-body {
    padding: 8px 16px 24px
}

.travel-insurance-banner {
    background: none
}

.travel-insurance-banner .container {
    position: static
}

.travel-insurance-banner:before {
    content: none
}

@media (max-width: 575px) {
    .travel-insurance-banner .banner-inner {
        height: 250px;
        min-height: unset
    }
}

.travel-insurance-banner .banner-inner .banner-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.travel-insurance-banner .banner-inner .banner-content span {
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 700;
    line-height: 150%
}

@media (min-width: 992px) {
    .travel-insurance-banner .banner-inner .banner-content span {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 4px
    }
}

.let-explore {
    margin-top: 32px
}

@media (min-width: 992px) {
    .let-explore {
        margin-top: 60px
    }
}

.let-explore__heading {
    color: #085bb9;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%
}

.let-explore h2 {
    margin-top: 10px
}

.let-explore__text {
    margin-top: 24px
}

@media (min-width: 992px) {
    .let-explore__text {
        margin-top: 32px
    }
}

.let-explore__riskntrouble {
    margin-top: 24px
}

.let-explore__riskntrouble p strong {
    font-weight: 700
}

.let-explore__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px
}

@media (min-width: 992px) {
    .let-explore__cards {
        gap: 20px
    }
}

.let-explore__card {
    width: 156px;
    text-align: center;
    padding: 16px 0;
    border-radius: 10px
}

@media (min-width: 992px) {
    .let-explore__card {
        width: 174px
    }
}

.let-explore__card img {
    display: block;
    margin: auto
}

@media (min-width: 992px) {
    .let-explore__card img {
        width: 56px
    }
}

.let-explore__card span {
    display: block;
    font-weight: 700;
    margin-top: 16px
}

@media (min-width: 992px) {
    .let-explore__card span {
        font-size: 18px;
        line-height: 150%
    }
}

.let-explore__card:first-child {
    background: rgba(152, 200, 255, 0.2)
}

.let-explore__card:nth-child(2) {
    background: rgba(57, 227, 220, 0.2)
}

.let-explore__card:nth-child(3) {
    background: rgba(255, 191, 136, 0.2)
}

.let-explore__card:nth-child(4) {
    background: rgba(246, 219, 155, 0.2)
}

.let-explore__button {
    margin-top: 24px;
    text-align: center
}

.let-explore__button p {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%
}

.let-explore__button button {
    margin-top: 16px;
    padding: 11px 35px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px
}

@media (min-width: 992px) {
    .let-explore__button button {
        padding: 11px 30px
    }
}

.let-explore__img {
    margin-top: 32px
}

@media (min-width: 992px) {
    .let-explore__img {
        margin-top: 0
    }
}

.let-explore__img img {
    display: block;
    margin: auto
}

.let-explore__logo-content {
    text-align: center;
    margin-top: 50px;
    border-radius: 20px;
    background: #fff;
    -webkit-box-shadow: 0 1px 24px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 24px -1px rgba(0, 0, 0, 0.1);
    padding: 32px 24px
}

@media (min-width: 992px) {
    .let-explore__logo-content {
        max-width: 1000px;
        margin: 60px auto 0;
        padding: 32px 30px
    }
}

.let-explore__logo-content--img {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 24px
}

.let-explore__logo-content--img img {
    display: block;
    margin: auto
}

.let-explore__logo-content--text {
    margin-top: 24px
}

@media (min-width: 992px) {
    .let-explore-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 40px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }
}

.travel-cover {
    margin-top: 50px
}

@media (min-width: 992px) {
    .travel-cover {
        margin-top: 60px
    }
}

.travel-cover .accordionTravelCover {
    margin: 24px -24px 0
}

@media (min-width: 992px) {
    .travel-cover .accordionTravelCover {
        margin: 32px auto 0;
        max-width: 1000px
    }
}

.travel-cover .accordionTravelCover .card {
    border-radius: 0 !important
}

@media (min-width: 992px) {
    .travel-cover .accordionTravelCover .card {
        border-radius: 10px !important
    }
}

.travel-cover .accordionTravelCover .card .card-header button {
    padding-right: 25px;
    color: #085bb9;
    font-weight: 700;
    line-height: 150%
}

.travel-cover .accordionTravelCover .card .card-header button:hover {
    color: #085bb9
}

.travel-cover .accordionTravelCover .card .card-body {
    padding: 0
}

.travel-cover .accordionTravelCover .card .card-body div {
    border-bottom: 1px solid #d4d4d4;
    padding: 12px 0;
    gap: 15px
}

.travel-cover .accordionTravelCover .card .card-body div:last-child {
    border-bottom: none
}

.travel-cover .accordionTravelCover .card .card-body div span {
    padding: 0 16px;
    font-size: 14px;
    line-height: 150%;
    color: #5e5e5e
}

.travel-cover .accordionTravelCover .card .card-body div span:first-child {
    padding: 0 0 0 16px
}

.travel-cover .accordionTravelCover .card .card-body div span:nth-child(2) {
    padding: 0 16px 0 0
}

.travel-cover .accordionTravelCover .card .card-body div span i {
    font-size: 12px;
    font-style: italic
}

.travel-cover__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px
}

@media (min-width: 992px) {
    .travel-cover__link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 1000px;
        margin: 32px auto 0;
        gap: 16px 15px
    }
}

.travel-cover__link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #434343;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    text-decoration-line: underline
}

@media (min-width: 992px) {
    .travel-cover__link a {
        -webkit-box-flex: 49%;
        -ms-flex: 49%;
        flex: 49%
    }

    .travel-cover__link a:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .travel-cover__link a:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .travel-cover__link a:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .travel-cover__link a:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
}

.travel-cover__button {
    text-align: center;
    margin-top: 24px
}

.travel-cover__button a {
    width: 279px;
    height: 48px;
    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;
    margin: auto;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px
}

@media (min-width: 992px) {
    .travel-cover__button {
        margin-top: 32px
    }

    .travel-cover__button a {
        width: 270px
    }
}

.travel-insurance-form {
    padding: 50px 0;
    background: url(../images/travel-insurance/travel-insurance-form-bg.png) center no-repeat;
    background-size: cover;
    margin-top: 50px
}

@media (min-width: 992px) {
    .travel-insurance-form {
        background: url(../images/travel-insurance/travel-insurance-form-bg.png) center no-repeat;
        background-size: cover;
        margin-top: 60px;
        padding: 60px 0
    }

    .travel-insurance-form .travel-insurance-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        gap: 30px
    }

    .travel-insurance-form .travel-insurance-wrap .insurance-form-img img {
        display: block;
        margin-bottom: -60px
    }
}

@media (min-width: 992px) {

    .insurance-form-desk,
    .insurance-form-mobile {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.insurance-form-desk form,
.insurance-form-mobile form {
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 24px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 24px -1px rgba(0, 0, 0, 0.1);
    padding: 32px 24px
}

.insurance-form-desk form h3,
.insurance-form-mobile form h3 {
    font-size: 16px;
    margin-bottom: 48px;
    color: #081856
}

.insurance-form-desk form .mb-15,
.insurance-form-mobile form .mb-15 {
    margin-top: 32px
}

.insurance-form-desk form .mb-15.select2-wrapper .select-box-category .select2,
.insurance-form-mobile form .mb-15.select2-wrapper .select-box-category .select2 {
    width: 100% !important
}

.insurance-form-desk form .select2-wrapper .select2,
.insurance-form-mobile form .select2-wrapper .select2 {
    width: 100% !important
}

.insurance-form-desk form #box-travelers .row-traveler,
.insurance-form-mobile form #box-travelers .row-traveler {
    padding-bottom: 18px
}

@media (max-width: 991.98px) {

    .insurance-form-desk form #box-travelers .row-traveler,
    .insurance-form-mobile form #box-travelers .row-traveler {
        padding-bottom: 14px
    }
}

.insurance-form-desk form .input-custom-form,
.insurance-form-mobile form .input-custom-form {
    width: -webkit-fill-available;
    outline: none;
    height: 44px !important;
    border-radius: 6px;
    border: 1px solid #d4d4d4;
    background: #fff;
    padding: 12px 16px;
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.insurance-form-desk form .form-group-style .field-label,
.insurance-form-mobile form .form-group-style .field-label {
    top: -24px !important;
    z-index: 0;
    left: 0;
    color: #434343;
    font-weight: 500;
    line-height: 150%
}

.insurance-form-desk form .select-box-category .title-placeholder,
.insurance-form-mobile form .select-box-category .title-placeholder {
    position: absolute;
    top: -24px;
    left: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    pointer-events: none;
    color: #434343;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

.insurance-form-desk form #box-travelers,
.insurance-form-mobile form #box-travelers {
    margin-top: 16px
}

.insurance-form-desk form strong a,
.insurance-form-mobile form strong a {
    margin-top: 24px;
    padding: 5px 10px;
    border: 1px solid #65adff;
    background: #fff !important;
    color: #085bb9 !important;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    width: 200px;
    height: 32px
}

.insurance-form-desk form .text-right,
.insurance-form-mobile form .text-right {
    margin-top: 24px
}

.insurance-form-desk form .text-right .mr-20 span,
.insurance-form-mobile form .text-right .mr-20 span {
    color: #e30a17
}

@media (min-width: 992px) {

    .insurance-form-desk form .text-right .mr-20,
    .insurance-form-mobile form .text-right .mr-20 {
        margin-right: 24px
    }
}

.insurance-form-desk form .text-right #save-sprice,
.insurance-form-mobile form .text-right #save-sprice {
    color: #e30a17;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    text-decoration-line: strikethrough
}

.insurance-form-desk form .text-right .text-20,
.insurance-form-mobile form .text-right .text-20 {
    margin-top: 4px
}

.insurance-form-desk form .text-right .text-20 strong,
.insurance-form-mobile form .text-right .text-20 strong {
    font-size: 20px
}

.insurance-form-desk form .text-right .text-20 strong#total-price,
.insurance-form-mobile form .text-right .text-20 strong#total-price {
    color: #434343 !important
}

@media (min-width: 992px) {

    .insurance-form-desk form .text-right .text-20 strong,
    .insurance-form-mobile form .text-right .text-20 strong {
        font-size: 24px;
        font-weight: 700;
        line-height: normal
    }
}

.insurance-form-desk form .text-right div strong,
.insurance-form-mobile form .text-right div strong {
    font-size: 20px;
    font-weight: 700;
    line-height: normal
}

.insurance-form-desk form .text-right button,
.insurance-form-mobile form .text-right button {
    margin-top: 16px;
    background: linear-gradient(205deg, #65adff -8.43%, #085bb9 131.58%) !important;
    height: 48px;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%
}

@media (min-width: 992px) {

    .insurance-form-desk form .text-right button,
    .insurance-form-mobile form .text-right button {
        margin-top: 0;
        color: #fff;
        text-align: center;
        width: 268px;
        border: none;
        height: 56px
    }
}

.insurance-make-your-claim {
    padding: 50px 0;
    background: none;
    background: #f9f9f9 url(../images/travel-insurance/make-your-claim-section-bg.jpg) top no-repeat;
    background-size: contain
}

.insurance-make-your-claim h2 {
    margin-bottom: 8px
}

.insurance-make-your-claim i {
    font-style: italic
}

.insurance-make-your-claim .trustworthy-partner__card {
    padding: 24px 20px
}

.insurance-make-your-claim .trustworthy-partner__card img {
    margin-bottom: 16px
}

@media (min-width: 992px) {
    .insurance-make-your-claim .trustworthy-partner__card h3 {
        margin-bottom: 16px
    }
}

@media (min-width: 992px) {
    .insurance-make-your-claim {
        padding: 60px 0;
        background: #f9f9f9 url(../images/travel-insurance/make-your-claim-section-desk-bg.png) top no-repeat;
        background-size: contain
    }

    .insurance-make-your-claim .trustworthy-partner__wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .insurance-make-your-claim .trustworthy-partner__wrap .trustworthy-partner__card {
        width: 348px;
        padding: 32px 24px;
        height: 275px
    }
}

.travel-insurance-claim {
    padding: 50px 0
}

@media (min-width: 992px) {
    .travel-insurance-claim {
        padding: 60px 0
    }
}

.travel-insurance-claim__text {
    margin-top: 16px
}

.travel-insurance-claim__text i {
    font-style: italic
}

.travel-insurance-claim__box {
    margin-top: 24px
}

@media (min-width: 992px) {
    .travel-insurance-claim__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;
        gap: 80px;
        margin-top: 32px
    }
}

.travel-insurance-claim__box .box {
    border-radius: 20px;
    background: #fff;
    -webkit-box-shadow: 0 1px 24px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 24px -1px rgba(0, 0, 0, 0.1);
    padding: 24px 16px
}

@media (min-width: 992px) {
    .travel-insurance-claim__box .box {
        width: 500px;
        padding: 32px;
        height: 236px
    }
}

.travel-insurance-claim__box .box h3 {
    font-size: 16px
}

.travel-insurance-claim__box .box ul {
    list-style: disc;
    padding-left: 16px;
    margin-top: 16px
}

.travel-insurance-claim__box .box a {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #434343;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    gap: 10px
}

.travel-insurance-claim__box .image {
    margin-top: 24px;
    text-align: center
}

@media (min-width: 992px) {
    .travel-insurance-claim__box .image {
        width: 400px;
        margin-top: 0
    }

    .travel-insurance-claim__box .image img {
        display: block;
        width: 100%
    }
}

.insurance-choose {
    padding: 50px 0;
    background: #f9f9f9;
    max-width: 100%
}

.insurance-choose .choose-item h3 {
    font-weight: 500
}

.insurance-choose .choose-item:first-child h3 {
    color: #eb6c00
}

.insurance-choose .choose-item:nth-child(2) h3 {
    color: #085bb9
}

.insurance-choose .choose-item:nth-child(3) h3 {
    color: #ffb200
}

@media (min-width: 992px) {
    .insurance-choose {
        padding: 60px 0
    }
}

.insurance-choose h2~p {
    margin-top: 16px
}

.insurance-choose .choose-icon img:last-child {
    display: block
}

@media (max-width: 991.98px) {
    .insurance-choose .choose-item {
        padding-top: 70px
    }
}

@media (max-width: 575px) {
    .insurance-choose .choose-list {
        gap: 69px 20px;
        margin-top: 69px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .insurance-choose .choose-icon {
        position: absolute;
        top: -45px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .insurance-choose .choose-icon~div {
        margin-top: 16px
    }

    .insurance-choose .choose-icon~div h3 {
        margin-bottom: 16px
    }

    .insurance-choose .choose-icon img:first-child {
        display: block;
        width: 90px;
        height: 90px
    }

    .insurance-choose .choose-item {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        min-height: 224px;
        padding: 24px 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 50px
    }

    .insurance-choose .choose-item span {
        color: var(--434343, #434343);
        font-size: 16px;
        font-weight: 400;
        line-height: 150%
    }
}

@media (min-width: 992px) {
    .insurance-choose .choose-item {
        padding: 76px 20px 24px;
        height: 272px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        width: 328px
    }

    .insurance-choose .choose-list {
        gap: 40px
    }
}

.form-custom .intl-tel-input .selected-flag .iti-flag {
    top: 3px;
    margin-top: 12px !important
}

.form-custom label {
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500
}

.form-custom h3.mt-20 {
    color: #081856 !important;
    margin: 16px 0 15px !important
}

.row-traveler-title {
    color: #081856 !important
}

.select-box-category .select2-container .select2-selection--single {
    height: 44px !important
}

.select-box-category .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 15px !important
}

.insurance-form-desk form .select2-wrapper,
.insurance-form-mobile form .select2-wrapper .form-custom .mt-30 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px
}

.mt-30 .d-flex {
    padding-top: 24px
}

.mt-30 .d-flex {
    padding-right: 8px !important
}

.form-custom .d-flex .form-group-style label,
.form-custom .d-flex .select-box-category label.title-placeholder {
    top: -26px !important
}

.input-calendar {
    background: url(https://d3e5x5g6n8is1m.cloudfront.net/uploads/calender-1700035518.svg) !important;
    background-repeat: no-repeat !important;
    background-position: top 10px right 10px !important
}

.form-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(../images/header/arrow-gray.svg) !important;
    left: 50%;
    margin-left: -10px !important;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 10px !important;
    height: 6px !important;
    background-image: url(/frontend/images/header/arrow-gray.svg) !important;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    border: none !important
}

@media (max-width: 500px) {
    .form-custom h3 {
        font-size: 16px !important
    }

    .insurance-form-desk form .mb-15,
    .insurance-form-mobile form .mb-15 {
        margin-top: 38px
    }

    .row-traveler .select2-wrapper .select-box-category {
        margin-top: 38px !important
    }

    .select-box-category .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 10px !important
    }

    .insurance-form-desk form .row-traveler .mb-15:first-of-type {
        margin-top: 30px !important
    }

    .form-custom label {
        font-size: 14px !important
    }

    .form-custom #save-price {
        font-size: 14px !important
    }

    .form-group-style input::-webkit-input-placeholder {
        font-size: 14px !important;
        color: #909090 !important
    }

    .form-group-style input::-moz-placeholder {
        font-size: 14px !important;
        color: #909090 !important
    }

    .form-group-style input:-ms-input-placeholder {
        font-size: 14px !important;
        color: #909090 !important
    }

    .form-group-style input::-ms-input-placeholder {
        font-size: 14px !important;
        color: #909090 !important
    }

    .form-group-style input::placeholder {
        font-size: 14px !important;
        color: #909090 !important
    }
}

.banner-search-result {
    padding: 0;
    background: url(https://d3e5x5g6n8is1m.cloudfront.net/uploads/banner-search-result-mb-1697419098.jpg) no-repeat top center;
    background-size: cover
}

@media (min-width: 1200px) {
    .banner-search-result {
        background: url(https://d3e5x5g6n8is1m.cloudfront.net/uploads/banner-search-result-1697419098.jpg) no-repeat top center;
        background-size: cover
    }
}

.banner-search-result .banner-inner {
    min-height: 250px;
    padding: 39px 0
}

@media (min-width: 1200px) {
    .banner-search-result .banner-inner {
        min-height: 448px
    }
}

.banner-search-result .banner-inner .title {
    color: #fff;
    font-size: 24px
}

@media (min-width: 1200px) {
    .banner-search-result .banner-inner .title {
        font-size: 36px
    }
}

.banner-search-result .banner-inner h1 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 24px
}

@media (min-width: 1200px) {
    .banner-search-result .banner-inner h1 {
        font-size: 36px;
        font-weight: 700;
        line-height: 150%
    }
}

.banner-search-result .banner-inner .destination-search-select {
    margin: 0
}

.banner-search-result .banner-inner .destination-search-select .customer-select2,
.banner-search-result .banner-inner .destination-search-select .destination-search {
    height: 48px
}

@media (min-width: 1200px) {

    .banner-search-result .banner-inner .destination-search-select .customer-select2,
    .banner-search-result .banner-inner .destination-search-select .destination-search {
        height: 52px
    }
}

.banner-search-result .banner-inner .destination-search-select .customer-select2 .select2-selection--single {
    height: 48px
}

@media (min-width: 1200px) {
    .banner-search-result .banner-inner .destination-search-select .customer-select2 .select2-selection--single {
        height: 52px
    }
}

.search-result {
    padding: 32px 0 50px;
    background: none
}

@media (min-width: 1200px) {
    .search-result {
        padding: 40px 0 60px
    }
}

.search-result__heading {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

@media (min-width: 1200px) {
    .search-result__heading {
        font-size: 16px;
        max-width: 960px;
        margin: auto
    }
}

.search-result__heading span {
    color: #eb6c00;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

@media (min-width: 1200px) {
    .search-result__heading span {
        font-size: 16px
    }
}

.search-result__list {
    padding: 24px 0
}

@media (min-width: 1200px) {
    .search-result__list {
        padding: 32px 0;
        max-width: 960px;
        margin: auto
    }
}

.search-result__item {
    font-size: 14px
}

@media (min-width: 1200px) {
    .search-result__item {
        font-size: 16px
    }
}

.search-result__item:not(:last-child) {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 10px;
    margin-bottom: 10px
}

@media (min-width: 1200px) {
    .search-result__item:not(:last-child) {
        padding-bottom: 16px;
        margin-bottom: 16px
    }
}

.search-result__item .item-heading {
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 4px;
    color: #434343
}

.search-result__item a {
    margin: 4px 0;
    display: block;
    color: #085bb9;
    line-height: 150%
}

.search-result__item a:nth-child(2) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.search-result__item .item-content {
    margin-top: 4px;
    color: #777;
    line-height: 150%
}

.search-result .pagination {
    margin: 0;
    gap: 4px
}

@media (min-width: 1200px) {
    .search-result .pagination {
        gap: 10px
    }
}

.search-result .pagination .page-item:first-child .page-link,
.search-result .pagination .page-item:last-child .page-link {
    width: 42px
}

@media (min-width: 1200px) {

    .search-result .pagination .page-item:first-child .page-link,
    .search-result .pagination .page-item:last-child .page-link {
        width: 80px
    }
}

.search-result .pagination .page-item .page-link {
    width: 30px;
    height: 30px;
    color: #085bb9;
    font-size: 14px
}

@media (min-width: 1200px) {
    .search-result .pagination .page-item .page-link {
        width: 40px;
        height: 40px;
        font-size: 18px
    }
}

.search-result .pagination .page-item.active .page-link {
    color: #fff
}

.loading {
    width: 100%;
    height: auto;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.loading .lo_circle {
    border: 2px solid orange;
    border-radius: 50%;
    border-color: #ddd #ddd #ddd transparent;
    width: 30px;
    height: 30px;
    -webkit-animation: spinning 1s linear infinite;
    animation: spinning 1s linear infinite
}

@-webkit-keyframes spinning {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinning {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px
}

@media (min-width: 992px) {
    .pagination {
        gap: 8px
    }
}

.pagination .page-item.active .page-link {
    background: linear-gradient(205deg, #65adff -8.43%, #085bb9 131.58%);
    border: none
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    border-radius: 6px
}

.pagination .page-link {
    border-radius: 6px;
    border: 1px solid #65adff;
    background: #fff;
    color: #085bb9;
    width: 32px;
    height: 32px;
    padding: 0;
    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;
    font-size: 14px
}

.pagination .page-link:hover {
    background: rgba(128, 128, 128, 0.14)
}

@media (min-width: 992px) {
    .pagination .page-link {
        width: 36px;
        height: 36px
    }
}

.pagination .page-link span {
    height: 16px
}

.pagination .page-link-dot {
    border: none;
    background: none
}

.pagination .page-link-dot:hover {
    background: none;
    cursor: default
}

.banner-destination .destination-search-select .blog-search {
    width: 600px
}

.banner-destination .destination-search-select .blog-search img {
    width: 24px;
    height: 24px;
    z-index: 0
}

.blog {
    padding: 16px 0 50px
}

.blog .pagination .page-item .page-link {
    width: 30px;
    height: 30px;
    font-weight: 500;
    line-height: 20px
}

.blog .pagination .page-item:first-child .page-link,
.blog .pagination .page-item:last-child .page-link {
    width: 42px
}

.blog .pagination .page-item:first-child .page-link.disabled,
.blog .pagination .page-item:last-child .page-link.disabled {
    opacity: .3;
    cursor: not-allowed
}

.article-heading:hover .article-heading__img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .4s;
    transition: .4s
}

.article-heading__img {
    margin: 0 -24px
}

.article-heading__img img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .4s;
    transition: .4s
}

.article-heading__content {
    margin: 24px 0 0
}

.article-heading__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px
}

.article-heading h2 {
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.article-heading h2 a {
    color: #2e2e2e
}

.article-heading p {
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.article-heading__author-date {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 150%
}

.article-heading__author-date .author {
    color: #2d3860;
    font-weight: 500
}

.article-heading__author-date .date {
    color: #909090;
    font-size: 14px;
    font-style: italic;
    font-weight: 400
}

.article-list {
    margin-bottom: 32px
}

.list-unstyled.article-left-list.article-list {
    margin-bottom: 0
}

.article-regular {
    margin-top: 32px
}

.article-regular:hover .article-regular__img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .4s;
    transition: .4s
}

.article-regular__img {
    overflow: hidden;
    border-radius: 10px
}

.article-regular__img img {
    aspect-ratio: 405/270;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    width: 100%;
    -webkit-transition: .4s;
    transition: .4s
}

.article-regular__body .author-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px
}

.article-regular__body .author-date .author {
    color: #2d3860;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

.article-regular__body .author-date .date {
    color: #909090;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%
}

.article-regular__body .heading {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.article-regular__body .heading a {
    color: #434343
}

.article-regular__body .tags-list {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.article-most-popular {
    margin: 50px 0 0
}

.article-most-popular h3 {
    color: #081856
}

.article-most-popular__list {
    margin-top: 24px
}

.article-most-popular__tags-list {
    margin-top: 32px
}

.article-most-popular__tags-list .tags-list {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.article-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-top: 16px
}

.article-small:hover .article-small__img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .4s;
    transition: .4s
}

.article-small__img {
    overflow: hidden;
    border-radius: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.article-small__img img {
    display: block;
    -webkit-transition: .4s;
    transition: .4s;
    width: 100%
}

.article-small__body h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%
}

.article-small__body h4 a {
    color: #434343
}

.article-small__body .date {
    color: var(--909090, #909090);
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
    margin-top: 4px
}

.article-small__body .author {
    margin-top: 4px
}

.article-small__body .author a {
    color: #2d3860;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

.article-horizontal-regular {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-top: 24px
}

@media (min-width: 992px) {
    .article-horizontal-regular {
        gap: 24px
    }
}

.article-horizontal-regular:hover .article-horizontal-regular__img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .4s;
    transition: .4s
}

.article-horizontal-regular__img {
    overflow: hidden;
    border-radius: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 135px
}

@media (min-width: 768px) {
    .article-horizontal-regular__img {
        width: unset
    }
}

.article-horizontal-regular__img img {
    display: block;
    -webkit-transition: .4s;
    transition: .4s;
    width: 100%
}

.article-horizontal-regular__body h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%
}

@media (min-width: 992px) {
    .article-horizontal-regular__body h4 {
        font-size: 18px
    }
}

.article-horizontal-regular__body h4 a {
    color: #2e2e2e
}

.article-horizontal-regular__body p {
    display: none
}

@media (min-width: 768px) {
    .article-horizontal-regular__body p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: block;
        color: #5e5e5e;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        margin-top: 10px
    }
}

@media (min-width: 768px) {
    .article-horizontal-regular__body .author {
        margin-top: 16px
    }
}

.article-horizontal-regular__body .author a {
    color: #2d3860;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    margin-top: 4px
}

.blog-tag {
    padding: 18px 0 50px
}

.blog-article-search {
    padding: 26px 0 50px
}

@media (min-width: 578px) {
    .article-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .article-list .article-regular {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px)
    }
}

@media (min-width: 768px) {
    .article-heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 24px
    }

    .article-heading h2 {
        font-size: 24px
    }

    .article-heading__img {
        margin: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 405px;
        flex: 0 0 405px;
        height: 270px;
        border-radius: 10px;
        overflow: hidden
    }
}

@media (min-width: 992px) {
    .article-list .article-regular {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 20px);
        flex: 0 0 calc(33.33% - 20px)
    }
}

@media (max-width: 1198px) {
    .blog-article-banner {
        background: url(https://d3e5x5g6n8is1m.cloudfront.net/uploads/banner-search-result-mb-1697419098.jpg) no-repeat top center;
        padding: 0;
        background-size: cover
    }

    .blog-article-banner .banner-inner .breadcrumb {
        display: none
    }
}

@media (min-width: 1200px) {
    .blog-article-banner {
        background: url(https://d3e5x5g6n8is1m.cloudfront.net/uploads/banner-search-result-1697419098.jpg) no-repeat top center;
        padding: 0;
        background-size: cover
    }

    .blog-article-banner .banner-inner {
        min-height: 270px
    }

    .blog-article-banner .banner-inner h1 {
        margin-bottom: 32px
    }

    .blog-article-banner .banner-inner .breadcrumb {
        top: 10px
    }

    .blog-article-banner .banner-inner .breadcrumb a {
        color: #d4d4d4
    }

    .article-heading__content {
        margin: 10px 0 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .article-most-popular h3 {
        font-size: 28px;
        margin-bottom: 24px
    }

    .blog .pagination .page-item .page-link {
        width: 36px;
        height: 36px;
        font-size: 16px;
        line-height: 150%
    }

    .blog .pagination .page-item:first-child .page-link,
    .blog .pagination .page-item:last-child .page-link {
        width: 80px
    }
}

@media (min-width: 1400px) {
    .blog {
        padding: 60px 0
    }

    .blog-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px
    }

    .blog-wrapper .article-list {
        margin-bottom: 40px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }

    .blog-wrapper .article-list .article-regular {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 258px;
        flex: 0 0 258px
    }

    .blog-wrapper .article-most-popular {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 326px;
        flex: 0 0 326px;
        margin: 0
    }

    .article-regular {
        margin-top: 40px
    }

    .blog-tag {
        padding: 20px 0 60px
    }

    .blog-tag .blog-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto;
        max-width: 1122px
    }

    .blog-article-search {
        padding: 36px 0 60px
    }
}

@media (min-width: 1400px) and (min-width: 1400px) {
    .blog-article-search .article-most-popular {
        margin-top: 24px
    }
}

.blog-detail {
    padding: 24px 0 50px
}

@media (min-width: 1400px) {
    .blog-detail {
        padding: 60px 0
    }

    .blog-detail .blog-wrapper {
        display: -ms-grid;
        display: grid;
        grid-template-areas: "content search" "content latestBlog";
        -ms-grid-rows: 84px 1fr;
        grid-template-rows: 84px 1fr;
        -ms-grid-columns: 834px 1fr;
        grid-template-columns: 834px 1fr
    }

    .blog-detail .blog-wrapper .article-detail-search {
        grid-area: search
    }

    .blog-detail .blog-wrapper .blog-article {
        grid-area: content
    }

    .blog-detail .blog-wrapper .article-most-popular {
        grid-area: latestBlog;
        position: sticky;
        top: 100px;
        height: 600px
    }
}

@media (min-width: 1400px) {
    .blog-detail .blog-wrapper .article-detail-search {
        -ms-grid-row: 1;
        -ms-grid-column: 2
    }

    .blog-detail .blog-wrapper .blog-article {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1
    }

    .blog-detail .blog-wrapper .article-most-popular {
        -ms-grid-row: 2;
        -ms-grid-column: 2
    }
}

@media (max-width: 1398px) {
    .blog-detail .breadcrumb {
        display: none
    }
}

@media (min-width: 1400px) {
    .blog-detail .breadcrumb {
        top: 10px
    }

    .blog-detail .breadcrumb a {
        color: #909090
    }
}

.blog-detail .article-detail-search .destination-search-select {
    margin: 0 0 32px
}

.blog-detail .article-detail-search .destination-search-select .destination-search {
    height: 48px
}

@media (min-width: 1400px) {
    .blog-detail .article-detail-search .destination-search-select .destination-search {
        width: 100%;
        height: 52px
    }
}

.blog-detail h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    color: #2e2e2e
}

@media (min-width: 1400px) {
    .blog-detail h1 {
        font-size: 36px
    }
}

.blog-detail .author-date {
    margin-top: 16px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    line-height: 150%
}

.blog-detail .author-date .author {
    font-weight: 700;
    color: #2d3860
}

.blog-detail .author-date .date {
    font-size: 16px;
    color: #909090;
    font-style: italic;
    font-weight: 400
}

.blog-detail .table-of-content {
    padding: 16px;
    border-radius: 10px;
    background: #f9f9f9;
    margin: 24px 0
}

.blog-detail .table-of-content h3 {
    color: #434343;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%
}

@media (min-width: 1400px) {
    .blog-detail .table-of-content h3 {
        font-size: 18px
    }
}

.blog-detail .table-of-content ul {
    margin-top: 16px
}

.blog-detail .table-of-content ul li:not(:last-child) {
    margin-bottom: 10px
}

.blog-detail .table-of-content ul li ul {
    margin-left: 16px
}

.blog-detail .table-of-content ul a {
    color: #2d3860;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

@media (min-width: 1400px) {
    .blog-detail .table-of-content ul a {
        font-size: 16px
    }
}

@media (min-width: 1400px) {
    .blog-detail .table-of-content {
        padding: 24px;
        margin: 32px 0
    }
}

.blog-detail .tags-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #d4d4d4
}

@media (min-width: 1400px) {
    .blog-detail .tags-items {
        margin-top: 32px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.blog-detail .tags-items__icon img {
    display: block
}

.blog-detail .tags-items__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px
}

.blog .content-format {
    text-align: left
}

.blog .content-format h2 {
    margin: 16px 0;
    scroll-margin-top: 150px
}

.blog .content-format h3,
.blog .content-format h4 {
    margin: 16px 0;
    scroll-margin-top: 150px
}

.blog .content-format a {
    text-decoration: underline;
    color: #085bb9
}

.blog .content-format p,
.blog .content-format ul {
    margin: 10px 0 0
}

.blog .content-format ol {
    margin: 10px 0 0 24px
}

.blog .content-format ol li {
    margin-top: 0
}

.blog .content-format p img {
    display: block;
    margin: 24px auto 16px
}

.blog .content-format .text-center i {
    font-style: italic;
    font-size: 14px;
    color: #5e5e5e
}

@media (min-width: 1400px) {
    .blog .content-format p:first-child {
        font-size: 16px
    }

    .blog .content-format p img {
        margin: 32px auto 16px
    }

    .blog .content-format .text-center i {
        font-size: 16px
    }

    .blog .content-format h2 {
        margin: 16px 0
    }

    .blog .content-format h3,
    .blog .content-format h4 {
        margin: 24px 0 16px
    }
}

em {
    font-style: italic !important
}

.blog-article {
    width: 100%
}

@media (min-width: 1200px) {
    .banner-faq .banner-inner {
        min-height: 300px
    }
}

.banner-faq .banner-inner h1 {
    margin: 0
}

.banner-faq .banner-inner p {
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    margin-top: 8px
}

@media (min-width: 1200px) {
    .banner-faq .banner-inner p {
        margin-top: 4px;
        font-size: 24px
    }
}

.banner-faq .banner-inner .destination-search-select {
    margin-top: 24px
}

.faq {
    padding: 0 0 50px
}

@media (min-width: 1200px) {
    .faq {
        padding: 0 0 60px
    }

    .faq .info__wrap {
        margin-top: 0
    }
}

.faq .info__right h2 {
    color: #081856;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%
}

@media (min-width: 1200px) {
    .faq .info__right {
        padding-top: 40px
    }

    .faq .info__right h2 {
        font-size: 36px
    }
}

.faq__content-heading {
    margin-top: 24px
}

.faq__content-heading a {
    color: #085bb9;
    text-decoration: underline
}

.faq-list {
    margin-top: 24px;
    margin-bottom: 32px
}

.faq-list__items {
    margin-top: 16px
}

.faq-list__item:not(:first-child) {
    margin-top: 16px
}

.faq-list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #d4d4d4;
    background: #fff;
    padding: 15px 16px;
    color: #434343;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 1200px) {
    .faq-list__item a {
        font-size: 18px;
        padding: 15.5px 16px
    }
}

.faq-search .search-result__item .item-heading {
    color: #085bb9;
    font-size: 18px;
    font-weight: 700
}

.faq-search .search-result__item .item-content {
    color: #5e5e5e;
    font-size: 16px;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.faq-detail .info__left .selected-option {
    padding: 12.5px 25px 12.5px 15px
}

.faq-detail .content-format h2:first-child {
    font-size: 24px;
    margin: 0 0 24px
}

@media (min-width: 1200px) {
    .faq-detail .content-format h2:first-child {
        font-size: 36px;
        margin: 0 0 32px
    }
}

.faq-detail .content-format img {
    display: inline !important;
    margin: 0 !important
}

.faq-detail .content-format p {
    font-size: 16px !important
}

.faq-detail__button {
    text-align: center;
    margin-top: 24px
}

.faq-detail__button .btn {
    padding: 12px 34.5px;
    font-size: 18px;
    font-weight: 500;
    z-index: 0
}

@media (min-width: 1200px) {
    .faq-detail__button {
        margin-top: 32px
    }

    .faq-detail__button .btn {
        padding: 12px 30px
    }
}

.faq-detail .faq-list {
    margin-bottom: 0
}

.faq-detail .faq-list h3 {
    color: #081856;
    font-size: 20px;
    font-weight: 700
}

@media (min-width: 1200px) {
    .faq-detail .faq-list h3 {
        font-size: 28px
    }
}

.list-type-faq {
    overflow: auto
}

.list-type-faq::-webkit-scrollbar {
    width: 8px
}

.list-type-faq::-webkit-scrollbar-track {
    background: #eaeaea;
    border-radius: 4px
}

.list-type-faq::-webkit-scrollbar-thumb {
    background: #909090;
    border-radius: 4px
}

.faq-search img {
    z-index: 2 !important;
    width: 25px !important;
    height: 25px !important
}

.footer-myAccount {
    margin-top: 40px
}

.footer-myAccount .footer-address {
    background: #eaeaea
}

.footer-myAccount .footer-address a,
.footer-myAccount .footer-address>div p {
    color: #909090
}

@media (min-width: 992px) {
    .footer-myAccount {
        margin-top: 60px
    }
}

@media (min-width: 992px) {
    .wrapper-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 992px) {
    .menu-profile-wrap {
        width: 300px
    }
}

@media (min-width: 992px) {
    .menu-profile-wrap .menu-profile {
        min-height: 912px !important
    }
}

.menu-profile {
    background: rgba(152, 200, 255, 0.35)
}

@media (min-width: 992px) {
    .menu-profile {
        border-right: 1px solid #d4d4d4;
        border-bottom: 1px solid #d4d4d4;
        background: #fff;
        padding: 16px 24px;
        width: 96px;
        -webkit-transition: .3s;
        transition: .3s;
        height: calc(100vh - 72px);
        position: sticky;
        top: 72px
    }

    .menu-profile.active {
        width: 300px;
        -webkit-transition: .3s;
        transition: .3s
    }

    .menu-profile.active .menu-profile__heading {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .menu-profile.active .menu-profile__heading span {
        display: block;
        white-space: nowrap
    }

    .menu-profile.active .menu-profile__heading--icon svg {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    .menu-profile.active ul li {
        width: 100%
    }

    .menu-profile.active ul li a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        gap: 12px;
        padding: 0 12px;
        white-space: nowrap
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .menu-profile.active ul li span {
        display: inline-block
    }
}

.menu-profile__heading {
    display: none
}

@media (min-width: 992px) {
    .menu-profile__heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #eaeaea;
        margin-bottom: 8px;
        padding-bottom: 8px;
        cursor: pointer;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end
    }

    .menu-profile__heading span {
        display: none;
        color: #2e2e2e;
        font-size: 18px;
        font-weight: 700;
        line-height: 150%
    }
}

@media (min-width: 992px) {
    .menu-profile__heading--icon {
        width: 48px;
        height: 48px;
        border-radius: 10px;
        background: #eaeaea;
        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
    }
}

.menu-profile ul {
    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;
    padding: 32px 0 52px;
    gap: 20px
}

@media (min-width: 992px) {
    .menu-profile ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        gap: 2px;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }
}

.menu-profile ul li {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25)
}

@media (min-width: 992px) {
    .menu-profile ul li {
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 48px;
        height: 48px
    }

    .menu-profile ul li a svg {
        width: 24px
    }

    .menu-profile ul li a svg path {
        fill: #5e5e5e
    }
}

.menu-profile ul li span {
    display: none;
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%
}

.menu-profile ul li:hover {
    background: rgba(152, 200, 255, 0.35)
}

.menu-profile ul li:hover a svg path {
    fill: #222d59
}

.menu-profile ul li:hover a span {
    color: #222d59
}

.menu-profile ul li.active {
    background: #222d59
}

.menu-profile ul li.active a svg path {
    fill: #fff
}

.menu-profile ul li.active a span {
    color: #fff
}

.menu-profile ul li a {
    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;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 0 12px
}

@media (max-width: 992px) {
    .menu-profile ul .log-out-item {
        display: none
    }
}

.my-orders {
    border-radius: 20px 20px 0 0;
    background: #f9f9f9;
    margin-top: -20px;
    padding: 24px 0 0
}

@media (min-width: 992px) {
    .my-orders {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 36px 0 0
    }

    .my-orders .container {
        max-width: 100%
    }
}

.my-orders h2 {
    margin-bottom: 16px
}

.my-orders .text-content {
    color: #434343;
    margin-bottom: 24px
}

.my-orders .text-content p {
    font-size: 14px
}

@media (min-width: 992px) {
    .my-orders .text-content p {
        font-size: 16px
    }
}

.my-orders .text-content p:not(:last-child) {
    margin-bottom: 8px
}

.my-orders .text-content p strong {
    font-weight: 700
}

.my-orders .text-content p a {
    text-decoration: underline;
    color: #434343
}

.my-orders .table-order {
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .my-orders .table-order {
        margin-bottom: 10px
    }
}

.my-orders .table-order table {
    width: 100%;
    background: #fff
}

@media (min-width: 992px) {
    .my-orders .table-order table {
        border-collapse: separate
    }
}

.my-orders .table-order table thead {
    display: none
}

@media (min-width: 992px) {
    .my-orders .table-order table thead {
        display: table-row-group
    }

    .my-orders .table-order table thead th {
        height: 48px;
        vertical-align: middle;
        text-align: center;
        border: 1px solid rgba(8, 91, 185, 0.2);
        border-top: 2px solid rgba(8, 91, 185, 0.2);
        color: #2d3860;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        line-height: 150%;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 91, 185, 0.12)), to(rgba(8, 91, 185, 0.12))), #fff;
        background: linear-gradient(0deg, rgba(8, 91, 185, 0.12) 0%, rgba(8, 91, 185, 0.12) 100%), #fff
    }

    .my-orders .table-order table thead th:not(:last-child) {
        border-right: none
    }

    .my-orders .table-order table thead th:first-child {
        border-radius: 10px 0 0 0;
        border-left: 2px solid rgba(8, 91, 185, 0.2)
    }

    .my-orders .table-order table thead th:last-child {
        border-right: 2px solid rgba(8, 91, 185, 0.2);
        border-radius: 0 10px 0 0
    }
}

.my-orders .table-order table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    border: solid 2px rgba(8, 91, 185, 0.2);
    width: 100%;
    overflow: hidden
}

@media (min-width: 992px) {
    .my-orders .table-order table tr {
        display: table-row
    }
}

.my-orders .table-order table tr:not(:last-child) {
    margin-bottom: 16px
}

.my-orders .table-order table tr td {
    font-size: 14px;
    line-height: 150%;
    color: #434343;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 675px) {
    .my-orders .table-order table tr td span {
        padding: 6px 10px;
        border-left: 1px solid rgba(8, 91, 185, 0.2)
    }
}

@media (min-width: 992px) {
    .my-orders .table-order table tr td {
        color: #434343;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        padding: 12px 10px;
        vertical-align: middle;
        border-left: 1px solid rgba(8, 91, 185, 0.2);
        border-bottom: 1px solid rgba(8, 91, 185, 0.2);
        display: revert
    }

    .my-orders .table-order table tr td:nth-child(2) {
        text-align: right
    }

    .my-orders .table-order table tr td[data-th="Status"] {
        text-align: center;
        font-weight: 500;
        width: 120px
    }

    .my-orders .table-order table tr td[data-th="Action"] {
        width: 120px;
        text-align: center
    }

    .my-orders .table-order table tr td[data-th="Total (USD)"] {
        width: 150px
    }

    .my-orders .table-order table tr td[data-th="ID"] {
        width: 120px
    }

    .my-orders .table-order table tr td[data-th="Apply Date"] {
        width: 250px
    }

    .my-orders .table-order table tr td[data-th="Method"] {
        width: 30%
    }
}

.my-orders .table-order table tr td a {
    text-decoration: underline;
    color: #085bb9
}

.my-orders .table-order table tr td:not(:last-child) {
    border-bottom: 1px solid rgba(8, 91, 185, 0.2)
}

.my-orders .table-order table tr td:first-child {
    font-weight: 700;
    color: #2d3860;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 91, 185, 0.12)), to(rgba(8, 91, 185, 0.12))), #fff;
    background: linear-gradient(0deg, rgba(8, 91, 185, 0.12) 0%, rgba(8, 91, 185, 0.12) 100%), #fff
}

.my-orders .table-order table tr td:first-child:before {
    color: #2d3860
}

.my-orders .table-order table tr td:before {
    content: attr(data-th);
    display: inline-block;
    width: 120px;
    padding: 6px 10px;
    color: #434343;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (min-width: 992px) {
    .my-orders .table-order table tr td:before {
        display: none
    }
}

@media (min-width: 992px) {
    .my-orders .table-order table tr td:first-child {
        border-left: 2px solid rgba(8, 91, 185, 0.2);
        background: #fff;
        font-weight: 400
    }

    .my-orders .table-order table tr td:last-child {
        border-right: 2px solid rgba(8, 91, 185, 0.2)
    }

    .my-orders .table-order table tr:last-child td {
        border-bottom: 2px solid rgba(8, 91, 185, 0.2)
    }

    .my-orders .table-order table tr:last-child td:first-child {
        border-radius: 0 0 0 10px
    }

    .my-orders .table-order table tr:last-child td:last-child {
        border-radius: 0 0 10px 0
    }
}

.footer-myAccount p,
.footer-myAccount p a {
    font-size: 14px !important
}

.my-payment__total {
    color: #434343;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    margin-top: 16px
}

.my-payment__total .title {
    padding-right: 50px
}

.wrapper-box-status .payment-fail,
.wrapper-box-status .payment-success {
    padding-bottom: 0
}

.change-profile {
    padding-top: 56px
}

@media (max-width: 768px) {
    .change-profile {
        padding-top: 24px
    }
}

.change-profile .my-orders__wrap h2 {
    margin-bottom: 24px
}

@media (max-width: 991.98px) {
    .change-profile .my-orders__wrap {
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .change-profile .my-orders__wrap h2 {
        margin-bottom: 32px
    }
}

@media (min-width: 2000px) {
    .change-profile .my-orders__wrap {
        margin: auto
    }
}

.change-profile .change-profile-form {
    border-radius: 10px;
    border: 1px solid var(--D4D4D4, #d4d4d4);
    background: var(--FFFFFF, #fff);
    padding: 24px 16px;
    max-width: 776px
}

@media (min-width: 1200px) {
    .change-profile .change-profile-form {
        padding: 40px 16px;
        margin: 0 auto
    }
}

.change-profile .change-profile-form .form-group {
    max-width: 560px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.change-profile .change-profile-form .form-group:not(:first-child) {
    margin-top: 16px
}

.change-profile .change-profile-form .form-group input,
.change-profile .change-profile-form .form-group select {
    margin-top: 8px
}

.change-profile .change-profile-form .form-group label {
    color: #434343;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

@media (min-width: 1200px) {
    .change-profile .change-profile-form .form-group label {
        font-size: 16px
    }
}

.change-profile .change-profile-form .form-group .form-control {
    height: 44px;
    color: #434343;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    border-radius: 6px;
    border: 1px solid #d4d4d4
}

@media (min-width: 1200px) {
    .change-profile .change-profile-form .form-group .form-control {
        font-size: 16px
    }
}

.change-profile .change-profile-form .form-group .form-control::-webkit-input-placeholder {
    color: #909090
}

.change-profile .change-profile-form .form-group .form-control::-moz-placeholder {
    color: #909090
}

.change-profile .change-profile-form .form-group .form-control:-ms-input-placeholder {
    color: #909090
}

.change-profile .change-profile-form .form-group .form-control::-ms-input-placeholder {
    color: #909090
}

.change-profile .change-profile-form .form-group .form-control::placeholder {
    color: #909090
}

.change-profile .change-profile-form .form-group .form-control[type="email"] {
    color: #777
}

.change-profile .change-profile-form .form-group .form-control.input-error {
    border: 1px solid #e30a17
}

.change-profile .change-profile-form .form-group .select2-container--default .select2-selection--single {
    height: 44px;
    border: none
}

.change-profile .change-profile-form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: block;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    max-width: 100%;
    margin: auto;
    height: 44px;
    color: #434343;
    padding: 10px 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #d4d4d4
}

@media (min-width: 1200px) {
    .change-profile .change-profile-form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 16px
    }
}

.change-profile .change-profile-form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px
}

.change-profile .change-profile-form .form-group .hide-password,
.change-profile .change-profile-form .form-group .show-password {
    position: absolute;
    right: 15px;
    top: 41px;
    cursor: pointer
}

.change-profile .change-profile-form .form-group .hide-password {
    display: none
}

.change-profile .change-profile-form .btn {
    display: block;
    width: 100%;
    height: 48px;
    margin: 24px auto 0
}

@media (min-width: 1200px) {
    .change-profile .change-profile-form .btn {
        margin: 32px auto 0;
        width: 220px
    }
}

.iti__flag {
    background-image: url(../../lib/intl-tel-input/build/img/flags.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .iti__flag {
        background-image: url(../../lib/intl-tel-input/build/img/flags@2x.png)
    }
}

.txt-14 {
    font-size: 14px
}

.mb-8 {
    margin-bottom: 8px
}

h1.title-heading {
    font-size: 28px;
    color: #081856;
    margin-bottom: 32px
}

.check-requirement-banner {
    background: url(../images/check-requirement/banner_check_requirement.jpg) no-repeat top center;
    background-size: cover
}

@media (max-width: 568.95px) {
    .check-requirement-banner {
        background: url(../images/check-requirement/banner_check_requirement_mb.jpg) no-repeat bottom center
    }
}

.check-requirement-banner .banner-inner {
    height: 300px
}

@media (max-width: 991.98px) {
    .check-requirement-banner .banner-inner {
        height: 400px
    }
}

.check-requirement-banner .banner-inner .heading-text {
    font-weight: 500;
    margin-top: 4px;
    display: block
}

@media (max-width: 991.98px) {
    .check-requirement-banner .banner-inner .heading-text {
        margin-top: 8px
    }
}

.check-requirement-banner .banner-inner .destination-search-select {
    margin-top: 32px
}

@media (max-width: 991.98px) {
    .check-requirement-banner .banner-inner .destination-search-select {
        margin-top: 24px
    }
}

.check-requirement-banner .banner-inner .destination-search-select .customer-select2 {
    width: 300px
}

@media (max-width: 991.98px) {
    .check-requirement-banner .banner-inner .destination-search-select .customer-select2 {
        width: 100%
    }
}

.check-requirement-banner .banner-inner .destination-search-select .customer-select2 .select2-selection--single {
    width: 300px
}

@media (max-width: 991.98px) {
    .check-requirement-banner .banner-inner .destination-search-select .customer-select2 .select2-selection--single {
        width: 100%
    }
}

.check-requirement-banner .banner-inner .btn {
    border-radius: 15px;
    width: 188px;
    font-size: 18px
}

@media (max-width: 991.98px) {
    .check-requirement-banner .banner-inner .btn {
        width: 100%;
        height: 48px
    }
}

.destination-list {
    padding: 60px 16px
}

@media (max-width: 991.98px) {
    .destination-list {
        padding: 32px 16px 50px
    }
}

.destination-list-wrap {
    max-width: 1200px;
    margin: auto
}

.destination-list-wrap h2 {
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.destination-list-wrap h2 img {
    width: 40px
}

@media (max-width: 991.98px) {
    .destination-list-wrap h2 {
        gap: 10px;
        margin-bottom: 24px
    }

    .destination-list-wrap h2 img {
        width: 32px
    }
}

.destination-list-wrap .anchor-bar {
    margin-bottom: 32px
}

@media (max-width: 991.98px) {
    .destination-list-wrap .anchor-bar {
        margin-bottom: 24px
    }
}

.country-block {
    border-radius: 20px;
    background: #f9f9f9;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    scroll-margin-top: 130px
}

.country-block h3 {
    font-size: 24px
}

@media (max-width: 991.98px) {
    .country-block {
        padding: 16px;
        margin: 0 -16px;
        gap: 16px;
        border-radius: 0
    }

    .country-block h3 {
        font-size: 18px
    }
}

.country-block:not(:last-child) {
    margin-bottom: 32px
}

@media (max-width: 991.98px) {
    .country-block:not(:last-child) {
        margin-bottom: 24px
    }
}

.country-block-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    row-gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.country-block-items-des {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px
}

.country-block-items__des--text {
    width: 211px;
    color: #434343;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%
}

@media (max-width: 991.98px) {
    .country-block-items__des--text {
        width: 164px
    }
}

.country-block-items__des--text:hover {
    color: #085bb9;
    text-decoration: underline
}

@media (max-width: 991.98px) {
    .country-block-items {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        row-gap: 15px
    }
}

.countries-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    width: 264px;
    height: 56px;
    padding: 10px 16px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06), 0 4px 12px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06), 0 4px 12px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: .4s;
    transition: .4s
}

.countries-card img {
    width: 24px;
    height: 16px
}

@media (max-width: 991.98px) {
    .countries-card {
        height: 48px;
        width: 164px
    }

    .countries-card img {
        width: 18px;
        height: 12px
    }
}

.countries-card:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .4s;
    transition: .4s
}

.countries-card:hover h4 {
    color: #081856
}

.countries-card h4 {
    color: #434343;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@media (max-width: 991.98px) {
    .countries-card h4 {
        font-size: 12px
    }
}

.cr-des-detail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 800px;
    flex: 0 0 800px
}

.cr-des-detail h1 {
    margin-bottom: 16px !important
}

@media (max-width: 767.98px) {
    .cr-des-detail h1 {
        margin-bottom: 10px !important
    }
}

.cr-des-detail .date-time-update {
    color: #909090;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 32px
}

@media (max-width: 767.98px) {
    .cr-des-detail {
        padding-top: 10px
    }

    .cr-des-detail .date-time-update {
        margin-bottom: 24px
    }
}

.cr-des-detail .blog-wrapper {
    -ms-grid-columns: 780px 1fr;
    grid-template-columns: 780px 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr
}

.cr-des-detail .blog-wrapper> :first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

.cr-des-detail .blog-wrapper> :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2
}

.cr-des-detail .blog-wrapper .content-format h2 {
    font-size: 20px
}

@media (min-width: 1200px) {
    .cr-des-detail .blog-wrapper .content-format h2 {
        font-size: 28px
    }

    .cr-des-detail .blog-wrapper .content-format p {
        margin: 16px 0 0
    }
}

.cr-des-detail .content-format p {
    margin: 16px 0 0
}

.cr-des-detail .content-format p:first-child {
    font-size: 18px
}

.cr-des-detail .faq-list {
    margin-top: 60px;
    margin-bottom: 0
}

@media (max-width: 991.98px) {
    .cr-des-detail .faq-list {
        margin-top: 50px;
        margin-bottom: 50px
    }
}

.cr-des-detail .faq-list .visa-faq-list .card-body {
    padding: 24px
}

@media (max-width: 991.98px) {
    .cr-des-detail .faq-list .visa-faq-list .card-body {
        padding: 16px
    }
}

.visa-faq-list-des {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 0
}

@media (max-width: 991.98px) {
    .visa-faq-list-des {
        padding-top: 16px
    }
}

.visa-faq-list-des li {
    width: 100%
}

.visa-faq-list-des li>button {
    padding: 16px;
    min-height: 59px;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    color: #434343
}

.check-requirement-details-wrap {
    padding: 80px 0 60px
}

.check-requirement-details-wrap .info__wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 326px;
    flex: 0 0 326px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto !important
}

.check-requirement-details-wrap .breadcrumb a {
    color: #909090
}

.check-requirement-details-wrap .breadcrumb a:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline
}

@media (max-width: 991.98px) {
    .check-requirement-details-wrap {
        padding: 10px 0 50px
    }

    .check-requirement-details-wrap .breadcrumb {
        position: unset;
        margin-bottom: 31px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap
    }
}

.check-eligible {
    padding-top: 60px
}

@media (max-width: 991.98px) {
    .check-eligible {
        padding-top: 0
    }
}

@media (max-width: 575.98px) {
    .check-eligible {
        padding-top: 50px
    }
}

.check-eligible h2 {
    margin-bottom: 24px
}

.another-national-list {
    border-radius: 20px;
    border: 1px solid #d4d4d4;
    background: #fff;
    padding: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px
}

@media (max-width: 991.98px) {
    .another-national-list {
        padding: 15px;
        row-gap: 16px
    }
}

.another-national-list h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    font-size: 24px
}

@media (max-width: 767.98px) {
    .another-national-list h3 {
        gap: 10px;
        font-size: 18px
    }

    .another-national-list h3 img {
        width: 28px
    }
}

.another-national-list .view-all-button {
    color: #085bb9;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 991.98px) {
    .another-national-list .view-all-button {
        font-size: 16px
    }

    .another-national-list .view-all-button img {
        width: 13px
    }
}

.another-national-items {
    list-style-type: •;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-position: inside
}

@media (max-width: 991.98px) {
    .another-national-items {
        gap: 16px 15px
    }
}

.another-national-items li {
    width: 211px
}

@media (max-width: 991.98px) {
    .another-national-items li {
        width: 140px
    }
}

.another-national-items li a {
    display: inline-block;
    padding-left: 5px;
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

@media (max-width: 991.98px) {
    .another-national-items li a {
        font-size: 14px
    }
}

.check-requirement-banner .select2-selection__rendered {
    text-align: left
}

.banner-embassy {
    padding: 0;
    background: url(../images/embassy/embassy-bg.png) no-repeat bottom center;
    background-size: cover
}

@media (max-width: 798px) {
    .banner-embassy {
        background: url(../images/embassy/embassy-country-mb-bg.png) no-repeat bottom center;
        background-size: cover
    }
}

.banner-embassy .banner-inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-top: 110px;
    padding-bottom: 62px
}

@media (max-width: 767.98px) {
    .banner-embassy .banner-inner {
        min-height: 420px
    }
}

.banner-embassy .banner-inner .breadcrumb a {
    color: #909090
}

.banner-embassy .destination-search-select {
    margin: 0
}

.banner-embassy .destination-search-select .customer-select2 {
    position: relative;
    width: 480px
}

@media (max-width: 575.98px) {
    .banner-embassy .destination-search-select .customer-select2 {
        width: 100%;
        height: 48px
    }
}

.banner-embassy .destination-search-select .customer-select2 .location-icon {
    position: absolute;
    top: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    left: 20px
}

.banner-embassy .destination-search-select .customer-select2 .select2-selection--single {
    width: 100%
}

@media (max-width: 575.98px) {
    .banner-embassy .destination-search-select .customer-select2 .select2-selection--single {
        height: 48px
    }
}

.banner-embassy .destination-search-select .customer-select2 .select2-selection--single .select2-selection__rendered {
    padding-left: 52px;
    color: #434343;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.banner-embassy .destination-search-select .btn {
    width: 188px;
    border-radius: 15px
}

@media (max-width: 575.98px) {
    .banner-embassy .destination-search-select .btn {
        width: 100%;
        height: 48px;
        font-size: 18px;
        font-weight: 500;
        line-height: 26px
    }
}

.embassy-list {
    margin-top: -288px;
    margin-bottom: 60px;
    position: relative;
    padding: 0 16px
}

@media (max-width: 767.98px) {
    .embassy-list {
        margin-top: -190px
    }
}

.embassy-list .destination-list-wrap h1,
.embassy-list .destination-list-wrap h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 150%
}

@media (max-width: 767.98px) {

    .embassy-list .destination-list-wrap h1,
    .embassy-list .destination-list-wrap h2 {
        font-size: 24px
    }
}

.embassy-list .destination-list-wrap .country-block {
    background: #fff;
    -webkit-box-shadow: 0 1px 24px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 24px -1px rgba(0, 0, 0, 0.1)
}

.banner-embassy-country .banner-content h1 {
    margin-bottom: 32px
}

@media (max-width: 575.98px) {
    .banner-embassy-country .banner-content h1 {
        font-size: 24px
    }
}

.banner-embassy-country .destination-search-select {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding: 24px 40px;
    border-radius: 20px;
    background: #222d59;
    color: #fff;
    margin: 32px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media (max-width: 1200px) {
    .banner-embassy-country .destination-search-select {
        width: 100%;
        padding: 24px 20px;
        margin: 24px auto 0
    }
}

@media (max-width: 991.98px) {
    .banner-embassy-country .destination-search-select {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 16px
    }
}

.banner-embassy-country .destination-search-select .customer-select2 {
    width: 300px
}

@media (max-width: 991.98px) {
    .banner-embassy-country .destination-search-select .customer-select2 {
        width: 100%
    }
}

.banner-embassy-country .destination-search-select .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991.98px) {
    .banner-embassy-country .destination-search-select .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 8px;
        width: 100%
    }

    .banner-embassy-country .destination-search-select .wrap .fw-500 {
        font-size: 14px;
        line-height: 150%
    }
}

.embassy-country-list {
    padding-bottom: 60px;
    margin-top: -154px;
    position: relative
}

@media (max-width: 991.98px) {
    .embassy-country-list {
        margin-top: -15px
    }
}

.embassy-country-list__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    max-width: 1200px;
    padding: 0 24px;
    margin: auto
}

@media (max-width: 991.98px) {
    .embassy-country-list__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 50px
    }
}

.embassy-country-list__wrap .wrap-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.embassy-country-list__wrap .wrap-left .card-embassy:not(:last-child) {
    margin-bottom: 24px
}

.embassy-country-list__wrap .wrap-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 380px;
    flex: 0 0 380px
}

.card-embassy {
    border-radius: 20px;
    background: #fff;
    -webkit-box-shadow: 0 1px 24px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 24px -1px rgba(0, 0, 0, 0.1);
    padding: 24px
}

.card-embassy .heading {
    color: #434343;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    position: relative;
    padding-bottom: 10px
}

@media (max-width: 767.98px) {
    .card-embassy .heading {
        font-size: 18px
    }
}

.card-embassy .heading:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background: #eb6c00
}

@media (max-width: 767.98px) {
    .card-embassy .heading:after {
        width: 60px
    }
}

.card-embassy .body {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px
}

.card-embassy .body .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 10px
}

@media (max-width: 767.98px) {
    .card-embassy .body .info {
        gap: 8px
    }

    .card-embassy .body .info img {
        width: 22px
    }
}

.card-embassy .body .info-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

@media (max-width: 767.98px) {
    .card-embassy .body .info-body {
        font-size: 14px
    }
}

.card-embassy .body .info-body span {
    color: #5e5e5e
}

@media (max-width: 767.98px) {
    .card-embassy .body .info-body span {
        font-size: 14px
    }
}

.card-embassy .body .info-body .noInfo-text {
    color: #434343
}

@media (max-width: 767.98px) {
    .card-embassy .body .info-body .noInfo-text {
        font-size: 16px
    }
}

.destination-list-wrap h1 {
    margin-bottom: 32px
}

@media (max-width: 767.98px) {
    .destination-list-wrap h1 {
        margin-bottom: 24px
    }

    .banner-embassy .banner-inner {
        padding-top: 60px
    }

    .banner-embassy .breadcrumb {
        display: none
    }

    .card-embassy {
        padding: 20px
    }

    .embassy-country-list {
        padding-bottom: 50px
    }

    .embassy-country-list .wrap-left .card-embassy:not(:last-child) {
        margin-bottom: 16px
    }

    .embassy-list {
        margin-bottom: 50px
    }
}

.anchor-bar {
    position: sticky;
    top: 72px;
    z-index: 1;
    overflow-x: scroll;
    background: #fff2e7;
    border-radius: 10px
}

.anchor-bar::-webkit-scrollbar {
    display: none
}

@media (max-width: 991.98px) {
    .anchor-bar {
        margin: 0 -16px;
        border-radius: 0
    }
}

.anchor-bar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 16px;
    border-radius: 10px
}

@media (max-width: 991.98px) {
    .header .navbar {
        height: 60px;
    }
    .anchor-bar ul {
        border-radius: 0
    }
}

.anchor-bar ul.fixed {
    -webkit-transition: .4s;
    transition: .4s
}

.anchor-bar ul li {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.anchor-bar ul li a {
    padding: 0 16px;
    color: #434343;
    font-size: 18px;
    line-height: 150%;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991.98px) {
    .anchor-bar ul li a {
        font-size: 16px;
        height: 44px
    }
}

.anchor-bar ul li a:hover {
    color: #eb6c00;
    background: rgba(255, 191, 136, 0.2);
    -webkit-transition: .4s;
    transition: .4s
}

.anchor-bar ul li a.active {
    font-weight: 700;
    color: #eb6c00;
    -webkit-box-shadow: #eb6c00 0 -2px 0 inset;
    box-shadow: #eb6c00 0 -2px 0 inset;
    -webkit-transition: .4s;
    transition: .4s
}

.content-format-new {
    text-align: left
}

.content-format-new h2 {
    margin: 24px 0 16px
}

.content-format-new h3,
.content-format-new h4 {
    margin: 16px 0
}

.content-format-new a {
    text-decoration: underline;
    color: #085bb9
}

.content-format-new p,
.content-format-new ul {
    margin: 10px 0 0
}

.content-format-new ol {
    margin: 10px 0 0 24px
}

.content-format-new ol li {
    margin-top: 0
}

.content-format-new p img {
    display: block;
    margin: 24px auto 16px
}

.content-format-new .text-center i {
    font-style: italic;
    font-size: 14px;
    color: #434343;
    line-height: 150%
}

@media (min-width: 1400px) {
    .content-format-new p:first-child {
        font-size: 18px
    }

    .content-format-new p img {
        margin: 32px auto 16px
    }

    .content-format-new .text-center i {
        font-size: 16px
    }

    .content-format-new h2 {
        margin: 32px 0 16px
    }

    .content-format-new h3,
    .content-format-new h4 {
        margin: 24px 0 16px
    }
}

.banner-processing {
    position: relative
}

.banner-processing .banner-inner {
    min-height: 448px
}

@media (max-width: 575.98px) {
    .banner-processing .banner-inner {
        min-height: 250px
    }
}

.banner-processing .banner-inner h1 {
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    font-size: 36px;
    font-weight: 700;
    line-height: 150%
}

@media (max-width: 575.98px) {
    .banner-processing .banner-inner h1 {
        font-size: 24px
    }
}

.how-is-works {
    padding: 60px 0
}

@media (max-width: 575.98px) {
    .how-is-works {
        padding: 32px 0 50px
    }
}

.how-is-works-text {
    text-align: center;
    color: #085bb9;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 10px
}

.how-is-works__heading {
    text-align: center
}

.how-is-works__img {
    margin-top: 60px;
    width: 100%
}

@media (max-width: 575.98px) {
    .how-is-works__img {
        margin-top: 32px
    }
}

.how-is-works__img img {
    width: 100%
}

.how-is-works__img--mb {
    width: 317px !important;
    margin-left: auto;
    margin-right: auto
}

.detail-destruction {
    padding: 60px 0;
    background: #f9f9f9 url(../images/visa-process/detailed-instruction-bg.png) top no-repeat;
    background-size: contain
}

@media (max-width: 575.98px) {
    .detail-destruction {
        padding: 50px 0 30px;
        background: #f9f9f9 url(../images/visa-process/detailed-instruction-mb-bg.png) top no-repeat;
        background-size: contain
    }
}

.detail-destruction__wrap {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "aa bb" "cc bb";
    -ms-grid-columns: 1fr 80px 760px;
    grid-template-columns: 1fr 760px;
    grid-column-gap: 80px
}

@media (max-width: 1200px) {
    .detail-destruction__wrap {
        grid-column-gap: 40px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas: "aa aa" "bb bb" "cc cc"
    }

    .detail-destruction__wrap>.support-travelers__body--left {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }

    .detail-destruction__wrap>.support-travelers__body--center {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }

    .detail-destruction__wrap>.support-travelers__body--right {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }

    .detail-destruction__wrap>.items-1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }

    .detail-destruction__wrap>.items-2 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }

    .detail-destruction__wrap>.items-3 {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }

    .detail-destruction__wrap>.check-status__content {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }

    .detail-destruction__wrap>.check-status__form {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }

    .detail-destruction__wrap>.check-status__img {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }
}

.detail-destruction__apply {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: aa;
    margin-bottom: 32px
}

.detail-destruction__wrap>.detail-destruction__apply {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

@media (max-width: 1200px) {
    .detail-destruction__apply {
        text-align: center;
        margin-bottom: 40px
    }
}

.detail-destruction__apply h2 {
    margin-bottom: 32px
}

@media (max-width: 575.98px) {
    .detail-destruction__apply h2 {
        margin-bottom: 24px
    }
}

.detail-destruction__button {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: cc
}

.detail-destruction__wrap>.detail-destruction__button {
    -ms-grid-row: 2;
    -ms-grid-column: 1
}

@media (max-width: 1200px) {
    .detail-destruction__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.detail-destruction__button button {
    width: 270px;
    height: 48px;
    font-size: 18px
}

@media (max-width: 1200px) {
    .detail-destruction__button button {
        width: 279px;
        margin: auto
    }
}

.detail-destruction__button img {
    margin-top: 60px
}

@media (max-width: 1200px) {
    .detail-destruction__button img {
        width: 304px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 575.98px) {
    .detail-destruction__button img {
        margin-top: 40px
    }
}

.detail-destruction__cards {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: bb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px
}

.detail-destruction__wrap>.detail-destruction__cards {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3
}

@media (max-width: 1200px) {
    .support-travelers__body--left {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .support-travelers__body--center {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .support-travelers__body--right {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }

    .detail-visa__items--row .items-1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .detail-visa__items--row .items-2 {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .detail-visa__items--row .items-3 {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }

    .check-status__content {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .check-status__form {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .check-status__img {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }

    .detail-destruction__apply {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .detail-destruction__wrap>.detail-destruction__apply {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }

    .detail-destruction__button {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }

    .detail-destruction__wrap>.detail-destruction__button {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }

    .detail-destruction__cards {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .detail-destruction__wrap>.detail-destruction__cards {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }
}

@media (max-width: 1250px) {
    .detail-visa__items--row>.items-1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .detail-visa__items--row>.items-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .detail-visa__items--row>.items-3 {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .detail-visa__items--row .items-4 {
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }

    .detail-visa__items--row .collapse1,
    .detail-visa__items--row .collapse2 {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }

    .detail-visa__items--row .collapse3,
    .detail-visa__items--row .collapse4 {
        -ms-grid-row: 4;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }

    .detail-visa__items--row>.check-status__content {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .detail-visa__items--row>.check-status__form {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .detail-visa__items--row>.check-status__img {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .detail-visa__items--row>.detail-destruction__apply {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .detail-visa__items--row>.detail-destruction__button {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .detail-visa__items--row>.detail-destruction__cards {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }
}

@media (min-width: 1200px) {
    .check-status-grid>.check-status__content {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .check-status-grid>.check-status__form {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 2
    }

    .check-status-grid>.check-status__img {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }

    .check-status-grid>.detail-destruction__apply {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .check-status-grid>.detail-destruction__button {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }

    .check-status-grid>.detail-destruction__cards {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 2
    }
}

@media (max-width: 1200px) {
    .detail-destruction__cards {
        gap: 24px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 32px
    }
}

.detail-destruction .detail-destruction-card {
    width: 360px;
    padding: 24px;
    border-radius: 10px;
    background: var(--FFFFFF, #fff);
    -webkit-box-shadow: 0 1px 24px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 24px -1px rgba(0, 0, 0, 0.1)
}

@media (max-width: 575.98px) {
    .detail-destruction .detail-destruction-card {
        text-align: center;
        padding: 24px 16px
    }
}

.detail-destruction .detail-destruction-card img {
    margin-bottom: 24px;
    width: 64px;
    height: 64px
}

@media (max-width: 767.98px) {
    .detail-destruction .detail-destruction-card img {
        margin-bottom: 16px
    }
}

.detail-destruction .detail-destruction-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px
}

.detail-destruction .detail-destruction-card__body h4 {
    color: #8080a3;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%
}

.detail-destruction .detail-destruction-card__body ul {
    list-style: disc;
    padding-left: 20px;
    text-align: left
}

.detail-destruction .detail-destruction-card__body ul li {
    color: #434343;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.notes-evisa {
    padding: 100px 0
}

@media (max-width: 575.98px) {
    .notes-evisa {
        padding: 50px 0
    }
}

.notes-evisa .container {
    width: 1340px;
    max-width: 1340px;
    padding: 0
}

@media (max-width: 1340px) {
    .notes-evisa .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
}

.notes-evisa__wrap {
    border-radius: 20px;
    border: 1px solid #ff832b;
    background: #fff5ee;
    max-width: 1340px;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px
}

.notes-evisa__wrap p {
    color: #5e5e5e
}

@media (max-width: 575.98px) {
    .notes-evisa__wrap {
        padding: 24px 16px
    }
}

.notes-evisa__wrap ul {
    list-style: disc;
    padding-left: 24px
}

.notes-evisa__wrap ul li {
    color: #434343;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

@media (max-width: 480px) {
    .notes-evisa {
        padding: 48px 0
    }
}

.unsubscribe {
    position: relative;
    padding: 60px 0;
    text-align: center;
    background: #f9f9f9
}

@media (max-width: 575.98px) {
    .unsubscribe {
        padding: 40px 0
    }
}

.unsubscribe .breadcrumb {
    top: 10px
}

@media (max-width: 575.98px) {
    .unsubscribe .breadcrumb {
        display: none
    }
}

.unsubscribe .breadcrumb a {
    color: #909090
}

.unsubscribe h2 {
    font-size: 36px;
    margin-bottom: 40px
}

@media (max-width: 575.98px) {
    .unsubscribe h2 {
        margin-bottom: 30px;
        font-size: 24px
    }
}

@media (max-width: 575.98px) {
    .unsubscribe img {
        width: 245px;
        display: block;
        margin: auto
    }
}

.unsubscribe p {
    margin-top: 40px;
    max-width: 415px;
    margin: 40px auto 24px;
    font-size: 18px
}

@media (max-width: 575.98px) {
    .unsubscribe p {
        margin-top: 30px;
        font-size: 14px
    }
}

.unsubscribe button {
    width: 200px;
    height: 48px;
    font-size: 18px;
    line-height: 150%
}

.add-on-sv-banner {
    background: url(../images/add-on-sv/add-on-sv-banner.png) no-repeat top center;
    background-size: cover
}

.add-on-sv-banner .banner-inner {
    min-height: 360px
}

@media (max-width: 767.98px) {
    .add-on-sv-banner .banner-inner {
        min-height: 250px
    }
}

.top-content p {
    color: #434343;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.add-on-sv-detail {
    padding-bottom: 0
}

@media (max-width: 1200px) {
    .add-on-sv-detail {
        padding-bottom: 50px
    }
}

.add-on-sv-detail .content-format p:first-child {
    margin-bottom: 32px;
    font-size: 16px
}

@media (max-width: 991.98px) {
    .add-on-sv-detail .content-format p:first-child {
        margin-bottom: 24px
    }
}

.add-on-sv-detail .content-format .text-center i {
    color: #5e5e5e
}

.add-on-sv-detail .line-border {
    width: 100%;
    height: 1px;
    background: #d4d4d4;
    margin-top: 32px
}

@media (max-width: 575.98px) {
    .add-on-sv-detail .line-border {
        margin-top: 24px
    }
}

@media (max-width: 991.98px) {
    .add-on-sv-detail .faq-list {
        margin-bottom: 0
    }

    .add-on-sv-detail .faq-list .add-on-sv-list li>button {
        font-size: 16px
    }
}

.add-on-sv-wrap {
    padding: 60px 0
}

@media (max-width: 991.98px) {
    .add-on-sv-wrap {
        padding: 0 0 50px
    }
}

.add-on-sv-wrap .info__wrap {
    background: #fff;
    padding: 0;
    margin-top: 0
}

@media (max-width: 1200px) {
    .add-on-sv-wrap .info__wrap {
        padding: 0 24px
    }
}

@media (max-width: 1200px) {
    .add-on-sv-wrap .info-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.check-visa-requirement h2 {
    color: #434343;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 24px
}

@media (max-width: 575.98px) {
    .check-visa-requirement h2 {
        font-size: 20px
    }
}

.check-visa-requirement {
    border-radius: 10px;
    border: 1px solid #d4d4d4;
    background: #fff;
    padding: 32px 20px
}

@media (max-width: 575.98px) {
    .check-visa-requirement {
        padding: 24px 20px
    }
}

.check-visa-requirement .cvr-select-wrap {
    margin-bottom: 16px
}

.check-visa-requirement .cvr-select-wrap .customer-select2 label {
    color: #434343;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 8px
}

@media (max-width: 575.98px) {
    .check-visa-requirement .cvr-select-wrap .customer-select2 label {
        font-size: 14px
    }
}

.check-visa-requirement .cvr-select-wrap .customer-select2 .select2-container .select2-selection--single {
    width: 286px;
    height: 44px
}

.check-visa-requirement .cvr-select-wrap .customer-select2 .select2-container .select2-selection--single .select2-selection__arrow {
    height: 44px
}

.check-visa-requirement .cvr-select-wrap .customer-select2 .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 44px
}

@media (max-width: 1200px) {
    .check-visa-requirement .cvr-select-wrap .customer-select2 .select2-container .select2-selection--single {
        width: 100%
    }
}

.check-visa-requirement button {
    width: 100%;
    height: 48px;
    font-size: 18px;
    line-height: 26px
}

.other-services {
    border-radius: 10px;
    border: 1px solid #d4d4d4;
    background: #fff;
    margin-top: 40px;
    padding: 32px 20px
}

@media (max-width: 575.98px) {
    .other-services {
        margin-top: 50px;
        padding: 24px 20px
    }
}

.other-services h2 {
    color: #434343;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 24px
}

.other-services ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.other-services ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #434343;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%
}

.add-on-sv-leadform {
    background: url(../images/add-on-sv/leadform-linear-bg.jpg) center no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 56px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 24px
}

@media (max-width: 1200px) {
    .add-on-sv-leadform {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 32px;
        padding: 50px 24px
    }
}

@media (max-width: 575.98px) {
    .add-on-sv-leadform {
        background: url(../images/add-on-sv/leadform-linear-bg-mb.png) center no-repeat;
        background-size: cover
    }
}

.add-on-sv-leadform .leadform {
    padding: 32px;
    width: 680px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 680px;
    flex: 0 0 680px;
    height: auto;
    border-radius: 20px;
    background: #fff;
    -webkit-box-shadow: 0 1px 24px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 24px -1px rgba(0, 0, 0, 0.1)
}

@media (max-width: 767.98px) {
    .add-on-sv-leadform .leadform {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
        padding: 24px 16px
    }
}

.add-on-sv-leadform .leadform h2 {
    margin-bottom: 10px
}

@media (max-width: 767.98px) {
    .add-on-sv-leadform .leadform h2 {
        margin-bottom: 8px
    }
}

@media (max-width: 767.98px) {
    .add-on-sv-leadform .leadform p {
        font-size: 14px
    }
}

.add-on-sv-leadform .leadform form {
    margin: 24px 0
}

@media (max-width: 767.98px) {
    .add-on-sv-leadform .leadform form {
        margin: 24px 0 16px
    }
}

.add-on-sv-leadform .leadform .text-bottom {
    color: #5e5e5e;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%
}

.add-on-sv-leadform .leadform .text-bottom a {
    color: #5e5e5e;
    text-decoration: underline
}

.add-on-sv-leadform .leadform-img img {
    display: block;
    width: 100%
}

@media (max-width: 575.98px) {
    .add-on-sv-leadform .leadform-img img {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
}

.container {
    padding-right: 16px;
    padding-left: 16px
}

.disclaimers-block {
    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;
    height: 40px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(2, 156, 149, 0.1)), to(rgba(2, 156, 149, 0.1))), #fff;
    background: linear-gradient(0deg, rgba(2, 156, 149, 0.1) 0%, rgba(2, 156, 149, 0.1) 100%), #fff
}

.disclaimers-block p {
    color: #777;
    font-size: 14px;
    font-style: italic;
    line-height: 150%
}

.disclaimers-block strong {
    font-weight: 700
}

@media (max-width: 991.98px) {
    .disclaimers-block {
        padding: 10px 16px;
        height: auto
    }

    .disclaimers-block p {
        font-size: 12px
    }
}

.travel-destination {
    position: relative;
    background: url(../images/how-it-work/how-it-work-bg.png) no-repeat center;
    background-size: cover;
    padding-top: 90px
}

@media (max-width: 991.98px) {
    .travel-destination {
        padding-top: 40px
    }
}

@media (max-width: 375.98px) {
    .travel-destination {
        background: url(../images/how-it-work/how-it-work-mb-bg.png) no-repeat center;
        background-size: cover
    }
}

@media (max-width: 991.98px) {
    .travel-destination .breadcrumb {
        display: none
    }
}

.travel-destination .breadcrumb a {
    color: #909090
}

.travel-destination .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 991.98px) {
    .travel-destination .wrap {
        gap: 32px
    }
}

@media (max-width: 767.98px) {
    .travel-destination .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.travel-destination .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    max-width: 560px
}

@media (max-width: 991.98px) {
    .travel-destination .content {
        gap: 24px
    }
}

.travel-destination .content .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.travel-destination .content .title h1 {
    color: #081856;
    font-size: 28px;
    line-height: 150%
}

@media (max-width: 991.98px) {

    .travel-destination .content .title h1,
    .travel-destination .content .title h2 {
        font-size: 20px
    }
}

@media (max-width: 991.98px) {
    .travel-destination .content .title p {
        font-size: 14px
    }
}

.travel-destination .content .list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.travel-destination .content .list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

@media (max-width: 991.98px) {
    .travel-destination .content .list ul li {
        gap: 12px
    }

    .travel-destination .content .list ul li img {
        width: 20px
    }
}

.travel-destination .content .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.travel-destination .content .button p {
    color: #085bb9;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%
}

@media (max-width: 991.98px) {
    .travel-destination .content .button p {
        font-size: 16px
    }
}

.travel-destination .content .button button {
    width: 160px;
    height: 48px
}

@media (max-width: 991.98px) {
    .travel-destination .content .button button {
        width: 165px
    }
}

.travel-destination .images {
    max-width: 560px
}

.travel-destination .images img {
    display: block;
    width: 100%
}

.confidently-travel {
    margin-top: 100px
}

@media (max-width: 991.98px) {
    .confidently-travel {
        margin-top: 60px
    }
}

.confidently-travel .wrap {
    gap: 104px
}

@media (max-width: 767.98px) {
    .confidently-travel .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32px
    }
}

.confidently-travel .content {
    max-width: 500px
}

.confidently-travel .content .title p {
    color: #085bb9;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%
}

.confidently-travel .content .list ul {
    gap: 16px
}

.confidently-travel .content .list ul li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px
}

@media (max-width: 991.98px) {
    .confidently-travel .content .list ul li {
        gap: 10px
    }

    .confidently-travel .content .list ul li img {
        width: 24px
    }
}

.confidently-travel .content .list ul li p {
    font-size: 18px;
    line-height: 24px
}

@media (max-width: 767.98px) {
    .confidently-travel .content .list ul li p {
        font-size: 16px
    }
}

.confidently-travel .content .list ul li p strong {
    font-weight: 700
}

.confidently-travel .content .button button {
    width: 150px;
    height: 48px
}

.confidently-travel .images {
    max-width: 566px
}

.apply-document {
    margin-top: 100px
}

@media (max-width: 991.98px) {
    .apply-document {
        margin-top: 60px
    }
}

.apply-document .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px
}

@media (max-width: 767.98px) {
    .apply-document .wrap {
        gap: 24px
    }
}

.apply-document .wrap .heading p {
    color: #085bb9;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%
}

.apply-document .wrap .heading h2 {
    margin-top: 10px
}

@media (max-width: 991.98px) {
    .apply-document .wrap .heading h2 {
        font-size: 20px;
        margin-top: 8px
    }
}

.apply-document .wrap .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

@media (max-width: 991.98px) {
    .apply-document .wrap .cards {
        gap: 24px
    }
}

@media (max-width: 767.98px) {
    .apply-document .wrap .cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 8px
    }
}

.apply-document .wrap .cards .card {
    position: relative;
    padding: 32px 24px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 1px 24px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 24px -1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: none
}

@media (max-width: 991.98px) {
    .apply-document .wrap .cards .card {
        padding: 24px 20px
    }
}

.apply-document .wrap .cards .card .img-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 64px;
    width: 192px
}

@media (max-width: 991.98px) {
    .apply-document .wrap .cards .card .img-bg {
        width: 168px;
        height: 56px
    }
}

.apply-document .wrap .cards .card .img-icon {
    display: block
}

@media (max-width: 991.98px) {
    .apply-document .wrap .cards .card .img-icon {
        width: 60px
    }
}

.apply-document .wrap .cards .card .body {
    margin-top: 24px
}

@media (max-width: 991.98px) {
    .apply-document .wrap .cards .card .body {
        margin-top: 20px
    }
}

.apply-document .wrap .cards .card .body .title h3 {
    color: #085bb9;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%
}

@media (max-width: 991.98px) {
    .apply-document .wrap .cards .card .body .title h3 {
        font-size: 20px
    }
}

.apply-document .wrap .cards .card .body .title h4 {
    margin-top: 8px;
    color: #434343;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%
}

@media (max-width: 991.98px) {
    .apply-document .wrap .cards .card .body .title h4 {
        font-size: 16px
    }
}

.apply-document .wrap .cards .card .body .text {
    margin-top: 16px
}

@media (max-width: 991.98px) {
    .apply-document .wrap .cards .card .body .text {
        font-size: 14px
    }
}

.apply-document .wrap .urgent-cases-support {
    padding: 24px;
    border-radius: 10px;
    border: 1px solid #90c4ff;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(152, 200, 255, 0.25)), to(rgba(152, 200, 255, 0.25))), #fff;
    background: linear-gradient(0deg, rgba(152, 200, 255, 0.25) 0%, rgba(152, 200, 255, 0.25) 100%), #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

@media (max-width: 767.98px) {
    .apply-document .wrap .urgent-cases-support {
        gap: 8px;
        padding: 16px
    }

    .apply-document .wrap .urgent-cases-support p {
        font-size: 14px
    }
}

.apply-document .wrap .urgent-cases-support h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    color: #081856
}

@media (max-width: 991.98px) {
    .apply-document .wrap .urgent-cases-support h3 {
        font-size: 20px
    }
}

.apply-document .wrap button {
    width: 240px;
    height: 48px
}

@media (max-width: 767.98px) {
    .apply-document .wrap button {
        width: 165px
    }
}

.apply-document .wrap .payment-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 767.98px) {
    .apply-document .wrap .payment-card {
        gap: 6px
    }

    .apply-document .wrap .payment-card img:first-child {
        width: 115.6px
    }

    .apply-document .wrap .payment-card img:nth-child(2) {
        width: 96.56px
    }

    .apply-document .wrap .payment-card img:nth-child(3) {
        width: 115.6px
    }

    .apply-document .wrap .payment-card img:nth-child(4) {
        width: 99.28px
    }

    .apply-document .wrap .payment-card img:nth-child(5) {
        width: 94.52px
    }

    .apply-document .wrap .payment-card img:nth-child(6) {
        width: 113.56px
    }
}

.travel-gallery {
    margin-top: 100px;
    padding: 0 16px
}

@media (max-width: 991.98px) {
    .travel-gallery {
        margin-top: 60px
    }
}

.travel-gallery .heading p {
    color: #085bb9;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%
}

.travel-gallery .heading h2 {
    margin-top: 10px
}

@media (max-width: 991.98px) {
    .travel-gallery .heading h2 {
        margin-top: 8px;
        font-size: 20px
    }
}

.travel-gallery .gallery-img {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "img-1 img-2 img-4 img-5 img-7" "img-1 img-3 img-4 img-6 img-7";
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1800px;
    margin: 32px auto 0
}

@media (max-width: 991.98px) {
    .travel-gallery .gallery-img {
        gap: 16px;
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
        grid-template-areas: "img-1 img-2" "img-3 img-4" "img-5 img-4" "img-6 img-7"
    }
}

@media (max-width: 991.98px) {

    .travel-gallery .gallery-img .img-1,
    .travel-gallery .gallery-img .img-2,
    .travel-gallery .gallery-img .img-3,
    .travel-gallery .gallery-img .img-4,
    .travel-gallery .gallery-img .img-5,
    .travel-gallery .gallery-img .img-6,
    .travel-gallery .gallery-img .img-7 {
        height: 100%;
        width: 100%
    }
}

.travel-gallery .gallery-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px
}

@media (max-width: 991.98px) {
    .travel-gallery .gallery-img img {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.travel-gallery .gallery-img .img-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: img-1
}

.travel-gallery .gallery-img .img-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: img-2
}

.travel-gallery .gallery-img .img-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: img-3
}

.travel-gallery .gallery-img .img-4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    grid-area: img-4;
    height: 100%
}

.travel-gallery .gallery-img .img-5 {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    grid-area: img-5
}

.travel-gallery .gallery-img .img-6 {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
    grid-area: img-6
}

.travel-gallery .gallery-img .img-7 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 9;
    grid-area: img-7
}

@media (max-width: 991.98px) {
    .travel-gallery .gallery-img .img-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1
    }

    .travel-gallery .gallery-img .img-2 {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .travel-gallery .gallery-img .img-3 {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .travel-gallery .gallery-img .img-4 {
        -ms-grid-row: 3;
        -ms-grid-row-span: 3;
        -ms-grid-column: 3
    }

    .travel-gallery .gallery-img .img-5 {
        -ms-grid-row: 5;
        -ms-grid-column: 1
    }

    .travel-gallery .gallery-img .img-6 {
        -ms-grid-row: 7;
        -ms-grid-column: 1
    }

    .travel-gallery .gallery-img .img-7 {
        -ms-grid-row: 7;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3
    }
}

.frequently-asked-questions {
    margin-top: 100px
}

@media (max-width: 991.98px) {
    .frequently-asked-questions {
        margin-top: 60px
    }
}

.frequently-asked-questions .heading p {
    color: #085bb9;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%
}

.frequently-asked-questions .heading h2 {
    margin-top: 10px
}

@media (max-width: 991.98px) {
    .frequently-asked-questions .heading h2 {
        margin-top: 8px
    }
}

.frequently-asked-questions .visa-faq-list {
    padding: 0;
    margin-top: 32px;
    gap: 20px
}

.frequently-asked-questions button.btn {
    margin: 32px auto 0;
    display: block;
    width: 165px;
    height: 48px
}

.get-in-touch {
    background: url(../images/how-it-work/get-in-touch-bg.png) center no-repeat;
    background-size: cover;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    padding-top: 276px
}

@media (max-width: 375.98px) {
    .get-in-touch {
        background: url(../images/how-it-work/get-in-touch-mb-bg.png) center no-repeat;
        background-size: cover
    }
}

@media (max-width: 991.98px) {
    .get-in-touch {
        padding-top: 60px
    }
}

.get-in-touch .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.get-in-touch form {
    border-radius: 20px;
    background: var(--FFFFFF, #fff);
    width: 680px;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width: 991.98px) {
    .get-in-touch form {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media (max-width: 767.98px) {
    .get-in-touch form {
        height: 983px
    }
}

.get-in-touch .images img {
    display: block
}

@media (max-width: 991.98px) {
    .get-in-touch .images {
        display: none
    }
}

.text-bl-lf {
    padding: 82px 0 60px
}

@media (max-width: 575.98px) {
    .text-bl-lf {
        padding: 74px 0 50px
    }
}

.text-bl-lf .wrapper p {
    color: #777;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%
}

.text-bl-lf .wrapper a {
    color: #777;
    text-decoration: underline
}

.gvc-services {
    position: relative;
    background: url(../images/services/services-bg.svg) center no-repeat;
    background-size: cover
}

.gvc-services-heading {
    padding: 110px 0 80px
}

@media (max-width: 991.98px) {
    .gvc-services-heading {
        padding: 60px 0
    }
}

.gvc-services-heading h1 {
    color: #081856;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 150%
}

.most-popular-sv .cards {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 767.98px) {
    .most-popular-sv .cards {
        margin-top: 24px;
        gap: 16px
    }
}

.most-popular-sv .cards .card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 15px);
    flex: 0 0 calc(25% - 15px);
    padding: 16px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08), 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08), 0 2px 8px 0 rgba(0, 0, 0, 0.06)
}

@media (max-width: 991.98px) {
    .most-popular-sv .cards .card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 20px);
        flex: 0 0 calc(33.33% - 20px)
    }
}

@media (max-width: 767.98px) {
    .most-popular-sv .cards .card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 8px);
        flex: 0 0 calc(50% - 8px)
    }
}

@media (max-width: 575.98px) {
    .most-popular-sv .cards .card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.most-popular-sv .cards .card h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    font-size: 18px !important
}

@media (max-width: 991.98px) {
    .most-popular-sv .cards .card h3 {
        font-size: 16px;
        gap: 12px
    }

    .most-popular-sv .cards .card h3 img {
        width: 24px;
        height: 16px
    }
}

.most-popular-sv .cards .card p {
    margin-top: 10px
}

@media (max-width: 991.98px) {
    .most-popular-sv .cards .card p {
        font-size: 14px
    }
}

.most-popular-sv .cards .card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    margin-top: 16px;
    color: #085bb9;
    font-weight: 500
}

@media (max-width: 991.98px) {
    .most-popular-sv .cards .card a {
        font-size: 14px
    }

    .most-popular-sv .cards .card a img {
        width: 16px;
        height: 16px
    }
}

.top-visa-des {
    margin-top: 100px
}

@media (max-width: 991.98px) {
    .top-visa-des {
        margin-top: 50px
    }
}

.top-visa-des .wrap-slide {
    position: relative;
    max-width: 1408px;
    margin: auto
}

.top-visa-des .mySwiperTopVisaDes {
    margin-top: 32px;
    padding-bottom: 10px
}

@media (max-width: 991.98px) {
    .top-visa-des .mySwiperTopVisaDes {
        margin-top: 24px;
        padding-bottom: 36px
    }

    .top-visa-des .mySwiperTopVisaDes .swiper-pagination {
        bottom: 0
    }
}

@media (min-width: 992px) {
    .top-visa-des .mySwiperTopVisaDes .swiper-pagination {
        display: none
    }
}

.top-visa-des .mySwiperTopVisaDes .swiper-slide .card {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08), 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08), 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    border: none
}

.top-visa-des .mySwiperTopVisaDes .swiper-slide .card .image {
    width: 100%;
    overflow: hidden
}

.top-visa-des .mySwiperTopVisaDes .swiper-slide .card .image img {
    display: block;
    width: 100%;
    max-width: 351px;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 276/184
}

.top-visa-des .mySwiperTopVisaDes .swiper-slide .card .title {
    padding: 6px 16px
}

@media (max-width: 575.98px) {
    .top-visa-des .mySwiperTopVisaDes .swiper-slide .card .title {
        padding: 8px 10px
    }
}

.top-visa-des .mySwiperTopVisaDes .swiper-slide .card .title h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    height: 44px;
    font-size: 16px
}

@media (max-width: 575.98px) {
    .top-visa-des .mySwiperTopVisaDes .swiper-slide .card .title h3 {
        font-size: 12px;
        height: 36px
    }

    .top-visa-des .mySwiperTopVisaDes .swiper-slide .card .title h3 img {
        width: 18px;
        height: 12px
    }
}

.top-visa-des .swiper-button-des-next,
.top-visa-des .swiper-button-des-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    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;
    width: 64px;
    height: 64px;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 50%
}

@media (max-width: 991.98px) {

    .top-visa-des .swiper-button-des-next,
    .top-visa-des .swiper-button-des-prev {
        display: none
    }
}

.top-visa-des .swiper-button-des-next {
    right: 0
}

@media (max-width: 1420px) {
    .top-visa-des .swiper-button-des-next {
        right: 16px
    }
}

.top-visa-des .swiper-button-des-next img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.top-visa-des .swiper-button-des-prev {
    left: 0
}

@media (max-width: 1420px) {
    .top-visa-des .swiper-button-des-prev {
        left: 16px
    }
}

.visa-services {
    margin-top: 90px
}

@media (max-width: 991.98px) {
    .visa-services {
        margin-top: 50px
    }
}

.visa-services .cards {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 991.98px) {
    .visa-services .cards {
        margin-top: 24px;
        gap: 15px 16px
    }
}

.visa-services .cards .card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 15px);
    flex: 0 0 calc(25% - 15px);
    border-radius: 10px;
    padding: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 991.98px) {
    .visa-services .cards .card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 8px);
        flex: 0 0 calc(50% - 8px);
        padding: 16px
    }
}

.visa-services .cards .card h3 {
    margin-bottom: 16px;
    font-size: 18px
}

@media (max-width: 991.98px) {
    .visa-services .cards .card h3 {
        font-size: 16px
    }
}

.visa-services .cards .card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    color: #085bb9
}

@media (max-width: 991.98px) {
    .visa-services .cards .card a {
        font-size: 14px
    }

    .visa-services .cards .card a img {
        width: 14px;
        height: 14px
    }
}

.visa-services .cards .card--blue {
    border: 1px solid rgba(152, 200, 255, 0.35);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(152, 200, 255, 0.35)), to(rgba(152, 200, 255, 0.35))), #fff;
    background: linear-gradient(0deg, rgba(152, 200, 255, 0.35) 0%, rgba(152, 200, 255, 0.35) 100%), #fff
}

.visa-services .cards .card--green {
    border: 1px solid var(--green---3, rgba(57, 227, 220, 0.35));
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(57, 227, 220, 0.35)), to(rgba(57, 227, 220, 0.35))), #fff;
    background: linear-gradient(0deg, rgba(57, 227, 220, 0.35) 0%, rgba(57, 227, 220, 0.35) 100%), #fff
}

.visa-services .cards .card--orange {
    border: 1px solid var(--orange---3, rgba(255, 191, 136, 0.35));
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 191, 136, 0.35)), to(rgba(255, 191, 136, 0.35))), #fff;
    background: linear-gradient(0deg, rgba(255, 191, 136, 0.35) 0%, rgba(255, 191, 136, 0.35) 100%), #fff
}

.visa-services .cards .card--yellow {
    border: 1px solid var(--yellow---3, rgba(246, 219, 155, 0.35));
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(246, 219, 155, 0.35)), to(rgba(246, 219, 155, 0.35))), #fff;
    background: linear-gradient(0deg, rgba(246, 219, 155, 0.35) 0%, rgba(246, 219, 155, 0.35) 100%), #fff
}

.travel-assistance {
    margin-top: 100px
}

@media (max-width: 991.98px) {
    .travel-assistance {
        margin-top: 50px
    }
}

.travel-assistance .card-button {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 575.98px) {
    .travel-assistance .card-button {
        gap: 16px;
        margin-top: 24px
    }
}

.travel-assistance-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 21.33px);
    flex: 0 0 calc(33.33% - 21.33px);
    border-radius: 38px;
    background: #fff;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08), 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08), 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    padding: 16px 24px 16px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #434343;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%
}

@media (max-width: 767.98px) {
    .travel-assistance-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 16px);
        flex: 0 0 calc(50% - 16px)
    }
}

@media (max-width: 575.98px) {
    .travel-assistance-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        font-size: 16px;
        padding: 10px 16px 10px 24px
    }
}

.card-section {
    margin-top: 100px;
    padding-bottom: 100px
}

@media (max-width: 991.98px) {
    .card-section {
        margin-top: 50px;
        padding-bottom: 50px
    }
}

.card-section .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px
}

@media (max-width: 991.98px) {
    .card-section .cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 22px
    }
}

.card-section .cards .card {
    border-radius: 10px;
    border: 1px solid #eaeaea;
    background: #fff;
    border: none;
    padding: 32px
}

@media (max-width: 767.98px) {
    .card-section .cards .card {
        padding: 24px
    }
}

.card-section .cards .card h3 {
    color: #081856;
    font-size: 28px;
    font-weight: 700;
    line-height: 150%
}

@media (max-width: 767.98px) {
    .card-section .cards .card h3 {
        font-size: 20px
    }
}

.card-section .cards .card .body {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px
}

@media (max-width: 767.98px) {
    .card-section .cards .card .body {
        gap: 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.card-section .cards .card .body .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

@media (max-width: 767.98px) {
    .card-section .cards .card .body .link {
        gap: 12px
    }
}

.card-section .cards .card .body .link a {
    color: #434343;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767.98px) {
    .card-section .cards .card .body .link a {
        font-size: 16px
    }
}

.card-section .card-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.card-section .card-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(60% - 16px);
    flex: 0 0 calc(60% - 16px)
}