.section-index {
    padding: 60px 0;
}
@media (max-width: 767px) {
    .section-index {
        padding: 40px 0;
    }
}
.section_slider .swiper-container {
    position: relative;
}
.section_slider .swiper-container .swiper-pagination-bullets {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.section_slider
    .swiper-container
    .swiper-pagination-bullets
    .swiper-pagination-bullet {
    box-shadow: none;
    outline: 0;
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.2);
    padding: 0;
    font-size: 0;
    opacity: 1;
}
.section_slider
    .swiper-container
    .swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transition: all 0.2s;
    background: var(--mainColor);
}
.section_slider .swiper-container .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    right: 8px;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translate(32px, -50%);
    -ms-transform: translate(32px, -50%);
    transform: translate(32px, -50%);
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
@media (max-width: 1199px) {
    .section_slider .swiper-container .swiper-button-next {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 1025px) {
    .section_slider .swiper-container .swiper-button-next {
        width: 36px;
        height: 36px;
    }
}
.section_slider .swiper-container .swiper-button-next svg {
    width: 100%;
    height: 100%;
}
.section_slider .swiper-container .swiper-button-next svg path {
    stroke: #fff;
}
.section_slider .swiper-container .swiper-button-next:after {
    display: none;
}
.section_slider .swiper-container .swiper-button-next:hover {
    background-color: var(--subColor);
}
@media (max-width: 767px) {
    .section_slider .swiper-container .swiper-button-next {
        display: none;
    }
}
.section_slider .swiper-container .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    left: 8px;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translate(-32px, -50%) rotate(180deg);
    -ms-transform: translate(-32px, -50%) rotate(180deg);
    transform: translate(-32px, -50%) rotate(180deg);
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
@media (max-width: 1199px) {
    .section_slider .swiper-container .swiper-button-prev {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 1025px) {
    .section_slider .swiper-container .swiper-button-prev {
        width: 36px;
        height: 36px;
    }
}
.section_slider .swiper-container .swiper-button-prev svg {
    width: 100%;
    height: 100%;
}
.section_slider .swiper-container .swiper-button-prev svg path {
    stroke: #fff;
}
.section_slider .swiper-container .swiper-button-prev:after {
    display: none;
}
.section_slider .swiper-container .swiper-button-prev:hover {
    background-color: var(--subColor);
}
@media (max-width: 767px) {
    .section_slider .swiper-container .swiper-button-prev {
        display: none;
    }
}
@media (max-width: 767px) {
    .section_slider .swiper-container .swiper-button-next,
    .section_slider .swiper-container .swiper-button-prev {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .section_slider .swiper-container .swiper-button-next:after,
    .section_slider .swiper-container .swiper-button-prev:after {
        font-size: 1.2rem;
    }
}
.section_slider .swiper-container .swiper-button-lock {
    display: none !important;
}
.section_slider .swiper-container .swiper-button-disabled {
    opacity: 0.35;
}
.section_slider .swiper-container:hover .swiper-button-next {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section_slider
    .swiper-container:hover
    .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
}
.section_slider .swiper-container:hover .swiper-button-prev {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.section_slider
    .swiper-container:hover
    .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
}
.section_slider .swiper-container:hover .swiper-button-prev.swiper-button-lock {
    display: none;
}
.section_slider
    .swiper-container
    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 8px;
    min-height: 20px;
}
.section_slider .swiper-container .swiper-slide {
    background: #fff;
    overflow: hidden;
    aspect-ratio: 1920/1069;
    position: relative;
}
@media (max-width: 767px) {
    .section_slider .swiper-container .swiper-slide {
        aspect-ratio: 825/1069;
    }
}
.section_slider .swiper-container .swiper-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0px;
    left: 0px;
    z-index: 1;
}
.section_slider .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    position: relative;
}
.section_slider .thumb-slider-text {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 1170px;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    z-index: 1;
    padding-right: 15px;
    padding-left: 15px;
    /* padding-bottom: 100px; */
    background-color: #00000063;
    border-radius: 60px;
}
@media (max-width: 1199px) {
    .section_slider .thumb-slider-text {
        max-width: 92%;
    }
}
@media (max-width: 992px) {
    .section_slider .thumb-slider-text {
        top: 60%;
    }
}
@media (max-width: 767px) {
    .section_slider .thumb-slider-text {
        padding-right: 10px;
        padding-left: 10px;
        padding: 50px 10px;
    }
}
.section_slider .thumb-slider-text .slider-text {
    text-align: left;
    color: #fff;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}
.section_slider .thumb-slider-text .slider-text .logo-banner {
    margin: clamp(12px, 2.2vw, 22px) auto clamp(24px, 6vw, 80px);
}
.section_slider .thumb-slider-text .slider-text .logo-banner img {
    width: clamp(130px, 15vw, 215px);
    height: auto;
    max-width: 100%;
}
.section_slider .thumb-slider-text .slider-text .title-hero {
    margin-bottom: 24px;
    font-family: "SVN-Poppins", sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.section_slider .thumb-slider-text .slider-text .title-hero .title-line {
    display: block;
    font-size: clamp(1.6rem, 2.4vw, 3.8rem);
    line-height: 1.08;
    font-weight: 600;
}
.section_slider .thumb-slider-text .slider-text .title-hero .title-row {
    margin-top: 8px;
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
}
.section_slider .thumb-slider-text .slider-text .title-hero .title-main {
    display: block;
    font-size: clamp(3.2rem, 6.2vw, 10rem);
    line-height: 1.4;
    font-family: "1FTV-VIP-Dark-Moon", sans-serif;
    font-weight: 800;
    color: #fdead0;
    background: linear-gradient(to right, #fdead0 0%, #c8a16f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.section_slider .thumb-slider-text .slider-text .title-hero .title-side {
    display: block;
    font-size: clamp(1.8rem, 2.8vw, 4.55rem);
    font-weight: 400;
    line-height: 1.02;
    margin-top: 15px;
}
@media (max-width: 1400px) {
    .section_slider .thumb-slider-text .slider-text .title-hero .title-line {
        font-size: 4.8rem;
    }
    .section_slider .thumb-slider-text .slider-text .title-hero .title-main {
        font-size: 7.4rem;
    }
    .section_slider .thumb-slider-text .slider-text .title-hero .title-side {
        font-size: 4rem;
        margin-top: 0;
    }
}
@media (max-width: 1199px) {
    .section_slider .thumb-slider-text .slider-text .logo-banner {
        margin-bottom: 18px;
    }
    .section_slider .thumb-slider-text .slider-text .title-hero {
        margin-bottom: 20px;
    }
    .section_slider .thumb-slider-text .slider-text .title-hero .title-line {
        font-size: 3.8rem;
    }
    .section_slider .thumb-slider-text .slider-text .title-hero .title-row {
        gap: 20px;
    }
    .section_slider .thumb-slider-text .slider-text .title-hero .title-main {
        font-size: 5.8rem;
    }
    .section_slider .thumb-slider-text .slider-text .title-hero .title-side {
        font-size: 3.2rem;
    }
}
@media (max-width: 992px) {
    .section_slider .thumb-slider-text .slider-text .title-hero {
        margin-bottom: 16px;
    }
    .section_slider .thumb-slider-text .slider-text .title-hero .title-line {
        font-size: 2.9rem;
    }
    .section_slider .thumb-slider-text .slider-text .title-hero .title-row {
        gap: 14px;
    }
    .section_slider .thumb-slider-text .slider-text .title-hero .title-main {
        font-size: 4.3rem;
    }
    .section_slider .thumb-slider-text .slider-text .title-hero .title-side {
        font-size: 2.4rem;
    }
}
@media (max-width: 767px) {
    .section_slider .thumb-slider-text .slider-text .logo-banner {
        margin-bottom: 12px;
        display: none;
    }
    .section_slider .thumb-slider-text .slider-text .logo-banner img {
        width: 120px;
    }
    .section_slider .thumb-slider-text .slider-text .title-hero {
        margin-bottom: 12px;
        text-align: center;
    }
    .section_slider .thumb-slider-text .slider-text .title-hero .title-line {
        font-size: 2rem;
    }
    .section_slider .thumb-slider-text .slider-text .title-hero .title-row {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        gap: 8px;
        margin-top: 6px;
    }
    .section_slider .thumb-slider-text .slider-text .title-hero .title-main {
        font-size: 4rem;
    }
    .section_slider .thumb-slider-text .slider-text .title-hero .title-side {
        font-size: 2.3rem;
        line-height: 1.1;
        margin-top: 0;
    }
}
.section_slider .thumb-slider-text .slider-text .slider-one_button {
    position: relative;
    gap: 5px;
    display: inline-block;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.section_slider .thumb-slider-text .slider-text .slider-one_video {
    position: relative;
}
.section_slider
    .thumb-slider-text
    .slider-text
    .slider-one_button
    .slider-one_video:before {
    position: absolute;
    content: "";
    left: -16px;
    top: 50%;
    height: 20px;
    width: 20px;
    transform: translateY(-50%);
    background-color: #fff;
}
.section_slider .thumb-slider-text .slider-text .slider-one_button {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    -ms-transition-delay: 1400ms;
    -o-transition-delay: 1400ms;
    transition-delay: 1400ms;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.section_slider .thumb-slider-text .slider-text .play-box {
    position: relative;
}
.section_slider .thumb-slider-text .slider-text .play-box:hover .fa {
    background-color: var(--subColor);
}
.section_slider .thumb-slider-text .slider-text .play-box .fa {
    position: relative;
    width: 62px;
    height: 62px;
    margin-top: 3px;
    font-size: 18px;
    line-height: 47px;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    text-align: center !important;
    border: 6px solid #fff;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background-color: var(--mainColor);
}
@media (max-width: 992px) {
    .section_slider .thumb-slider-text .slider-text .play-box .fa {
        width: 45.5px;
        height: 45.5px;
        line-height: 38.5px;
        border: 3px solid #fff;
        margin-top: 0px;
    }
}
@media (max-width: 767px) {
    .section_slider .thumb-slider-text .slider-text .play-box .fa {
        width: 36px;
        height: 36px;
        line-height: 28px;
        border: 2px solid #fff;
    }
}
.section_slider .thumb-slider-text .slider-text .play-box .fa svg {
    width: 20px;
    height: 20px;
}
@media (max-width: 992px) {
    .section_slider .thumb-slider-text .slider-text .play-box .fa svg {
        width: 18px;
        height: 18px;
    }
}
@media (max-width: 767px) {
    .section_slider .thumb-slider-text .slider-text .play-box .fa svg {
        width: 16px;
        height: 16px;
    }
}
.section_slider .thumb-slider-text .slider-text .play-box .fa svg path {
    fill: #fff;
}
.section_slider .thumb-slider-text .slider-text .btn-style-two {
    position: relative;
    font-weight: 700;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
    padding: 20px 48px;
    border-radius: 50px;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    background-color: #fff;
}
@media (max-width: 992px) {
    .section_slider .thumb-slider-text .slider-text .btn-style-two {
        padding: 10px 30px;
    }
}
@media (max-width: 767px) {
    .section_slider .thumb-slider-text .slider-text .btn-style-two {
        padding: 5px 20px;
    }
}
.section_slider .thumb-slider-text .slider-text .btn-style-two:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background-color: var(--mainColor);
}
.section_slider .thumb-slider-text .slider-text .btn-style-two:hover:before {
    top: 0%;
}
.section_slider .thumb-slider-text .slider-text .btn-style-two .btn-wrap {
    position: relative;
    z-index: 1;
    float: left;
    overflow: hidden;
    display: inline-block;
}
.section_slider
    .thumb-slider-text
    .slider-text
    .btn-style-two
    .btn-wrap
    .text-one {
    position: relative;
    display: block;
    color: #000;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.section_slider
    .thumb-slider-text
    .slider-text
    .btn-style-two:hover
    .btn-wrap
    .text-one:first-child {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}
.section_slider
    .thumb-slider-text
    .slider-text
    .btn-style-two
    .btn-wrap
    .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.section_slider
    .thumb-slider-text
    .slider-text
    .btn-style-two:hover
    .btn-wrap
    .text-two {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section_slider
    .thumb-slider-text
    .slider-text
    .btn-style-two:hover
    .btn-wrap
    .text-two {
    color: #fff;
}
.section_slider .thumb-slider-text .slider-text .btn-style-two:hover:before {
    top: -40%;
}
.section_slider .thumb-slider-text .scroll-indicator {
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    width: 30px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 22px;
    background: rgba(131, 16, 23, 0.55);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 9px;
    z-index: 2;
}
.section_slider .thumb-slider-text .scroll-indicator .scroll-indicator-dot {
    width: 4px;
    height: 12px;
    border-radius: 3px;
    background: #fff;
    display: block;
    animation: scrollWheel 1.6s ease-in-out infinite;
}
@keyframes scrollWheel {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    70% {
        transform: translateY(9px);
        opacity: 0.35;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@media (max-width: 1199px) {
    .section_slider .thumb-slider-text .scroll-indicator {
        bottom: -68px;
    }
}
@media (max-width: 767px) {
    .section_slider .thumb-slider-text .scroll-indicator {
        width: 24px;
        height: 40px;
        border-radius: 18px;
        padding-top: 7px;
        bottom: -52px;
    }
    .section_slider .thumb-slider-text .scroll-indicator .scroll-indicator-dot {
        height: 9px;
    }
}
.section_slider .swiper-slide-active {
    overflow: hidden;
}
.section_slider .swiper-slide-active .slider-text {
    animation: backInUp 2.5s both;
}
@keyframes backInUp {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.section_slider .m_white_bg_module {
    background: #fff;
    padding: 1rem;
    margin: auto !important;
    border-radius: 5px;
}
.section_slider .popup_video {
    top: 0 !important;
    left: 0;
    visibility: hidden;
    z-index: 0;
    opacity: 0;
    transition: all 0.5s;
    pointer-events: none;
    height: 100%;
    width: 100%;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section_slider .popup_video.open {
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.section_slider .popup_video .b_video {
    width: 800px;
    max-width: calc(100% - 10px);
}
.section_slider .popup_video .b_video .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.section_slider .popup_video .b_video .embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.section_slider .popup_video .b_video .embed-responsive::before {
    display: block;
    content: "";
}
.section_slider .popup_video .b_video .embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.section_slider .popup_video .max-100 {
    position: relative;
    max-width: 100%;
}
.section_slider .popup_video .close_video {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    z-index: 2;
}
@media (min-width: 768px) {
    .section_slider .popup_video .close_video {
        right: -6px;
        top: -12px;
        transition: all 0.3s;
        position: absolute;
    }
}
.section_slider .popup_video .close_video img {
    max-width: 16px;
    filter: brightness(0);
}
@media (min-width: 768px) {
    .section_slider .popup_video .close_video:hover {
        transform: scale(1.1) rotate(360deg);
    }
}
.section_services .section-title-project {
    text-align: left;
    margin-bottom: -5px;
}
.section_services .section-title-project .sub_title {
    font-size: 1.4rem;
    color: var(--mainColor);
    position: relative;
    font-weight: 700;
    display: flex;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    padding-left: 60px;
}
.section_services .section-title-project .sub_title::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 12px;
    width: 50px;
    height: 1px;
    border-bottom: 1px dashed var(--mainColor);
}
.section_services .section-title-project h2 {
    color: var(--textColor);
    font-size: 4rem;
    font-weight: 800;
    line-height: 56px;
    z-index: 2;
    position: relative;
    font-family: "Raleway", sans-serif;
}
@media (max-width: 1025px) {
    .section_services .section-title-project h2 {
        font-size: 3rem;
        line-height: 48px;
    }
}
@media (max-width: 767px) {
    .section_services .section-title-project h2 {
        font-size: 2rem;
        line-height: 36px;
    }
}
.section_services .desc {
    color: var(--textColor);
    font-size: 1.6rem;
    display: block;
    margin-bottom: 20px;
}
@media (max-width: 1025px) {
    .section_services .desc {
        margin-bottom: 15px;
        font-size: 1.4rem;
    }
}
.section_services .box_see_service {
    margin-top: 25px;
    display: block;
    text-align: center;
}
.section_services .property-card-wrap10 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 20px;
    overflow: hidden;
}
.section_services .property-card-wrap10 .property-card8 {
    width: 100%;
}
@media (max-width: 992px) {
    .section_services .property-card-wrap10 {
        padding: 0px 10px;
    }
    .section_services .property-card-wrap10 .property-card8 {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .section_services .property-card-wrap10 {
        gap: 25px;
    }
}
.section_services .property-card8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #77121d;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
}
.section_services .property-card8 .property-card-thumb {
    width: 50%;
    overflow: hidden;
    height: 100%;
}
.section_services .property-card8 .property-card-thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 767px) {
    .section_services .property-card8 .property-card-thumb {
        width: 100%;
        height: auto;
    }
}
.section_services .property-card8 .property-card-details {
    width: 50%;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
}
.section_services .property-card8 .property-card-details .bg_pos {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
    max-width: 300px;
}
.section_services .property-card8 .property-card-details .bg_pos img {
    height: 100%;
}
@media (min-width: 992px) {
    .section_services .index_car3 .bg_pos,
    .section_services .index_car4 .bg_pos {
        right: 0px;
        left: 0px;
        transform: scaleX(-1);
    }
}
.section_services .property-card8 .property-card-details {
    padding: 20px 50px;
}
@media (max-width: 992px) {
    .section_services .property-card8 .property-card-details {
        padding: 15px;
    }
}
@media (max-width: 767px) {
    .section_services .property-card8 .property-card-details {
        width: 100%;
    }
}
.section_services .property-card8 .property-card-details:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    width: 30px;
    height: 60px;
    border-right: solid 30px #000;
    border-bottom: solid 30px transparent;
    border-top: solid 30px transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
@media (max-width: 767px) {
    .section_services .property-card8 .property-card-details:after {
        display: none;
    }
}
.section_services .property-card8 .property-card-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}
.section_services .property-card8 .property-card-title a {
    color: #fff;
}
.section_services .property-card8 .property-card-text {
    margin-bottom: 8px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 1.6rem;
    position: relative;
    z-index: 2;
    color: #b3b3b3;
}
.section_services .property-card8:hover .property-card-title a:hover {
    color: var(--mainColor);
}
.section_services .button-more {
    transition: all 0.3s ease-in-out;
    font-size: 1.4rem;
    font-weight: 400;
    border-radius: 40px;
    padding: 3px 10px;
    margin: 5px 0px 0px;
    display: inline-block;
    position: relative;
    z-index: 2;
    border: 1px solid #fff;
    background-color: #fff;
}
.section_services .button-more svg {
    margin-left: 5px;
    width: 13px;
    height: 13px;
    vertical-align: -1px;
}
.section_services .button-more svg path {
    fill: #000;
    transition: all 0.3s ease-in-out;
}
.section_services .button-more:hover {
    background-color: var(--mainColor);
    border-color: var(--mainColor);
    color: #fff;
}
.section_services .button-more:hover svg path {
    fill: #fff;
}
.section_services .property-card8:nth-child(4n + 3),
.section_services .property-card8:nth-child(4n + 4) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.section_services .property-card8:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.section_services .property-card8:nth-child(even) .property-card-details:after {
    left: auto;
    right: 0;
    -webkit-transform: translate(100%, -50%) rotateY(180deg);
    transform: translate(100%, -50%) rotateY(180deg);
}
@media (max-width: 992px) {
    .section_services .property-card8:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
@media (max-width: 767px) {
    .section_services .property-card8,
    .section_services .property-card8:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section_services .property-card8 .property-card-details:after,
    .section_services .property-card8:nth-child(even) .property-card-details:after {
        display: none;
    }
}
@media (max-width: 575px) {
    .section_services .property-card8 {
        border-radius: 24px;
        overflow: hidden;
    }
}
.section_product_tab {
    background-color: #f8f8f8;
}
.section_product_tab .section-title-tab {
    text-align: center;
}
.section_product_tab .section-title-tab h2 {
    color: var(--textColor);
    font-size: 4rem;
    font-weight: 800;
    line-height: 56px;
    z-index: 2;
    position: relative;
    font-family: "Raleway", sans-serif;
    display: inline-block;
}
@media (max-width: 1025px) {
    .section_product_tab .section-title-tab h2 {
        font-size: 3rem;
        line-height: 48px;
    }
}
@media (max-width: 767px) {
    .section_product_tab .section-title-tab h2 {
        font-size: 2rem;
        line-height: 36px;
    }
}
.section_product_tab .section-title-tab h2:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 5px;
    width: 22px;
    height: 22px;
    -webkit-mask-image: url(//bizweb.dktcdn.net/100/601/974/themes/1047016/assets/icon_title_new.png?1765352855929);
    background-color: var(--mainColor);
}
.section_product_tab .section-title-tab h2:after {
    content: "";
    position: absolute;
    right: -30px;
    top: 5px;
    width: 22px;
    height: 22px;
    -webkit-mask-image: url(//bizweb.dktcdn.net/100/601/974/themes/1047016/assets/icon_title_new.png?1765352855929);
    background-color: var(--mainColor);
}
.section_product_tab .section-title-tab h2 a {
    color: var(--subColor);
}
.section_product_tab .section-title-tab h2 a:hover {
    color: var(--mainColor);
}
.section_product_tab .desc {
    color: var(--textColor);
    font-size: 1.6rem;
    display: block;
    margin-bottom: 20px;
}
@media (max-width: 1025px) {
    .section_product_tab .desc {
        margin-bottom: 15px;
        font-size: 1.4rem;
    }
}
.section_product_tab .tab_big {
    height: auto;
    margin-bottom: 15px;
}
.section_product_tab .tab_big .tab_ul {
    padding: 0px 34px;
    position: relative;
    max-width: 100%;
    margin: 16px auto 0 auto;
}
.section_product_tab .tab_big .tab_ul ul {
    scrollbar-face-color: #367cd2;
    scrollbar-shadow-color: #ffffff;
    scrollbar-highlight-color: #ffffff;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
    scrollbar-width: none;
}
.section_product_tab .tab_big .tab_ul ul::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.section_product_tab .tab_big .tab_ul ul::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 0;
}
.section_product_tab .tab_big .tab_ul ul::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(255, 0, 0, 0.8);
    -webkit-box-shadow: none;
}
.section_product_tab .tab_big .tab_ul .grad-left {
    position: absolute;
    top: calc(50% - 15px);
    left: 5px;
    z-index: 3;
    width: 24px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.section_product_tab .tab_big .tab_ul .grad-left svg {
    transform: rotate(180deg);
}
.section_product_tab .tab_big .tab_ul .grad-right {
    position: absolute;
    top: calc(50% - 15px);
    z-index: 3;
    right: 5px;
    width: 24px;
    display: flex;
    justify-content: end;
    align-items: center;
}
.section_product_tab .tab_big .tab_ul .button {
    cursor: pointer;
}
.section_product_tab .tab_big .tab_ul ul {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: -10px;
    text-align: center;
    -webkit-mask: linear-gradient(
        90deg,
        transparent 0,
        #000 10px,
        #000 calc(100% - 10px),
        transparent 100%
    );
}
.section_product_tab .tab_big .tab_ul ul li {
    padding: 0px;
    position: relative;
    width: auto;
    line-height: 1;
    height: auto;
    font-weight: 500;
    color: #fff;
    transition: background-color 0.3s ease;
    margin-right: 45px;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    padding: 5px 15px 5px 5px;
    border-radius: 40px;
}
.section_product_tab .tab_big .tab_ul ul li .icon_tab {
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    margin-right: 10px;
}
@media (max-width: 767px) {
    .section_product_tab .tab_big .tab_ul ul li .icon_tab {
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
    }
}
.section_product_tab .tab_big .tab_ul ul li span {
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .section_product_tab .tab_big .tab_ul ul li {
        margin-right: 15px;
    }
    .section_product_tab .tab_big .tab_ul ul li span {
        font-size: 1.4rem;
    }
}
.section_product_tab .tab_big .tab_ul ul li:last-child {
    margin-right: 0px;
}
.section_product_tab .tab_big .tab_ul ul li:hover {
    background-color: var(--mainColor);
}
.section_product_tab .tab_big .tab_ul ul li.current {
    background-color: var(--mainColor);
}
.section_product_tab .tab_big .tab_ul .button {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.section_product_tab .tab-content {
    overflow: initial;
}
.section_product_tab .view-more {
    text-align: center;
}
.section_product_tab .view-more svg {
    width: 12px;
    margin-left: 5px;
}
.section_product_tab .view-more svg path {
    fill: #fff;
}
@media (max-width: 767px) {
    .section_product_tab .tab_big {
        margin: 0 -10px;
    }
    .section_product_tab .tab_big .tab_ul {
        padding: 0px 30px;
    }
    .section_product_tab .tab-content.current {
        overflow: initial;
    }
}
.section_product_tab .box_see_product {
    margin-top: 0px;
    display: block;
    text-align: center;
}
.section_about {
    position: relative;
    background-color: #f8f8f8;
    padding-top: 110px;
}
@media (max-width: 1025px) {
    .section_about {
        padding-top: 80px;
    }
}
@media (max-width: 767px) {
    .section_about {
        padding-top: 60px;
    }
}
.section_about:before {
    content: "";
    background-image: url(//bizweb.dktcdn.net/100/601/974/themes/1047016/assets/line_top_about.png?1765352855929);
    width: 100%;
    height: 60px;
    top: 0px;
    left: 0px;
    position: absolute;
    background-repeat: repeat-x;
    animation: slideBackground 10s linear infinite;
}
@media (max-width: 1025px) {
    .section_about:before {
        height: 55px;
        background-size: cover;
    }
}
@media (max-width: 767px) {
    .section_about:before {
        height: 35px;
    }
}
@media (max-width: 992px) {
    .section_about .box_img_box10 {
        text-align: center;
    }
}
.section_about .img-box10 {
    position: relative;
    display: inline-block;
    /* padding: 64px 94px 81px 132px; */
}
.section_about .img-box10 .img1 {
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
}
.section_about .img-box10 .img2 {
    display: inline-block;
    border-radius: 20px;
    border: 2px solid #fff;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.section_about .img-box10 .img3 {
    display: inline-block;
    border-radius: 20px;
    border: 2px solid #fff;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
}
.section_about .img-box10 .about-tag {
    padding: 0;
    position: absolute;
    left: 70px;
    bottom: 130px;
}
.section_about .img-box10 .about-tag .about-experience-tag {
    color: var(--textColor);
    height: 180px;
    width: 180px;
    margin-left: -90px;
    margin-top: -90px;
}
@media (max-width: 767px) {
    .section_about .img-box10 .about-tag .about-experience-tag {
        height: 100px;
        width: 100px;
        margin-left: -50px;
        margin-top: -50px;
    }
}
.section_about .img-box10 .about-tag .about-experience-tag span {
    height: 95px;
}
@media (max-width: 767px) {
    .section_about .img-box10 .about-tag .about-experience-tag span {
        height: 50px;
        font-size: 11px;
        width: 10px;
    }
}
.section_about .img-box10 .about-tag .play-btn {
    border: 0;
    border-radius: 50%;
}
.section_about .img-box10 .about-tag .play-btn:after,
.section_about .img-box10 .about-tag .play-btn:before {
    background: #fff;
    mix-blend-mode: exclusion;
}
@media (max-width: 1299px) {
    .section_about .img-box10 {
        padding: 60px 75px 80px 100px;
    }
}
@media (max-width: 992px) {
    .section_about .img-box10 {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .section_about .img-box10 .about-tag {
        left: 35px;
        bottom: auto;
        top: 35px;
    }
}
@media (max-width: 575px) {
    .section_about .img-box10 {
        padding: 0;
    }
    .section_about .img-box10 .img1 {
        margin-bottom: 15px;
    }
    .section_about .img-box10 .img2 {
        position: initial;
        display: block;
        width: calc(50% - 10px);
        float: left;
    }
    .section_about .img-box10 .img2 img {
        width: 100%;
    }
    .section_about .img-box10 .img3 {
        position: initial;
        display: block;
        width: calc(50% - 10px);
        float: right;
    }
    .section_about .img-box10 .img3 img {
        width: 100%;
    }
}
.section_about .ripple-animation {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple;
}
.section_about .about-experience-tag {
    display: inline-block;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    z-index: 1;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    line-height: normal;
    text-align: center;
    -webkit-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -125px;
    margin-top: -125px;
}
.section_about .about-experience-tag span {
    height: 127px;
    position: absolute;
    width: 20px;
    left: 42%;
    top: -2px;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: rotate(var(--rotate-letter));
    transform: rotate(var(--rotate-letter));
    font-weight: 600;
}
@media (max-width: 767px) {
    .section_about .about-experience-tag span {
        left: 40%;
        top: 0px;
    }
}
.section_about .about-experience-tag span.char2 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 2));
    transform: rotate(calc(var(--rotate-letter) * 2));
}
.section_about .about-experience-tag span.char3 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 3));
    transform: rotate(calc(var(--rotate-letter) * 3));
}
.section_about .about-experience-tag span.char4 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 4));
    transform: rotate(calc(var(--rotate-letter) * 4));
}
.section_about .about-experience-tag span.char5 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 5));
    transform: rotate(calc(var(--rotate-letter) * 5));
}
.section_about .about-experience-tag span.char6 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 6));
    transform: rotate(calc(var(--rotate-letter) * 6));
}
.section_about .about-experience-tag span.char7 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 7));
    transform: rotate(calc(var(--rotate-letter) * 7));
}
.section_about .about-experience-tag span.char8 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 8));
    transform: rotate(calc(var(--rotate-letter) * 8));
}
.section_about .about-experience-tag span.char9 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 9));
    transform: rotate(calc(var(--rotate-letter) * 9));
}
.section_about .about-experience-tag span.char10 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 10));
    transform: rotate(calc(var(--rotate-letter) * 10));
}
.section_about .about-experience-tag span.char11 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 11));
    transform: rotate(calc(var(--rotate-letter) * 11));
}
.section_about .about-experience-tag span.char12 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 12));
    transform: rotate(calc(var(--rotate-letter) * 12));
}
.section_about .about-experience-tag span.char13 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 13));
    transform: rotate(calc(var(--rotate-letter) * 13));
}
.section_about .about-experience-tag span.char14 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 14));
    transform: rotate(calc(var(--rotate-letter) * 14));
}
.section_about .about-experience-tag span.char15 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 15));
    transform: rotate(calc(var(--rotate-letter) * 15));
}
.section_about .about-experience-tag span.char16 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 16));
    transform: rotate(calc(var(--rotate-letter) * 16));
}
.section_about .about-experience-tag span.char17 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 17));
    transform: rotate(calc(var(--rotate-letter) * 17));
}
.section_about .about-experience-tag span.char18 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 18));
    transform: rotate(calc(var(--rotate-letter) * 18));
}
.section_about .about-experience-tag span.char19 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 19));
    transform: rotate(calc(var(--rotate-letter) * 19));
}
.section_about .about-experience-tag span.char20 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 20));
    transform: rotate(calc(var(--rotate-letter) * 20));
}
.section_about .about-experience-tag span.char21 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 21));
    transform: rotate(calc(var(--rotate-letter) * 21));
}
.section_about .about-experience-tag span.char22 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 22));
    transform: rotate(calc(var(--rotate-letter) * 22));
}
.section_about .about-experience-tag span.char23 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 23));
    transform: rotate(calc(var(--rotate-letter) * 23));
}
.section_about .about-experience-tag span.char24 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 24));
    transform: rotate(calc(var(--rotate-letter) * 24));
}
.section_about .about-experience-tag span.char25 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 25));
    transform: rotate(calc(var(--rotate-letter) * 25));
}
.section_about .about-experience-tag span.char26 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 26));
    transform: rotate(calc(var(--rotate-letter) * 26));
}
.section_about .about-experience-tag span.char27 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 27));
    transform: rotate(calc(var(--rotate-letter) * 27));
}
.section_about .about-experience-tag span.char28 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 28));
    transform: rotate(calc(var(--rotate-letter) * 28));
}
.section_about .about-experience-tag span.char29 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 29));
    transform: rotate(calc(var(--rotate-letter) * 29));
}
.section_about .about-experience-tag span.char30 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 30));
    transform: rotate(calc(var(--rotate-letter) * 30));
}
.section_about .about-experience-tag span.char31 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 31));
    transform: rotate(calc(var(--rotate-letter) * 31));
}
.section_about .about-experience-tag span.char32 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 32));
    transform: rotate(calc(var(--rotate-letter) * 32));
}
.section_about .about-experience-tag span.char33 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 33));
    transform: rotate(calc(var(--rotate-letter) * 33));
}
.section_about .about-experience-tag span.char34 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 34));
    transform: rotate(calc(var(--rotate-letter) * 34));
}
.section_about .about-experience-tag span.char35 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 35));
    transform: rotate(calc(var(--rotate-letter) * 35));
}
.section_about .about-experience-tag span.char36 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 36));
    transform: rotate(calc(var(--rotate-letter) * 36));
}
.section_about .about-experience-tag span.char37 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 37));
    transform: rotate(calc(var(--rotate-letter) * 37));
}
.section_about .about-experience-tag span.char38 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 38));
    transform: rotate(calc(var(--rotate-letter) * 38));
}
.section_about .about-experience-tag span.char39 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 39));
    transform: rotate(calc(var(--rotate-letter) * 39));
}
.section_about .about-experience-tag span.char40 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 40));
    transform: rotate(calc(var(--rotate-letter) * 40));
}
.section_about .spin {
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    30% {
        opacity: 0.4;
    }
    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }
}
@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    30% {
        opacity: 0.4;
    }
    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }
}
.section_about .play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.section_about .play-btn > svg {
    display: inline-block;
    width: var(--icon-size, 56px);
    height: var(--icon-size, 56px);
    line-height: var(--icon-size, 56px);
    text-align: center;
    background-color: #fff;
    color: var(--mainColor);
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    padding: 20px;
}
.section_about .play-btn > svg path {
    fill: var(--mainColor);
}
@media (max-width: 767px) {
    .section_about .play-btn > svg {
        width: 50px;
        height: 50px;
        line-height: 50px;
        padding: 10px;
    }
}
.section_about .play-btn:after,
.section_about .play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.section_about .play-btn:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.section_about .col-left .product-content {
    position: relative;
    z-index: 1;
}
.section_about .col-left .section-title-about {
    text-align: left;
    padding-left: 40px;
    margin-bottom: -5px;
}
@media (max-width: 992px) {
    .section_about .col-left .section-title-about {
        padding-left: 0px;
    }
}
.section_about .col-left .section-title-about .sub_title {
    font-size: 1.4rem;
    color: var(--mainColor);
    position: relative;
    font-weight: 700;
    display: flex;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    padding-left: 60px;
}
.section_about .col-left .section-title-about .sub_title::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 12px;
    width: 50px;
    height: 1px;
    border-bottom: 1px dashed var(--mainColor);
}
.section_about .col-left .section-title-about h2 {
    color: var(--textColor);
    font-size: 4rem;
    font-weight: 800;
    line-height: 56px;
    z-index: 2;
    position: relative;
    font-family: "Raleway", sans-serif;
}
@media (max-width: 1025px) {
    .section_about .col-left .section-title-about h2 {
        font-size: 3rem;
        line-height: 48px;
    }
}
@media (max-width: 767px) {
    .section_about .col-left .section-title-about h2 {
        font-size: 2rem;
        line-height: 36px;
    }
}
.section_about .col-left .desc {
    color: var(--textColor);
    padding-left: 40px;
    font-size: 1.6rem;
    display: block;
    margin-bottom: 30px;
}
@media (max-width: 992px) {
    .section_about .col-left .desc {
        padding-left: 0px;
    }
}
@media (max-width: 1025px) {
    .section_about .col-left .desc {
        margin-bottom: 15px;
        font-size: 1.4rem;
    }
}
.section_about .col-left .desc p {
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .section_about .col-left {
        order: 1;
    }
}
.section_about .box_thong_so {
    padding: 0px;
    padding-left: 40px;
    margin-bottom: 30px;
}
@media (max-width: 1025px) {
    .section_about .box_thong_so {
        margin-bottom: 15px;
    }
}
@media (max-width: 992px) {
    .section_about .box_thong_so {
        padding-left: 0px;
    }
}
.section_about .box_thong_so li {
    border-radius: 3px;
    margin-bottom: 10px;
    position: relative;
}
.section_about .box_thong_so li h3 {
    font-size: 1.4rem;
    position: relative;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 0;
}
.section_about .box_thong_so li .icon_mask {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    min-width: 16px;
    min-height: 16px;
    bottom: -2px;
    margin-right: 4px;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-image: url(//bizweb.dktcdn.net/100/601/974/themes/1047016/assets/checkmark.svg?1765352855929);
    background-color: var(--mainColor);
}
.section_about .box-contact {
    padding: 0px;
    padding-left: 40px;
    display: flex;
    align-items: center;
}
@media (max-width: 992px) {
    .section_about .box-contact {
        padding-left: 0px;
    }
}
@media (max-width: 411px) {
    .section_about .box-contact {
        display: block;
    }
}
.section_about .box-contact .btn-cts {
    margin-right: 45px;
    align-items: center;
}
@media (max-width: 1025px) {
    .section_about .box-contact .btn-cts {
        margin-right: 25px;
    }
}
@media (max-width: 767px) {
    .section_about .box-contact .btn-cts {
        margin-right: 15px;
    }
}
@media (max-width: 411px) {
    .section_about .box-contact .btn-cts {
        margin-right: 0px;
    }
}
.section_about .box-contact .btn_contact-phone {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    align-items: center;
}
@keyframes iconSkew {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
.section_about .box-contact .btn_contact-phone svg {
    max-height: 45px;
    animation: iconSkew 1s infinite ease-out;
    min-height: -webkit-fill-available;
}
@media (max-width: 1025px) {
    .section_about .box-contact .btn_contact-phone svg {
        max-height: 29px;
    }
}
.section_about .box-contact .btn_contact-phone .icon_phone {
    width: 66px;
    height: 66px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--mainColor);
}
@media (max-width: 1025px) {
    .section_about .box-contact .btn_contact-phone .icon_phone {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 451px) {
    .section_about .box-contact .btn_contact-phone .box-contact-phone-info {
        margin-top: 10px;
    }
}
.section_about .box-contact .btn_contact-phone .box-contact-phone-info span {
    display: block;
    line-height: 1;
    font-size: 1.8rem;
}
@media (max-width: 1025px) {
    .section_about
        .box-contact
        .btn_contact-phone
        .box-contact-phone-info
        span {
        font-size: 1.6rem;
    }
}
.section_about .box-contact .btn_contact-phone .box-contact-phone-info a {
    font-weight: bold;
    font-size: 2.4rem;
}
@media (max-width: 1025px) {
    .section_about .box-contact .btn_contact-phone .box-contact-phone-info a {
        font-size: 2rem;
    }
}
.btn-style-three {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    padding: 8px 8px 8px 26px;
    color: #fff;
    text-transform: uppercase;
    background-color: var(--mainColor);
}
@media (max-width: 1025px) {
    .btn-style-three {
        padding: 5px 5px 5px 15px;
    }
}
.btn-style-three:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background-color: #000;
}
.btn-style-three:hover:before {
    top: 0%;
}
.btn-style-three:hover i {
    background-color: var(--mainColor);
}
.btn-style-three i {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: 15px;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    background-color: #000;
}
@media (max-width: 1025px) {
    .btn-style-three i {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
.btn-style-three i svg {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.btn-style-three .btn-wrap {
    position: relative;
    z-index: 1;
    float: left;
    overflow: hidden;
    display: inline-block;
}
.btn-style-three .btn-wrap .text-one {
    position: relative;
    display: block;
    color: #fff;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.btn-style-three:hover .btn-wrap .text-one:first-child {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}
.btn-style-three .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-style-three:hover .btn-wrap .text-two {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.btn-style-three:hover .btn-wrap .text-two {
    color: #fff;
}
.btn-style-three:hover:before {
    top: -40%;
}
.section_project .section-title-project {
    text-align: left;
    margin-bottom: -5px;
}
.section_project .section-title-project .sub_title {
    font-size: 1.4rem;
    color: var(--mainColor);
    position: relative;
    font-weight: 700;
    display: flex;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    padding-left: 60px;
}
.section_project .section-title-project .sub_title::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 12px;
    width: 50px;
    height: 1px;
    border-bottom: 1px dashed var(--mainColor);
}
.section_project .section-title-project h2 {
    color: var(--textColor);
    font-size: 4rem;
    font-weight: 800;
    line-height: 56px;
    z-index: 2;
    position: relative;
    font-family: "Raleway", sans-serif;
}
@media (max-width: 1025px) {
    .section_project .section-title-project h2 {
        font-size: 3rem;
        line-height: 48px;
    }
}
@media (max-width: 767px) {
    .section_project .section-title-project h2 {
        font-size: 2rem;
        line-height: 36px;
    }
}
.section_project .desc {
    color: var(--textColor);
    font-size: 1.6rem;
    display: block;
    margin-bottom: 20px;
}
@media (max-width: 1025px) {
    .section_project .desc {
        margin-bottom: 15px;
        font-size: 1.4rem;
    }
}
.section_project .box_see_project {
    margin-top: 25px;
    display: block;
    text-align: center;
}
.section_project .swiper-wrapper {
    align-items: center;
}
.section_project .swiper-slide {
    text-align: center;
}
.section_project .swiper-container {
    position: relative;
}
.section_project .swiper-container .swiper-pagination-bullets {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.section_project
    .swiper-container
    .swiper-pagination-bullets
    .swiper-pagination-bullet {
    box-shadow: none;
    outline: 0;
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.2);
    padding: 0;
    font-size: 0;
    opacity: 1;
}
.section_project
    .swiper-container
    .swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transition: all 0.2s;
    background: var(--mainColor);
}
.section_project .swiper-container .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    right: 8px;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translate(32px, -50%);
    -ms-transform: translate(32px, -50%);
    transform: translate(32px, -50%);
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
@media (max-width: 1199px) {
    .section_project .swiper-container .swiper-button-next {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 1025px) {
    .section_project .swiper-container .swiper-button-next {
        width: 36px;
        height: 36px;
    }
}
.section_project .swiper-container .swiper-button-next svg {
    width: 100%;
    height: 100%;
}
.section_project .swiper-container .swiper-button-next svg path {
    stroke: #fff;
}
.section_project .swiper-container .swiper-button-next:after {
    display: none;
}
.section_project .swiper-container .swiper-button-next:hover {
    background-color: var(--subColor);
}
@media (max-width: 767px) {
    .section_project .swiper-container .swiper-button-next {
        display: none;
    }
}
.section_project .swiper-container .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    left: 8px;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translate(-32px, -50%) rotate(180deg);
    -ms-transform: translate(-32px, -50%) rotate(180deg);
    transform: translate(-32px, -50%) rotate(180deg);
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
@media (max-width: 1199px) {
    .section_project .swiper-container .swiper-button-prev {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 1025px) {
    .section_project .swiper-container .swiper-button-prev {
        width: 36px;
        height: 36px;
    }
}
.section_project .swiper-container .swiper-button-prev svg {
    width: 100%;
    height: 100%;
}
.section_project .swiper-container .swiper-button-prev svg path {
    stroke: #fff;
}
.section_project .swiper-container .swiper-button-prev:after {
    display: none;
}
.section_project .swiper-container .swiper-button-prev:hover {
    background-color: var(--subColor);
}
@media (max-width: 767px) {
    .section_project .swiper-container .swiper-button-prev {
        display: none;
    }
}
@media (max-width: 767px) {
    .section_project .swiper-container .swiper-button-next,
    .section_project .swiper-container .swiper-button-prev {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .section_project .swiper-container .swiper-button-next:after,
    .section_project .swiper-container .swiper-button-prev:after {
        font-size: 1.2rem;
    }
}
.section_project .swiper-container .swiper-button-lock {
    display: none !important;
}
.section_project .swiper-container .swiper-button-disabled {
    opacity: 0.35;
}
.section_project .swiper-container:hover .swiper-button-next {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section_project
    .swiper-container:hover
    .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
}
.section_project .swiper-container:hover .swiper-button-prev {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.section_project
    .swiper-container:hover
    .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
}
.section_project
    .swiper-container:hover
    .swiper-button-prev.swiper-button-lock {
    display: none;
}
.section_project .swiper-container .swiper-button-next {
    right: 35px;
}
@media (min-width: 1400px) {
    .section_project .swiper-container .swiper-button-next {
        right: 8%;
    }
}
@media (min-width: 1660px) {
    .section_project .swiper-container .swiper-button-next {
        right: 15%;
    }
}
.section_project .swiper-container .swiper-button-prev {
    left: 35px;
}
@media (min-width: 1400px) {
    .section_project .swiper-container .swiper-button-prev {
        left: 8%;
    }
}
@media (min-width: 1660px) {
    .section_project .swiper-container .swiper-button-prev {
        left: 15%;
    }
}
@media (max-width: 768px) {
    .section_project .swiper-container .swiper-button-next {
        right: 10px;
        display: block;
    }
    .section_project .swiper-container .swiper-button-prev {
        left: 10px;
        display: block;
    }
}
.section_project .item_project {
    position: relative;
}
@media (max-width: 600px) {
    .section_project .item_project {
        background-color: #f7f7f7;
        border-radius: 20px;
        overflow: hidden;
    }
}
.section_project .item_project .image-blog {
    overflow: hidden;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    width: 100%;
    min-width: 100%;
    padding-bottom: 52%;
    background-color: #f5f5f5;
    border-radius: 20px;
}
.section_project .item_project .image-blog img {
    width: 100%;
    max-height: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: cover;
    transition: 0.5s all;
}
.section_project .swiper-slide-active .item_project .image-blog {
    padding-bottom: 60%;
}
.section_project .item_project .blog_content {
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    z-index: 1;
    bottom: 50px;
    left: 50px;
    text-align: left;
    max-width: 450px;
}
@media (max-width: 1025px) {
    .section_project .item_project .blog_content {
        bottom: 20px;
        left: 20px;
    }
}
@media (max-width: 767px) {
    .section_project .item_project .blog_content {
        padding: 15px;
    }
}
@media (max-width: 600px) {
    .section_project .item_project .blog_content {
        position: relative;
        top: 0px;
        left: 0px;
        border: 0px;
        max-width: 100%;
        background-color: transparent;
        padding: 10px;
    }
}
.section_project .item_project .blog_content h3 {
    font-size: 2rem;
    margin-bottom: 5px;
    font-weight: 800;
    font-family: "Raleway", sans-serif;
}
@media (max-width: 1025px) {
    .section_project .item_project .blog_content h3 {
        font-size: 1.8rem;
    }
}
@media (max-width: 600px) {
    .section_project .item_project .blog_content h3 {
        font-size: 1.6rem;
    }
}
.section_project .item_project .blog_content .box_tag_event {
    display: block;
    margin-top: 5px;
}
.section_project .item_project .blog_content .box_tag_event .item_tag {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
@media (max-width: 1025px) {
    .section_project .item_project .blog_content .box_tag_event .item_tag {
        margin-bottom: 7px;
    }
}
.section_project
    .item_project
    .blog_content
    .box_tag_event
    .item_tag
    .icon_cont {
    display: block;
    margin-right: 5px;
}
.section_project
    .item_project
    .blog_content
    .box_tag_event
    .item_tag
    .icon_cont
    svg {
    width: 20px;
    height: 20px;
}
.section_project
    .item_project
    .blog_content
    .box_tag_event
    .item_tag
    .icon_cont
    svg
    path {
    fill: var(--mainColor);
}
.section_project
    .item_project
    .blog_content
    .box_tag_event
    .item_tag
    .title_event {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--mainColor);
    font-weight: bold;
}
.section_project
    .item_project
    .blog_content
    .box_tag_event
    .item_tag
    .title_event
    b {
    color: var(--textColor);
}
.section_project .item_project .blog_content .button-more {
    transition: all 0.3s ease-in-out;
    font-size: 1.4rem;
    font-weight: 400;
    border-radius: 40px;
    border: 1px solid #b8b8b8;
    padding: 3px 10px;
    margin: 5px 0px 0px;
    display: inline-block;
}
.section_project .item_project .blog_content .button-more svg {
    margin-left: 5px;
    width: 13px;
    height: 13px;
    vertical-align: -1px;
}
.section_project .item_project .blog_content .button-more svg path {
    fill: var(--subColor);
    transition: all 0.3s ease-in-out;
}
.section_project .item_project .blog_content .button-more:hover {
    background-color: var(--mainColor);
    border-color: var(--mainColor);
    color: #fff;
}
.section_project .item_project .blog_content .button-more:hover svg path {
    fill: #fff;
}
@media (max-width: 767px) {
    .section_project .item_project .blog_content .button-more-null {
        min-height: 31.8px;
        height: 31.8px;
        display: block;
    }
}
.section_project .item_project:hover .image-blog img {
    transform: scale(1.1);
}
.section_video_thongke {
    position: relative;
    background-color: #000;
    overflow: hidden;
}
.section_video_thongke .container {
    position: relative;
    z-index: 2;
}
.section_video_thongke .bg_pos {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
    max-width: 600px;
}
.section_video_thongke .bg_pos img {
    height: 100%;
}
.section_video_thongke .section-title-thongke {
    text-align: left;
    margin-bottom: -5px;
}
.section_video_thongke .project-overview-panel {
    position: relative;
    margin-bottom: clamp(16px, 2.2vw, 30px);
    padding: clamp(14px, 2vw, 28px) clamp(12px, 2vw, 28px) clamp(10px, 1.3vw, 16px);
    background: rgba(113, 8, 20, 0.76);
    border-radius: 10px;
}
.section_video_thongke .project-overview-panel::before {
    content: "";
    position: absolute;
    inset: 12px;
    pointer-events: none;
    border-radius: 6px;
    background:
        linear-gradient(#c8a16f, #c8a16f) left top / 42px 2px no-repeat,
        linear-gradient(#c8a16f, #c8a16f) left top / 2px 42px no-repeat,
        linear-gradient(#c8a16f, #c8a16f) right top / 42px 2px no-repeat,
        linear-gradient(#c8a16f, #c8a16f) right top / 2px 42px no-repeat,
        linear-gradient(#c8a16f, #c8a16f) left bottom / 42px 2px no-repeat,
        linear-gradient(#c8a16f, #c8a16f) left bottom / 2px 42px no-repeat,
        linear-gradient(#c8a16f, #c8a16f) right bottom / 42px 2px no-repeat,
        linear-gradient(#c8a16f, #c8a16f) right bottom / 2px 42px no-repeat;
}
.section_video_thongke .section-title-thongke-left h2 {
    color: #f5d7a8;
    font-size: clamp(1.8rem, 2.2vw, 3.2rem);
    line-height: 1.2;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.section_video_thongke .section-title-thongke-left h2 .overview-prefix {
    font-size: 0.72em;
    letter-spacing: 0.04em;
}
.section_video_thongke .section-title-thongke-left h3 {
    color: #fff;
    font-size: clamp(1.6rem, 1.8vw, 2.8rem);
    line-height: 1.24;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.section_video_thongke .section-title-thongke-left .overview-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.section_video_thongke .section-title-thongke-left .overview-list li {
    color: #fff;
    font-size: clamp(1.35rem, 1.2vw, 1.85rem);
    line-height: 1.45;
    margin-bottom: 6px;
    position: relative;
    padding-left: 14px;
}
.section_video_thongke .section-title-thongke-left .overview-list li::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
}
.section_video_thongke .section-title-thongke-right {
    padding-top: 14px;
}
.section_video_thongke .section-title-thongke-right .overview-kicker {
    color: #fff;
    font-size: clamp(1.6rem, 2vw, 3rem);
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.section_video_thongke .section-title-thongke-right .overview-title {
    margin: 0 0 16px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.section_video_thongke .section-title-thongke-right .overview-title .title-main {
    font-size: clamp(3rem, 4.2vw, 6.2rem);
    line-height: 1.5;
    color: #f0d9ad;
}
.section_video_thongke .section-title-thongke-right .overview-title .title-side {
    display: block;
    font-size: clamp(1.9rem, 2.6vw, 3.5rem);
    line-height: 1;
    color: #fff;
    font-family: "SVN-Poppins", sans-serif;
    font-weight: 300;
}
.section_video_thongke .section-title-thongke-right .desc {
    color: #fff;
    font-size: clamp(1.35rem, 1.25vw, 2.1rem);
    line-height: 1.35;
    margin-bottom: 8px;
}
@media (max-width: 991px) {
    .section_video_thongke .project-overview-panel .row > [class*="col-"] {
        margin-bottom: 14px;
    }
    .section_video_thongke .project-overview-panel .row > [class*="col-"]:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 1199px) {
    .section_video_thongke .project-overview-panel {
        padding: 22px 20px 12px;
    }
    .section_video_thongke .section-title-thongke-left h2 {
        font-size: 2.6rem;
    }
    .section_video_thongke .section-title-thongke-left h3 {
        font-size: 2.2rem;
    }
    .section_video_thongke .section-title-thongke-left .overview-list li {
        font-size: 1.6rem;
    }
    .section_video_thongke .section-title-thongke-right .overview-kicker {
        font-size: 2.2rem;
    }
    .section_video_thongke .section-title-thongke-right .overview-title .title-main {
        font-size: 4.8rem;
    }
    .section_video_thongke .section-title-thongke-right .overview-title .title-side {
        font-size: 2.8rem;
    }
    .section_video_thongke .section-title-thongke-right .desc {
        font-size: 1.75rem;
    }
}
@media (max-width: 767px) {
    .section_video_thongke .project-overview-panel {
        padding: 16px 14px 10px;
        margin-bottom: 18px;
    }
    .section_video_thongke .project-overview-panel::before {
        inset: 8px;
    }
    .section_video_thongke .section-title-thongke-right {
        padding-top: 4px;
    }
    .section_video_thongke .section-title-thongke-left h2 {
        font-size: 2rem;
    }
    .section_video_thongke .section-title-thongke-left h3 {
        font-size: 1.75rem;
    }
    .section_video_thongke .section-title-thongke-left .overview-list li {
        font-size: 1.45rem;
    }
    .section_video_thongke .section-title-thongke-right .overview-kicker {
        font-size: 1.75rem;
    }
    .section_video_thongke .section-title-thongke-right .overview-title {
        gap: 10px;
    }
    .section_video_thongke .section-title-thongke-right .overview-title .title-main {
        font-size: 3.8rem;
    }
    .section_video_thongke .section-title-thongke-right .overview-title .title-side {
        font-size: 2.2rem;
    }
    .section_video_thongke .section-title-thongke-right .desc {
        font-size: 1.45rem;
        line-height: 1.5;
    }
}
.section_video_thongke .section-title-thongke .sub_title {
    font-size: 1.4rem;
    color: var(--mainColor);
    position: relative;
    font-weight: 700;
    display: flex;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    padding-left: 60px;
}
.section_video_thongke .section-title-thongke .sub_title::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 12px;
    width: 50px;
    height: 1px;
    border-bottom: 1px dashed var(--mainColor);
}
.section_video_thongke .section-title-thongke h2 {
    color: #fff;
    font-size: 4rem;
    font-weight: 800;
    line-height: 42px;
    z-index: 2;
    position: relative;
    font-family: "Raleway", sans-serif;
}
@media (max-width: 1025px) {
    .section_video_thongke .section-title-thongke h2 {
        font-size: 3rem;
        line-height: 48px;
    }
}
@media (max-width: 767px) {
    .section_video_thongke .section-title-thongke h2 {
        font-size: 2rem;
        line-height: 36px;
    }
}
.section_video_thongke .desc {
    color: #fff;
    font-size: 1.6rem;
    display: block;
    margin-bottom: 20px;
}
@media (max-width: 1025px) {
    .section_video_thongke .desc {
        margin-bottom: 15px;
        font-size: 1.4rem;
    }
}
.section_video_thongke .box-video-thongke {
    position: relative;
}
.section_video_thongke .iframe-video-thongke {
    padding-bottom: 56.25%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
    border-radius: 20px;
}
.section_video_thongke .iframe-video-thongke::before {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 14px;
    pointer-events: none;
    z-index: 2;
    background:
        linear-gradient(#c8a16f, #c8a16f) left top / 46px 2px no-repeat,
        linear-gradient(#c8a16f, #c8a16f) left top / 2px 46px no-repeat,
        linear-gradient(#c8a16f, #c8a16f) right top / 46px 2px no-repeat,
        linear-gradient(#c8a16f, #c8a16f) right top / 2px 46px no-repeat,
        linear-gradient(#c8a16f, #c8a16f) left bottom / 46px 2px no-repeat,
        linear-gradient(#c8a16f, #c8a16f) left bottom / 2px 46px no-repeat,
        linear-gradient(#c8a16f, #c8a16f) right bottom / 46px 2px no-repeat,
        linear-gradient(#c8a16f, #c8a16f) right bottom / 2px 46px no-repeat;
}
.section_video_thongke .iframe-video-thongke img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section_video_thongke .iframe-video-thongke video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.section_video_thongke .box_thongke {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    background-color: rgba(255, 255, 255, 0.78);
    border-radius: 15px;
    padding: 10px;
}
@media (max-width: 991px) {
    .section_video_thongke .box_thongke {
        position: relative;
        width: 100%;
        background-color: #fff;
        bottom: 0px;
        left: 0px;
        margin-top: 15px;
    }
}
.section_video_thongke .box_thongke .item {
    display: flex;
    align-items: center;
    border-right: 1px solid #797979;
    justify-content: center;
    position: relative;
    width: 100%;
}
.section_video_thongke .box_thongke .item:last-child {
    border-right: 0;
}
.section_video_thongke .box_thongke .item img {
    max-height: 64px;
    max-width: 64px;
    height: 64px;
    width: 64px;
}
@media (max-width: 991px) {
    .section_video_thongke .box_thongke .item {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    .section_video_thongke .box_thongke .item:nth-child(3),
    .section_video_thongke .box_thongke .item:nth-child(4) {
        margin-bottom: 0px;
    }
    .section_video_thongke .box_thongke .item:nth-child(2),
    .section_video_thongke .box_thongke .item:nth-child(4) {
        border-right: 0;
    }
    .section_video_thongke .box_thongke .item img {
        max-height: 50px;
        max-width: 50px;
        height: 50px;
        width: 50px;
    }
}
@media (min-width: 991px) {
    .section_video_thongke .box_thongke .item .content {
        margin-left: 20px;
    }
}
.section_video_thongke .box_thongke .item .content .num {
    font-size: 2.6rem;
    line-height: 1.2;
    display: inline-block;
    font-weight: bold;
    color: var(--mainColor);
    display: block;
}
@media (max-width: 767px) {
    .section_video_thongke .box_thongke .item .content .num {
        font-size: 2.8rem;
    }
}
.section_video_thongke .box_thongke .item .content .title {
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #000;
}
@media (max-width: 991px) {
    .section_video_thongke .box_thongke .item .content .title {
        color: #000;
    }
}
@media (max-width: 767px) {
    .section_video_thongke .box_thongke .item .content .title {
        font-size: 1.4rem;
    }
}
.section_blog {
    position: relative;
}
.section_blog .section-title-blog {
    text-align: left;
    margin-bottom: -5px;
}
.section_blog .section-title-blog .sub_title {
    font-size: 1.4rem;
    color: var(--mainColor);
    position: relative;
    font-weight: 700;
    display: flex;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    padding-left: 60px;
}
.section_blog .section-title-blog .sub_title::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 12px;
    width: 50px;
    height: 1px;
    border-bottom: 1px dashed var(--mainColor);
}
.section_blog .section-title-blog h2 {
    color: var(--textColor);
    font-size: 4rem;
    font-weight: 800;
    line-height: 56px;
    z-index: 2;
    position: relative;
    font-family: "Raleway", sans-serif;
}
@media (max-width: 1025px) {
    .section_blog .section-title-blog h2 {
        font-size: 3rem;
        line-height: 48px;
    }
}
@media (max-width: 767px) {
    .section_blog .section-title-blog h2 {
        font-size: 2rem;
        line-height: 36px;
    }
}
.section_blog .desc {
    color: var(--textColor);
    font-size: 1.6rem;
    display: block;
    margin-bottom: 20px;
}
@media (max-width: 1025px) {
    .section_blog .desc {
        margin-bottom: 15px;
        font-size: 1.4rem;
    }
}
.section_blog .item_blog {
    display: block;
    position: relative;
    background: #fff;
    overflow: hidden;
}
.section_blog .item_blog .update_date {
    display: flex;
    margin-bottom: 7px;
    font-size: 12px;
    color: #838383;
    justify-content: space-between;
}
.section_blog .item_blog .update_date .user_name b {
    color: var(--mainColor);
    font-weight: 500;
}
.section_blog .item_blog .image-blog {
    padding-bottom: 63.5%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
    border-radius: 20px;
    background-color: #f8f8f8;
}
.section_blog .item_blog .image-blog::before {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0px;
    width: 174px;
    height: 66px;
    z-index: 1;
    background: url(//bizweb.dktcdn.net/100/601/974/themes/1047016/assets/icon_date_sha.png?1765352855929)
        no-repeat;
}
.section_blog .item_blog .image-blog .user_date {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: var(--subColor);
    padding: 7px 33px;
    border-radius: 40px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.section_blog .item_blog .image-blog img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s ease-in-out all;
    will-change: opacify;
    transform: scale(1.02);
}
.section_blog .item_blog .blog_content {
    position: relative;
    width: 100%;
    padding: 10px 0px;
    background-color: #fff;
}
.section_blog .item_blog .blog_content h3 {
    margin-bottom: 7px;
    line-height: 22px;
}
.section_blog .item_blog .blog_content h3 a {
    color: var(--textColor);
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px;
    font-family: "SVN-Poppins", sans-serif;
}
.section_blog .item_blog .blog_content h3 a:hover {
    color: var(--mainColor);
}
.section_blog .item_blog .blog_content .conten_info_blog {
    min-height: 73.8px;
}
.section_blog .item_blog .blog_content .blog_description {
    color: var(--textColor);
    line-height: 20px;
    margin-bottom: 10px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 40px;
}
.section_blog .item_blog .blog_content .read_more {
    font-weight: 600;
}
.section_blog .item_blog:hover .image-blog img {
    transform: scale(1.1);
}
.section_blog .swiper_blogs {
    padding: 2px;
}
.section_blog .box_see_blog {
    margin-top: 25px;
    display: block;
    text-align: center;
}
.section_blog .container {
    position: relative;
}
.section_blog .container .swiper-pagination-bullets {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.section_blog .container .swiper-pagination-bullets .swiper-pagination-bullet {
    box-shadow: none;
    outline: 0;
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.2);
    padding: 0;
    font-size: 0;
    opacity: 1;
}
.section_blog
    .container
    .swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transition: all 0.2s;
    background: var(--mainColor);
}
.section_blog .container .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    right: 8px;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translate(32px, -50%);
    -ms-transform: translate(32px, -50%);
    transform: translate(32px, -50%);
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
@media (max-width: 1199px) {
    .section_blog .container .swiper-button-next {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 1025px) {
    .section_blog .container .swiper-button-next {
        width: 36px;
        height: 36px;
    }
}
.section_blog .container .swiper-button-next svg {
    width: 100%;
    height: 100%;
}
.section_blog .container .swiper-button-next svg path {
    stroke: #fff;
}
.section_blog .container .swiper-button-next:after {
    display: none;
}
.section_blog .container .swiper-button-next:hover {
    background-color: var(--subColor);
}
@media (max-width: 767px) {
    .section_blog .container .swiper-button-next {
        display: none;
    }
}
.section_blog .container .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    left: 8px;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translate(-32px, -50%) rotate(180deg);
    -ms-transform: translate(-32px, -50%) rotate(180deg);
    transform: translate(-32px, -50%) rotate(180deg);
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
@media (max-width: 1199px) {
    .section_blog .container .swiper-button-prev {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 1025px) {
    .section_blog .container .swiper-button-prev {
        width: 36px;
        height: 36px;
    }
}
.section_blog .container .swiper-button-prev svg {
    width: 100%;
    height: 100%;
}
.section_blog .container .swiper-button-prev svg path {
    stroke: #fff;
}
.section_blog .container .swiper-button-prev:after {
    display: none;
}
.section_blog .container .swiper-button-prev:hover {
    background-color: var(--subColor);
}
@media (max-width: 767px) {
    .section_blog .container .swiper-button-prev {
        display: none;
    }
}
@media (max-width: 767px) {
    .section_blog .container .swiper-button-next,
    .section_blog .container .swiper-button-prev {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .section_blog .container .swiper-button-next:after,
    .section_blog .container .swiper-button-prev:after {
        font-size: 1.2rem;
    }
}
.section_blog .container .swiper-button-lock {
    display: none !important;
}
.section_blog .container .swiper-button-disabled {
    opacity: 0.35;
}
.section_blog .container:hover .swiper-button-next {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section_blog .container:hover .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
}
.section_blog .container:hover .swiper-button-prev {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.section_blog .container:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
}
.section_blog .container:hover .swiper-button-prev.swiper-button-lock {
    display: none;
}
.section_blog .container .swiper-button-next {
    right: 20px;
    top: 43%;
}
@media (min-width: 1400px) {
    .section_blog .container .swiper-button-next {
        right: -55px;
    }
}
@media (min-width: 1660px) {
    .section_blog .container .swiper-button-next {
        right: -60px;
    }
}
@media (max-width: 992px) {
    .section_blog .container .swiper-button-next {
        top: 45%;
    }
}
@media (max-width: 767px) {
    .section_blog .container .swiper-button-next {
        top: 47.5%;
    }
}
.section_blog .container .swiper-button-prev {
    left: 20px;
    top: 43%;
}
@media (min-width: 1400px) {
    .section_blog .container .swiper-button-prev {
        left: -55px;
    }
}
@media (min-width: 1660px) {
    .section_blog .container .swiper-button-prev {
        left: -60px;
    }
}
@media (max-width: 992px) {
    .section_blog .container .swiper-button-prev {
        top: 45%;
    }
}
@media (max-width: 767px) {
    .section_blog .container .swiper-button-prev {
        top: 47.5%;
    }
}
@media (max-width: 768px) {
    .section_blog .container .swiper-button-next {
        right: 16px;
        display: block;
    }
    .section_blog .container .swiper-button-prev {
        left: 16px;
        display: block;
    }
}
.section_feedback {
    position: relative;
    background-color: #000;
    overflow: hidden;
}
.section_feedback .container {
    z-index: 2;
}
.section_feedback .row {
    align-items: center;
}
.section_feedback .section-title-feedback {
    text-align: left;
    margin-bottom: -5px;
}
.section_feedback .section-title-feedback .sub_title {
    font-size: 1.4rem;
    color: var(--mainColor);
    position: relative;
    font-weight: 700;
    display: flex;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    padding-left: 60px;
}
.section_feedback .section-title-feedback .sub_title::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 12px;
    width: 50px;
    height: 1px;
    border-bottom: 1px dashed var(--mainColor);
}
.section_feedback .section-title-feedback h2 {
    color: #fff;
    font-size: 4rem;
    font-weight: 800;
    line-height: 56px;
    z-index: 2;
    position: relative;
    font-family: "Raleway", sans-serif;
}
@media (max-width: 1025px) {
    .section_feedback .section-title-feedback h2 {
        font-size: 3rem;
        line-height: 48px;
    }
}
@media (max-width: 767px) {
    .section_feedback .section-title-feedback h2 {
        font-size: 2rem;
        line-height: 36px;
    }
}
.section_feedback .desc {
    color: #fff;
    font-size: 1.6rem;
    display: block;
    margin-bottom: 20px;
}
@media (max-width: 1025px) {
    .section_feedback .desc {
        margin-bottom: 15px;
        font-size: 1.4rem;
    }
}
.section_feedback .bg_pos {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
    max-width: 600px;
}
.section_feedback .bg_pos img {
    height: 100%;
}
.section_feedback .banner_feedback {
    border: 3px solid #fff;
    border-radius: 20px;
    display: block;
    overflow: hidden;
    background-color: #fff;
    aspect-ratio: 541/515;
    position: relative;
}
.section_feedback .banner_feedback img {
    border-radius: 20px;
}
@media (max-width: 992px) {
    .section_feedback .banner_feedback {
        max-height: 515px;
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
}
.section_feedback .swiper_feedback .swiper-wrapper .swiper-slide {
    height: auto;
}
.section_feedback .feedback-item {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    height: 100%;
    position: relative;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding-right: 50px;
}
.section_feedback .feedback-item .star-rating {
    --percent: calc(var(--rating) / 5 * 100%);
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 1;
}
@media (max-width: 767px) {
    .section_feedback .feedback-item .star-rating {
        font-size: 20px;
    }
}
@media (max-width: 322px) {
    .section_feedback .feedback-item .star-rating {
        font-size: 16px;
    }
}
.section_feedback .feedback-item .star-rating::before {
    content: "★★★★★";
    background: linear-gradient(
        90deg,
        #f9920f var(--percent),
        #999 var(--percent)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section_feedback .feedback-item .block-content {
    min-height: 50px;
    margin-top: 8px;
    color: #fff;
}
.section_feedback .feedback-item .author-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}
.section_feedback .feedback-item .author-detail .avatar {
    width: 84px;
    height: 84px;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.section_feedback .feedback-item .author-detail .author-content {
    margin-left: 15px;
    display: inline-block;
}
.section_feedback .feedback-item .author-detail .author-content b,
.section_feedback .feedback-item .author-detail .author-content span {
    display: block;
}
.section_feedback .feedback-item .author-detail .author-content b {
    font-size: 1.8rem;
    display: block;
    line-height: normal;
    color: var(--mainColor);
}
@media (max-width: 767px) {
    .section_feedback .feedback-item .author-detail .author-content b {
        font-size: 1.6rem;
    }
}
.section_feedback .feedback-item .author-detail .author-content span {
    display: block;
    color: #fff;
}
.section_feedback .feedback-item .maker-quote {
    min-width: 40px;
    min-height: 35px;
    -webkit-mask-image: url(//bizweb.dktcdn.net/100/601/974/themes/1047016/assets/quotation.png?1765352855929);
    background-color: var(--mainColor);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    position: absolute;
    right: 20px;
    bottom: 20px;
    transform: rotate(180deg);
}
@media (max-width: 767px) {
    .section_feedback .feedback-item .maker-quote {
        min-width: 25px;
        min-height: 25px;
    }
}
@media (max-width: 767px) {
    .section_feedback .feedback-item {
        display: block;
        padding: 10px;
        padding-right: 40px;
    }
    .section_feedback .feedback-item .block-content {
        width: 100%;
        padding-left: 0px;
        margin-top: 10px;
    }
    .section_feedback .feedback-item .block-content .feedback-content {
        text-align: left;
    }
}
.section_feedback .swiper-pagination {
    position: absolute;
    transition: 0.3s opacity;
    z-index: 10;
    width: auto !important;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    left: auto !important;
    right: 10px;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    .section_feedback .swiper-pagination {
        right: 5px;
    }
}
.section_feedback .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border: 1px solid transparent;
    position: relative;
    background-color: transparent;
    margin: 2px;
    opacity: 1;
    margin: 3px 5px !important;
}
.section_feedback .swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #9f9f9f;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.section_feedback .swiper-pagination .swiper-pagination-bullet-active {
    border-color: #fffefe;
}
.section_feedback .swiper-pagination .swiper-pagination-bullet-active:before {
    background-color: #ffffff;
}
.section_choose {
    /* padding-bottom: 0; */
}
.section_choose .row {
    align-items: center;
}
.section_choose .section-title-choose {
    text-align: left;
    margin-bottom: -5px;
}
.section_choose .section-title-choose .sub_title {
    font-size: 1.4rem;
    color: var(--mainColor);
    position: relative;
    font-weight: 700;
    display: flex;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    padding-left: 60px;
}
.section_choose .section-title-choose .sub_title::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 12px;
    width: 50px;
    height: 1px;
    border-bottom: 1px dashed var(--mainColor);
}
.section_choose .section-title-choose h2 {
    color: var(--textColor);
    font-size: 4rem;
    font-weight: 800;
    line-height: 56px;
    z-index: 2;
    position: relative;
    font-family: "Raleway", sans-serif;
}
@media (max-width: 1025px) {
    .section_choose .section-title-choose h2 {
        font-size: 3rem;
        line-height: 48px;
    }
}
@media (max-width: 767px) {
    .section_choose .section-title-choose h2 {
        font-size: 2rem;
        line-height: 36px;
    }
}
.section_choose .desc {
    color: var(--textColor);
    font-size: 1.6rem;
    display: block;
    margin-bottom: 20px;
}
@media (max-width: 1025px) {
    .section_choose .desc {
        margin-bottom: 15px;
        font-size: 1.4rem;
    }
}
.section_choose .box_img_choose {
    display: block;
}
@media (max-width: 992px) {
    .section_choose .box_img_choose {
        margin-bottom: 25px;
    }
}
.section_choose .box_img_choose img {
    width: 100%;
    border-radius: 20px;
}
.section_choose .why-feature-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.section_choose .why-feature-list .why-feature-list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    position: relative;
    border-radius: 20px;
    border: 1px solid #d4d4d4;
    padding: 14px;
}
.section_choose .why-feature-list .why-feature-list-wrap .number {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(190, 190, 190, 0.17);
    box-shadow: 0px 0px 20px 10px rgba(190, 190, 190, 0.17);
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background: var(--mainColor);
    position: absolute;
    top: 8px;
    left: 8px;
}
.section_choose .why-feature-list .why-feature-list-wrap .feature-title {
    font-size: 1.6rem;
    font-weight: 800;
    background: var(--subColor);
    margin-bottom: 10px;
    border-radius: 40px;
    padding: 10px;
    color: #fff;
    position: relative;
    padding-left: 52px;
    height: 52px;
    line-height: 32px;
}
.section_choose .why-feature-list .why-feature-list-wrap .feature-text {
    margin-bottom: -0.5em;
}
@media (max-width: 767px) {
    .section_choose .why-feature-list .why-feature-list-wrap .feature-title {
        font-size: 1.8rem;
    }
    .section_choose .why-feature-list {
        grid-template-columns: repeat(1, 1fr);
    }
}
.section_team {
    background-color: #f8f8f8;
    position: relative;
    overflow: hidden;
}
.section_team .section-title-team {
    text-align: left;
    margin-bottom: -5px;
}
.section_team .section-title-team .sub_title {
    font-size: 1.4rem;
    color: var(--mainColor);
    position: relative;
    font-weight: 700;
    display: flex;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    padding-left: 60px;
}
.section_team .section-title-team .sub_title::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 12px;
    width: 50px;
    height: 1px;
    border-bottom: 1px dashed var(--mainColor);
}
.section_team .section-title-team h2 {
    color: var(--textColor);
    font-size: 4rem;
    font-weight: 800;
    line-height: 56px;
    z-index: 2;
    position: relative;
    font-family: "Raleway", sans-serif;
}
@media (max-width: 1025px) {
    .section_team .section-title-team h2 {
        font-size: 3rem;
        line-height: 48px;
    }
}
@media (max-width: 767px) {
    .section_team .section-title-team h2 {
        font-size: 2rem;
        line-height: 36px;
    }
}
.section_team .desc {
    color: var(--textColor);
    font-size: 1.6rem;
    display: block;
    margin-bottom: 20px;
}
@media (max-width: 1025px) {
    .section_team .desc {
        margin-bottom: 15px;
        font-size: 1.4rem;
    }
}
.section_team .box_see_team {
    margin-top: 25px;
    display: block;
    text-align: center;
}
.section_team .img_top_pos {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    top: 0.1%;
    right: -2%;
}
@media (max-width: 1025px) {
    .section_team .img_top_pos {
        max-width: 60px;
    }
}
.section_team .img_top_pos img {
    max-width: 100%;
    height: auto;
}
.section_team .img_bot_pos {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    bottom: 7%;
    left: 2%;
}
@media (max-width: 1025px) {
    .section_team .img_bot_pos {
        max-width: 60px;
        bottom: 5px;
    }
}
.section_team .jump {
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite;
}
@-webkit-keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.section_team .spin {
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.section_team .swiper-container {
    position: relative;
}
.section_team .swiper-container .swiper-pagination-bullets {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.section_team
    .swiper-container
    .swiper-pagination-bullets
    .swiper-pagination-bullet {
    box-shadow: none;
    outline: 0;
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.2);
    padding: 0;
    font-size: 0;
    opacity: 1;
}
.section_team
    .swiper-container
    .swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transition: all 0.2s;
    background: var(--mainColor);
}
.section_team .swiper-container .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    right: 8px;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translate(32px, -50%);
    -ms-transform: translate(32px, -50%);
    transform: translate(32px, -50%);
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
@media (max-width: 1199px) {
    .section_team .swiper-container .swiper-button-next {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 1025px) {
    .section_team .swiper-container .swiper-button-next {
        width: 36px;
        height: 36px;
    }
}
.section_team .swiper-container .swiper-button-next svg {
    width: 100%;
    height: 100%;
}
.section_team .swiper-container .swiper-button-next svg path {
    stroke: #fff;
}
.section_team .swiper-container .swiper-button-next:after {
    display: none;
}
.section_team .swiper-container .swiper-button-next:hover {
    background-color: var(--subColor);
}
@media (max-width: 767px) {
    .section_team .swiper-container .swiper-button-next {
        display: none;
    }
}
.section_team .swiper-container .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    left: 8px;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translate(-32px, -50%) rotate(180deg);
    -ms-transform: translate(-32px, -50%) rotate(180deg);
    transform: translate(-32px, -50%) rotate(180deg);
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
@media (max-width: 1199px) {
    .section_team .swiper-container .swiper-button-prev {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 1025px) {
    .section_team .swiper-container .swiper-button-prev {
        width: 36px;
        height: 36px;
    }
}
.section_team .swiper-container .swiper-button-prev svg {
    width: 100%;
    height: 100%;
}
.section_team .swiper-container .swiper-button-prev svg path {
    stroke: #fff;
}
.section_team .swiper-container .swiper-button-prev:after {
    display: none;
}
.section_team .swiper-container .swiper-button-prev:hover {
    background-color: var(--subColor);
}
@media (max-width: 767px) {
    .section_team .swiper-container .swiper-button-prev {
        display: none;
    }
}
@media (max-width: 767px) {
    .section_team .swiper-container .swiper-button-next,
    .section_team .swiper-container .swiper-button-prev {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .section_team .swiper-container .swiper-button-next:after,
    .section_team .swiper-container .swiper-button-prev:after {
        font-size: 1.2rem;
    }
}
.section_team .swiper-container .swiper-button-lock {
    display: none !important;
}
.section_team .swiper-container .swiper-button-disabled {
    opacity: 0.35;
}
.section_team .swiper-container:hover .swiper-button-next {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section_team
    .swiper-container:hover
    .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
}
.section_team .swiper-container:hover .swiper-button-prev {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.section_team
    .swiper-container:hover
    .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
}
.section_team .swiper-container:hover .swiper-button-prev.swiper-button-lock {
    display: none;
}
@media (max-width: 768px) {
    .section_team .swiper-container .swiper-button-next {
        right: 10px;
        display: block;
    }
    .section_team .swiper-container .swiper-button-prev {
        left: 10px;
        display: block;
    }
}
.section_team .team-card .team-img {
    overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 106.5%;
}
.section_team .team-card .team-img img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    will-change: opacify;
    transform: scale(1);
    transition: all 0.5s ease;
}
.section_team .team-card .team-card-content {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    background: rgba(23, 23, 23, 0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 0px;
    padding: 18px 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 575px) {
    .section_team .team-card .team-card-content {
        padding: 18px 20px;
    }
}
.section_team .team-card .team-card-content .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: auto;
    width: 100%;
    text-align: start;
}
.section_team .team-card .team-card-content .media .media-left {
    width: calc(100% - 50px);
}
.section_team .team-card .team-card-content .media .media-body {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.section_team .team-card .team-card-content .icon-btn {
    border: 0;
    background: var(--mainColor);
}
.section_team .team-card .team-card-content .icon-btn img {
    -webkit-filter: brightness(99) invert(0);
    filter: brightness(99) invert(0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.section_team .team-card .team-card-content .icon-btn:hover {
    background: #fff;
}
.section_team .team-card .team-card-content .icon-btn:hover img {
    -webkit-filter: none;
    filter: none;
}
@media (max-width: 575px) {
    .section_team .team-card .team-card-content {
        bottom: 15px;
        left: 15px;
        right: 15px;
    }
}
.section_team .team-card .box-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}
.section_team .team-card .box-title a {
    color: #fff;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.section_team .team-card .box-title a:hover {
    color: var(--mainColor);
}
.section_team .team-card .team-desig {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: -0.4em;
    display: block;
    color: #fff;
}
.section_team .team-card .th-social {
    z-index: 1;
    border-radius: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-top: auto;
    opacity: 0;
    visibility: hidden;
}
.section_team .team-card .th-social a {
    display: inline-flex;
    text-align: center;
    padding: 0;
    color: #fff;
    border: 1px solid rgba(189, 189, 189, 0.5);
    margin: 0;
    background: transparent;
    justify-content: center;
    align-items: center;
}
.section_team .team-card .th-social a svg {
    width: 14px;
    height: 14px;
}
.section_team .team-card .th-social a svg path {
    fill: #fff;
}
.section_team .team-card .th-social a:hover {
    color: #fff;
    background: var(--mainColor);
}
.section_team .team-card:hover .team-card-content {
    top: 24px;
    padding: 24px 25px;
}
@media (max-width: 575px) {
    .section_team .team-card:hover .team-card-content {
        top: 15px;
        padding: 20px;
    }
}
.section_team .team-card:hover .th-social {
    opacity: 1;
    visibility: visible;
}
.section_team .team-card.style6 {
    border-radius: 20px;
    overflow: hidden;
}
.section_team .team-card.style6 .team-card-content {
    -webkit-mask-image: none;
    mask-image: none;
    border-radius: 16px;
    -ms-flex-line-pack: end;
    align-content: end;
}
.section_team .team-card.style6 .team-card-content .media {
    margin-bottom: -25px;
    -ms-flex-item-align: self-end;
    align-self: self-end;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.section_team .team-card.style6 .team-card-content .th-social {
    margin-top: 0;
}
.section_team .team-card.style6:hover .team-card-content {
    inset: 0;
    padding: 40px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(23, 23, 23, 0)),
        to(rgba(23, 23, 23, 0.9))
    );
    background: linear-gradient(
        180deg,
        rgba(23, 23, 23, 0) 0%,
        rgba(23, 23, 23, 0.9) 100%
    );
    top: 0;
    -ms-flex-line-pack: end;
    align-content: end;
}
.section_team .team-card.style6:hover .team-card-content .media {
    margin-bottom: 0;
}
.section_team .team-card.style6:hover .th-social {
    margin-top: 30px;
}
.section_team .icon-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: transparent;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: none;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
    vertical-align: -20px;
}
.section_team .th-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
.section_team .th-social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: transparent;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
}
.section_brands {
    position: relative;
    background-color: #f8f8f8;
}
.section_brands .row {
    align-items: center;
}
.section_brands .section-title-brand {
    text-align: left;
    margin-bottom: -5px;
}
.section_brands .section-title-brand .sub_title {
    font-size: 1.4rem;
    color: var(--mainColor);
    position: relative;
    font-weight: 700;
    display: flex;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    padding-left: 60px;
}
.section_brands .section-title-brand .sub_title::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 12px;
    width: 50px;
    height: 1px;
    border-bottom: 1px dashed var(--mainColor);
}
.section_brands .section-title-brand h2 {
    color: var(--textColor);
    font-size: 4rem;
    font-weight: 800;
    line-height: 56px;
    z-index: 2;
    position: relative;
    font-family: "Raleway", sans-serif;
}
@media (max-width: 1025px) {
    .section_brands .section-title-brand h2 {
        font-size: 3rem;
        line-height: 48px;
    }
}
@media (max-width: 767px) {
    .section_brands .section-title-brand h2 {
        font-size: 2rem;
        line-height: 36px;
    }
}
.section_brands .desc {
    color: var(--textColor);
    font-size: 1.6rem;
    display: block;
    margin-bottom: 20px;
}
@media (max-width: 1025px) {
    .section_brands .desc {
        margin-bottom: 15px;
        font-size: 1.4rem;
    }
}
.section_brands ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
@media (max-width: 767px) {
    .section_brands ul {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }
}
.section_brands ul li {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .section_brands ul li {
        padding-right: 7.5px;
        padding-left: 7.5px;
        -ms-flex: 0 0 calc(100% / 3);
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3);
        margin-bottom: 15px;
    }
}
.section_brands .img_brand {
    padding-bottom: 50%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
    background: #fff;
    border-radius: 15px;
    border: 3px solid var(--mainColor);
}
@media (max-width: 767px) {
    .section_brands .img_brand {
        border: 2px solid var(--mainColor);
    }
}
.section_brands .img_brand img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 3px;
    transition: all 0.3s ease;
}
@media (max-width: 767px) {
    .section_brands .img_brand img {
        padding: 2px;
    }
}
.section_brands .img_brand:hover {
    border: 3px solid var(--subColor);
}
@media (max-width: 767px) {
    .section_brands .img_brand:hover {
        border: 2px solid var(--subColor);
    }
}
.section_brands .img_brand:hover img {
    transform: scale(1.1);
}
.item_null .item_product_main {
    aspect-ratio: 265/500;
    background: #f1f1f1;
    border-radius: 0px;
    height: auto;
    padding: 0px;
    margin-bottom: 25px;
}
@media (max-width: 992px) {
    .sidebar-cont-pro {
        order: 1;
    }
}
.section_faq {
    position: relative;
    overflow: hidden;
    padding-bottom: 0px;
}
.section_faq .row {
    align-items: center;
}
@keyframes float_up_down {
    0% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    50% {
        transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }
    100% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}
.section_faq .testimonial-one_circle {
    animation-name: float_up_down;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_up_down;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.section_faq .testimonial-one_circle {
    position: absolute;
    right: -250px;
    top: 80px;
    width: 436px;
    height: 436px;
    border-radius: 50%;
    z-index: 0;
    border: 60px solid #ffefe5;
}
@media (max-width: 992px) {
    .section_faq .testimonial-one_circle {
        display: none;
    }
}
.section_faq .section-title-faq {
    text-align: left;
    margin-bottom: -5px;
}
.section_faq .section-title-faq .sub_title {
    font-size: 1.4rem;
    color: var(--mainColor);
    position: relative;
    font-weight: 700;
    display: flex;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    padding-left: 60px;
}
.section_faq .section-title-faq .sub_title::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 12px;
    width: 50px;
    height: 1px;
    border-bottom: 1px dashed var(--mainColor);
}
.section_faq .section-title-faq h2 {
    font-size: 4rem;
    font-weight: 800;
    line-height: 56px;
    z-index: 2;
    position: relative;
    font-family: "Raleway", sans-serif;
}
@media (max-width: 1025px) {
    .section_faq .section-title-faq h2 {
        font-size: 3rem;
        line-height: 48px;
    }
}
@media (max-width: 767px) {
    .section_faq .section-title-faq h2 {
        font-size: 2rem;
        line-height: 36px;
    }
}
.section_faq .desc {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 20px;
}
@media (max-width: 1025px) {
    .section_faq .desc {
        margin-bottom: 15px;
        font-size: 1.4rem;
    }
}
.section_faq .container {
    position: relative;
    z-index: 2;
}
.section_faq .bg_pos {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
    max-width: 600px;
}
.section_faq .bg_pos img {
    height: 100%;
}
.section_faq .banner_faq {
    display: block;
    overflow: hidden;
    position: relative;
}
@media (max-width: 992px) {
    .section_faq .banner_faq {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
}
.section_faq .faq li {
    background-color: #efefef;
    border-radius: 40px;
    margin-bottom: 20px;
}
.section_faq .faq li:last-child {
    margin-bottom: 0px;
}
.section_faq .faq li h3 {
    font-size: 16px;
    position: relative;
    padding-right: 10px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 0;
    background-color: #000;
    color: #fff;
    padding: 15px;
    border-radius: 40px;
    padding-right: 50px;
}
.section_faq .faq li h3 .icon_nex {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.5s;
    background: var(--mainColor);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_faq .faq li h3 .icon_nex svg {
    width: 16px;
    height: 16px;
}
.section_faq .faq li .content-faq {
    padding: 15px;
}
.section_faq .faq li:hover h3 {
    color: #fff;
    background-color: var(--mainColor);
}
.section_faq .faq li:hover .icon_nex {
    background: #000;
}
.section_faq .faq li.active {
    background-color: #efefef;
}
.section_faq .faq li.active .icon_nex {
    background: #000;
    transform: translate(0%, -50%) rotate(90deg);
}
.section_faq .faq li.active h3 {
    color: #fff;
    background-color: var(--mainColor);
}
.counter-one {
    position: relative;
    overflow: hidden;
    padding: 40px 0px 50px;
    margin-top: 40px;
}
@keyframes slideBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 0;
    }
}
.counter-one_pattern {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-position: center bottom;
    background-repeat: repeat-x;
    animation: slideBackground 10s linear infinite;
    background: #fff;
}
@media (max-width: 767px) {
    .counter-one_pattern {
        background-position-y: bottom !important;
        background-repeat: no-repeat;
    }
}
.counter-one .counter-block_one:nth-child(2n + 1) {
    transform: translateY(90px);
}
.counter-block_one {
    position: relative;
    margin-bottom: 120px;
}
.counter-block_one-inner {
    position: relative;
    padding-left: 40px;
}
.counter-block_one-outline {
    position: absolute;
    left: 0px;
    top: 90px;
    width: 2px;
    height: 180%;
    background-image: linear-gradient(
        to bottom,
        #999,
        #717171,
        #4c4c4c,
        #2a2a2a,
        #060606
    );
}
@media (max-width: 1199px) {
    .counter-block_one-outline {
        left: 10px;
    }
}
.counter-block_one-outline:before {
    position: absolute;
    content: "";
    left: -5px;
    top: 0px;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    background-color: #999999;
    outline: 1px dashed #000;
    outline-offset: 10px;
}
.counter-block_one-count {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
    display: block;
    padding-top: 15px;
}
.counter-block_one-count sup {
    position: relative;
    color: #ffffff;
    background: var(--mainColor);
    display: inline-flex;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    top: -15px;
    font-weight: bold;
    font-size: 16px;
}
.counter-block_one-text {
    position: relative;
    font-size: 1.6rem;
}
@media (max-width: 767px) {
    .counter-one {
        text-align: center;
        padding-top: 25px 0px 0px;
        margin-top: 25px;
    }
    .counter-block_one-inner {
        padding-left: 0px;
    }
    .counter-block_one-outline {
        display: none;
    }
    .counter-block_one {
        margin-bottom: 30px;
    }
    .counter-one .counter-block_one:nth-child(2n + 1) {
        transform: translateY(0px);
    }
    .counter-block_one-count {
        font-size: 20px;
    }
}
.section_tu_van_bao_gia {
    position: relative;
    background-color: #000;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
    /* padding-bottom: 0px; */
}
.section_tu_van_bao_gia .row {
    align-items: center;
}
.section_tu_van_bao_gia .section-title-baogia {
    text-align: left;
    margin-bottom: -5px;
}
.section_tu_van_bao_gia .section-title-baogia .sub_title {
    font-size: 1.4rem;
    color: var(--mainColor);
    position: relative;
    font-weight: 700;
    display: flex;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    padding-left: 60px;
}
.section_tu_van_bao_gia .section-title-baogia .sub_title::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 12px;
    width: 50px;
    height: 1px;
    border-bottom: 1px dashed var(--mainColor);
}
.section_tu_van_bao_gia .section-title-baogia h2 {
    color: #fff;
    font-size: 4rem;
    font-weight: 800;
    line-height: 56px;
    z-index: 2;
    position: relative;
    font-family: "Raleway", sans-serif;
}
@media (max-width: 1025px) {
    .section_tu_van_bao_gia .section-title-baogia h2 {
        font-size: 3rem;
        line-height: 48px;
    }
}
@media (max-width: 767px) {
    .section_tu_van_bao_gia .section-title-baogia h2 {
        font-size: 2rem;
        line-height: 36px;
    }
}
.section_tu_van_bao_gia .desc {
    color: #fff;
    font-size: 1.6rem;
    display: block;
    margin-bottom: 20px;
}
@media (max-width: 1025px) {
    .section_tu_van_bao_gia .desc {
        margin-bottom: 15px;
        font-size: 1.4rem;
    }
}
.section_tu_van_bao_gia .box_see_baogia {
    margin-top: 25px;
    display: block;
    text-align: left;
}
.section_tu_van_bao_gia .btn-style-three {
    border: 2px solid #fff;
}
.section_form {
    position: relative;
    background-color: #000;
    background-image: url(//bizweb.dktcdn.net/100/601/974/themes/1047016/assets/bg_form.png?1765352855929);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section_form .row {
    align-items: center;
}
.section_form .box_info_form {
    background-color: var(--mainColor);
    border-radius: 20px;
    padding: 30px;
}
@media (max-width: 992px) {
    .section_form .box_info_form {
        padding: 15px;
    }
}
@media (max-width: 767px) {
    .section_form .box_info_form {
        margin-bottom: 25px;
    }
}
.section_form .box_info_form .item_contact {
    text-align: center;
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    .section_form .box_info_form .item_contact.item_contact_mob {
        margin-bottom: 0px;
    }
}
.section_form .box_info_form .item_contact .icon_contact {
    display: block;
    margin-bottom: 10px;
}
.section_form .box_info_form .item_contact .icon_contact svg {
    width: 40px;
    height: 40px;
}
.section_form .box_info_form .item_contact .icon_contact svg path {
    fill: #fff;
}
.section_form .box_info_form .item_contact .content_contact h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
@media (max-width: 992px) {
    .section_form .box_info_form .item_contact .content_contact h3 {
        font-size: 16px;
    }
}
.section_form .box_info_form .item_contact .content_contact a {
    color: #000;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
    z-index: 2;
    position: relative;
}
.section_form .box_info_form .item_contact .content_contact a:hover,
.section_form .box_info_form .item_contact .content_contact a:focus {
    color: #fff;
}
@media (max-width: 1025px) {
    .section_form .box_info_form .item_contact .content_contact a {
        font-size: 2.4rem;
    }
}
@media (max-width: 992px) {
    .section_form .box_info_form .item_contact .content_contact a {
        font-size: 2rem;
    }
}
@media (max-width: 767px) {
    .section_form .box_info_form .item_contact .content_contact a {
        font-size: 1.8rem;
    }
}
.section_form .box_form_contact {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
}
@media (max-width: 767px) {
    .section_form .box_form_contact {
        padding: 15px;
    }
}
.section_form .section-title-form {
    text-align: left;
    margin-bottom: -5px;
}
.section_form .section-title-form .sub_title {
    font-size: 1.4rem;
    color: var(--mainColor);
    position: relative;
    font-weight: 700;
    display: flex;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    padding-left: 60px;
}
.section_form .section-title-form .sub_title::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 12px;
    width: 50px;
    height: 1px;
    border-bottom: 1px dashed var(--mainColor);
}
.section_form .section-title-form h2 {
    color: var(--textColor);
    font-size: 4rem;
    font-weight: 800;
    line-height: 56px;
    z-index: 2;
    position: relative;
    font-family: "Raleway", sans-serif;
}
@media (max-width: 1025px) {
    .section_form .section-title-form h2 {
        font-size: 3rem;
        line-height: 48px;
    }
}
@media (max-width: 767px) {
    .section_form .section-title-form h2 {
        font-size: 2rem;
        line-height: 36px;
    }
}
.section_form .desc {
    color: var(--textColor);
    font-size: 1.6rem;
    display: block;
    margin-bottom: 20px;
}
@media (max-width: 1025px) {
    .section_form .desc {
        margin-bottom: 15px;
        font-size: 1.4rem;
    }
}
.section_form .group_contact input,
.section_form .group_contact textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 28px;
    padding: 10px 30px;
    font-weight: 400;
    font-size: 16px;
    background: none;
    border-radius: 50px;
    color: var(--textColor);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #f5f5f5;
    border: none;
    -webkit-box-shadow: 0 0 13px rgba(154, 154, 154, 0.13);
    -khtml-box-shadow: 0 0 13px rgba(154, 154, 154, 0.13);
    -moz-box-shadow: 0 0 13px rgba(154, 154, 154, 0.13);
    -ms-box-shadow: 0 0 13px rgba(154, 154, 154, 0.13);
    -o-box-shadow: 0 0 13px rgba(154, 154, 154, 0.13);
    box-shadow: 0 0 13px rgba(154, 154, 154, 0.13);
}
@media (max-width: 767px) {
    .section_form .group_contact input,
    .section_form .group_contact textarea {
        height: 50px;
    }
}
.section_form .group_contact textarea {
    height: auto;
    border-radius: 25px;
}
.section_form .group_contact .btn-lienhe {
    background: var(--mainColor);
    color: #fff;
    border: initial;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
}
.section_form .group_contact .btn-lienhe svg {
    width: 18px;
    height: 18px;
    margin-left: 3px;
}
.section_form .group_contact .btn-lienhe:hover {
    background: var(--subColor);
}
.section_form .box_see_form {
    margin-top: 25px;
    display: block;
    text-align: center;
}
.section_form .box_see_form button {
    border: none;
}
.section_form .img_contact_form {
    display: block;
    margin-bottom: -30px;
    text-align: center;
}
@media (max-width: 992px) {
    .section_form .img_contact_form {
        margin-bottom: -15px;
    }
}
@media (max-width: 767px) {
    .section_form .img_contact_form {
        display: none;
    }
}
.section_form .img_contact_form img {
    max-width: 190px;
    margin: 0 auto;
}

/* Typography override for homepage main titles */
.section-index [class*="section-title"] h1,
.section-index [class*="section-title"] h2,
.section-index [class*="section-title"] h3,
.section-index .section_project .item_project .blog_content h3,
.section-index .section_blog .item_blog .blog_content h3,
.section-index .section_faq .faq li h3,
.section-index .section_form .box_info_form .item_contact .content_contact h3,
.section-index .section_video_thongke .box_thongke .item .content .title {
    font-family: "1FTV-VIP-Dark-Moon", sans-serif !important;
}
