@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
html {
    max-width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

table p {
    margin: 0 !important;
}

td,
th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    position: relative;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #009EF6;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

[role="button"] {
    cursor: pointer;
}

.clear_both {
    width: 100%;
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 20px 0 10px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    color: #005CA9;
}

h1 {
    font-size: 34px;
    line-height: 42px;
}

h2 {
    font-size: 26px;
    line-height: 34px;
}

h3 {
    font-size: 24px;
    line-height: 32px;
}

h4 {
    font-size: 22px;
    line-height: 30px;
}

h5 {
    font-size: 20px;
    line-height: 28px;
}

h6 {
    font-size: 18px;
    line-height: 26px;
}

p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px;
}

ul,
ol {
    padding-left: 25px;
    margin-top: 0;
    margin-bottom: 0px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

blockquote {
    padding: 10px 20px;
    margin: 15px 0;
    font-size: 16px;
    background: #f9f9f9;
    border-left: 5px solid #2196F3;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #2B4325;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #2B4325;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none !important;
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    max-width: 100%;
    width: 100%;
    background: #FFFFFF;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 300;
    color: #000000;
    margin: 0;
    padding: 0;
    word-spacing: 2px;
}

body.no_scroll {
    overflow: hidden;
}

strong {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
}

 :focus {
    outline: 0 !important;
    text-decoration: blink !important;
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    color: #005CA9;
}

 :focus {
    outline: 0 !important;
    text-decoration: blink !important;
}

.container {
    position: relative;
    width: 1160px;
    padding: 0;
    margin: 0 auto;
}

footer .container {
    z-index: 1;
    position: relative;
}

.remove_margin {
    margin: 0 -10px;
    position: relative;
}


/* title */

.title {
    width: 100%;
    clear: both;
    position: relative;
}

.title.center {
    text-align: center;
}

.title h1,
.title h2,
.title h3 {
    margin: 0 0 15px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    color: #005CA9;
}

.content {
    width: 100%;
    position: relative;
    clear: both;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #454545;
}

.content p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #454545;
}

.content p strong {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
}

.content p img {
    height: auto !important;
    display: block !important;
    margin: 10px auto !important;
    max-width: 100% !important;
}

.content ul {
    margin: 0 0 15px !important;
    padding-left: 20px;
    list-style-type: disc;
    width: auto;
    max-width: 100%;
    clear: both;
    position: relative;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #454545;
}

.content ul li {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #454545;
}

.content ul li span,
.content ul li p {
    margin: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #454545;
}


/* header */

header {
    position: fixed;
    width: 100%;
    max-width: 100%;
    height: 70px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
    padding: 5px 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 92, 169, 0.06);
}

.logo {
    width: max-content;
    position: relative;
    margin: 0;
}

.logo img {
    width: auto;
    height: 60px;
}

.menu {
    width: max-content;
    position: absolute;
    right: 240px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    z-index: 1;
}

.menu nav {
    position: relative;
    width: max-content;
    margin: 0;
    padding: 0;
}

.menu nav ul {
    list-style-type: none;
    width: max-content;
    position: relative;
    padding: 0;
    margin: 0;
}

.menu nav ul li {
    width: auto;
    float: left;
    display: table;
    position: relative;
    padding: 16px 30px;
}

.menu nav ul li a {
    position: relative;
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #005CA9;
    transition: all 0.3s;
}

.menu nav ul li:hover a,
.menu nav ul li.active a {
    color: #FF6E26;
}

.menu nav ul li.active a::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #FF6E26;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.menu nav ul li ul {
    opacity: 0;
    width: max-content;
    position: absolute;
    top: 65px;
    left: 30px;
    background: #FFFFFF;
    box-shadow: 1px 4px 20px rgba(24, 78, 174, 0.1);
    border-radius: 10px;
    cursor: pointer;
    list-style-type: none;
    z-index: 999;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    display: block;
    padding: 0;
    margin: 0;
}

.menu nav ul li:hover ul {
    display: block;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform 0.3s ease, opacity 0.2s ease 0.1s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
}

.menu nav ul li ul::before {
    content: '';
    width: 100%;
    height: 20px;
    background: none;
    z-index: 2;
    position: absolute;
    top: -20px;
    left: 0;
}

.menu nav ul li ul li:nth-child(2) {
    border-radius: 10px 10px 0 0;
    padding-top: 15px !important;
}

.menu nav ul li ul li:last-child {
    border-radius: 0 0 10px 10px;
    padding-bottom: 15px;
}

.menu nav ul li ul li {
    width: 100%;
    position: relative;
    clear: both;
    float: none;
    display: block;
    padding: 10px 20px;
    background: #FFFFFF;
    transition: all 0.3s;
}

.menu nav ul li ul li:hover {
    background: #F2F7FF;
}

.menu nav ul li ul li a {
    width: 100%;
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    color: #9DA9C1 !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.menu nav ul li.active ul li a::before {
    display: none;
}

.menu nav ul li:hover ul li:hover a {
    color: #005CA9 !important;
}

.menu nav ul li .icon_menu {
    position: absolute;
    top: 5px;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    width: 8px;
    height: 5px;
    background: url(../images/menu_down.svg) no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
}

.menu nav ul li:hover .icon_menu,
.menu nav ul li.active .icon_menu {
    background: url(../images/menu_down_active.svg) no-repeat;
    background-size: cover;
    background-position: center;
}

.menu nav ul li ul .back_menu_item_sub {
    position: relative;
    display: none;
    opacity: 0;
}

.button_ticket_resgister {
    position: absolute;
    width: auto;
    height: max-content;
    padding: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 2;
}

.button_ticket_resgister strong {
    cursor: pointer;
    display: block;
    text-transform: none;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF !important;
    padding: 10px 25px 10px 20px;
    border-radius: 8px;
    background: #FF6E26;
}

.icon_ticket {
    padding-left: 28px;
    position: relative;
}

.icon_ticket::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/ticket.svg) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.button_menu {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    opacity: 0;
    display: none;
    width: 60px;
    height: 60px;
    background: url(../images/menu.svg) no-repeat;
    background-size: 30px 20px;
    background-position: right center;
}

.button_menu.open {
    background: url(../images/close.svg) no-repeat;
    background-size: 24px 24px;
    background-position: right center;
}

.section_home {
    width: 100%;
    position: relative;
    clear: both;
    padding: 0;
    margin-top: 70px;
}

.slider_home {
    width: 100%;
    clear: both;
    position: relative;
    overflow: hidden;
}

.slider_home.mobile {
    display: none;
}

.slider_home .swiper-button-next,
.slider_home .swiper-button-prev {
    background: rgba(0, 0, 0, 0.5);
}

.slider_home .swiper-button-prev,
.slider_home .swiper-container-rtl .swiper-button-next {
    left: 15px;
    right: auto;
}

.slider_home .swiper-button-next,
.slider_home .swiper-container-rtl .swiper-button-prev {
    right: 15px;
    left: auto;
}

.slider_home .swiper-button-prev::before,
.slider_home .swiper-button-next::before {
    filter: brightness(0) invert(1);
}

.banner_home {
    width: 100%;
    position: relative;
}

.banner_home img {
    width: 100%;
}

.content_home {
    max-width: calc(100% - 30px);
    width: 420px;
    height: max-content;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 580px);
    margin: auto 0;
    z-index: 2;
}

.content_home h1 {
    margin: 0 0 15px;
    color: #FFF;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
}

.content_home p {
    margin: 0 0 25px;
    color: #FFF;
    font-size: 18px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    line-height: 26px;
}

.form_search {
    width: 100%;
    position: relative;
    clear: both;
    display: inline-block;
}

.form_search form {
    width: 100%;
    position: relative;
}

.form_search form input {
    margin: 0;
    padding: 0 50px 0 42px;
    width: 100%;
    height: 50px;
    border: 0;
    position: relative;
    border-radius: 10px;
    background: #FFF url(../images/location.svg) no-repeat center left 15px;
    background-size: 20px 26px;
    box-shadow: 0px 4px 20px 0px rgba(0, 92, 169, 0.10);
    color: #454545;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.form_search form button {
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 40px;
    height: 40px;
    position: absolute;
    border: 0;
    border-radius: 8px;
    background: #FF6E26;
}

.form_search form button .icon_search {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background: url(../images/search.svg) no-repeat;
    background-position: center;
    background-size: cover;
}

.form_search form input::placeholder {
    color: #6A6A6A;
}

.form_search form input:focus {
    border: 1px solid #FF6E26;
}

.close_search {
    display: none;
    opacity: 0;
    width: 45px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    background: url(../images/close.svg) no-repeat;
    background-position: center;
    background-size: 16px 16px;
    opacity: 0.5;
}

.close_search.open {
    display: block;
    opacity: 1;
}

#list_search_ticket {
    opacity: 0;
    display: none;
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 52px;
    border-radius: 10px;
    left: 0;
    z-index: 2;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 92, 169, 0.06);
}

#list_search_ticket.open {
    opacity: 1;
    display: block;
}

#list_search_ticket ul {
    display: inline-block;
    list-style-type: none;
    position: relative;
    width: 100%;
    padding: 10px 15px;
    margin: 0;
}

#list_search_ticket ul li {
    width: max-content;
    float: left;
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
}

#list_search_ticket ul li a {
    display: block;
    border-radius: 6px;
    background: #EFF4FD;
    padding: 5px 10px;
    color: #6D89BF;
    font-size: 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    line-height: 24px;
}

#list_search_ticket ul li span {
    color: #6D89BF;
    font-size: 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    line-height: 24px;
}


/* section_whychoose */

.section_whychoose {
    width: 100%;
    position: relative;
    clear: both;
    padding: 70px 0 0;
}

.list_whychoose {
    display: inline-block;
    width: 100%;
    clear: both;
    position: relative;
}

.whychoose {
    width: 230px;
    float: left;
    position: relative;
    padding: 0;
}

.whychoose+.whychoose {
    margin-left: 80px;
}

.whychoose img {
    width: auto;
    height: 70px;
    margin-bottom: 10px;
    transition: all 0.5s;
}

.whychoose:hover img {
    transform: scale(1.1);
}

.whychoose p {
    margin: 0;
    margin-top: 10px;
    color: #454545;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.whychoose p strong {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    color: #005CA9;
    font-size: 20px;
}


/* section_ticket */

.section_ticket {
    width: 100%;
    clear: both;
    position: relative;
    padding: 70px 0 0;
}

.box_slider_ticket {
    width: 100%;
    clear: both;
    position: relative;
    display: inline-block;
}

.slider_ticket {
    width: 100%;
    clear: both;
    position: relative;
}

.slider_ticket .swiper-slide {
    width: 33.33%;
    float: left;
    padding: 10px;
}

.ticket {
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 92, 169, 0.06);
}

.ticket .img_ticket {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ticket .img_ticket img {
    width: 100%;
    transition: all 0.5s;
}

.ticket:hover .img_ticket img {
    transform: scale(1.15);
}

.ticket .img_ticket span {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    color: #FFF;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    border-radius: 6px;
    background: #FF6E26;
    padding: 8px 10px;
}

.ticket .info_ticket {
    width: 100%;
    position: relative;
    padding: 20px 30px;
}

.ticket .info_ticket p {
    margin-bottom: 5px;
    color: #005CA9;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

.ticket .info_ticket p span {
    padding-right: 10px;
    color: #9DA9C1;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: line-through;
}

.ticket .info_ticket p strong {
    color: #FF6E26;
}


/* section_review */

.section_review {
    width: 100%;
    position: relative;
    clear: both;
    padding: 70px 0 0;
}

.box_slider_review {
    width: 100%;
    position: relative;
    clear: both;
    display: inline-block;
}

.slider_review {
    width: 100%;
    position: relative;
    clear: both;
}

.swiper-button-prev-ticket,
.swiper-container-rtl .swiper-button-next-ticket,
.swiper-button-prev-review,
.swiper-container-rtl .swiper-button-next-review {
    margin: 0;
    top: -55px;
    right: 50px;
    left: auto;
    bottom: auto;
}

.swiper-button-next-ticket,
.swiper-container-rtl .swiper-button-prev-ticket,
.swiper-button-next-review,
.swiper-container-rtl .swiper-button-prev-review {
    margin: 0;
    top: -55px;
    right: 0;
    left: auto;
    bottom: auto;
}

.slider_review .swiper-slide {
    width: 50%;
    float: left;
    padding: 10px;
}

.review {
    padding: 30px 30px 30px 15px;
    width: 100%;
    position: relative;
    display: inline-table;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 92, 169, 0.06);
}

.review .img_review {
    width: 140px;
    position: relative;
    float: left;
    text-align: center;
}

.review .img_review img {
    margin: 0 auto 15px;
    width: 90px;
    height: 90px;
    border-radius: 90px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}

.review .img_review p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #6A6A6A;
}

.review .img_review span {
    display: block;
    margin: 0 auto;
    width: 86px;
    height: 14px;
    background: url(../images/rating.svg) no-repeat;
    background-size: cover;
    background-position: center;
}

.review .info_review {
    width: calc(100% - 140px);
    padding-left: 20px;
    float: right;
    position: relative;
    border-left: 1px solid rgba(33, 97, 157, 0.3);
}

.review .info_review p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    color: #454545;
    font-size: 16px;
    line-height: 24px;
}

.review .info_review p strong {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #005CA9;
}


/* section_blog */

.section_blog {
    width: 100%;
    position: relative;
    clear: both;
    padding: 70px 0;
}

.box_slider_blog {
    width: 100%;
    clear: both;
    position: relative;
    display: inline-block;
}

.slider_blog {
    width: 100%;
    clear: both;
    position: relative;
}

.slider_blog .swiper-slide {
    width: 25%;
    float: left;
    position: relative;
    padding: 10px;
}

.blog {
    width: 25%;
    float: left;
    position: relative;
    padding: 10px;
}

.slider_blog .blog {
    width: 100%;
    position: relative;
    padding: 0;
}

.blog a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 92, 169, 0.06);
}

.blog a .img_blog {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.blog a .img_blog img {
    width: 100%;
    position: relative;
    transition: all 0.5s;
}

.blog:hover a .img_blog img {
    transform: scale(1.1);
}

.blog a .info_blog {
    height: 105px;
    width: 100%;
    position: relative;
    padding: 15px 20px 10px;
}

.blog a .info_blog p {
    margin-bottom: 5px;
    width: 100%;
    max-height: 45px;
    overflow: hidden;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    color: #9DA9C1;
    font-size: 14px;
    line-height: 22px;
}

.blog a .info_blog p strong {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #005CA9;
}

.blog a .info_blog p .icon_time {
    position: relative;
    padding-left: 20px;
}

.blog a .info_blog p .icon_time::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/time.svg) no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 0;
    margin: 0;
}


/* section_social */

.section_social {
    overflow: hidden;
    width: 100%;
    clear: both;
    position: relative;
    padding: 8px 0;
    background: #FF6E26;
    display: inline-table;
}

.box_weather {
    width: auto;
    float: left;
    position: relative;
}

.box_location {
    padding: 16px 0;
    width: auto;
    float: left;
    position: relative;
}

.box_location p {
    width: auto;
    margin: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.box_location p strong {
    margin-right: 5px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
}

.box_temperature {
    padding: 8px 30px 8px 40px;
    width: auto;
    float: left;
    position: relative;
}

.box_temperature img {
    top: -8px;
    width: auto;
    height: 25px;
    margin-right: 5px;
    position: relative;
    filter: brightness(0) invert(1);
}

.box_temperature strong {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    color: #FFFFFF;
}

.box_calendar_today {
    width: auto;
    float: left;
    position: relative;
    padding: 18px 0;
}

.box_calendar_today p {
    margin: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}

.box_social {
    width: auto;
    float: right;
    position: relative;
}

.social {
    margin: 0;
    padding: 8px 0 0;
    list-style-type: none;
    width: auto;
    position: relative;
}

.social li {
    width: auto;
    float: left;
    position: relative;
}

.social li+li {
    margin-left: 10px;
}

.social li a {
    display: block;
    position: relative;
}

.social li a img {
    width: 40px;
}


/* footer */

footer {
    position: relative;
    clear: both;
    width: 100%;
    padding: 0;
    background: #005CA9;
    display: inline-block;
}

.contact_footer {
    padding: 40px 0 60px;
    width: max-content;
    float: left;
    position: relative;
}

.logo_footer {
    width: auto;
    position: relative;
}

.logo_footer img {
    width: auto;
    height: 60px;
}

.list_contact {
    width: 100%;
    position: relative;
    clear: both;
}

.list_contact p {
    margin: 25px 0 15px;
    color: #FFF;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.list_contact ul {
    list-style-type: none;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}

.list_contact ul li {
    padding-bottom: 12px;
    width: 100%;
    position: relative;
    padding-left: 35px;
}

.list_contact ul li::before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 1;
}

.list_contact ul li.location::before {
    background: url(../images/contact/location.svg) no-repeat;
    background-size: cover;
    background-position: center;
}

.list_contact ul li.hotline::before {
    background: url(../images/contact/hotline.svg) no-repeat;
    background-size: cover;
    background-position: center;
}

.list_contact ul li.email::before {
    background: url(../images/contact/email.svg) no-repeat;
    background-size: cover;
    background-position: center;
}

.list_contact ul li a {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 300;
    color: #FFF;
    font-size: 16px;
    line-height: 24px;
}

.ticket_footer {
    padding: 70px 0;
    width: 40%;
    float: right;
    position: relative;
}

.ticket_footer p {
    margin: 0 0 15px;
    color: #FFF;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.ticket_footer ul {
    width: auto;
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
}

.ticket_footer ul li {
    padding-bottom: 15px;
    width: 50%;
    float: left;
    position: relative;
}

.ticket_footer ul li:nth-child(even) {
    width: 200px;
    float: right;
}

.ticket_footer ul li a {
    color: #FFF;
    font-size: 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 300;
    line-height: 22px;
}

.coppyright_footer {
    padding: 20px 0 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-table;
    position: relative;
    width: 100%;
    clear: both;
}

.coppyright_footer p {
    margin: 0;
    width: auto;
    float: left;
    position: relative;
    color: #FFF;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.coppyright_footer a {
    float: right;
    width: auto;
    position: relative;
    color: #FFF;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.coppyright_footer a img {
    width: auto;
    height: 14px;
    margin-left: 5px;
    position: relative;
    top: -2px;
}


/* section_banner */

.section_banner {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden;
    margin-top: 70px;
}

.section_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/* section_content */

.section_content {
    width: 100%;
    clear: both;
    position: relative;
    padding: 70px 0;
}


/* box_slider_about */

.box_slider_about {
    width: 100%;
    position: relative;
    clear: both;
}

.slider_about {
    width: 100%;
    position: relative;
    clear: both;
}

.slider_about .swiper-slide {
    width: 50%;
    padding: 10px;
    position: relative;
    float: left;
}

.slider_about .image {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.slider_about .image img {
    width: 100%;
    transition: all 0.5s;
}

.slider_about .image:hover img {
    transform: scale(1.1);
}

.slider_about .swiper-button-next,
.slider_about .swiper-button-prev {
    background: rgba(0, 0, 0, 0.5);
}

.slider_about .swiper-button-prev,
.slider_about .swiper-container-rtl .swiper-button-next {
    left: 25px;
    right: auto;
}

.slider_about .swiper-button-next,
.slider_about .swiper-container-rtl .swiper-button-prev {
    right: 25px;
    left: auto;
}

.slider_about .swiper-button-prev::before,
.slider_about .swiper-button-next::before {
    filter: brightness(0) invert(1);
}


/* section_content_ticket */

.section_content_ticket {
    width: 100%;
    clear: both;
    position: relative;
    margin-top: 70px;
    padding: 70px 0;
    display: inline-block;
}

.breadcrumb {
    width: auto;
    right: 0;
    position: absolute;
    top: 10px;
}

.breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: auto;
    float: left;
    position: relative;
}

.breadcrumb ul li {
    width: auto;
    float: left;
    position: relative;
}

.breadcrumb ul li+li {
    margin-left: 30px;
}

.breadcrumb ul li+li::before {
    content: '';
    width: 6px;
    height: 12px;
    background: url(../images/next.svg) no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: -17px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    filter: grayscale(1);
}

.breadcrumb ul li a {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 300;
    color: #454545;
    font-size: 16px;
    line-height: 24px;
}

.breadcrumb ul li:last-child a {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
}


/* list_images_ticket */

.list_images_ticket {
    width: 100%;
    position: relative;
    clear: both;
    padding: 10px 0 50px;
    display: inline-block;
}

.images_ticket {
    width: 25%;
    float: left;
    position: relative;
    padding: 2px;
}

.images_ticket.none {
    display: none;
    opacity: 0;
}

.images_ticket a {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

.images_ticket:nth-child(1) {
    width: 50%;
}

.images_ticket img {
    width: 100%;
    transition: all 0.5s;
}

.images_ticket:hover img {
    transform: scale(1.1);
}

.more_images_ticket {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(23, 45, 18, 0.5);
    z-index: 1;
}

.more_images_ticket span {
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: max-content;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #FFF;
    text-align: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.more_images_ticket span .icon_more_plus {
    display: block;
    margin: 5px auto;
    width: 40px;
    height: 40px;
    background: url(../images/more_plus.svg) no-repeat;
    background-size: cover;
    background-position: center;
}

.box_list_faqs {
    width: calc(100% - 400px);
    position: relative;
    float: left;
}

.title_list_faqs {
    width: 100%;
    clear: both;
    position: relative;
}

.title_list_faqs h2 {
    position: relative;
    margin: 0 0 30px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    color: #005CA9;
    font-size: 26px;
    line-height: 26px;
    padding-left: 15px;
    border-left: 3px solid rgba(255, 110, 38, 1);
}

.list_faqs {
    margin: 0px;
    width: 100%;
    position: relative;
    clear: both;
}

.faqs {
    width: 100%;
    position: relative;
    clear: both;
    border-top: 1px solid rgba(33, 97, 157, 0.2);
}

.faqs .title_faqs {
    width: 100%;
    display: block;
    position: relative;
    padding: 20px 50px 20px 0;
    cursor: pointer;
}

.faqs:last-child {
    border-bottom: 1px solid rgba(33, 97, 157, 0.2);
}

.faqs .title_faqs .icon_down {
    position: absolute;
    top: 16px;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
}

.faqs .title_faqs .icon_down::before {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../images/plus.svg) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.faqs .title_faqs.open .icon_down::before {
    background: url(../images/minus.svg) no-repeat;
    background-size: cover;
    background-position: center;
}

.faqs .title_faqs h3 {
    margin: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #005CA9;
}

.faqs .content_faqs {
    padding: 0px;
    position: relative;
    display: none;
    opacity: 0;
}

.faqs .content_faqs.open {
    display: block;
    opacity: 1;
}

.faqs .content_faqs .content p,
.faqs .content_faqs .content ul,
.faqs .content_faqs .content ul li,
.faqs .content_faqs .content ul li p,
.faqs .content_faqs .content {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #454545;
}


/* form_ticket */

.form_ticket {
    width: 360px;
    float: right;
    position: relative;
    border-radius: 10px;
    border: 1px solid rgba(33, 97, 157, 0.20);
    background: #FFF;
    overflow: hidden;
}

.title_form_ticket {
    padding: 20px 30px;
    width: 100%;
    position: relative;
    clear: both;
    background: rgba(0, 92, 169, 1);
}

.title_form_ticket h4 {
    margin: 0;
    color: #FFF;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
}

.form_ticket form {
    width: 100%;
    position: relative;
    clear: both;
    padding: 20px 30px 30px;
}

.input_form {
    width: 100%;
    position: relative;
    clear: both;
    padding-bottom: 20px;
}

.input_form label {
    clear: both;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    color: #005CA9;
    font-size: 16px;
    line-height: 24px;
}

.input_form select,
.input_form input {
    margin-bottom: 10px;
    width: 100%;
    height: 44px;
    padding: 0 20px;
    position: relative;
    border-radius: 8px;
    background: #EFF4FD;
    border: 0;
    color: #454545;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    outline: 0 auto;
}

.input_form textarea {
    width: 100%;
    height: 80px;
    padding: 10px 20px;
    position: relative;
    border-radius: 8px;
    background: #EFF4FD;
    border: 0;
    color: #454545;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
}

.input_form textarea::placeholder,
.input_form input::placeholder {
    color: #454545;
}

.input_form input#date_go_contact,
.input_form input#date_go {
    background: #EFF4FD url(../images/calendar.svg) no-repeat;
    background-size: 16px 16px;
    background-position: right 15px center;
    -webkit-appearance: none;
    cursor: pointer;
}

.input_form select {
    -webkit-appearance: none;
    cursor: pointer;
    background: #EFF4FD url(../images/menu_down.svg) no-repeat;
    background-size: 8px 5px;
    background-position: right 15px center;
}

.button_submit {
    width: 100%;
    position: relative;
    clear: both;
}

.button_submit button {
    position: relative;
    clear: both;
    text-align: center;
    width: 100%;
    height: 44px;
    border: 0;
    border-radius: 8px;
    background: #FF6E26;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
}

.button_submit button .icon_send {
    padding-left: 25px;
    position: relative;
}

.button_submit button .icon_send::before {
    content: '';
    width: 18px;
    height: 18px;
    background: url(../images/send.svg) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}


/*  */


/* pagination_subpage */

.pagination_subpage {
    width: 100%;
    position: relative;
    clear: both;
    margin-top: 30px;
    display: inline-block;
}

.pagination {
    max-width: 100%;
    width: max-content;
    margin: 0 auto;
    padding: 0;
    display: flex;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    padding: 0;
    width: 40px;
    height: 40px;
    margin: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #005CA9;
    box-sizing: border-box;
    text-align: center;
    background: #EFF4FD;
    border-radius: 40px;
}

.page-link.page-left,
.page-link.page-right {
    border: 0;
}

.page-link.page-left span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 14px;
    background: url(../images/prev.svg) no-repeat;
    background-size: cover;
    background-position: center;
    margin: auto;
}

.page-link.page-right span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 14px;
    background: url(../images/next.svg) no-repeat;
    background-size: cover;
    background-position: center;
    margin: auto;
}

.page-link.page-left:hover span,
.page-link.page-right:hover span {
    filter: brightness(0) invert(1);
}

.page-link.page-left:hover,
.page-link.page-right:hover {
    background: #FF6E26;
    border: 0;
}

.page-link:hover {
    z-index: 2;
    color: #FFFFFF;
    background: #FF6E26;
}

.page-item+.page-item {
    margin-left: 10px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #FFFFFF;
    background: #FF6E26;
}

.page-item.disabled .page-link {
    color: #FFFFFF;
    background: #FF6E26;
    pointer-events: none;
    cursor: auto;
}


/* section_content_blog */

.section_content_blog {
    width: 100%;
    clear: both;
    position: relative;
    display: inline-block;
    padding: 70px 0;
    margin-top: 70px;
}

.box_breadcrumb {
    padding-bottom: 25px;
    display: inline-block;
    width: 100%;
    position: relative;
    clear: both;
}

.box_breadcrumb .breadcrumb {
    position: relative;
    left: 0;
    top: 0;
}


/* content_blog */

.content_blog {
    width: calc(100% - 310px);
    position: relative;
    float: left;
}

.list_blog_hot {
    width: 270px;
    position: relative;
    float: right;
}

.list_blog_hot .blog {
    width: 100%;
    padding: 10px 0;
}


/*  */

.rating_content {
    width: max-content;
    padding: 30px 0 0;
    display: inline-block;
    clear: both;
    position: relative;
}

#total_star {
    display: none;
}

.statistical_rating {
    margin-left: 10px;
    float: right;
    width: auto;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #868686;
}

.rating_content .star_rating {
    width: max-content;
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.rating_content .star_rating .star_rate {
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin-right: 8px;
    position: relative;
    float: left;
    background: url(../images/star_none.svg) no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.5s;
}

.rating_content .star_rating .star_rate:hover {
    background: url(../images/star.svg) no-repeat;
    background-size: cover;
    background-position: center;
    transform: scale(1.2) rotate(5deg);
}

.rating_content .star_rating .star_rate.check {
    background: url(../images/star.svg) no-repeat;
    background-size: cover;
    background-position: center;
}


/*  */


/* popup */

.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    display: none;
    z-index: 999999999;
}

.popup.show {
    opacity: 1;
    display: block;
}

.close_popup {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.icon_close_popup {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/close.svg) no-repeat;
    background-size: cover;
    background-position: center;
    filter: brightness(0) invert(1);
}

.title_form_contact {
    position: relative;
    width: 100%;
    padding: 20px 40px;
    background: rgba(0, 92, 169, 1);
}

.title_form_contact p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #FFF;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
}

.show_popup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    width: auto;
    height: 100%;
    overflow-y: auto;
}

.show_form_contact {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 92, 169, 0.06);
    overflow: hidden;
    width: 640px;
    height: max-content;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;
}

.form_contact {
    width: 100%;
    margin: 0 auto;
}

.form_contact form {
    width: 100%;
    padding: 30px 40px 40px;
}

.input_form.input_form_contact {
    padding-bottom: 10px;
    display: inline-block;
}

.input_form.input_form_contact input {
    width: calc(50% - 10px);
    float: left;
    clear: none;
}

.input_form.input_form_contact input:last-child {
    float: right;
}

.input_form.select_form_contact {
    width: calc(50% - 10px);
    float: left;
    clear: none;
}

.input_form.select_form_contact:nth-child(3) {
    float: right;
}

.slider_button_fixed {
    display: none;
    opacity: 0;
    z-index: 999;
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: rgba(239, 244, 253, 1);
}

.slider_button_fixed::before {
    content: "";
    border-radius: 50px;
    border: 2px solid rgba(239, 244, 253, 1);
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    transition: all 0.8s ease;
    animation: grow 1.6s infinite;
}

.slider_button_fixed::after {
    content: "";
    border-radius: 50px;
    background: rgba(0, 92, 169, 0.6);
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    transition: all 0.8s ease;
    animation: grow 0.8s infinite;
}

@keyframes grow {
    from {
        transform: scale(1, 1);
        opacity: 1;
    }
    to {
        transform: scale(1.5, 1.5);
        opacity: 0;
    }
}

.swiper_fixed {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.swiper_fixed .swiper-slide img {
    width: 50px;
    height: 50px;
}

.button_fixed {
    opacity: 1;
    display: block;
    width: 180px;
    position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 80px;
}

.button_fixed ul {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.button_fixed ul li {
    width: 100%;
    position: relative;
}

.button_fixed ul li+li {
    padding-top: 5px;
}

.button_fixed ul li a {
    display: inline-block;
    width: 100%;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 10px 10px;
}

.button_fixed ul li a img {
    width: 38px;
    float: left;
    position: relative;
}

.button_fixed ul li a p {
    margin: 2px 0;
    width: calc(100% - 45px);
    float: right;
    position: relative;
}

.button_fixed ul li a p strong {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #009EF6;
    display: block;
}

.button_fixed ul li a p span {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #4A4A4A;
}

.button_fixed ul li.button_messenger a p strong {
    color: #B73BE1;
}

.button_fixed ul li.button_zalo a p strong {
    color: #005FE7;
}

.button_fixed ul li.button_hotline a p strong {
    color: #37C837;
}

.slider_button_fixed.open {
    background: #EFF4FD url(../images/close.svg) no-repeat;
    background-size: 18px 18px;
    background-position: center;
    box-shadow: 0px 4px 30px 0px rgba(0, 92, 169, 0.06);
}

.slider_button_fixed.open::before,
.slider_button_fixed.open::after,
.slider_button_fixed.open .swiper_fixed {
    display: none;
    opacity: 0;
}

.button_fixed.open {
    opacity: 1;
    display: block;
}


/*  */

#_loading {
    display: none;
    opacity: 0;
    transition: all 0.5s;
}

#_loading.loading {
    display: block;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    clear: both;
    position: fixed;
    display: block;
    text-align: center;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999999999999999;
}

#_loading.loading img {
    display: block;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    margin: uto;
    animation: rotate_loading 1.5s linear infinite;
}

@keyframes rotate_loading {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}