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

    to {
        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: #fff;
    margin-bottom: 5px;
}

.main-icon p {
    font-size: 1rem;
    color: #fff;
    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: #fff;
    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: 0;
    left: 0;
    padding: 10%;
    background: #fff;
    max-width: 100%;
    overflow: hidden;
    border-radius: 100%;
    color: var(--support-color);
    width: 70%;
    height: 70%;
    margin: 15%;
    transition: 0.2s all;
}

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

.process {
    display: inline-flex;
    transform: translateX(0px);
    transition: 0.15s linear transform;
    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: #000;
}

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

.def-content:before {
    position: absolute;
    bottom: -8px;
    right: 22px;
    left: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    content: '';
}

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


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

.def-content .item>a .img {
    flex-grow: 0;
    flex: none;
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 50%;
    color: #fff !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: #787878;
}

.def-content .item.phone>a .img {
    background: #4EB625;
}

.def-content .item.mess>a .img {
    background: #31ADFF;
}

.def-content .item.zalo>a .img {
    background: #0165f8;
}

.def-content .item.map>a .img {
    background: #d94234;
}

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

.main-widget .close-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: 25px;
    top: 0;
    padding: 10px;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: var(--support-color);
    border-radius: 100%;
    transition: 0.2s all;
    transform: rotate(0);
    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: 0;
    top: 0;
    background: var(--support-color);
    z-index: -2;
    border-radius: 100%;
    opacity: 0.6;
    animation: zoomzoom 3s linear 0.2s infinite;
}

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

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

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

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

.def-content .item svg {
    fill: #fff;
}

.def-content .item:hover {
    background: #f1f1f1;
}


.section-index {
    padding: 50px 0
}

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

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

.section_slider .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
    transition: all .2s;
    background: var(--subColor)
}

.section_slider .swiper-container .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    right: 8px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate(32px, -50%);
    -ms-transform: translate(32px, -50%);
    transform: translate(32px, -50%);
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 60px;
    height: 60px
}

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

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

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

.section_slider .swiper-container .swiper-button-next svg path {
    stroke: #fff
}

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

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

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

.section_slider .swiper-container .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    left: 8px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate(-32px, -50%) rotate(180deg);
    -ms-transform: translate(-32px, -50%) rotate(180deg);
    transform: translate(-32px, -50%) rotate(180deg);
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    border-radius: 50%;
    width: 60px;
    height: 60px
}

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

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

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

.section_slider .swiper-container .swiper-button-prev svg path {
    stroke: #fff
}

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

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

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

@media (max-width: 767px) {

    .section_slider .swiper-container .swiper-button-next,
    .section_slider .swiper-container .swiper-button-prev {
        width: 30px;
        height: 30px;
        line-height: 30px
    }

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

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

.section_slider .swiper-container .swiper-button-disabled {
    opacity: 0.35
}

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

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

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

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

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

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

.section_slider .swiper-container .swiper-slide {
    background: #fff;
    overflow: hidden;
    border-radius: 25px;
    position: relative
}

@media (max-width: 767px) {
    .section_slider .swiper-container .swiper-slide {
        aspect-ratio: 767/800;
        border-radius: 15px
    }
}

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

.section_slider .thumb-slider-text {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 1170px;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: 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: #fff;
    display: inline-block;
    position: relative
}

.section_slider .thumb-slider-text .slider-text .title {
    margin-bottom: 5px;
    opacity: 0;
    transition: all 0.8s ease;
    transform: translateY(-30px);
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    position: relative;
    line-height: 18px;
    margin-bottom: 20px;
    border-radius: 40px;
    display: inline-block;
    border: 1px solid #fff;
    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: all 0.8s ease;
    transition-delay: 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: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%)
}

.section_slider .thumb-slider-text .slider-text .slider-one_button {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    -ms-transition-delay: 1400ms;
    -o-transition-delay: 1400ms;
    transition-delay: 1400ms;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)
}

.section_slider .thumb-slider-text .slider-text .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: #fff;
    background-color: var(--mainColor);
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
    transition-delay: 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: #fff;
    stroke-width: 2;
    stroke-miterlimit: 10
}

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

.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: #fff;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease
}

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

.section_slider .thumb-slider-text .slider-text .btn-style-two .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

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

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

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

.section_slider .swiper-slide-active .slider-text {
    animation: backInUp 1.5s both
}

.section_slider .swiper-slide-active .slider-text .title {
    transform: translateY(0);
    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(0);
    opacity: 1
}

@keyframes backInUp {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

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

@media (max-width: 1025px) {
    .section_policy {
        padding-top: 60px
    }
}

.section_policy:before {
    background-image: url(https://bizweb.dktcdn.net/100/632/411/themes/1096693/assets/bg_chinh_sach.png?1769589168390);
    content: "";
    position: absolute;
    top: 20px;
    left: 0px;
    background-position: center left;
    background-repeat: no-repeat;
    width: 183px;
    height: 236px
}

.section_policy .policy-swiper {
    position: relative
}

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

@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: #f5f2ec;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32% 68% 46% 54% / 55% 45% 55% 45%;
    line-height: 1
}

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

.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(--subColor)
}

.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(--sub_body_Color);
    background-image: url(//bizweb.dktcdn.net/100/632/411/themes/1096693/assets/bg_about_index.png?1769589168390);
    background-position: top center;
    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 {
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center left
}

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

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

.section_about .img-box10 .btn_contact-phone .phone_about {
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    align-items: center;
    background-color: var(--subColor);
    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: iconSkew 1s infinite ease-out;
    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: #fff
}

@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: #fff
}

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

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

.section_about .img-box10 .about-tag {
    padding: 0;
    position: absolute;
    left: 70px;
    bottom: 130px
}

.section_about .img-box10 .about-tag .about-experience-tag {
    color: var(--textColor);
    height: 180px;
    width: 180px;
    margin-left: -90px;
    margin-top: -90px
}

@media (max-width: 767px) {
    .section_about .img-box10 .about-tag .about-experience-tag {
        height: 100px;
        width: 100px;
        margin-left: -50px;
        margin-top: -50px
    }
}

.section_about .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: #fff;
    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(--subColor);
    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;
    padding-left: 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: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32% 68% 46% 54% / 55% 45% 55% 45%;
    line-height: 1
}

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

.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(--subColor)
}

.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;
    padding-left: 40px;
    display: flex;
    align-items: center
}

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

@media (max-width: 411px) {
    .section_about .box-contact {
        display: block
    }
}

.section_about .box-contact .btn-cts {
    margin-right: 45px;
    align-items: center
}

@media (max-width: 1025px) {
    .section_about .box-contact .btn-cts {
        margin-right: 25px
    }
}

@media (max-width: 767px) {
    .section_about .box-contact .btn-cts {
        margin-right: 15px
    }
}

@media (max-width: 411px) {
    .section_about .box-contact .btn-cts {
        margin-right: 0px
    }
}

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

.section_services .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
    transition: all .2s;
    background: var(--subColor)
}

.section_services .swiper-container .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    right: 8px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate(32px, -50%);
    -ms-transform: translate(32px, -50%);
    transform: translate(32px, -50%);
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 60px;
    height: 60px
}

@media (max-width: 1199px) {
    .section_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: #fff
}

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

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

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

.section_services .swiper-container .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    left: 8px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate(-32px, -50%) rotate(180deg);
    -ms-transform: translate(-32px, -50%) rotate(180deg);
    transform: translate(-32px, -50%) rotate(180deg);
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    border-radius: 50%;
    width: 60px;
    height: 60px
}

@media (max-width: 1199px) {
    .section_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: #fff
}

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

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

@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;
    -webkit-transform: translateY(-50%);
    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;
    -webkit-transform: translateY(-50%) rotate(180deg);
    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: 0;
    z-index: 0;
    top: 0;
    height: 100%;
    background-image: url(//bizweb.dktcdn.net/100/632/411/themes/1096693/assets/team-pattern.png?1769589168390);
    width: 100%;
    background-position: 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;
    transition: all .8s ease-in-out;
    display: block;
    z-index: 1;
    aspect-ratio: 600/400;
    width: 100%;
    border: 5px solid #fff;
    transition: all .4s ease-in-out
}

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

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

.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;
    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: #fff;
    background: var(--subColor);
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #fff;
    transition: all .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: #fff
}

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

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

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

.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: 0;
    width: 0%;
    height: 1px;
    background-color: var(--subColor);
    transition: all .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(--subColor)
}

.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(--subColor)
}

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

.pbmit-elementor-bg-color-secondary .section_services .pbmit-service-style-2 .pbminfotech-post-item {
    background-color: #fff
}

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

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

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

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

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

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

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

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

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

.section_product_tab .tab_big {
    height: auto;
    margin-bottom: 15px
}

.section_product_tab .tab_big .tab_ul {
    padding: 0px 34px;
    position: relative;
    max-width: 100%;
    margin: 16px auto 0 auto
}

.section_product_tab .tab_big .tab_ul ul {
    scrollbar-face-color: #367CD2;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-width: none
}

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

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

.section_product_tab .tab_big .tab_ul ul::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(255, 0, 0, 0.8);
    -webkit-box-shadow: none
}

.section_product_tab .tab_big .tab_ul .grad-left {
    position: absolute;
    top: calc(50% - 15px);
    left: 5px;
    z-index: 3;
    width: 24px;
    display: flex;
    justify-content: start;
    align-items: center
}

.section_product_tab .tab_big .tab_ul .grad-left svg {
    transform: rotate(180deg)
}

.section_product_tab .tab_big .tab_ul .grad-right {
    position: absolute;
    top: calc(50% - 15px);
    z-index: 3;
    right: 5px;
    width: 24px;
    display: flex;
    justify-content: end;
    align-items: center
}

.section_product_tab .tab_big .tab_ul .button {
    cursor: pointer
}

.section_product_tab .tab_big .tab_ul ul {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: -10px;
    text-align: center;
    -webkit-mask: linear-gradient(90deg, transparent 0, #000 10px, #000 calc(100% - 10px), transparent 100%)
}

.section_product_tab .tab_big .tab_ul ul li {
    padding: 0px;
    position: relative;
    width: auto;
    line-height: 1;
    height: auto;
    font-weight: 500;
    color: #FFF;
    transition: background-color 0.3s ease;
    margin-right: 45px;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--subColor);
    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: #fff
}

@media (max-width: 767px) {
    .section_product_tab .tab_big {
        margin: 0 -10px
    }

    .section_product_tab .tab_big .tab_ul {
        padding: 0px 30px
    }

    .section_product_tab .tab-content.current {
        overflow: initial
    }
}

.section_product_tab .box_see_product {
    margin-top: 0px;
    display: block;
    text-align: center
}

.section_marquee {
    padding: 15px 0px
}

@media (max-width: 767px) {
    .section_marquee {
        padding: 0px 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: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    padding: 0 30px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center
}

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

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

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

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

.section_marquee .tm-marquee-repeater.hover-fill-animation .text {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    padding: 0 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: 0;
    transition: all 300ms ease;
    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-width: 1px;
    -webkit-text-stroke-color: 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(even) {
    color: rgba(30, 27, 27, 0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: 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(--subColor)
}

.section_marquee .tm-marquee-repeater .divider:nth-of-type(even) {
    -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 0
    }
}

.section_before_after .pt-cards {
    width: 100%;
    display: grid;
    grid-template-rows: repeat(var(--cards-count), var(--card-height));
    gap: 30px 0;
    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: 0;
    left: 0;
    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(--subColor);
    height: 100%;
    width: 1px;
    z-index: 4;
    left: 0;
    top: 0
}

.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;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    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: 0;
    height: 0;
    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(--subColor);
    padding: 40px 30px 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(even) .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 0 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: 0;
    width: 0%;
    height: 1px;
    background-color: var(--white-color);
    transition: all .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(--subColor)
}

.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(--subColor)
}

.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(--subColor)
}

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

@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 0 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: #fff;
    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: #fff;
    stroke-width: 2;
    stroke-miterlimit: 10
}

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

.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: #fff;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease
}

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

.btn-style-three .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

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

.btn-style-three:hover .btn-wrap .text-two {
    color: #fff
}

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

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

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

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

.section_video_thongke .box_thongke .item {
    display: flex;
    align-items: center;
    border-right: 1px solid #dedede;
    justify-content: center;
    position: relative;
    width: 100%
}

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

.section_video_thongke .box_thongke .item .icon_tk {
    max-height: 64px;
    max-width: 64px;
    height: 64px;
    width: 64px;
    background-color: var(--subColor);
    border-radius: 32% 68% 46% 54% / 55% 45% 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: 0
    }

    .section_video_thongke .box_thongke .item .icon_tk {
        max-height: 50px;
        max-width: 50px;
        height: 50px;
        width: 50px;
        padding: 10px;
        margin: 0 auto;
        margin-bottom: 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;
    display: inline-block;
    font-weight: bold;
    color: var(--mainColor);
    display: block
}

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

.section_video_thongke .box_thongke .item .content .title {
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 1.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
}

.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(--subColor);
    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: #838383;
    justify-content: space-between
}

.section_blog .item_blog .update_date .user_name b {
    color: var(--mainColor);
    font-weight: 500
}

.section_blog .item_blog .image-blog {
    padding-bottom: 63.5%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative
}

.section_blog .item_blog .image-blog .user_date {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--subColor);
    padding: 7px 10px;
    border-radius: 40px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2
}

.section_blog .item_blog .image-blog img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: .3s ease-in-out all;
    will-change: opacify;
    transform: scale(1.02)
}

.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: var(--textColor);
    border-bottom: 1px solid var(--textColor);
    position: relative
}

.section_blog .item_blog .blog_content .read_more .pbmit-button-text::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: var(--subColor);
    transition: all .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(--subColor)
}

.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(--subColor)
}

.section_blog .item_blog:hover .image-blog img {
    transform: scale(1.1)
}

.section_blog .swiper_blogs {
    padding: 2px
}

.section_blog .box_see_blog {
    margin-top: 25px;
    display: block;
    text-align: center
}

.section_blog .container {
    position: relative
}

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

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

.section_blog .container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
    transition: all .2s;
    background: var(--subColor)
}

.section_blog .container .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    right: 8px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate(32px, -50%);
    -ms-transform: translate(32px, -50%);
    transform: translate(32px, -50%);
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 60px;
    height: 60px
}

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

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

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

.section_blog .container .swiper-button-next svg path {
    stroke: #fff
}

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

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

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

.section_blog .container .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    left: 8px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate(-32px, -50%) rotate(180deg);
    -ms-transform: translate(-32px, -50%) rotate(180deg);
    transform: translate(-32px, -50%) rotate(180deg);
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    border-radius: 50%;
    width: 60px;
    height: 60px
}

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

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

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

.section_blog .container .swiper-button-prev svg path {
    stroke: #fff
}

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

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

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

@media (max-width: 767px) {

    .section_blog .container .swiper-button-next,
    .section_blog .container .swiper-button-prev {
        width: 30px;
        height: 30px;
        line-height: 30px
    }

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

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

.section_blog .container .swiper-button-disabled {
    opacity: 0.35
}

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

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

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

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

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

.section_blog .container .swiper-button-next {
    right: 20px;
    top: 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 0
    }
}

.section_feedback .box_info_feedback {
    background-color: var(--bv-secondary);
    overflow: hidden;
    border-radius: 25px;
    padding: 60px 40px
}

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

.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: #fff;
    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: #fff;
    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: #fff
}

.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: linear-gradient(90deg, #F9920F var(--percent), #999 var(--percent));
    -webkit-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: #fff;
    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);
    height: 100%;
    position: relative;
    border-radius: 15px;
    overflow: hidden
}

.section_feedback .feedback-item::after {
    position: absolute;
    content: '';
    left: 0;
    z-index: 0;
    top: 0;
    height: 100%;
    background-image: url(https://bizweb.dktcdn.net/100/632/411/themes/1096693/assets/team-pattern.png?1769589168390);
    width: 100%;
    background-position: 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: linear-gradient(90deg, #F9920F var(--percent), #999 var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

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

.section_feedback .feedback-item .author-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px
}

.section_feedback .feedback-item .author-detail .avatar {
    width: 84px;
    height: 84px;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s ease-in-out
}

.section_feedback .feedback-item .author-detail .author-content {
    margin-left: 15px;
    display: 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;
    -webkit-mask-image: url(https://bizweb.dktcdn.net/100/632/411/themes/1096693/assets/quotation.png?1769589168390);
    background-color: var(--subColor);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    position: absolute;
    right: 20px;
    bottom: 20px;
    transform: rotate(180deg)
}

@media (max-width: 767px) {
    .section_feedback .feedback-item .maker-quote {
        min-width: 25px;
        min-height: 25px
    }
}

@media (max-width: 767px) {
    .section_feedback .feedback-item {
        display: block;
        padding: 10px
    }

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

.section_feedback .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
    transition: all .2s;
    background: var(--subColor)
}

.section_feedback .swiper-container .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    right: 8px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate(32px, -50%);
    -ms-transform: translate(32px, -50%);
    transform: translate(32px, -50%);
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 60px;
    height: 60px
}

@media (max-width: 1199px) {
    .section_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: #fff
}

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

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

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

.section_feedback .swiper-container .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    left: 8px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate(-32px, -50%) rotate(180deg);
    -ms-transform: translate(-32px, -50%) rotate(180deg);
    transform: translate(-32px, -50%) rotate(180deg);
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    border-radius: 50%;
    width: 60px;
    height: 60px
}

@media (max-width: 1199px) {
    .section_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: #fff
}

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

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

@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;
    -webkit-transform: translateY(-50%);
    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;
    -webkit-transform: translateY(-50%) rotate(180deg);
    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: #fff !important
}

.section_feedback .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--subColor) !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(--subColor);
    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: 0 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 15px
}

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

.section_choose .box_img_choose .exp-wrap .exp-content {
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-radius: 15px 15px 36px 15px
}

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

.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 {
    max-width: 75%
}

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

@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: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px
}

.section_choose .why-feature-list .why-feature-list-details {
    padding: 0;
    margin: 0;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    position: relative
}

.section_choose .why-feature-list .why-feature-list-wrap .number {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(190, 190, 190, 0.17);
    box-shadow: 0px 0px 20px 10px rgba(190, 190, 190, 0.17);
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    display: inline-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)
}

.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(--sub_body_Color);
    position: relative;
    overflow: hidden;
    margin: 50px 0px
}

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

.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: #fff;
    border-radius: 40px;
    margin-bottom: 5px
}

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

.section_team .section-title-team h2 b {
    color: var(--subColor);
    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);
    padding-left: 40px;
    font-size: 1.6rem;
    display: block;
    margin-bottom: 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 {
    -webkit-animation: spin 5s ease-in-out infinite;
    animation: spin 5s ease-in-out infinite
}

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

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

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

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

.section_team .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
    transition: all .2s;
    background: var(--subColor)
}

.section_team .swiper-container .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    right: 8px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate(32px, -50%);
    -ms-transform: translate(32px, -50%);
    transform: translate(32px, -50%);
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 60px;
    height: 60px
}

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

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

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

.section_team .swiper-container .swiper-button-next svg path {
    stroke: #fff
}

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

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

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

.section_team .swiper-container .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    border: 0px;
    background: transparent;
    text-align: center;
    z-index: 2;
    left: 8px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate(-32px, -50%) rotate(180deg);
    -ms-transform: translate(-32px, -50%) rotate(180deg);
    transform: translate(-32px, -50%) rotate(180deg);
    margin-top: 0px;
    background-color: var(--mainColor);
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    border-radius: 50%;
    width: 60px;
    height: 60px
}

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

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

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

.section_team .swiper-container .swiper-button-prev svg path {
    stroke: #fff
}

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

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

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

@media (max-width: 767px) {

    .section_team .swiper-container .swiper-button-next,
    .section_team .swiper-container .swiper-button-prev {
        width: 30px;
        height: 30px;
        line-height: 30px
    }

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

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

.section_team .swiper-container .swiper-button-disabled {
    opacity: 0.35
}

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

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

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

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

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

@media (max-width: 768px) {
    .section_team .swiper-container .swiper-button-next {
        right: 10px;
        display: block
    }

    .section_team .swiper-container .swiper-button-prev {
        left: 10px;
        display: block
    }
}

.section_team .img-wrap {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 25px;
    padding: 25px 0 0 0;
    transition: background-color 1s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff
}

.section_team .img-wrap .team-img {
    overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 133%
}

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

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

.section_team .team-card .team-card-content .shape {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
    transition: all 300ms ease;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: auto;
    width: 100%;
    text-align: start;
    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;
    -ms-flex: none;
    flex: none
}

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

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

.section_team .team-card .team-card-content .icon-btn:hover {
    background: #fff
}

.section_team .team-card .team-card-content .icon-btn:hover img {
    -webkit-filter: none;
    filter: none
}

@media (max-width: 575px) {
    .section_team .team-card .team-card-content {
        bottom: 15px;
        left: 15px;
        right: 15px
    }
}

.section_team .team-card .box-title {
    font-size: 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: 0;
    -webkit-transition: 0.4s;
    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: 0;
    color: #fff;
    border: 1px solid #fff;
    margin: 0;
    background: transparent;
    justify-content: center;
    align-items: center;
    margin-top: 10px
}

.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: #fff
}

.section_team .team-card .th-social a:hover {
    color: #fff;
    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: #fff
}

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

.section_team .team-card:hover .team-desig {
    color: #fff
}

.section_team .team-card:hover .team-card-content {
    background-color: var(--subColor)
}

.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 {
    -webkit-mask-image: none;
    mask-image: none;
    border-radius: 10px;
    -ms-flex-line-pack: end;
    align-content: end
}

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

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

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

.section_team .th-social 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(--sub_body_Color);
    margin: 50px 0px
}

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

.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: #fff;
    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(--subColor);
    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 {
    color: var(--textColor);
    font-size: 1.6rem;
    display: block;
    margin-bottom: 30px;
    max-width: 70%
}

@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: #fff;
    border-radius: 20px
}

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

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

@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: #f1f1f1;
    border-radius: 0px;
    height: auto;
    padding: 0px;
    margin-bottom: 25px
}

@media (max-width: 992px) {
    .sidebar-cont-pro {
        order: 1
    }
}

.section_faq {
    position: relative;
    overflow: hidden
}

.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(--subColor);
    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: 0;
    background-color: var(--sub_body_Color);
    padding: 20px;
    border-radius: 40px;
    padding-right: 60px
}

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

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

.section_faq .faq li h3 .icon_nex {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.5s;
    background: #fff;
    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(--subColor);
    transform-origin: center;
    transition: transform 0.3s ease, opacity 0.3s ease
}

.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: #fff;
    background-color: var(--subColor)
}

.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: #fff;
    background-color: var(--subColor)
}

.section_form .row {
    align-items: center
}

.section_form .box_info_form {
    background-color: var(--mainColor);
    border-radius: 20px;
    padding: 30px
}

@media (max-width: 992px) {
    .section_form .box_info_form {
        padding: 15px
    }
}

@media (max-width: 767px) {
    .section_form .box_info_form {
        margin-bottom: 25px
    }
}

.section_form .box_info_form .item_contact {
    text-align: center;
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .section_form .box_info_form .item_contact.item_contact_mob {
        margin-bottom: 0px
    }
}

.section_form .box_info_form .item_contact .icon_contact {
    display: block;
    margin-bottom: 10px
}

.section_form .box_info_form .item_contact .icon_contact svg {
    width: 40px;
    height: 40px
}

.section_form .box_info_form .item_contact .icon_contact svg path {
    fill: #fff
}

.section_form .box_info_form .item_contact .content_contact h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    display: block;
    margin-bottom: 10px
}

@media (max-width: 992px) {
    .section_form .box_info_form .item_contact .content_contact h3 {
        font-size: 16px
    }
}

.section_form .box_info_form .item_contact .content_contact a {
    color: #000;
    font-size: 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: #fff
}

@media (max-width: 1025px) {
    .section_form .box_info_form .item_contact .content_contact a {
        font-size: 2.4rem
    }
}

@media (max-width: 992px) {
    .section_form .box_info_form .item_contact .content_contact a {
        font-size: 2rem
    }
}

@media (max-width: 767px) {
    .section_form .box_info_form .item_contact .content_contact a {
        font-size: 1.8rem
    }
}

.section_form .box_form_contact {
    background-color: var(--subColor);
    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: center right;
    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;
        aspect-ratio: 767 / 800;
        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: #fff;
    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: #fff;
    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: #fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #fff;
    margin: 0 0 20px
}

.section_form .group_contact input::placeholder,
.section_form .group_contact textarea::placeholder,
.section_form .group_contact select::placeholder {
    color: #fff
}

.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: #fff;
    border: initial;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem;
    display: flex;
    align-items: center
}

.section_form .group_contact .btn-lienhe svg {
    width: 18px;
    height: 18px;
    margin-left: 3px
}

.section_form .group_contact .btn-lienhe:hover {
    background: var(--subColor)
}

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

.section_form .box_see_form button {
    border: none
}

.section_form .btn-style-three:before {
    background-color: #fff
}

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

.section_form .form-booking {
    height: 50px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    cursor: pointer;
    background: transparent;
    transition: all .3s linear;
    user-select: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 5px;
    margin: 0 0 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: #fff
}

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

.section_form .form-booking .form-booking-date input {
    border: none;
    padding: 0px;
    height: auto;
    margin-bottom: 0px
}

.section_form .form-booking .form-booking-date .form-control {
    padding-left: 0;
    border: none;
    min-height: 25px;
    color: #6c707e;
    font-size: 16px;
    margin-bottom: 0;
    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: 0;
    left: 0;
    width: 250px;
    padding: 4px;
    margin-top: 1px;
    z-index: 99999 !important;
    border-radius: 4px
}

.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 #ccc;
    border-bottom-color: 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 #fff;
    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 #ccc;
    border-top-color: 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 #fff;
    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: 0
}

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

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

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

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

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

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

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

.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: #777
}

.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: #eee;
    cursor: pointer
}

.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
    color: #777
}

.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: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.bootstrap-datetimepicker-widget td.active.today:before {
    border-bottom-color: #fff
}

.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
    background: 0 0;
    color: #777;
    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: #eee
}

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

.bootstrap-datetimepicker-widget td span.old {
    color: #777
}

.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
    background: 0 0;
    color: #777;
    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: 0 0;
    color: #777;
    cursor: not-allowed
}

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

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
    background: #eee
}

.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: 0 !important
}

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

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

.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: #fff;
}

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

.item_blog {
    margin-right: 20px;
}


.duration-300 {
    transition-duration: .3s
}

.aspect-1 {
    aspect-ratio: 1
}


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

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

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

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

.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(1em * 1.4 * 2)
}

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

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

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

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

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

body {
    background: #fff;
    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 {
    -webkit-appearance: none
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"] {
    border: 1px solid #e9e9e9;
    color: #1c1c1c;
    margin: 0 0 19px;
    min-height: 40px;
    padding: 0 20px
}

a {
    color: var(--textColor)
}

a:hover {
    color: var(--mainColor);
    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;
    -webkit-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: inset 0 0 6px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        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: 0 0 15px 0
}

p img {
    margin: 0
}

em {
    font-style: italic
}

img.lazyload:not(.loaded) {
    width: 100% !important;
    height: 100% !important;
    /* opacity: 0.2; */
}

.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: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.banner-effect:hover:before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s
}

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

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

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

ol {
    list-style: decimal
}

ul.square {
    list-style: square outside
}

ul.disc {
    list-style: disc outside
}

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

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

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

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

th {
    font-weight: 500
}

th,
td {
    text-align: center;
    padding: 15px;
    border: 1px solid #ebebeb;
    color: #1c1c1c
}

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

button {
    overflow: visible
}

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

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

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

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

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    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 {
    -webkit-appearance: none;
    -moz-appearance: none
}

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

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

fieldset {
    border: 1px solid #ebebeb;
    padding: 15px
}

legend {
    border: 0;
    padding: 0
}

optgroup {
    font-weight: bold
}

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

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

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-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 #ebebeb;
    padding: 0 110px 0 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: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    position: absolute;
    background: transparent;
    outline: none;
    opacity: 0
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    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;
    background-color: #fff !important;
    padding-right: 28px;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer
}

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

option {
    color: #000;
    background-color: #fff
}

select::-ms-expand {
    display: none
}

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: #999
}

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

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

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

.input-group input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px
}

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

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

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

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

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

.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: #fff;
    background-image: none;
    margin-bottom: 15px;
    border: 1px solid #EAEBF3;
    box-shadow: none
}

.form-group .form-control::-webkit-input-placeholder {
    color: #cdcfdd
}

.form-group .form-control::-moz-placeholder {
    color: #cdcfdd
}

.form-group .form-control:-ms-input-placeholder {
    color: #cdcfdd
}

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

.flexbox,
.awe-popup {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -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: 0
}

@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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.flexbox>div {
    flex: 1
}

.background-none {
    background: none !important
}

.no-margin {
    margin: 0 !important
}

.no-padding {
    padding: 0 !important
}

.no-border {
    border: none !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(0)
    }
}

@keyframes popup-fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(100px)
    }

    100% {
        opacity: 1
    }
}

.btn-continus {
    height: 40px !important;
    line-height: 40px !important;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 25px !important;
    background: #ec2c1e !important;
    border: 1px solid #ec2c1e !important
}

.btn-continus:hover {
    border: 1px solid var(--hover);
    background: #fff !important;
    color: var(--hover) !important
}

.btn,
input[type="submit"] {
    display: inline-block;
    height: 40px;
    line-height: 39px;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    outline: none !important;
    cursor: pointer;
    border: none;
    font-weight: 400;
    border-radius: 10px;
    letter-spacing: 0
}

.btn[disabled],
input[disabled][type="submit"],
.btn.disabled,
input.disabled[type="submit"] {
    cursor: default;
    background-color: #ebebeb
}

.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: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0 20px;
    transition-duration: .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: #fff
}

.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: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0 20px;
    transition-duration: .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: #fff
}

.btn.btn-popup,
input.btn-popup[type="submit"] {
    text-transform: uppercase !important;
    width: 100%;
    padding: 0 25px;
    background: var(--mainColor);
    color: #fff !important;
    font-weight: 700;
    border: 1px solid transparent !important
}

.btn.btn-popup:hover,
input.btn-popup[type="submit"]:hover {
    background: #fff;
    color: var(--hover) !important;
    border: 1px solid var(--hover) !important
}

.btn.btn-circle,
input.btn-circle[type="submit"] {
    border-radius: 50%;
    padding: 0
}

.btn.btn-large,
input.btn-large[type="submit"] {
    height: 50px;
    line-height: 50px;
    padding: 0 74px
}

.btn.btn-small,
input.btn-small[type="submit"] {
    height: 34px;
    line-height: 34px;
    padding: 0 32px;
    font-size: em(12px)
}

.btn.btn-dark-address,
input.btn-dark-address[type="submit"] {
    background: #2a2a2a;
    border: 1px solid transparent !important;
    color: #fff;
    padding: 0 25px;
    color: #fff;
    border-radius: 0px
}

.btn.btn-white,
input.btn-white[type="submit"] {
    background: #fff;
    color: var(--textColor);
    border: 1px solid #ebebeb;
    font-weight: 400
}

.btn.btn-white:hover,
input.btn-white[type="submit"]:hover {
    background: var(--subColor);
    color: #fff
}

.btn.btn-gray,
input.btn-gray[type="submit"] {
    background: #9e9e9e;
    color: #fff
}

.btn.btn-gray:hover,
input.btn-gray[type="submit"]:hover {
    background: var(--hover)
}

.btn.btn-gray a,
input.btn-gray[type="submit"] a {
    color: #fff
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-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: 0;
    padding: 0;
    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: 0 !important
}

.breadcrumb {
    margin: 0;
    font-size: 14px;
    padding: 0px;
    border-radius: 0;
    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(--hover);
    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-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-radius: 50%
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    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: #fff;
    border-radius: 0px;
    height: 100%;
    border: 1px solid #ddd;
    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;
    position: relative;
    overflow: hidden
}

.item_product_main .product-action .product-thumbnail .image_thumb img {
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: contain
}

.item_product_main .product-action .product-thumbnail .image_thumb img.image1 {
    transition: all 0.5s ease 0s;
    transform: translateY(0)
}

.item_product_main .product-action .product-thumbnail .image_thumb img.image2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
    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: #ff650c;
    color: #fff
}

.item_product_main .product-action .product-thumbnail .badge .best {
    background-color: #af0102;
    color: #fff
}

.item_product_main .product-action .product-thumbnail .pre-order {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 0;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%);
    transition: all 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, #d31100 15.48%, #ff2310 92.66%);
    border-radius: 5px 5px 5px 0px;
    padding: 0px 10px;
    color: #fff;
    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: 0;
    top: 22px;
    border-right: 10px solid transparent;
    border-bottom: 0px solid transparent;
    border-top: 10px solid #d31100
}

.item_product_main .product-action .product-info {
    width: 100%;
    padding: 10px;
    position: relative;
    background: #fff;
    transition-duration: .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;
    min-height: 46px
}

.item_product_main .product-action .product-info .product-price-cart .compare-price {
    display: block;
    width: auto;
    color: #9aa5b3;
    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: 0;
    padding: 0 10px;
    padding-top: 12px;
    gap: 8px
}

.item_product_main .product-action .product-info .product-button .btn-views {
    display: block;
    width: 100%;
    background: var(--bv-secondary);
    color: #fff;
    border: 0;
    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 5px
    }
}

.item_product_main .product-action .product-info .product-button .btn-views:hover {
    background: var(--subColor)
}

.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(--subColor)
}

.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;
    background-color: transparent !important;
    color: var(--textColor)
}

.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;
    background-color: transparent !important;
    color: var(--textColor)
}

.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: #0d6efd
}

.item_product_main .product-action .product-info .product-button .setCompare.active svg path {
    fill: #0d6efd
}

@media (max-width: 991px) {
    .item_product_main .product-action .product-info .product-button {
        padding: 0 7px;
        display: none !important
    }

    .item_product_main .product-action .product-info .product-button button {
        font-size: 1.2rem;
        width: 100%;
        min-width: inherit;
        padding: 0 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;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%);
    transition: all 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: #000;
    background: #fff;
    border: 1px solid #ddd;
    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: all 0.5s ease 0s;
        visibility: visible;
        transform: translateY(0)
    }

    .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: "\f180"
}

.list-search .product-smart {
    display: flex;
    padding: 8px 5px;
    border-bottom: 1px solid #ededed;
    background: #fff;
    position: relative;
    width: 100%
}

.list-search .product-smart:first-child {
    margin-top: 12px
}

.list-search .product-smart:last-child {
    border-bottom: none
}

.list-search .product-smart:hover {
    background: #fff2ef;
    border-radius: 10px
}

.list-search .product-smart .image_thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    aspect-ratio: 1;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    position: relative
}

.list-search .product-smart .image_thumb img {
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: contain
}

.list-search .product-smart .product-info {
    display: block;
    width: calc(100% - 60px);
    -o-width: calc(100% - 60px);
    -moz-width: calc(100% - 60px);
    -webkit-width: calc(100% - 60px);
    padding-left: 10px
}

.list-search .product-smart .product-info {
    margin: 5px 0 5px;
    position: relative
}

.list-search .product-smart .product-info h3 {
    padding: 0;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0 0 3px;
    padding-bottom: 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: #9e9e9e;
    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: #ffedca;
    border-radius: 6px
}

@keyframes alert-fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes alert-fade-out {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

#js-global-alert {
    position: fixed;
    top: 5%;
    right: 15px;
    width: 290px;
    transition: all ease 0 0.5s;
    z-index: 9999;
    padding: 10px;
    margin-bottom: 0;
    opacity: 0;
    animation-duration: 0.3s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    display: none
}

#js-global-alert .alert-heading {
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 600
}

#js-global-alert .alert-content {
    font-size: 1.4rem;
    margin-bottom: 0;
    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: 0;
    right: 10px
}

.popup-sapo {
    position: fixed;
    bottom: 40px;
    left: 15px;
    margin: 0;
    z-index: 99;
    top: auto !important;
    font-size: 1.4rem
}

.popup-sapo .icon {
    position: relative;
    z-index: 4;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
    cursor: pointer;
    background: var(--mainColor);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    cursor: pointer
}

.popup-sapo .icon svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    animation: iconSkew 1s infinite ease-out;
    min-height: -webkit-fill-available
}

.popup-sapo .content {
    background: var(--mainColor);
    color: #fff;
    padding: 20px 15px 40px;
    border-radius: 10px;
    width: 320px;
    position: absolute;
    bottom: 27px;
    left: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -webkit-transform-origin: 100% bottom;
    transform-origin: 0 bottom;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-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: #fff
}

.popup-sapo .content .close-popup-sapo:hover svg path {
    fill: var(--subColor)
}

.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: #fff
}

.popup-sapo .content ul li a {
    color: #fff
}

.popup-sapo .content ul li:hover a {
    color: var(--subColor)
}

.popup-sapo .content ul li:hover svg path {
    fill: var(--subColor)
}

.popup-sapo.active .content {
    -ms-transition-delay: 0.1s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.1s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

.popup-video .close-popup-video:hover {
    opacity: 0.8
}

.site-header__compare {
    position: fixed;
    right: 0;
    top: auto !important;
    bottom: 160px;
    z-index: 4;
    background-color: #0d6efd;
    padding: 10px 5px 10px 7px;
    border-radius: 5px 0 0 5px;
    box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

@media (max-width: 767px) {
    .site-header__compare {
        bottom: 50%
    }
}

.site-header__compare .compareCount {
    font-size: 12px;
    display: inline-block;
    color: #fff
}

.site-header__compare svg {
    width: 20px;
    height: 20px
}

.site-header__compare svg path {
    fill: #fff !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: #fff
    }

    .site-header__compare:hover svg path,
    .site-header__compare:focus svg path {
        fill: #fff !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: #666;
        color: #fff;
        border-radius: 5px;
        font-size: 13px;
        white-space: nowrap;
        display: inline-block;
        line-height: 1.4;
        transform: translate(0, -50%)
    }

    .site-header__compare:hover:after,
    .site-header__compare:focus:after {
        display: block;
        position: absolute;
        border: 10px solid transparent;
        border-left-color: #666;
        content: "";
        top: 50%;
        right: calc(100% - 6px);
        transform: translate(0, -50%)
    }
}

.sidebarAllMainCompare {
    position: fixed;
    left: 0;
    right: 0;
    top: auto !important;
    bottom: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    transform: translateY(100%)
}

.sidebarAllMainCompare .box_sidebar_compare {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    border-top: 1px solid #ddd
}

.sidebarAllMainCompare.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.sidebarAllMainCompare .sidebarAllHeader span {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #fff
}

.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 0 0;
    color: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.12);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px
}

.sidebarAllMainCompare .sidebarAllHeader .title .closeSidebar:hover {
    opacity: 1;
    background-color: var(--subColor);
    color: #fff
}

.sidebarAllMainCompare .sidebarAllHeader .title .closeSidebar:hover svg path {
    stroke: #fff
}

.sidebarAllMainCompare .sidebarAllHeader .title .closeSidebar svg {
    width: 12px;
    margin-left: 3px
}

.sidebarAllMainCompare .sidebarAllHeader .title .closeSidebar svg path {
    stroke: #fff
}

.sidebarAllMainCompare .sidebarAllHeader .title .showsosanh {
    position: absolute;
    right: 105px;
    top: -40px;
    cursor: pointer;
    width: 105px;
    height: 30px;
    background-color: #0d6efd;
    padding: 3px 0px;
    text-align: center;
    border-radius: 8px 8px 0 0;
    color: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.12);
    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-y: hidden;
    overflow-x: auto;
    margin: 0 -10px
}

.sidebarAllMainCompare .sidebarAllBody .note {
    padding: 0 10px
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare {
    width: calc(100%/3);
    margin: 0;
    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: #fff;
    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(--subColor)
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .image_thumb {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    aspect-ratio: 1
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompare .image_thumb img {
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    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: 0 0 0px 0;
    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: #bbbbbb;
    font-size: 12px;
    text-decoration: line-through
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompareNone {
    width: calc(100%/3);
    margin: 0;
    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: #fff;
    padding: 7px;
    border: 1px solid var(--mainColor);
    border-radius: 5px
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompareNone .item-compare-wrap:hover {
    border: 1px solid var(--subColor)
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompareNone .icImageCompareNew {
    background: url(//bizweb.dktcdn.net/100/632/411/themes/1096693/assets/add_compare.png?1771832589388) no-repeat center center;
    background-size: 48px;
    width: 48px;
    height: 48px;
    display: block;
    margin: 0 auto
}

.sidebarAllMainCompare .sidebarAllBody .itemMainCompareNone p {
    margin-bottom: 0px;
    display: block;
    font-size: 12px;
    text-align: center;
    margin: 7px auto 0
}

.sidebarAllMainCompare .sidebarAllFooter {
    margin: 20px
}

.sidebarAllMainCompare .sidebarAllFooter .mainCompareButton {
    display: block;
    cursor: pointer;
    background: #146cda;
    width: 100%;
    text-align: center;
    margin: 10px 0px;
    padding: 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500
}

.m_white_bg_module {
    background: #fff;
    padding: 1rem;
    margin: auto !important;
    border-radius: 3px
}

.popup_compare {
    top: 0 !important;
    left: 0;
    visibility: hidden;
    z-index: 0;
    opacity: 0;
    transition: all 0.5s;
    pointer-events: none;
    height: 100%;
    width: 100%;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.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: all 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: 0;
    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: #fff;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    width: 100%;
    margin: 0 auto;
    transition: all .2s .2s ease-in;
    -webkit-transition: all .2s .2s ease-in
}

@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;
    background: transparent;
    padding: 0px;
    z-index: 9;
    background: var(--mainColor);
    border-radius: 3px;
    border: none
}

.header_compare form.search-bar .icon-fallback-text:hover {
    background: var(--subColor)
}

.header_compare form.search-bar .icon-fallback-text:hover svg path {
    fill: #fff
}

.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: #fff
}

.header_compare .compare-suggest {
    position: relative;
    height: 400px;
    overflow-y: scroll
}

.header_compare .compare-suggest::-webkit-scrollbar {
    width: 5px;
    background-color: #F2F2F2
}

.header_compare .compare-suggest::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: var(--subColor)
}

.header_compare .compare-suggest::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F2F2F2
}

.list-compare {
    padding-right: 5px
}

.list-compare .product-smart {
    display: inline-block;
    padding: 0px 0px 8px;
    border: 1px solid #ededed;
    background: #fff;
    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: 100%;
    width: 100px
}

.list-compare .product-smart .product-info {
    display: block;
    float: left;
    width: calc(100% - 100px);
    -o-width: calc(100% - 100px);
    -moz-width: calc(100% - 100px);
    -webkit-width: calc(100% - 100px);
    padding-left: 10px
}

.list-compare .product-smart .product-info {
    margin: 5px 0 5px;
    position: relative
}

.list-compare .product-smart .product-info h3 {
    padding: 0;
    text-overflow: ellipsis;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 3px;
    padding-bottom: 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: #000
}

.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: #9e9e9e;
    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;
    background-color: transparent !important;
    color: var(--textColor)
}

.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: #0d6efd
}

.list-compare .product-smart .product-info .setCompare.active svg path {
    fill: #0d6efd
}

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

.slick-dots li button:before {
    content: "";
    display: none;
}

li.slick-active {
    width: 25px !important;
    transition: all .2s;
    background: #f0a793 !important;
}

.slick-dots {
    bottom: -40px !important;
}

.box_thongke .content h2 {
    font-size: 3.6rem;
    line-height: 1.2;
    display: block;
    font-weight: bold;
    color: var(--mainColor);
    margin-bottom: 0px;
}
