.archive__list {
    margin-bottom: 5rem;
}

.archive__list .post__item .title {
    /* color: var(--heading-color); */
    font-size: 2.5rem;
    text-transform: uppercase;
}

.archive__list .post__item .title {
    /* font-family: 'Montserrat'; */
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    margin-top: 10px;
    text-transform: uppercase;
}

.archive__list .post__item .title:hover {
    color: var(--primary-color);
}

.custom__list .post__item .readmore {
    display: inline-block;
    font-weight: 500;
    border: 1px solid;
    border-color: var(--primary-color);
    padding: 6px 10px;
    border-radius: 10px;
    color: var(--primary-color);
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 14px;
}

.custom__list .post__item .readmore:hover {
    background: var(--primary-color);
    color: #fff;
}

.archive__list .post__item .readmore:hover path {
    fill: #fff;
}

.custom__list .post__item .readmore path {
    fill: var(--primary-color);
}

.archive__list .load-more {
    text-align: center;
    padding: 10px;
    background-color: var(--primary-color);
    color: #fff;
    margin-top: 4rem;
}

.archive__list .load-more:hover {
    background-color: var(--heading-color);
}

.archive__list .load-more a {
    display: block;
}

.single__content {
    margin: 5rem 0;
}

.single__content .heading-title {
    margin-bottom: 5rem;
    color: var(--primary-color);
}

.post__related {
    /* background-color: #f0f4f0; */
}

.post__related .post__item .title {
    font-size: 2.5rem;
    /* color: var(--primary-color); */
    font-size: 19px;
    text-transform: uppercase;
}

.gallery__list-tab {
    margin-bottom: 5rem;
}

.gallery__list .tab__header {
    margin: 3rem 0;
    border-bottom: 0;
    justify-content: center;
}

.gallery__list .tab__header li {
    font-family: 'Prata';
    font-size: 2.5rem;
    margin-bottom: 2rem;
    margin-right: 2rem;
    margin-left: 2rem;
}

.gallery__list .tab__header li button {
    color: var(--heading-color);
    position: relative;
}

.gallery__list .tab__header li button::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--secondary-color);
}

.gallery__list .tab__header li button.active {
    color: var(--secondary-color);
}

.gallery__list .tab__header li button.active::after {
    width: 100%;
}

.gallery__list .list__gallery-img .tab-pane {
    column-count: 3;
    column-gap: 2rem;
}

@media only screen and (max-width: 991px) {
    .gallery__list .list__gallery-img .tab-pane {
        column-count: 2;
    }
    .about-content-box {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .gallery__list .list__gallery-img .tab-pane {
        column-count: 1;
    }
    .output,
    .output p {
        font-size: 20px!important;
    }
    .output h2.cursor::after,
    .output p.cursor::after {
        height: 15px!important;
        width: 10px!important;
    }
    .mySwiper img {
        height: 55px!important;
    }
    .about-img-box-one .about-img-one,
    .about-img-box-one .about-img-two {
        width: 50%;
        display: inline-block;
        float: left;
    }
    .about-img-box-one .about-img-one {
        padding-right: 5px;
    }
    .about-img-box-one .about-img-two {
        padding-left: 5px;
    }
    .about-img-box-one .about-img-three {
        width: 100% !important;
        max-width: 100% !important;
    }
    .wrap-album-title,
    .wrap-quytrinhdutoan-title,
    .wrap-dichvu-detail-content,
    .block-title h2 {
        font-size: 23px!important;
    }
    .wrap-dichvu-detail {
        margin-top: 15px!important;
    }
    .about-img-box-three .about-img-three img {
        width: 100%;
    }
    .about-img-box-one .about-img-one img,
    .about-img-box-one .about-img-two img {
        width: 100% !important;
        height: 150px!important;
        object-fit: cover!important;
    }
}

.gallery__list .list__gallery-img .gallery-item {
    margin-bottom: 2rem;
}

.contact__map {
    margin: 8rem 0;
}

.contact__form {
    margin-bottom: 8rem;
}

.contact__form .modal-content,
.contact__form .modal-header {
    border: none;
}

:is(.page-template-404-page, body.error404) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

:is(.page-template-404-page, body.error404) .header {
    /* background-color: #fff; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    color: var(--primary-color);
    position: static;
}

:is(.page-template-404-page, body.error404) .header .btn-menu img {
    filter: invert(1);
}

:is(.page-template-404-page, body.error404) .header .btn-menu svg path {
    stroke: var(--primary-color);
}

:is(.page-template-404-page, body.error404) .header__logo img {
    filter: invert(0);
}


/*:is(.page-template-404-page, body.error404) .header__right-reserve svg {
    fill: var(--primary-color);
}*/

:is(.page-template-404-page, body.error404) .temp-stt svg path {
    fill: var(--primary-color);
}

.page__404 {
    text-align: center;
}

.page__404 h1 {
    font-family: "Prata", serif;
    font-size: 5rem;
    margin-bottom: 3rem;
    color: var(--primary-color);
}

@media only screen and (max-width: 767px) {
    .page__404 h1 {
        font-size: 4rem;
    }
}

.page__404-btn {
    margin-top: 3rem;
}

.page__404-btn .btn {
    font-size: 14px;
    padding: 8px 16px;
}

.page__404-btn .btn-primary {
    background-color: var(--primary-color);
    border: none;
}

.page__404-btn .btn-primary:hover {
    background-color: var(--primary-color-hover);
}

.page__404-btn .btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.page__404-btn .btn-outline-primary:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.customer__review {
    margin-top: 6rem;
}

.customer__review-item {
    width: 288px;
    max-width: 90%;
}

.customer__review-item:hover .customer__review-content {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.customer__review-img {
    padding-top: 100%;
}

.customer__review-content {
    padding: 1.5rem;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 80%;
    bottom: 0;
    left: 0;
    color: #ffffff;
    font-size: 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 100%;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
}

.customer__review-content .icon-social {
    max-width: 80px;
}

.customer__review-content .content {
    margin: 5px 0;
}

.customer__review-content .name {
    font-weight: 700;
    font-size: 16px;
}


/*# sourceMappingURL=style.css.map */

.kmar-pagination li {
    display: inline-block;
}

.kmar-pagination li a {
    width: 4rem;
    height: 4rem;
    display: inline-block;
    text-align: center;
    line-height: 4rem;
    border: 1px solid var(--heading-color);
    color: #fff;
}

.kmar-pagination {
    text-align: center;
    margin-top: 50px;
}

.kmar-pagination li a:hover,
.kmar-pagination li.active a {
    background: var(--heading-color);
    color: var(--color-dark);
}

.icw-20 {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.header__menu>ul>li {
    position: relative;
}

.header__menu>ul>.menu-item-has-children:after {
    position: absolute;
    width: 100%;
    content: "";
    height: 2.4rem;
    bottom: -2rem;
    left: 0;
    background: transparent;
}

.header__menu>ul>.menu-item-has-children>.sub-menu li {
    margin-left: 0;
    padding: 5px 15px;
}

.header__menu>ul>.menu-item-has-children>.sub-menu li a {
    display: block;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.header__menu>ul>.menu-item-has-children>.sub-menu li:hover {
    color: #fff;
    background-color: var(--heading-color);
}

.header__menu>ul>.menu-item-has-children>.sub-menu {
    margin-top: 2rem;
    opacity: 0;
    display: block;
    visibility: hidden;
    -webkit-transition: 0.4s ease-out 0s;
    -moz-transition: 0.4s ease-out 0s;
    -ms-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    z-index: -1;
    transform-origin: top;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    width: 28rem;
    color: var(--text-color);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.2rem;
    box-shadow: 0px 10px 22px 0px rgba(45, 77, 108, 0.15);
    border-radius: 1rem;
    padding: 10px 0;
    transform: translateY(-10px) scaleY(0.5);
}

.header__menu>ul>.menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 10;
    transform: translateY(0) scaleY(1);
}

button.language-toggle li:not(.current-lang) {
    display: none;
}

.site-mobile {
    background: transparent;
    display: flex;
    width: 100%;
    position: fixed;
    z-index: 999;
    bottom: 25px;
    left: 20px;
}

.site-mobile {
    background: transparent;
    display: flex;
    width: 100%;
    position: fixed;
    z-index: 999;
    bottom: 25px;
    left: 20px;
}

.site-mobile>a {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
    height: 6rem;
}

.site-mobile>a>i {
    font-size: 0.875rem;
}

.site-mobile .open-booking {
    color: #c19c51;
    background: #251f1e;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    border-radius: 25px;
}

.site-mobile .open-booking>span img {
    height: 30px;
    margin-left: 5px;
}

.site-mobile .open-booking>span:first-child {
    font-size: 1.5rem;
    margin-right: .5rem;
}

.call-mobile {
    background: transparent;
    width: auto;
    position: absolute;
    z-index: 9999;
    top: 27px;
    right: 30px;
}

.overlay-h {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(65 44 5 / 53%) 0, rgb(41 29 8 / 44%) 100%);
}

.list__dinner-item .content {
    line-height: 25px;
    letter-spacing: 1px;
}

.block__banner.banner__dinner {
    position: relative;
}

.block__banner.banner__dinner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(11, 48, 44, 0.46) 0, rgba(11, 48, 44, 0.69) 100%);
}

.block__banner-content {
    position: relative;
    z-index: 2;
}

#facilities2.block__image__text .block__content-text {
    padding-bottom: 0 !important;
    padding-top: 10rem;
}

.block__discover .flickity-prev-next-button {
    top: 37%;
    background: #251f1e;
}

.block__discover .list__post .is-selected .post__item .title {
    font-size: 2rem;
    margin: 1rem 0 0 0 !important;
}

.block__discover .flickity-viewport {
    height: 350px !important;
}

.block__discover .flickity-button.previous {
    left: -30px;
}

.block__discover .flickity-button.next {
    right: -30px;
}

.product__detail-thumb a:before,
.block__slider-item a:before {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: .4s ease-out 0s;
    -moz-transition: .4s ease-out 0s;
    -ms-transition: .4s ease-out 0s;
    -o-transition: .4s ease-out 0s;
    transition: .4s ease-out 0s;
    opacity: 0
}

.home .block__slider-item a:after {
    bottom: -5%;
}

.product__detail-thumb a:hover:after,
.product__detail-thumb a:hover:before,
.block__slider-item a:hover:after,
.block__slider-item a:hover:before {
    opacity: 1;
}

.product__detail-thumb a:after,
.block__slider-item a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    content: "";
    -webkit-transition: .4s ease-out 0s;
    -moz-transition: .4s ease-out 0s;
    -ms-transition: .4s ease-out 0s;
    -o-transition: .4s ease-out 0s;
    transition: .4s ease-out 0s;
    opacity: 0;
}

.archive__heading-desc ul {
    list-style: disc;
    margin-left: 3rem;
    padding: 1rem;
}

section.gallery__list:before,
section.archive__heading:before,
section.product__detail:before,
section.block__wonder:before {
    content: '';
    display: block;
    width: 476px;
    height: 476px;
    position: absolute;
    right: 0;
    opacity: 0.03;
}

.customer__review {
    display: none;
}

@media (min-width: 991px) {
    .footer__wrapper .col-lg-3 {
        width: 30%;
    }
    .footer__wrapper .col-lg-4,
    .footer__wrapper .col-lg-5 {
        width: 35%;
    }
}


/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/

.modal-dialog {
    min-height: calc(100vh - 2.5rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-content {
    border: 0;
    border-radius: 0;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.5);
}

.modal-header {
    justify-content: center;
    border-bottom: 0;
    padding: 1.5rem 1.5rem 0 1.5rem;
}

.modal-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 3rem;
    position: relative;
    font-family: "Prata";
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 2;
    transition: all 0.2s ease 0.2s;
}

.modal-title:after {
    content: " ";
    background: #000;
    width: 6.25rem;
    height: 0.125rem;
    margin-top: 0.625rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.modal-close {
    background: transparent;
    border: 0;
    width: 3.5rem;
    height: 3.5rem;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
}

.modal-close:hover {
    background: #333;
}

.modal-close:before,
.modal-close:after {
    content: " ";
    background: #888;
    display: block;
    width: 2px;
    height: 2rem;
    margin-top: -10px;
    margin-left: -1px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.modal-close:before {
    transform: rotateZ(-45deg);
}

.modal-close:after {
    transform: rotateZ(45deg);
}

.modal-close:hover:before,
.modal-close:hover:after {
    background: #fff;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.modal-prev,
.modal-next {
    font-size: 3.75rem;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.75rem;
    height: 3.75rem;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
}

.modal-prev:hover,
.modal-next:hover {
    color: inherit;
    opacity: 1;
}

.modal-prev {
    left: 1.5rem;
}

.modal-next {
    right: 2.5rem;
}

.modal-review a.text-primary:hover {
    text-decoration: underline;
    color: #bf882e !important;
}

@media (min-width: 768px) {
    .modal-md {
        max-width: 750px;
    }
}

@media (min-width: 1200px) {
    .modal-lg {
        max-width: 1000px;
    }
}

@media (min-width: 992px) {
    .modal-scroll .modal-dialog {
        overflow: hidden;
        height: calc(100vh - 3.75rem);
    }
    .modal-scroll .modal-content,
    .modal-scroll .modal-content>.row,
    .modal-scroll .info {
        height: 100%;
    }
    .modal-scroll .info {
        overflow: auto;
    }
}

.modal-header {
    justify-content: center;
    border-bottom: 0;
    padding: 1.5rem 1.5rem 0 1.5rem;
}

.modal-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 3rem;
    position: relative;
    font-family: "Prata";
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 2;
    transition: all 0.2s ease 0.2s;
}

#modal-send-room .modal-close,
#modal-send-inquiry .modal-close {
    width: 2.5rem;
    height: 2.5rem;
    top: 3px;
    right: 3px;
}

.modal-close {
    border: 0;
    width: 3.5rem;
    height: 3.5rem;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
}

#modal-send-room .wpforms-container .wpforms-field,
#modal-send-inquiry .wpforms-container .wpforms-field {
    padding: 5px 0;
    padding-bottom: 0;
}

#modal-send-room .wpforms-container .wpforms-field.wpforms-field-date-time,
#modal-send-inquiry .wpforms-container .wpforms-field.wpforms-field-date-time {
    padding-bottom: 0px;
}

#modal-send-room #wpforms-1036-field_1-container,
#modal-send-inquiry #wpforms-1036-field_1-container {
    padding: 0;
}

.contact__form .wpforms-submit,
#modal-send-room .wpforms-submit,
#modal-send-inquiry .wpforms-submit {
    display: inline-block;
    padding: 5px 1.5rem !important;
    color: #fff !important;
    background-color: var(--primary-color) !important;
    -webkit-transition: 0.4s ease-out 0s !important;
    -moz-transition: 0.4s ease-out 0s !important;
    -ms-transition: 0.4s ease-out 0s !important;
    -o-transition: 0.4s ease-out 0s !important;
    transition: 0.4s ease-out 0s !important;
}

.contact__form .wpforms-submit:hover,
#modal-send-room .wpforms-submit:hover,
#modal-send-inquiry .wpforms-submit:hover {
    background-color: var(--primary-color-hover) !important;
}

.contact__form .wpforms-submit-container,
#modal-send-room .wpforms-submit-container,
#modal-send-inquiry .wpforms-submit-container {
    display: flex;
    justify-content: center;
}

.contact .wpforms-field-label {
    color: #fff !important;
}

.page-template-page-contact .wpforms-container .wpforms-field {
    padding: 5px 0;
}

.wpforms-container textarea.wpforms-field-large {
    height: 75px !important;
}

div.wpforms-container-full {
    margin: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    overflow: hidden;
}

.modal {
    overflow-y: hidden;
}

div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column {
    padding-right: 0px;
}

div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column:last-child {
    padding-right: 10px;
}

.block__wonder .desc.desc-top {
    text-align: center;
}

.block__wonder .more {
    color: #b38e4b;
    text-transform: uppercase;
}

.slider-block-img .flickity-viewport {
    margin-left: -7px;
    margin-right: -7px;
}

.slider-block-img .flickity-viewport .carousel-cell {
    padding-left: 7px;
    padding-right: 7px;
}

.slider-block-img .carousel-cell {
    width: calc(100% / 3);
}

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

.block__wonder .nav-block-1 {
    margin-top: 30px;
}

.slider-block-img .flickity-viewport .carousel-cell .img img {
    width: 100%;
    height: 260px;
    border-radius: 10px;
    object-fit: cover;
    -webkit-transition: 0.4s ease-out 0s;
    -moz-transition: 0.4s ease-out 0s;
    -ms-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
}

.slider-block-img .flickity-viewport .carousel-cell .img:hover img {
    transform: scale(1.05);
}

.slider-block-img .flickity-viewport .carousel-cell .img {
    overflow: hidden;
    border-radius: 10px;
}

.slider-block-img .flickity-viewport .carousel-cell .item {
    background: #fff;
    border-radius: 10px;
}

.slider-block-img .flickity-viewport .carousel-cell .item .nav-img {
    padding: 15px;
}

.slider-block-img .flickity-viewport .carousel-cell .item .nav-img .title-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 1;
    height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: bold;
    margin-bottom: 10px;
}

.slider-block-img .flickity-viewport .carousel-cell .item .nav-img .title-3 a:hover {
    color: #b38e4b;
}

.slider-block-img .flickity-viewport .carousel-cell .item .nav-img ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.slider-block-img .flickity-viewport .carousel-cell .item .nav-img ul li img {
    margin-right: 7px;
}

.slider-block-img .flickity-page-dots {
    display: none;
}

.single-room .product__detail-bottom {
    position: relative;
}

.single-room .product__detail-bottom::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

.single-room .product__detail-bottom .container {
    position: relative;
    z-index: 11;
}

@media (max-width: 767px) {
    /*.header__logo {
        padding-right: 55px;
    }
    .header-active .header__logo{
        padding-right: 130px;
    }*/
    /*.block__discover .flickity-prev-next-button {
        top: 28%;
    }*/
    .block__discover .flickity-button.previous {
        left: 6px;
    }
    .block__discover .flickity-button.next {
        right: 6px;
    }
    .modal,
    .modal.fade .modal-dialog {
        overflow: unset;
    }
    .modal-body {
        padding-top: 0;
    }
    .modal-dialog {
        min-height: 0;
    }
    #modal-send-room .wpforms-container .wpforms-field,
    #modal-send-inquiry .wpforms-container .wpforms-field {
        padding: 3px 0;
    }
    #modal-send-inquiry,
    #modal-send-room {
        z-index: 999999;
    }
}

.header__left-language {
    padding-right: 1rem;
}

.header__left-language .language-switcher .language-dropdown.active {
    right: -11px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #b38e4b;
}

.flatpickr-calendar.open {
    z-index: 9999999999999999999!important;
}

.features-wrapper-one {
    /*border-bottom: 1px solid rgba(4, 13, 26, 0.1);*/
    border-top: none;
}

.features-wrapper-one .features-column {
    /*-webkit-box-flex: 0;*/
    /*-ms-flex: 0 0 20%;*/
    /*flex: 0 0 20%;*/
    /*max-width: 20%;*/
    /*padding: 0;*/
}

.home-service {
    margin-top: 40px;
    background: #f7f7f7;
    padding-block: 50px;
}

.rts-single-working-process {
    background-image: url(../images/01.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 386px;
    padding: 50px 40px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.rts-section-gap {
    padding: 120px 0;
    padding-top: 0;
}

.bring-value .row {
    align-items: center;
}

.bring-value .row .thumb-area img {
    border-radius: 10px;
}

.bring-value .row .content .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.bring-value .row {
    margin-bottom: 25px;
}

.bring-value .row:nth-child(odd) .col-lg-4 {
    order: 2;
}

section.bring-value {
    padding: 50px 0;
}

.different-value {
    /* background: #f7f9fa; */
}

.rts-single-working-process .content .step_number {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 55px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rts-single-working-process .content .step_number span {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.rts-easy-step-area .row>div:nth-child(even) {
    margin-top: 50px;
}

.rts-easy-step-area .row>div:nth-child(even) {
    margin-top: 50px;
}

.rts-single-working-process .title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.rts-single-working-process::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background: #00000052;
    filter: blur(120px);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.35;
}

.rts-single-working-process .icon {
    width: 100px;
    height: 100px;
    background: #edf1fe;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 27px;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s;
}

.rts-single-working-process .content p.disc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.features-item-one {
    position: relative;
    padding: 60px 50px;
    z-index: 1;
    border: 1px solid rgba(4, 13, 26, 0.1);
    margin-bottom: 15px;
}

.features-item-one .item-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.features-item-one .icon img {
    display: inline-block;
}

.features-item-one .item-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(241 103 63 / 83%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.features-item-one .item-bg:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    visibility: visible;
    opacity: 1;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.features-item-one .icon {
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.features-item-one .icon img {
    height: 50px;
    object-fit: contain;
}

.features-item-one .icon img.icon-hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.features-item-one .content h4 {
    margin-bottom: 10px;
    font-weight: 800;
}

.features-item-one .content p {
    margin-bottom: 25px;
}

.features-item-one .content .icon-btn {
    background-color: rgba(22, 37, 66, 0.07);
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    border-radius: 5px;
}

.features-wrapper-one .features-column:nth-child(odd) {
    /*border-right: 1px solid rgba(4, 13, 26, 0.1);*/
    /*border-left: 1px solid rgba(4, 13, 26, 0.1);*/
}

.features-item-one:hover {
    -webkit-box-shadow: 0px 10px 60px 0px rgb(241 103 63);
    box-shadow: 0px 10px 60px 0px rgb(241 103 63);
    border-color: transparent;
}

.features-item-one:hover .item-bg:before {
    visibility: visible;
    opacity: 1;
}

.features-item-one:hover .item-bg:after {
    visibility: hidden;
    opacity: 0;
}

.features-item-one:hover .content h4,
.features-item-one:hover .content p {
    color: #fff;
}

.features-item-one:hover .icon img.icon-hover {
    opacity: 1;
    transition: 0.4s;
}

.features-item-one:hover .icon img.icon-main {
    opacity: 0;
    transition: 0.4s;
}

.features-item-one:hover .content svg path {
    /* fill: #fff; */
}

.features-item-one:hover .content .icon-btn {
    background-color: #fff;
    color: #fff;
}

.features-item-one .content .icon-btn svg {
    width: 20px;
    height: 20px;
}

.features-wrapper-one .features-column .service-excerpt p,
.features-wrapper-one .features-column h4 a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.features-wrapper-one .features-column .service-excerpt p {
    -webkit-line-clamp: 3;
}

.features-wrapper-one .features-column h4 a {
    -webkit-line-clamp: 2;
    line-height: 24px;
    height: 48px;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 5px;
}

.single-service-item .img-holder {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.single-service-item .img-holder img {
    width: 100%;
    transition: 0.4s;
}

.single-service-item .img-holder .shape {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 40px;
    -webkit-clip-path: polygon(100% 100%, 100% 100%, 0 100%, 0 95%, 85% 0);
    clip-path: polygon(100% 100%, 100% 100%, 0 100%, 0 95%, 85% 0);
    margin-bottom: -0.5px;
}

.single-service-item .text {
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 60px rgba(28, 35, 31, 0.07);
    box-shadow: 0px 10px 60px rgba(28, 35, 31, 0.07);
    padding: 30px 35px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.single-service-item .text h3.title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 15px;
    font-weight: 600;
}

.single-service-item .text h3.title:before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #1C231F;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.single-service-item .text>p {
    margin-bottom: 30px;
}

.single-service-item .text .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #D9D9D9;
    padding-top: 20px;
}

.single-service-item .text .meta .icon-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    /* width: 40px; */
    /* height: 40px; */
    background-color: #000000;
    /* border-radius: 50%; */
    color: #fff;
    /*-webkit-margin-start: auto;*/
    /*margin-inline-start: auto;*/
    text-align: center;
    /* line-height: 40px; */
    padding: 7px 10px;
    border-radius: 10px;
    font-size: 14px;
    transition: 0.4s;
}

.single-service-item .text .meta .icon-btn:hover {
    opacity: .8;
    transition: 0.4s;
}

.single-service-item .text .meta .icon-btn svg {
    width: 18px;
    height: 18px;
}

.single-service-item .text .meta .icon-btn svg path {
    fill: #fff;
}

.img-holder:hover img {
    transform: scale(1.1);
    transition: 0.4s;
}

.img-holder {
    overflow: hidden;
    transition: 0.4s;
}

.section-title .title {
    font-size: 28px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.section-title .title span {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    color: #f1673f;
    text-transform: uppercase;
}

.why-choose-use-area {
    position: relative;
    z-index: 0;
    background: #f5f5f5;
    padding-top: 70px;
    padding-bottom: 35px;
    overflow: hidden;
    margin-top: 65px;
    background: #000000;
}

.page-contact {
    padding-top: 50px;
}

.why-choose-use-area .blind-statue {
    position: absolute;
    left: 0;
    top: 30px;
    max-width: 285px;
}

.why-choose-use-area .blind-statue img {
    height: 490px;
}

.why-choose-use-area .right-absolute-area {
    position: absolute;
    right: 0;
    top: 0;
}

.video-with-image .img-wrapper img {
    width: 100%;
}

.video-with-image .img-wrapper .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video-play-btn {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    background-color: var(--primary-color);
    border-radius: 50%;
    color: #fff;
}

.video-play-btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary-color);
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.section-title-inner .subtitle {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    z-index: 0;
    padding-left: 80px;
    margin-bottom: 8px;
    color: var(--primary-color);
}

section.wa_multi_layout {
    position: relative;
    width: 100%;
}

.special-style {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    background-size: cover !important;
    z-index: 0;
}

.special-style-dark:before {
    background-color: #000000de;
    opacity: 0.8;
}

.special-style:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.parallax-style {
    background-attachment: fixed;
}

bg-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.testimonial-block-style1 {
    /*float: left;*/
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 50px 50px 10px;
}

.client-detail-style1 figure img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    object-fit: cover;
}

.special-area-widthfull {
    position: relative;
    z-index: 9;
    padding-block: 75px;
}

.testimonial-block-style1 blockquote svg {
    position: absolute;
    top: -15px;
    left: -30px;
    width: 35px;
    height: 35px;
}

.testimonial-block-style1 blockquote svg path {
    fill: var(--primary-color);
    );
}

.testimonial-block-style1 blockquote {
    position: relative;
    margin: 0px;
    font-style: italic;
    font-size: inherit;
    text-align: center;
}

.client-detail-style1 {
    padding: 10px;
    position: relative;
    color: #fff;
    /*float: left;*/
    width: 100%;
    background-color: #fff;
    text-align: center;
}

.client-detail-style1 figure {
    width: 100px;
    height: 100px;
    margin-top: 15px;
    position: relative;
    display: inline-block;
    float: none;
    margin-bottom: 0px;
}

.client-meta-style1 {
    /*float: left;*/
    padding: 25px 10px;
    width: 100%;
}

.client-detail-style1 .member-designation {
    color: #333;
    font-size: 14px;
}

.bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0;
}

.member-designation {
    font-weight: 400;
}

.member-name,
.member-designation {
    /*float: left;*/
    width: 100%;
    text-transform: capitalize;
    color: #C2A275;
    font-weight: 600;
}

.rate-star {
    margin-bottom: 5px;
}

.rate-star svg {
    height: 15px;
    width: 15px;
}

.quote_form {
    background: #fff;
    /* color: #fff; */
    padding: 80px 50px 100px;
    margin-top: -80px;
    margin-bottom: -80px;
    position: relative;
    z-index: 9;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.quote_form .column-title {
    font-size: 36px;
    margin-bottom: 40px;
}

section .title-white {
    color: #fff !important;
}

.quote_form .column-title span {
    font-size: 20px;
    margin: 0;
}

.column-title span {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 10px 0;
    display: block;
    font-weight: 400;
}

.quote_form .row-col {
    width: calc( 50% - 5px);
    display: inline-block;
}

.quote_form .row-col:nth-child(odd) {
    margin-right: 10px;
}

.quote_form input,
.quote_form textarea {
    width: 100%!important;
    max-width: 100%!important;
    background: transparent!important;
    color: #000!important;
    padding: 0!important;
    box-shadow: unset!important;
    outline: unset!important;
    border-bottom: 1px solid #000!important;
    opacity: 1!important;
    border-inline: unset!important;
    border-top: unset!important;
    border-radius: unset!important;
}

.quote_form input::placeholder,
.quote_form textarea::placeholder {
    color: #000!important;
}

.quote_form .form-control {
    border: 0;
    border-bottom: 1px solid #6d6d6d;
    padding-left: 0;
    color: #000;
    margin-bottom: 20px;
    background: transparent;
    box-shadow: unset;
}

.quote_form input[type="submit"] {
    background: var(--primary-color);
    border-radius: 10px;
    font-size: 15px;
    height: 45px;
    padding: 0px 15px;
    font-weight: 500;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f1f1f1;
    padding: 5px 20px;
    height: 50px;
    background: none;
    color: #626c84;
    font-size: 14px;
    border-radius: 0;
    font-weight: normal;
}

.bg-overlay.overlay-color:after {
    background: linear-gradient(180deg, rgb(65 44 5 / 53%) 0, rgb(41 29 8 / 44%) 100%);
}

.bg-overlay:after {
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

section#quote-area {
    position: relative;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0
    }
}

@-moz-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0
    }
}

@-o-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0
    }
}

.section-title-inner .subtitle:after {
    position: absolute;
    left: 0;
    top: 10px;
    height: 2px;
    width: 60px;
    background-color: var(--primary-color);
    content: '';
}

.section-title-inner .title {
    font-size: 26px;
    line-height: 35px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 18px;
    color: #fff;
}

.single-why-us-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 35px;
}

.single-why-us-box .icon {
    margin-right: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    font-size: 30px;
    border-radius: 50%;
    color: var(--main-color-one);
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.single-why-us-box .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.single-why-us-box .content .title {
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    color: #fff;
}

.single-why-us-box .content p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.section-title .title span:after {
    content: "";
    position: absolute;
    background: #f1673f;
    height: 2px;
    width: 30%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.services-section .single-service-item .title a,
.services-section .single-service-item .post-excerpt p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.services-section .single-service-item .title a {
    -webkit-line-clamp: 2;
    height: 44px;
    text-transform: uppercase;
}

.services-section .single-service-item .post-excerpt p {
    -webkit-line-clamp: 3;
    margin-bottom: 15px;
}

.services-section .single-service-item .post-excerpt {
    height: 85px;
    display: none;
}

section.services-section {
    /* margin-top: 40px; */
    /* background: #f7f7f7; */
    padding-top: 40px;
    background: #000000;
}

.features-wrapper-one .features-column {
    /*border-bottom: 1px solid rgba(4, 13, 26, 0.1);*/
}

.features-wrapper-one .features-column:nth-child(4n) {
    /*border-right: 1px solid rgba(4, 13, 26, 0.1);*/
}

.archive__service {
    margin-top: 90px;
}

.features-wrapper-one .features-column:nth-child(1),
.features-wrapper-one .features-column:nth-child(2),
.features-wrapper-one .features-column:nth-child(3),
.features-wrapper-one .features-column:nth-child(4) {
    /*border-top: 1px solid rgba(4, 13, 26, 0.1);*/
}

.page-title {
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 105px 0px 165px 0px;
}

.page-title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.70);
}

.page-title h1 {
    position: relative;
    font-size: 48px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.5em;
    text-transform: uppercase;
}

.page-title .page-info {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    display: block;
    color: #272727;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.15);
}

.page-info .bread-crumb {
    position: relative;
    font-size: 15px;
    padding: 18px 0px 17px;
    text-align: left;
}

.page-info .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin-right: 24px;
    color: #ffffff;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
}

.page-info .bread-crumb li a {
    color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-contact .iframe-map iframe {
    width: 100%;
    height: 450px;
}

.page-contact .contact-info-list svg {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.page-contact li.single-info-item {
    display: flex;
    align-items: center;
}

.services-page__single {
    position: relative;
    display: block;
    text-align: center;
    border-radius: 10px;
    border-top: 2px solid transparent;
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.08);
    padding: 20px 20px 15px;
    margin-bottom: 30px;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-page__single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: var(--belco-bdr-radius);
    background-color: var(--belco-white);
    box-shadow: 0px 20px 30px 0px rgba(16, 24, 40, 0.08);
    background-position: bottom left;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    z-index: -1;
}

.services-page__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 15px;
}

.services-page__title a {
    color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-page__text {
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
}

.services-page__btn {
    position: relative;
    display: inline-block;
    margin-top: 23px;
}

.services-page__single:hover a {
    color: var(--primary-color);
    transition: 0.4s;
}

.services-page__single:hover a svg path {
    fill: var(--primary-color);
}

.services-page__single a {
    transition: 0.4s;
    font-size: 16px;
    min-height: 50px;
    display: block;
}

.services-page__btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--belco-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-page {
    position: relative;
    display: block;
    /* background-color: #F7F9FA; */
    padding: 80px 0 50px;
    z-index: 1;
}

.services-page__single:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.services-page__single:hover {
    border-top: 2px solid var(--primary-color);
}

.page-contact li.single-info-item .icon {
    width: 50px;
    margin-right: 9px;
    height: 50px;
    background: #f1673f;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}

.page-contact li.single-info-item {
    margin-bottom: 10px;
}

.page-contact .contact-info-list {
    margin-top: 15px;
}

.page-contact .row-col {
    width: calc( 50% - 5px);
    display: inline-block;
    float: left!important;
    clear: unset!important;
}

section.reason-page .description {
    margin-block: 30px;
}

.reason-page .services-page__single {
    border-top: unset;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    display: flex;
}

.reason-page .services-page__single {
    text-align: left;
    padding-inline: 20px;
}

.reason-page .services-page__single .services-page__title {
    margin-bottom: 5px;
}

.reason-page .services-page__single .services-page__title a {
    font-size: 17px;
}

.reason-page .services-page__single .services-page__title {
    line-height: 20px;
}

.reason-page .services-page__single p.services-page__text {
    margin-top: 0;
}

.reason-page .services-page__single .box-thumb {
    width: 85px;
}

.reason-page .services-page__single .box-text {
    width: calc(100% - 85px);
    padding-left: 10px;
}

section.reason-page {
    padding-block: 65px;
}

.page-contact .row-col:nth-child(odd) {
    margin-right: 10px;
}

.wpforms-submit {
    background: #f1673f !important;
}

.page-contact li.single-info-item .icon svg {
    fill: #fff;
}

.page-contact input {
    width: 100%!important;
    display: block!important;
    max-width: 100%!important;
}

.process-one__count {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border: 1px dashed #cccbd0;
    background-color: #FAFAFA;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.process-one__count:before {
    position: absolute;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    counter-increment: count;
    content: "0" counter(count);
    color: #ffffff;
    -webkit-text-stroke: 1px rgba(13, 18, 30, .60);
    font-family: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

section.process-one.process-three {
    background: #F7F9FA;
    padding: 60px 0 70px 0;
}

.process-one__title {
    font-size: 19px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 23px;
    margin-bottom: 11px;
}

.process-one__single {
    text-align: center;
}

.row-couter {
    counter-reset: count;
}

.process-one__single:hover .process-one__count {
    border: 1px dashed var(--primary-color);
}

.process-one__single:hover .process-one__count:before {
    color: var(--primary-color);
    -webkit-text-stroke: 1px var(--primary-color);
}

.rank-math-breadcrumb {
    color: #fff;
    text-align: left;
    padding: 10px 0;
}

.rank-math-breadcrumb .separator {
    margin: 0 10px;
}

.counter-box {
    display: block;
    background: #f6f6f6;
    padding: 40px 20px 37px;
    text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #909090;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.counter {
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color);
    /* line-height: 28px; */
}

.counter-box.colored {
    background: #f1673f
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}

.counter__up {
    margin-bottom: 40px;
}

.counter-box:hover {
    background: #f1673f;
}

.post__item-desc .readmore {
    margin-top: 10px;
    display: inline-block;
}

svg {}

.swiper-button:after {
    display: none;
}

.swiper-button svg {
    width: 18px;
    height: 28px;
}

.page-about .tamnhin-sumenh>.row:nth-child(even)>.item:nth-child(even) {
    order: 1;
}

.page-about {
    padding-block: 40px;
}

.page-about .description {
    padding-bottom: 25px;
}

.tamnhin-sumenh .title {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 25px;
}

.tamnhin-sumenh .item-container:nth-child(odd) .row>.item:last-child {}

.page-about .tamnhin-sumenh .row {
    /*margin-bottom: 45px;*/
}

.tamnhin-sumenh .item-container:nth-child(odd) .row>.item:last-child .content-box {
    padding-left: 40px;
}

.tamnhin-sumenh .item-container:nth-child(even) .row>.item:last-child .content-box {
    padding-right: 40px;
}

.page-about .tamnhin-sumenh .item-container:nth-child(even) .row>.item:nth-child(odd) {
    order: 2;
}

.tamnhin-sumenh .item-container:nth-child(even) {
    background: #f7f7f7;
    background: var(--color-dark);
}

.tamnhin-sumenh .item-container {
    padding-block: 50px;
}

.tamnhin-sumenh .item-container .row .item:last-child {
    display: flex;
    align-items: center;
}

.tamnhin-sumenh .item-container .row>.item:first-child img {
    height: 350px;
    object-fit: cover;
    transition: 0.4s;
}

.quote .quote-icon:first-child {
    margin-bottom: 10px;
    margin-top: 10px;
}

.quote .quote-icon svg path,
.quote-icon svg path {
    fill: #fff;
}

.uytin .item {
    text-align: center;
    padding: 25px 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    transition: 0.4s;
}

.uytin {
    padding-bottom: 55px;
    padding-top: 30px;
}

.uytin .item:hover {
    transform: translateY(-10px);
    transition: 0.4s;
}

.giaiphap .item .box-thumb img {
    height: 100px;
    object-fit: contain;
    display: inline-block;
}

.giaiphap .item .box-text {
    border: 1px solid;
    margin-top: 25px;
    border-color: #9f9f9f;
    border-radius: 10px;
}

.giaiphap .item .box-text .title {
    background: #9f9f9f;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    font-size: 15px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.giaiphap .item .box-text .desc {
    padding: 15px;
}

.page-about .section-title {
    margin-bottom: 50px;
}

.candidate_one_right {
    position: relative;
    display: block;
    margin-left: 100px;
}

.candidate_one_right_title {
    padding-bottom: 30px;
    color: #fff;
}

.candidate_one_right_title h2 {
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 38px;
}

.candidate_one_signature {
    display: flex;
    align-items: center;
    margin-top: 40px;
    justify-content: center;
}

.candidate_one_signature_text {
    /* margin-left: 45px; */
    position: relative;
    top: -10px;
}

.candidate_one_signature_text p {
    font-size: 20px;
    margin: 0;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
}

.candidate_one .block-title {
    margin-bottom: 50px;
}

.block-title h4 {
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
}

.block-title h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: 700;
    color: var(--primary-color);
}

.block-title p {
    font-size: 17px;
    margin: 0;
    line-height: 26px;
    color: #fff;
}

section.candidate_one {
    padding-top: 50px;
    background: #000000;
}

.giaiphap {
    padding-top: 20px;
}

.uytin .item .title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.single-service-item {
    margin-bottom: 30px;
}

.quote_form .column-title div {
    font-weight: 700;
}

.single-service-item .img-holder img {
    height: 250px;
    object-fit: cover;
}

.home-service .service-items .box-thumb img {
    border-radius: 10px;
    transition: 0.4s;
    height: 335px;
    object-fit: cover;
}

.home-service .service-items .box-thumb {
    border-radius: 10px;
    transition: 0.4s;
}

.home-service .service-items {
    position: relative;
    height: 335px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
}

.home-service .service-items:hover .box-text {
    transform: translateY(-15px);
    transition: 0.4s;
}

.home-service .service-items:hover .box-thumb img {
    transform: scale(1.1);
}

.home-service .service-items:after {
    content: "";
    background: #00000069;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.home-service .service-items .box-text {
    position: absolute;
    bottom: 15px;
    color: #fff;
    padding: 0 20px;
    z-index: 9;
    transition: 0.4s;
}

.home-service .service-items .box-text h4,
.home-service .service-items .box-text .dẻvice-excerpt {}

.home-service .service-items .box-text .icon-btn {
    border: 1px solid;
    padding: 8px 10px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 15px;
    font-size: 13px;
}

.home-service .service-items .box-text .icon-btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.home-service .service-items .box-text .icon-btn:hover svg path {
    /* fill: var(--primary-color); */
}

.home-service .service-items .box-text .icon-btn svg {
    width: 18px;
    height: 18px;
}

.home-service .service-items .box-text .icon-btn svg path {
    fill: #fff;
}

.sing__service .row-item .item .box-text h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 15px;
}

.sing__service .row-item .item {
    text-align: center;
}

.sing__service .row-item .item .box-thumb img {
    display: inline-block;
}

.sing__service .row-item .item {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.hover-trans-top:hover {
    transform: translateY(-15px);
    transition: 0.4s;
}

.hover-trans-top {
    transition: 0.4s;
}

.sing__project .gallery-slider {
    overflow: hidden;
}

.sing__project .gallery {
    position: relative;
}

.sing__project .gallery-thumbs {
    margin-top: 10px;
    overflow: hidden;
}

.sing__project .gallery-slider {
    position: relative;
}

.funfact-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    /* line-height: 96px; */
    /* font-size: 50px; */
    color: #fff;
    text-align: center;
    border-radius: 50%;
    /* margin-right: 30px; */
    margin-bottom: 0;
}

.funfact-block-one .inner-box {
    text-align: center;
}

.funfact-block-one .inner-box .text h3 {
    font-size: 17px;
    /* font-weight: 600; */
    min-height: 77px;
    padding: 0 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.funfact-block-one .inner-box .count-outer {
    position: relative;
    font-size: 50px;
    line-height: unset;
    /* font-family: 'Monda', sans-serif; */
    font-weight: 700;
    color: #1c1c1c;
    /* margin-right: 30px; */
}

section.counter-up {
    padding: 45px 0;
    background: #000000;
}

section.home-slide {
    overflow: hidden;
    position: relative;
}

.funfact-block-one {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
    padding: 10px;
    border-radius: 10px;
}

.custom__list .post__item-desc {
    padding: 10px;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
    background: #fff;
}

.custom__list .post__item:hover .readmore path {
    fill: #fff;
}

.footer__item-logo img {
    height: 90px;
    object-fit: contain;
}

.footer__item svg {
    width: 20px;
    height: 20px;
}

.footer__item a {
    font-weight: 500;
    font-size: 15px;
}

.footer__item svg {
    margin-right: 5px;
}

.footer__item svg path {
    fill: #fff;
}

.funfact-block-one {
    margin-bottom: 20px;
    background: #fff;
}

.swiper-button-prev.swiper-button {
    left: -80px;
}

.swiper-button {
    width: 80px;
    height: 40px;
    border-radius: 50px;
    background: #e9e9e9;
}

.header__left .btn-menu svg path {
    fill: #000
}

.header__left-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.giaiphap .item {
    margin-bottom: 30px;
}

.header {
    position: relative;
}

.mySwiper2 .swiper-button-next.swiper-button {
    right: 10px;
}

.mySwiper2 .swiper-button-prev.swiper-button {
    left: 10px;
}

.home-slide .swiper-button-prev.swiper-button {
    left: 10px;
    width: 50px;
}

.home-slide .swiper-button {
    top: 50%;
    transform: translateY(-50%);
}

.home-slide .swiper-button-next.swiper-button {
    right: 10px;
    width: 50px;
}

.candidate_one_signature .candidate_one_signature_img {
    display: none;
}

.wrap-dichvu-detail {
    /* margin-top: 80px; */
    background: #000000;
    padding-top: 80px;
}

.wrap-dichvu-detail-content {
    margin-bottom: 35px;
}

.wrap-album-title,
.wrap-quytrinhdutoan-title,
.wrap-dichvu-detail-content {
    font-size: 32px;
    margin-bottom: 30px;
    /* font-family: 'Prata'; */
    font-weight: 600;
    text-transform: uppercase;
}

.number-count-content {
    position: relative;
    z-index: 1;
}

.wrap-dichvu-detail-box .box {
    /* padding: 20px 0px 0 0; */
    position: relative;
}

.wrap-dichvu-detail-box .box:first-child {
    /* padding-top: 40px; */
}

.wrap-dichvu-detail-box .box:last-child {
    /* padding-bottom: 30px; */
}

.wrap-dichvu-detail-box .box-content {
    width: 45%;
}

.wrap-dichvu-detail-box .box-thumb {
    width: 50%;
}

.flex-box {
    display: flex;
    justify-content: space-between;
}

.wrap-dichvu-detail-box .box-title {
    font-weight: unset;
    font-size: 18px;
    position: relative;
    display: block;
    padding-left: 35px;
    cursor: pointer;
    margin-bottom: 10px;
    font-weight: 500;
    color: #000;
    color: #fff;
    text-transform: uppercase;
}

.wrap-dichvu-detail-box .box-title i {
    font-style: normal;
    color: #000;
    color: #fff;
}

.btn-extend-tmp {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: calc(50% - 10px);
    left: 0px;
    width: 20px;
    height: 20px;
}

.btn-extend-tmp span:nth-child(1) {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #f1673f;
    animation: flashX 2s ease-in infinite;
}

.btn-extend-tmp span:nth-child(1):before {
    left: 0px;
    top: -1px;
}

.btn-extend-tmp span:after,
.btn-extend-tmp span:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #f1673f;
    border-radius: 50%;
}

.btn-extend-tmp span:nth-child(1):after {
    right: 0px;
    top: -1px;
}

.btn-extend-tmp span:nth-child(2) {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 1px;
    height: 100%;
    background-color: #f1673f;
    animation: flashY 2s ease-in infinite;
}

.btn-extend-tmp span:nth-child(2):before {
    top: 0px;
    left: -1px;
}

.btn-extend-tmp span:nth-child(2):after {
    bottom: 0px;
    left: -1px;
}

@keyframes flashX {
    0% {
        width: 100%;
    }
    50% {
        width: 3px;
    }
    100% {
        width: 100%;
    }
}

@keyframes flashY {
    0% {
        height: 100%;
    }
    50% {
        height: 3px;
    }
    100% {
        height: 100%;
    }
}

.wrap-dichvu-detail-box .box-desc {
    color: #333;
    /* line-height: 1.4; */
    margin: 50px 0px 50px 30px;
    /* max-width: 300px; */
    color: #fff;
}

.wrap-dichvu-detail-box .box-desc ul,
.wrap-dichvu-detail-box .box-desc ol {
    list-style: inherit;
    padding-left: 20px;
}

.wrap-dichvu-detail-box .btn-slider {
    margin-left: 30px;
    /* margin-bottom: 35px; */
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #000;
    font-size: 16px;
    color: #fff;
}

.btn-slider {
    display: inline-block;
    font-size: 18px;
}

.btn-slider img {
    margin-left: 15px;
    animation: shake 5s linear infinite;
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

.wrap-dichvu-detail-box .box.active .box-thumb {
    /*display: block!important;*/
}

.wrap-dichvu-detail-box .box .box-thumb {
    display: none;
}

.wrap-dichvu-detail-box .box.active .box-thumb {
    display: block;
}

.wrap-dichvu-detail-box .box {
    background: #f5f5f5ad;
    padding: 25px 0;
    background: #000000;
}

.wrap-dichvu-detail-box .box.active {
    background: #f5f5f5;
    background: #000000;
}

.wrap-dichvu-detail-box .box.active .box-thumb img {
    height: 275px;
    object-fit: contain;
    object-position: right;
}

.wrap-dichvu-detail-content {
    color: var(--primary-color);
}

.wrap-quytrinhthietke {
    margin-top: 80px;
    /* background: #f8f8f8; */
    padding: 40px 0;
}

.number-count-p {
    position: relative;
}

.wrap-quytrinhthietke-title {
    font-size: 26px;
    margin-bottom: 50px;
    font-weight: 500;
    color: var(--primary-color);
    );
    text-align: center;
}

.number-count-content {
    position: relative;
    z-index: 1;
}

.wrap-quytrinhthietke-1366 {
    /*background: url(https://phongcachmoc.vn/images/bg-quytrinhthietke-line.png) repeat-x left center;*/
}

.wrap-quytrinhthietke .wrap-quytrinhthietke-box .box,
.wrap-quytrinhdutoan .wrap-quytrinhthietke-box .box {
    min-height: 480px;
}

.wrap-quytrinhthietke-box .box {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 25%;
    max-width: 25%;
}

.box-type-1,
.box-type-3,
.box-type-5 {
    align-self: flex-end;
    justify-content: flex-end;
}

.quytrinhthietke-box-thumb {
    display: inline-block;
    /* border-radius: 50%; */
    overflow: hidden;
}

.quytrinhthietke-box-thumb img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    display: inline-block;
}

.box-type-1 .quytrinhthietke-box-content,
.box-type-3 .quytrinhthietke-box-content {
    position: relative;
    margin-top: 80px;
}

.wrap-quytrinhthietke-box {
    display: flex;
    justify-content: space-between;
}

.quytrinhthietke-box-title {
    font-size: 20px;
    font-weight: 600;
}

.quytrinhthietke-box-nd {
    font-size: 15px;
    margin-top: 5px;
}

.quytrinhthietke-box-content .line {
    content: '';
    position: absolute;
    width: 1px;
    background-color: var(--primary-color);
}

.box-type-2 .quytrinhthietke-box-content .line,
.box-type-4 .quytrinhthietke-box-content .line {
    left: 53px;
    top: 100%;
    height: 160px;
    margin-top: 10px;
}

.box-type-1 .quytrinhthietke-box-content .line:after,
.box-type-3 .quytrinhthietke-box-content .line:after,
.box-type-5 .quytrinhthietke-box-content .line:after {
    top: 0px;
}

.box-type-1 .quytrinhthietke-box-content .line,
.box-type-3 .quytrinhthietke-box-content .line {
    left: 35px;
    bottom: 100%;
    height: 160px;
    margin-bottom: 10px;
}

.box-type-2 .quytrinhthietke-box-content .line,
.box-type-4 .quytrinhthietke-box-content .line {
    left: 53px;
    top: 100%;
    height: 160px;
    margin-top: 10px;
}

.box-type-1 .quytrinhthietke-box-content .line:after,
.box-type-3 .quytrinhthietke-box-content .line:after,
.box-type-5 .quytrinhthietke-box-content .line:after {
    top: 0px;
}

.quytrinhthietke-box-content .line:after {
    content: '';
    position: absolute;
    left: -3px;
    width: 7px;
    height: 7px;
    border: 4px solid;
    border-radius: 50%;
    border-color: var(--primary-color);
}

.wrap-quytrinhthietke-box>.box:nth-child(even) .quytrinhthietke-box-content {
    order: 1;
}

.wrap-quytrinhthietke-box>.box:nth-child(even) .quytrinhthietke-box-thumb {
    order: 1;
}

.box-type-2,
.box-type-4,
.box-type-6 {
    align-self: flex-start;
    justify-content: flex-end;
}

.box-type-2,
.box-type-4,
.box-type-6 {
    flex-direction: column-reverse !important;
}

.box-type-2 .quytrinhthietke-box-content,
.box-type-4 .quytrinhthietke-box-content {
    position: relative;
    margin-bottom: 103px;
}

.box-type-5 .quytrinhthietke-box-content .line {
    left: 50px;
    bottom: 100%;
    height: 160px;
    margin-bottom: 10px;
}

.box-type-5 .quytrinhthietke-box-content {
    position: relative;
    margin-top: 77px;
}

.box-type-6 .quytrinhthietke-box-content {
    position: relative;
    margin-bottom: 90px;
}

.box-type-6 .quytrinhthietke-box-content .line {
    left: 35px;
    top: 100%;
    height: 160px;
    margin-top: 10px;
}

.box-type-2 .quytrinhthietke-box-content .line:after,
.box-type-4 .quytrinhthietke-box-content .line:after,
.box-type-6 .quytrinhthietke-box-content .line:after {
    bottom: 0px;
}

.sing__service {
    margin-bottom: 0;
}

.about-area span.sub-title {
    position: relative;
    margin-bottom: 15px;
    display: block;
    font-size: 19px;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 0;
}

span.sub-title:before {
    margin-right: 30px;
}

span.sub-title:after,
span.sub-title:before {
    display: inline-block;
    content: "";
    width: 50px;
    height: 3px;
    background-color: var(--primary-color);
    vertical-align: middle;
}

span.sub-title:after {
    display: none;
}

.about-img-box-one {
    min-height: 500px;
    position: relative;
    margin-left: 120px;
}

.about-img-box-one .about-img-one {
    position: absolute;
    top: 90px;
    right: 47%;
}

.about-area .row {
    align-items: center;
}

.about-content-box .btn-slider,
.candidate_one .btn-slider {
    display: flex;
    align-items: center;
    margin-top: 19px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.about-area {
    padding-top: 50px;
    background: #f5f5f5ad;
    padding-bottom: 50px;
    background: #000000;
}

.about-img-box-one .about-img-one img {
    height: 160px;
    object-fit: cover;
    width: 160px;
}

.about-img-box-one .about-img-two {
    position: absolute;
    top: 0;
    right: 0;
}

.about-img-box-one .about-img-two img {
    height: 270px;
    width: 270px;
}

.about-img-box-one .about-img-three {
    position: absolute;
    bottom: 0;
    right: 50px;
    max-width: 340px;
    width: 100%;
}

.about-img-box-one .about-img-three img {
    height: 200px;
    object-fit: cover;
}

.about-area .section-title h2 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
}

.page-about .first-box {
    /*margin-top: 50px;*/
}

.title-animate_animation {
    background: -webkit-linear-gradient(25deg, #eee, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--primary-color);
    font-size: 3rem;
    font-weight: bolder;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.text-animation {
    animation: type 1.5s steps(90) 1.5s 1 normal both, cursor 1s step-end infinite;
}

.about-content-box .desc * {
    color: #fff;
}

body.home {
    background: #000000;
}

.title-top {
    display: none;
}

.desc {
    color: #fff;
}

.services-section {
    background: transparent!important;
}

@keyframes type {
    from {
        width: 0;
        border-right: 2px solid;
    }
    to {
        width: 100%;
        border-right: 0;
    }
}

.bring-value .title,
.bring-value .disc,
.single__content *,
.page-contact * {
    color: #fff;
}

.page__404-content * {
    color: #fff;
}

.page-contact .iframe-map {
    padding-top: 30px;
}

@keyframes cursor {
    50% {
        border-color: transparent;
    }
    100% {
        opacity: 0;
    }
}

.services-section .btn-readmore {
    border: 1px solid;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 15px;
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.services-section .readmore {
    margin-top: 15px;
}

.services-section .btn-readmore:hover {
    opacity: .8;
}

.services-section .heading-title {
    color: var(--primary-color);
}

.post__related .heading-title {
    color: var(--primary-color);
}

.header__left-btn button {
    background: var(--primary-color);
    border-radius: 5px;
}

@media (max-width: 1024px) {
    .swiper-button-next.swiper-button {
        right: 0;
    }
    .page__banner-title .title-animate {
        font-size: 18px;
    }
    .swiper-button-prev.swiper-button {
        left: 0;
    }
    .swiper-button {
        width: 50px!important;
    }
    .header__left-btn {
        display: inline-block!important;
    }
    .tamnhin-sumenh .item-container:nth-child(odd) .row>.item:last-child .content-box {
        padding-left: 0;
        padding-top: 20px;
    }
    .tamnhin-sumenh .item-container:nth-child(even) .row>.item:last-child .content-box {
        padding-right: 0;
    }
    .page-about .tamnhin-sumenh .item-container:nth-child(odd) .row>.item:nth-child(odd) {
        order: 1;
    }
    .page-about .tamnhin-sumenh .item-container:nth-child(even) .row>.item:nth-child(even) {
        order: 2;
        padding-top: 20px;
    }
    .page-about .tamnhin-sumenh .item-container:nth-child(odd) .row>.item:nth-child(even) {
        order: 2;
    }
    .page-about .tamnhin-sumenh .item-container:nth-child(even) .row>.item:nth-child(odd) {
        order: 2;
    }
    .bring-value .row:nth-child(odd) .col-lg-4 {
        order: 1;
    }
    .bring-value .row:nth-child(odd) .col-lg-8 {
        order: 2;
    }
    .different-value .content,
    .bring-value .content {
        padding-top: 15px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .single-service-item .text {
        padding: 20px 20px!important;
    }
    .why-choose-use-area .right-absolute-area {
        position: relative!important;
        margin-bottom: 45px!important;
    }
    .section-title .title {
        font-size: 23px;
    }
    .funfact-block {
        flex: 0 0 auto;
        width: 33%;
    }
    .funfact-block-one .inner-box .text h3 {
        min-height: 100px;
    }
}

@media (max-width: 1024px) and (min-width: 992px) {
    .about-img-box-one .about-img-two img {
        width: 210px;
    }
    .about-img-box-one {
        margin-left: 60px;
    }
    .bring-value .row:nth-child(odd) .col-lg-4 {
        order: 2;
    }
    .bring-value .row:nth-child(odd) .col-lg-8 {
        order: 1;
    }
    .page-about .tamnhin-sumenh .item-container:nth-child(odd) .row>.item:nth-child(even) {
        order: 1;
    }
    .page-about .tamnhin-sumenh .item-container:nth-child(odd) .row>.item:nth-child(odd) {
        order: 2;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .candidate_one_img {
        text-align: center;
    }
    .candidate_one_img img {
        display: inline-block;
    }
    .candidate_one_signature {
        justify-content: center;
    }
    .candidate_one_right {
        margin-left: 0;
    }
    .about-img-box-one {
        margin-left: 0;
    }
    .about-img-box-one .about-img-one img {
        width: 275px;
    }
    .about-img-box-one .about-img-one {
        right: unset;
        left: 5%;
    }
    .about-img-box-one .about-img-two img {
        width: 335px;
    }
}

@media (min-width: 1366px) {
    .main-gallery .swiper-button-prev {
        left: -90px!important;
    }
    .main-gallery .swiper-button-next {
        right: -90px!important;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .why-choose-use-area .right-absolute-area {
        position: absolute;
        right: 0;
        top: 50%;
        width: 45%;
        transform: translateY(-50%);
    }
    .quote_form .column-title div {
        font-weight: 700;
        font-size: 27px;
    }
    .funfact-block-one .inner-box .text h3 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .about-img-box-one .about-img-three,
    .about-img-box-one .about-img-one,
    .about-img-box-one .about-img-two {
        position: unset;
        margin-bottom: 10px;
    }
    .wrap-dichvu-detail-box .box .flex-box {
        display: block;
    }
    .wrap-dichvu-detail-box .box-desc {
        /* color: #333; */
        margin: 20px 0 15px 5px;
    }
    .wrap-dichvu-detail-box .box-content {
        width: 100%;
    }
    .wrap-dichvu-detail-box .box-thumb {
        width: 100%;
        margin-top: 15px;
    }
    .wrap-dichvu-detail-box .box.active .box-thumb img {
        object-position: unset;
    }
    .wrap-dichvu-detail-box .btn-slider {
        margin-left: 10px;
    }
    .about-area .section-title h2 {
        font-size: 23px;
    }
    .about-img-box-one {
        min-height: unset;
        margin-left: 0;
    }
    .home-slide .slider-home img {
        height: 400px;
        object-fit: cover;
    }
    .quote_form {
        padding: 40px 20px 40px!important;
    }
    .quote_form .column-title div {
        font-size: 24px;
    }
    .quote_form .row-col {
        width: 100% !important;
    }
    .why-choose-use-area .right-absolute-area {
        position: relative!important;
        margin-bottom: 40px;
    }
    .candidate_one_right {
        margin-left: 0!important;
    }
    .candidate_one_signature {
        display: block!important;
        text-align: center;
    }
    .candidate_one_signature_img {
        text-align: center;
    }
    .candidate_one_signature_img img {
        display: inline-block;
    }
    .candidate_one_right_title h2 {
        font-size: 27px;
    }
    .single-service-item .text {
        padding: 25px 20px!important;
    }
    .section-title .title {
        font-size: 23px;
    }
    .rts-section-gap {
        padding-top: 0;
    }
    section.reason-page {
        padding-top: 0;
        padding-bottom: 35px;
    }
    .rts-easy-step-area .row>div {
        margin-top: 40px!important;
    }
    .archive__service {
        padding-bottom: 0;
    }
    .services-page {
        padding-top: 40px;
    }
}


/* Cursor Styling */

.output {
    /* text-align:center; */
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 700;
}

.output p {
    /* text-align:center; */
    color: var(--primary-color);
    font-size: 30px;
}

.output .cursor::after {
    content: '';
    display: inline-block;
    margin-left: 3px;
    background-color: var(--primary-color);
    animation-name: blink;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
}

.output h2.cursor::after {
    height: 24px;
    width: 13px;
}

.output p.cursor::after {
    height: 24px;
    width: 13px;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.righti-content-area .wpforms-confirmation-container-full p {
    color: #000!important;
}


/* Cursor Styling */