@keyframes zoomzoom {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1.2);
    }
}
main#main {
    overflow: hidden;
}
header.header .main-header {
    padding: 10px 0px;
    background-color: rgb(7, 29, 54);
}

.main-widget {
    position: fixed;
    right: 14px;
    bottom: 40px;
    z-index: 3;
    top: auto !important;
}

.main-widge .img svg {
    width: 100%;
    height: 100%;
}

.main-widget .img {
    width: 25px;
    height: 25px;
}

.main-icon svg {
    width: 20px;
    height: 20px;
    fill: rgb(255, 255, 255);
    margin-bottom: 5px;
}

.main-icon p {
    font-size: 1rem;
    color: rgb(255, 255, 255);
    margin: 0px;
}

.out-circle {
    overflow: hidden;
    padding: 17px;
    border-radius: 100%;
    background: var(--support-color);
    width: 60px;
    height: 60px;
}

.main-icon {
    line-height: 0;
    color: rgb(255, 255, 255);
    width: 100%;
    height: 32px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.main-icon i {
    width: 26px;
    height: 26px;
    transform: translateX(2px);
}

.ser-icon {
    display: inline-flex;
    position: absolute;
    font-size: 30px;
    top: 0px;
    left: 0px;
    padding: 10%;
    background: rgb(255, 255, 255);
    max-width: 100%;
    overflow: hidden;
    border-radius: 100%;
    color: var(--support-color);
    width: 70%;
    height: 70%;
    margin: 15%;
    transition: 0.2s;
}

.unsee {
    opacity: 0;
    transform: scale(0);
}

.process {
    display: inline-flex;
    transform: translateX(0px);
    transition: transform 0.15s linear;
    line-height: 0;
}

.ser-icon .item {
    margin-right: 40px;
    width: 30px;
    height: 30px;
    color: var(--support-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.ser-icon .item svg {
    width: 25px;
    height: 25px;
    color: var(--support-color);
}

.ser-icon i:nth-child(2n) {
    color: rgb(0, 0, 0);
}

.def-content {
    position: absolute;
    bottom: 62px;
    right: 0px;
    background: rgb(255, 255, 255);
    border-radius: 8px;
    transition: 0.2s;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    width: 300px;
    z-index: 1;
}

.def-content::before {
    position: absolute;
    bottom: -8px;
    right: 22px;
    left: auto;
    border-right: 8px solid transparent;
    border-top: 8px solid rgb(255, 255, 255);
    border-left: 8px solid transparent;
    content: "";
    display: inline-block !important;
}

.def-header {
    background: var(--support-color);
    padding: 10px;
    border-radius: 8px 8px 0px 0px;
    color: rgb(255, 255, 255);
    position: relative;
}

.def-content .item > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px 10px;
    transition: 0.3s linear;
}

.def-content .item > a .img {
    flex: 0 0 auto;
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 50%;
    color: rgb(255, 255, 255) !important;
}

.def-content .item > a .img svg {
    height: 20px;
    width: 20px;
}

.def-content .item > a .detail {
    flex-grow: 1;
    line-height: 1.4;
}

.def-content .item > a .arcu-item-title {
    font-weight: 700;
    font-size: 1.4rem;
    display: block;
    line-height: 1.4;
}

.def-content .item > a .arcu-item-subtitle {
    font-size: 1.3rem;
    color: rgb(120, 120, 120);
}

.def-content .item.phone > a .img {
    background: rgb(78, 182, 37);
}

.def-content .item.mess > a .img {
    background: rgb(49, 173, 255);
}

.def-content .item.zalo > a .img {
    background: rgb(1, 101, 248);
}

.def-content .item.map > a .img {
    background: rgb(217, 66, 52);
}

.def-content .item:last-child {
    margin-bottom: 0px;
}

.main-widget .close-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: 25px;
    top: 0px;
    padding: 10px;
    left: 0px;
    width: 60px;
    height: 60px;
    line-height: 1;
    text-align: center;
    color: rgb(255, 255, 255);
    background: var(--support-color);
    border-radius: 100%;
    transition: 0.2s;
    transform: rotate(0deg);
    cursor: pointer;
}

.main-widget .close-icon svg {
    width: 25px;
    height: 25px;
}

.main-widget .close-icon.unsee {
    transform: rotate(180deg);
}

.pregan {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: var(--support-color);
    z-index: -2;
    border-radius: 100%;
    opacity: 0.6;
    animation: 3s linear 0.2s infinite normal none running zoomzoom;
}

.def-content .def-header .close-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 10px;
    left: initial;
    padding: 0px;
    margin: 0px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    background: var(--support-color);
    line-height: 1;
    width: 26px;
    height: 26px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    text-align: center;
}

.def-content .def-header .close-icon:hover svg path {
    fill: var(--bv-primary);
}

.pregan:nth-child(1) {
    animation-delay: 0.5s;
}

.main-widget .item svg {
    fill: var(--support-color);
}

.def-content .item svg {
    fill: rgb(255, 255, 255);
}

.def-content .item:hover {
    background: rgb(241, 241, 241);
}

section.section-index.section_choose {
    background-color: var(--why_choose_us_background_color);
    padding: 0px;
}

section.section-index.section_product_tab.section_product_tab_1 {
    background-color: var(--featured_product_background_color);
}

.section-index {
    padding: 50px 0px;
}

@media (max-width: 1025px) {
    .section-index {
        padding: 30px 0px;
    }

    .section_slider .container {
        padding: unset;
    }
}

@media (min-width: 1199px) {
    .section_slider .container, .section_slider .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
        width: 100%;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

.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: 0px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.8);
    padding: 0px;
    font-size: 0px;
    opacity: 1;
    margin: 0px 3px;
}

.section_slider .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
    transition: 0.2s;
    background: var(--bv-primary);
}

.section_slider .swiper-container .swiper-button-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    outline: none;
    border: 0px;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    text-align: center;
    z-index: 2;
    right: 8px;
    transition: 0.25s;
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    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: rgb(255, 255, 255);
}

.section_slider .swiper-container .swiper-button-next::after {
    display: none;
}

.section_slider .swiper-container .swiper-button-next:hover {
    background-color: var(--bv-primary);
}

@media (max-width: 767px) {
    .section_slider .swiper-container .swiper-button-next {
        display: none;
    }
}

.section_slider .swiper-container .swiper-button-prev {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    outline: none;
    border: 0px;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    text-align: center;
    z-index: 2;
    left: 8px;
    transition: 0.25s;
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    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: rgb(255, 255, 255);
}

.section_slider .swiper-container .swiper-button-prev::after {
    display: none;
}

.section_slider .swiper-container .swiper-button-prev:hover {
    background-color: var(--bv-primary);
}

@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;
    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;
    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;
}

@media (max-width: 767px) {
    .section_slider .swiper-container .swiper-slide {
    }
}

.section_slider .swiper-container .swiper-slide img {
    width: 100%;
    position: relative;
}

.section_slider .thumb-slider-text {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    left: 0px;
    width: 1170px;
    right: 0px;
    margin: auto;
    display: flex;
    justify-content: left;
    z-index: 1;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1500px) {
    .section_slider .thumb-slider-text {
        width: 1279px;
    }
}

@media (max-width: 1199px) {
    .section_slider .thumb-slider-text {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .section_slider .thumb-slider-text {
        top: 53%;
    }
}

@media (max-width: 767px) {
    .section_slider .thumb-slider-text {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.section_slider .thumb-slider-text .slider-text {
    text-align: left;
    color: rgb(255, 255, 255);
    display: inline-block;
    position: relative;
}

.section_slider .thumb-slider-text .slider-text .title {
    opacity: 0;
    transition: 0.8s;
    transform: translateY(-30px);
    color: rgb(255, 255, 255);
    font-size: 2rem;
    font-weight: 400;
    position: relative;
    line-height: 18px;
    margin-bottom: 20px;
    border-radius: 40px;
    display: inline-block;
    border: 1px solid rgb(255, 255, 255);
    padding: 10px;
}

@media (max-width: 992px) {
    .section_slider .thumb-slider-text .slider-text .title {
        font-size: 1.6rem;
        line-height: 16px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .section_slider .thumb-slider-text .slider-text .title {
        font-size: 1.4rem;
        line-height: 16px;
        margin-bottom: 10px;
        padding: 7px;
    }
}

@media (max-width: 340px) {
    .section_slider .thumb-slider-text .slider-text .title {
        font-size: 1.2rem;
    }
}

.section_slider .thumb-slider-text .slider-text .content {
    font-size: 5.2rem;
    font-weight: 700;
    position: relative;
    line-height: 70px;
    opacity: 0;
    transform: translateX(-40px);
    transition: 0.8s 1s;
    margin-bottom: 20px;
}

@media (max-width: 1400px) {
    .section_slider .thumb-slider-text .slider-text .content {
        font-size: 4.2rem;
        line-height: 42px;
    }
}

@media (max-width: 1199px) {
    .section_slider .thumb-slider-text .slider-text .content {
        font-size: 3.2rem;
        line-height: 34px;
        margin-bottom: 15px;
    }
}

@media (max-width: 992px) {
    .section_slider .thumb-slider-text .slider-text .content {
        font-size: 2.6rem;
        line-height: 28px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .section_slider .thumb-slider-text .slider-text .content {
        font-size: 2.4rem;
        line-height: 26px;
        margin-bottom: 10px;
    }
}

@media (max-width: 340px) {
    .section_slider .thumb-slider-text .slider-text .content {
        font-size: 2.2rem;
    }
}

.section_slider .thumb-slider-text .slider-text .slider-one_button {
    position: relative;
    gap: 5px;
    display: inline-block;
    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_button {
    transition-delay: 1400ms;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.section_slider .thumb-slider-text .slider-text .btn-style-two {
    position: relative;
    font-weight: 600;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
    padding: 10px 25px;
    border-radius: 50px;
    display: inline-block;
    color: rgb(255, 255, 255);
    background-color: var(--mainColor);
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s 1.5s;
}

@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 15px;
        font-size: 14px;
    }
}

.section_slider .thumb-slider-text .slider-text .btn-style-two svg {
    width: 10px;
    height: 10px;
    margin-top: -2px;
    margin-left: 8px;
}

@media (max-width: 767px) {
    .section_slider .thumb-slider-text .slider-text .btn-style-two svg {
        margin-left: 5px;
    }
}

.section_slider .thumb-slider-text .slider-text .btn-style-two svg line {
    fill: none;
    stroke: rgb(255, 255, 255);
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.section_slider .thumb-slider-text .slider-text .btn-style-two::before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background-color: var(--bv-primary);
}

.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: rgb(255, 255, 255);
    transition: 0.3s;
}

.section_slider .thumb-slider-text .slider-text .btn-style-two:hover .btn-wrap .text-one:first-child {
    transform: translateY(-150%);
}

.section_slider .thumb-slider-text .slider-text .btn-style-two .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: rgb(255, 255, 255);
    transition: 0.3s;
}

.section_slider .thumb-slider-text .slider-text .btn-style-two:hover .btn-wrap .text-two {
    top: 50%;
    transform: translateY(-50%);
}

.section_slider .thumb-slider-text .slider-text .btn-style-two:hover::before {
    top: -40%;
}

.section_slider .swiper-slide-active {
    overflow: hidden;
}

.section_slider .swiper-slide-active .slider-text {
    animation: 1.5s ease 0s 1 normal both running backInUp;
}

.section_slider .swiper-slide-active .slider-text .title {
    transform: translateY(0px);
    opacity: 1;
}

.section_slider .swiper-slide-active .slider-text .content {
    transform: translateX(0px);
    opacity: 1;
}

.section_slider .swiper-slide-active .slider-text .btn-style-two {
    transform: translateY(0px);
    opacity: 1;
}

@keyframes backInUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.section_policy {
    position: relative;
    padding-top: 100px;
}

.section_policy {
}

.section_policy::before {
}

.section_policy .policy-swiper {
    position: relative;
}

.section_policy .policy-swiper .features__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 10px;
}

@media (max-width: 767px) {
    .section_policy .policy-swiper .features__item {
        gap: 10px;
    }
}

.section_policy .policy-swiper .features__item .icon-box {
    min-width: 136px;
    height: 117px;
    background: rgb(245, 242, 236);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32% 68% 46% 54% / 55% 45%;
    line-height: 1;
}

.section_policy .policy-swiper .features__item .icon-box .img_box_cus {
    transition: 0.7s;
}

.section_policy .policy-swiper .features__item .icon-box .img_box_cus img {
    width: 56px;
    line-height: 1;
}

@media (max-width: 767px) {
    .section_policy .policy-swiper .features__item .icon-box {
        min-width: 90px;
        height: 77px;
    }

    .section_policy .policy-swiper .features__item .icon-box .img_box_cus img {
        width: 46px;
        line-height: 1;
    }
}

.section_policy .policy-swiper .features__item h3 {
    font-size: 1.8rem;
    font-weight: 600;
}

@media (max-width: 767px) {
    .section_policy .policy-swiper .features__item h3 {
        font-size: 1.6rem;
    }
}

.section_policy .policy-swiper .features__item:hover .icon-box {
    background: var(--bv-primary);
}

.section_policy .policy-swiper .features__item:hover .icon-box .img_box_cus {
    transform: translate(0%, 0%) rotateY(360deg);
}

.section_policy .policy-swiper .features__item:hover .icon-box .img_box_cus img {
    filter: brightness(0) invert(1);
}

.section_about {
    position: relative;
}

.section_about .box_about_index {
    background-color: var(--hero_section_background_color);
    background-image: url("//bizweb.dktcdn.net/100/632/411/themes/1096693/assets/bg_about_index.png?1769589168390");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    padding: 60px 25px;
}

.section_about .box_about_index .row {
    align-items: center;
}

@media (max-width: 767px) {
    .section_about .box_about_index {
        border-radius: 15px;
        padding: 10px;
    }
}

.section_about .img-box10 {
    position: relative;
}

@media (max-width: 992px) {
    .section_about .img-box10 {
        margin-bottom: 25px;
    }
}

.section_about .img-box10 .img2 {
    display: block;
    border-radius: 25px;
    overflow: hidden;
    aspect-ratio: 780 / 636;
    position: relative;
}

@media (max-width: 767px) {
    .section_about .img-box10 .img2 {
        border-radius: 15px;
    }
}

.section_about .img-box10 .img2 img {
    mask-repeat: no-repeat;
    mask-position: left center;
}

.section_about .img-box10 .btn_contact-phone {
    background: var(--sub_body_Color);
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 14px 14px 0px 0px;
    border-radius: 0px 25px 0px 0px;
}

@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);
    }
}

@media (max-width: 767px) {
    .section_about .img-box10 .btn_contact-phone {
        padding: 9px 9px 0px 0px;
    }
}

.section_about .img-box10 .btn_contact-phone .phone_about {
    display: inline-flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
    background-color: var(--bv-primary);
    border-radius: 20px;
    padding: 15px 25px 15px 10px;
}

@media (max-width: 767px) {
    .section_about .img-box10 .btn_contact-phone .phone_about {
        padding: 10px 15px 10px 10px;
    }
}

.section_about .img-box10 .btn_contact-phone .icon_phone svg {
    max-height: 45px;
    animation: 1s ease-out 0s infinite normal none running iconSkew;
    min-height: -webkit-fill-available;
}

@media (max-width: 1025px) {
    .section_about .img-box10 .btn_contact-phone .icon_phone svg {
        max-height: 29px;
    }
}

.section_about .img-box10 .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 .img-box10 .btn_contact-phone .icon_phone {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .section_about .img-box10 .btn_contact-phone .icon_phone {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 451px) {
    .section_about .img-box10 .btn_contact-phone .box-contact-phone-info {
        margin-top: 10px;
    }
}

.section_about .img-box10 .btn_contact-phone .box-contact-phone-info span {
    display: block;
    line-height: 1;
    font-size: 1.8rem;
    color: rgb(255, 255, 255);
}

@media (max-width: 1025px) {
    .section_about .img-box10 .btn_contact-phone .box-contact-phone-info span {
        font-size: 1.6rem;
    }
}

@media (max-width: 767px) {
    .section_about .img-box10 .btn_contact-phone .box-contact-phone-info span {
        font-size: 1.4rem;
    }
}

.section_about .img-box10 .btn_contact-phone .box-contact-phone-info a {
    font-weight: bold;
    font-size: 2.4rem;
    color: rgb(255, 255, 255);
}

.section_about .img-box10 .btn_contact-phone .box-contact-phone-info a:hover, .section_about .img-box10 .btn_contact-phone .box-contact-phone-info a:focus {
    color: var(--mainColor);
}

@media (max-width: 1025px) {
    .section_about .img-box10 .btn_contact-phone .box-contact-phone-info a {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .section_about .img-box10 .btn_contact-phone .box-contact-phone-info a {
        font-size: 1.6rem;
    }
}

.section_about .img-box10 .btn_contact-phone .pbmit-sticky-corner {
    width: 30px;
    height: 30px;
    position: absolute;
    transform: rotate(-90deg);
}

.section_about .img-box10 .btn_contact-phone .pbmit-sticky-corner svg path {
    fill: var(--sub_body_Color);
}

.section_about .img-box10 .btn_contact-phone .pbmit-bottom-left-corner {
    bottom: 0%;
    left: -30px;
    transform: none;
}

.section_about .img-box10 .btn_contact-phone .pbmit-bottom-left-corner {
    top: -30px;
    left: 0px;
}

.section_about .img-box10 .btn_contact-phone .pbmit-sticky-corner {
    transform: rotate(90deg);
}

.section_about .img-box10 .btn_contact-phone .pbmit-top-right-corner {
    top: auto;
    right: -30px;
    bottom: 0px;
}

.section_about .img-box10 .about-tag {
    padding: 0px;
    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 .col-left .product-content {
    position: relative;
    z-index: 1;
}

.section_about .col-left .section-title-about {
    text-align: left;
    padding-left: 40px;
}

@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(--textColor);
    position: relative;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    padding: 6px 15px 3px;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    background-color: rgb(255, 255, 255);
    border-radius: 40px;
    margin-bottom: 5px;
}

.section_about .col-left .section-title-about h2 {
    color: var(--textColor);
    font-size: 4rem;
    font-weight: 700;
    line-height: 56px;
    z-index: 2;
    position: relative;
}

.section_about .col-left .section-title-about h2 b {
    color: var(--bv-primary);
    font-weight: 700;
    font-size: 5.2rem;
}

@media (max-width: 1025px) {
    .section_about .col-left .section-title-about h2 {
        font-size: 3rem;
        line-height: 48px;
    }

    .section_about .col-left .section-title-about h2 b {
        font-size: 4.2rem;
    }
}

@media (max-width: 767px) {
    .section_about .col-left .section-title-about h2 {
        font-size: 2rem;
        line-height: 36px;
    }

    .section_about .col-left .section-title-about h2 b {
        font-size: 2.8rem;
    }
}

.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 0px 0px 40px;
    margin-bottom: 30px;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    overflow: auto;
    justify-content: start;
}

@media (max-width: 1025px) {
    .section_about .box_thong_so {
        margin-bottom: 15px;
    }
}

@media (max-width: 992px) {
    .section_about .box_thong_so {
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    .section_about .box_thong_so {
        grid-template-columns: repeat(1, 1fr);
    }
}

.section_about .box_thong_so li {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 1440px) {
    .section_about .box_thong_so li {
        gap: 15px;
    }
}

@media (max-width: 767px) {
    .section_about .box_thong_so li {
        gap: 10px;
    }
}

.section_about .box_thong_so li .icon-box {
    min-width: 55px;
    height: 55px;
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32% 68% 46% 54% / 55% 45%;
    line-height: 1;
}

.section_about .box_thong_so li .icon-box .img_box_cus {
    transition: 0.7s;
}

.section_about .box_thong_so li .icon-box .img_box_cus img {
    width: 32px;
    line-height: 1;
}

.section_about .box_thong_so li h3 {
    font-size: 1.4rem;
    font-weight: 600;
}

@media (max-width: 767px) {
    .section_about .box_thong_so li h3 {
        font-size: 1.6rem;
    }
}

.section_about .box_thong_so li:hover .icon-box {
    background: var(--bv-primary);
}

.section_about .box_thong_so li:hover .icon-box .img_box_cus {
    transform: translate(0%, 0%) rotateY(360deg);
}

.section_about .box_thong_so li:hover .icon-box .img_box_cus img {
    filter: brightness(0) invert(1);
}

.section_about .box-contact {
    padding: 0px 0px 0px 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_services .section-title-project {
    text-align: center;
}

.section_services .section-title-project .sub_title {
    font-size: 1.4rem;
    color: var(--textColor);
    position: relative;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    padding: 6px 15px 3px;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    background-color: var(--sub_body_Color);
    border-radius: 40px;
    margin-bottom: 5px;
}

.section_services .section-title-project h2 {
    color: var(--textColor);
    font-size: 4rem;
    font-weight: 700;
    line-height: 56px;
    z-index: 2;
    position: relative;
}

@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;
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width: 1025px) {
    .section_services .desc {
        margin-bottom: 15px;
        font-size: 1.4rem;
    }
}

.section_services .swiper-container {
    position: relative;
    padding-bottom: 40px;
}

.section_services .swiper-container .swiper-pagination-bullets {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.section_services .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    box-shadow: none;
    outline: 0px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.8);
    padding: 0px;
    font-size: 0px;
    opacity: 1;
    margin: 0px 3px;
}

.section_services .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
    transition: 0.2s;
    background: var(--bv-primary);
}

.section_services .swiper-container .swiper-button-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    outline: none;
    border: 0px;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    text-align: center;
    z-index: 2;
    right: 8px;
    transition: 0.25s;
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

@media (max-width: 1199px) {
    .section_services .swiper-container .swiper-button-next {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 1025px) {
    .section_services .swiper-container .swiper-button-next {
        width: 36px;
        height: 36px;
    }
}

.section_services .swiper-container .swiper-button-next svg {
    width: 100%;
    height: 100%;
}

.section_services .swiper-container .swiper-button-next svg path {
    stroke: rgb(255, 255, 255);
}

.section_services .swiper-container .swiper-button-next::after {
    display: none;
}

.section_services .swiper-container .swiper-button-next:hover {
    background-color: var(--bv-primary);
}

@media (max-width: 767px) {
    .section_services .swiper-container .swiper-button-next {
        display: none;
    }
}

.section_services .swiper-container .swiper-button-prev {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    outline: none;
    border: 0px;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    text-align: center;
    z-index: 2;
    left: 8px;
    transition: 0.25s;
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%) rotate(180deg);
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

@media (max-width: 1199px) {
    .section_services .swiper-container .swiper-button-prev {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 1025px) {
    .section_services .swiper-container .swiper-button-prev {
        width: 36px;
        height: 36px;
    }
}

.section_services .swiper-container .swiper-button-prev svg {
    width: 100%;
    height: 100%;
}

.section_services .swiper-container .swiper-button-prev svg path {
    stroke: rgb(255, 255, 255);
}

.section_services .swiper-container .swiper-button-prev::after {
    display: none;
}

.section_services .swiper-container .swiper-button-prev:hover {
    background-color: var(--bv-primary);
}

@media (max-width: 767px) {
    .section_services .swiper-container .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 767px) {
    .section_services .swiper-container .swiper-button-next, .section_services .swiper-container .swiper-button-prev {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .section_services .swiper-container .swiper-button-next::after, .section_services .swiper-container .swiper-button-prev::after {
        font-size: 1.2rem;
    }
}

.section_services .swiper-container .swiper-button-lock {
    display: none !important;
}

.section_services .swiper-container .swiper-button-disabled {
    opacity: 0.35;
}

.section_services .swiper-container:hover .swiper-button-next {
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%);
}

.section_services .swiper-container:hover .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
}

.section_services .swiper-container:hover .swiper-button-prev {
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%) rotate(180deg);
}

.section_services .swiper-container:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
}

.section_services .swiper-container:hover .swiper-button-prev.swiper-button-lock {
    display: none;
}

.section_services .swiper-container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0px;
    min-height: 20px;
}

.section_services .pbmit-service-style-2 .pbminfotech-post-item::after {
    position: absolute;
    content: "";
    left: 0px;
    z-index: 0;
    top: 0px;
    height: 100%;
    background-image: url("//bizweb.dktcdn.net/100/632/411/themes/1096693/assets/team-pattern.png?1769589168390");
    width: 100%;
    background-position: center center;
}

.section_services .pbmit-service-style-2 .pbminfotech-post-item {
    background-color: var(--sub_body_Color);
    padding: 20px 20px 40px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.section_services .pbmit-service-style-2 .pbmit-featured-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    display: block;
    z-index: 1;
    aspect-ratio: 600 / 400;
    width: 100%;
    border: 5px solid rgb(255, 255, 255);
    transition: 0.4s ease-in-out;
}

.section_services .pbmit-service-style-2 .pbmit-featured-wrapper img {
    width: auto;
    max-height: 100%;
    position: absolute;
    inset: 0px;
    margin: auto;
    object-fit: contain;
    transition: 0.4s ease-in-out;
    transform: scale(1.01);
}

.section_services .pbmit-service-style-2:hover .pbmit-featured-wrapper {
    border-color: var(--bv-primary);
}

.section_services .pbmit-service-style-2:hover .pbmit-featured-wrapper img {
    transform: scale(1.02);
}

.section_services .pbmit-service-style-2:hover .pbmit-service-icon {
    transform: translate(-50%, -50%) rotateY(360deg);
}

.section_services .pbmit-service-style-2 .pbmit-service-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.section_services .pbmit-service-style-2 .pbmit-service-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.section_services .pbmit-service-style-2 .pbmit-service-image-wrapper {
    position: relative;
}

.section_services .pbmit-service-style-2 .pbmit-service-icon {
    position: absolute;
    bottom: -75px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    line-height: 0;
    color: rgb(255, 255, 255);
    background: var(--bv-primary);
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid rgb(255, 255, 255);
    transition: 0.5s ease-in-out;
    z-index: 2;
}

.section_services .pbmit-service-style-2 .pbmit-service-icon img {
    max-width: 40px;
    filter: brightness(0) invert(1);
}

.section_services .pbmit-service-style-2 .pbmit-service-icon svg {
    fill: rgb(255, 255, 255);
}

.section_services .pbmit-service-style-2 .pbmit-content-box {
    text-align: center;
    padding: 50px 15px 0px;
    position: relative;
    z-index: 1;
}

.section_services .pbmit-service-style-2 .pbmit-service-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.section_services .pbmit-service-style-2 .pbmit-serv-cat {
    display: none;
    margin: 0px 0px 10px;
}

.section_services .pbmit-service-style-2 .pbmit-service-btn {
    font-weight: 600;
}

.section_services .pbmit-service-style-2 .pbmit-service-btn .pbmit-button-text {
    color: var(--mainColor);
    border-bottom: 1px solid var(--mainColor);
    position: relative;
}

.section_services .pbmit-service-style-2 .pbmit-service-btn .pbmit-button-text::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 0%;
    height: 1px;
    background-color: var(--bv-primary);
    transition: 0.3s ease-in;
}

.section_services .pbmit-service-style-2 .pbmit-service-btn svg {
    width: 10px;
    height: 10px;
    margin-top: 2px;
    margin-left: 4px;
}

.section_services .pbmit-service-style-2 .pbmit-service-btn svg line {
    fill: none;
    stroke: var(--mainColor);
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.section_services .pbmit-service-style-2 .pbmit-service-btn:hover .pbmit-button-text {
    color: var(--bv-primary);
}

.section_services .pbmit-service-style-2 .pbmit-service-btn:hover .pbmit-button-text::before {
    width: 100%;
}

.section_services .pbmit-service-style-2 .pbmit-service-btn:hover svg line {
    stroke: var(--bv-primary);
}

.pbmit-element-column-four .section_services .pbmit-service-style-2 .pbmit-content-box {
    padding: 50px 30px 0px;
}

.pbmit-elementor-bg-color-secondary .section_services .pbmit-service-style-2 .pbminfotech-post-item {
    background-color: rgb(255, 255, 255);
}

@media (max-width: 1200px) {
    .section_services .pbmit-service-style-2 .pbmit-content-box {
        padding: 40px 10px 0px;
    }
}

.section_product_tab .section-title-tab {
    text-align: center;
}

.section_product_tab .section-title-tab h2 {
}

@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: -35px;
    top: 14px;
    width: 25px;
    height: 26px;
    mask-image: url("//bizweb.dktcdn.net/100/632/411/themes/1096693/assets/icon_sub_tab.png?1769589168390");
    background-color: var(--bv-primary);
}

.section_product_tab .section-title-tab h2::after {
    content: "";
    position: absolute;
    right: -35px;
    top: 14px;
    width: 25px;
    height: 26px;
    mask-image: url("//bizweb.dktcdn.net/100/632/411/themes/1096693/assets/icon_sub_tab.png?1769589168390");
    background-color: var(--bv-primary);
}

.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 0px;
}

.section_product_tab .tab_big .tab_ul ul {
    scrollbar-width: none;
}

.section_product_tab .tab_big .tab_ul ul::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.section_product_tab .tab_big .tab_ul ul::-webkit-scrollbar-track {
    box-shadow: none;
    border-radius: 0px;
    height: 0px;
}

.section_product_tab .tab_big .tab_ul ul::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: rgba(255, 0, 0, 0.8);
    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: auto hidden;
    white-space: nowrap;
    padding: 0px 10px 10px;
    margin: 0px 0px -10px;
    text-align: center;
    mask: linear-gradient(90deg, transparent 0px, rgb(0, 0, 0) 10px, rgb(0, 0, 0) calc(100% - 10px), transparent 100%);
}

.section_product_tab .tab_big .tab_ul ul li {
    position: relative;
    width: auto;
    line-height: 1;
    height: auto;
    font-weight: 500;
    color: rgb(255, 255, 255);
    transition: background-color 0.3s;
    margin-right: 45px;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bv-primary);
    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: var(--sub_body_Color);
    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;
}

@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: rgb(255, 255, 255);
}

@media (max-width: 767px) {
    .section_product_tab .tab_big {
        margin: 0px -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_marquee {
    padding: 15px 0px;
}

@media (max-width: 767px) {
    .section_marquee {
        padding: 0px;
    }
}

.section_marquee .container {
    overflow: hidden;
}

.section_marquee .tm-marquee-repeater {
    --tm-marquee-animation-duration: 45s;
}

.section_marquee .tm-marquee-repeater {
    position: relative;
    --tm-marquee-animation-duration: 100s;
    --gap: 0px;
    display: flex;
    user-select: none;
    gap: var(--gap);
}

.section_marquee .tm-marquee-repeater .tm-marquee-group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll var(--tm-marquee-animation-duration) linear infinite;
}

.section_marquee .tm-marquee-repeater .text {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    padding: 0px 30px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center center;
}

.section_marquee .tm-marquee-repeater .divider {
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (prefers-reduced-motion: reduce) {
    .section_marquee .tm-marquee-repeater .tm-marquee-group {
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.section_marquee .tm-marquee-repeater.hover-fill-animation .text {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    padding: 0px 30px;
    text-transform: uppercase;
}

.section_marquee .tm-marquee-repeater.hover-fill-animation .text::before {
    position: absolute;
    content: attr(data-text);
    top: -35px;
    left: 30px;
    -webkit-text-fill-color: var(--mainColor);
    width: 0px;
    transition: 300ms;
    overflow: hidden;
    padding-top: 35px;
    display: flex;
    height: calc(100% + 55px);
}

.section_marquee .tm-marquee-repeater.hover-fill-animation .text:hover::before {
    width: 100%;
}

.section_marquee .tm-marquee-repeater.slide-right {
    transform: scaleX(-1);
}

.section_marquee .tm-marquee-repeater.slide-right .text {
    transform: scaleX(-1);
}

.section_marquee .tm-marquee-repeater .text {
    font-size: 110px;
    font-weight: 600;
    line-height: 1.6;
    color: var(--mainColor);
    -webkit-text-stroke: 1px rgba(49, 49, 49, 0.38);
}

@media (max-width: 1025px) {
    .section_marquee .tm-marquee-repeater .text {
        font-size: 90px;
    }
}

@media (max-width: 992px) {
    .section_marquee .tm-marquee-repeater .text {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .section_marquee .tm-marquee-repeater .text {
        font-size: 60px;
    }
}

.section_marquee .tm-marquee-group div:nth-of-type(2n) {
    color: rgba(30, 27, 27, 0);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.62);
}

.section_marquee .tm-marquee-repeater .divider {
    color: rgba(30, 27, 27, 0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--textColor);
}

.section_marquee .tm-marquee-repeater .divider path {
    fill: var(--bv-primary);
}

.section_marquee .tm-marquee-repeater .divider:nth-of-type(2n) {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--textColor);
}

.section_before_after {
    background-color: var(--sub_body_Color);
    display: block;
    margin: 50px 0px;
}

@media (max-width: 1025px) {
    .section_before_after {
        margin: 30px 0px;
    }
}

.section_before_after .pt-cards {
    width: 100%;
    display: grid;
    grid-template-rows: repeat(var(--cards-count), var(--card-height));
    gap: 30px 0px;
    position: relative;
}

.section_before_after .pt-cards .pt-card.pt-style-1 {
    position: sticky;
    top: 100px;
}

.section_before_after .pt-card.pt-style-1 .pt-card-inner {
    display: grid;
    gap: 60px;
    grid-template-columns: 1.9fr 1fr;
    overflow: hidden;
    align-items: center;
}

.section_before_after .pt-card.pt-style-1 .pt-card-inner .pt-card-image {
    border-radius: var(--pt-border-radius);
}

.section_before_after .pt-card.pt-style-1 .images-compare-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: var(--pt-border-radius);
    width: 100%;
    max-width: 100% !important;
}

.section_before_after .pt-card.pt-style-1 .images-compare-before {
    will-change: clip;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
    width: 100% !important;
}

.section_before_after .pt-card.pt-style-1 .images-compare-after {
    pointer-events: none;
    width: 100% !important;
}

.section_before_after .pt-card.pt-style-1 .images-compare-before img, .section_before_after .pt-card.pt-style-1 .images-compare-after img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    display: block;
}

.section_before_after .pt-card.pt-style-1 .images-compare-separator {
    position: absolute;
    background: var(--bv-primary);
    height: 100%;
    width: 1px;
    z-index: 4;
    left: 0px;
    top: 0px;
}

.section_before_after .pt-card.pt-style-1 .images-compare-handle {
    height: 60px;
    width: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -22px;
    border-radius: 1000px;
    z-index: 9;
    background: var(--mainColor);
    cursor: pointer;
}

@media (max-width: 767px) {
    .section_before_after .pt-card.pt-style-1 .images-compare-handle {
        height: 50px;
        width: 50px;
        margin-left: -25px;
    }
}

.section_before_after .pt-card.pt-style-1 .images-compare-left-arrow, .section_before_after .pt-card.pt-style-1 .images-compare-right-arrow {
    width: 0px;
    height: 0px;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.section_before_after .pt-card.pt-style-1 .images-compare-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}

.section_before_after .pt-card.pt-style-1 .images-compare-right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}

.section_before_after .pt-images-label {
    font-weight: 400;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    color: var(--white-color);
    background: var(--mainColor);
    padding: 4px 12px;
    border-radius: 40px;
    pointer-events: none;
    display: none;
    letter-spacing: 1px;
    line-height: 26px;
}

.section_before_after .pt-card.pt-style-1 .pt-images-label {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    color: var(--white-color);
    pointer-events: none;
    display: none;
    font-size: 1.2rem;
    line-height: 26px;
}

.section_before_after .pt-card.pt-style-1 .images-compare-container .pt-images-label {
    display: inherit;
}

.section_before_after .pt-card.pt-style-1 .images-compare-before .pt-images-label {
    left: 20px;
}

@media (max-width: 767px) {
    .section_before_after .pt-card.pt-style-1 .images-compare-before .pt-images-label {
        left: 10px;
        font-size: 1rem;
    }
}

.section_before_after .pt-card.pt-style-1 .images-compare-after .pt-images-label {
    left: auto;
    right: 20px;
}

@media (max-width: 767px) {
    .section_before_after .pt-card.pt-style-1 .images-compare-after .pt-images-label {
        right: 10px;
        font-size: 1rem;
    }
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content {
    height: 100%;
    background-color: var(--bv-primary);
    padding: 40px 30px 30px;
    border-radius: var(--pt-border-radius);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.section_before_after .pt-cards .pt-card.pt-style-1:nth-child(2n) .pt-card-content {
    background-color: var(--mainColor);
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-icon img {
    width: 64px;
    line-height: 1;
    height: 64px;
    max-width: 64px;
    max-height: 64px;
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-icon span {
    color: var(--white-color);
    opacity: 0.1;
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 92px;
    line-height: 1;
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pt-card-title {
    color: var(--white-color);
    margin: 30px 0px 10px;
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pt-card-description {
    color: var(--white-color);
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pbmit-service-btn {
    font-weight: 600;
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pbmit-service-btn .pbmit-button-text {
    color: var(--white-color);
    border-bottom: 1px solid var(--white-color);
    position: relative;
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pbmit-service-btn .pbmit-button-text::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 0%;
    height: 1px;
    background-color: var(--white-color);
    transition: 0.3s ease-in;
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pbmit-service-btn svg {
    width: 10px;
    height: 10px;
    margin-top: 2px;
    margin-left: 4px;
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pbmit-service-btn svg line {
    fill: none;
    stroke: var(--white-color);
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pbmit-service-btn:hover .pbmit-button-text {
    color: var(--mainColor);
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pbmit-service-btn:hover .pbmit-button-text::before {
    width: 100%;
    background-color: var(--mainColor);
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pbmit-service-btn:hover svg line {
    stroke: var(--mainColor);
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pbmit-service-btn.btnt_ab_2:hover .pbmit-button-text {
    color: var(--bv-primary);
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pbmit-service-btn.btnt_ab_2:hover .pbmit-button-text::before {
    width: 100%;
    background-color: var(--bv-primary);
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pbmit-service-btn.btnt_ab_2:hover svg line {
    stroke: var(--bv-primary);
}

@media (max-width: 1025px) {
    .section_before_after .pt-card.pt-style-1 .pt-card-inner {
        gap: 30px;
    }
}

@media (max-width: 992px) {
    .section_before_after .pt-card.pt-style-1 .pt-card-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .section_before_after .pt-card.pt-style-1 {
        position: relative;
        top: 0px;
    }
}

@media (max-width: 799px) {
    .section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .section_before_after .pt-card.pt-style-1 .pt-card-inner {
        grid-template-columns: 1fr;
    }

    .section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pt-card-title {
        margin: 20px 0px 10px;
    }

    .section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-icon span {
        top: 20px;
        right: 40px;
        font-size: 82px;
    }
}

@media (max-width: 397px) {
    .section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-icon span {
        font-size: 68px;
        right: 20px;
    }
}

.btn-style-three {
    position: relative;
    font-weight: 600;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
    padding: 10px 25px;
    border-radius: 50px;
    display: inline-block;
    color: rgb(255, 255, 255);
    background-color: var(--bv-secondary);
    transition-delay: 1.5s;
}

@media (max-width: 992px) {
    .btn-style-three {
        padding: 10px 30px;
    }
}

@media (max-width: 767px) {
    .btn-style-three {
        padding: 5px 15px;
        font-size: 14px;
    }
}

.btn-style-three svg {
    width: 10px;
    height: 10px;
    margin-top: -2px;
    margin-left: 8px;
}

@media (max-width: 767px) {
    .btn-style-three svg {
        margin-left: 5px;
    }
}

.btn-style-three svg line {
    fill: none;
    stroke: rgb(255, 255, 255);
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.btn-style-three::before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background-color: var(--bv-primary);
}

.btn-style-three:hover::before {
    top: 0%;
}

.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: rgb(255, 255, 255);
    transition: 0.3s;
}

.btn-style-three:hover .btn-wrap .text-one:first-child {
    transform: translateY(-150%);
}

.btn-style-three .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: rgb(255, 255, 255);
    transition: 0.3s;
}

.btn-style-three:hover .btn-wrap .text-two {
    top: 50%;
    transform: translateY(-50%);
}

.btn-style-three:hover .btn-wrap .text-two {
    color: rgb(255, 255, 255);
}

.btn-style-three:hover::before {
    top: -40%;
}

.section_video_thongke {
    position: relative;
    background-color: var(--service_highlight_background_color);
    overflow: hidden;
    display: block;
    margin: 0px;
}

@media (max-width: 1025px) {
    .section_video_thongke {
        margin: 30px 0px;
    }
}

.section_video_thongke .box_thongke {
    position: relative;
    width: 100%;
}

.section_video_thongke .box_thongke .item {
    display: flex;
    align-items: center;
    border-right: 1px solid rgb(222, 222, 222);
    justify-content: center;
    position: relative;
    width: 100%;
}

.section_video_thongke .box_thongke .item:last-child {
    border-right: 0px;
}

.section_video_thongke .box_thongke .item .icon_tk {
    max-height: 64px;
    max-width: 64px;
    height: 64px;
    width: 64px;
    background-color: var(--bv-primary);
    border-radius: 32% 68% 46% 54% / 55% 45%;
    padding: 15px;
}

.section_video_thongke .box_thongke .item .icon_tk img {
    filter: brightness(0) invert(1);
}

@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: 0px;
    }

    .section_video_thongke .box_thongke .item .icon_tk {
        max-height: 50px;
        max-width: 50px;
        height: 50px;
        width: 50px;
        padding: 10px;
        margin: 0px auto 10px;
    }
}

@media (min-width: 991px) {
    .section_video_thongke .box_thongke .item .content {
        margin-left: 20px;
    }
}

.section_video_thongke .box_thongke .item .content .num {
    font-size: 3.6rem;
    line-height: 1.2;
    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: 0px;
    text-transform: capitalize;
    font-size: 1.6rem;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .section_video_thongke .box_thongke .item .content .title {
        font-size: 1.4rem;
    }
}

.section_blog {
    position: relative;
    background: var(--featured_news_background_color);
}

.section_blog .section-title-blog {
    text-align: center;
}

.section_blog .section-title-blog .sub_title {
    font-size: 1.4rem;
    color: var(--textColor);
    position: relative;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    padding: 6px 15px 3px;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    background-color: var(--sub_body_Color);
    border-radius: 40px;
    margin-bottom: 5px;
}

.section_blog .section-title-blog h2 {
    color: var(--textColor);
    font-size: 4rem;
    font-weight: 700;
    line-height: 56px;
    z-index: 2;
    position: relative;
}

.section_blog .section-title-blog h2 b {
    color: var(--bv-primary);
    font-weight: 700;
    font-size: 5.2rem;
}

@media (max-width: 1025px) {
    .section_blog .section-title-blog h2 {
        font-size: 3rem;
        line-height: 48px;
    }

    .section_blog .section-title-blog h2 b {
        font-size: 4.2rem;
    }
}

@media (max-width: 767px) {
    .section_blog .section-title-blog h2 {
        font-size: 2rem;
        line-height: 36px;
    }

    .section_blog .section-title-blog h2 b {
        font-size: 2.8rem;
    }
}

.section_blog .desc {
    color: var(--textColor);
    padding-left: 40px;
    font-size: 1.6rem;
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

@media (max-width: 992px) {
    .section_blog .desc {
        padding-left: 0px;
    }
}

@media (max-width: 1025px) {
    .section_blog .desc {
        margin-bottom: 15px;
        font-size: 1.4rem;
    }
}

.section_blog .desc p {
    margin-bottom: 5px;
}

.section_blog .item_blog {
    display: block;
    position: relative;
    background: var(--sub_body_Color);
    overflow: hidden;
    border-radius: 20px;
}

.section_blog .item_blog .update_date {
    display: flex;
    margin-bottom: 7px;
    font-size: 12px;
    color: rgb(131, 131, 131);
    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;
}

.section_blog .item_blog .image-blog .user_date {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--bv-primary);
    padding: 7px 10px;
    border-radius: 40px;
    color: rgb(255, 255, 255);
    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 {
}

.section_blog .item_blog .blog_content {
    position: relative;
    width: 100%;
    padding: 15px;
}

.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: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px;
}

.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 .blog_content .read_more .pbmit-button-text {
}

.section_blog .item_blog .blog_content .read_more .pbmit-button-text::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 0%;
    height: 1px;
    background-color: var(--bv-primary);
    transition: 0.3s ease-in;
}

.section_blog .item_blog .blog_content .read_more svg {
    width: 10px;
    height: 10px;
    margin-top: 2px;
    margin-left: 4px;
}

.section_blog .item_blog .blog_content .read_more svg line {
    fill: none;
    stroke: var(--textColor);
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.section_blog .item_blog .blog_content .read_more:hover .pbmit-button-text {
    color: var(--bv-primary);
}

.section_blog .item_blog .blog_content .read_more:hover .pbmit-button-text::before {
    width: 100%;
}

.section_blog .item_blog .blog_content .read_more:hover svg line {
    stroke: var(--bv-primary);
}

.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: 0px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.8);
    padding: 0px;
    font-size: 0px;
    opacity: 1;
    margin: 0px 3px;
}

.section_blog .container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
    transition: 0.2s;
    background: var(--bv-primary);
}

.section_blog .container .swiper-button-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    outline: none;
    border: 0px;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    text-align: center;
    z-index: 2;
    right: 8px;
    transition: 0.25s;
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    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: rgb(255, 255, 255);
}

.section_blog .container .swiper-button-next::after {
    display: none;
}

.section_blog .container .swiper-button-next:hover {
    background-color: var(--bv-primary);
}

@media (max-width: 767px) {
    .section_blog .container .swiper-button-next {
        display: none;
    }
}

.section_blog .container .swiper-button-prev {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    outline: none;
    border: 0px;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    text-align: center;
    z-index: 2;
    left: 8px;
    transition: 0.25s;
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    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: rgb(255, 255, 255);
}

.section_blog .container .swiper-button-prev::after {
    display: none;
}

.section_blog .container .swiper-button-prev:hover {
    background-color: var(--bv-primary);
}

@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;
    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;
    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: 58%;
}

@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: 1199px) {
    .section_blog .container .swiper-button-next {
        top: 55%;
    }
}

.section_blog .container .swiper-button-prev {
    left: 20px;
    top: 58%;
}

@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: 1199px) {
    .section_blog .container .swiper-button-prev {
        top: 55%;
    }
}

@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;
    display: block;
    margin: 50px 0px;
}

@media (max-width: 1025px) {
    .section_feedback {
        margin: 0px;
    }
}

.section_feedback .box_info_feedback {
    overflow: hidden;
    border-radius: 0px;
    padding: 20px 0px;
}

@media (max-width: 767px) {
    .section_feedback .box_info_feedback {
        border-radius: 15px;
        padding: 25px 5px;
    }
}

.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(--textColor);
    position: relative;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    padding: 6px 15px 3px;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    background-color: var(--sub_body_Color);
    border-radius: 40px;
    margin-bottom: 10px;
}

.section_feedback .section-title-feedback h2 {
    color: rgb(255, 255, 255);
    font-size: 4rem;
    font-weight: 700;
    line-height: 56px;
    z-index: 2;
    position: relative;
}

@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: rgb(255, 255, 255);
    font-size: 1.6rem;
    display: block;
    margin-bottom: 30px;
    max-width: 70%;
}

@media (max-width: 1440px) {
    .section_feedback .desc {
        max-width: 80%;
    }
}

@media (max-width: 992px) {
    .section_feedback .desc {
        max-width: 100%;
    }
}

@media (max-width: 1025px) {
    .section_feedback .desc {
        margin-bottom: 20px;
        font-size: 1.4rem;
    }
}

.section_feedback .info_1 {
    grid-area: info1;
}

.section_feedback .info_2 {
    grid-area: info2;
}

.section_feedback .info_3 {
    grid-area: info3;
}

.section_feedback .box_top_feedback {
    display: grid;
    grid-template-columns: 1fr 250px 250px;
    grid-template-areas: "info1 info2 info3";
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .section_feedback .box_top_feedback {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "info1 info1" "info2 info3";
    }
}

@media (max-width: 767px) {
    .section_feedback .box_top_feedback {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "info1 info1" "info2 info2" "info3 info3";
    }
}

.section_feedback .box_top_feedback .info_2 {
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
}

.section_feedback .box_top_feedback .info_2 .elementor-icon {
    margin-right: 7px;
}

.section_feedback .box_top_feedback .info_2 p {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.section_feedback .box_top_feedback .info_2 .content_info_2 {
    font-size: 1.6rem;
}

.section_feedback .box_top_feedback .info_2 .content_info_2 .star-info-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 .box_top_feedback .info_2 .content_info_2 .star-info-rating {
        font-size: 20px;
    }
}

@media (max-width: 322px) {
    .section_feedback .box_top_feedback .info_2 .content_info_2 .star-info-rating {
        font-size: 16px;
    }
}

.section_feedback .box_top_feedback .info_2 .content_info_2 .star-info-rating::before {
    content: "â˜…â˜…â˜…â˜…â˜…";
    background-image: ;
    background-position-x: ;
    background-position-y: ;
    background-size: ;
    background-repeat: ;
    background-attachment: ;
    background-origin: ;
    background-color: ;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section_feedback .box_top_feedback .info_3 {
    display: flex;
    align-items: center;
}

.section_feedback .box_top_feedback .info_3 .avatar-info {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: -15px;
}

.section_feedback .box_top_feedback .info_3 .avatar-info:last-child {
    margin-right: 0px;
}

.section_feedback .box_top_feedback .info_3 .avatar-info img {
    width: 100%;
}

.section_feedback .box_top_feedback .info_3 .avatar-info.text {
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--mainColor);
    font-size: 1.6rem;
}

.section_feedback .swiper_feedback .swiper-wrapper .swiper-slide {
    height: auto;
}

.section_feedback .feedback-item {
    padding: 20px;
    background-color: var(--sub_body_Color);
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: unset !important;
}

.swiper-wrapper {
    height: unset !important;
}

.slick-slide {
    height: unset !important;
}

.section_feedback .feedback-item::after {
    position: absolute;
    content: "";
    left: 0px;
    z-index: 0;
    top: 0px;
    height: 100%;
    width: 100%;
    background-position: center center;
}

.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-image: ;
    background-position-x: ;
    background-position-y: ;
    background-size: ;
    background-repeat: ;
    background-attachment: ;
    background-origin: ;
    background-color: ;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section_feedback .feedback-item .block-content {
    min-height: 50px;
    margin-top: 8px;
}

.section_feedback .feedback-item .author-detail {
}

.section_feedback .feedback-item .author-detail .avatar {
}

.section_feedback .feedback-item .author-detail .author-content {
    margin-left: 15px;
    display: 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;
}

.section_feedback .feedback-item .maker-quote {
    min-width: 40px;
    min-height: 35px;
    mask-image: url("https://bizweb.dktcdn.net/100/632/411/themes/1096693/assets/quotation.png?1769589168390");
    background-color: var(--bv-primary);
    mask-repeat: no-repeat;
    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;
    }

    .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-container {
    position: relative;
    padding-bottom: 40px;
}

.section_feedback .swiper-container .swiper-pagination-bullets {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.section_feedback .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    box-shadow: none;
    outline: 0px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.8);
    padding: 0px;
    font-size: 0px;
    opacity: 1;
    margin: 0px 3px;
}

.section_feedback .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
    transition: 0.2s;
    background: var(--bv-primary);
}

.section_feedback .swiper-container .swiper-button-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    outline: none;
    border: 0px;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    text-align: center;
    z-index: 2;
    right: 8px;
    transition: 0.25s;
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

@media (max-width: 1199px) {
    .section_feedback .swiper-container .swiper-button-next {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 1025px) {
    .section_feedback .swiper-container .swiper-button-next {
        width: 36px;
        height: 36px;
    }
}

.section_feedback .swiper-container .swiper-button-next svg {
    width: 100%;
    height: 100%;
}

.section_feedback .swiper-container .swiper-button-next svg path {
    stroke: rgb(255, 255, 255);
}

.section_feedback .swiper-container .swiper-button-next::after {
    display: none;
}

.section_feedback .swiper-container .swiper-button-next:hover {
    background-color: var(--bv-primary);
}

@media (max-width: 767px) {
    .section_feedback .swiper-container .swiper-button-next {
        display: none;
    }
}

.section_feedback .swiper-container .swiper-button-prev {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    outline: none;
    border: 0px;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    text-align: center;
    z-index: 2;
    left: 8px;
    transition: 0.25s;
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%) rotate(180deg);
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

@media (max-width: 1199px) {
    .section_feedback .swiper-container .swiper-button-prev {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 1025px) {
    .section_feedback .swiper-container .swiper-button-prev {
        width: 36px;
        height: 36px;
    }
}

.section_feedback .swiper-container .swiper-button-prev svg {
    width: 100%;
    height: 100%;
}

.section_feedback .swiper-container .swiper-button-prev svg path {
    stroke: rgb(255, 255, 255);
}

.section_feedback .swiper-container .swiper-button-prev::after {
    display: none;
}

.section_feedback .swiper-container .swiper-button-prev:hover {
    background-color: var(--bv-primary);
}

@media (max-width: 767px) {
    .section_feedback .swiper-container .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 767px) {
    .section_feedback .swiper-container .swiper-button-next, .section_feedback .swiper-container .swiper-button-prev {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .section_feedback .swiper-container .swiper-button-next::after, .section_feedback .swiper-container .swiper-button-prev::after {
        font-size: 1.2rem;
    }
}

.section_feedback .swiper-container .swiper-button-lock {
    display: none !important;
}

.section_feedback .swiper-container .swiper-button-disabled {
    opacity: 0.35;
}

.section_feedback .swiper-container:hover .swiper-button-next {
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%);
}

.section_feedback .swiper-container:hover .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
}

.section_feedback .swiper-container:hover .swiper-button-prev {
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%) rotate(180deg);
}

.section_feedback .swiper-container:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
}

.section_feedback .swiper-container:hover .swiper-button-prev.swiper-button-lock {
    display: none;
}

.section_feedback .swiper-container .swiper-pagination-bullet {
    background: rgb(255, 255, 255) !important;
}

.section_feedback .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--bv-primary) !important;
}

.section_feedback .swiper-container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0px;
    min-height: 20px;
}

.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(--textColor);
    position: relative;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    padding: 6px 15px 3px;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    background-color: var(--sub_body_Color);
    border-radius: 40px;
    margin-bottom: 10px;
}

.section_choose .section-title-choose h2 {
    color: var(--textColor);
    font-size: 4rem;
    font-weight: 700;
    line-height: 56px;
    z-index: 2;
    position: relative;
}

.section_choose .section-title-choose h2 b {
    color: var(--bv-primary);
    font-weight: 700;
    font-size: 5.2rem;
}

@media (max-width: 1025px) {
    .section_choose .section-title-choose h2 {
        font-size: 3rem;
        line-height: 48px;
    }

    .section_choose .section-title-choose h2 b {
        font-size: 4.2rem;
    }
}

@media (max-width: 767px) {
    .section_choose .section-title-choose h2 {
        font-size: 2rem;
        line-height: 36px;
    }

    .section_choose .section-title-choose h2 b {
        font-size: 2.8rem;
    }
}

.section_choose .desc {
    color: var(--textColor);
    font-size: 1.6rem;
    display: block;
    border-bottom: 1px solid var(--sub_body_Color);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

@media (max-width: 1025px) {
    .section_choose .desc {
        margin-bottom: 20px;
        padding-bottom: 20px;
        font-size: 1.4rem;
    }
}

.section_choose .box_img_choose {
    display: block;
    position: relative;
}

@media (max-width: 992px) {
    .section_choose .box_img_choose {
        max-width: 454px;
        margin: 0px auto;
    }
}

.section_choose .box_img_choose img {
    width: 100%;
}

.section_choose .box_img_choose .exp-wrap {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 10px;
    width: fit-content;
    height: fit-content;
    background: var(--mainColor);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px 15px 40px;
}

@media (max-width: 767px) {
    .section_choose .box_img_choose .exp-wrap {
        border-radius: 10px 10px 30px;
    }
}

.section_choose .box_img_choose .exp-wrap .exp-content {
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-radius: 15px 15px 36px;
}

@media (max-width: 767px) {
    .section_choose .box_img_choose .exp-wrap .exp-content {
        border-radius: 10px 10px 26px;
    }
}

.section_choose .box_img_choose .exp-wrap .exp-content .exp-tt {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0px;
}

@media (max-width: 1025px) {
    .section_choose .box_img_choose .exp-wrap .exp-content .exp-tt {
        font-size: 2rem;
    }
}

.section_choose .box_choo_left {
}

.section_choose .box_choo_left .why-feature-list {
    max-width: 80%;
}

@media (max-width: 1600px) {
    .section_choose .box_choo_left {
    }
}

@media (max-width: 992px) {
    .section_choose .box_choo_left {
        max-width: 100%;
        margin-bottom: 25px;
    }

    .section_choose .box_choo_left .why-feature-list {
        max-width: 100%;
    }
}

.section_choose .why-feature-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.section_choose .why-feature-list .why-feature-list-details {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 20px;
}

@media (max-width: 767px) {
    .section_choose .why-feature-list .why-feature-list-details {
        grid-template-columns: repeat(1, 1fr);
        gap: 3px;
    }
}

.section_choose .why-feature-list .why-feature-list-wrap {
    display: flex;
    gap: 10px;
    position: relative;
}

.section_choose .why-feature-list .why-feature-list-wrap .number {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    font-size: 1.8rem;
    font-weight: 600;
    color: rgb(255, 255, 255);
    box-shadow: rgba(190, 190, 190, 0.17) 0px 0px 20px 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: var(--mainColor);
    position: absolute;
    top: 8px;
    left: 8px;
}

.section_choose .why-feature-list .why-feature-list-wrap .number img {
    max-width: 30px;
}

.section_choose .why-feature-list .why-feature-list-wrap .feature-title {
    font-size: 1.6rem;
    font-weight: 600;
    position: relative;
    padding-left: 52px;
    color: var(--mainColor);
    border-right: 1px solid var(--sub_body_Color);
    padding-right: 10px;
}

.section_choose .why-feature-list .why-feature-list-wrap .feature-text {
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .section_choose .why-feature-list .why-feature-list-wrap .feature-title {
        font-size: 1.8rem;
        min-height: 52px;
        display: flex;
        align-items: center;
    }

    .section_choose .why-feature-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .section_choose .why-feature-list .why-feature-list-wrap .feature-text {
        padding-left: 52px;
    }
}

.section_team {
}

@media (max-width: 1025px) {
    .section_team {
        margin: 30px 0px;
    }
}

.section_team .container {
    position: relative;
}

.section_team .section-title-team {
    text-align: center;
}

.section_team .section-title-team .sub_title {
    font-size: 1.4rem;
    color: var(--textColor);
    position: relative;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    padding: 6px 15px 3px;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    background-color: rgb(255, 255, 255);
    border-radius: 40px;
    margin-bottom: 5px;
}

.section_team .section-title-team h2 {
}

.section_team .section-title-team h2 b {
    color: var(--bv-primary);
    font-weight: 700;
    font-size: 5.2rem;
}

@media (max-width: 1025px) {
    .section_team .section-title-team h2 {
        font-size: 3rem;
        line-height: 48px;
    }

    .section_team .section-title-team h2 b {
        font-size: 4.2rem;
    }
}

@media (max-width: 767px) {
    .section_team .section-title-team h2 {
        font-size: 2rem;
        line-height: 36px;
    }

    .section_team .section-title-team h2 b {
        font-size: 2.8rem;
    }
}

.section_team .desc {
    color: var(--textColor);
    max-width: 1020px;
    font-size: 1.6rem;
    display: block;
    margin: 0px auto 30px;
    text-align: center;
}

@media (max-width: 992px) {
    .section_team .desc {
        padding-left: 0px;
    }
}

@media (max-width: 1025px) {
    .section_team .desc {
        margin-bottom: 15px;
        font-size: 1.4rem;
    }
}

.section_team .desc p {
    margin-bottom: 5px;
}

.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: -50px;
    left: -2%;
}

@media (max-width: 1025px) {
    .section_team .img_bot_pos {
        max-width: 60px;
        bottom: -40px;
    }
}

.section_team .spin {
    animation: 5s ease-in-out 0s infinite normal none running spin;
}

@-webkit-keyframes spin {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(20px, -20px);
    }
}

@keyframes spin {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(20px, -20px);
    }
}

.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: 0px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.8);
    padding: 0px;
    font-size: 0px;
    opacity: 1;
    margin: 0px 3px;
}

.section_team .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
    transition: 0.2s;
    background: var(--bv-primary);
}

.section_team .swiper-container .swiper-button-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    outline: none;
    border: 0px;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    text-align: center;
    z-index: 2;
    right: 8px;
    transition: 0.25s;
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    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: rgb(255, 255, 255);
}

.section_team .swiper-container .swiper-button-next::after {
    display: none;
}

.section_team .swiper-container .swiper-button-next:hover {
    background-color: var(--bv-primary);
}

@media (max-width: 767px) {
    .section_team .swiper-container .swiper-button-next {
        display: none;
    }
}

.section_team .swiper-container .swiper-button-prev {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    outline: none;
    border: 0px;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    text-align: center;
    z-index: 2;
    left: 8px;
    transition: 0.25s;
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    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: rgb(255, 255, 255);
}

.section_team .swiper-container .swiper-button-prev::after {
    display: none;
}

.section_team .swiper-container .swiper-button-prev:hover {
    background-color: var(--bv-primary);
}

@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;
    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;
    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 .img-wrap {
}

.section_team .img-wrap .team-img {
}

.section_team .img-wrap .team-img img {
    max-height: 100%;
    position: absolute;
    inset: 0px;
    margin: auto;
    will-change: opacify;
    transform: scale(1);
    transition: 0.5s;
    width: auto !important;
}

.section_team .team-card .team-card-content {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    background: var(--sub_body_Color);
    backdrop-filter: blur(5px);
    border-radius: 0px;
    padding: 10px 15px;
    transition: 0.4s;
    mask-size: 100% 100%;
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
}

.section_team .team-card .team-card-content .shape {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
    transition: 300ms;
    opacity: 0;
    visibility: hidden;
    width: 60px;
    height: 71px;
    background-image: url("//bizweb.dktcdn.net/100/632/411/themes/1096693/assets/shape2.png?1769589168390");
    background-size: 100%;
}

.section_team .team-card .team-card-content .media {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: auto;
    width: 100%;
    text-align: start;
    position: relative;
}

.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;
    flex: 0 0 auto;
}

.section_team .team-card .team-card-content .icon-btn {
    border: 0px;
    background: var(--mainColor);
}

.section_team .team-card .team-card-content .icon-btn img {
    filter: brightness(99) invert(0);
    transition: 0.4s;
}

.section_team .team-card .team-card-content .icon-btn:hover {
    background: rgb(255, 255, 255);
}

.section_team .team-card .team-card-content .icon-btn:hover img {
    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: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.section_team .team-card .box-title a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.section_team .team-card .team-desig {
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.section_team .team-card .th-social {
    z-index: 1;
    border-radius: 0px;
    transition: 0.4s;
    margin-top: auto;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 10px;
    bottom: 40%;
    width: 40px;
}

.section_team .team-card .th-social a {
    display: inline-flex;
    text-align: center;
    padding: 0px;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    margin: 10px 0px 0px;
    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, .section_team .team-card .th-social a svg circle {
    fill: rgb(255, 255, 255);
}

.section_team .team-card .th-social a:hover {
    color: rgb(255, 255, 255);
    background: var(--mainColor);
}

.section_team .team-card.style6 {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}

.section_team .team-card.style6::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.section_team .team-card:hover .th-social {
    opacity: 1;
    visibility: visible;
}

.section_team .team-card:hover .box-title a {
    color: rgb(255, 255, 255);
}

.section_team .team-card:hover .box-title a:hover {
    color: var(--mainColor);
}

.section_team .team-card:hover .team-desig {
    color: rgb(255, 255, 255);
}

.section_team .team-card:hover .team-card-content {
    background-color: var(--bv-primary);
}

.section_team .team-card:hover .team-card-content .shape {
    opacity: 1;
    visibility: visible;
}

.section_team .team-card:hover::before {
    opacity: 1;
    visibility: visible;
}

.section_team .team-card.style6 .team-card-content {
    mask-image: none;
    border-radius: 10px;
    align-content: end;
}

.section_team .team-card.style6 .team-card-content .media {
    align-self: self-end;
    transition: 0.4s;
}

.section_team .team-card.style6 .team-card-content .th-social {
    margin-top: 0px;
}

.section_team .icon-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: transparent;
    text-align: center;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    transition: 0.4s ease-in-out;
    position: relative;
    vertical-align: -20px;
}

.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: 5px;
    margin-top: 10px;
}

.section_brands {
    position: relative;
    background-color: var(--brand_section_background_color);
    margin: 0px 0px 50px;
}

@media (max-width: 1025px) {
    .section_brands {
        margin: 30px 0px;
    }
}

.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(--textColor);
    position: relative;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    padding: 6px 15px 3px;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    background-color: rgb(255, 255, 255);
    border-radius: 40px;
    margin-bottom: 10px;
}

.section_brands .section-title-brand h2 {
    color: var(--textColor);
    font-size: 4rem;
    font-weight: 700;
    line-height: 56px;
    z-index: 2;
    position: relative;
}

.section_brands .section-title-brand h2 b {
    color: var(--bv-primary);
    font-weight: 700;
    font-size: 5.2rem;
}

@media (max-width: 1025px) {
    .section_brands .section-title-brand h2 {
        font-size: 3rem;
        line-height: 48px;
    }

    .section_brands .section-title-brand h2 b {
        font-size: 4.2rem;
    }
}

@media (max-width: 767px) {
    .section_brands .section-title-brand h2 {
        font-size: 2rem;
        line-height: 36px;
    }

    .section_brands .section-title-brand h2 b {
        font-size: 2.8rem;
    }
}

.section_brands .desc {
}

@media (max-width: 1440px) {
    .section_brands .desc {
        max-width: 80%;
    }
}

@media (max-width: 992px) {
    .section_brands .desc {
        max-width: 100%;
    }
}

@media (max-width: 1025px) {
    .section_brands .desc {
        margin-bottom: 20px;
        font-size: 1.4rem;
    }
}

.section_brands ul {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    padding: 0px;
}

@media (max-width: 767px) {
    .section_brands ul {
        gap: 7.5px;
    }
}

.section_brands ul li {
    position: relative;
    width: 100%;
    list-style: none;
    text-align: center;
}

.section_brands ul li:nth-child(1) {
    grid-column: 3 / span 3;
}

.section_brands ul li:nth-child(2) {
    grid-column: 6 / span 3;
}

.section_brands ul li:nth-child(3) {
    grid-column: 9 / span 3;
}

.section_brands ul li:nth-child(4) {
    grid-column: 1 / span 3;
}

.section_brands ul li:nth-child(5) {
    grid-column: 4 / span 3;
}

.section_brands ul li:nth-child(6) {
    grid-column: 7 / span 3;
}

.section_brands ul li:nth-child(7) {
    grid-column: 10 / span 3;
}

.section_brands ul li:nth-child(8) {
    grid-column: 3 / span 3;
}

.section_brands ul li:nth-child(9) {
    grid-column: 6 / span 3;
}

.section_brands ul li:nth-child(10) {
    grid-column: 9 / span 3;
}

.section_brands .img_brand {
    padding-bottom: 50%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
    background: rgb(255, 255, 255);
    border-radius: 20px;
}

@media (max-width: 767px) {
    .section_brands .img_brand {
        border-radius: 7px;
    }
}

.section_brands .img_brand img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 3px;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .section_brands .img_brand img {
        padding: 2px;
    }
}

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

.item_null .item_product_main {
    aspect-ratio: 265 / 500;
    background: rgb(241, 241, 241);
    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;
    background: var(--faq_background_color);
}

.section_faq .row {
    align-items: flex-end;
}

.section_faq .section-title-faq {
    text-align: left;
    margin-bottom: -5px;
}

.section_faq .section-title-faq .sub_title {
    font-size: 1.4rem;
    color: var(--textColor);
    position: relative;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    padding: 6px 15px 3px;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    background-color: var(--sub_body_Color);
    border-radius: 40px;
    margin-bottom: 10px;
}

.section_faq .section-title-faq h2 {
    color: var(--textColor);
    font-size: 4rem;
    font-weight: 700;
    line-height: 56px;
    z-index: 2;
    position: relative;
}

.section_faq .section-title-faq h2 b {
    color: var(--bv-primary);
    font-weight: 700;
    font-size: 5.2rem;
}

@media (max-width: 1025px) {
    .section_faq .section-title-faq h2 {
        font-size: 3rem;
        line-height: 48px;
    }

    .section_faq .section-title-faq h2 b {
        font-size: 4.2rem;
    }
}

@media (max-width: 767px) {
    .section_faq .section-title-faq h2 {
        font-size: 2rem;
        line-height: 36px;
    }

    .section_faq .section-title-faq h2 b {
        font-size: 2.8rem;
    }
}

.section_faq .desc {
    color: var(--textColor);
    font-size: 1.6rem;
    display: block;
    margin-bottom: 30px;
}

@media (max-width: 1025px) {
    .section_faq .desc {
        margin-bottom: 20px;
        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-top: 25px;
    }
}

.section_faq .faq li {
    margin-bottom: 20px;
}

.section_faq .faq li:last-child {
    margin-bottom: 0px;
}

.section_faq .faq li h3 {
    font-size: 1.6rem;
    position: relative;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 0px;
    background-color: var(--sub_body_Color);
    padding: 20px 60px 20px 20px;
    border-radius: 40px;
}

@media (max-width: 1025px) {
    .section_faq .faq li h3 {
        font-size: 1.4rem;
    }
}

@media (max-width: 992px) {
    .section_faq .faq li h3 {
        padding: 15px 50px 15px 15px;
    }
}

.section_faq .faq li h3 .icon_nex {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0px, -50%);
    background: rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 992px) {
    .section_faq .faq li h3 .icon_nex {
        width: 40px;
        height: 40px;
    }
}

.section_faq .faq li h3 .icon_nex::before, .section_faq .faq li h3 .icon_nex::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: var(--bv-primary);
    transform-origin: center center;
    transition: transform 0.3s, opacity 0.3s;
}

.section_faq .faq li h3 .icon_nex::before {
    transform: translate(-50%, -50%);
}

.section_faq .faq li h3 .icon_nex::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.section_faq .faq li .content-faq {
    padding: 20px;
}

@media (max-width: 992px) {
    .section_faq .faq li .content-faq {
        padding: 15px;
    }
}

.section_faq .faq li:hover h3 {
    color: rgb(255, 255, 255);
    background-color: var(--bv-primary);
}

.section_faq .faq li.active .icon_nex::after {
    transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
    opacity: 0;
}

.section_faq .faq li.active h3 {
    color: rgb(255, 255, 255);
    background-color: var(--bv-primary);
}

.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: rgb(255, 255, 255);
}

.section_form .box_info_form .item_contact .content_contact h3 {
    font-size: 18px;
    color: rgb(255, 255, 255);
    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: rgb(0, 0, 0);
    font-size: 3rem;
    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: rgb(255, 255, 255);
}

@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: var(--contact_section_background_color);
    border-radius: 20px;
    padding: 30px;
    position: relative;
}

.section_form .box_form_contact::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background-image: url("//bizweb.dktcdn.net/100/632/411/themes/1096693/assets/icon-flower-form.png?1769589168390");
    --background-overlay: '';
    background-position: right center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .section_form .box_form_contact {
        padding: 15px;
    }
}

.section_form .box_infor_cus {
    border-radius: 25px;
    padding: 60px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

@media (max-width: 992px) {
    .section_slider .swiper-container .swiper-slide img {
        width: 100%;
        position: relative;
        border-radius: 15px;
    }

    .section_form .box_infor_cus {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .section_form .box_infor_cus {
        border-radius: 15px;
        padding: 25px 15px;
    }
}

.section_form .box_infor_cus::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.section_form .section-title-form {
    text-align: left;
    margin-bottom: -5px;
    position: relative;
    z-index: 1;
}

.section_form .section-title-form .sub_title {
    font-size: 1.4rem;
    color: var(--textColor);
    position: relative;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    padding: 6px 15px 3px;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    background-color: var(--sub_body_Color);
    border-radius: 40px;
    margin-bottom: 10px;
}

.section_form .section-title-form h2 {
    color: rgb(255, 255, 255);
    font-size: 4rem;
    font-weight: 700;
    line-height: 56px;
    z-index: 2;
    position: relative;
}

@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: rgb(255, 255, 255);
    font-size: 1.6rem;
    display: block;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1025px) {
    .section_form .desc {
        margin-bottom: 20px;
        font-size: 1.4rem;
    }
}

.section_form #pagelogin {
    position: relative;
    z-index: 1;
}

.section_form .group_contact input, .section_form .group_contact textarea, .section_form .group_contact select {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 28px;
    padding: 5px;
    font-weight: 400;
    font-size: 16px;
    color: rgb(255, 255, 255);
    transition: 300ms;
    border-width: medium medium 1px;
    border-style: none none solid;
    border-color: currentcolor currentcolor rgb(255, 255, 255);
    border-image: initial;
    margin: 0px 0px 20px;
    background-color: transparent !important;
}

.section_form .group_contact input::placeholder, .section_form .group_contact textarea::placeholder, .section_form .group_contact select::placeholder {
    color: rgb(255, 255, 255);
}

.section_form .group_contact select {
    background-image: url("//bizweb.dktcdn.net/100/632/411/themes/1096693/assets/select_white.png?1769589168390");
    background-position: right 5px center;
}

.section_form .group_contact textarea {
    height: auto;
}

.section_form .group_contact .btn-lienhe {
    background: var(--mainColor);
    color: rgb(255, 255, 255);
    border: initial;
    padding: 0px 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(--bv-primary);
}

.section_form .box_see_form {
    margin-top: 25px;
    display: block;
    text-align: center;
}

.section_form .box_see_form button {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.section_form .btn-style-three::before {
    background-color: rgb(255, 255, 255);
}

.section_form .btn-style-three:hover .btn-wrap .text-two {
    color: var(--mainColor);
}

.section_form .btn-style-three:hover .btn-wrap .text-two svg line {
    stroke: var(--mainColor);
}

.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: 0px auto;
}

.section_form .form-booking {
    height: 50px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    cursor: pointer;
    background: transparent;
    transition: 0.3s linear;
    user-select: none;
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    padding: 5px;
    margin: 0px 0px 20px;
}

@media (max-width: 991px) {
    .section_form .form-booking {
        padding-left: 5px;
    }
}

.section_form .form-booking .form-booking-icon {
    width: 30px;
    padding-right: 5px;
}

.section_form .form-booking .form-booking-icon svg path, .section_form .form-booking .form-booking-icon svg rect {
    fill: rgb(255, 255, 255);
}

.section_form .form-booking .form-booking-date {
    padding-left: 5px;
    padding-right: 10px;
    width: 100%;
}

.section_form .form-booking .form-booking-date input {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    padding: 0px;
    height: auto;
    margin-bottom: 0px;
}

.section_form .form-booking .form-booking-date .form-control {
    padding-left: 0px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    min-height: 25px;
    color: rgb(108, 112, 126);
    font-size: 16px;
    margin-bottom: 0px;
    padding-right: 7px;
}

@media (max-width: 991px) {
    .section_form .form-booking .form-booking-date .form-control {
        min-height: 25px;
        font-size: 14px;
    }
}

.bootstrap-datetimepicker-widget {
    top: 0px;
    left: 0px;
    width: 250px;
    padding: 4px;
    margin-top: 1px;
    border-radius: 4px;
    z-index: 99999 !important;
}

.bootstrap-datetimepicker-widget.timepicker-sbs {
    width: 600px;
}

.bootstrap-datetimepicker-widget.bottom::before {
    content: "";
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.bottom::after {
    content: "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgb(255, 255, 255);
    position: absolute;
    top: -6px;
    left: 8px;
}

.bootstrap-datetimepicker-widget.top::before {
    content: "";
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -7px;
    left: 6px;
}

.bootstrap-datetimepicker-widget.top::after {
    content: "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgb(255, 255, 255);
    position: absolute;
    bottom: -6px;
    left: 7px;
}

.bootstrap-datetimepicker-widget .dow {
    width: 14.2857%;
}

.bootstrap-datetimepicker-widget.pull-right::before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.pull-right::after {
    left: auto;
    right: 7px;
}

.bootstrap-datetimepicker-widget > ul {
    list-style-type: none;
    margin: 0px;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0px;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0px;
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
}

.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
    width: 4px;
    padding: 0px;
    margin: 0px;
}

.bootstrap-datetimepicker-widget .datepicker > div {
    display: none;
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0px;
}

.bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th {
    text-align: center;
    border-radius: 4px;
}

.bootstrap-datetimepicker-widget td {
    height: 54px;
    line-height: 54px;
    width: 54px;
}

.bootstrap-datetimepicker-widget td.cw {
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    color: rgb(119, 119, 119);
}

.bootstrap-datetimepicker-widget td.day {
    height: 20px;
    line-height: 20px;
    width: 20px;
}

.bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover {
    background: rgb(238, 238, 238);
    cursor: pointer;
}

.bootstrap-datetimepicker-widget td.old, .bootstrap-datetimepicker-widget td.new {
    color: rgb(119, 119, 119);
}

.bootstrap-datetimepicker-widget td.today {
    position: relative;
}

.bootstrap-datetimepicker-widget td.today::before {
    content: "";
    display: inline-block;
    border-left: 7px solid transparent;
    border-bottom: 7px solid var(--mainColor);
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    background-color: var(--mainColor);
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px;
}

.bootstrap-datetimepicker-widget td.active.today::before {
    border-bottom-color: rgb(255, 255, 255);
}

.bootstrap-datetimepicker-widget td.disabled, .bootstrap-datetimepicker-widget td.disabled:hover {
    background: 0px 0px;
    color: rgb(119, 119, 119);
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px;
}

.bootstrap-datetimepicker-widget td span:hover {
    background: rgb(238, 238, 238);
}

.bootstrap-datetimepicker-widget td span.active {
    background-color: var(--mainColor);
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px;
}

.bootstrap-datetimepicker-widget td span.old {
    color: rgb(119, 119, 119);
}

.bootstrap-datetimepicker-widget td span.disabled, .bootstrap-datetimepicker-widget td span.disabled:hover {
    background: 0px 0px;
    color: rgb(119, 119, 119);
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget th {
    height: 20px;
    line-height: 20px;
    width: 20px;
}

.bootstrap-datetimepicker-widget th.picker-switch {
    width: 145px;
}

.bootstrap-datetimepicker-widget th.next, .bootstrap-datetimepicker-widget th.prev {
    font-size: 21px;
}

.bootstrap-datetimepicker-widget th.disabled, .bootstrap-datetimepicker-widget th.disabled:hover {
    background: 0px 0px;
    color: rgb(119, 119, 119);
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget thead tr:first-child th {
    cursor: pointer;
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
    background: rgb(238, 238, 238);
}

.input-group.date .input-group-addon span {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.bootstrap-datetimepicker-widget.left-oriented::before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.left-oriented::after {
    left: auto;
    right: 7px;
}

.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
    padding: 0px !important;
}

@media screen and (max-width: 767px) {
    .bootstrap-datetimepicker-widget.timepicker-sbs {
        width: 283px;
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px;
    margin: 2px 0px 0px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 6px 12px;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px;
}

.item-slider-services {
    margin-right: 20px;
}

.item-slick-slider-feedback {
    margin-right: 20px;
}

section.section-index.section_feedback ul.slick-dots li {
    background: rgb(255, 255, 255);
}

.item-slick-team {
    margin-right: 15px;
}

.item_blog {
    margin-right: 20px;
}

.duration-300 {
    transition-duration: 0.3s;
}

.aspect-1 {
    aspect-ratio: 1 / 1;
}

.line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4 !important;
    padding: 0px !important;
}

.line-clamp::after {
    content: "";
    text-align: right;
    bottom: 0px;
    right: 0px;
    width: 25%;
    display: block;
    position: absolute;
    height: calc(1.4em);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 75%);
}

@supports (-webkit-line-clamp: 1) {
    .line-clamp::after {
        display: none !important;
    }
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
    height: calc(1.4em);
}

.line-clamp-1-new {
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-clamp-2-new {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-clamp-3-new {
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-clamp-4-new {
    -webkit-line-clamp: 4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-clamp-5-new {
    -webkit-line-clamp: 5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
    height: calc(2.8em);
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
    height: calc(4.2em);
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
}

.alert-warning {
    color: rgb(133, 100, 4);
    background-color: rgb(255, 243, 205);
    border-color: rgb(255, 238, 186);
}

.alert-danger {
    color: rgb(114, 28, 36);
    background-color: rgb(248, 215, 218);
    border-color: rgb(245, 198, 203);
}

.alert-primary {
    color: rgb(0, 64, 133);
    background-color: rgb(204, 229, 255);
    border-color: rgb(184, 218, 255);
}

.alert-success {
    color: rgb(21, 87, 36);
    background-color: rgb(212, 237, 218);
    border-color: rgb(195, 230, 203);
}

html {
    overflow-x: hidden;
    font-size: 62.5%;
}

html, body {
    margin: 0px;
    padding: 0px !important;
}

body {
    background: rgb(255, 255, 255);
    word-break: break-word;
}

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

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

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

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

input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"] {
    border: 1px solid rgb(233, 233, 233);
    color: rgb(28, 28, 28);
    margin: 0px 0px 19px;
    min-height: 40px;
    padding: 0px 20px;
}

a {
    color: var(--textColor);
}

a:hover {
    color: var(--bv-primary);
    text-decoration: none;
    cursor: pointer;
}

.dropdown-menu {
    box-shadow: none;
}

.dropdown-menu > li > a {
    white-space: inherit;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background: none;
}

body, input, textarea, button, select {
    line-height: 1.7;
    color: var(--textColor);
    -webkit-font-smoothing: antialiased;
    text-size-adjust: 100%;
}

body:focus, input:focus, textarea:focus, button:focus, select:focus {
    outline: none;
    box-shadow: none;
}

body.no-scroll {
    position: fixed;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 769px) {
    body::-webkit-scrollbar {
        width: 10px;
        height: 10px;
        border-radius: 0px;
    }

    body::-webkit-scrollbar-track {
        background: rgba(252, 0, 18, 0.1);
        box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
        border-radius: 0px;
    }

    body::-webkit-scrollbar-thumb {
        background-color: var(--mainColor);
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
        border-radius: 0px;
    }
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    font-weight: inherit;
}

a:focus {
    outline: none;
}

p {
    margin: 0px 0px 15px;
}

p img {
    margin: 0px;
}

em {
    font-style: italic;
}

img.lazyload:not(.loaded) {
}

.page-title .title-head {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .page-title .title-head {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
}

.banner-effect {
    position: relative;
    overflow: hidden;
    display: block;
}

.banner-effect::before {
    position: absolute;
    top: 0px;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.banner-effect:hover::before {
    animation: 1.1s ease 0s 1 normal none running shine;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

ul {
    list-style: outside none;
    margin-bottom: 0px;
    padding-left: 0px;
}

ol {
    list-style: decimal;
}

ul.square {
    list-style: outside square;
}

ul.disc {
    list-style: outside disc;
}

ol.alpha {
    list-style: outside lower-alpha;
}

.inline-list li {
    display: inline-block;
    margin-bottom: 0px;
}

table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
    border-spacing: 0px;
}

.table-wrap {
    max-width: 100%;
    overflow: auto;
}

th {
    font-weight: 500;
}

th, td {
    text-align: center;
    padding: 15px;
    border: 1px solid rgb(235, 235, 235);
    color: rgb(28, 28, 28);
}

a, .text-link {
    color: var(--textColor);
    text-decoration: none;
    background: transparent;
}

button {
    overflow: visible;
}

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

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

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

.video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: auto;
}

.video-wrapper iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.table-wrapper {
    max-width: 100%;
    overflow: auto;
}

form {
    margin-bottom: 30px;
}

a:focus, .btn:focus, input[type="submit"]:focus, button:focus, .page-link:focus, .button:focus, .btn-button:focus {
    outline: none;
    box-shadow: none;
}

input, textarea, button, select {
    font-size: 1em;
}

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

button, input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="file"], input[type="number"], input[type="tel"], input[type="submit"], textarea {
    appearance: none;
}

input, textarea, select, fieldset {
    border-radius: 0px;
    max-width: 100%;
}

input.input-full, textarea.input-full, select.input-full, fieldset.input-full {
    width: 100%;
}

fieldset {
    border: 1px solid rgb(235, 235, 235);
    padding: 15px;
}

legend {
    border: 0px;
    padding: 0px;
}

optgroup {
    font-weight: bold;
}

input {
    display: inline-block;
    width: auto;
}

button, input[type="submit"] {
    cursor: pointer;
}

button.close {
    padding: 0px;
    cursor: pointer;
    background: transparent;
    border: 0px;
    appearance: none;
}

input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="file"], input[type="number"], input[type="tel"], textarea, select {
    border: 1px solid rgb(235, 235, 235);
    padding: 0px 110px 0px 15px;
    width: 100%;
    max-width: 100%;
    display: block;
}

input[type="text"][disabled], input[type="text"].disabled, input[type="search"][disabled], input[type="search"].disabled, input[type="password"][disabled], input[type="password"].disabled, input[type="email"][disabled], input[type="email"].disabled, input[type="file"][disabled], input[type="file"].disabled, input[type="number"][disabled], input[type="number"].disabled, input[type="tel"][disabled], input[type="tel"].disabled, textarea[disabled], textarea.disabled, select[disabled], select.disabled {
    cursor: default;
}

textarea {
    min-height: 100px;
    padding-top: 6px;
    padding-bottom: 6px;
}

input[type="checkbox"] {
    display: inline;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 40px;
    position: absolute;
    background: transparent;
    outline: none;
    opacity: 0;
}

select {
    appearance: none;
    background-image: url("//bizweb.dktcdn.net/100/632/411/themes/1096693/assets/ico-select.png?1771832589388");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
    text-indent: 0.01px;
    cursor: pointer;
    background-color: rgb(255, 255, 255) !important;
}

.ie9 select, .lt-ie9 select {
    padding-right: 10px;
    background-image: none;
}

option {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
}

label, legend {
    display: block;
    font-weight: 400;
}

label.inline, legend.inline {
    display: inline;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    font-weight: normal;
}

label[for] {
    cursor: pointer;
}

.label-hint {
    color: rgb(153, 153, 153);
}

form.form-horizontal, .form-horizontal {
    margin-bottom: 0px;
}

form.form-horizontal input[type="text"], form.form-horizontal input[type="search"], form.form-horizontal input[type="password"], form.form-horizontal input[type="email"], form.form-horizontal input[type="file"], form.form-horizontal input[type="number"], form.form-horizontal input[type="tel"], form.form-horizontal textarea, form.form-horizontal select, form.form-horizontal label, .form-horizontal input[type="text"], .form-horizontal input[type="search"], .form-horizontal input[type="password"], .form-horizontal input[type="email"], .form-horizontal input[type="file"], .form-horizontal input[type="number"], .form-horizontal input[type="tel"], .form-horizontal textarea, .form-horizontal select, .form-horizontal label {
    display: inline-block;
    margin-bottom: 0px;
    width: auto;
}

input[type="text"].error, input[type="search"].error, input[type="password"].error, input[type="email"].error, input[type="file"].error, input[type="number"].error, input[type="tel"].error, textarea.error {
    border-color: red;
    color: red;
}

label.error {
    color: red;
}

.hidden {
    display: none;
}

label {
    display: inline-block !important;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .input-group-field:first-child, .input-group .input-group-btn:first-child, .input-group .input-group-btn:first-child > .btn, .input-group .input-group-btn:first-child > input[type="submit"], .input-group input[type="hidden"]:first-child + .input-group-field, .input-group input[type="hidden"]:first-child + .input-group-btn > .btn, .input-group input[type="hidden"]:first-child + .input-group-btn > input[type="submit"] {
    border-radius: 0px;
}

.input-group .input-group-field:last-child, .input-group .input-group-btn:last-child > .btn, .input-group .input-group-btn:last-child > input[type="submit"] {
    border-radius: 0px;
}

.input-group-field, .input-group-btn {
    display: table-cell;
    vertical-align: middle;
    margin: 0px;
}

.input-group .btn, .input-group input[type="submit"], .input-group .input-group-field {
    height: 40px;
}

.input-group .input-group-field {
    width: 100%;
    margin-bottom: 0px;
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
    width: 1%;
    padding: 0px;
}

.form-group {
    margin: 0px;
    padding: 0px 0px 8px;
    border: 0px;
}

.form-group .form-control {
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--textColor);
    background-color: rgb(255, 255, 255);
    background-image: none;
    margin-bottom: 15px;
    border: 1px solid rgb(234, 235, 243);
    box-shadow: none;
}

.form-group .form-control::-webkit-input-placeholder {
    color: rgb(205, 207, 221);
}

.form-group input, .form-group select {
    height: 40px;
}

.flexbox, .awe-popup {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.list-inline {
    zoom: 1; }

.list-inline::after {
    content: "";
    display: table;
    clear: both;
}

.list-inline li {
    float: left;
    margin: 0px;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

.text-bold {
    font-weight: bold !important;
}

.a-center {
    text-align: center !important;
}

.a-left {
    text-align: left !important;
}

.a-right {
    text-align: right !important;
}

.f-right {
    float: right !important;
}

.f-none {
    float: none !important;
}

.inline {
    display: inline !important;
}

.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.flexbox {
    display: flex;
    overflow: hidden;
}

.flexbox > div {
    flex: 1 1 0%;
}

.background-none {
    background: none !important;
}

.no-margin {
    margin: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.no-border {
    border-width: medium !important;
    border-style: none !important;
    border-color: currentcolor !important;
    border-image: initial !important;
}

.ov-h {
    overflow: hidden !important;
}

.relative {
    position: relative !important;
}

.absolute {
    position: absolute !important;
}

.margin-0 {
    margin: 0px !important;
}

.margin-vertical-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.margin-horizontal-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.margin-right-0 {
    margin-right: 0px !important;
}

.padding-0 {
    padding: 0px !important;
}

.padding-vertical-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.padding-horizontal-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.padding-right-0 {
    padding-right: 0px !important;
}

.margin-5 {
    margin: 5px !important;
}

.margin-vertical-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.margin-horizontal-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-vertical-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.padding-horizontal-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.margin-10 {
    margin: 10px !important;
}

.margin-vertical-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.margin-horizontal-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-vertical-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.padding-horizontal-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.margin-15 {
    margin: 15px !important;
}

.margin-vertical-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.margin-horizontal-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.padding-15 {
    padding: 15px !important;
}

.padding-vertical-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.padding-horizontal-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.margin-20 {
    margin: 20px !important;
}

.margin-vertical-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.margin-horizontal-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-vertical-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.padding-horizontal-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.margin-25 {
    margin: 25px !important;
}

.margin-vertical-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.margin-horizontal-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-left-25 {
    margin-left: 25px !important;
}

.margin-right-25 {
    margin-right: 25px !important;
}

.padding-25 {
    padding: 25px !important;
}

.padding-vertical-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.padding-horizontal-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.padding-bottom-25 {
    padding-bottom: 25px !important;
}

.padding-left-25 {
    padding-left: 25px !important;
}

.padding-right-25 {
    padding-right: 25px !important;
}

.margin-30 {
    margin: 30px !important;
}

.margin-vertical-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.margin-horizontal-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-vertical-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.padding-horizontal-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.margin-35 {
    margin: 35px !important;
}

.margin-vertical-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.margin-horizontal-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
}

.margin-top-35 {
    margin-top: 35px !important;
}

.margin-bottom-35 {
    margin-bottom: 35px !important;
}

.margin-left-35 {
    margin-left: 35px !important;
}

.margin-right-35 {
    margin-right: 35px !important;
}

.padding-35 {
    padding: 35px !important;
}

.padding-vertical-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.padding-horizontal-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.padding-top-35 {
    padding-top: 35px !important;
}

.padding-bottom-35 {
    padding-bottom: 35px !important;
}

.padding-left-35 {
    padding-left: 35px !important;
}

.padding-right-35 {
    padding-right: 35px !important;
}

.margin-40 {
    margin: 40px !important;
}

.margin-vertical-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.margin-horizontal-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}

.padding-40 {
    padding: 40px !important;
}

.padding-vertical-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.padding-horizontal-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-left-40 {
    padding-left: 40px !important;
}

.padding-right-40 {
    padding-right: 40px !important;
}

.margin-45 {
    margin: 45px !important;
}

.margin-vertical-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.margin-horizontal-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
}

.margin-top-45 {
    margin-top: 45px !important;
}

.margin-bottom-45 {
    margin-bottom: 45px !important;
}

.margin-left-45 {
    margin-left: 45px !important;
}

.margin-right-45 {
    margin-right: 45px !important;
}

.padding-45 {
    padding: 45px !important;
}

.padding-vertical-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.padding-horizontal-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}

.padding-top-45 {
    padding-top: 45px !important;
}

.padding-bottom-45 {
    padding-bottom: 45px !important;
}

.padding-left-45 {
    padding-left: 45px !important;
}

.padding-right-45 {
    padding-right: 45px !important;
}

.margin-50 {
    margin: 50px !important;
}

.margin-vertical-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.margin-horizontal-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-left-50 {
    margin-left: 50px !important;
}

.margin-right-50 {
    margin-right: 50px !important;
}

.padding-50 {
    padding: 50px !important;
}

.padding-vertical-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.padding-horizontal-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-left-50 {
    padding-left: 50px !important;
}

.padding-right-50 {
    padding-right: 50px !important;
}

.margin-55 {
    margin: 55px !important;
}

.margin-vertical-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
}

.margin-horizontal-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
}

.margin-top-55 {
    margin-top: 55px !important;
}

.margin-bottom-55 {
    margin-bottom: 55px !important;
}

.margin-left-55 {
    margin-left: 55px !important;
}

.margin-right-55 {
    margin-right: 55px !important;
}

.padding-55 {
    padding: 55px !important;
}

.padding-vertical-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}

.padding-horizontal-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
}

.padding-top-55 {
    padding-top: 55px !important;
}

.padding-bottom-55 {
    padding-bottom: 55px !important;
}

.padding-left-55 {
    padding-left: 55px !important;
}

.padding-right-55 {
    padding-right: 55px !important;
}

.margin-60 {
    margin: 60px !important;
}

.margin-vertical-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.margin-horizontal-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

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

.margin-left-60 {
    margin-left: 60px !important;
}

.margin-right-60 {
    margin-right: 60px !important;
}

.padding-60 {
    padding: 60px !important;
}

.padding-vertical-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.padding-horizontal-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.padding-bottom-60 {
    padding-bottom: 60px !important;
}

.padding-left-60 {
    padding-left: 60px !important;
}

.padding-right-60 {
    padding-right: 60px !important;
}

.margin-65 {
    margin: 65px !important;
}

.margin-vertical-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
}

.margin-horizontal-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
}

.margin-top-65 {
    margin-top: 65px !important;
}

.margin-bottom-65 {
    margin-bottom: 65px !important;
}

.margin-left-65 {
    margin-left: 65px !important;
}

.margin-right-65 {
    margin-right: 65px !important;
}

.padding-65 {
    padding: 65px !important;
}

.padding-vertical-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}

.padding-horizontal-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
}

.padding-top-65 {
    padding-top: 65px !important;
}

.padding-bottom-65 {
    padding-bottom: 65px !important;
}

.padding-left-65 {
    padding-left: 65px !important;
}

.padding-right-65 {
    padding-right: 65px !important;
}

.margin-70 {
    margin: 70px !important;
}

.margin-vertical-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.margin-horizontal-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
}

.margin-top-70 {
    margin-top: 70px !important;
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

.margin-left-70 {
    margin-left: 70px !important;
}

.margin-right-70 {
    margin-right: 70px !important;
}

.padding-70 {
    padding: 70px !important;
}

.padding-vertical-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.padding-horizontal-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-bottom-70 {
    padding-bottom: 70px !important;
}

.padding-left-70 {
    padding-left: 70px !important;
}

.padding-right-70 {
    padding-right: 70px !important;
}

.margin-75 {
    margin: 75px !important;
}

.margin-vertical-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
}

.margin-horizontal-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
}

.margin-top-75 {
    margin-top: 75px !important;
}

.margin-bottom-75 {
    margin-bottom: 75px !important;
}

.margin-left-75 {
    margin-left: 75px !important;
}

.margin-right-75 {
    margin-right: 75px !important;
}

.padding-75 {
    padding: 75px !important;
}

.padding-vertical-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}

.padding-horizontal-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
}

.padding-top-75 {
    padding-top: 75px !important;
}

.padding-bottom-75 {
    padding-bottom: 75px !important;
}

.padding-left-75 {
    padding-left: 75px !important;
}

.padding-right-75 {
    padding-right: 75px !important;
}

.margin-80 {
    margin: 80px !important;
}

.margin-vertical-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.margin-horizontal-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}

.margin-left-80 {
    margin-left: 80px !important;
}

.margin-right-80 {
    margin-right: 80px !important;
}

.padding-80 {
    padding: 80px !important;
}

.padding-vertical-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.padding-horizontal-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.padding-top-80 {
    padding-top: 80px !important;
}

.padding-bottom-80 {
    padding-bottom: 80px !important;
}

.padding-left-80 {
    padding-left: 80px !important;
}

.padding-right-80 {
    padding-right: 80px !important;
}

.margin-85 {
    margin: 85px !important;
}

.margin-vertical-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
}

.margin-horizontal-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
}

.margin-top-85 {
    margin-top: 85px !important;
}

.margin-bottom-85 {
    margin-bottom: 85px !important;
}

.margin-left-85 {
    margin-left: 85px !important;
}

.margin-right-85 {
    margin-right: 85px !important;
}

.padding-85 {
    padding: 85px !important;
}

.padding-vertical-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
}

.padding-horizontal-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
}

.padding-top-85 {
    padding-top: 85px !important;
}

.padding-bottom-85 {
    padding-bottom: 85px !important;
}

.padding-left-85 {
    padding-left: 85px !important;
}

.padding-right-85 {
    padding-right: 85px !important;
}

.margin-90 {
    margin: 90px !important;
}

.margin-vertical-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}

.margin-horizontal-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
}

.margin-top-90 {
    margin-top: 90px !important;
}

.margin-bottom-90 {
    margin-bottom: 90px !important;
}

.margin-left-90 {
    margin-left: 90px !important;
}

.margin-right-90 {
    margin-right: 90px !important;
}

.padding-90 {
    padding: 90px !important;
}

.padding-vertical-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.padding-horizontal-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
}

.padding-top-90 {
    padding-top: 90px !important;
}

.padding-bottom-90 {
    padding-bottom: 90px !important;
}

.padding-left-90 {
    padding-left: 90px !important;
}

.padding-right-90 {
    padding-right: 90px !important;
}

.margin-95 {
    margin: 95px !important;
}

.margin-vertical-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
}

.margin-horizontal-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
}

.margin-top-95 {
    margin-top: 95px !important;
}

.margin-bottom-95 {
    margin-bottom: 95px !important;
}

.margin-left-95 {
    margin-left: 95px !important;
}

.margin-right-95 {
    margin-right: 95px !important;
}

.padding-95 {
    padding: 95px !important;
}

.padding-vertical-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
}

.padding-horizontal-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
}

.padding-top-95 {
    padding-top: 95px !important;
}

.padding-bottom-95 {
    padding-bottom: 95px !important;
}

.padding-left-95 {
    padding-left: 95px !important;
}

.padding-right-95 {
    padding-right: 95px !important;
}

.margin-100 {
    margin: 100px !important;
}

.margin-vertical-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.margin-horizontal-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.margin-left-100 {
    margin-left: 100px !important;
}

.margin-right-100 {
    margin-right: 100px !important;
}

.padding-100 {
    padding: 100px !important;
}

.padding-vertical-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.padding-horizontal-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.padding-top-100 {
    padding-top: 100px !important;
}

.padding-bottom-100 {
    padding-bottom: 100px !important;
}

.padding-left-100 {
    padding-left: 100px !important;
}

.padding-right-100 {
    padding-right: 100px !important;
}

@keyframes fadeInDown {
    0% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes popup-fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
    }
}

.btn-continus {
    text-transform: uppercase;
    font-size: 14px;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0px 25px !important;
    background: rgb(236, 44, 30) !important;
    border: 1px solid rgb(236, 44, 30) !important;
}

.btn-continus:hover {
    border: 1px solid var(--hover);
    background: rgb(255, 255, 255) !important;
    color: var(--hover) !important;
}

.btn, input[type="submit"] {
    display: inline-block;
    height: 40px;
    line-height: 39px;
    padding: 0px 20px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    font-weight: 400;
    border-radius: 10px;
    letter-spacing: 0px;
    outline: none !important;
}

.btn[disabled], input[disabled][type="submit"], .btn.disabled, input.disabled[type="submit"] {
    cursor: default;
    background-color: rgb(235, 235, 235);
}

.btn.btn-primary, input.btn-primary[type="submit"] {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    background: var(--mainColor);
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0px 20px;
    transition-duration: 0.3s;
}

@media (max-width: 767px) {
    .btn.btn-primary, input.btn-primary[type="submit"] {
        font-size: 1.4rem;
    }
}

.btn.btn-primary:hover, input.btn-primary[type="submit"]:hover {
    background: var(--hover);
    color: rgb(255, 255, 255);
}

.btn.btn-extent, input.btn-extent[type="submit"] {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    background: var(--hover);
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0px 20px;
    transition-duration: 0.3s;
}

@media (max-width: 767px) {
    .btn.btn-extent, input.btn-extent[type="submit"] {
        font-size: 1.4rem;
    }
}

.btn.btn-extent:hover, input.btn-extent[type="submit"]:hover {
    background: var(--mainColor);
    color: rgb(255, 255, 255);
}

.btn.btn-popup, input.btn-popup[type="submit"] {
    width: 100%;
    padding: 0px 25px;
    background: var(--mainColor);
    font-weight: 700;
    text-transform: uppercase !important;
    color: rgb(255, 255, 255) !important;
    border: 1px solid transparent !important;
}

.btn.btn-popup:hover, input.btn-popup[type="submit"]:hover {
    background: rgb(255, 255, 255);
    color: var(--hover) !important;
    border: 1px solid var(--hover) !important;
}

.btn.btn-circle, input.btn-circle[type="submit"] {
    border-radius: 50%;
    padding: 0px;
}

.btn.btn-large, input.btn-large[type="submit"] {
    height: 50px;
    line-height: 50px;
    padding: 0px 74px;
}

.btn.btn-small, input.btn-small[type="submit"] {
    height: 34px;
    line-height: 34px;
    padding: 0px 32px;
}

.btn.btn-dark-address, input.btn-dark-address[type="submit"] {
    background: rgb(42, 42, 42);
    padding: 0px 25px;
    color: rgb(255, 255, 255);
    border-radius: 0px;
    border: 1px solid transparent !important;
}

.btn.btn-white, input.btn-white[type="submit"] {
    background: rgb(255, 255, 255);
    color: var(--textColor);
    border: 1px solid rgb(235, 235, 235);
    font-weight: 400;
}

.btn.btn-white:hover, input.btn-white[type="submit"]:hover {
    background: var(--bv-primary);
    color: rgb(255, 255, 255);
}

.btn.btn-gray, input.btn-gray[type="submit"] {
    background: rgb(158, 158, 158);
    color: rgb(255, 255, 255);
}

.btn.btn-gray:hover, input.btn-gray[type="submit"]:hover {
    background: var(--hover);
}

.btn.btn-gray a, input.btn-gray[type="submit"] a {
    color: rgb(255, 255, 255);
}

.btn.btn-full, input.btn-full[type="submit"] {
    display: block;
    width: 100%;
}

.btn-link {
    line-height: 40px;
    color: var(--mainColor);
}

.btn-link:hover {
    text-decoration: underline;
}

.fancybox-close {
    background-color: transparent !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #bizweb-product-reviews {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .bizweb-product-reviews-form {
        min-width: 250px !important;
    }
}

@media (max-width: 1199px) {
    .h_recover {
        margin-bottom: 30px;
    }
}

.page_404 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    min-height: 700px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .page_404 {
        min-height: 400px;
    }
}

.page_404 .page-404 {
    text-align: center;
}

.page_404 .page-404 h1 {
    font-size: 200px;
    font-weight: 700;
    line-height: 200px;
    margin: 0px;
    padding: 0px;
    color: var(--textColor);
}

@media (max-width: 767px) {
    .page_404 .page-404 h1 {
        font-size: 100px;
        line-height: 100px;
    }
}

.page_404 .page-404 p {
    font-size: 22px;
    color: var(--textColor);
}

@media (max-width: 767px) {
    .page_404 .page-404 p {
        font-size: 16px;
    }
}

.bizweb-product-reviews-module {
    margin: 0px !important;
}

.breadcrumb {
    margin-top: 15px;
    font-size: 14px;
    padding: 0px;
    border-radius: 0px;
    font-weight: 400;
    line-height: 24px;
    background-color: transparent;
    width: 100%;
    text-align: left;
}

.breadcrumb li {
    display: inline;
}

.breadcrumb li > a {
    color: var(--textColor);
}

.breadcrumb li > a > span {
    color: var(--textColor);
}

.breadcrumb li .mr_lr {
    padding: 0px 3px;
    color: var(--textColor);
}

.breadcrumb li span {
    display: inline;
    color: var(--textColor);
}

.breadcrumb li span .fa {
    color: var(--textColor);
    padding: 0px 5px;
}

.breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong {
    color: var(--bv-primary);
    font-weight: 400;
    text-decoration: none;
}

.breadcrumb li a:hover span, .breadcrumb li.active span, .breadcrumb li strong span {
    color: var(--hover);
}

.breadcrumb > li + li::before {
    display: none;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 50%;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 50%;
}

.pagenav {
    text-align: right;
}

.pagenav span {
    display: inline-block;
    float: left;
    margin-right: 10px;
    line-height: 30px;
    font-weight: 700;
}

.item_product_main {
    display: block;
    height: 100%;
    padding-bottom: 28px;
    position: relative;
}

.item_product_main .product-action {
    background: rgb(255, 255, 255);
    height: 100%;
    border: 1px solid rgb(221, 221, 221);
    margin-bottom: 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: end;
    overflow: hidden;
    border-radius: 10px;
}

.item_product_main .product-action .product-thumbnail {
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
}

.item_product_main .product-action .product-thumbnail .image_thumb img {
    width: auto;
    max-height: 100%;
    position: absolute;
    inset: 0px;
    margin: auto;
    object-fit: contain;
}

.item_product_main .product-action .product-thumbnail .image_thumb img.image1 {
    transition: 0.5s;
    transform: translateY(0px);
}

.item_product_main .product-action .product-thumbnail .image_thumb img.image2 {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: 0.5s;
    visibility: hidden;
    transform: translateY(-100%);
}

.item_product_main .product-action .product-thumbnail .badge {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 100%;
}

.item_product_main .product-action .product-thumbnail .badge span {
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    height: 22px;
    padding: 0px 5px;
    line-height: 22px;
    font-weight: 500;
    font-size: 1.2rem;
}

.item_product_main .product-action .product-thumbnail .badge span:first-child {
    margin-right: 3px;
}

.item_product_main .product-action .product-thumbnail .badge .new {
    background-color: rgb(255, 101, 12);
    color: rgb(255, 255, 255);
}

.item_product_main .product-action .product-thumbnail .badge .best {
    background-color: rgb(175, 1, 2);
    color: rgb(255, 255, 255);
}

.item_product_main .product-action .product-thumbnail .pre-order {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 0;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
    width: 70px;
    height: 57px;
}

.item_product_main .product-action .product-thumbnail .pre-order img {
    max-width: 70px;
    max-height: 57px;
}

.item_product_main .product-action .product-thumbnail .flash-sale {
    background: linear-gradient(93.01deg, rgb(211, 17, 0) 15.48%, rgb(255, 35, 16) 92.66%);
    border-radius: 5px 5px 5px 0px;
    padding: 0px 10px;
    color: rgb(255, 255, 255);
    position: absolute;
    left: 5px;
    top: 5px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.item_product_main .product-action .product-thumbnail .flash-sale::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 22px;
    border-right: 10px solid transparent;
    border-bottom: 0px solid transparent;
    border-top: 10px solid rgb(211, 17, 0);
}

.item_product_main .product-action .product-info {
    width: 100%;
    padding: 10px;
    position: relative;
    background: rgb(255, 255, 255);
    transition-duration: 0.3s;
    z-index: 2;
}

.item_product_main .product-action .product-info .product-name {
    font-size: 1.6rem;
    min-height: 46px;
}

.item_product_main .product-action .product-info .product-name:hover, .item_product_main .product-action .product-info .product-name:focus {
    color: var(--mainColor);
}

.item_product_main .product-action .product-info .product-name:hover a, .item_product_main .product-action .product-info .product-name:focus a {
    color: var(--mainColor);
}

.item_product_main .product-action .product-info .product-price-cart {
    margin-top: 4px;
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    gap: 10px;
}

.item_product_main .product-action .product-info .product-price-cart .compare-price {
    display: block;
    width: auto;
    color: rgb(154, 165, 179);
    font-size: 1.4rem;
    text-decoration: line-through;
    line-height: 19px;
}

.item_product_main .product-action .product-info .product-price-cart .price {
    color: var(--price);
    font-weight: 700;
    display: inline-block;
    width: auto;
    font-size: 1.6rem;
    line-height: 22px;
    position: relative;
}

.item_product_main .product-action .product-info .product-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 105%;
    left: 0px;
    padding: 12px 10px 0px;
    gap: 8px;
}

.item_product_main .product-action .product-info .product-button .btn-views {
    display: block;
    width: 100%;
    background: var(--bv-secondary);
    color: rgb(255, 255, 255);
    border: 0px;
    font-weight: 600;
    font-size: 1.4rem;
    padding: 5px;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .item_product_main .product-action .product-info .product-button .btn-views {
        font-size: 14px;
        padding: 5px;
    }
}

.item_product_main .product-action .product-info .product-button .btn-views:hover {
    background: var(--bv-primary);
}

.item_product_main .product-action .product-info .product-button .btn-views.disabled {
    opacity: 0.7;
}

.item_product_main .product-action .product-info .product-button .btn-views.disabled:hover {
    background: var(--bv-primary);
}

.item_product_main .product-action .product-info .product-button .quick-view {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    position: relative;
    z-index: 1;
    font-size: 0px;
    color: var(--textColor);
    background-color: transparent !important;
}

.item_product_main .product-action .product-info .product-button .quick-view svg {
    width: 24px;
    height: 24px;
}

.item_product_main .product-action .product-info .product-button .quick-view svg path {
    fill: var(--textColor);
}

.item_product_main .product-action .product-info .product-button .quick-view:hover svg path {
    fill: var(--mainColor);
}

.item_product_main .product-action .product-info .product-button .setCompare {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    position: relative;
    z-index: 1;
    font-size: 0px;
    color: var(--textColor);
    background-color: transparent !important;
}

.item_product_main .product-action .product-info .product-button .setCompare svg {
    width: 28px;
    height: 28px;
}

.item_product_main .product-action .product-info .product-button .setCompare svg path {
    fill: var(--textColor);
}

.item_product_main .product-action .product-info .product-button .setCompare:hover svg path {
    fill: rgb(13, 110, 253);
}

.item_product_main .product-action .product-info .product-button .setCompare.active svg path {
    fill: rgb(13, 110, 253);
}

@media (max-width: 991px) {
    .item_product_main .product-action .product-info .product-button {
        padding: 0px 7px;
        display: none !important;
    }

    .item_product_main .product-action .product-info .product-button button {
        font-size: 1.2rem;
        width: 100%;
        min-width: inherit;
        padding: 0px 12px;
        height: 36px;
    }

    .item_product_main .product-action .product-info .product-button button svg {
        width: 16px;
        height: 16px;
        display: block;
    }
}

.item_product_main .product-action .video_tem {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
}

.item_product_main .product-action .video_tem img {
    max-width: 46px;
    max-height: 46px;
}

.item_product_main .product-action .setWishlist {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    font-size: 0px;
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    border-radius: 50%;
}

.item_product_main .product-action .setWishlist img {
    width: 18px;
    height: 18px;
}

.item_product_main .product-action .setWishlist:hover {
    background: var(--mainColor);
}

.item_product_main .product-action .setWishlist:hover:not(.active) img {
    filter: brightness(0) invert(1);
}

@media (min-width: 1200px) {
    .item_product_main .product-action:hover {
        border: 1px solid var(--mainColor);
    }

    .item_product_main .product-action:hover .product-thumbnail .scale_hover .image1 {
    }

    .item_product_main .product-action:hover .product-thumbnail .scale_hover .image2 {
        opacity: 1;
        overflow: hidden;
        transition: 0.5s;
        visibility: visible;
        transform: translateY(0px);
    }

    .item_product_main .product-action:hover .product-info {
        transform: translateY(-60px);
    }
}

@media (max-width: 991px) {
    .item_product_main .product-action .product-info .name-price .product-name {
        font-size: 1.4rem;
    }

    .item_product_main .product-action .product-info .name-price .product-price-cart {
        gap: 4px;
    }

    .item_product_main .product-action .product-info .name-price .product-price-cart .price {
        font-weight: 700;
        font-size: 1.6rem;
    }
}

@media (max-width: 991px) and (max-width: 480px) {
    .item_product_main .product-action .product-info .name-price .product-price-cart .price {
        font-size: 1.4rem;
    }
}

@media (max-width: 991px) {
    .item_product_main .product-action .product-info .name-price .product-price-cart .compare-price {
        font-size: 1.2rem;
    }
}

.content-page {
    min-height: 400px;
}

.content-page ul, .content-page ol {
    padding-left: 20px;
}

.wd-icon::before {
    content: "ï†€";
}

.list-search .product-smart {
    display: flex;
    padding: 8px 5px;
    border-bottom: 1px solid rgb(237, 237, 237);
    background: rgb(255, 255, 255);
    position: relative;
    width: 100%;
}

.list-search .product-smart:first-child {
    margin-top: 12px;
}

.list-search .product-smart:last-child {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}

.list-search .product-smart:hover {
    background: rgb(255, 242, 239);
    border-radius: 10px;
}

.list-search .product-smart .image_thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    aspect-ratio: 1 / 1;
    border: 1px solid rgb(241, 241, 241);
    border-radius: 4px;
    position: relative;
}

.list-search .product-smart .image_thumb img {
    width: auto;
    max-height: 100%;
    position: absolute;
    inset: 0px;
    margin: auto;
    object-fit: contain;
}

.list-search .product-smart .product-info {
    display: block;
    width: calc(100% - 60px);
    padding-left: 10px;
}

.list-search .product-smart .product-info {
    margin: 5px 0px;
    position: relative;
}

.list-search .product-smart .product-info h3 {
    padding: 0px 0px 3px;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0px 0px 3px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--textColor);
}

.list-search .product-smart .product-info h3:hover {
    color: var(--mainColor);
}

.list-search .product-smart .product-info h3 a {
    color: var(--textColor);
}

.list-search .product-smart .product-info h3 a:hover {
    color: var(--mainColor);
}

.list-search .product-smart .product-info .price-box {
    color: var(--price);
    line-height: 23px;
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
}

.list-search .product-smart .product-info .price-box .price {
    padding-right: 5px;
}

.list-search .product-smart .product-info .price-box .compare-price {
    text-decoration: line-through;
    font-size: 1.3rem;
    color: rgb(158, 158, 158);
    line-height: 24px;
    font-weight: 300;
}

.list-search .see-all-search {
    display: block;
    position: relative;
    text-align: center;
    line-height: 1.4;
    margin-top: 10px;
}

.list-search .see-all-search:hover {
    text-decoration: underline;
}

.list-search .not-pro {
    margin-top: 16px;
    padding: 4px 12px;
    background: rgb(255, 237, 202);
    border-radius: 6px;
}

@keyframes alert-fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes alert-fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#js-global-alert {
    position: fixed;
    top: 5%;
    right: 15px;
    width: 290px;
    z-index: 9999;
    padding: 10px;
    margin-bottom: 0px;
    opacity: 0;
    animation-duration: 0.3s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    display: none;
}

#js-global-alert .alert-heading {
    margin-bottom: 0px;
    font-size: 1.6rem;
    font-weight: 600;
}

#js-global-alert .alert-content {
    font-size: 1.4rem;
    margin-bottom: 0px;
    line-height: 1.4;
}

#js-global-alert.active {
    display: block;
    animation-name: alert-fade-in-up;
}

#js-global-alert.inactive {
    animation-name: alert-fade-out;
}

#js-global-alert button.close {
    position: absolute;
    top: 0px;
    right: 10px;
}

.popup-sapo {
    position: fixed;
    bottom: 40px;
    left: 15px;
    margin: 0px;
    z-index: 99;
    font-size: 1.4rem;
    top: auto !important;
}

.popup-sapo .icon {
    position: relative;
    z-index: 4;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgb(255, 255, 255);
    background: var(--mainColor);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 8px;
    box-sizing: border-box;
    animation: 2s ease 0s infinite normal none running pulse;
    cursor: pointer;
}

.popup-sapo .icon svg {
    fill: rgb(255, 255, 255);
    width: 20px;
    height: 20px;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    animation: 1s ease-out 0s infinite normal none running iconSkew;
    min-height: -webkit-fill-available;
}

.popup-sapo .content {
    background: var(--mainColor);
    color: rgb(255, 255, 255);
    padding: 20px 15px 40px;
    border-radius: 10px;
    width: 320px;
    position: absolute;
    bottom: 27px;
    left: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 20px;
    transform-origin: 0px bottom;
    transform: scale(0);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 767px) {
    .popup-sapo .content {
        width: 250px;
        padding: 14px;
    }
}

.popup-sapo .content .title {
    font-size: 1.6rem;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .popup-sapo .content .title {
        margin-bottom: 12px;
    }
}

.popup-sapo .content .close-popup-sapo {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.popup-sapo .content .close-popup-sapo svg {
    width: 15px;
    height: 15px;
}

.popup-sapo .content .close-popup-sapo svg path {
    fill: rgb(255, 255, 255);
}

.popup-sapo .content .close-popup-sapo:hover svg path {
    fill: var(--bv-primary);
}

.popup-sapo .content ul {
    margin-bottom: 20px;
}

.popup-sapo .content ul li {
    margin-bottom: 10px;
}

.popup-sapo .content ul li svg {
    margin-right: 10px;
}

.popup-sapo .content ul li svg path {
    fill: rgb(255, 255, 255);
}

.popup-sapo .content ul li a {
    color: rgb(255, 255, 255);
}

.popup-sapo .content ul li:hover a {
    color: var(--bv-primary);
}

.popup-sapo .content ul li:hover svg path {
    fill: var(--bv-primary);
}

.popup-sapo.active .content {
    transition-delay: 0.1s;
    transform: scale(1);
}

.popup-video .close-popup-video:hover {
    opacity: 0.8;
}

.site-header__compare {
    position: fixed;
    right: 0px;
    bottom: 160px;
    z-index: 4;
    background-color: rgb(13, 110, 253);
    padding: 10px 5px 10px 7px;
    border-radius: 5px 0px 0px 5px;
    box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    transition: 0.3s;
    top: auto !important;
}

@media (max-width: 767px) {
    .site-header__compare {
        bottom: 50%;
    }
}

.site-header__compare .compareCount {
    font-size: 12px;
    display: inline-block;
    color: rgb(255, 255, 255);
}

.site-header__compare svg {
    width: 20px;
    height: 20px;
}

.site-header__compare svg path {
    fill: rgb(255, 255, 255) !important;
}

@media (min-width: 1025px) {
    .site-header__compare:hover, .site-header__compare:focus {
        background: var(--mainColor);
    }

    .site-header__compare:hover .compareCount, .site-header__compare:focus .compareCount {
        color: rgb(255, 255, 255);
    }

    .site-header__compare:hover svg path, .site-header__compare:focus svg path {
        fill: rgb(255, 255, 255) !important;
    }

    .site-header__compare:hover::before, .site-header__compare:focus::before {
        content: attr(title);
        position: absolute;
        top: 50%;
        right: calc(100% + 10px);
        padding: 3px 7px 5px;
        background: rgb(102, 102, 102);
        color: rgb(255, 255, 255);
        border-radius: 5px;
        font-size: 13px;
        white-space: nowrap;
        display: inline-block;
        line-height: 1.4;
        transform: translate(0px, -50%);
    }

    .site-header__compare:hover::after, .site-header__compare:focus::after {
        display: block;
        position: absolute;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent transparent rgb(102, 102, 102);
        border-image: initial;
        content: "";
        top: 50%;
        right: calc(100% - 6px);
        transform: translate(0px, -50%);
    }
}

.sidebarAllMainCompare {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    transform: translateY(100%);
    top: auto !important;
}

.sidebarAllMainCompare .box_sidebar_compare {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px -2px 10px;
    border-top: 1px solid rgb(221, 221, 221);
}

.sidebarAllMainCompare.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.sidebarAllMainCompare .sidebarAllHeader span {
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    color: rgb(255, 255, 255);
}

.sidebarAllMainCompare .sidebarAllHeader .title {
    position: relative;
}

.sidebarAllMainCompare .sidebarAllHeader .title a {
    padding-right: 30px;
    display: block;
}

.sidebarAllMainCompare .sidebarAllHeader .title a:hover {
    opacity: 0.6;
}

@media (max-width: 767px) {
    .sidebarAllMainCompare .sidebarAllHeader .title span {
        font-size: 16px;
    }
}

.sidebarAllMainCompare .sidebarAllHeader .title .closeSidebar {
    position: absolute;
    right: -10px;
    top: -40px;
    cursor: pointer;
    width: 105px;
    height: 30px;
    background-color: var(--mainColor);
    padding: 3px 0px;
    text-align: center;
    border-radius: 8px 8px 0px 0px;
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.12) 0px -2px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.sidebarAllMainCompare .sidebarAllHeader .title .closeSidebar:hover {
    opacity: 1;
    background-color: var(--bv-primary);
    color: rgb(255, 255, 255);
}

.sidebarAllMainCompare .sidebarAllHeader .title .closeSidebar:hover svg path {
    stroke: rgb(255, 255, 255);
}

.sidebarAllMainCompare .sidebarAllHeader .title .closeSidebar svg {
    width: 12px;
    margin-left: 3px;
}

.sidebarAllMainCompare .sidebarAllHeader .title .closeSidebar svg path {
    stroke: rgb(255, 255, 255);
}

.sidebarAllMainCompare .sidebarAllHeader .title .showsosanh {
    position: absolute;
    right: 105px;
    top: -40px;
    cursor: pointer;
    width: 105px;
    height: 30px;
    background-color: rgb(13, 110, 253);
    padding: 3px 0px;
    text-align: center;
    border-radius: 8px 8px 0px 0px;
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.12) 0px -2px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.sidebarAllMainCompare .sidebarAllHeader .title .showsosanh:hover {
    opacity: 1;
    background-color: var(--mainColor);
}

.sidebarAllMainCompare .sidebarAllBody {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto hidden;
    margin: 0px -10px;
}

.sidebarAllMainCompare .sidebarAllBody .note {
    padding: 0px 10px;
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare {
    width: calc(33.3333%);
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 768px) {
    .sidebarAllMainCompare .sidebarAllBody .itemMainCompare {
        min-width: 300px;
        justify-content: center;
    }
}

@media (max-width: 322px) {
    .sidebarAllMainCompare .sidebarAllBody .itemMainCompare {
        min-width: 280px;
    }
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .item-compare-wrap {
    background: rgb(255, 255, 255);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 7px;
    border: 1px solid var(--mainColor);
    border-radius: 5px;
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .item-compare-wrap:hover {
    border: 1px solid var(--bv-primary);
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .image_thumb {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    aspect-ratio: 1 / 1;
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .image_thumb img {
    width: auto;
    max-height: 100%;
    position: absolute;
    inset: 0px;
    margin: auto;
    object-fit: contain;
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .product-info {
    width: calc(100% - 75px);
    text-align: left;
    padding-left: 20px;
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .product-info .product-name {
    margin: 0px;
    font-size: 16px;
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .product-info .product-name a {
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .product-info .price-box {
    color: var(--price);
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .product-info .removeItem {
    cursor: pointer;
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .product-info .removeItem:hover {
    color: var(--mainColor);
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .product-info .compare-price {
    font-weight: 300;
    margin-left: 5px;
    color: rgb(187, 187, 187);
    font-size: 12px;
    text-decoration: line-through;
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompareNone {
    width: calc(33.3333%);
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .sidebarAllMainCompare .sidebarAllBody .itemMainCompareNone {
        min-width: 300px;
        justify-content: center;
    }
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompareNone .item-compare-wrap {
    background: rgb(255, 255, 255);
    padding: 7px;
    border: 1px solid var(--mainColor);
    border-radius: 5px;
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompareNone .item-compare-wrap:hover {
    border: 1px solid var(--bv-primary);
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompareNone .icImageCompareNew {
    background: url("//bizweb.dktcdn.net/100/632/411/themes/1096693/assets/add_compare.png?1771832589388") center center / 48px no-repeat;
    width: 48px;
    height: 48px;
    display: block;
    margin: 0px auto;
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompareNone p {
    display: block;
    font-size: 12px;
    text-align: center;
    margin: 7px auto 0px;
}

.sidebarAllMainCompare .sidebarAllFooter {
    margin: 20px;
}

.sidebarAllMainCompare .sidebarAllFooter .mainCompareButton {
    display: block;
    cursor: pointer;
    background: rgb(20, 108, 218);
    width: 100%;
    text-align: center;
    margin: 10px 0px;
    padding: 10px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 500;
}

.m_white_bg_module {
    background: rgb(255, 255, 255);
    padding: 1rem;
    border-radius: 3px;
    margin: auto !important;
}

.popup_compare {
    left: 0px;
    visibility: hidden;
    z-index: 0;
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
    height: 100%;
    width: 100%;
    position: fixed;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    display: flex;
    top: 0px !important;
}

.popup_compare.open {
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.popup_compare .b_video {
    width: 640px;
    max-width: calc(100% - 10px);
}

.popup_compare .max-100 {
    position: relative;
    max-width: 100%;
}

.popup_compare .close_compare {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    z-index: 2;
    padding: 0px;
}

@media (min-width: 768px) {
    .popup_compare .close_compare {
        right: -6px;
        top: -12px;
        transition: 0.3s;
        position: absolute;
    }
}

@media (max-width: 767px) {
    .popup_compare .close_compare {
        bottom: -35px;
        right: 50%;
        transform: translateX(50%);
    }
}

.popup_compare .close_compare img {
    max-width: 24px;
    filter: brightness(0);
}

@media (min-width: 768px) {
    .popup_compare .close_compare:hover {
        transform: scale(1.1) rotate(360deg);
    }
}

.header_compare form.search-bar {
    margin: 0px;
    width: 100%;
    display: block;
    position: relative;
}

@media (max-width: 992px) {
    .header_compare form.search-bar {
        margin: 2px 0px;
    }
}

.header_compare form.search-bar input {
    height: 40px;
    line-height: 40px;
    padding-right: 54px;
    min-height: initial;
    padding-left: 15px;
    z-index: 9;
    position: relative;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    width: 100%;
    margin: 0px auto;
    transition: 0.2s ease-in 0.2s;
}

@media (max-width: 1025px) {
    .header_compare form.search-bar input {
        padding-right: 48px;
    }
}

.header_compare form.search-bar .icon-fallback-text {
    width: 32px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 0px;
    z-index: 9;
    background: var(--mainColor);
    border-radius: 3px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.header_compare form.search-bar .icon-fallback-text:hover {
    background: var(--bv-primary);
}

.header_compare form.search-bar .icon-fallback-text:hover svg path {
    fill: rgb(255, 255, 255);
}

.header_compare form.search-bar .icon-fallback-text svg {
    width: 30px;
    vertical-align: middle;
    height: 30px;
    padding: 8px;
    float: left;
}

.header_compare form.search-bar .icon-fallback-text svg path {
    fill: rgb(255, 255, 255);
}

.header_compare .compare-suggest {
    position: relative;
    height: 400px;
    overflow-y: scroll;
}

.header_compare .compare-suggest::-webkit-scrollbar {
    width: 5px;
    background-color: rgb(242, 242, 242);
}

.header_compare .compare-suggest::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px inset;
    background-color: var(--bv-primary);
}

.header_compare .compare-suggest::-webkit-scrollbar-track {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px inset;
    border-radius: 5px;
    background-color: rgb(242, 242, 242);
}

.list-compare {
    padding-right: 5px;
}

.list-compare .product-smart {
    display: inline-block;
    padding: 0px 0px 8px;
    border: 1px solid rgb(237, 237, 237);
    background: rgb(255, 255, 255);
    position: relative;
    width: 100%;
}

.list-compare .product-smart:first-child {
    margin-top: 5px;
}

.list-compare .product-smart .image_thumb {
    display: inline-block;
    float: left;
    width: 100px;
}

.list-compare .product-smart .product-info {
    display: block;
    float: left;
    width: calc(100% - 100px);
    padding-left: 10px;
}

.list-compare .product-smart .product-info {
    margin: 5px 0px;
    position: relative;
}

.list-compare .product-smart .product-info h3 {
    padding: 0px 0px 3px;
    text-overflow: ellipsis;
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0px 3px;
    line-height: 22px;
    text-transform: capitalize;
    height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: initial;
}

@media (max-width: 1199px) {
    .list-compare .product-smart .product-info h3 {
        font-size: 14px;
    }
}

.list-compare .product-smart .product-info h3:hover {
    color: var(--mainColor);
}

.list-compare .product-smart .product-info h3 a {
    color: rgb(0, 0, 0);
}

.list-compare .product-smart .product-info h3 a:hover {
    color: var(--mainColor);
}

.list-compare .product-smart .product-info .price-box {
    color: var(--price);
    line-height: 23px;
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.list-compare .product-smart .product-info .price-box .price {
    padding-right: 5px;
}

.list-compare .product-smart .product-info .price-box .compare-price {
    text-decoration: line-through;
    font-size: 12px;
    color: rgb(158, 158, 158);
    line-height: 24px;
    font-weight: 300;
}

.list-compare .product-smart .product-info .setCompare {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 1;
    font-size: 0px;
    color: var(--textColor);
    background-color: transparent !important;
}

.list-compare .product-smart .product-info .setCompare:hover {
    opacity: 0.8;
}

.list-compare .product-smart .product-info .setCompare svg {
    width: 24px;
    height: 24px;
}

.list-compare .product-smart .product-info .setCompare svg path {
    fill: var(--textColor);
}

.list-compare .product-smart .product-info .setCompare:hover svg path {
    fill: rgb(13, 110, 253);
}

.list-compare .product-smart .product-info .setCompare.active svg path {
    fill: rgb(13, 110, 253);
}

.grecaptcha-badge {
    display: none !important;
}

.f-b-box {
    width: 100%;
    max-width: 100%;
}

.f-b-box iframe {
    width: 100% !important;
    display: block;
}

ul.slick-dots li {
    box-shadow: none;
    outline: 0px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.8);
    padding: 0px;
    font-size: 0px;
    opacity: 1;
    margin: 0px 3px;
}

.slick-dots li button::before {
    content: "";
    display: none;
}

li.slick-active {
    transition: 0.2s;
    width: 25px !important;
    background: rgb(255, 250, 240) !important;
}

.slick-dots {
}

.box_thongke .content h2 {
    font-size: 3.6rem;
    line-height: 1.2;
    display: block;
    font-weight: bold;
    color: var(--mainColor);
    margin-bottom: 0px;
}

@keyframes zoomzoom {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1.2);
    }
}

.main-widget {
    position: fixed;
    right: 14px;
    bottom: 40px;
    z-index: 3;
    top: auto !important;
}

.main-widge .img svg {
    width: 100%;
    height: 100%;
}

.main-widget .img {
    width: 25px;
    height: 25px;
}

.main-icon svg {
    width: 20px;
    height: 20px;
    fill: rgb(255, 255, 255);
    margin-bottom: 5px;
}

.main-icon p {
    font-size: 1rem;
    color: rgb(255, 255, 255);
    margin: 0px;
}

.out-circle {
    overflow: hidden;
    padding: 17px;
    border-radius: 100%;
    background: var(--support-color);
    width: 60px;
    height: 60px;
}

.main-icon {
    line-height: 0;
    color: rgb(255, 255, 255);
    width: 100%;
    height: 32px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.main-icon i {
    width: 26px;
    height: 26px;
    transform: translateX(2px);
}

.ser-icon {
    display: inline-flex;
    position: absolute;
    font-size: 30px;
    top: 0px;
    left: 0px;
    padding: 10%;
    background: rgb(255, 255, 255);
    max-width: 100%;
    overflow: hidden;
    border-radius: 100%;
    color: var(--support-color);
    width: 70%;
    height: 70%;
    margin: 15%;
    transition: 0.2s;
}

.unsee {
    opacity: 0;
    transform: scale(0);
}

.process {
    display: inline-flex;
    transform: translateX(0px);
    transition: transform 0.15s linear;
    line-height: 0;
}

.ser-icon .item {
    margin-right: 40px;
    width: 30px;
    height: 30px;
    color: var(--support-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.ser-icon .item svg {
    width: 25px;
    height: 25px;
    color: var(--support-color);
}

.ser-icon i:nth-child(2n) {
    color: rgb(0, 0, 0);
}

.def-content {
    position: absolute;
    bottom: 62px;
    right: 0px;
    background: rgb(255, 255, 255);
    border-radius: 8px;
    transition: 0.2s;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    width: 300px;
    z-index: 1;
}

.def-content::before {
    position: absolute;
    bottom: -8px;
    right: 22px;
    left: auto;
    border-right: 8px solid transparent;
    border-top: 8px solid rgb(255, 255, 255);
    border-left: 8px solid transparent;
    content: "";
    display: inline-block !important;
}

.def-header {
    background: var(--support-color);
    padding: 10px;
    border-radius: 8px 8px 0px 0px;
    color: rgb(255, 255, 255);
    position: relative;
}

.def-content .item > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px 10px;
    transition: 0.3s linear;
}

.def-content .item > a .img {
    flex: 0 0 auto;
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 50%;
    color: rgb(255, 255, 255) !important;
}

.def-content .item > a .img svg {
    height: 20px;
    width: 20px;
}

.def-content .item > a .detail {
    flex-grow: 1;
    line-height: 1.4;
}

.def-content .item > a .arcu-item-title {
    font-weight: 700;
    font-size: 1.4rem;
    display: block;
    line-height: 1.4;
}

.def-content .item > a .arcu-item-subtitle {
    font-size: 1.3rem;
    color: rgb(120, 120, 120);
}

.def-content .item.phone > a .img {
    background: rgb(78, 182, 37);
}

.def-content .item.mess > a .img {
    background: rgb(49, 173, 255);
}

.def-content .item.zalo > a .img {
    background: rgb(1, 101, 248);
}

.def-content .item.map > a .img {
    background: rgb(217, 66, 52);
}

.def-content .item:last-child {
    margin-bottom: 0px;
}

.main-widget .close-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: 25px;
    top: 0px;
    padding: 10px;
    left: 0px;
    width: 60px;
    height: 60px;
    line-height: 1;
    text-align: center;
    color: rgb(255, 255, 255);
    background: var(--support-color);
    border-radius: 100%;
    transition: 0.2s;
    transform: rotate(0deg);
    cursor: pointer;
}

.main-widget .close-icon svg {
    width: 25px;
    height: 25px;
}

.main-widget .close-icon.unsee {
    transform: rotate(180deg);
}

.pregan {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: var(--support-color);
    z-index: -2;
    border-radius: 100%;
    opacity: 0.6;
    animation: 3s linear 0.2s infinite normal none running zoomzoom;
}

.def-content .def-header .close-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 10px;
    left: initial;
    padding: 0px;
    margin: 0px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    background: var(--support-color);
    line-height: 1;
    width: 26px;
    height: 26px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    text-align: center;
}

.def-content .def-header .close-icon:hover svg path {
    fill: var(--bv-primary);
}

.pregan:nth-child(1) {
    animation-delay: 0.5s;
}

.main-widget .item svg {
    fill: var(--support-color);
}

.def-content .item svg {
    fill: rgb(255, 255, 255);
}

.def-content .item:hover {
    background: rgb(241, 241, 241);
}

.section-index {
    padding: 20px 0px;
}

@media (max-width: 1025px) {
    .section-index {
        padding: 20px 0px;
    }
}

@media (min-width: 1199px) {
    .section_slider .container, .section_slider .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
        width: 100%;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

.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: 0px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.8);
    padding: 0px;
    font-size: 0px;
    opacity: 1;
    margin: 0px 3px;
}

.section_slider .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
    transition: 0.2s;
    background: var(--bv-primary);
}

.section_slider .swiper-container .swiper-button-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    outline: none;
    border: 0px;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    text-align: center;
    z-index: 2;
    right: 8px;
    transition: 0.25s;
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    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: rgb(255, 255, 255);
}

.section_slider .swiper-container .swiper-button-next::after {
    display: none;
}

.section_slider .swiper-container .swiper-button-next:hover {
    background-color: var(--bv-primary);
}

@media (max-width: 767px) {
    .section_slider .swiper-container .swiper-button-next {
        display: none;
    }
}

.section_slider .swiper-container .swiper-button-prev {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    outline: none;
    border: 0px;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    text-align: center;
    z-index: 2;
    left: 8px;
    transition: 0.25s;
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    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: rgb(255, 255, 255);
}

.section_slider .swiper-container .swiper-button-prev::after {
    display: none;
}

.section_slider .swiper-container .swiper-button-prev:hover {
    background-color: var(--bv-primary);
}

@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;
    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;
    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: rgb(255, 255, 255);
    overflow: hidden;
    position: relative;
}

@media (max-width: 767px) {
    .section_slider .swiper-container .swiper-slide {
        border-radius: 0px;
    }
}

.section_slider .swiper-container .swiper-slide img {
    width: 100%;
    position: relative;
}

.section_slider .thumb-slider-text {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    left: 0px;
    width: 1170px;
    right: 0px;
    margin: auto;
    display: flex;
    justify-content: left;
    z-index: 1;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1500px) {
    .section_slider .thumb-slider-text {
        width: 1279px;
    }
}

@media (max-width: 1199px) {
    .section_slider .thumb-slider-text {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .section_slider .thumb-slider-text {
        top: 53%;
    }
}

@media (max-width: 767px) {
    .section_slider .thumb-slider-text {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.section_slider .thumb-slider-text .slider-text {
    text-align: left;
    color: rgb(255, 255, 255);
    display: inline-block;
    position: relative;
}

.section_slider .thumb-slider-text .slider-text .title {
    opacity: 0;
    transition: 0.8s;
    transform: translateY(-30px);
    color: rgb(255, 255, 255);
    font-size: 2rem;
    font-weight: 400;
    position: relative;
    line-height: 18px;
    margin-bottom: 20px;
    border-radius: 40px;
    display: inline-block;
    border: 1px solid rgb(255, 255, 255);
    padding: 10px;
}

@media (max-width: 992px) {
    .section_slider .thumb-slider-text .slider-text .title {
        font-size: 1.6rem;
        line-height: 16px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .section_slider .thumb-slider-text .slider-text .title {
        font-size: 1.4rem;
        line-height: 16px;
        margin-bottom: 10px;
        padding: 7px;
    }
}

@media (max-width: 340px) {
    .section_slider .thumb-slider-text .slider-text .title {
        font-size: 1.2rem;
    }
}

.section_slider .thumb-slider-text .slider-text .content {
    font-size: 5.2rem;
    font-weight: 700;
    position: relative;
    line-height: 70px;
    opacity: 0;
    transform: translateX(-40px);
    transition: 0.8s 1s;
    margin-bottom: 20px;
}

@media (max-width: 1400px) {
    .section_slider .thumb-slider-text .slider-text .content {
        font-size: 4.2rem;
        line-height: 42px;
    }
}

@media (max-width: 1199px) {
    .section_slider .thumb-slider-text .slider-text .content {
        font-size: 3.2rem;
        line-height: 34px;
        margin-bottom: 15px;
    }
}

@media (max-width: 992px) {
    .section_slider .thumb-slider-text .slider-text .content {
        font-size: 2.6rem;
        line-height: 28px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .section_slider .thumb-slider-text .slider-text .content {
        font-size: 2.4rem;
        line-height: 26px;
        margin-bottom: 10px;
    }
}

@media (max-width: 340px) {
    .section_slider .thumb-slider-text .slider-text .content {
        font-size: 2.2rem;
    }
}

.section_slider .thumb-slider-text .slider-text .slider-one_button {
    position: relative;
    gap: 5px;
    display: inline-block;
    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_button {
    transition-delay: 1400ms;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.section_slider .thumb-slider-text .slider-text .btn-style-two {
    position: relative;
    font-weight: 600;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
    padding: 10px 25px;
    border-radius: 50px;
    display: inline-block;
    color: rgb(255, 255, 255);
    background-color: var(--mainColor);
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s 1.5s;
}

@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 15px;
        font-size: 14px;
    }
}

.section_slider .thumb-slider-text .slider-text .btn-style-two svg {
    width: 10px;
    height: 10px;
    margin-top: -2px;
    margin-left: 8px;
}

@media (max-width: 767px) {
    .section_slider .thumb-slider-text .slider-text .btn-style-two svg {
        margin-left: 5px;
    }
}

.section_slider .thumb-slider-text .slider-text .btn-style-two svg line {
    fill: none;
    stroke: rgb(255, 255, 255);
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.section_slider .thumb-slider-text .slider-text .btn-style-two::before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background-color: var(--bv-primary);
}

.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: rgb(255, 255, 255);
    transition: 0.3s;
}

.section_slider .thumb-slider-text .slider-text .btn-style-two:hover .btn-wrap .text-one:first-child {
    transform: translateY(-150%);
}

.section_slider .thumb-slider-text .slider-text .btn-style-two .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: rgb(255, 255, 255);
    transition: 0.3s;
}

.section_slider .thumb-slider-text .slider-text .btn-style-two:hover .btn-wrap .text-two {
    top: 50%;
    transform: translateY(-50%);
}

.section_slider .thumb-slider-text .slider-text .btn-style-two:hover::before {
    top: -40%;
}

.section_slider .swiper-slide-active {
    overflow: hidden;
}

.section_slider .swiper-slide-active .slider-text {
    animation: 1.5s ease 0s 1 normal both running backInUp;
}

.section_slider .swiper-slide-active .slider-text .title {
    transform: translateY(0px);
    opacity: 1;
}

.section_slider .swiper-slide-active .slider-text .content {
    transform: translateX(0px);
    opacity: 1;
}

.section_slider .swiper-slide-active .slider-text .btn-style-two {
    transform: translateY(0px);
    opacity: 1;
}

@keyframes backInUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.section_policy {
    position: relative;
}

.section_policy {
}

.section_policy .policy-swiper {
    position: relative;
}

.section_policy .policy-swiper .features__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 10px;
}

@media (max-width: 767px) {
    .section_policy .policy-swiper .features__item {
        gap: 10px;
    }
    .about-v6-tpl6 .feature-item {
        font-size: 18px !important;
    }
    .title-tieude-v2 .t5-title {
        font-size: 30px;
    }
    .title-tieude-v2 .card p {
        max-width: 100% !important;
        font-size: 18px;
        word-break: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 70px;
    }
    .wrapper_product .text_clm {
        padding: 13px !important;
    }
    .wrapper_product .text_clm h2 {
        margin-bottom: 20px;
    }
    .choose-us-tpl5 .section-header h2 b {
        font-size: 30px !important;
    }
    .wrapper_product .text_clm h2 a {
        font-size: 22px !important;
    }
}

.section_policy .policy-swiper .features__item .icon-box {
    min-width: 115px;
    height: 105px;
    background: rgb(246, 185, 71);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32% 68% 46% 54% / 55% 45%;
    line-height: 1;
}

.section_policy .policy-swiper .features__item .icon-box .img_box_cus {
    transition: 0.7s;
}

.section_policy .policy-swiper .features__item .icon-box .img_box_cus img {
    width: 75px;
    line-height: 1;
}

@media (max-width: 767px) {
    .section_policy .policy-swiper .features__item .icon-box {
        min-width: 90px;
        height: 77px;
    }

    .section_policy .policy-swiper .features__item .icon-box .img_box_cus img {
        width: 46px;
        line-height: 1;
    }
}

.section_policy .policy-swiper .features__item h3 {
    font-size: 17px;
    font-weight: 700;
    color: rgb(7, 29, 54);
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .section_policy .policy-swiper .features__item h3 {
        font-size: 1.6rem;
    }
}

.section_policy .policy-swiper .features__item:hover .icon-box {
    background: var(--bv-primary);
}

.section_policy .policy-swiper .features__item:hover .icon-box .img_box_cus {
    transform: translate(0%, 0%) rotateY(360deg);
}

.section_policy .policy-swiper .features__item:hover .icon-box .img_box_cus img {
    filter: brightness(0) invert(1);
}

.section_about {
    position: relative;
    padding-top: 0px;
}

.section_about .box_about_index {
}

.section_about .box_about_index .row {
    align-items: center;
}

@media (max-width: 767px) {
    .section_about .box_about_index {
        border-radius: 15px;
        padding: 10px;
    }
}

.section_about .img-box10 {
    position: relative;
}

@media (max-width: 992px) {
    .section_about .img-box10 {
        margin-bottom: 25px;
    }
}

.section_about .img-box10 .img2 {
    display: block;
    border-radius: 25px;
    overflow: hidden;
    aspect-ratio: 780 / 636;
    position: relative;
}

@media (max-width: 767px) {
    .section_about .img-box10 .img2 {
        border-radius: 15px;
    }
}

.section_about .img-box10 .img2 img {
    mask-repeat: no-repeat;
    mask-position: left center;
}

.section_about .img-box10 .btn_contact-phone {
    background: var(--sub_body_Color);
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 14px 14px 0px 0px;
    border-radius: 0px 25px 0px 0px;
}

@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);
    }
}

@media (max-width: 767px) {
    .section_about .img-box10 .btn_contact-phone {
        padding: 9px 9px 0px 0px;
    }
}

.section_about .img-box10 .btn_contact-phone .phone_about {
    display: inline-flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
    background-color: var(--bv-primary);
    border-radius: 20px;
    padding: 15px 25px 15px 10px;
}

@media (max-width: 767px) {
    .section_about .img-box10 .btn_contact-phone .phone_about {
        padding: 10px 15px 10px 10px;
    }
}

.section_about .img-box10 .btn_contact-phone .icon_phone svg {
    max-height: 45px;
    animation: 1s ease-out 0s infinite normal none running iconSkew;
    min-height: -webkit-fill-available;
}

@media (max-width: 1025px) {
    .section_about .img-box10 .btn_contact-phone .icon_phone svg {
        max-height: 29px;
    }
}

.section_about .img-box10 .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 .img-box10 .btn_contact-phone .icon_phone {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .section_about .img-box10 .btn_contact-phone .icon_phone {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 451px) {
    .section_about .img-box10 .btn_contact-phone .box-contact-phone-info {
        margin-top: 10px;
    }
}

.section_about .img-box10 .btn_contact-phone .box-contact-phone-info span {
    display: block;
    line-height: 1;
    font-size: 1.8rem;
    color: rgb(255, 255, 255);
}

@media (max-width: 1025px) {
    .section_about .img-box10 .btn_contact-phone .box-contact-phone-info span {
        font-size: 1.6rem;
    }
}

@media (max-width: 767px) {
    .section_about .img-box10 .btn_contact-phone .box-contact-phone-info span {
        font-size: 1.4rem;
    }
}

.section_about .img-box10 .btn_contact-phone .box-contact-phone-info a {
    font-weight: bold;
    font-size: 2.4rem;
    color: rgb(255, 255, 255);
}

.section_about .img-box10 .btn_contact-phone .box-contact-phone-info a:hover, .section_about .img-box10 .btn_contact-phone .box-contact-phone-info a:focus {
    color: var(--mainColor);
}

@media (max-width: 1025px) {
    .section_about .img-box10 .btn_contact-phone .box-contact-phone-info a {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .section_about .img-box10 .btn_contact-phone .box-contact-phone-info a {
        font-size: 1.6rem;
    }
}

.section_about .img-box10 .btn_contact-phone .pbmit-sticky-corner {
    width: 30px;
    height: 30px;
    position: absolute;
    transform: rotate(-90deg);
}

.section_about .img-box10 .btn_contact-phone .pbmit-sticky-corner svg path {
    fill: var(--sub_body_Color);
}

.section_about .img-box10 .btn_contact-phone .pbmit-bottom-left-corner {
    bottom: 0%;
    left: -30px;
    transform: none;
}

.section_about .img-box10 .btn_contact-phone .pbmit-bottom-left-corner {
    top: -30px;
    left: 0px;
}

.section_about .img-box10 .btn_contact-phone .pbmit-sticky-corner {
    transform: rotate(90deg);
}

.section_about .img-box10 .btn_contact-phone .pbmit-top-right-corner {
    top: auto;
    right: -30px;
    bottom: 0px;
}

.section_about .img-box10 .about-tag {
    padding: 0px;
    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 .col-left .product-content {
    position: relative;
    z-index: 1;
}

.section_about .col-left .section-title-about {
    text-align: left;
    padding-left: 40px;
}

@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(--textColor);
    position: relative;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    padding: 6px 15px 3px;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    background-color: rgb(255, 255, 255);
    border-radius: 40px;
    margin-bottom: 5px;
}

.section_about .col-left .section-title-about h2 {
    color: var(--textColor);
    font-size: 4rem;
    font-weight: 700;
    line-height: 56px;
    z-index: 2;
    position: relative;
}

.section_about .col-left .section-title-about h2 b {
    color: rgb(1, 120, 110);
    font-weight: 700;
    font-size: 5.2rem;
}

@media (max-width: 1025px) {
    .section_about .col-left .section-title-about h2 {
        font-size: 3rem;
        line-height: 48px;
    }

    .section_about .col-left .section-title-about h2 b {
        font-size: 4.2rem;
    }
}

@media (max-width: 767px) {
    .section_about .col-left .section-title-about h2 {
        font-size: 2rem;
        line-height: 36px;
    }

    .section_about .col-left .section-title-about h2 b {
        font-size: 2.8rem;
    }
}

.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 0px 0px 40px;
    margin-bottom: 30px;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    overflow: auto;
    justify-content: start;
}

@media (max-width: 1025px) {
    .section_about .box_thong_so {
        margin-bottom: 15px;
    }
}

@media (max-width: 992px) {
    .section_about .box_thong_so {
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    .section_about .box_thong_so {
        grid-template-columns: repeat(1, 1fr);
    }
}

.section_about .box_thong_so li {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 1440px) {
    .section_about .box_thong_so li {
        gap: 15px;
    }
}

@media (max-width: 767px) {
    .section_about .box_thong_so li {
        gap: 10px;
    }
}

.section_about .box_thong_so li .icon-box {
    min-width: 55px;
    height: 55px;
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32% 68% 46% 54% / 55% 45%;
    line-height: 1;
}

.section_about .box_thong_so li .icon-box .img_box_cus {
    transition: 0.7s;
}

.section_about .box_thong_so li .icon-box .img_box_cus img {
    width: 32px;
    line-height: 1;
}

.section_about .box_thong_so li h3 {
    font-size: 1.4rem;
    font-weight: 600;
}

@media (max-width: 767px) {
    .section_about .box_thong_so li h3 {
        font-size: 1.6rem;
    }
}

.section_about .box_thong_so li:hover .icon-box {
    background: var(--bv-primary);
}

.section_about .box_thong_so li:hover .icon-box .img_box_cus {
    transform: translate(0%, 0%) rotateY(360deg);
}

.section_about .box_thong_so li:hover .icon-box .img_box_cus img {
    filter: brightness(0) invert(1);
}

.section_about .box-contact {
    padding: 0px 0px 0px 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_services .section-title-project {
    text-align: center;
}

.section_services .section-title-project .sub_title {
    font-size: 1.4rem;
    color: var(--textColor);
    position: relative;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    padding: 6px 15px 3px;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    background-color: var(--sub_body_Color);
    border-radius: 40px;
    margin-bottom: 5px;
}

.section_services .section-title-project h2 {
    color: var(--textColor);
    font-size: 4rem;
    font-weight: 700;
    line-height: 56px;
    z-index: 2;
    position: relative;
}

@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;
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width: 1025px) {
    .section_services .desc {
        margin-bottom: 15px;
        font-size: 1.4rem;
    }
}

.section_services .swiper-container {
    position: relative;
    padding-bottom: 40px;
}

.section_services .swiper-container .swiper-pagination-bullets {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.section_services .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    box-shadow: none;
    outline: 0px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.8);
    padding: 0px;
    font-size: 0px;
    opacity: 1;
    margin: 0px 3px;
}

.section_services .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
    transition: 0.2s;
    background: var(--bv-primary);
}

.section_services .swiper-container .swiper-button-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    outline: none;
    border: 0px;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    text-align: center;
    z-index: 2;
    right: 8px;
    transition: 0.25s;
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

@media (max-width: 1199px) {
    .section_services .swiper-container .swiper-button-next {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 1025px) {
    .section_services .swiper-container .swiper-button-next {
        width: 36px;
        height: 36px;
    }
}

.section_services .swiper-container .swiper-button-next svg {
    width: 100%;
    height: 100%;
}

.section_services .swiper-container .swiper-button-next svg path {
    stroke: rgb(255, 255, 255);
}

.section_services .swiper-container .swiper-button-next::after {
    display: none;
}

.section_services .swiper-container .swiper-button-next:hover {
    background-color: var(--bv-primary);
}

@media (max-width: 767px) {
    .section_services .swiper-container .swiper-button-next {
        display: none;
    }
}

.section_services .swiper-container .swiper-button-prev {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    outline: none;
    border: 0px;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    text-align: center;
    z-index: 2;
    left: 8px;
    transition: 0.25s;
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%) rotate(180deg);
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

@media (max-width: 1199px) {
    .section_services .swiper-container .swiper-button-prev {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 1025px) {
    .section_services .swiper-container .swiper-button-prev {
        width: 36px;
        height: 36px;
    }
}

.section_services .swiper-container .swiper-button-prev svg {
    width: 100%;
    height: 100%;
}

.section_services .swiper-container .swiper-button-prev svg path {
    stroke: rgb(255, 255, 255);
}

.section_services .swiper-container .swiper-button-prev::after {
    display: none;
}

.section_services .swiper-container .swiper-button-prev:hover {
    background-color: var(--bv-primary);
}

@media (max-width: 767px) {
    .section_services .swiper-container .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 767px) {
    .section_services .swiper-container .swiper-button-next, .section_services .swiper-container .swiper-button-prev {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .section_services .swiper-container .swiper-button-next::after, .section_services .swiper-container .swiper-button-prev::after {
        font-size: 1.2rem;
    }
}

.section_services .swiper-container .swiper-button-lock {
    display: none !important;
}

.section_services .swiper-container .swiper-button-disabled {
    opacity: 0.35;
}

.section_services .swiper-container:hover .swiper-button-next {
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%);
}

.section_services .swiper-container:hover .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
}

.section_services .swiper-container:hover .swiper-button-prev {
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%) rotate(180deg);
}

.section_services .swiper-container:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
}

.section_services .swiper-container:hover .swiper-button-prev.swiper-button-lock {
    display: none;
}

.section_services .swiper-container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0px;
    min-height: 20px;
}

.section_services .pbmit-service-style-2 .pbminfotech-post-item::after {
    position: absolute;
    content: "";
    left: 0px;
    z-index: 0;
    top: 0px;
    height: 100%;
    background-image: url("//bizweb.dktcdn.net/100/632/411/themes/1096693/assets/team-pattern.png?1769589168390");
    width: 100%;
    background-position: center center;
}

.section_services .pbmit-service-style-2 .pbminfotech-post-item {
    background-color: var(--sub_body_Color);
    padding: 20px 20px 40px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.section_services .pbmit-service-style-2 .pbmit-featured-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    display: block;
    z-index: 1;
    aspect-ratio: 600 / 400;
    width: 100%;
    border: 5px solid rgb(255, 255, 255);
    transition: 0.4s ease-in-out;
}

.section_services .pbmit-service-style-2 .pbmit-featured-wrapper img {
    width: auto;
    max-height: 100%;
    position: absolute;
    inset: 0px;
    margin: auto;
    object-fit: contain;
    transition: 0.4s ease-in-out;
    transform: scale(1.01);
}

.section_services .pbmit-service-style-2:hover .pbmit-featured-wrapper {
    border-color: var(--bv-primary);
}

.section_services .pbmit-service-style-2:hover .pbmit-featured-wrapper img {
    transform: scale(1.02);
}

.section_services .pbmit-service-style-2:hover .pbmit-service-icon {
    transform: translate(-50%, -50%) rotateY(360deg);
}

.section_services .pbmit-service-style-2 .pbmit-service-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.section_services .pbmit-service-style-2 .pbmit-service-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.section_services .pbmit-service-style-2 .pbmit-service-image-wrapper {
    position: relative;
}

.section_services .pbmit-service-style-2 .pbmit-service-icon {
    position: absolute;
    bottom: -75px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    line-height: 0;
    color: rgb(255, 255, 255);
    background: var(--bv-primary);
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid rgb(255, 255, 255);
    transition: 0.5s ease-in-out;
    z-index: 2;
}

.section_services .pbmit-service-style-2 .pbmit-service-icon img {
    max-width: 40px;
    filter: brightness(0) invert(1);
}

.section_services .pbmit-service-style-2 .pbmit-service-icon svg {
    fill: rgb(255, 255, 255);
}

.section_services .pbmit-service-style-2 .pbmit-content-box {
    text-align: center;
    padding: 50px 15px 0px;
    position: relative;
    z-index: 1;
}

.section_services .pbmit-service-style-2 .pbmit-service-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.section_services .pbmit-service-style-2 .pbmit-serv-cat {
    display: none;
    margin: 0px 0px 10px;
}

.section_services .pbmit-service-style-2 .pbmit-service-btn {
    font-weight: 600;
}

.section_services .pbmit-service-style-2 .pbmit-service-btn .pbmit-button-text {
    color: var(--mainColor);
    border-bottom: 1px solid var(--mainColor);
    position: relative;
}

.section_services .pbmit-service-style-2 .pbmit-service-btn .pbmit-button-text::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 0%;
    height: 1px;
    background-color: var(--bv-primary);
    transition: 0.3s ease-in;
}

.section_services .pbmit-service-style-2 .pbmit-service-btn svg {
    width: 10px;
    height: 10px;
    margin-top: 2px;
    margin-left: 4px;
}

.section_services .pbmit-service-style-2 .pbmit-service-btn svg line {
    fill: none;
    stroke: var(--mainColor);
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.section_services .pbmit-service-style-2 .pbmit-service-btn:hover .pbmit-button-text {
    color: var(--bv-primary);
}

.section_services .pbmit-service-style-2 .pbmit-service-btn:hover .pbmit-button-text::before {
    width: 100%;
}

.section_services .pbmit-service-style-2 .pbmit-service-btn:hover svg line {
    stroke: var(--bv-primary);
}

.pbmit-element-column-four .section_services .pbmit-service-style-2 .pbmit-content-box {
    padding: 50px 30px 0px;
}

.pbmit-elementor-bg-color-secondary .section_services .pbmit-service-style-2 .pbminfotech-post-item {
    background-color: rgb(255, 255, 255);
}

@media (max-width: 1200px) {
    .section_services .pbmit-service-style-2 .pbmit-content-box {
        padding: 40px 10px 0px;
    }
}

.section_product_tab .section-title-tab {
    text-align: center;
}

.section_product_tab .section-title-tab h2 {
    color: var(--bv-primary);
    font-size: 4rem;
    font-weight: 700;
    line-height: 56px;
    z-index: 2;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

@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: 25px;
        text-transform: uppercase;
    }
}

.section_product_tab .section-title-tab h2::before {
    content: "";
    position: absolute;
    left: -35px;
    top: 14px;
    width: 25px;
    height: 26px;
    mask-image: url("//bizweb.dktcdn.net/100/632/411/themes/1096693/assets/icon_sub_tab.png?1769589168390");
    background-color: var(--bv-primary);
}

.section_product_tab .section-title-tab h2::after {
    content: "";
    position: absolute;
    right: -35px;
    top: 14px;
    width: 25px;
    height: 26px;
    mask-image: url("//bizweb.dktcdn.net/100/632/411/themes/1096693/assets/icon_sub_tab.png?1769589168390");
    background-color: var(--bv-primary);
}

.section_product_tab .desc {
    color: var(--textColor);
    font-size: 1.6rem;
    display: block;
    width: 85%;
    margin: 0px auto;
    padding-bottom: 25px;
}

@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 0px;
}

.section_product_tab .tab_big .tab_ul ul {
    scrollbar-width: none;
}

.section_product_tab .tab_big .tab_ul ul::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.section_product_tab .tab_big .tab_ul ul::-webkit-scrollbar-track {
    box-shadow: none;
    border-radius: 0px;
    height: 0px;
}

.section_product_tab .tab_big .tab_ul ul::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: rgba(255, 0, 0, 0.8);
    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: auto hidden;
    white-space: nowrap;
    padding: 0px 10px 10px;
    margin: 0px 0px -10px;
    text-align: center;
    mask: linear-gradient(90deg, transparent 0px, rgb(0, 0, 0) 10px, rgb(0, 0, 0) calc(100% - 10px), transparent 100%);
}

.section_product_tab .tab_big .tab_ul ul li {
    position: relative;
    width: auto;
    line-height: 1;
    height: auto;
    font-weight: 500;
    color: rgb(255, 255, 255);
    transition: background-color 0.3s;
    margin-right: 45px;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bv-primary);
    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: var(--sub_body_Color);
    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;
}

@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: rgb(255, 255, 255);
}

@media (max-width: 767px) {
    .section_product_tab .tab_big {
        margin: 0px -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_marquee {
    padding: 15px 0px;
}

@media (max-width: 767px) {
    .section_marquee {
        padding: 0px;
    }
}

.section_marquee .container {
    overflow: hidden;
}

.section_marquee .tm-marquee-repeater {
    --tm-marquee-animation-duration: 45s;
}

.section_marquee .tm-marquee-repeater {
    position: relative;
    --tm-marquee-animation-duration: 100s;
    --gap: 0px;
    display: flex;
    user-select: none;
    gap: var(--gap);
}

.section_marquee .tm-marquee-repeater .tm-marquee-group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll var(--tm-marquee-animation-duration) linear infinite;
}

.section_marquee .tm-marquee-repeater .text {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    padding: 0px 30px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center center;
}

.section_marquee .tm-marquee-repeater .divider {
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (prefers-reduced-motion: reduce) {
    .section_marquee .tm-marquee-repeater .tm-marquee-group {
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.section_marquee .tm-marquee-repeater.hover-fill-animation .text {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    padding: 0px 30px;
    text-transform: uppercase;
}

.section_marquee .tm-marquee-repeater.hover-fill-animation .text::before {
    position: absolute;
    content: attr(data-text);
    top: -35px;
    left: 30px;
    -webkit-text-fill-color: var(--mainColor);
    width: 0px;
    transition: 300ms;
    overflow: hidden;
    padding-top: 35px;
    display: flex;
    height: calc(100% + 55px);
}

.section_marquee .tm-marquee-repeater.hover-fill-animation .text:hover::before {
    width: 100%;
}

.section_marquee .tm-marquee-repeater.slide-right {
    transform: scaleX(-1);
}

.section_marquee .tm-marquee-repeater.slide-right .text {
    transform: scaleX(-1);
}

.section_marquee .tm-marquee-repeater .text {
    font-size: 110px;
    font-weight: 600;
    line-height: 1.6;
    color: var(--mainColor);
    -webkit-text-stroke: 1px rgba(49, 49, 49, 0.38);
}

@media (max-width: 1025px) {
    .section_marquee .tm-marquee-repeater .text {
        font-size: 90px;
    }
}

@media (max-width: 992px) {
    .section_marquee .tm-marquee-repeater .text {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .section_marquee .tm-marquee-repeater .text {
        font-size: 60px;
    }
}

.section_marquee .tm-marquee-group div:nth-of-type(2n) {
    color: rgba(30, 27, 27, 0);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.62);
}

.section_marquee .tm-marquee-repeater .divider {
    color: rgba(30, 27, 27, 0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--textColor);
}

.section_marquee .tm-marquee-repeater .divider path {
    fill: var(--bv-primary);
}

.section_marquee .tm-marquee-repeater .divider:nth-of-type(2n) {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--textColor);
}

.section_before_after {
    background-color: var(--sub_body_Color);
    display: block;
    margin: 50px 0px;
}

@media (max-width: 1025px) {
    .section_before_after {
        margin: 30px 0px;
    }
}

.section_before_after .pt-cards {
    width: 100%;
    display: grid;
    grid-template-rows: repeat(var(--cards-count), var(--card-height));
    gap: 30px 0px;
    position: relative;
}

.section_before_after .pt-cards .pt-card.pt-style-1 {
    position: sticky;
    top: 100px;
}

.section_before_after .pt-card.pt-style-1 .pt-card-inner {
    display: grid;
    gap: 60px;
    grid-template-columns: 1.9fr 1fr;
    overflow: hidden;
    align-items: center;
}

.section_before_after .pt-card.pt-style-1 .pt-card-inner .pt-card-image {
    border-radius: var(--pt-border-radius);
}

.section_before_after .pt-card.pt-style-1 .images-compare-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: var(--pt-border-radius);
    width: 100%;
    max-width: 100% !important;
}

.section_before_after .pt-card.pt-style-1 .images-compare-before {
    will-change: clip;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
    width: 100% !important;
}

.section_before_after .pt-card.pt-style-1 .images-compare-after {
    pointer-events: none;
    width: 100% !important;
}

.section_before_after .pt-card.pt-style-1 .images-compare-before img, .section_before_after .pt-card.pt-style-1 .images-compare-after img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    display: block;
}

.section_before_after .pt-card.pt-style-1 .images-compare-separator {
    position: absolute;
    background: var(--bv-primary);
    height: 100%;
    width: 1px;
    z-index: 4;
    left: 0px;
    top: 0px;
}

.section_before_after .pt-card.pt-style-1 .images-compare-handle {
    height: 60px;
    width: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -22px;
    border-radius: 1000px;
    z-index: 9;
    background: var(--mainColor);
    cursor: pointer;
}

@media (max-width: 767px) {
    .section_before_after .pt-card.pt-style-1 .images-compare-handle {
        height: 50px;
        width: 50px;
        margin-left: -25px;
    }
}

.section_before_after .pt-card.pt-style-1 .images-compare-left-arrow, .section_before_after .pt-card.pt-style-1 .images-compare-right-arrow {
    width: 0px;
    height: 0px;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.section_before_after .pt-card.pt-style-1 .images-compare-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}

.section_before_after .pt-card.pt-style-1 .images-compare-right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}

.section_before_after .pt-images-label {
    font-weight: 400;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    color: var(--white-color);
    background: var(--mainColor);
    padding: 4px 12px;
    border-radius: 40px;
    pointer-events: none;
    display: none;
    letter-spacing: 1px;
    line-height: 26px;
}

.section_before_after .pt-card.pt-style-1 .pt-images-label {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    color: var(--white-color);
    pointer-events: none;
    display: none;
    font-size: 1.2rem;
    line-height: 26px;
}

.section_before_after .pt-card.pt-style-1 .images-compare-container .pt-images-label {
    display: inherit;
}

.section_before_after .pt-card.pt-style-1 .images-compare-before .pt-images-label {
    left: 20px;
}

@media (max-width: 767px) {
    .section_before_after .pt-card.pt-style-1 .images-compare-before .pt-images-label {
        left: 10px;
        font-size: 1rem;
    }
}

.section_before_after .pt-card.pt-style-1 .images-compare-after .pt-images-label {
    left: auto;
    right: 20px;
}

@media (max-width: 767px) {
    .section_before_after .pt-card.pt-style-1 .images-compare-after .pt-images-label {
        right: 10px;
        font-size: 1rem;
    }
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content {
    height: 100%;
    background-color: var(--bv-primary);
    padding: 40px 30px 30px;
    border-radius: var(--pt-border-radius);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.section_before_after .pt-cards .pt-card.pt-style-1:nth-child(2n) .pt-card-content {
    background-color: var(--mainColor);
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-icon img {
    width: 64px;
    line-height: 1;
    height: 64px;
    max-width: 64px;
    max-height: 64px;
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-icon span {
    color: var(--white-color);
    opacity: 0.1;
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 92px;
    line-height: 1;
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pt-card-title {
    color: var(--white-color);
    margin: 30px 0px 10px;
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pt-card-description {
    color: var(--white-color);
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pbmit-service-btn {
    font-weight: 600;
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pbmit-service-btn .pbmit-button-text {
    color: var(--white-color);
    border-bottom: 1px solid var(--white-color);
    position: relative;
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pbmit-service-btn .pbmit-button-text::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 0%;
    height: 1px;
    background-color: var(--white-color);
    transition: 0.3s ease-in;
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pbmit-service-btn svg {
    width: 10px;
    height: 10px;
    margin-top: 2px;
    margin-left: 4px;
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pbmit-service-btn svg line {
    fill: none;
    stroke: var(--white-color);
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pbmit-service-btn:hover .pbmit-button-text {
    color: var(--mainColor);
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pbmit-service-btn:hover .pbmit-button-text::before {
    width: 100%;
    background-color: var(--mainColor);
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pbmit-service-btn:hover svg line {
    stroke: var(--mainColor);
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pbmit-service-btn.btnt_ab_2:hover .pbmit-button-text {
    color: var(--bv-primary);
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pbmit-service-btn.btnt_ab_2:hover .pbmit-button-text::before {
    width: 100%;
    background-color: var(--bv-primary);
}

.section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pbmit-service-btn.btnt_ab_2:hover svg line {
    stroke: var(--bv-primary);
}

@media (max-width: 1025px) {
    .section_before_after .pt-card.pt-style-1 .pt-card-inner {
        gap: 30px;
    }
}

@media (max-width: 992px) {
    .section_before_after .pt-card.pt-style-1 .pt-card-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .section_before_after .pt-card.pt-style-1 {
        position: relative;
        top: 0px;
    }
}

@media (max-width: 799px) {
    .section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .section_before_after .pt-card.pt-style-1 .pt-card-inner {
        grid-template-columns: 1fr;
    }

    .section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-main .pt-card-title {
        margin: 20px 0px 10px;
    }

    .section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-icon span {
        top: 20px;
        right: 40px;
        font-size: 82px;
    }
}

@media (max-width: 397px) {
    .section_before_after .pt-cards .pt-card.pt-style-1 .pt-card-content .pt-card-icon span {
        font-size: 68px;
        right: 20px;
    }
}

.btn-style-three {
    position: relative;
    font-weight: 600;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
    padding: 10px 25px;
    border-radius: 50px;
    display: inline-block;
    color: rgb(255, 255, 255);
    background-color: var(--bv-secondary);
    transition-delay: 1.5s;
}

@media (max-width: 992px) {
    .btn-style-three {
        padding: 10px 30px;
    }
}

@media (max-width: 767px) {
    .btn-style-three {
        padding: 5px 15px;
        font-size: 14px;
    }
}

.btn-style-three svg {
    width: 10px;
    height: 10px;
    margin-top: -2px;
    margin-left: 8px;
}

@media (max-width: 767px) {
    .btn-style-three svg {
        margin-left: 5px;
    }
}

.btn-style-three svg line {
    fill: none;
    stroke: rgb(255, 255, 255);
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.btn-style-three::before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background-color: var(--bv-primary);
}

.btn-style-three:hover::before {
    top: 0%;
}

.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: rgb(255, 255, 255);
    transition: 0.3s;
}

.btn-style-three:hover .btn-wrap .text-one:first-child {
    transform: translateY(-150%);
}

.btn-style-three .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: rgb(255, 255, 255);
    transition: 0.3s;
}

.btn-style-three:hover .btn-wrap .text-two {
    top: 50%;
    transform: translateY(-50%);
}

.btn-style-three:hover .btn-wrap .text-two {
    color: rgb(255, 255, 255);
}

.btn-style-three:hover::before {
    top: -40%;
}

.section_video_thongke {
}

@media (max-width: 1025px) {
    .section_video_thongke {
        margin: 30px 0px;
    }
}

.section_video_thongke .box_thongke {
    position: relative;
    width: 100%;
}

.section_video_thongke .box_thongke .item {
    display: flex;
    align-items: center;
    border-right: 1px solid rgb(222, 222, 222);
    justify-content: center;
    position: relative;
    width: 100%;
}

.section_video_thongke .box_thongke .item:last-child {
    border-right: 0px;
}

.section_video_thongke .box_thongke .item .icon_tk {
    max-height: 64px;
    max-width: 64px;
    height: 64px;
    width: 64px;
    background-color: var(--bv-primary);
    border-radius: 32% 68% 46% 54% / 55% 45%;
    padding: 15px;
}

.section_video_thongke .box_thongke .item .icon_tk img {
    filter: brightness(0) invert(1);
}

@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: 0px;
    }

    .section_video_thongke .box_thongke .item .icon_tk {
        max-height: 50px;
        max-width: 50px;
        height: 50px;
        width: 50px;
        padding: 10px;
        margin: 0px auto 10px;
    }
}

@media (min-width: 991px) {
    .section_video_thongke .box_thongke .item .content {
        margin-left: 20px;
    }
}

.section_video_thongke .box_thongke .item .content .num {
    font-size: 3.6rem;
    line-height: 1.2;
    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: 0px;
    text-transform: capitalize;
    font-size: 1.6rem;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .section_video_thongke .box_thongke .item .content .title {
        font-size: 1.4rem;
    }
}

.section_blog {
    position: relative;
    padding: 30px 0px;
}

.section_blog .section-title-blog {
    text-align: center;
}

.section_blog .section-title-blog .sub_title {
    font-size: 1.4rem;
    color: var(--textColor);
    position: relative;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    padding: 6px 15px 3px;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    background-color: rgb(242, 242, 242);
    border-radius: 40px;
    margin-bottom: 5px;
}

.section_blog .section-title-blog h2 {
    color: var(--bv-primary);
    font-size: 3rem;
    font-weight: 700;
    line-height: 56px;
    z-index: 2;
    position: relative;
    text-transform: uppercase;
}

.section_blog .section-title-blog h2 b {
    color: var(--bv-primary);
    font-weight: 700;
    font-size: 5.2rem;
}

@media (max-width: 1025px) {
    .section_blog .section-title-blog h2 {
        font-size: 3rem;
        line-height: 48px;
    }

    .section_blog .section-title-blog h2 b {
        font-size: 4.2rem;
    }
}

@media (max-width: 767px) {
    .section_blog .section-title-blog h2 {
        font-size: 25px;
        line-height: 36px;
    }

    .section_blog .section-title-blog h2 b {
        font-size: 2.8rem;
    }
}

.section_blog .desc {
    color: var(--textColor);
    padding-left: 40px;
    font-size: 1.6rem;
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

@media (max-width: 992px) {
    .section_blog .desc {
        padding-left: 0px;
    }
}

@media (max-width: 1025px) {
    .section_blog .desc {
        margin-bottom: 15px;
        font-size: 1.4rem;
    }
}

.section_blog .desc p {
    margin-bottom: 5px;
}

.section_blog .item_blog {
    display: block;
    position: relative;
    background: rgb(242, 242, 242);
    overflow: hidden;
    border-radius: 20px;
}

.section_blog .item_blog .update_date {
    display: flex;
    margin-bottom: 7px;
    font-size: 12px;
    color: rgb(131, 131, 131);
    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;
}

.section_blog .item_blog .image-blog .user_date {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--bv-primary);
    padding: 7px 10px;
    border-radius: 40px;
    color: rgb(255, 255, 255);
    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 {
    max-height: 100%;
    position: absolute;
    inset: 0px;
    margin: auto;
    transition: 0.3s ease-in-out;
    will-change: opacify;
    transform: scale(1.02);
    width: 100% !important;
}

.section_blog .item_blog .blog_content {
    position: relative;
    width: 100%;
    padding: 15px;
}

.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: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px;
}

.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 .blog_content .read_more .pbmit-button-text {
    color: rgb(246, 185, 71);
    border-bottom: 1px solid rgb(246, 185, 71);
    position: relative;
}

.section_blog .item_blog .blog_content .read_more .pbmit-button-text::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 0%;
    height: 1px;
    background-color: var(--bv-primary);
    transition: 0.3s ease-in;
}

.section_blog .item_blog .blog_content .read_more svg {
    width: 10px;
    height: 10px;
    margin-top: 2px;
    margin-left: 4px;
}

.section_blog .item_blog .blog_content .read_more svg line {
    fill: none;
    stroke: var(--textColor);
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.section_blog .item_blog .blog_content .read_more:hover .pbmit-button-text {
    color: var(--bv-primary);
}

.section_blog .item_blog .blog_content .read_more:hover .pbmit-button-text::before {
    width: 100%;
}

.section_blog .item_blog .blog_content .read_more:hover svg line {
    stroke: var(--bv-primary);
}

.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: 0px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.8);
    padding: 0px;
    font-size: 0px;
    opacity: 1;
    margin: 0px 3px;
}

.section_blog .container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
    transition: 0.2s;
    background: var(--bv-primary);
}

.section_blog .container .swiper-button-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    outline: none;
    border: 0px;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    text-align: center;
    z-index: 2;
    right: 8px;
    transition: 0.25s;
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    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: rgb(255, 255, 255);
}

.section_blog .container .swiper-button-next::after {
    display: none;
}

.section_blog .container .swiper-button-next:hover {
    background-color: var(--bv-primary);
}

@media (max-width: 767px) {
    .section_blog .container .swiper-button-next {
        display: none;
    }
}

.section_blog .container .swiper-button-prev {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    outline: none;
    border: 0px;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    text-align: center;
    z-index: 2;
    left: 8px;
    transition: 0.25s;
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    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: rgb(255, 255, 255);
}

.section_blog .container .swiper-button-prev::after {
    display: none;
}

.section_blog .container .swiper-button-prev:hover {
    background-color: var(--bv-primary);
}

@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;
    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;
    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: 58%;
}

@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: 1199px) {
    .section_blog .container .swiper-button-next {
        top: 55%;
    }
}

.section_blog .container .swiper-button-prev {
    left: 20px;
    top: 58%;
}

@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: 1199px) {
    .section_blog .container .swiper-button-prev {
        top: 55%;
    }
}

@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;
    display: block;
    margin: 0px;
}

@media (max-width: 1025px) {
    .section_feedback {
        margin: 0px;
    }
}

.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(--textColor);
    position: relative;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    padding: 6px 15px 3px;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    background-color: rgb(242, 242, 242);
    border-radius: 40px;
    margin-bottom: 10px;
}

.section_feedback .section-title-feedback h2 {
    color: rgb(7, 29, 54);
    font-size: 4rem;
    font-weight: 700;
    line-height: 56px;
    z-index: 2;
    position: relative;
}

@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: 25px;
        line-height: 36px;
    }
}

.section_feedback .desc {
    color: rgb(7, 29, 54);
    font-size: 1.6rem;
    display: block;
    margin-bottom: 30px;
    max-width: 97%;
}

@media (max-width: 1440px) {
    .section_feedback .desc {
        max-width: 80%;
    }
}

@media (max-width: 992px) {
    .section_feedback .desc {
        max-width: 100%;
    }
}

@media (max-width: 1025px) {
    .section_feedback .desc {
        margin-bottom: 20px;
        font-size: 16px;
    }
}

.section_feedback .info_1 {
    grid-area: info1;
}

.section_feedback .info_2 {
    grid-area: info2;
}

.section_feedback .info_3 {
    grid-area: info3;
}

.section_feedback .box_top_feedback {
    display: grid;
    grid-template-columns: 1fr 250px 250px;
    grid-template-areas: "info1 info2 info3";
    align-items: center;
    gap: 15px;
    margin-bottom: 5px;
}

@media (max-width: 992px) {
    .section_feedback .box_top_feedback {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "info1 info1" "info2 info3";
    }
}

@media (max-width: 767px) {
    .section_feedback .box_top_feedback {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "info1 info1" "info2 info2" "info3 info3";
        margin-bottom: 30px;
    }
}

.section_feedback .box_top_feedback .info_2 {
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
}

.section_feedback .box_top_feedback .info_2 .elementor-icon {
    margin-right: 7px;
}

.section_feedback .box_top_feedback .info_2 p {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.section_feedback .box_top_feedback .info_2 .content_info_2 {
    font-size: 1.6rem;
    color: rgb(7, 29, 54);
}

.section_feedback .box_top_feedback .info_2 .content_info_2 .star-info-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 .box_top_feedback .info_2 .content_info_2 .star-info-rating {
        font-size: 20px;
    }
}

@media (max-width: 322px) {
    .section_feedback .box_top_feedback .info_2 .content_info_2 .star-info-rating {
        font-size: 16px;
    }
}

.section_feedback .box_top_feedback .info_3 {
    display: flex;
    align-items: center;
}

.section_feedback .box_top_feedback .info_3 .avatar-info {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: -15px;
}

.section_feedback .box_top_feedback .info_3 .avatar-info:last-child {
    margin-right: 0px;
}

.section_feedback .box_top_feedback .info_3 .avatar-info img {
    width: 100%;
    height: 100%;
}

.section_feedback .box_top_feedback .info_3 .avatar-info.text {
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--mainColor);
    font-size: 1.6rem;
}

.section_feedback .swiper_feedback .swiper-wrapper .swiper-slide {
    height: auto;
}

.section_feedback .feedback-item {
    padding: 20px;
    background-color: rgba(7, 29, 54, 0.05);
    height: 100%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.section_feedback .feedback-item::after {
    position: absolute;
    content: "";
    left: 0px;
    z-index: 0;
    top: 0px;
    height: 100%;
    width: 100%;
    background-position: center center;
}

.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 .block-content {
    min-height: 50px;
    margin-top: 8px;
}

.section_feedback .feedback-item .author-detail {
    display: flex;
    -webkit-box-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: 0.3s ease-in-out;
}

.section_feedback .feedback-item .author-detail .author-content {
    margin-left: 15px;
    display: 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: rgb(7, 29, 54);
}

@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;
}

.section_feedback .feedback-item .maker-quote {
    min-width: 40px;
    min-height: 35px;
    mask-image: url("https://bizweb.dktcdn.net/100/632/411/themes/1096693/assets/quotation.png?1769589168390");
    background-color: var(--bv-primary);
    mask-repeat: no-repeat;
    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;
    }

    .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-container {
    position: relative;
    padding-bottom: 40px;
}

.section_feedback .swiper-container .swiper-pagination-bullets {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.section_feedback .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    box-shadow: none;
    outline: 0px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.8);
    padding: 0px;
    font-size: 0px;
    opacity: 1;
    margin: 0px 3px;
}

.section_feedback .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
    transition: 0.2s;
    background: var(--bv-primary);
}

.section_feedback .swiper-container .swiper-button-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    outline: none;
    border: 0px;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    text-align: center;
    z-index: 2;
    right: 8px;
    transition: 0.25s;
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

@media (max-width: 1199px) {
    .section_feedback .swiper-container .swiper-button-next {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 1025px) {
    .section_feedback .swiper-container .swiper-button-next {
        width: 36px;
        height: 36px;
    }
}

.section_feedback .swiper-container .swiper-button-next svg {
    width: 100%;
    height: 100%;
}

.section_feedback .swiper-container .swiper-button-next svg path {
    stroke: rgb(255, 255, 255);
}

.section_feedback .swiper-container .swiper-button-next::after {
    display: none;
}

.section_feedback .swiper-container .swiper-button-next:hover {
    background-color: var(--bv-primary);
}

@media (max-width: 767px) {
    .section_feedback .swiper-container .swiper-button-next {
        display: none;
    }
}

.section_feedback .swiper-container .swiper-button-prev {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    outline: none;
    border: 0px;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    text-align: center;
    z-index: 2;
    left: 8px;
    transition: 0.25s;
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%) rotate(180deg);
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

@media (max-width: 1199px) {
    .section_feedback .swiper-container .swiper-button-prev {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 1025px) {
    .section_feedback .swiper-container .swiper-button-prev {
        width: 36px;
        height: 36px;
    }
}

.section_feedback .swiper-container .swiper-button-prev svg {
    width: 100%;
    height: 100%;
}

.section_feedback .swiper-container .swiper-button-prev svg path {
    stroke: rgb(255, 255, 255);
}

.section_feedback .swiper-container .swiper-button-prev::after {
    display: none;
}

.section_feedback .swiper-container .swiper-button-prev:hover {
    background-color: var(--bv-primary);
}

@media (max-width: 767px) {
    .section_feedback .swiper-container .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 767px) {
    .section_feedback .swiper-container .swiper-button-next, .section_feedback .swiper-container .swiper-button-prev {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .section_feedback .swiper-container .swiper-button-next::after, .section_feedback .swiper-container .swiper-button-prev::after {
        font-size: 1.2rem;
    }
}

.section_feedback .swiper-container .swiper-button-lock {
    display: none !important;
}

.section_feedback .swiper-container .swiper-button-disabled {
    opacity: 0.35;
}

.section_feedback .swiper-container:hover .swiper-button-next {
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%);
}

.section_feedback .swiper-container:hover .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
}

.section_feedback .swiper-container:hover .swiper-button-prev {
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%) rotate(180deg);
}

.section_feedback .swiper-container:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
}

.section_feedback .swiper-container:hover .swiper-button-prev.swiper-button-lock {
    display: none;
}

.section_feedback .swiper-container .swiper-pagination-bullet {
    background: rgb(255, 255, 255) !important;
}

.section_feedback .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--bv-primary) !important;
}

.section_feedback .swiper-container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0px;
    min-height: 20px;
}

.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(--textColor);
    position: relative;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    padding: 6px 15px 3px;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    background-color: var(--sub_body_Color);
    border-radius: 40px;
    margin-bottom: 10px;
}

.section_choose .section-title-choose h2 {
    color: var(--textColor);
    font-size: 25px;
    font-weight: 700;
    line-height: 56px;
    z-index: 2;
    position: relative;
}

.section_choose .section-title-choose h2 b {
    color: var(--bv-primary);
    font-weight: 700;
    font-size: 5.2rem;
}

@media (max-width: 1025px) {
    .section_choose .section-title-choose h2 {
        font-size: 3rem;
        line-height: 48px;
    }

    .section_choose .section-title-choose h2 b {
        font-size: 4.2rem;
    }
}

@media (max-width: 767px) {
    .section_choose .section-title-choose h2 {
        font-size: 2rem;
        line-height: 36px;
    }

    .section_choose .section-title-choose h2 b {
        font-size: 2.8rem;
    }
}

.section_choose .desc {
    color: var(--textColor);
    font-size: 1.6rem;
    display: block;
    border-bottom: 1px solid var(--sub_body_Color);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

@media (max-width: 1025px) {
    .section_choose .desc {
        margin-bottom: 20px;
        padding-bottom: 20px;
        font-size: 1.4rem;
    }
}

.section_choose .box_img_choose {
    display: block;
    position: relative;
}

@media (max-width: 992px) {
    .section_choose .box_img_choose {
        max-width: 454px;
        margin: 0px auto;
    }
}

.section_choose .box_img_choose img {
    width: 100%;
}

.section_choose .box_img_choose .exp-wrap {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 10px;
    width: fit-content;
    height: fit-content;
    background: var(--mainColor);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px 15px 40px;
}

@media (max-width: 767px) {
    .section_choose .box_img_choose .exp-wrap {
        border-radius: 10px 10px 30px;
    }
}

.section_choose .box_img_choose .exp-wrap .exp-content {
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-radius: 15px 15px 36px;
}

@media (max-width: 767px) {
    .section_choose .box_img_choose .exp-wrap .exp-content {
        border-radius: 10px 10px 26px;
    }
}

.section_choose .box_img_choose .exp-wrap .exp-content .exp-tt {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0px;
}

@media (max-width: 1025px) {
    .section_choose .box_img_choose .exp-wrap .exp-content .exp-tt {
        font-size: 2rem;
    }
}

.section_choose .box_choo_left {
}

.section_choose .box_choo_left .why-feature-list {
    max-width: 100%;
}

@media (max-width: 1600px) {
    .section_choose .box_choo_left {
        max-width: 90%;
    }
}

@media (max-width: 992px) {
    .section_choose .box_choo_left {
        max-width: 100%;
        margin-bottom: 25px;
    }

    .section_choose .box_choo_left .why-feature-list {
        max-width: 100%;
    }
}

.section_choose .why-feature-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.section_choose .why-feature-list .why-feature-list-details {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: grid;
    grid-template-columns: 249px 1fr;
    gap: 20px;
}

@media (max-width: 767px) {
    .section_choose .why-feature-list .why-feature-list-details {
        grid-template-columns: repeat(1, 1fr);
        gap: 3px;
    }
}

.section_choose .why-feature-list .why-feature-list-wrap {
    display: flex;
    gap: 10px;
    position: relative;
}

.section_choose .why-feature-list .why-feature-list-wrap .number {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    font-size: 1.8rem;
    font-weight: 600;
    color: rgb(255, 255, 255);
    box-shadow: rgba(190, 190, 190, 0.17) 0px 0px 20px 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: var(--mainColor);
    position: absolute;
    top: 8px;
    left: 8px;
}

.section_choose .why-feature-list .why-feature-list-wrap .number img {
    max-width: 30px;
}

.section_choose .why-feature-list .why-feature-list-wrap .feature-title {
    font-size: 1.6rem;
    font-weight: 600;
    position: relative;
    padding-left: 52px;
    color: var(--mainColor);
    border-right: 1px solid var(--sub_body_Color);
    padding-right: 10px;
}

.section_choose .why-feature-list .why-feature-list-wrap .feature-text {
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .section_choose .why-feature-list .why-feature-list-wrap .feature-title {
        font-size: 1.8rem;
        min-height: 52px;
        display: flex;
        align-items: center;
    }

    .section_choose .why-feature-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .section_choose .why-feature-list .why-feature-list-wrap .feature-text {
        padding-left: 52px;
    }
}

.section_team {
    background-color: var(--team_section_background_color);
    position: relative;
    overflow: hidden;
    margin: 50px 0px;
}

@media (max-width: 1025px) {
    .section_team {
        margin: 30px 0px;
    }
}

.section_team .container {
    position: relative;
}

.section_team .section-title-team {
    text-align: center;
}

.section_team .section-title-team .sub_title {
    font-size: 1.4rem;
    color: var(--textColor);
    position: relative;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    padding: 6px 15px 3px;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    background-color: rgb(255, 255, 255);
    border-radius: 40px;
    margin-bottom: 5px;
}

.section_team .section-title-team h2 {
    color: var(--bv-primary);
    font-size: 30px;
    font-weight: 700;
    line-height: 56px;
    z-index: 2;
    position: relative;
    text-transform: uppercase;
}

.section_team .section-title-team h2 b {
    color: var(--bv-primary);
    font-weight: 700;
    font-size: 5.2rem;
}

@media (max-width: 1025px) {
    .section_team .section-title-team h2 {
        font-size: 3rem;
        line-height: 48px;
    }

    .section_team .section-title-team h2 b {
        font-size: 4.2rem;
    }
}

@media (max-width: 767px) {
    .section_team .section-title-team h2 {
        font-size: 27px;
        line-height: 36px;
    }

    .section_team .section-title-team h2 b {
        font-size: 2.8rem;
    }
}

.section_team .desc {
    color: var(--textColor);
    max-width: 1020px;
    font-size: 1.6rem;
    display: block;
    margin: 0px auto 30px;
    text-align: center;
}

@media (max-width: 992px) {
    .section_team .desc {
        padding-left: 0px;
    }
}

@media (max-width: 1025px) {
    .section_team .desc {
        margin-bottom: 15px;
        font-size: 1.4rem;
    }
}

.section_team .desc p {
    margin-bottom: 5px;
}

.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: -50px;
    left: -2%;
}

@media (max-width: 1025px) {
    .section_team .img_bot_pos {
        max-width: 60px;
        bottom: -40px;
    }
}

.section_team .spin {
    animation: 5s ease-in-out 0s infinite normal none running spin;
}

@-webkit-keyframes spin {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(20px, -20px);
    }
}

@keyframes spin {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(20px, -20px);
    }
}

.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: 0px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.8);
    padding: 0px;
    font-size: 0px;
    opacity: 1;
    margin: 0px 3px;
}

.section_team .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
    transition: 0.2s;
    background: var(--bv-primary);
}

.section_team .swiper-container .swiper-button-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    outline: none;
    border: 0px;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    text-align: center;
    z-index: 2;
    right: 8px;
    transition: 0.25s;
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    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: rgb(255, 255, 255);
}

.section_team .swiper-container .swiper-button-next::after {
    display: none;
}

.section_team .swiper-container .swiper-button-next:hover {
    background-color: var(--bv-primary);
}

@media (max-width: 767px) {
    .section_team .swiper-container .swiper-button-next {
        display: none;
    }
}

.section_team .swiper-container .swiper-button-prev {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    outline: none;
    border: 0px;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    text-align: center;
    z-index: 2;
    left: 8px;
    transition: 0.25s;
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    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: rgb(255, 255, 255);
}

.section_team .swiper-container .swiper-button-prev::after {
    display: none;
}

.section_team .swiper-container .swiper-button-prev:hover {
    background-color: var(--bv-primary);
}

@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;
    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;
    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 .img-wrap {
    position: relative;
    margin: 0px auto;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 25px;
    padding: 0px;
    transition: background-color 1s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgb(255, 255, 255);
}

.section_team .img-wrap .team-img {
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 153%;
    height: 100% !important;
}

.section_team .img-wrap .team-img img {
    max-height: 100%;
    position: absolute;
    inset: 0px;
    margin: auto;
    will-change: opacify;
    transform: scale(1);
    transition: 0.5s;
    width: 100% !important;
    height: 100% !important;
}

.section_team .team-card .team-card-content {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    background: var(--sub_body_Color);
    backdrop-filter: blur(5px);
    border-radius: 0px;
    padding: 10px 15px;
    transition: 0.4s;
    mask-size: 100% 100%;
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
}

.section_team .team-card .team-card-content .shape {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
    transition: 300ms;
    opacity: 0;
    visibility: hidden;
    width: 60px;
    height: 71px;
    background-image: url("//bizweb.dktcdn.net/100/632/411/themes/1096693/assets/shape2.png?1769589168390");
    background-size: 100%;
}

.section_team .team-card .team-card-content .media {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: auto;
    width: 100%;
    text-align: start;
    position: relative;
}

.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;
    flex: 0 0 auto;
}

.section_team .team-card .team-card-content .icon-btn {
    border: 0px;
    background: var(--mainColor);
}

.section_team .team-card .team-card-content .icon-btn img {
    filter: brightness(99) invert(0);
    transition: 0.4s;
}

.section_team .team-card .team-card-content .icon-btn:hover {
    background: rgb(255, 255, 255);
}

.section_team .team-card .team-card-content .icon-btn:hover img {
    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: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.section_team .team-card .box-title a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.section_team .team-card .team-desig {
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.section_team .team-card .th-social {
    z-index: 1;
    border-radius: 0px;
    transition: 0.4s;
    margin-top: auto;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 10px;
    bottom: 40%;
    width: 40px;
}

.section_team .team-card .th-social a {
    display: inline-flex;
    text-align: center;
    padding: 0px;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    margin: 10px 0px 0px;
    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, .section_team .team-card .th-social a svg circle {
    fill: rgb(255, 255, 255);
}

.section_team .team-card .th-social a:hover {
    color: rgb(255, 255, 255);
    background: var(--mainColor);
}

.section_team .team-card.style6 {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}

.section_team .team-card.style6::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.section_team .team-card:hover .th-social {
    opacity: 1;
    visibility: visible;
}

.section_team .team-card:hover .box-title a {
    color: rgb(255, 255, 255);
}

.section_team .team-card:hover .box-title a:hover {
    color: var(--mainColor);
}

.section_team .team-card:hover .team-desig {
    color: rgb(255, 255, 255);
}

.section_team .team-card:hover .team-card-content {
    background-color: var(--bv-primary);
}

.section_team .team-card:hover .team-card-content .shape {
    opacity: 1;
    visibility: visible;
}

.section_team .team-card:hover::before {
    opacity: 1;
    visibility: visible;
}

.section_team .team-card.style6 .team-card-content {
    mask-image: none;
    border-radius: 10px;
    align-content: end;
}

.section_team .team-card.style6 .team-card-content .media {
    align-self: self-end;
    transition: 0.4s;
}

.section_team .team-card.style6 .team-card-content .th-social {
    margin-top: 0px;
}

.section_team .icon-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: transparent;
    text-align: center;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    transition: 0.4s ease-in-out;
    position: relative;
    vertical-align: -20px;
}

.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: 5px;
    margin-top: 10px;
}

.section_brands {
}

@media (max-width: 1025px) {
    .section_brands {
        margin: 30px 0px;
    }
}

.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(--textColor);
    position: relative;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    padding: 6px 15px 3px;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    background-color: rgb(255, 255, 255);
    border-radius: 40px;
    margin-bottom: 10px;
}

.section_brands .section-title-brand h2 {
    color: var(--bv-primary);
    font-size: 35px;
    font-weight: 700;
    line-height: 56px;
    z-index: 2;
    position: relative;
}

.section_brands .section-title-brand h2 b {
    color: var(--bv-primary);
    font-weight: 700;
    font-size: 5.2rem;
}

@media (max-width: 1025px) {
    .section_brands .section-title-brand h2 {
        font-size: 3rem;
        line-height: 48px;
    }

    .section_brands .section-title-brand h2 b {
        font-size: 4.2rem;
    }
}

@media (max-width: 767px) {
    .section_brands .section-title-brand h2 {
        font-size: 25px;
        line-height: 36px;
        text-transform: uppercase;
    }

    .section_brands .section-title-brand h2 b {
        font-size: 2.8rem;
    }
}

.section_brands .desc {
    color: var(--textColor);
    font-size: 1.6rem;
    display: block;
    margin-bottom: 30px;
}

@media (max-width: 1440px) {
    .section_brands .desc {
        max-width: 80%;
    }
}

@media (max-width: 992px) {
    .section_brands .desc {
        max-width: 100%;
    }
}

@media (max-width: 1025px) {
    .section_brands .desc {
        margin-bottom: 20px;
        font-size: 1.4rem;
    }
}

.section_brands ul {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    padding: 0px;
}

@media (max-width: 767px) {
    .section_brands ul {
        gap: 7.5px;
    }
}

.section_brands ul li {
    position: relative;
    width: 100%;
    list-style: none;
    text-align: center;
}

.section_brands ul li:nth-child(1) {
    grid-column: 3 / span 3;
}

.section_brands ul li:nth-child(2) {
    grid-column: 6 / span 3;
}

.section_brands ul li:nth-child(3) {
    grid-column: 9 / span 3;
}

.section_brands ul li:nth-child(4) {
    grid-column: 1 / span 3;
}

.section_brands ul li:nth-child(5) {
    grid-column: 4 / span 3;
}

.section_brands ul li:nth-child(6) {
    grid-column: 7 / span 3;
}

.section_brands ul li:nth-child(7) {
    grid-column: 10 / span 3;
}

.section_brands ul li:nth-child(8) {
    grid-column: 3 / span 3;
}

.section_brands ul li:nth-child(9) {
    grid-column: 6 / span 3;
}

.section_brands ul li:nth-child(10) {
    grid-column: 9 / span 3;
}

.section_brands .img_brand {
    padding-bottom: 50%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
    background: rgb(255, 255, 255);
    border-radius: 20px;
}

@media (max-width: 767px) {
    .section_brands .img_brand {
        border-radius: 7px;
    }
}

.section_brands .img_brand img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 3px;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .section_brands .img_brand img {
        padding: 2px;
    }
}

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

.item_null .item_product_main {
    aspect-ratio: 265 / 500;
    background: rgb(241, 241, 241);
    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: 0px 0px 30px;
}

.section_faq .row {
    align-items: flex-end;
}

.section_faq .section-title-faq {
    text-align: left;
    margin-bottom: -5px;
}

.section_faq .section-title-faq .sub_title {
    font-size: 1.4rem;
    color: var(--textColor);
    position: relative;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    padding: 6px 15px 3px;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    background-color: var(--sub_body_Color);
    border-radius: 40px;
    margin-bottom: 10px;
}

.section_faq .section-title-faq h2 {
    color: var(--textColor);
    font-size: 4rem;
    font-weight: 700;
    line-height: 56px;
    z-index: 2;
    position: relative;
}

.section_faq .section-title-faq h2 b {
    color: var(--bv-primary);
    font-weight: 700;
    font-size: 5.2rem;
}

@media (max-width: 1025px) {
    .section_faq .section-title-faq h2 {
        font-size: 3rem;
        line-height: 48px;
    }

    .section_faq .section-title-faq h2 b {
        font-size: 4.2rem;
    }
}

@media (max-width: 767px) {
    .section_faq .section-title-faq h2 {
        font-size: 2rem;
        line-height: 36px;
    }

    .section_faq .section-title-faq h2 b {
        font-size: 2.8rem;
    }
}

.section_faq .desc {
    color: var(--textColor);
    font-size: 1.6rem;
    display: block;
    margin-bottom: 30px;
}

@media (max-width: 1025px) {
    .section_faq .desc {
        margin-bottom: 20px;
        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-top: 25px;
    }
}

.section_faq .faq li {
    margin-bottom: 20px;
}

.section_faq .faq li:last-child {
    margin-bottom: 0px;
}

.section_faq .faq li h3 {
    font-size: 1.6rem;
    position: relative;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 0px;
    background-color: var(--sub_body_Color);
    padding: 20px 60px 20px 20px;
    border-radius: 40px;
}

@media (max-width: 1025px) {
    .section_faq .faq li h3 {
        font-size: 1.4rem;
    }
}

@media (max-width: 992px) {
    .section_faq .faq li h3 {
        padding: 15px 50px 15px 15px;
    }
}

.section_faq .faq li h3 .icon_nex {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0px, -50%);
    background: rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 992px) {
    .section_faq .faq li h3 .icon_nex {
        width: 40px;
        height: 40px;
    }
}

.section_faq .faq li h3 .icon_nex::before, .section_faq .faq li h3 .icon_nex::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: var(--bv-primary);
    transform-origin: center center;
    transition: transform 0.3s, opacity 0.3s;
}

.section_faq .faq li h3 .icon_nex::before {
    transform: translate(-50%, -50%);
}

.section_faq .faq li h3 .icon_nex::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.section_faq .faq li .content-faq {
    padding: 20px;
}

@media (max-width: 992px) {
    .section_faq .faq li .content-faq {
        padding: 15px;
    }
}

.section_faq .faq li:hover h3 {
    color: rgb(255, 255, 255);
    background-color: var(--bv-primary);
}

.section_faq .faq li.active .icon_nex::after {
    transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
    opacity: 0;
}

.section_faq .faq li.active h3 {
    color: rgb(255, 255, 255);
    background-color: var(--bv-primary);
}

.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: rgb(255, 255, 255);
}

.section_form .box_info_form .item_contact .content_contact h3 {
    font-size: 18px;
    color: rgb(255, 255, 255);
    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: rgb(0, 0, 0);
    font-size: 3rem;
    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: rgb(255, 255, 255);
}

@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 {
}

.section_form .box_form_contact::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background-image: url("//bizweb.dktcdn.net/100/632/411/themes/1096693/assets/icon-flower-form.png?1769589168390");
    --background-overlay: '';
    background-position: right center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .section_form .box_form_contact {
        padding: 15px;
    }
}

.section_form .box_infor_cus {
}

@media (max-width: 992px) {
    .section_slider .swiper-container .swiper-slide img {
        width: 100%;
        position: relative;
        border-radius: 0px;
    }

    .section_form .box_infor_cus {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .section_form .box_infor_cus {
        border-radius: 15px;
        padding: 25px 15px;
    }
}

.section_form .box_infor_cus::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.section_form .section-title-form {
    text-align: left;
    margin-bottom: -5px;
    position: relative;
    z-index: 1;
}

.section_form .section-title-form .sub_title {
    font-size: 1.4rem;
    color: var(--textColor);
    position: relative;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    padding: 6px 15px 3px;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    background-color: var(--sub_body_Color);
    border-radius: 40px;
    margin-bottom: 10px;
}

.section_form .section-title-form h2 {
    color: rgb(255, 255, 255);
    font-size: 4rem;
    font-weight: 700;
    line-height: 56px;
    z-index: 2;
    position: relative;
}

@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: 25px;
        line-height: 43px;
    }
}

.section_form .desc {
    color: rgb(255, 255, 255);
    font-size: 1.6rem;
    display: block;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1025px) {
    .section_form .desc {
        margin-bottom: 20px;
        font-size: 1.4rem;
    }
}

.section_form #pagelogin {
    position: relative;
    z-index: 1;
}

.section_form .group_contact input, .section_form .group_contact textarea, .section_form .group_contact select {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 28px;
    padding: 5px;
    font-weight: 400;
    font-size: 16px;
    color: rgb(255, 255, 255);
    transition: 300ms;
    border-width: medium medium 1px;
    border-style: none none solid;
    border-color: currentcolor currentcolor rgb(255, 255, 255);
    border-image: initial;
    margin: 0px 0px 20px;
    background-color: transparent !important;
}

.section_form .group_contact input::placeholder, .section_form .group_contact textarea::placeholder, .section_form .group_contact select::placeholder {
    color: rgb(255, 255, 255);
}

.section_form .group_contact select {
    background-image: url("//bizweb.dktcdn.net/100/632/411/themes/1096693/assets/select_white.png?1769589168390");
    background-position: right 5px center;
}

.section_form .group_contact textarea {
    height: auto;
}

.section_form .group_contact .btn-lienhe {
    background: var(--mainColor);
    color: rgb(255, 255, 255);
    border: initial;
    padding: 0px 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(--bv-primary);
}

.section_form .box_see_form {
    margin-top: 25px;
    display: block;
    text-align: center;
}

.section_form .box_see_form button {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    background: rgb(255, 250, 240) !important;
    color: rgb(0, 0, 0) !important;
}

.section_form .btn-style-three::before {
    background-color: rgb(255, 255, 255);
}

.section_form .btn-style-three:hover .btn-wrap .text-two {
    color: var(--mainColor);
}

.section_form .btn-style-three:hover .btn-wrap .text-two svg line {
    stroke: var(--mainColor);
}

.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: 0px auto;
}

.section_form .form-booking {
    height: 50px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    cursor: pointer;
    background: transparent;
    transition: 0.3s linear;
    user-select: none;
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    padding: 5px;
    margin: 0px 0px 20px;
}

@media (max-width: 991px) {
    .section_form .form-booking {
        padding-left: 5px;
    }
}

.section_form .form-booking .form-booking-icon {
    width: 30px;
    padding-right: 5px;
}

.section_form .form-booking .form-booking-icon svg path, .section_form .form-booking .form-booking-icon svg rect {
    fill: rgb(255, 255, 255);
}

.section_form .form-booking .form-booking-date {
    padding-left: 5px;
    padding-right: 10px;
    width: 100%;
}

.section_form .form-booking .form-booking-date input {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    padding: 0px;
    height: auto;
    margin-bottom: 0px;
}

.section_form .form-booking .form-booking-date .form-control {
    padding-left: 0px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    min-height: 25px;
    color: rgb(108, 112, 126);
    font-size: 16px;
    margin-bottom: 0px;
    padding-right: 7px;
}

@media (max-width: 991px) {
    .section_form .form-booking .form-booking-date .form-control {
        min-height: 25px;
        font-size: 14px;
    }
}

.bootstrap-datetimepicker-widget {
    top: 0px;
    left: 0px;
    width: 250px;
    padding: 4px;
    margin-top: 1px;
    border-radius: 4px;
    z-index: 99999 !important;
}

.bootstrap-datetimepicker-widget.timepicker-sbs {
    width: 600px;
}

.bootstrap-datetimepicker-widget.bottom::before {
    content: "";
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.bottom::after {
    content: "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgb(255, 255, 255);
    position: absolute;
    top: -6px;
    left: 8px;
}

.bootstrap-datetimepicker-widget.top::before {
    content: "";
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -7px;
    left: 6px;
}

.bootstrap-datetimepicker-widget.top::after {
    content: "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgb(255, 255, 255);
    position: absolute;
    bottom: -6px;
    left: 7px;
}

.bootstrap-datetimepicker-widget .dow {
    width: 14.2857%;
}

.bootstrap-datetimepicker-widget.pull-right::before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.pull-right::after {
    left: auto;
    right: 7px;
}

.bootstrap-datetimepicker-widget > ul {
    list-style-type: none;
    margin: 0px;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0px;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0px;
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
}

.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
    width: 4px;
    padding: 0px;
    margin: 0px;
}

.bootstrap-datetimepicker-widget .datepicker > div {
    display: none;
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0px;
}

.bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th {
    text-align: center;
    border-radius: 4px;
}

.bootstrap-datetimepicker-widget td {
    height: 54px;
    line-height: 54px;
    width: 54px;
}

.bootstrap-datetimepicker-widget td.cw {
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    color: rgb(119, 119, 119);
}

.bootstrap-datetimepicker-widget td.day {
    height: 20px;
    line-height: 20px;
    width: 20px;
}

.bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover {
    background: rgb(238, 238, 238);
    cursor: pointer;
}

.bootstrap-datetimepicker-widget td.old, .bootstrap-datetimepicker-widget td.new {
    color: rgb(119, 119, 119);
}

.bootstrap-datetimepicker-widget td.today {
    position: relative;
}

.bootstrap-datetimepicker-widget td.today::before {
    content: "";
    display: inline-block;
    border-left: 7px solid transparent;
    border-bottom: 7px solid var(--mainColor);
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    background-color: var(--mainColor);
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px;
}

.bootstrap-datetimepicker-widget td.active.today::before {
    border-bottom-color: rgb(255, 255, 255);
}

.bootstrap-datetimepicker-widget td.disabled, .bootstrap-datetimepicker-widget td.disabled:hover {
    background: 0px 0px;
    color: rgb(119, 119, 119);
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px;
}

.bootstrap-datetimepicker-widget td span:hover {
    background: rgb(238, 238, 238);
}

.bootstrap-datetimepicker-widget td span.active {
    background-color: var(--mainColor);
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px;
}

.bootstrap-datetimepicker-widget td span.old {
    color: rgb(119, 119, 119);
}

.bootstrap-datetimepicker-widget td span.disabled, .bootstrap-datetimepicker-widget td span.disabled:hover {
    background: 0px 0px;
    color: rgb(119, 119, 119);
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget th {
    height: 20px;
    line-height: 20px;
    width: 20px;
}

.bootstrap-datetimepicker-widget th.picker-switch {
    width: 145px;
}

.bootstrap-datetimepicker-widget th.next, .bootstrap-datetimepicker-widget th.prev {
    font-size: 21px;
}

.bootstrap-datetimepicker-widget th.disabled, .bootstrap-datetimepicker-widget th.disabled:hover {
    background: 0px 0px;
    color: rgb(119, 119, 119);
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget thead tr:first-child th {
    cursor: pointer;
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
    background: rgb(238, 238, 238);
}

.input-group.date .input-group-addon span {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.bootstrap-datetimepicker-widget.left-oriented::before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.left-oriented::after {
    left: auto;
    right: 7px;
}

.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
    padding: 0px !important;
}

@media screen and (max-width: 767px) {
    .bootstrap-datetimepicker-widget.timepicker-sbs {
        width: 283px;
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px;
    margin: 2px 0px 0px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 6px 12px;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px;
}

.item-slider-services {
    margin-right: 20px;
}

.item-slick-slider-feedback {
    margin-right: 20px;
}

section.section-index.section_feedback ul.slick-dots li {
    background: rgb(255, 255, 255);
}

.item-slick-team {
    margin-right: 15px;
}

.item_blog {
    margin-right: 20px;
}

.duration-300 {
    transition-duration: 0.3s;
}

.aspect-1 {
    aspect-ratio: 1 / 1;
}

.line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4 !important;
    padding: 0px !important;
}

.line-clamp::after {
    content: "";
    text-align: right;
    bottom: 0px;
    right: 0px;
    width: 25%;
    display: block;
    position: absolute;
    height: calc(1.4em);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 75%);
}

@supports (-webkit-line-clamp: 1) {
    .line-clamp::after {
        display: none !important;
    }
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
    height: calc(1.4em);
}

.line-clamp-1-new {
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-clamp-2-new {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-clamp-3-new {
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-clamp-4-new {
    -webkit-line-clamp: 4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-clamp-5-new {
    -webkit-line-clamp: 5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
    height: calc(2.8em);
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
    height: calc(4.2em);
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
}

.alert-warning {
    color: rgb(133, 100, 4);
    background-color: rgb(255, 243, 205);
    border-color: rgb(255, 238, 186);
}

.alert-danger {
    color: rgb(114, 28, 36);
    background-color: rgb(248, 215, 218);
    border-color: rgb(245, 198, 203);
}

.alert-primary {
    color: rgb(0, 64, 133);
    background-color: rgb(204, 229, 255);
    border-color: rgb(184, 218, 255);
}

.alert-success {
    color: rgb(21, 87, 36);
    background-color: rgb(212, 237, 218);
    border-color: rgb(195, 230, 203);
}

html {
    overflow-x: hidden;
    font-size: 62.5%;
}

html, body {
    margin: 0px;
    padding: 0px !important;
}

body {
    background: rgb(255, 255, 255);
    word-break: break-word;
}

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

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

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

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

input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"] {
    border: 1px solid rgb(233, 233, 233);
    color: rgb(28, 28, 28);
    margin: 0px 0px 19px;
    min-height: 40px;
    padding: 0px 20px;
}

a {
    color: var(--textColor);
}

a:hover {
    color: var(--bv-primary);
    text-decoration: none;
    cursor: pointer;
}

.dropdown-menu {
    box-shadow: none;
}

.dropdown-menu > li > a {
    white-space: inherit;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background: none;
}

body, input, textarea, button, select {
    line-height: 1.7;
    color: var(--textColor);
    -webkit-font-smoothing: antialiased;
    text-size-adjust: 100%;
}

body:focus, input:focus, textarea:focus, button:focus, select:focus {
    outline: none;
    box-shadow: none;
}

body.no-scroll {
    position: fixed;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 769px) {
    body::-webkit-scrollbar {
        width: 10px;
        height: 10px;
        border-radius: 0px;
    }

    body::-webkit-scrollbar-track {
        background: rgba(252, 0, 18, 0.1);
        box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
        border-radius: 0px;
    }

    body::-webkit-scrollbar-thumb {
        background-color: var(--mainColor);
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
        border-radius: 0px;
    }
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    font-weight: inherit;
}

a:focus {
    outline: none;
}

p {
    margin: 0px 0px 10px;
}

p img {
    margin: 0px;
}

em {
    font-style: italic;
}

img.lazyload:not(.loaded) {
    object-fit: cover;
    height: 100%;
    width: 100% !important;
}

.page-title .title-head {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .page-title .title-head {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
}

.banner-effect {
    position: relative;
    overflow: hidden;
    display: block;
}

.banner-effect::before {
    position: absolute;
    top: 0px;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.banner-effect:hover::before {
    animation: 1.1s ease 0s 1 normal none running shine;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

ul {
    list-style: outside none;
    margin-bottom: 0px;
    padding-left: 0px;
}

ol {
    list-style: decimal;
}

ul.square {
    list-style: outside square;
}

ul.disc {
    list-style: outside disc;
}

ol.alpha {
    list-style: outside lower-alpha;
}

.inline-list li {
    display: inline-block;
    margin-bottom: 0px;
}

table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
    border-spacing: 0px;
}

.table-wrap {
    max-width: 100%;
    overflow: auto;
}

th {
    font-weight: 500;
}

th, td {
    text-align: center;
    padding: 15px;
    border: 1px solid rgb(235, 235, 235);
    color: rgb(28, 28, 28);
}

a, .text-link {
    color: var(--textColor);
    text-decoration: none;
    background: transparent;
}

button {
    overflow: visible;
}

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

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

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

.video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: auto;
}

.video-wrapper iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.table-wrapper {
    max-width: 100%;
    overflow: auto;
}

form {
    margin-bottom: 30px;
}

a:focus, .btn:focus, input[type="submit"]:focus, button:focus, .page-link:focus, .button:focus, .btn-button:focus {
    outline: none;
    box-shadow: none;
}

input, textarea, button, select {
    font-size: 1em;
}

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

button, input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="file"], input[type="number"], input[type="tel"], input[type="submit"], textarea {
    appearance: none;
}

input, textarea, select, fieldset {
    border-radius: 0px;
    max-width: 100%;
}

input.input-full, textarea.input-full, select.input-full, fieldset.input-full {
    width: 100%;
}

fieldset {
    border: 1px solid rgb(235, 235, 235);
    padding: 15px;
}

legend {
    border: 0px;
    padding: 0px;
}

optgroup {
    font-weight: bold;
}

input {
    display: inline-block;
    width: auto;
}

button, input[type="submit"] {
    cursor: pointer;
}

button.close {
    padding: 0px;
    cursor: pointer;
    background: transparent;
    border: 0px;
    appearance: none;
}

input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="file"], input[type="number"], input[type="tel"], textarea, select {
    border: 1px solid rgb(235, 235, 235);
    padding: 0px 110px 0px 15px;
    width: 100%;
    max-width: 100%;
    display: block;
}

input[type="text"][disabled], input[type="text"].disabled, input[type="search"][disabled], input[type="search"].disabled, input[type="password"][disabled], input[type="password"].disabled, input[type="email"][disabled], input[type="email"].disabled, input[type="file"][disabled], input[type="file"].disabled, input[type="number"][disabled], input[type="number"].disabled, input[type="tel"][disabled], input[type="tel"].disabled, textarea[disabled], textarea.disabled, select[disabled], select.disabled {
    cursor: default;
}

textarea {
    min-height: 100px;
    padding-top: 6px;
    padding-bottom: 6px;
}

input[type="checkbox"] {
    display: inline;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 40px;
    position: absolute;
    background: transparent;
    outline: none;
    opacity: 0;
}

select {
    appearance: none;
    background-image: url("//bizweb.dktcdn.net/100/632/411/themes/1096693/assets/ico-select.png?1771832589388");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
    text-indent: 0.01px;
    cursor: pointer;
    background-color: rgb(255, 255, 255) !important;
}

.ie9 select, .lt-ie9 select {
    padding-right: 10px;
    background-image: none;
}

option {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
}

label, legend {
    display: block;
    font-weight: 400;
}

label.inline, legend.inline {
    display: inline;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    font-weight: normal;
}

label[for] {
    cursor: pointer;
}

.label-hint {
    color: rgb(153, 153, 153);
}

form.form-horizontal, .form-horizontal {
    margin-bottom: 0px;
}

form.form-horizontal input[type="text"], form.form-horizontal input[type="search"], form.form-horizontal input[type="password"], form.form-horizontal input[type="email"], form.form-horizontal input[type="file"], form.form-horizontal input[type="number"], form.form-horizontal input[type="tel"], form.form-horizontal textarea, form.form-horizontal select, form.form-horizontal label, .form-horizontal input[type="text"], .form-horizontal input[type="search"], .form-horizontal input[type="password"], .form-horizontal input[type="email"], .form-horizontal input[type="file"], .form-horizontal input[type="number"], .form-horizontal input[type="tel"], .form-horizontal textarea, .form-horizontal select, .form-horizontal label {
    display: inline-block;
    margin-bottom: 0px;
    width: auto;
}

input[type="text"].error, input[type="search"].error, input[type="password"].error, input[type="email"].error, input[type="file"].error, input[type="number"].error, input[type="tel"].error, textarea.error {
    border-color: red;
    color: red;
}

label.error {
    color: red;
}

.hidden {
    display: none;
}

label {
    display: inline-block !important;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .input-group-field:first-child, .input-group .input-group-btn:first-child, .input-group .input-group-btn:first-child > .btn, .input-group .input-group-btn:first-child > input[type="submit"], .input-group input[type="hidden"]:first-child + .input-group-field, .input-group input[type="hidden"]:first-child + .input-group-btn > .btn, .input-group input[type="hidden"]:first-child + .input-group-btn > input[type="submit"] {
    border-radius: 0px;
}

.input-group .input-group-field:last-child, .input-group .input-group-btn:last-child > .btn, .input-group .input-group-btn:last-child > input[type="submit"] {
    border-radius: 0px;
}

.input-group-field, .input-group-btn {
    display: table-cell;
    vertical-align: middle;
    margin: 0px;
}

.input-group .btn, .input-group input[type="submit"], .input-group .input-group-field {
    height: 40px;
}

.input-group .input-group-field {
    width: 100%;
    margin-bottom: 0px;
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
    width: 1%;
    padding: 0px;
}

.form-group {
    margin: 0px;
    padding: 0px 0px 8px;
    border: 0px;
}

.form-group .form-control {
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--textColor);
    background-color: rgb(255, 255, 255);
    background-image: none;
    margin-bottom: 15px;
    border: 1px solid rgb(234, 235, 243);
    box-shadow: none;
}

.form-group .form-control::-webkit-input-placeholder {
    color: rgb(205, 207, 221);
}

.form-group input, .form-group select {
    height: 40px;
}

.flexbox, .awe-popup {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.list-inline {
    zoom: 1; }

.list-inline::after {
    content: "";
    display: table;
    clear: both;
}

.list-inline li {
    float: left;
    margin: 0px;
}

.section_about .img-box10 .btn_contact-phone .box-contact-phone-info a:hover {
    color: rgb(205, 205, 205);
}

@media (max-width: 767px) {
    section.section-index.section_feedback .slick-dots {
        bottom: -16px;
    }

    .hidden-xs {
        display: none !important;
    }
}

.text-bold {
    font-weight: bold !important;
}

.a-center {
    text-align: center !important;
}

.a-left {
    text-align: left !important;
}

.a-right {
    text-align: right !important;
}

.f-right {
    float: right !important;
}

.f-none {
    float: none !important;
}

.inline {
    display: inline !important;
}

.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.flexbox {
    display: flex;
    overflow: hidden;
}

.flexbox > div {
    flex: 1 1 0%;
}

.background-none {
    background: none !important;
}

.no-margin {
    margin: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.no-border {
    border-width: medium !important;
    border-style: none !important;
    border-color: currentcolor !important;
    border-image: initial !important;
}

.ov-h {
    overflow: hidden !important;
}

.relative {
    position: relative !important;
}

.absolute {
    position: absolute !important;
}

.margin-0 {
    margin: 0px !important;
}

.margin-vertical-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.margin-horizontal-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.margin-right-0 {
    margin-right: 0px !important;
}

.padding-0 {
    padding: 0px !important;
}

.padding-vertical-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.padding-horizontal-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.padding-right-0 {
    padding-right: 0px !important;
}

.margin-5 {
    margin: 5px !important;
}

.margin-vertical-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.margin-horizontal-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-vertical-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.padding-horizontal-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.margin-10 {
    margin: 10px !important;
}

.margin-vertical-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.margin-horizontal-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-vertical-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.padding-horizontal-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.margin-15 {
    margin: 15px !important;
}

.margin-vertical-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.margin-horizontal-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.padding-15 {
    padding: 15px !important;
}

.padding-vertical-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.padding-horizontal-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.margin-20 {
    margin: 20px !important;
}

.margin-vertical-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.margin-horizontal-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-vertical-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.padding-horizontal-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.margin-25 {
    margin: 25px !important;
}

.margin-vertical-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.margin-horizontal-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-left-25 {
    margin-left: 25px !important;
}

.margin-right-25 {
    margin-right: 25px !important;
}

.padding-25 {
    padding: 25px !important;
}

.padding-vertical-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.padding-horizontal-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.padding-bottom-25 {
    padding-bottom: 25px !important;
}

.padding-left-25 {
    padding-left: 25px !important;
}

.padding-right-25 {
    padding-right: 25px !important;
}

.margin-30 {
    margin: 30px !important;
}

.margin-vertical-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.margin-horizontal-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-vertical-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.padding-horizontal-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.margin-35 {
    margin: 35px !important;
}

.margin-vertical-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.margin-horizontal-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
}

.margin-top-35 {
    margin-top: 35px !important;
}

.margin-bottom-35 {
    margin-bottom: 35px !important;
}

.margin-left-35 {
    margin-left: 35px !important;
}

.margin-right-35 {
    margin-right: 35px !important;
}

.padding-35 {
    padding: 35px !important;
}

.padding-vertical-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.padding-horizontal-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.padding-top-35 {
    padding-top: 35px !important;
}

.padding-bottom-35 {
    padding-bottom: 35px !important;
}

.padding-left-35 {
    padding-left: 35px !important;
}

.padding-right-35 {
    padding-right: 35px !important;
}

.margin-40 {
    margin: 40px !important;
}

.margin-vertical-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.margin-horizontal-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}

.padding-40 {
    padding: 40px !important;
}

.padding-vertical-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.padding-horizontal-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-left-40 {
    padding-left: 40px !important;
}

.padding-right-40 {
    padding-right: 40px !important;
}

.margin-45 {
    margin: 45px !important;
}

.margin-vertical-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.margin-horizontal-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
}

.margin-top-45 {
    margin-top: 45px !important;
}

.margin-bottom-45 {
    margin-bottom: 45px !important;
}

.margin-left-45 {
    margin-left: 45px !important;
}

.margin-right-45 {
    margin-right: 45px !important;
}

.padding-45 {
    padding: 45px !important;
}

.padding-vertical-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.padding-horizontal-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}

.padding-top-45 {
    padding-top: 45px !important;
}

.padding-bottom-45 {
    padding-bottom: 45px !important;
}

.padding-left-45 {
    padding-left: 45px !important;
}

.padding-right-45 {
    padding-right: 45px !important;
}

.margin-50 {
    margin: 50px !important;
}

.margin-vertical-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.margin-horizontal-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-left-50 {
    margin-left: 50px !important;
}

.margin-right-50 {
    margin-right: 50px !important;
}

.padding-50 {
    padding: 50px !important;
}

.padding-vertical-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.padding-horizontal-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-left-50 {
    padding-left: 50px !important;
}

.padding-right-50 {
    padding-right: 50px !important;
}

.margin-55 {
    margin: 55px !important;
}

.margin-vertical-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
}

.margin-horizontal-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
}

.margin-top-55 {
    margin-top: 55px !important;
}

.margin-bottom-55 {
    margin-bottom: 55px !important;
}

.margin-left-55 {
    margin-left: 55px !important;
}

.margin-right-55 {
    margin-right: 55px !important;
}

.padding-55 {
    padding: 55px !important;
}

.padding-vertical-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}

.padding-horizontal-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
}

.padding-top-55 {
    padding-top: 55px !important;
}

.padding-bottom-55 {
    padding-bottom: 55px !important;
}

.padding-left-55 {
    padding-left: 55px !important;
}

.padding-right-55 {
    padding-right: 55px !important;
}

.margin-60 {
    margin: 60px !important;
}

.margin-vertical-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.margin-horizontal-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

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

.margin-left-60 {
    margin-left: 60px !important;
}

.margin-right-60 {
    margin-right: 60px !important;
}

.padding-60 {
    padding: 60px !important;
}

.padding-vertical-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.padding-horizontal-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.padding-bottom-60 {
    padding-bottom: 60px !important;
}

.padding-left-60 {
    padding-left: 60px !important;
}

.padding-right-60 {
    padding-right: 60px !important;
}

.margin-65 {
    margin: 65px !important;
}

.margin-vertical-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
}

.margin-horizontal-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
}

.margin-top-65 {
    margin-top: 65px !important;
}

.margin-bottom-65 {
    margin-bottom: 65px !important;
}

.margin-left-65 {
    margin-left: 65px !important;
}

.margin-right-65 {
    margin-right: 65px !important;
}

.padding-65 {
    padding: 65px !important;
}

.padding-vertical-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}

.padding-horizontal-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
}

.padding-top-65 {
    padding-top: 65px !important;
}

.padding-bottom-65 {
    padding-bottom: 65px !important;
}

.padding-left-65 {
    padding-left: 65px !important;
}

.padding-right-65 {
    padding-right: 65px !important;
}

.margin-70 {
    margin: 70px !important;
}

.margin-vertical-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.margin-horizontal-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
}

.margin-top-70 {
    margin-top: 70px !important;
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

.margin-left-70 {
    margin-left: 70px !important;
}

.margin-right-70 {
    margin-right: 70px !important;
}

.padding-70 {
    padding: 70px !important;
}

.padding-vertical-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.padding-horizontal-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-bottom-70 {
    padding-bottom: 70px !important;
}

.padding-left-70 {
    padding-left: 70px !important;
}

.padding-right-70 {
    padding-right: 70px !important;
}

.margin-75 {
    margin: 75px !important;
}

.margin-vertical-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
}

.margin-horizontal-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
}

.margin-top-75 {
    margin-top: 75px !important;
}

.margin-bottom-75 {
    margin-bottom: 75px !important;
}

.margin-left-75 {
    margin-left: 75px !important;
}

.margin-right-75 {
    margin-right: 75px !important;
}

.padding-75 {
    padding: 75px !important;
}

.padding-vertical-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}

.padding-horizontal-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
}

.padding-top-75 {
    padding-top: 75px !important;
}

.padding-bottom-75 {
    padding-bottom: 75px !important;
}

.padding-left-75 {
    padding-left: 75px !important;
}

.padding-right-75 {
    padding-right: 75px !important;
}

.margin-80 {
    margin: 80px !important;
}

.margin-vertical-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.margin-horizontal-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}

.margin-left-80 {
    margin-left: 80px !important;
}

.margin-right-80 {
    margin-right: 80px !important;
}

.padding-80 {
    padding: 80px !important;
}

.padding-vertical-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.padding-horizontal-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.padding-top-80 {
    padding-top: 80px !important;
}

.padding-bottom-80 {
    padding-bottom: 80px !important;
}

.padding-left-80 {
    padding-left: 80px !important;
}

.padding-right-80 {
    padding-right: 80px !important;
}

.margin-85 {
    margin: 85px !important;
}

.margin-vertical-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
}

.margin-horizontal-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
}

.margin-top-85 {
    margin-top: 85px !important;
}

.margin-bottom-85 {
    margin-bottom: 85px !important;
}

.margin-left-85 {
    margin-left: 85px !important;
}

.margin-right-85 {
    margin-right: 85px !important;
}

.padding-85 {
    padding: 85px !important;
}

.padding-vertical-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
}

.padding-horizontal-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
}

.padding-top-85 {
    padding-top: 85px !important;
}

.padding-bottom-85 {
    padding-bottom: 85px !important;
}

.padding-left-85 {
    padding-left: 85px !important;
}

.padding-right-85 {
    padding-right: 85px !important;
}

.margin-90 {
    margin: 90px !important;
}

.margin-vertical-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}

.margin-horizontal-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
}

.margin-top-90 {
    margin-top: 90px !important;
}

.margin-bottom-90 {
    margin-bottom: 90px !important;
}

.margin-left-90 {
    margin-left: 90px !important;
}

.margin-right-90 {
    margin-right: 90px !important;
}

.padding-90 {
    padding: 90px !important;
}

.padding-vertical-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.padding-horizontal-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
}

.padding-top-90 {
    padding-top: 90px !important;
}

.padding-bottom-90 {
    padding-bottom: 90px !important;
}

.padding-left-90 {
    padding-left: 90px !important;
}

.padding-right-90 {
    padding-right: 90px !important;
}

.margin-95 {
    margin: 95px !important;
}

.margin-vertical-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
}

.margin-horizontal-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
}

.margin-top-95 {
    margin-top: 95px !important;
}

.margin-bottom-95 {
    margin-bottom: 95px !important;
}

.margin-left-95 {
    margin-left: 95px !important;
}

.margin-right-95 {
    margin-right: 95px !important;
}

.padding-95 {
    padding: 95px !important;
}

.padding-vertical-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
}

.padding-horizontal-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
}

.padding-top-95 {
    padding-top: 95px !important;
}

.padding-bottom-95 {
    padding-bottom: 95px !important;
}

.padding-left-95 {
    padding-left: 95px !important;
}

.padding-right-95 {
    padding-right: 95px !important;
}

.margin-100 {
    margin: 100px !important;
}

.margin-vertical-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.margin-horizontal-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.margin-left-100 {
    margin-left: 100px !important;
}

.margin-right-100 {
    margin-right: 100px !important;
}

.padding-100 {
    padding: 100px !important;
}

.padding-vertical-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.padding-horizontal-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.padding-top-100 {
    padding-top: 100px !important;
}

.padding-bottom-100 {
    padding-bottom: 100px !important;
}

.padding-left-100 {
    padding-left: 100px !important;
}

.padding-right-100 {
    padding-right: 100px !important;
}

@keyframes fadeInDown {
    0% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes popup-fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
    }
}

.btn-continus {
    text-transform: uppercase;
    font-size: 14px;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0px 25px !important;
    background: rgb(236, 44, 30) !important;
    border: 1px solid rgb(236, 44, 30) !important;
}

.btn-continus:hover {
    border: 1px solid var(--hover);
    background: rgb(255, 255, 255) !important;
    color: var(--hover) !important;
}

.btn, input[type="submit"] {
    display: inline-block;
    height: 40px;
    line-height: 39px;
    padding: 0px 20px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    font-weight: 400;
    border-radius: 10px;
    letter-spacing: 0px;
    outline: none !important;
}

.btn[disabled], input[disabled][type="submit"], .btn.disabled, input.disabled[type="submit"] {
    cursor: default;
    background-color: rgb(235, 235, 235);
}

.btn.btn-primary, input.btn-primary[type="submit"] {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    background: var(--mainColor);
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0px 20px;
    transition-duration: 0.3s;
}

@media (max-width: 767px) {
    .btn.btn-primary, input.btn-primary[type="submit"] {
        font-size: 1.4rem;
    }
}

.btn.btn-primary:hover, input.btn-primary[type="submit"]:hover {
    background: var(--hover);
    color: rgb(255, 255, 255);
}

.btn.btn-extent, input.btn-extent[type="submit"] {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    background: var(--hover);
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0px 20px;
    transition-duration: 0.3s;
}

@media (max-width: 767px) {
    .btn.btn-extent, input.btn-extent[type="submit"] {
        font-size: 1.4rem;
    }
}

.btn.btn-extent:hover, input.btn-extent[type="submit"]:hover {
    background: var(--mainColor);
    color: rgb(255, 255, 255);
}

.btn.btn-popup, input.btn-popup[type="submit"] {
    width: 100%;
    padding: 0px 25px;
    background: var(--mainColor);
    font-weight: 700;
    text-transform: uppercase !important;
    color: rgb(255, 255, 255) !important;
    border: 1px solid transparent !important;
}

.btn.btn-popup:hover, input.btn-popup[type="submit"]:hover {
    background: rgb(255, 255, 255);
    color: var(--hover) !important;
    border: 1px solid var(--hover) !important;
}

.btn.btn-circle, input.btn-circle[type="submit"] {
    border-radius: 50%;
    padding: 0px;
}

.btn.btn-large, input.btn-large[type="submit"] {
    height: 50px;
    line-height: 50px;
    padding: 0px 74px;
}

.btn.btn-small, input.btn-small[type="submit"] {
    height: 34px;
    line-height: 34px;
    padding: 0px 32px;
}

.btn.btn-dark-address, input.btn-dark-address[type="submit"] {
    background: rgb(42, 42, 42);
    padding: 0px 25px;
    color: rgb(255, 255, 255);
    border-radius: 0px;
    border: 1px solid transparent !important;
}

.btn.btn-white, input.btn-white[type="submit"] {
    background: rgb(255, 255, 255);
    color: var(--textColor);
    border: 1px solid rgb(235, 235, 235);
    font-weight: 400;
}

.btn.btn-white:hover, input.btn-white[type="submit"]:hover {
    background: var(--bv-primary);
    color: rgb(255, 255, 255);
}

.btn.btn-gray, input.btn-gray[type="submit"] {
    background: rgb(158, 158, 158);
    color: rgb(255, 255, 255);
}

.btn.btn-gray:hover, input.btn-gray[type="submit"]:hover {
    background: var(--hover);
}

.btn.btn-gray a, input.btn-gray[type="submit"] a {
    color: rgb(255, 255, 255);
}

.btn.btn-full, input.btn-full[type="submit"] {
    display: block;
    width: 100%;
}

.btn-link {
    line-height: 40px;
    color: var(--mainColor);
}

.btn-link:hover {
    text-decoration: underline;
}

.fancybox-close {
    background-color: transparent !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #bizweb-product-reviews {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .bizweb-product-reviews-form {
        min-width: 250px !important;
    }
}

@media (max-width: 1199px) {
    .h_recover {
        margin-bottom: 30px;
    }
}

.page_404 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    min-height: 700px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .page_404 {
        min-height: 400px;
    }
}

.page_404 .page-404 {
    text-align: center;
}

.page_404 .page-404 h1 {
    font-size: 200px;
    font-weight: 700;
    line-height: 200px;
    margin: 0px;
    padding: 0px;
    color: var(--textColor);
}

@media (max-width: 767px) {
    .page_404 .page-404 h1 {
        font-size: 100px;
        line-height: 100px;
    }
}

.page_404 .page-404 p {
    font-size: 22px;
    color: var(--textColor);
}

@media (max-width: 767px) {
    .page_404 .page-404 p {
        font-size: 16px;
    }
}

.bizweb-product-reviews-module {
    margin: 0px !important;
}

.breadcrumb {
    margin-top: 15px;
    font-size: 14px;
    padding: 0px;
    border-radius: 0px;
    font-weight: 400;
    line-height: 24px;
    background-color: transparent;
    width: 100%;
    text-align: left;
}

.breadcrumb li {
    display: inline;
}

.breadcrumb li > a {
    color: var(--textColor);
}

.breadcrumb li > a > span {
    color: var(--textColor);
}

.breadcrumb li .mr_lr {
    padding: 0px 3px;
    color: var(--textColor);
}

.breadcrumb li span {
    display: inline;
    color: var(--textColor);
}

.breadcrumb li span .fa {
    color: var(--textColor);
    padding: 0px 5px;
}

.breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong {
    color: var(--bv-primary);
    font-weight: 400;
    text-decoration: none;
}

.breadcrumb li a:hover span, .breadcrumb li.active span, .breadcrumb li strong span {
    color: var(--hover);
}

.breadcrumb > li + li::before {
    display: none;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 50%;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 50%;
}

.pagenav {
    text-align: right;
}

.pagenav span {
    display: inline-block;
    float: left;
    margin-right: 10px;
    line-height: 30px;
    font-weight: 700;
}

.item_product_main {
    display: block;
    height: 100%;
    padding-bottom: 28px;
    position: relative;
}

.item_product_main .product-action {
    background: rgb(255, 255, 255);
    height: 100%;
    border: 1px solid rgb(221, 221, 221);
    margin-bottom: 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: end;
    overflow: hidden;
    border-radius: 10px;
}

.item_product_main .product-action .product-thumbnail {
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
}

.item_product_main .product-action .product-thumbnail .image_thumb img {
    width: auto;
    max-height: 100%;
    position: absolute;
    inset: 0px;
    margin: auto;
    object-fit: contain;
}

.item_product_main .product-action .product-thumbnail .image_thumb img.image1 {
    transition: 0.5s;
    transform: translateY(0px);
}

.item_product_main .product-action .product-thumbnail .image_thumb img.image2 {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: 0.5s;
    visibility: hidden;
    transform: translateY(-100%);
}

.item_product_main .product-action .product-thumbnail .badge {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 100%;
}

.item_product_main .product-action .product-thumbnail .badge span {
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    height: 22px;
    padding: 0px 5px;
    line-height: 22px;
    font-weight: 500;
    font-size: 1.2rem;
}

.item_product_main .product-action .product-thumbnail .badge span:first-child {
    margin-right: 3px;
}

.item_product_main .product-action .product-thumbnail .badge .new {
    background-color: rgb(255, 101, 12);
    color: rgb(255, 255, 255);
}

.item_product_main .product-action .product-thumbnail .badge .best {
    background-color: rgb(175, 1, 2);
    color: rgb(255, 255, 255);
}

.item_product_main .product-action .product-thumbnail .pre-order {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 0;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
    width: 70px;
    height: 57px;
}

.item_product_main .product-action .product-thumbnail .pre-order img {
    max-width: 70px;
    max-height: 57px;
}

.item_product_main .product-action .product-thumbnail .flash-sale {
    background: linear-gradient(93.01deg, rgb(211, 17, 0) 15.48%, rgb(255, 35, 16) 92.66%);
    border-radius: 5px 5px 5px 0px;
    padding: 0px 10px;
    color: rgb(255, 255, 255);
    position: absolute;
    left: 5px;
    top: 5px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.item_product_main .product-action .product-thumbnail .flash-sale::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 22px;
    border-right: 10px solid transparent;
    border-bottom: 0px solid transparent;
    border-top: 10px solid rgb(211, 17, 0);
}

.item_product_main .product-action .product-info {
    width: 100%;
    padding: 10px;
    position: relative;
    background: rgb(255, 255, 255);
    transition-duration: 0.3s;
    z-index: 2;
}

.item_product_main .product-action .product-info .product-name {
    font-size: 1.6rem;
    min-height: 46px;
}

.item_product_main .product-action .product-info .product-name:hover, .item_product_main .product-action .product-info .product-name:focus {
    color: var(--mainColor);
}

.item_product_main .product-action .product-info .product-name:hover a, .item_product_main .product-action .product-info .product-name:focus a {
    color: var(--mainColor);
}

.item_product_main .product-action .product-info .product-price-cart {
    margin-top: 4px;
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    gap: 10px;
}

.item_product_main .product-action .product-info .product-price-cart .compare-price {
    display: block;
    width: auto;
    color: rgb(154, 165, 179);
    font-size: 1.4rem;
    text-decoration: line-through;
    line-height: 19px;
}

.item_product_main .product-action .product-info .product-price-cart .price {
    color: var(--price);
    font-weight: 700;
    display: inline-block;
    width: auto;
    font-size: 1.6rem;
    line-height: 22px;
    position: relative;
}

.item_product_main .product-action .product-info .product-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 105%;
    left: 0px;
    padding: 12px 10px 0px;
    gap: 8px;
}

.item_product_main .product-action .product-info .product-button .btn-views {
    display: block;
    width: 100%;
    background: var(--bv-secondary);
    color: rgb(255, 255, 255);
    border: 0px;
    font-weight: 600;
    font-size: 1.4rem;
    padding: 5px;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .item_product_main .product-action .product-info .product-button .btn-views {
        font-size: 14px;
        padding: 5px;
    }
}

.item_product_main .product-action .product-info .product-button .btn-views:hover {
    background: var(--bv-primary);
}

.item_product_main .product-action .product-info .product-button .btn-views.disabled {
    opacity: 0.7;
}

.item_product_main .product-action .product-info .product-button .btn-views.disabled:hover {
    background: var(--bv-primary);
}

.item_product_main .product-action .product-info .product-button .quick-view {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    position: relative;
    z-index: 1;
    font-size: 0px;
    color: var(--textColor);
    background-color: transparent !important;
}

.item_product_main .product-action .product-info .product-button .quick-view svg {
    width: 24px;
    height: 24px;
}

.item_product_main .product-action .product-info .product-button .quick-view svg path {
    fill: var(--textColor);
}

.item_product_main .product-action .product-info .product-button .quick-view:hover svg path {
    fill: var(--mainColor);
}

.item_product_main .product-action .product-info .product-button .setCompare {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    position: relative;
    z-index: 1;
    font-size: 0px;
    color: var(--textColor);
    background-color: transparent !important;
}

.item_product_main .product-action .product-info .product-button .setCompare svg {
    width: 28px;
    height: 28px;
}

.item_product_main .product-action .product-info .product-button .setCompare svg path {
    fill: var(--textColor);
}

.item_product_main .product-action .product-info .product-button .setCompare:hover svg path {
    fill: rgb(13, 110, 253);
}

.item_product_main .product-action .product-info .product-button .setCompare.active svg path {
    fill: rgb(13, 110, 253);
}

@media (max-width: 991px) {
    .item_product_main .product-action .product-info .product-button {
        padding: 0px 7px;
        display: none !important;
    }

    .item_product_main .product-action .product-info .product-button button {
        font-size: 1.2rem;
        width: 100%;
        min-width: inherit;
        padding: 0px 12px;
        height: 36px;
    }

    .item_product_main .product-action .product-info .product-button button svg {
        width: 16px;
        height: 16px;
        display: block;
    }
}

.item_product_main .product-action .video_tem {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
}

.item_product_main .product-action .video_tem img {
    max-width: 46px;
    max-height: 46px;
}

.item_product_main .product-action .setWishlist {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    font-size: 0px;
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    border-radius: 50%;
}

.item_product_main .product-action .setWishlist img {
    width: 18px;
    height: 18px;
}

.item_product_main .product-action .setWishlist:hover {
    background: var(--mainColor);
}

.item_product_main .product-action .setWishlist:hover:not(.active) img {
    filter: brightness(0) invert(1);
}

@media (min-width: 1200px) {
    .item_product_main .product-action:hover {
        border: 1px solid var(--mainColor);
    }

    .item_product_main .product-action:hover .product-thumbnail .scale_hover .image1 {
    }

    .item_product_main .product-action:hover .product-thumbnail .scale_hover .image2 {
        opacity: 1;
        overflow: hidden;
        transition: 0.5s;
        visibility: visible;
        transform: translateY(0px);
    }

    .item_product_main .product-action:hover .product-info {
        transform: translateY(-60px);
    }
}

@media (max-width: 991px) {
    .item_product_main .product-action .product-info .name-price .product-name {
        font-size: 1.4rem;
    }

    .item_product_main .product-action .product-info .name-price .product-price-cart {
        gap: 4px;
    }

    .item_product_main .product-action .product-info .name-price .product-price-cart .price {
        font-weight: 700;
        font-size: 1.6rem;
    }
}

@media (max-width: 991px) and (max-width: 480px) {
    .item_product_main .product-action .product-info .name-price .product-price-cart .price {
        font-size: 1.4rem;
    }
}

@media (max-width: 991px) {
    .item_product_main .product-action .product-info .name-price .product-price-cart .compare-price {
        font-size: 1.2rem;
    }
}

.content-page {
    min-height: 400px;
}

.content-page ul, .content-page ol {
    padding-left: 20px;
}

.wd-icon::before {
    content: "ï†€";
}

.list-search .product-smart {
    display: flex;
    padding: 8px 5px;
    border-bottom: 1px solid rgb(237, 237, 237);
    background: rgb(255, 255, 255);
    position: relative;
    width: 100%;
}

.list-search .product-smart:first-child {
    margin-top: 12px;
}

.list-search .product-smart:last-child {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}

.list-search .product-smart:hover {
    background: rgb(255, 242, 239);
    border-radius: 10px;
}

.list-search .product-smart .image_thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    aspect-ratio: 1 / 1;
    border: 1px solid rgb(241, 241, 241);
    border-radius: 4px;
    position: relative;
}

.list-search .product-smart .image_thumb img {
    width: auto;
    max-height: 100%;
    position: absolute;
    inset: 0px;
    margin: auto;
    object-fit: contain;
}

.list-search .product-smart .product-info {
    display: block;
    width: calc(100% - 60px);
    padding-left: 10px;
}

.list-search .product-smart .product-info {
    margin: 5px 0px;
    position: relative;
}

.list-search .product-smart .product-info h3 {
    padding: 0px 0px 3px;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0px 0px 3px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--textColor);
}

.list-search .product-smart .product-info h3:hover {
    color: var(--mainColor);
}

.list-search .product-smart .product-info h3 a {
    color: var(--textColor);
}

.list-search .product-smart .product-info h3 a:hover {
    color: var(--mainColor);
}

.list-search .product-smart .product-info .price-box {
    color: var(--price);
    line-height: 23px;
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
}

.list-search .product-smart .product-info .price-box .price {
    padding-right: 5px;
}

.list-search .product-smart .product-info .price-box .compare-price {
    text-decoration: line-through;
    font-size: 1.3rem;
    color: rgb(158, 158, 158);
    line-height: 24px;
    font-weight: 300;
}

.list-search .see-all-search {
    display: block;
    position: relative;
    text-align: center;
    line-height: 1.4;
    margin-top: 10px;
}

.list-search .see-all-search:hover {
    text-decoration: underline;
}

.list-search .not-pro {
    margin-top: 16px;
    padding: 4px 12px;
    background: rgb(255, 237, 202);
    border-radius: 6px;
}

@keyframes alert-fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes alert-fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#js-global-alert {
    position: fixed;
    top: 5%;
    right: 15px;
    width: 290px;
    z-index: 9999;
    padding: 10px;
    margin-bottom: 0px;
    opacity: 0;
    animation-duration: 0.3s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    display: none;
}

#js-global-alert .alert-heading {
    margin-bottom: 0px;
    font-size: 1.6rem;
    font-weight: 600;
}

#js-global-alert .alert-content {
    font-size: 1.4rem;
    margin-bottom: 0px;
    line-height: 1.4;
}

#js-global-alert.active {
    display: block;
    animation-name: alert-fade-in-up;
}

#js-global-alert.inactive {
    animation-name: alert-fade-out;
}

#js-global-alert button.close {
    position: absolute;
    top: 0px;
    right: 10px;
}

.popup-sapo {
    position: fixed;
    bottom: 40px;
    left: 15px;
    margin: 0px;
    z-index: 99;
    font-size: 1.4rem;
    top: auto !important;
}

.popup-sapo .icon {
    position: relative;
    z-index: 4;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgb(255, 255, 255);
    background: var(--mainColor);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 8px;
    box-sizing: border-box;
    animation: 2s ease 0s infinite normal none running pulse;
    cursor: pointer;
}

.popup-sapo .icon svg {
    fill: rgb(255, 255, 255);
    width: 20px;
    height: 20px;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    animation: 1s ease-out 0s infinite normal none running iconSkew;
    min-height: -webkit-fill-available;
}

.popup-sapo .content {
    background: var(--mainColor);
    color: rgb(255, 255, 255);
    padding: 20px 15px 40px;
    border-radius: 10px;
    width: 320px;
    position: absolute;
    bottom: 27px;
    left: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 20px;
    transform-origin: 0px bottom;
    transform: scale(0);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 767px) {
    .popup-sapo .content {
        width: 250px;
        padding: 14px;
    }
}

.popup-sapo .content .title {
    font-size: 1.6rem;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .popup-sapo .content .title {
        margin-bottom: 12px;
    }
}

.popup-sapo .content .close-popup-sapo {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.popup-sapo .content .close-popup-sapo svg {
    width: 15px;
    height: 15px;
}

.popup-sapo .content .close-popup-sapo svg path {
    fill: rgb(255, 255, 255);
}

.popup-sapo .content .close-popup-sapo:hover svg path {
    fill: var(--bv-primary);
}

.popup-sapo .content ul {
    margin-bottom: 20px;
}

.popup-sapo .content ul li {
    margin-bottom: 10px;
}

.popup-sapo .content ul li svg {
    margin-right: 10px;
}

.popup-sapo .content ul li svg path {
    fill: rgb(255, 255, 255);
}

.popup-sapo .content ul li a {
    color: rgb(255, 255, 255);
}

.popup-sapo .content ul li:hover a {
    color: var(--bv-primary);
}

.popup-sapo .content ul li:hover svg path {
    fill: var(--bv-primary);
}

.popup-sapo.active .content {
    transition-delay: 0.1s;
    transform: scale(1);
}

.popup-video .close-popup-video:hover {
    opacity: 0.8;
}

.site-header__compare {
    position: fixed;
    right: 0px;
    bottom: 160px;
    z-index: 4;
    background-color: rgb(13, 110, 253);
    padding: 10px 5px 10px 7px;
    border-radius: 5px 0px 0px 5px;
    box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    transition: 0.3s;
    top: auto !important;
}

@media (max-width: 767px) {
    .site-header__compare {
        bottom: 50%;
    }
}

.site-header__compare .compareCount {
    font-size: 12px;
    display: inline-block;
    color: rgb(255, 255, 255);
}

.site-header__compare svg {
    width: 20px;
    height: 20px;
}

.site-header__compare svg path {
    fill: rgb(255, 255, 255) !important;
}

@media (min-width: 1025px) {
    .site-header__compare:hover, .site-header__compare:focus {
        background: var(--mainColor);
    }

    .site-header__compare:hover .compareCount, .site-header__compare:focus .compareCount {
        color: rgb(255, 255, 255);
    }

    .site-header__compare:hover svg path, .site-header__compare:focus svg path {
        fill: rgb(255, 255, 255) !important;
    }

    .site-header__compare:hover::before, .site-header__compare:focus::before {
        content: attr(title);
        position: absolute;
        top: 50%;
        right: calc(100% + 10px);
        padding: 3px 7px 5px;
        background: rgb(102, 102, 102);
        color: rgb(255, 255, 255);
        border-radius: 5px;
        font-size: 13px;
        white-space: nowrap;
        display: inline-block;
        line-height: 1.4;
        transform: translate(0px, -50%);
    }

    .site-header__compare:hover::after, .site-header__compare:focus::after {
        display: block;
        position: absolute;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent transparent rgb(102, 102, 102);
        border-image: initial;
        content: "";
        top: 50%;
        right: calc(100% - 6px);
        transform: translate(0px, -50%);
    }
}

.sidebarAllMainCompare {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    transform: translateY(100%);
    top: auto !important;
}

.sidebarAllMainCompare .box_sidebar_compare {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px -2px 10px;
    border-top: 1px solid rgb(221, 221, 221);
}

.sidebarAllMainCompare.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.sidebarAllMainCompare .sidebarAllHeader span {
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    color: rgb(255, 255, 255);
}

.sidebarAllMainCompare .sidebarAllHeader .title {
    position: relative;
}

.sidebarAllMainCompare .sidebarAllHeader .title a {
    padding-right: 30px;
    display: block;
}

.sidebarAllMainCompare .sidebarAllHeader .title a:hover {
    opacity: 0.6;
}

@media (max-width: 767px) {
    .sidebarAllMainCompare .sidebarAllHeader .title span {
        font-size: 16px;
    }
}

.sidebarAllMainCompare .sidebarAllHeader .title .closeSidebar {
    position: absolute;
    right: -10px;
    top: -40px;
    cursor: pointer;
    width: 105px;
    height: 30px;
    background-color: var(--mainColor);
    padding: 3px 0px;
    text-align: center;
    border-radius: 8px 8px 0px 0px;
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.12) 0px -2px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.sidebarAllMainCompare .sidebarAllHeader .title .closeSidebar:hover {
    opacity: 1;
    background-color: var(--bv-primary);
    color: rgb(255, 255, 255);
}

.sidebarAllMainCompare .sidebarAllHeader .title .closeSidebar:hover svg path {
    stroke: rgb(255, 255, 255);
}

.sidebarAllMainCompare .sidebarAllHeader .title .closeSidebar svg {
    width: 12px;
    margin-left: 3px;
}

.sidebarAllMainCompare .sidebarAllHeader .title .closeSidebar svg path {
    stroke: rgb(255, 255, 255);
}

.sidebarAllMainCompare .sidebarAllHeader .title .showsosanh {
    position: absolute;
    right: 105px;
    top: -40px;
    cursor: pointer;
    width: 105px;
    height: 30px;
    background-color: rgb(13, 110, 253);
    padding: 3px 0px;
    text-align: center;
    border-radius: 8px 8px 0px 0px;
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.12) 0px -2px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.sidebarAllMainCompare .sidebarAllHeader .title .showsosanh:hover {
    opacity: 1;
    background-color: var(--mainColor);
}

.sidebarAllMainCompare .sidebarAllBody {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto hidden;
    margin: 0px -10px;
}

.sidebarAllMainCompare .sidebarAllBody .note {
    padding: 0px 10px;
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare {
    width: calc(33.3333%);
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 768px) {
    .sidebarAllMainCompare .sidebarAllBody .itemMainCompare {
        min-width: 300px;
        justify-content: center;
    }
}

@media (max-width: 322px) {
    .sidebarAllMainCompare .sidebarAllBody .itemMainCompare {
        min-width: 280px;
    }
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .item-compare-wrap {
    background: rgb(255, 255, 255);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 7px;
    border: 1px solid var(--mainColor);
    border-radius: 5px;
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .item-compare-wrap:hover {
    border: 1px solid var(--bv-primary);
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .image_thumb {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    aspect-ratio: 1 / 1;
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .image_thumb img {
    width: auto;
    max-height: 100%;
    position: absolute;
    inset: 0px;
    margin: auto;
    object-fit: contain;
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .product-info {
    width: calc(100% - 75px);
    text-align: left;
    padding-left: 20px;
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .product-info .product-name {
    margin: 0px;
    font-size: 16px;
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .product-info .product-name a {
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .product-info .price-box {
    color: var(--price);
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .product-info .removeItem {
    cursor: pointer;
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .product-info .removeItem:hover {
    color: var(--mainColor);
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .product-info .compare-price {
    font-weight: 300;
    margin-left: 5px;
    color: rgb(187, 187, 187);
    font-size: 12px;
    text-decoration: line-through;
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompareNone {
    width: calc(33.3333%);
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .sidebarAllMainCompare .sidebarAllBody .itemMainCompareNone {
        min-width: 300px;
        justify-content: center;
    }
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompareNone .item-compare-wrap {
    background: rgb(255, 255, 255);
    padding: 7px;
    border: 1px solid var(--mainColor);
    border-radius: 5px;
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompareNone .item-compare-wrap:hover {
    border: 1px solid var(--bv-primary);
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompareNone .icImageCompareNew {
    background: url("//bizweb.dktcdn.net/100/632/411/themes/1096693/assets/add_compare.png?1771832589388") center center / 48px no-repeat;
    width: 48px;
    height: 48px;
    display: block;
    margin: 0px auto;
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompareNone p {
    display: block;
    font-size: 12px;
    text-align: center;
    margin: 7px auto 0px;
}

.sidebarAllMainCompare .sidebarAllFooter {
    margin: 20px;
}

.sidebarAllMainCompare .sidebarAllFooter .mainCompareButton {
    display: block;
    cursor: pointer;
    background: rgb(20, 108, 218);
    width: 100%;
    text-align: center;
    margin: 10px 0px;
    padding: 10px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 500;
}

.m_white_bg_module {
    background: rgb(255, 255, 255);
    padding: 1rem;
    border-radius: 3px;
    margin: auto !important;
}

.popup_compare {
    left: 0px;
    visibility: hidden;
    z-index: 0;
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
    height: 100%;
    width: 100%;
    position: fixed;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    display: flex;
    top: 0px !important;
}

.popup_compare.open {
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.popup_compare .b_video {
    width: 640px;
    max-width: calc(100% - 10px);
}

.popup_compare .max-100 {
    position: relative;
    max-width: 100%;
}

.popup_compare .close_compare {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    z-index: 2;
    padding: 0px;
}

@media (min-width: 768px) {
    .popup_compare .close_compare {
        right: -6px;
        top: -12px;
        transition: 0.3s;
        position: absolute;
    }
}

@media (max-width: 767px) {
    .popup_compare .close_compare {
        bottom: -35px;
        right: 50%;
        transform: translateX(50%);
    }
    .item-slick-slider-feedback {
        margin-right: 0px;
    }
    .item_blog {
        margin-right: 0px;
    }
}

.popup_compare .close_compare img {
    max-width: 24px;
    filter: brightness(0);
}

@media (min-width: 768px) {
    .popup_compare .close_compare:hover {
        transform: scale(1.1) rotate(360deg);
    }
}

.header_compare form.search-bar {
    margin: 0px;
    width: 100%;
    display: block;
    position: relative;
}

@media (max-width: 992px) {
    .header_compare form.search-bar {
        margin: 2px 0px;
    }
}

.header_compare form.search-bar input {
    height: 40px;
    line-height: 40px;
    padding-right: 54px;
    min-height: initial;
    padding-left: 15px;
    z-index: 9;
    position: relative;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    width: 100%;
    margin: 0px auto;
    transition: 0.2s ease-in 0.2s;
}

@media (max-width: 1025px) {
    .header_compare form.search-bar input {
        padding-right: 48px;
    }
}

.header_compare form.search-bar .icon-fallback-text {
    width: 32px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 0px;
    z-index: 9;
    background: var(--mainColor);
    border-radius: 3px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.header_compare form.search-bar .icon-fallback-text:hover {
    background: var(--bv-primary);
}

.header_compare form.search-bar .icon-fallback-text:hover svg path {
    fill: rgb(255, 255, 255);
}

.header_compare form.search-bar .icon-fallback-text svg {
    width: 30px;
    vertical-align: middle;
    height: 30px;
    padding: 8px;
    float: left;
}

.header_compare form.search-bar .icon-fallback-text svg path {
    fill: rgb(255, 255, 255);
}

.header_compare .compare-suggest {
    position: relative;
    height: 400px;
    overflow-y: scroll;
}

.header_compare .compare-suggest::-webkit-scrollbar {
    width: 5px;
    background-color: rgb(242, 242, 242);
}

.header_compare .compare-suggest::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px inset;
    background-color: var(--bv-primary);
}

.header_compare .compare-suggest::-webkit-scrollbar-track {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px inset;
    border-radius: 5px;
    background-color: rgb(242, 242, 242);
}

.list-compare {
    padding-right: 5px;
}

.list-compare .product-smart {
    display: inline-block;
    padding: 0px 0px 8px;
    border: 1px solid rgb(237, 237, 237);
    background: rgb(255, 255, 255);
    position: relative;
    width: 100%;
}

.list-compare .product-smart:first-child {
    margin-top: 5px;
}

.list-compare .product-smart .image_thumb {
    display: inline-block;
    float: left;
    width: 100px;
}

.list-compare .product-smart .product-info {
    display: block;
    float: left;
    width: calc(100% - 100px);
    padding-left: 10px;
}

.list-compare .product-smart .product-info {
    margin: 5px 0px;
    position: relative;
}

.list-compare .product-smart .product-info h3 {
    padding: 0px 0px 3px;
    text-overflow: ellipsis;
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0px 3px;
    line-height: 22px;
    text-transform: capitalize;
    height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: initial;
}

@media (max-width: 1199px) {
    .list-compare .product-smart .product-info h3 {
        font-size: 14px;
    }
}

.list-compare .product-smart .product-info h3:hover {
    color: var(--mainColor);
}

.list-compare .product-smart .product-info h3 a {
    color: rgb(0, 0, 0);
}

.list-compare .product-smart .product-info h3 a:hover {
    color: var(--mainColor);
}

.list-compare .product-smart .product-info .price-box {
    color: var(--price);
    line-height: 23px;
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.list-compare .product-smart .product-info .price-box .price {
    padding-right: 5px;
}

.list-compare .product-smart .product-info .price-box .compare-price {
    text-decoration: line-through;
    font-size: 12px;
    color: rgb(158, 158, 158);
    line-height: 24px;
    font-weight: 300;
}

.list-compare .product-smart .product-info .setCompare {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 1;
    font-size: 0px;
    color: var(--textColor);
    background-color: transparent !important;
}

.list-compare .product-smart .product-info .setCompare:hover {
    opacity: 0.8;
}

.list-compare .product-smart .product-info .setCompare svg {
    width: 24px;
    height: 24px;
}

.list-compare .product-smart .product-info .setCompare svg path {
    fill: var(--textColor);
}

.list-compare .product-smart .product-info .setCompare:hover svg path {
    fill: rgb(13, 110, 253);
}

.list-compare .product-smart .product-info .setCompare.active svg path {
    fill: rgb(13, 110, 253);
}

.grecaptcha-badge {
    display: none !important;
}

.f-b-box {
    width: 100%;
    max-width: 100%;
}

.f-b-box iframe {
    width: 100% !important;
    display: block;
}

ul.slick-dots li {
    box-shadow: none;
    outline: 0px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.8);
    padding: 0px;
    font-size: 0px;
    opacity: 1;
    margin: 0px 3px;
}

.slick-dots li button::before {
    content: "";
    display: none;
}

li.slick-active {
    transition: 0.2s;
    width: 25px !important;
    background: rgb(255, 250, 240) !important;
}

.slick-dots {
}

.box_thongke .content h2 {
    font-size: 3.6rem;
    line-height: 1.2;
    display: block;
    font-weight: bold;
    color: var(--mainColor);
    margin-bottom: 0px;
}

.slider-body-wrap-banner {
}

.slider-body-wrap-banner .slick-prev, .slider-body-wrap-banner .slick-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    border: 0.5px solid rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 6px;
    transition: 0.2s;
    z-index: 10;
    opacity: 1;
}

.slider-body-wrap-banner .slick-prev {
    left: 10px;
}

.slider-body-wrap-banner .slick-next {
    right: 10px;
}

.slider-body-wrap-banner .slick-prev:hover, .slider-body-wrap-banner .slick-next:hover {
    background: rgb(17, 17, 17);
    border-color: rgb(17, 17, 17);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px;
}

.slider-body-wrap-banner .slick-prev::before, .slider-body-wrap-banner .slick-next::before {
    font-size: 0px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1.5px solid rgb(17, 17, 17);
    border-right: 1.5px solid rgb(17, 17, 17);
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    opacity: 1;
}

.slider-body-wrap-banner .slick-prev:hover::before, .slider-body-wrap-banner .slick-next:hover::before {
    border-color: rgb(255, 255, 255);
}

.slider-body-wrap-banner .slick-prev::before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

.slider-body-wrap-banner .slick-next::before {
    transform: translate(-65%, -50%) rotate(45deg);
}

.slider-body-wrap-banner .slick-dots {
    bottom: 17px;
}

.slider-body-wrap-banner .slick-dots li button::before {
    display: none;
}

.slider-body-wrap-banner .slick-dots li button {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    padding: 0px;
    transition: 0.25s;
}

.slider-body-wrap-banner .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0px 4px;
}

.slider-body-wrap-banner .slick-dots li.slick-active button {
    width: 20px;
    border-radius: 3px;
    background: rgb(17, 17, 17);
}

div#copyright a strong {
    color: rgb(255, 255, 255);
}

.section_team .team-card:hover h3.box-title.title {
    color: rgb(255, 255, 255);
}

.section_form .box_see_form button span {
    color: rgb(0, 0, 0) !important;
}

section.section-index.section_form .btn-style-three svg line {
    stroke: rgb(0, 0, 0);
}

section.section-index.section_form {
    padding: 0px 0px 50px;
}

.section_team .team-card:hover .box-title.title {
    color: rgb(255, 255, 255);
}

.slider-body-wrap-banner .slick-dots li {
    background: rgb(246, 185, 71);
}

.section_video_thongke .box_thongke .item {
    transition: 0.5s;
}

.section_video_thongke .box_thongke .item:hover {
    transform: translateY(10px);
}

section.products-section-tpl3 {
    padding-top: 30px;
}

.header.header .header-menu .col-menu .nav_new_menu .nav-item > a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    padding: 0px 15px;
}

header.header .main-header .align-items-center .header-right .box-phone .content_phone a {
    color: rgb(246, 185, 71);
    font-size: 17px;
}

header.header .main-header .align-items-center .header-right .box-phone .content_phone span {
    color: rgb(255, 255, 255);
    margin-bottom: 3px;
}

header.header .header-menu .col-menu .nav_new_menu .nav-item > a svg path {
    stroke: rgb(255, 255, 255);
}

header.header .header-menu .col-menu .nav_new_menu .nav-item.active > a {
    color: rgb(246, 185, 71);
}

header.header .header-menu .col-menu .nav_new_menu .nav-item:hover > a, header.header .header-menu .col-menu .nav_new_menu .nav-item:focus > a {
    color: rgb(246, 185, 71);
}

header.header .main-header .align-items-center .header-right .sudes-header-search > a .box-icon svg path {
    fill: rgb(255, 255, 255);
}

header.header .main-header .align-items-center .header-right .sudes-header-cart > a .box-icon svg path {
    fill: rgb(255, 255, 255);
}

header.header .main-header .align-items-center .header-right .sudes-header-cart > a .box-icon .count_item_pr {
    background-color: rgb(246, 185, 71);
    color: rgb(51, 51, 51);
}

header.header .main-header .align-items-center .header-right .box-phone .content_phone a:hover, header.header .main-header .align-items-center .header-right .box-phone .content_phone a:focus {
    color: rgb(246, 185, 71);
}

.about-v6-tpl6 .about-content h2 b {
    font-size: 50px;
    text-transform: uppercase;
    color: var(--bv-primary);
}

.about-v6-tpl6 .about-content h2 {
    font-size: 22px;
    font-style: italic;
    padding-left: 15px;
    line-height: 1.3;
    border-radius: 0px;
    margin-bottom: 15px;
    border-left: 4px solid var(--bv-primary);
}

.title-tieude-v2 .t5-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: rgb(7, 29, 54);
    text-transform: uppercase;
    line-height: 1.22;
}

.title-tieude-v2 .card p {
    max-width: 80%;
    margin: auto;
    font-size: 16px;
    line-height: 1.4;
}

.wrapper_product {
    width: 100%;
}

.section_wrapper {
    margin: 30px 0px;
}

.wrapper_product {
    margin-bottom: 20px;
    background: rgb(7, 29, 54);
    color: rgb(255, 255, 255);
}

.wrapper_product .text_clm h2 {
    font-size: 30px;
    line-height: 1.3;
    color: rgb(7, 29, 54);
    font-weight: 700;
}

.wrapper_product .text_clm h2 a {
    font-size: 30px;
    line-height: 1.3;
    color: rgb(255, 255, 255);
    font-weight: 700;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    padding: 0px;
}

.wrapper_product .text_clm h2 a:hover {
    color: rgb(246, 185, 71);
}

.wrapper_product .desc_product {
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0px 30px;
}

.wrapper_product .desc_product ul li {
    list-style: disc;
    margin-left: 20px;
    padding-bottom: 5px;
}

.wrapper_product .text_clm {
    padding: 30px;
}

.wrapper_product .text_clm a {
    border: 2px solid rgb(246, 185, 71);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    padding: 5px 20px;
}

.wrapper_product.left .row {
    flex-direction: row;
}

.wrapper_product.right .row {
    flex-direction: row-reverse;
}

.about-v6-tpl6 .feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.about-v6-tpl6 .feature-item {
    padding: 12px 10px;
}

.about-v6-tpl6 .desc {
    margin-bottom: 20px;
}

.why-choose {
    color: rgb(7, 29, 54);
}

.choose-us-tpl5 .section-header h2 {
    color: rgb(7, 29, 54);
    border-left: 4px solid rgb(7, 29, 54);
}

.choose-us-tpl5 .why-choose .left-col .feature-item p {
    color: rgb(7, 29, 54);
}

.choose-us-tpl5 .why-choose .right-col .bg-shape {
    background: rgb(246, 185, 71);
}

.choose-us-tpl5 .section-header h2 b {
    font-size: 45px;
    line-height: 1.2;
}

.footer-section-v8 .footer-7 .f7-bg-img::after {
    content: "";
    background: rgba(7, 29, 54, 0.74);
    position: absolute;
    width: 100%;
    height: 100%;
}

.footer-section-v8 .footer-7 .f7-left .newsletter-inline button {
    background: rgb(246, 185, 71);
}

.footer-section-v8 .footer-7 .f7-content .logo img {
    height: 100px;
    margin-bottom: 20px;
}

.contact-sectionv2 .contact-home .left-col .info-box .info-row:last-child a {
    color: rgb(255, 255, 255);
}

.product-detail-container-scss .product-detail .name-product {
    font-size: 28px;
}



.product-detail-container-scss .box-des {
    margin-top: 10px;
}


@media (max-width: 990px) {
    .box_thongke .content h2 {
        font-size: 25px;
    }
    header.header .main-header .align-items-center .header-right .menu-icon {
        color: #fff;
        border: 1px solid #fff;
    }
    .about-v6-tpl6 .about-content h2 b {
        font-size: 35px;
    }
}

.contact-sectionv2 .contact-home .left-col .info-box {
    background: var(--bv-primary);
}

.contact-sectionv2 .section-header h2 {
    color: var(--bv-primary);
    border-left: 3px solid var(--bv-primary);
}

.contact-sectionv2 .contact-home .right-col .btn-send {
    background: var(--bv-primary);
}
