/*
Theme Name: DBP Trading
Description: DBP Trading
Author: A2Z Tech
Template: flatsome
Version: 1.0.016
*/


/*************** ADD CUSTOM CSS HERE.   ***************/


/* @import url('https://fonts.googleapis.com/css2?family=Luxurious+Script&display=swap'); */

#wp-admin-bar-a2ztech>.ab-item:before {
    background-image: url(https://a2ztech.vn/content/uploads/2020/04/logo-a2ztech.png) !important;
    width: 100%;
    height: 30px;
    background-size: contain;
    content: "";
    display: block;
    background-position: left bottom;
    background-repeat: no-repeat;
}

#wp-admin-bar-a2ztech .ab-item {
    width: 110px;
    height: 30px !important;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#wp-admin-bar-a2ztech>.ab-item:before {
    background-image: url(https://a2ztech.vn/content/uploads/2020/04/logo-a2ztech.png) !important;
    width: 100%;
    height: 30px;
    background-size: contain;
    content: "";
    display: block;
    background-position: left bottom;
    background-repeat: no-repeat;
}

#wp-admin-bar-a2ztech .ab-item {
    width: 110px;
    height: 30px !important;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

div#wp-toolbar {
    display: flex;
    justify-content: space-between;
}

p {
    margin-bottom: 16px;
    font-size: 16px;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

b,
strong {
    font-weight: 700;
}

a.button.primary.btn-call {
    border-radius: 50px !important;
    background: linear-gradient(90deg, #18396a 0%, #0a1a33 100%);
    border: none;
    min-height: 54px;
    padding-left: 66px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 250px;
    font-size: 16px;
    font-weight: normal;
    padding-right: 5px;
}

.radius-10 img {
    border-radius: 10px;
}

.btn-call::after {
    content: '';
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(./assets/img/phone.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.header-button .button {
    width: 99px;
    line-height: 36px;
    font-size: 12px;
    text-transform: uppercase;
}

.header-wrapper .header-nav-main {
    justify-content: flex-end;
}

.header-main .nav>li>a {
    font-size: 15px;
    font-weight: 600;
}

.count-up {
    font-weight: 700;
}

.footer-wrapper {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #556987;
}

.footer-wrapper h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #151A30;
    margin-bottom: 25px;
}

.footer-wrapper ul li {
    list-style: none;
    margin-left: 0;
}

.footer-wrapper p {
    margin-bottom: 12px;
}

.footer-wrapper ul li+li {
    margin-top: 12px;
}

.footer-wrapper .row-ft-bottom p {
    margin-bottom: 0;
}

.absolute-footer {
    display: none;
}

.list-logo-partner .ux-logo .ux-logo-link {
    padding: 0!important;
}

.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: #18396a;
    border-color: #18396a;
}

.btn-link {
    min-height: 60px;
    min-width: 217px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 20px;
    width: max-content;
    border-radius: 4px;
    font-size: 20px;
}

.btn-link::after {
    content: '';
    background-image: url(./assets/img/icon-arrow-right-1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 29px;
    height: 18px;
    margin-left: 12px;
}

.btn-link.btn-link-v1 {
    min-height: 42px;
    min-width: 187px;
    display: flex;
    font-weight: 400;
    font-size: 14px;
}

.btn-link.btn-link-v1::after {
    background-image: url(./assets/img/icon-arrow-right.svg);
    width: 12px;
    height: 12px;
}

.box-service {
    background: #FCFCFC;
}

.box-service:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.box-service .box-service-text {
    padding: 20px;
}

.box-service .box-service-text .post-title a {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #151A30;
}

.box-service .box-service-text .des-service ul,
.box-service .box-service-text .des-service li:last-child {
    margin-bottom: 0;
}

.box-service .box-service-text .des-service li {
    list-style: none;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #556987;
    margin-left: 0;
    padding-left: 26px;
    margin-bottom: 12px;
}

.box-service .box-service-text .des-service li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    background-image: url(./assets/img/icon-check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 17px;
    height: 17px;
}

.home-reason .icon-box .icon-box-img {
    width: 48px;
    height: 48px;
    border: 1px solid #18396a;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-reason .icon-box .icon-box-img img {
    width: 23px;
    height: 23px;
    padding-top: 0;
}

.home-reason .icon-box .icon-box-text {
    text-align: justify;
}

.home-gallery .flickity-slider {
    display: flex;
    align-items: center;
}

.home-gallery .gallery-col {
    padding-bottom: 0;
}

.home-gallery .gallery-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-gallery .slider .flickity-prev-next-button {
    top: 50%!important;
    transform: translateY(-50%) translateX(0)!important;
    bottom: unset!important;
    display: block;
}

.row-slider-client {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #183B56;
}

.row-slider-client img:not(.attachment-medium) {
    margin-bottom: 16px;
}

.row-slider-client .icon-box :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #183B56;
    margin-bottom: 4px;
}

.row-slider-client .icon-box {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #5A7184;
    padding-top: 16px;
    padding-bottom: 16px;
}

.row-slider-client .icon-box img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.row-slider-client .icon-box p {
    position: relative;
    padding-left: 24px;
}

.row-slider-client .icon-box p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    background-image: url(./assets/img/icon-check-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 16px;
}

.home-gallery-client .flickity-slider>.row {
    opacity: 1;
}

.home-gallery-client .flickity-slider>.row {
    padding: 0px 48px;
}

.home-gallery-client .flickity-slider>.row.is-selected {
    border-right: 1px solid #E5EAF4;
}

.home-gallery-client .flickity-prev-next-button {
    top: 100%;
    width: 50px;
    background-image: url(./assets/img/icon-arrow-slider.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 16px;
    opacity: 1;
    display: block;
}

.home-gallery-client .flickity-prev-next-button svg {
    display: none;
}

.home-gallery-client .slider-show-nav .flickity-prev-next-button.previous {
    left: calc(50% - 70px);
    transform: rotate(180deg)!important;
}

.home-gallery-client .slider-show-nav .flickity-prev-next-button.next {
    right: calc(50% - 70px);
}

.post-item>.col-inner {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.post-item .box-text {
    padding: 16px;
}

.post-item .box-text .is-divider {
    display: none;
}

.post-item .box-text .post-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #192038;
}

.post-item .box-text .post-title a {
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.post-item .box-text .from_the_blog_excerpt {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #556987;
    margin-top: 12px;
    margin-bottom: 0;
}

.cat-post {
    position: relative;
    z-index: 10;
}

.cat-post button,
.cat-post a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #18396a;
    margin: 0px 0px 10px;
    padding: 0;
    min-height: unset;
}

.home-banner-solution .banner p {
    margin: 0;
}


/* .client-item .box-client{
    position: relative;
    min-height: 373px;
} */

.client-item .box-client:hover .overlay {
    opacity: 0;
}

.client-item .box-client .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: -1px;
    right: -1px;
    background: #fff;
    transition: .5s;
}

.client-item:nth-child(6n+1) .box-client .overlay,
.client-item:nth-child(6n+6) .box-client .overlay {
    background: #F8F9FD;
}

.client-item:nth-child(6n+2) .box-client .overlay,
.client-item:nth-child(6n+4) .box-client .overlay {
    background: #ADC8FF;
}

.client-item:nth-child(6n+3) .box-client .overlay,
.client-item:nth-child(6n+5) .box-client .overlay {
    background: linear-gradient(270deg, #FE8888 27.16%, #8066FF 97.86%);
}

.client-item .box-client-img {
    position: relative;
    padding-top: 100%;
}

.client-item .box-client-img>img {
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.client-item .box-client-text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 15px 15px 15px;
    width: 100%;
    transition: 0.5s;
}

.client-item:hover .box-client-text {
    background: linear-gradient(0deg, rgba(24, 57, 106, 1) 50%, rgba(24, 57, 106, 0.9) 80%, rgba(255, 255, 255, 0) 100%);
    color: #fff;
}

.client-item:hover .box-client-text .view-client,
.client-item:hover .box-client-text .post-title a {
    color: #fff;
}

.client-item:hover .box-client-text .view-client::before {
    filter: brightness(0) invert(1);
}

.client-item .box-client-text .post-title a {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #192038;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.client-item .box-client-text .view-client {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #254EDB;
    position: relative;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    display: inline-block;
}

.client-item .box-client-text .view-client::before {
    content: '';
    position: absolute;
    right: -15px;
    top: 6px;
    background-image: url(./assets/img/icon-arrow-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: unset;
    width: 10px;
    height: 10px;
}

.client-item .box-client:hover .view-client {
    visibility: visible;
    opacity: 1;
    animation: fadeInUp .5s;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* 
Tuyển dụng
*/

.icon-box-work .icon-box-img {
    background-color: #F0F3FE;
    border-radius: 50%;
    padding: 24px;
    height: 72px;
}

.icon-box-work .icon-box-img img {
    padding-top: 0;
}

.icon-box-work .icon-box-text h3 {
    font-size: 18px;
}

.blog-archive .post-item .box-text {
    padding: 20px;
}

.blog-archive .post-item .box-text .post-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #000;
}

.blog-archive .post-item .box-text .from_the_blog_excerpt {
    line-height: 24px;
    margin-top: 8px;
}

.blog-archive .post-item .box-image .image-cover {
    padding-top: 260px!important;
}

.post-news-date {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #757779;
    margin-bottom: 8px;
}

.btn-reamore {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #18396a;
    min-height: auto;
    padding-right: 20px;
    margin-top: 22px;
}

.btn-reamore::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(./assets/img/icon-arrow-right-green.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 12px;
    height: 11px;
}

.blog-single .entry-title {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.01em;
    color: #151A30;
    margin-bottom: 0;
}


/* Widget */

.widget .widget-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #0A0A0A;
    margin-bottom: 24px;
    display: block;
}

.widget .is-divider {
    display: none;
}

.post-news-item {
    display: flex;
    align-items: center;
}

.post-news-item+.post-news-item {
    margin-top: 32px;
}

.post-news-item .post-news-img {
    width: 104px;
    height: 104px;
}

.post-news-item .post-news-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.post-news-text {
    flex: 1;
    margin-left: 16px;
}

.post-title-news {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news-date {
    font-size: 16px;
    line-height: 20px;
    color: #757779;
    margin-bottom: 0;
}

.box-flex-cat {
    display: flex;
    align-items: center;
}

.row-divided>.col+.col:not(.large-12) {
    border: none;
}

.c-meta-category {
    color: #18396a;
    padding-right: 10px;
    border-right: 1px solid #262626;
    margin-right: 10px;
    line-height: 1;
}


/* Phân trang */

.post-type-archive-client .nav-pagination {
    margin-top: 30px;
}

.nav-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.nav-pagination li {
    margin: 0 2px !important;
}

.nav-pagination li a.next,
.nav-pagination li a.prev {
    border: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    height: 40px;
    color: #151A30;
    background-color: #FFFFFF!important;
}

.nav-pagination li a.next {
    margin-left: 12px;
}

.nav-pagination li a.prev {
    margin-right: 12px;
}

.nav-pagination li a.next:before {
    content: 'Cuối cùng';
    font-family: "Inter", sans-serif!important
}

.nav-pagination li a.prev:after {
    content: 'Đầu tiên';
    font-family: "Inter", sans-serif!important
}

.nav-pagination .page-number:not(.next, .prev) {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
    background-color: #F5F8FD;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.nav-pagination .page-number:is(.next, .prev) i:before {
    content: '';
    background: url(./assets/img/arrow-right.svg) no-repeat;
    background-size: cover;
    width: 8px;
    height: 12px;
    display: inline-block;
    margin-left: 12px
}

.nav-pagination .page-number.prev i:before {
    transform: rotate(180deg);
    margin-right: 12px;
    margin-left: 0
}

.nav-pagination .page-number.current:not(.next, .prev),
.nav-pagination .page-number:not(.next, .prev):hover {
    background-color: #18396a;
    color: #fff
}

.content-project-top {
    background-color: #F6F8FA;
    padding: 72px 0px;
    overflow: hidden;
}

.title-project {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -0.01em;
    color: #183B56;
}

.content-project {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #556987;
    margin-top: 16px;
}

.content-project-top {
    position: relative;
}

.content-project-top::before {
    content: '';
    position: absolute;
    right: -80px;
    bottom: -103px;
    width: 406px;
    height: 406px;
    background: #254EDB;
    border-radius: 50%;
}

.relate-project {
    padding: 48px 0px;
}

.relate-project>.row {
    margin-top: 33px;
    margin-bottom: 18px;
}

.btn-view-live {
    margin-top: 32px;
}

.btn-view-live {
    border: 1px solid #18396a!important;
    border-radius: 8px;
    padding: 5px 20px;
    position: relative;
    min-width: 183px;
    height: 42px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #18396a;
    display: flex;
    align-items: center;
    width: max-content;
}

.btn-view-live::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(./assets/img/icon-arrow-right-green.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px 7px;
    background-color: aliceblue;
    border-radius: 50%;
    width: 28px;
    height: 28px;
}

.btn-view-live:hover {
    background-color: #18396a;
    color: #fff;
}

.btn-website {
    padding: 8px 33px;
    min-width: 156px;
    min-height: 42px;
    box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.12)!important;
    display: flex;
    align-items: center;
    width: max-content;
    color: #FFFFFF;
    font-weight: 500;
}

.btn-website span::before {
    content: '';
    background-image: url(./assets/img/icon-mail.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 17px;
    height: 13px;
    display: inline-block;
    margin-right: 12px;
}

.btn-website span {
    line-height: initial;
    position: relative;
}

.btn-advise {
    padding: 5px 20px;
    min-width: 172px;
    min-height: 42px;
    border: 2px solid #FF9E00!important;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    color: #FF9E00!important;
    background-color: #fff!important;
}

.btn-advise span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-advise span::before {
    content: '';
    background-image: url(./assets/img/icon-phone.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 13px;
}

.img-project {
    text-align: right;
}

.des-content-project {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #556987;
}

.des-content-project ul li {
    list-style: none;
    position: relative;
    margin-left: 0;
    padding-left: 26px;
    margin-bottom: 12px;
}

.des-content-project ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    background-image: url(./assets/img/icon-check-3.svg );
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 14px;
    height: 12px;
}

.label-text * {
    padding: 4px 20px;
    display: inline-block;
    background: rgba(54, 179, 126, 0.1);
    border-radius: 49px;
    color: #36B37E;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}

.text-qna {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #556987;
    padding-left: 35px;
}

.text-qna h3 {
    font-size: 18px;
    line-height: 26px;
    color: #18396a;
    position: relative;
    margin-bottom: 4px;
}

.text-qna h3::before {
    content: '';
    position: absolute;
    left: -35px;
    top: 3px;
    background-image: url(./assets/img/icon-circle.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.lightbox-register-service .text-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-register-service .text-bottom img {
    margin-right: 10px;
}

.lightbox-register-service .form-field .wpcf7-list-item label {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.lightbox-register-service .form-field .wpcf7-list-item label .wpcf7-list-item-label {
    width: calc(100% - 30px);
}

.lightbox-register-service .form-field input[type="checkbox"] {
    position: relative;
    width: 44px;
    height: 24px;
    background: #E5E7EB;
    outline: none;
    border-radius: 12px;
    box-shadow: inset 0 0 5px rgba(255, 0, 0, 0.2);
    transition: 0.7s;
    display: inline-block;
    padding: 2px;
    margin-bottom: 0;
    margin-top: 0;
    -webkit-appearance: none;
}

.lightbox-register-service .form-field input:checked[type="checkbox"] {
    background: #03a9f4;
}

.lightbox-register-service .form-field input[type="checkbox"]:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    background: #ffffff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
    transition: .5s;
}

.lightbox-register-service .form-field input:checked[type="checkbox"]:before {
    left: 22px;
}

.btn-sm-consultation.btn-sm-hotline {
    bottom: 100px;
}

.btn-sm-consultation {
    position: fixed;
    bottom: 160px;
    left: 10px;
    z-index: 10;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px #ccc;
    border-radius: 50%;
    color: #fff;
    padding: 10px;
    min-height: 45px;
    min-width: 45px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.5s;
    display: none;
}

.btn-sm-consultation img {
    max-width: 18px;
}

.footer-wrapper h3 button {
    height: auto;
}

.slider-logo .flickity-slider .img {
    width: 20%!important;
    text-align: center;
}

.slider-logo .flickity-slider .img img {
    width: auto;
}

.slider-logo .flickity-slider .img .img-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    overflow: visible;
}

.row-history>.col {
    padding-bottom: 0;
}

@media (min-width: 850px) {
    .home-gallery-client .slider-wrapper .slider .flickity-slider>* {
        max-width: 50% !important;
    }
}

@media (max-width: 849px) {
    .home-gallery-client .flickity-slider>.row.is-selected {
        border-right: none;
    }
    .home-gallery-client .flickity-slider>.row {
        padding: 0px 24px;
    }
    .btn-link {
        min-width: 180px;
        min-height: 40px;
        font-size: 14px;
    }
    .btn-link::after {
        width: 22px;
        height: 18px;
    }
    .img-project {
        text-align: center;
    }
    .mfp-content .lightbox-register-service {
        padding: 30px 20px;
    }
    .lightbox-register-service .title-sec {
        font-size: 30px;
    }
    .content-recruitment {
        flex-direction: column;
    }
    .title-recruitment {
        font-size: 20px;
    }
    .slider-logo .flickity-slider .img {
        width: 33.3333%!important;
    }
}

@media only screen and (max-width: 768px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

@media only screen and (max-width: 549px) {
    .center-sm .text-box-content>* {
        text-align: center;
    }
    .center-sm .text-box-content a.button.btn-call {
        margin: 0 auto;
    }
    .slide-nav-hide-sm .flickity-viewport {
        overflow: visible;
    }
    .slider-logo .flickity-slider .img {
        width: 50%!important;
    }
    .slide-nav-hide-sm .service-item.post-item {
        padding-left: 10px;
        padding-right: 10px;
    }
    .service-item.post-item.is-selected .box-service {
        background: #18396a;
        color: #fff;
    }
    .service-item.post-item.is-selected .box-service .post-title a {
        color: #fff;
    }
    .service-item.post-item.is-selected .box-service ul li {
        color: #fff;
    }
    .service-item.post-item.is-selected .box-service a.button.btn-main {
        background-color: #fff;
    }
    .box-service .box-service-text {
        padding: 15px;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse;
    }
    .btn-sm-consultation {
        display: flex;
    }
    .menu-footer {
        padding-bottom: 0;
    }
    .list-logo-partner .ux-logo .ux-logo-link img {
        max-height: 40px;
    }
    .client-item .box-client-text .post-title a {
        font-size: 17px;
    }
    .icon-box-work .icon-box-img {
        margin-left: auto;
        margin-right: auto;
    }
    .icon-box-work .icon-box-text {
        text-align: center;
    }
    .copy-a2z {
        justify-content: space-between;
        text-align: center;
    }
    .copy-a2z .icon-box-img {
        width: 140px !important;
    }
    .copy-a2z .icon-box-text {
        flex: none;
    }
    .copy-a2z>div {
        margin: unset!important;
    }
}

@media only screen and (max-width: 445px) {
    .stack .btn-website {
        padding: 8px 20px;
        min-width: 140px;
    }
    .stack .btn-view-live {
        padding: 12px 14px;
        min-width: 165px;
    }
    .stack .btn-view-live::after {
        content: '';
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url(./assets/img/icon-arrow-right-green.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 7px 7px;
        background-color: aliceblue;
        border-radius: 50%;
        width: 28px;
        height: 28px;
    }
    p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 380px) {
    .single-client .stack {
        flex-direction: column;
    }
    .single-client .stack .button {
        width: 100%;
        --stack-gap: 0!important;
    }
    .single-client .stack .button+.button {
        margin-top: 10px!important;
    }
}

a.ux-menu-link__link.flex {
    color: #000;
    font-size: 16px;
}

.icon-footer {
    align-items: center;
}


/* //// */

.about-left .icon-box-text p {
    margin-bottom: 0;
    font-size: 16px;
}

.about-left .icon-box {
    align-items: center;
}

.main-title p {
    font-size: 24px;
    color: #18396a;
    width: fit-content;
    position: relative;
    margin-bottom: 5px;
    letter-spacing: 0.15em;
}

.main-title p:after {
    content: "";
    width: 100%;
    height: 8px;
    background: rgba(24, 57, 106, 0.20);
    position: absolute;
    left: 50%;
    bottom: 11px;
    transform: translateX(-50%);
}

.main-title h2 {
    color: #000;
}

a.button.btn-main {
    border: 1px solid;
    padding-right: 62px;
    padding-top: 2px;
    font-weight: normal;
}

.m-auto p {
    margin-left: auto;
    margin-right: auto;
}

a.button.btn-main:after {
    content: "";
    width: 30px;
    height: 30px;
    mask-image: url(./assets/img/icon-arrow-right.svg);
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url(./assets/img/icon-arrow-right.svg);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    position: absolute;
    background-color: #18396a;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    transition: .3s;
}

a.btn-main.btn-main-contact {
    font-size: 16px;
    font-weight: 400;
}

a.btn-main.btn-main-contact::after {
    background-color: #fff;
}

a.btn-main.btn-main-contact:hover::after {
    background-color: #18396a;
}

a.button.btn-main:hover:after {
    background-color: #fff;
}

.box-border-2 .col-inner .is-border {
    border-bottom-color: #18396a !important;
}

.sign h2 {
    font-family: 'Luxurious Script', cursive;
    font-size: 50px !important;
    font-weight: normal;
}

.home-about .main-title p:after {
    background: rgba(255, 255, 255, 0.20);
}

.reason-img img {
    max-width: 534px;
}

.list-reason .col-inner {
    padding-left: 10px;
}

.list-reason .icon-box {
    border-radius: 60px;
    background: rgba(244, 208, 113, 0.20);
    align-items: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.list-reason .icon-box:nth-child(1),
.list-reason .icon-box:nth-child(5) {
    left: -160px;
}

.list-reason .icon-box:nth-child(2),
.list-reason .icon-box:nth-child(4) {
    left: -60px;
}

.list-reason .icon-box::before {
    content: "";
    width: 56px;
    height: 82px;
    background-image: url(./assets/img/icon-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -60px;
    top: 43px;
    z-index: -1;
    transition: .3s ease-in-out;
}

.list-reason .icon-box:nth-child(2)::before,
.list-reason .icon-box:nth-child(3)::before,
.list-reason .icon-box:nth-child(4)::before {
    width: 112px;
    height: 40px;
    background-image: url(./assets/img/icon-2.png);
    top: 30px;
    left: -70px;
}

.list-reason .icon-box:nth-child(3)::before {
    left: -95px;
    top: 24px;
}

.list-reason .icon-box:last-child:before {
    background-image: url(./assets/img/icon-3.png);
    top: -25px;
}

.list-reason .icon-box::after {
    content: "";
    width: 0;
    height: 100%;
    background-color: #F4D071;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: .3s ease-in-out;
    border-radius: 60px;
}

.list-reason .icon-box:hover::after {
    width: 100%;
}

.list-reason .icon-box:last-child {
    margin-bottom: 0;
}

.list-reason .icon-box img {
    padding: 0;
}

.list-reason .icon-box .icon-box-text h3 {
    font-size: 24px;
    margin-bottom: 0;
}

.list-reason .icon-box .icon-box-text p {
    margin-bottom: 0;
}

.list-reason .icon-box .icon-box-img+.icon-box-text {
    padding-left: 20px;
    padding-right: 20px;
}

.form-flat input:not([type=submit]) {
    background-color: transparent;
    height: 40px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-main {
    font-weight: normal;
    background-color: transparent;
    color: #18396a;
    border: 1px solid #18396a;
    border-radius: 50px;
    text-transform: none;
    margin-bottom: 0;
    font-size: 16px;
    padding-right: 62px;
    background-image: url(./assets/img/icon-arrow-right.svg);
    background-size: 30px 30px;
    background-position: center right 16px;
    background-repeat: no-repeat;
    transition: .3s;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-main:hover {
    opacity: .5;
}

.box-shadow-cs .col-inner {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.cat-post {
    display: flex;
    gap: 15px;
    align-items: center;
}

.cat-post .post-news-date {
    margin-bottom: 0;
    padding-top: 0px;
    border-left: 1px solid #262626;
    padding-left: 15px;
}

.home-news ol.flickity-page-dots,
.slider-intro ol.flickity-page-dots,
.home-service ol.flickity-page-dots {
    bottom: -10px !important;
}

.home-news ol.flickity-page-dots li,
.slider-intro ol.flickity-page-dots li,
.home-service ol.flickity-page-dots li {
    width: 20px !important;
    border-radius: 10px !important;
    transition: all .3s !important;
}

.home-news .flickity-page-dots .dot.is-selected,
.slider-intro .flickity-page-dots .dot.is-selected,
.home-service .flickity-page-dots .dot.is-selected {
    width: 30px !important;
    background-color: #18396a;
    border-color: transparent;
}

.html a.button.primary.btn-call {
    color: #fff !important;
    width: 203px;
}

.html .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 8px;
}

.flex-top-bar p {
    font-size: 14px;
}

.flex-top-bar .icon-box-left {
    width: fit-content;
}

.header-social-icons a {
    font-size: 16px;
}

.logo-left .logo {
    margin-right: 0;
}

.box-icon-about .icon-box-text h3 {
    margin-bottom: 0;
}

.box-icon-about {
    align-items: center;
    padding: 22px;
    border-radius: 8px;
    transition: all .3s;
    overflow: hidden;
}

.box-icon-about:hover {
    box-shadow: 0px 0px 10px 0px rgba(24, 57, 106, 0.20);
}


/* .box-text-scroll {
    max-height: 300px;
    overflow-y: scroll;
    padding-right: 13px;
}

.box-text-scroll::-webkit-scrollbar {
    width: 8px;
}

.box-text-scroll::-webkit-scrollbar {
    background: transparent;
    width: 10px;
}

.box-text-scroll::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
    width: 10px;
    border-radius: 10px;
} */

.box-develop .col-inner {
    border-top: 5px solid transparent;
    transition: .3s ease-in-out;
}

.box-develop .col-inner:hover {
    border-color: #18396a;
    box-shadow: 0px 0px 10px 0px rgba(24, 57, 106, 0.20);
}

.slider-intro .col-inner.box-shadow-1 {
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2) !important;
    margin-top: 10px;
    padding: 16px 16px 16px 16px;
    border-radius: 10px;
}

.slider-intro ul.slick-dots {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.slider-intro ul.slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 11px;
    background-color: #D9D9D9;
    margin: 0 5px;
    border-radius: 10px;
    transition: .3s;
}

.slider-intro ul.slick-dots li button {
    padding: 0;
    opacity: 0;
    height: 11px;
    margin: 0;
    min-height: unset;
    padding: 0;
    margin: 0;
}

.slider-intro ul.slick-dots li.slick-active {
    background-color: #18396a;
    width: 30px;
}

a.view-service {
    color: #18396a;
    position: relative;
    padding-right: 50px;
}

.archive a.view-service::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(./assets/img/icon-arrow-right-red.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.des-service {
    margin-bottom: 16px;
}

.des-service p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.archive .box-service {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    overflow: hidden;
}

.service-wrap-main {
    margin-top: 18px;
}

.box-why-service .icon-box {
    border-radius: 10px;
    background: #FFF;
    padding: 10px;
    margin-bottom: 32px;
    transition: .3s;
}

.box-why-service .icon-box:last-child {
    margin-bottom: 0;
}

.box-why-service .icon-box:hover {
    box-shadow: 0px 0px 10px 0px rgba(24, 57, 106, 0.10);
}

.box-why-service .icon-box h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
}

.box-why-service .icon-box .icon-inner,
.box-why-service .icon-box .icon-inner svg>path {
    transition: .1s;
}

.box-why-service .icon-box:hover .icon-inner {
    color: #18396a !important;
}

.box-why-service .icon-box:hover .icon-inner svg>path {
    stroke: #fff;
}

.single-service-gd .ux-shape-divider--bottom {
    background-image: url(/wp-content/uploads/2024/02/Vector-2.png);
    height: 90px;
    background-size: cover;
}

.single-service-gd .ux-shape-divider--bottom svg {
    display: none;
}

.box-our-work .icon-box:not(:last-child) {
    margin-bottom: 30px;
}

.box-our-work .icon-box img {
    padding-top: 0;
}

.list-cat-blog li a {
    border: 1px solid #18396a;
    border-radius: 29px;
    padding: 10px 16px;
    margin-right: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #18396a;
    display: block;
}

.list-cat-blog li.active a {
    background: #18396a;
    color: #fff
}

.list-cat-blog {
    justify-content: center;
    margin-bottom: 32px;
    margin-top: 10px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.list-cat-blog li {
    height: 41px;
    display: block;
}

.category .row.align-center.category-wrapper {
    margin-top: 32px;
}

.meta-bottom-single {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 30px;
    margin-bottom: 30px;
}

.meta-bottom-single .list-tags {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.meta-bottom-single .list-tags a {
    border-radius: 32px;
    background: rgba(24, 57, 106, 0.20);
    font-size: 16px;
    padding: 2px 15px;
    margin-right: 8px;
    margin-bottom: 8px;
    color: #18396a;
}

.list-social-share {
    display: flex;
    align-items: center;
}

.list-social-share a {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-content: center;
    background-color: #F5F6F7;
    margin-left: 12px;
    padding: 6px;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
}

.form-franche .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
    padding: 13px 24px;
    height: auto;
    border-radius: 4px;
    border: 1px solid var(--Border-Default, #DAE2EE);
    background: var(--White-900, #FEFEFE);
    margin-top: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #9BA5AF;
}

.form-franche select.select-custom.wpcf7-form-control {
    background-image: url(./assets/img/arrow-down-gray.svg);
    background-size: 30px 30px;
    background-position: center right 20px;
    background-repeat: no-repeat;
}

.w-100 {
    width: 100%;
}

.box-map iframe {
    height: 306px;
    width: 100%;
}

.box-text-store {
    text-align: center;
    color: #000;
}

.slide-banner .flickity-page-dots {
    bottom: 65px;
}

.slide-banner .flickity-page-dots .dot {
    width: 20px;
    height: 11px;
    border-radius: 10px;
    background: #5d2626;
    border: none;
    transition: .3s;
}

.slide-banner li.dot.is-selected {
    border: none;
    background: #18396a;
    width: 30px;
}
.col.text-banner{
    position: relative;
}
.col.text-banner:before {
    content: "";
    width: calc(100% + 40px);
    height: calc(100% + 20px);
    top: -20px;
    left: -20px;
    position: absolute;
    background: rgba(24, 57, 106, 0.75);
    border-radius: 20px;
    z-index: -1;
}
.text-banner h2 {
    font-size: 32px !important;
    line-height: 1.3;
}


h3.page-title {
    display: flex;
    max-width: 513px;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.70);
    margin: 0 auto;
    min-width: fit-content;
    font-weight:bold;
    letter-spacing: 0.05em;
    font-size: 3em;
    color: #18396a;
}

body:not(.home) header#header {
    position: absolute;
    top: 0;
    left: 0;
}

a.button.btn-main.view-service {
    display: block;
    max-width: 190px;
    margin: 0 auto;
}

.banner-intro:after {
    content: "";
    width: 227px;
    height: 186px;
    position: absolute;
    background-image: url(/wp-content/uploads/2024/02/icon-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0px;
    right: 100px;
}

.box-service-text .post-title a {
    font-size: 24px;
    color: #000;
}

section.main-index {
    margin-top: 48px;
}

.post-meta-single {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.post-meta-single img {
    border-radius: 50%;
    margin-right: 12px;
}

.post-meta-single .post-date {
    margin-left: 12px;
    padding-left: 12px;
    position: relative;
}

.post-meta-single .post-date::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #D0D5DD;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

div#form-dangky {
    border-radius: 10px;
}

.single-recruitment a.button.btn-main {
    border-radius: 25px;
}

.box-text-single {
    text-align: center;
}

.box-text-single a.button.primary.btn-call {
    margin: 0 auto !important;
}

.single-service #text-box-1694898497 {
    padding-top: 60px;
}

.box-service {
    transition: .3s;
}

.box-service:hover {
    background: #18396a;
    color: #fff;
}

.box-service:hover .box-service-text .post-title a {
    color: #fff;
}

.box-service:hover .box-service-text .des-service li {
    color: #fff;
}

.box-service:hover a.button.btn-main.view-service {
    color: #fff;
}

.box-service:hover a.button.btn-main:after {
    background-color: #fff;
}

.box-service:hover a.view-service {
    color: #fff;
}

.box-service:hover a.view-service::after {
    background-image: url(./assets/img/icon-arrow-right-white.svg);
}

ul li>p {
    margin-bottom: 0px;
}


/* //// */

@media (max-width: 550px) {
    div#form-dangky {
        padding: 30px 20px !important;
    }
    .related-recruitment h4 {
        font-size: 24px;
        color: #000;
    }
    .info-recruitment h3 {
        font-size: 24px;
    }
    .nav-sidebar.nav-vertical>li+li {
        border-top: none;
    }
    .single-recruitment a.button.btn-main {
        border-radius: 30px;
    }
    .search-banner {
        margin-bottom: 0;
        padding-top: 100px;
    }
    section.main-index {
        margin-top: 20px;
    }
    .box-develop p {
        font-size: 16px;
    }
    .banner-intro:after {
        width: 186px;
        height: 100px;
        right: 40px;
    }
    .banner-intro {
        padding-bottom: 90px !important;
    }
    .slide-banner .flickity-page-dots {
        bottom: 5px;
    }
    .text-banner h2 {
        font-size: 20px !important;
    }
    .html a.button.primary.btn-call {
        padding: 7px 0;
        padding-left: 45px;
        margin-left: 0;
    }
    .text-banner h2 span {
        font-size: 30px;
    }
    .form-franche .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
        padding: 8px 16px;
    }
    a.button.primary.btn-call {
        font-size: 15px;
        min-height: 36px;
        padding-left: 45px;
        max-width: 220px;
    }
    .btn-call::after {
        width: 32px;
        height: 32px;
    }
    .main-title p {
        font-size: 14px;
        margin: 0 auto 5px;
    }
    .main-title p:after {
        bottom: 6px;
        height: 4px;
    }
    .single-service .box-icon-about .icon-box-text p {
        font-size: 18px;
    }
    .main-title {
        text-align: center;
    }
    .list-reason .col-inner {
        padding-left: 0;
    }
    .list-reason .icon-box {
        left: 0 !important;
        margin-bottom: 20px;
    }
    .list-reason .icon-box::before {
        display: none;
    }
    .list-reason .icon-box img {
        width: 100%;
    }
    .list-reason .icon-box-left .icon-box-img {
        width: 75px !important;
    }
    .slide-nav-hide-sm button.flickity-button {
        display: none;
    }
    .list-reason .icon-box .icon-box-img+.icon-box-text {
        padding: 10px;
    }
    .list-reason .icon-box .icon-box-text h3 {
        font-size: 15px;
    }
    .list-reason .icon-box .icon-box-text p {
        font-size: 13px;
        line-height: 1.2;
    }
    .reason-img img {
        max-width: 340px;
    }
    .form-flat .flex-row .flex-col,
    .flex-row.form-flat .flex-col {
        padding-right: 0;
        margin-left: 0;
    }
    .mb-sm-0 {
        margin-bottom: 0;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .home-news ol.flickity-page-dots,
    .home-service ol.flickity-page-dots {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .home-news ol.flickity-page-dots li,
    .home-service ol.flickity-page-dots li {
        width: 15px !important;
        margin: 0 3px;
    }
    .home-news .flickity-page-dots .dot.is-selected,
    .home-service .flickity-page-dots .dot.is-selected {
        width: 20px !important;
    }
    .menu-footer .icon-box-text {
        padding-left: 10px;
    }
    .menu-footer .icon-box-text p {
        margin-bottom: 0;
    }
    .menu-footer .icon-box {
        align-items: center;
    }
    .footer-wrapper h3 {
        margin-bottom: 5px;
    }
    .footer-wrapper {
        padding-bottom: 0;
    }
    a.button.btn-call.btn-call-sm {
        max-width: 170px;
    }
    .box-icon-about {
        padding: 10px;
    }
    .box-icon-about .icon-box-img {
        width: 40px !important;
    }
    .box-icon-about .icon-box-text {
        padding-left: 10px !important;
    }
    .box-icon-about .icon-box-text p {
        font-size: 14px;
    }
    .box-text-scroll {
        max-height: unset;
        padding-right: 0;
    }
    .box-text-scroll::-webkit-scrollbar {
        display: none;
    }
    .box-icon-about {
        box-shadow: 0px 0px 10px 0px rgba(24, 57, 106, 0.20);
    }
    .row-sm-small .col {
        padding: 0 10px 20px;
    }
    .box-develop .col-inner {
        border-color: #18396a;
        box-shadow: 0px 0px 10px 0px rgba(24, 57, 106, 0.20);
    }
    .box-service-sm {
        margin: 0 15px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
        max-width: calc(100% - 30px) !important;
        overflow: hidden;
        margin-bottom: 30px;
        border-radius: 10px;
    }
    .html img.header_logo.header-logo {
        width: 150px;
        margin: 0 auto;
    }
    li.html.custom.html_topbar_right>a {
        padding: 0;
    }
    .box-service-sm .col {
        padding: 0;
    }
    .box-service-sm .col .box-service-text {
        padding: 10px 10px 25px;
    }
    .service-wrap-main {
        margin-top: 0px;
    }
    .box-why-service .icon-box {
        box-shadow: 0px 0px 10px 0px rgba(24, 57, 106, 0.10);
    }
    .single-service-gd .ux-shape-divider--bottom {
        height: 60px;
    }
    .list-cat-blog {
        overflow-x: overlay;
        justify-content: flex-start;
        flex-wrap: nowrap;
        padding-bottom: 12px;
    }
    .list-cat-blog li {
        height: auto;
        width: max-content;
        margin-bottom: 0;
        margin-right: 10px;
    }
    .list-cat-blog li a {
        padding: 8px 16px;
        margin-bottom: 0;
        margin: 0;
        font-weight: 500;
        width: 100%;
        font-size: 15px;
        text-align: center;
        width: max-content;
    }
    .meta-bottom-single {
        flex-direction: column;
    }
    .blog-single .entry-title {
        font-size: 24px;
    }
    li.html.custom.html_topbar_left {
        background: #18396a;
        margin-top: calc(100vh - 653px);
    }
    .row-ft-bottom {
        padding: 0 15px;
    }
    .off-canvas .sidebar-menu {
        padding-bottom: 0;
    }
    .archive a.view-service {
        padding: 8px 16px;
        border: 1px solid;
        border-radius: 30px;
        padding-right: 50px;
    }
    .archive a.view-service::after {
        background-image: url(./assets/img/right-red.svg);
    }
    #text-box-1694898497 {
        width: 80% !important;
    }
    #section_1899995687 .ux-shape-divider--bottom svg {
        height: 100px !important;
    }
    h3.page-title {
        font-size: 19px;
    }
    h1.entry-title {
        font-size: 24px;
    }
    #banner-428834609 {
        height: 400px !important;
    }
    .item-document .content .meta {
        flex-direction: column;
        gap: 5px;
    }
    .item-document .content .meta .cateogry a {
        margin-left: 0;
    }
    .meta-box .item-meta {
        width: calc(50% - 5px);
    }
    .meta-box .item-meta:not(:last-child) {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .meta-box .item-meta:nth-child(2n) {
        margin-right: 0;
    }
    .meta-box .item-meta .content-meta b {
        font-size: 14px;
    }
    .meta-box .item-meta .content-meta span {
        font-size: 14px;
        white-space: nowrap;
    }
    .body-content-single h1 {
        font-size: 24px;
    }
}
.nav-small .image-icon{
    display:flex;
    align-items:center;
}