:root {
    --main-color: #3B7ACC;
    --secondary-color: #EB9444;
    --third-color: #EB9444;
}

.cursor-pointer {
    cursor: pointer;
}

.form-control,
.form-select {
    height: 40px;
    border-radius: 10px;
    border: 1px solid #c8c6c6;
}

a:hover {
    color: var(--main-color);
}

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

.documents,
section {
    padding: 30px 0;
    position: relative;
}

textarea:focus,
input:focus {
    outline: none;
}

.transition {
    transition: all 0.3s;
}

.topHeader {
    padding: 20px;
}

.topHeader .phone {
    margin: 0 20px;
}

.topHeader .phone a,
.topHeader .email a {
    text-decoration: underline;
}

.account {
    display: flex;
    color: #000;
    cursor: pointer;
}

.account .fullName {
    padding-left: 10px;
    font-size: 13px;
}

.contentHeader {
    display: table;
    width: 100%;
    position: relative;
    z-index: 1000;
}

.contentHeader .boxLogo {
    display: table-cell;
}

.backgroundNavbar {
    background-color: #f8f9fa;
}

.fixedNavbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.boxSearch {
    display: table-cell;
    width: 160px;
    text-align: right;
}

.boxSearch .searchBar {
    position: relative;
}

.searchContainer {
    overflow: hidden;
    height: 36px;
    padding-left: 160px;
    width: 160px;
    transition: all 0.3s ease-out;
}

.searchContainer.active {
    padding-left: 0;
}

.search {
    height: 36px;
    border-radius: 20px;
    border: 1px solid;
    text-indent: 10px;
    width: 100%;
    box-sizing: border-box;
}

.searchIcon {
    background-color: unset;
    position: absolute;
    right: 2px;
    font-size: 20px;
    top: 2px;
    cursor: pointer;
}

.contentHeader .boxMenu .menu {
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.contentHeader .boxMenu .menu li {
    list-style: none;
    display: inline-block;
    padding: 25px 20px;
    position: relative;
}

.contentHeader .boxMenu .menu li:hover>.subMenu {
    display: block;
}

.contentHeader .boxMenu .menu li>.subMenu {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 2;
    min-width: 270px;
    padding: 15px 0px;
    margin: 0;
    background: #fff;
    box-shadow: 0 0 10px #bbb;
}

.contentHeader .boxMenu .menu li>.subMenu>li {
    display: block;
    padding: 0;
}

.contentHeader .boxMenu .menu li>.subMenu>li a {
    display: block;
    padding: 10px 20px;
}

.contentHeader .boxMenu .menu li i {
    font-size: 12px;
    margin-left: 5px;
}

.contentHeader .boxMenu .menu li a:hover {
    color: var(--main-color);
}

.contentHeader .active {
    font-weight: 700;
}

.account.dropdown-toggle::after {
    margin-top: 8px;
}

.dropdown-item:active {
    background-color: var(--main-color);
}

/* ############################################################### */
/* ###################### About Us page ########################## */
/* ############################################################### */
.banner {
    position: relative;
    height: 600px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bannerNormal {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bgBanner {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3400px 1100px 0 0;
    border-color: rgb(140 193 74 / 75%) transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.content {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    color: #fff;
}

.banner .formBox ul {
    padding: 0;
}

.banner .formBox ul li {
    list-style: none;
    padding: 20px 0;
    border-bottom: 1px solid #d9d9d9;
}

.banner .formBox ul li:last-child {
    border-bottom: none;
}

.banner .formBox ul li a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.banner .formBox ul li a:hover {
    text-decoration-line: underline;
}

.banner .formBox .btnApply {
    display: inline-block;
    background: #fff;
    padding: 15px 60px;
    border-radius: 15px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: var(--main-color);
    border: 2px solid #fff;
}

.banner .formBox .btnApply:hover {
    background: var(--main-color);
    color: #fff;
}

.banner .imageBanner {
    margin-top: 40px;
}

.boxSearchFaq {
    position: relative;
}

.boxSearchFaq .searchFaq {
    border: 1px solid #fff;
    background: transparent;
    height: 56px;
    width: 100%;
    border-radius: 35px;
    text-indent: 20px;
    color: #fff;
    font-size: 16px;
}

.boxSearchFaq i {
    position: absolute;
    right: 18px;
    font-size: 25px;
    top: 18px;
}

.exp ul li {
    list-style: none;
    padding: 6px 0;
}

.exp ul li i {
    color: var(--main-color);
    margin-right: 5px;
}

.exp .boxItem {
    border: 1px solid #bbb;
    padding: 30px;
    text-align: center;
    min-height: 250px;
    border-radius: 20px;
    margin-bottom: 25px;
}

.exp .boxItem img {
    width: 65px;
    height: 65px;
    object-fit: contain;
}

.boxtitle {
    background: #d9d9d9;
    padding: 15px 30px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    margin-bottom: 0;
}

.list {
    padding: 30px;
    border: 1px solid #d9d9d9;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.list .subTitle .link {
    color: var(--main-color);
    text-decoration: underline;
    margin-left: 10px;
    font-weight: bold;
}

.list p {
    padding: 0 35px;
}

.box {
    border-radius: 20px;
    border: 1px solid #bbb;
    padding: 30px 30px;
    margin-bottom: 20px;
}

.documents .box.box-4 .info {
    min-height: 390px;
}

.documents .box p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.documents .box .checkDocuemntInput {
    width: 100%;
    border: 2px solid #999;
    height: 50px;
    border-radius: 10px;
    text-indent: 10px;
    margin: 10px 0;
}

.documents .box .btnCheck {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    border: 2px solid var(--secondary-color);
    height: 40px;
    width: 100%;
    border-radius: 24px;
    color: var(--secondary-color);
    background: #fff;
}

.documents .box .seeMore {
    text-align: center;
    display: block;
    margin-top: 20px;
    text-decoration: underline;
}

.documents .listToggle {
    padding: 0;
}

.documents .listToggle li h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    padding: 15px 10px 15px 0;
}

.documents .listToggle li {
    list-style: none;
    border-bottom: 1px solid #bbb;
    margin-bottom: 10px;
}

.documents .listToggle li:last-child {
    border-bottom: none;
}

.documents .listToggle li h6 i {
    position: absolute;
    right: 0;
    color: #858585;
}

.documents .listToggle li p {
    font-size: 14px;
    line-height: 22px;
    display: none;
}

.feeTable th {
    font-style: normal;
    font-weight: 700;
    padding: 15px 15px;
    background: #fafafa;
}

.feeTable td {
    padding: 15px 15px;
}

.apply .item {
    text-align: center;
    margin-bottom: 40px;
}

.apply .item p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.goToHome {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    background: var(--secondary-color);
    border: none;
    color: #fff;
    padding: 13px 50px;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 20px;
}

.goToHome:hover {
    color: #fff;
}

#voa .imageBanner {
    margin-top: 150px;
    border: 10px solid #fff;
    border-radius: 28px;
}

.imageSliderControl {
    text-align: center;
}

.imageSliderControl .fa-solid {
    color: var(--main-color);
    height: 46px;
    width: 46px;
    text-align: center;
    padding: 12px;
    border: 2px solid;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    margin: 30px 5px;
}

.imageSliderControl .fa-solid:hover {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

.contenBorder {
    border: 1px solid #bbb;
    border-radius: 20px;
    padding: 70px;
}

.boxInfo .boxContent {
    border: 1px solid #bbb;
    padding: 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.boxInfo .boxContent .infoContent {
    display: table;
    width: 100%;
}

.boxInfo .boxContent .infoContent.th {
    text-align: center;
}

.boxInfo .boxContent .infoContent.th>.infoContentItem {
    font-weight: 700;
}

.boxInfo .boxContent .infoContent .infoContentItem {
    display: table-cell;
    width: 50%;
    border: 1px solid #bbb;
    padding: 25px 20px;
}

.boxInfo .boxContent .infoContent .infoContentItem ul {
    padding-left: 6px;
}

.boxInfo .boxContent .infoContent .infoContentItem ul li {
    margin: 8px 0;
}

.boxInfo .boxContent .infoContent .infoContentItem:first-child {
    border-right: none;
}

.boxInfo .boxContent .infoContent:first-child .infoContentItem {
    border-bottom: none;
}

.boxInfo .boxContent .infoContent:first-child .infoContentItem:first-child {
    border-top-left-radius: 20px;
}

.boxInfo .boxContent .infoContent:first-child .infoContentItem:last-child {
    border-top-right-radius: 20px;
}

.boxInfo .boxContent .infoContent:last-child .infoContentItem:first-child {
    border-bottom-left-radius: 20px;
}

.boxInfo .boxContent .infoContent:last-child .infoContentItem:last-child {
    border-bottom-right-radius: 20px;
}

.howToActive .boxItem {
    border: 1px solid #bbb;
    border-radius: 20px;
    padding: 50px;
    text-align: center;
    margin-bottom: 20px;
}

.howToActive .boxItem img {
    width: 100px;
    height: 170px;
    object-fit: contain;
}

.howToActive .boxItem .name {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin: 20px 0;
}

.signin-form .mb-3,
.form-submit .mb-3,
.booking-form .mb-3 {
    position: relative;
    margin-bottom: 25px !important;
}

.mb-3.error input,
.mb-3.error textarea,
.mb-3.error select {
    border-color: red;
}

.mb-3.error .form-text {
    display: block;
}

.form-text {
    color: red;
    position: absolute;
    display: none;
    font-size: 13px;
}

.FAQs .boxFaqs {
    display: table;
    width: 100%;
    margin-bottom: 40px;
}

.FAQs .boxFaqs .imgFaq {
    display: table-cell;
    width: 100px;
    vertical-align: top;
}

.FAQs .boxFaqs .imgFaq img {
    border: 1px solid #bbb;
    width: 80px;
    padding: 16px;
    border-radius: 20px;
}

.FAQs .boxFaqs .infoFaq {
    display: table-cell;
    vertical-align: top;
}

.custom-file-upload {
    display: block;
    text-align: center;
    background: #c8c6c6;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 10px;
}

.custom-file-upload input[type="file"] {
    display: none;
}

.tabPricing {
    border-bottom: 1px solid #333;
    margin-bottom: 0;
}

.bgPricing {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 70px;
}

.tabList {
    display: table;
    margin: auto;
}

.tabList .item {
    display: table-cell;
    text-align: center;
}

.tabList .item a {
    display: block;
    padding: 15px 45px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    border-top: 6px solid #ffffff;
}

.tabList .item a.active {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top: 6px solid var(--main-color);
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    position: relative;
}

.tabList .item a.active:before {
    position: absolute;
    content: "";
    height: 2px;
    background: #ffffff;
    width: 100%;
    left: 0;
    bottom: -1px;
}

.consularServices {
    padding-left: 50px;
}

.consularServices li {
    position: relative;
    list-style: none;
    margin: 25px 0px;
}

.consularServices li.list1:before {
    position: absolute;
    content: "1";
    left: -50px;
    width: 35px;
    height: 35px;
    background: #d9d9d9;
    text-align: center;
    padding: 6px;
    border-radius: 50%;
    top: -5px;
}

.consularServices li.list1:before {
    position: absolute;
    content: "1";
    left: -50px;
    width: 35px;
    height: 35px;
    background: #d9d9d9;
    text-align: center;
    padding: 6px;
    border-radius: 50%;
    top: -5px;
}

.consularServices li.list2:before {
    position: absolute;
    content: "2";
    left: -50px;
    width: 35px;
    height: 35px;
    background: #d9d9d9;
    text-align: center;
    padding: 6px;
    border-radius: 50%;
    top: -5px;
}

.consularServices li.list3:before {
    position: absolute;
    content: "3";
    left: -50px;
    width: 35px;
    height: 35px;
    background: #d9d9d9;
    text-align: center;
    padding: 6px;
    border-radius: 50%;
    top: -5px;
}

.consularServices li.list4:before {
    position: absolute;
    content: "4";
    left: -50px;
    width: 35px;
    height: 35px;
    background: #d9d9d9;
    text-align: center;
    padding: 6px;
    border-radius: 50%;
    top: -5px;
}

.consularServices li.list5:before {
    position: absolute;
    content: "5";
    left: -50px;
    width: 35px;
    height: 35px;
    background: #d9d9d9;
    text-align: center;
    padding: 6px;
    border-radius: 50%;
    top: -5px;
}

.consularServices li.list6:before {
    position: absolute;
    content: "6";
    left: -50px;
    width: 35px;
    height: 35px;
    background: #d9d9d9;
    text-align: center;
    padding: 6px;
    border-radius: 50%;
    top: -5px;
}

.consularServices li.list7:before {
    position: absolute;
    content: "7";
    left: -50px;
    width: 35px;
    height: 35px;
    background: #d9d9d9;
    text-align: center;
    padding: 6px;
    border-radius: 50%;
    top: -5px;
}

.listContent {
    position: sticky;
    top: 77px;
}

.boxListContent {
    border: 1px solid #bbb;
    border-radius: 10px;
    padding: 0 20px;
}

.boxListContent li {
    list-style: none;
}

.boxListContent li a {
    display: block;
    border-bottom: 1px solid #bbb;
    padding: 20px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-decoration: underline;
}

.boxListContent li:last-child a {
    border-bottom: none;
}

.bgBoxConactInfo {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.boxInfoContact {
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    background: rgba(248, 249, 250, 0.5);
    padding: 35px;
}

.titleStep {
    color: #c9c3c3;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    border-color: #c9c3c3;
}

.titleStep p {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border: 2px solid;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 10px;
}

.titleStep.active {
    color: #000;
    border-color: #000;
}

.titleStep.completed p {
    display: none;
}

.titleStep .fa-solid.fa-check {
    display: none;
}

.titleStep.completed .fa-solid.fa-check {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border: 2px solid;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: #fff;
    margin-bottom: 10px;
}

.titleStep.completed {
    color: #000;
}

.titleStep .line {
    width: calc(50%);
    border-bottom: 2px solid;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
}

.formApply .formBox {
    margin-bottom: 20px;
}

.formApply .step-2,
.formApply .step-3,
.step-4 {
    display: none;
}

.formApply .boxService {
    margin-top: 10px;
}

.formApply .formBox .form-check {
    margin-bottom: 10px;
}

.formApply .addOn {
    color: var(--main-color);
}

.formApply .reviewOrder {
    border: 1px solid #bbb;
    border-radius: 10px;
    padding: 15px;
    position: sticky;
    top: 85px;
}

.formApply .reviewOrder .type {
    color: var(--main-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    height: 24px;
}

.formApply .reviewOrder .type img {
    margin-right: 5px;
}

.touristList .item {
    padding-bottom: 5px;
}

.formApply .reviewOrder .touristList {
    padding-left: 25px;
    margin-bottom: 0;
}

.formApply .reviewOrder .touristList p {
    margin-bottom: 0;
    font-size: 14px;
}

.formApply .reviewOrder .discountBox {
    background: #fafafa;
    border: 1px dashed #abb5be;
    padding: 5px 20px 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.formApply .reviewOrder .discountBox p {
    margin-bottom: 0px;
    font-size: 14px;
}

.formApply .reviewOrder .fee {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.totalFee {
    font-size: 20px;
    color: var(--main-color);
    font-style: normal;
    font-weight: 800;
}

.applicant {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

/* applicant result */
.applicant .applicantTitle {
    margin: 0;
    background: #d9d9d9;
    padding: 10px 18px;
}

.applicantInfo {
    margin: 1rem;
}

.applicant .info {
    margin-bottom: 0;
}

.applicant .item {
    margin-bottom: 10px;
}

/* applicant form */
.applicantForm {
    padding: 20px;
}

.applicantForm .infoBoxUpload:hover .infoUpload {
    display: flex;
}

.applicantForm .infoBoxUpload .infoUpload {
    display: none;
    background: #fff;
    box-shadow: 0 0 10px #bbb;
    border-radius: 7px;
    padding: 12px;
    position: absolute;
    width: 350px;
    z-index: 1;
    top: 30px;
    left: 0;
}

.applicantForm .infoBoxUpload .infoUpload p {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 0;
}

.formApply .apply-file-upload input[type="file"] {
    display: none;
}

.formApply .apply-file-upload {
    display: block;
    text-align: center;
    background: #fafafa;
    padding: 30px;
    cursor: pointer;
    height: 200px;
    position: relative;
    border: none;
}

.apply-file-upload.passport-photo {
    background-image: url("../images/passport-photo.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.apply-file-upload.portrait-photo {
    background-image: url("../images/portrait-photo.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.formApply .apply-file-upload i {
    font-size: 45px;
    color: #abb5be;
}

.formApply .apply-file-upload p {
    color: var(--secondary-color);
    text-decoration: underline;
}

.formApply .addBox {
    color: #0f5bed;
    text-decoration: underline;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    cursor: pointer;
}

.formApply .formBox .form-check .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    margin-right: 8px;
    margin-left: -24px;
}

.boxPolicy {
    max-height: 200px;
    overflow-y: scroll;
    border-radius: 10px;
}

.orderTable th,
.orderTable td {
    padding: 20px 7px;
}

.orderPagination {
    display: flex;
    margin-top: 30px;
}

.orderPagination .pagiList {
    padding-left: 10px;
}

.orderPagination .pagiList li {
    display: inline-block;
    padding: 0 3px;
}

.orderPagination .pagiList li a {
    display: inline-block;
    line-height: 16px;
    font-weight: 400;
}

.orderPagination .pagiList li.active {
    color: var(--main-color);
    font-weight: 600;
}

/* Footer */
footer {
    padding: 50px 0 0;
    background: var(--main-color);
    color: #fff;
}

footer li a {
    color: #fff !important;
    display: block;
    padding: 7px 0;
    line-height: 21px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

footer li a:hover {
    padding-left: 8px;
}

/* Custom css */
.select-box {
    display: none;
}

.apply-item {
    text-align: center;
}

.apply-item .item-img {
    width: 100px;
}

.sub-title {
    font-size: 16px;
    padding: 7px 0;
    color: #fff;
}

h6.type {
    margin: 0;
}

.booking-previous {
    padding-top: 0;
}

.btn-booking-previous,
.booking-form-2 {
    display: none;
}

.booking-form-12 {
    padding-bottom: 50px;
    min-height: 500px;
}

/* Button */

.btn-booking {
    width: 200px;
    height: 50px;
}

.select2-container--default .select2-selection--single {
    height: 40px;
    border-radius: 10px;
    border: 1px solid #c8c6c6;
    background: #fff;
    font-size: 16px;
}

.select2-container--default .select2-selection--single:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    /* line-height: 40px; */
    padding-left: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.select2-block {
    width: 100%;
    position: relative;
}

.select2 {
    width: 100% !important;
}

.modal-open .select2-container {
    z-index: 1111;
}

.select2-block .select2.select2-container.select2-container--default {
    z-index: unset;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #e9ecef;
}

.select2-dropdown.select2-dropdown--below,
.select2-dropdown.select2-dropdown--above {
    min-width: 300px !important;
}

/* Validate */
.error .select2-container--default .select2-selection--single,
.error .apply-file-upload {
    border-color: red;
}

.select2-block.error .form-text {
    display: inline-block;
    left: 0;
    top: 40px;
}

/* Upload */
.center-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.result-upload {
    height: 200px;
    text-align: center;
    position: relative;
    background: #fafafa;
}

.result-upload-btn {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
}

.result-upload-img {
    max-width: 100%;
    height: 200px;
}

.edit-applicant {
    text-decoration: underline;
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
}

/* Date picker */
.ui-widget.ui-widget-content {
    z-index: 1200 !important;
}

/* Payment */
.payment-item {
    border-right: 1px solid #bbb;
}

.rv-service-name {
    font-weight: 700;
}

.box-applicant {
    position: relative;
}

.box-applicant-error {
    color: red;
    position: absolute;
    display: none;
    font-size: 13px;
}

.btn-payment {
    height: auto;
    width: 300px;
    text-align: center;
    font-size: 20px;
    padding: 10px;
}

/* Language */
.change-language {
    font-weight: bold;
}

.change-language .active {
    color: var(--main-color);
}

/* booking */
.revertTotal {
    color: #b3b0b0;
    font-size: 14px;
}

/* Blog */
.accordion-button:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.category .service {
    margin-bottom: 25px;
    position: relative;
}

.category .service .info {
    padding: 0 30px;
    border-top: none;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
}

.category .service .info li:last-child {
    border-bottom: none;
}

.category .service .info li .active {
    color: var(--main-color);
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: unset;
    border-bottom: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.latestBlogList .item:last-child {
    border-bottom: none;
    margin-bottom: 20px;
}

/* Table */
.table-bordered {
    border-color: #bbb;
}

.old-visa {
    width: auto;
    max-height: 180px;
}

.dial-code {
    color: #999;
}

.scrolldown a {
    color: white;
}

.tracking-result {
    padding: 20px;
    border-radius: 24px;
    border: 1px solid #000;
}

.tracking-result p {
    color: #000;
    text-align: left;
}

/* Loading */
.loader {
    width: 100vw;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.4;
    display: none;
    z-index: 5555;
}

.loader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-roller div {
    -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #333;
    margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
    -webkit-animation-delay: -0.036s;
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}

.lds-roller div:nth-child(2) {
    -webkit-animation-delay: -0.072s;
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}

.lds-roller div:nth-child(3) {
    -webkit-animation-delay: -0.108s;
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}

.lds-roller div:nth-child(4) {
    -webkit-animation-delay: -0.144s;
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}

.lds-roller div:nth-child(5) {
    -webkit-animation-delay: -0.18s;
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}

.lds-roller div:nth-child(6) {
    -webkit-animation-delay: -0.216s;
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}

.lds-roller div:nth-child(7) {
    -webkit-animation-delay: -0.252s;
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}

.lds-roller div:nth-child(8) {
    -webkit-animation-delay: -0.288s;
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}

@-webkit-keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.booking-form-12 .form-control[readonly] {
    background-color: #ffffff;
}

.phone-dial {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.paymethod {
    position: absolute;
    left: 45px;
}

.upload-result {
    height: 200px;
    overflow-y: auto;
}

.upload-item {
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    border-radius: 10px;
    margin: 0 10px 10px 0;
}

.upload-remove {
    cursor: pointer;
}

.bg-aboutus {
    background-image: url(../images/aboutus.jpg);
    background-position: center;
    height: 450px;
    background-repeat: no-repeat;
}

.result-eligibility {
    border: 1px solid #d9d9d9;
    background: #f8f9fa;
    padding: 20px;
}

#change-currency {
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ddd;
}

.popup-text {
    text-align: left;
}

.alert-promo {
    color: red;
    display: none;
    font-size: 13px;
}

.success-promo {
    color: green;
    display: none;
    font-size: 13px;
}

.text-justify {
    text-align: justify;
}

.searchFaq::placeholder {
    color: #fff;
}

.text-uppercase {
    text-transform: uppercase;
}

.processing-check {
    margin-bottom: 15px;
}

.processing-note {
    display: none;
    background-color: #eceff1;
    margin-top: 6px;
    padding: 15px;
    position: relative;
}

.processing-check-input:checked~.processing-note {
    display: block;
}

.processing-note::before {
    position: absolute;
    display: block;
    top: -18px;
    left: 30px;
    content: " ";
    box-sizing: border-box;
    z-index: 2;
    border-color: transparent transparent rgb(236, 239, 241);
    border-style: solid;
    border-width: 10px;
}

.last-minutes-note {
    background-color: #eceff1;
    margin-top: 6px;
    padding: 15px;
    position: relative;
}

.last-minutes-note::before {
    position: absolute;
    display: block;
    top: -18px;
    left: 30px;
    content: " ";
    box-sizing: border-box;
    z-index: 2;
    border-color: transparent transparent rgb(236, 239, 241);
    border-style: solid;
    border-width: 10px;
}

.processing-check-input {
    margin-right: 8px;
}

.visa-for {
    font-size: 18px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 10px;
    font-weight: bold;
}

.caption {
    font-size: 14px;
}

.formApply .speedup-upload,
.speedup-result {
    height: 116px;
}

.select2-container--default .select2-results__group {
    color: #ccc;
    margin: 10px 0;
    border-top: 1px solid;
    padding: 0;
}

.cus-bar {
    color: white;
    font-size: 28px;
}

.cus-mark {
    color: var(--secondary-color);
    font-size: 30px;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

/* New blog */
.news-block .inner-box {
    position: relative;
    transition: all .3s ease;
}

.news-block .image-box {
    position: relative;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.news-block .image-box:after {
    background: hsla(0, 0%, 100%, .3);
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    right: 51%;
    top: 0;
    transition: all .4s linear;
}

.news-block .inner-box:hover .image-box:after {
    left: 0;
    opacity: 0;
    right: 0;
    transition: all .4s linear;
}

.news-block .lower-content {
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 10px 60px rgba(0, 0, 0, .05);
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -85px;
    padding: 20px;
    position: relative;
    z-index: 2;
}

.news-block .block-title {
    margin-bottom: 10px;
    padding-bottom: 17px;
    position: relative;
}

.news-block .block-title:before {
    background: linear-gradient(to right, var(--main-color), transparent);
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 60px;
}

.sidebar__post {
    background-color: #f6f6f6;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    padding: 30px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.sidebar__post-image {
    flex: 70px 0 0;
    margin-right: 20px;
}

.sidebar__post-image>img {
    border-radius: 10px;
    width: 80px;
}

.sidebar__category-list li a {
    background: none;
    border-radius: 10px;
    color: #757873;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 12px;
    position: relative;
    transition: all .5s ease;
}

.sidebar__category-list li a:hover {
    background-color: #fff;
    color: #000000;
}

.related-title {
    font-size: 20px;
    font-weight: bold;
}

.mb-50 {
    margin-bottom: 50px
}

/* social icon */
.social-buttons {
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 99;
}

.social-buttons i {
    font-size: 22px !important;
}

.social-icon {
    box-sizing: border-box;
    -moz-border-radius: 138px;
    -webkit-border-radius: 138px;
    border-radius: 138px;
    border: 5px solid;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 1px;
    padding-top: 10px;
    transition: all 0.5s;
}

.social-icon:hover {
    transform: scale(1.3);
}

.social-icon.whatsapp {
    border-color: #4CAF50;
    background-color: #4CAF50;
    color: #ffffff;

}

.social-icon.whatsapp:hover {
    background-color: #ffffff;
    color: #4CAF50;

}

.social-icon.telegram {
    border-color: #20A0E1;
    background-color: #20A0E1;
    color: #ffffff;

}

.social-icon.telegram:hover {
    background-color: #ffffff;
    color: #20A0E1;

}

.social-icon.viber {
    border-color: #7D3DAF;
    background-color: #7D3DAF;
    color: #ffffff;

}

.social-icon.viber:hover {
    background-color: #ffffff;
    color: #7D3DAF;
}

.social-icon.skype {
    border-color: #01A6E3;
    background-color: #01A6E3;
    color: #ffffff;

}

.social-icon.skype:hover {
    background-color: #ffffff;
    color: #01A6E3;
}

.social-icon.zalo {
    border-color: #0573ff;
}

.contact-social {
    height: 100%;
}

.contact-social i {
    font-size: 22px !important;
}

.talk-now {
    width: 70px;
    height: 70px;
    background: var(--secondary-color);
    font-size: 11px;
    cursor: pointer;
}

.dropdown-socials {
    list-style: none;
    padding: 10px;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    border-radius: .25rem;
    margin-bottom: 0;
    display: none;
    transition: ease-out 0.12s all;
    position: relative;
    transform-origin: 50% 100%;
}

.dropdown-socials li {
    margin: 10px 0;
}

.dropdown-socials::after {
    position: absolute;
    display: block;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    content: " ";
    z-index: 24;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
}

.show-action {
    display: block;
}

.remove-action {
    display: none;
}

.show .dropdown-socials {
    display: block;
}

.show .remove-action {
    display: block;
}

.show .show-action {
    display: none;
}

.social-buttons .pulsation {
    width: 99px;
    height: 99px;
    background-color: var(--secondary-color);
    border-radius: 50px;
    position: absolute;
    left: -15px;
    bottom: -15px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.social-buttons .pulsation:nth-of-type(2n) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.social-buttons .show .pulsation {
    -webkit-animation: none;
    animation: none;
}

@keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/* Mobile */
.mobile {
    padding: 10px;
    background: var(--main-color);
}

.mobile .click {
    cursor: pointer;
}

.mobile .boxMenuMobile {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    background: #fff;
    height: 100vh;
    padding: 15px;
    z-index: 100000000;
    overflow: scroll;
}

.mobile .boxMenuMobile.show {
    right: 0 !important;
}

.mobile .boxMenuMobile .menuMobile {
    background: var(--main-color);
    margin: 0;
    padding: 0;
    border-radius: 12px;
}

.mobile .boxMenuMobile .menuMobile li {
    list-style: none;
}

.label-mobile-logout,
.mobile .boxMenuMobile .menuMobile li a {
    color: #fff;
    opacity: 0.5;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    padding: 10px 12px 10px 12px;
    position: relative;
}

.mobile .boxMenuMobile .menuMobile li a:active {
    padding-left: 17px !important;
    opacity: 1;
}

.mobile .boxMenuMobile .menuMobile li .subMenu {
    padding: 0;
    background: var(--main-color);
    display: none;
}

.mobile .boxMenuMobile .menuMobile li a i {
    position: absolute;
    right: 40px;
    top: 15px;
    font-size: 25px;
}

.mobile .boxMenuMobile .menuMobile li a.active,
.mobile .boxMenuMobile .menuMobile li .subMenu.active li a {
    padding-left: 17px !important;
    opacity: 1 !important;
}

.mobile .boxMenuMobile .boxAccount {
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #fff;
}

.mobile .boxMenuMobile .account {
    color: #fff;
}

.mobile .boxMenuMobile .lan-cur {
    margin-top: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.lan-cur .lan-cur-title {
    color: var(--secondary-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.btn-language-currency {
    border: 1px solid #bbb;
}

/* Custom */
.top-title {
    text-transform: uppercase;
    color: white;
}

.addon-service-group {
    padding: 15px;
    border: 1px solid var(--main-color);
    margin-bottom: 10px;
    border-radius: 10px;
}

.small-caption {
    font-size: 14px;
}

.text-small {
    font-size: 14px;
}

@media only screen and (max-width: 768px) {

    /* Pricing */
    .tabList .item a {
        display: block;
        padding: 10px 10px;
        font-weight: 600;
        font-size: 16px;
    }

    .tabList .item a.active {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-top: 6px solid var(--main-color);
        border-left: 1px solid #333;
        border-right: 1px solid #333;
        position: relative;
    }

    .tabList .item a.active:before {
        position: absolute;
        content: "";
        height: 2px;
        background: #ffffff;
        width: 100%;
        left: 0;
        bottom: -1px;
    }

    .feeTable th {
        background: #fafafa;
    }

    /* Terms and condition page */
    .consularServices {
        padding-left: 50px;
    }

    .consularServices li {
        position: relative;
        list-style: none;
        margin: 25px 0px;
    }

    .consularServices li.list1:before {
        position: absolute;
        content: "1";
        left: -50px;
        width: 35px;
        height: 35px;
        background: #d9d9d9;
        text-align: center;
        padding: 6px;
        border-radius: 50%;
        top: -5px;
    }

    .consularServices li.list1:before {
        position: absolute;
        content: "1";
        left: -50px;
        width: 35px;
        height: 35px;
        background: #d9d9d9;
        text-align: center;
        padding: 6px;
        border-radius: 50%;
        top: -5px;
    }

    .consularServices li.list2:before {
        position: absolute;
        content: "2";
        left: -50px;
        width: 35px;
        height: 35px;
        background: #d9d9d9;
        text-align: center;
        padding: 6px;
        border-radius: 50%;
        top: -5px;
    }

    .consularServices li.list3:before {
        position: absolute;
        content: "3";
        left: -50px;
        width: 35px;
        height: 35px;
        background: #d9d9d9;
        text-align: center;
        padding: 6px;
        border-radius: 50%;
        top: -5px;
    }

    .consularServices li.list4:before {
        position: absolute;
        content: "4";
        left: -50px;
        width: 35px;
        height: 35px;
        background: #d9d9d9;
        text-align: center;
        padding: 6px;
        border-radius: 50%;
        top: -5px;
    }

    .consularServices li.list5:before {
        position: absolute;
        content: "5";
        left: -50px;
        width: 35px;
        height: 35px;
        background: #d9d9d9;
        text-align: center;
        padding: 6px;
        border-radius: 50%;
        top: -5px;
    }

    .consularServices li.list6:before {
        position: absolute;
        content: "6";
        left: -50px;
        width: 35px;
        height: 35px;
        background: #d9d9d9;
        text-align: center;
        padding: 6px;
        border-radius: 50%;
        top: -5px;
    }

    .consularServices li.list7:before {
        position: absolute;
        content: "7";
        left: -50px;
        width: 35px;
        height: 35px;
        background: #d9d9d9;
        text-align: center;
        padding: 6px;
        border-radius: 50%;
        top: -5px;
    }

    /* Apply page */
    /* Apply page */
    .titleStep {
        color: #c9c3c3;
        text-align: center;
        font-style: normal;
        font-weight: 600;
        border-color: #c9c3c3;
        width: 130px;
    }

    .titleStep p {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        border: 2px solid;
        border-radius: 50%;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .titleStep.active {
        color: #000;
        border-color: #000;
    }

    .titleStep.completed p {
        display: none;
    }

    .titleStep .fa-solid.fa-check {
        display: none;
    }

    .titleStep.completed .fa-solid.fa-check {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        border: 2px solid;
        border-radius: 50%;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        border-color: var(--main-color);
        background-color: var(--main-color);
        color: #fff;
        margin-bottom: 10px;
    }

    .titleStep.completed {
        color: #000;
    }

    .titleStep .line {
        width: calc(50%);
        border-bottom: 2px solid;
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translate(-50%, -50%);
    }

    .formApply .formBox {
        margin-bottom: 20px;
    }

    .formAirport {
        display: none;
    }

    .formApply .step-2,
    .formApply .step-3,
    .step-4 {
        display: none;
    }

    .formApply .boxService {
        margin-top: 10px;
    }

    .formApply .formBox .form-check {
        margin-bottom: 10px;
    }

    .formApply .addOn {
        color: var(--main-color);
    }

    .formApply .reviewOrder {
        border: 1px solid #bbb;
        border-radius: 10px;
        padding: 15px;
    }

    .formApply .reviewOrder .type {
        color: var(--main-color);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        height: 24px;
        margin-bottom: 0;
    }

    .formApply .reviewOrder .type img {
        margin-right: 5px;
    }

    .formApply .reviewOrder .touristList {
        padding-left: 25px;
        margin-bottom: 0;
    }

    .formApply .reviewOrder .touristList p {
        margin-bottom: 0;
    }

    .formApply .reviewOrder .discountBox {
        background: #fafafa;
        border: 1px dashed #abb5be;
        padding: 5px 20px 10px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .formApply .reviewOrder .discountBox p {
        margin-bottom: 0px;
        font-size: 14px;
    }

    .formApply .reviewOrder .feeBox {
        font-size: 16px;
    }

    .formApply .reviewOrder .fee {
        font-weight: 600;
        padding-bottom: 6px;
    }

    .totalFee {
        font-size: 20px;
        color: var(--main-color);
        font-weight: 600;
        padding-bottom: 6px;
    }

    .btn-action-bar {
        box-shadow: 0 0 10px rgba(0, 0, 0, .25);
        z-index: 2;
        padding: 12px;
    }

    .revertTotal {
        color: #b3b0b0;
    }

    /* applicant result */
    .applicant {
        border: 1px solid #d9d9d9;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .applicant .applicantTitle {
        margin: 0;
        background: #d9d9d9;
        padding: 10px 18px;
    }

    .applicantInfo {
        margin: 1rem;
    }

    .applicant .info {
        margin-bottom: 0;
    }

    .applicant .item {
        margin-bottom: 10px;
    }

    /* applicant form */
    .applicantForm {
        padding: 20px;
    }

    .applicantForm .infoBoxUpload:hover .infoUpload {
        display: flex;
    }

    .applicantForm .infoBoxUpload .infoUpload {
        display: none;
        background: #fff;
        box-shadow: 0 0 10px #bbb;
        border-radius: 7px;
        padding: 12px;
        position: absolute;
        width: 350px;
        z-index: 1;
        top: 30px;
        left: 0;
    }

    .applicantForm .infoBoxUpload .infoUpload p {
        font-size: 15px;
        line-height: 27px;
        margin-bottom: 0;
    }

    .formApply .apply-file-upload input[type="file"] {
        display: none;
    }

    .formApply .apply-file-upload {
        display: block;
        text-align: center;
        background: #fafafa;
        padding: 30px;
        cursor: pointer;
        height: 200px;
        position: relative;
        border: none;
    }

    .apply-file-upload.passport-photo {
        background-image: url("../images/passport-photo.jpg");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .apply-file-upload.portrait-photo {
        background-image: url("../images/portrait-photo.jpg");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .formApply .apply-file-upload i {
        font-size: 45px;
        color: #abb5be;
    }

    .formApply .apply-file-upload p {
        color: var(--secondary-color);
        text-decoration: underline;
    }

    .formApply .addBox {
        color: #0f5bed;
        text-decoration: underline;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        cursor: pointer;
    }

    .formApply .formBox .form-check .form-check-input {
        width: 20px;
        height: 20px;
        margin-top: 2px;
        margin-right: 8px;
        margin-left: -24px;
    }

    .boxPolicy {
        max-height: 200px;
        overflow-y: scroll;
        border-radius: 10px;
    }

    /* Pricing mobile -------------- */
    .tabList .item a {
        padding: 10px 10px;
        text-align: center;
    }

    /* All service page */
    .bgBanner {
        display: none;
    }

    .banner {
        height: 250px;
    }

    .list-box {
        display: none;
    }

    .select-box {
        display: block;
        position: relative;
    }

    .slt-dropdown {
        position: absolute;
        top: -22px;
        left: 50%;
        transform: translateX(-50%);
        width: 76%;
        border-radius: 10px;
        border: 1.5px solid #7f7f7f;
        background: #fff;
        box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.03);
        z-index: 10;
    }

    .slt-group {
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #7f7f7f;
    }

    .slt-dropdown.active .fa-chevron-up {
        display: block;
    }

    .slt-dropdown.active .fa-chevron-down {
        display: none;
    }

    .slt-dropdown .fa-chevron-up {
        display: none;
    }

    .slt-dropdown .fa-chevron-down {
        display: block;
    }

    .slt-dropdown.active .slt-item {
        display: block;
    }

    .slt-dropdown .slt-item {
        display: none;
        list-style: none;
        padding: 0;
        margin-bottom: 7px;
    }

    .slt-item li {
        padding: 7px 15px;
        border-top: 0.5px solid #dcdcdc;
    }

    .slt-item li a {
        color: rgba(84, 84, 84, 1);
    }

    .slt-item li:first-child {
        border-top: 0.75px solid #545454;
    }

    .documents:first-child {
        margin-top: 50px;
    }

    .after-banner {
        margin-top: 50px;
    }

    .apply-item {
        display: flex;
        align-items: center;
        gap: 25px;
    }

    .apply-item .item-img {
        width: 80px;
    }

    .howToActive .boxItem {
        padding: 20px;
    }

    .howToActive .boxItem .name {
        font-size: 12px;
    }

    footer .boxLogo-image {
        width: 60px;
        padding: 2px;
    }

    /* form apply mobile ------------ */
    .formApply .formBox .form-check {
        display: flex;
        align-items: center;
    }

    .formApply .formBox .form-check .form-check-input {
        width: 24px;
        height: 24px;
        margin: unset;
        margin-right: 8px;
        margin-left: -18px;
    }

    .formApply .apply-file-upload {
        height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .formApply .apply-file-upload p {
        margin: 0;
    }

    .applicant .applicantTitle span {
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
    }

    /* Button */
    .btn-booking {
        width: 110px;
    }

    /* Payment */
    .payment-item {
        border-right: none;
    }

    .applicant .boxAttachFile {
        border-left: none;
        padding-left: 0;
    }

    .mobile-action {
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        width: 76%;
        border-radius: 10px;
        box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.03);
        z-index: 10;
    }

    .btn-apply {
        display: inline-block;
        width: 100%;
        border-radius: 10px;
        border: 2px solid #ffffff;
        background: var(--secondary-color);
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        color: #ffffff;
        padding: 10px;
    }

    .result-upload {
        height: 120px;
    }

    .result-upload-img {
        height: 120px;
    }

    .boxSearch .searchBar .search {
        border: 0px solid;
    }

    .searchIcon {
        background-color: unset;
        position: absolute;
        right: -5px;
        font-size: 20px;
        top: 5px;
        cursor: pointer;
    }

    .searchIcon i {
        font-size: 25px;
        color: #fff;
        transition: color 0.3s ease-out;
    }

    .searchContainer.active .searchIcon i {
        color: #000;
    }

    .booking-form-12 .btn-action-bar {
        position: fixed;
        bottom: 0;
        background-color: #fff;
        padding: 12px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .25);
        z-index: 2;
    }
}