.catchuoi1 {
    -webkit-line-clamp: 1;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.catchuoi2 {
    -webkit-line-clamp: 2;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.catchuoi3 {
    -webkit-line-clamp: 3;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.catchuoi4 {
    -webkit-line-clamp: 4;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.pb40 {
    padding-bottom: 40px;
}
.pt40 {
    padding-top: 40px;
}
.section__subtitle {
    color: #4A4A4A;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
.section__title>a, .section__title>span {
    font-size: 24px;
    color: #2E2E2E;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.3;
}
.section__title>a>span, .section__title>span>span {
    color: var(--background-static);
}
.section-abouts__content, .section__content {
    color: #222222;
    font-size: 16px;
    line-height: 2;
}
.section-abouts__btn>a {
    color: #fff;
    font-weight: 600;
    padding: 14px 30px;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--background-static) -40.9%, var(--background-static) 100%);
    display: inline-block;
}
.section-services{
    background:url('../images/bg-5853.png') center center/cover;
}
.section__content {
    width: 900px;
    margin: auto;
    margin-bottom: 30px;
}
.section-services__box-title{
    padding: 14px;
    background-color: #fff;
}
.section-services__box-title a {
    color: #393939;
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
}
.section-services__box {
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    transition: all .4s;
}
.section-services__box:hover {
    transform: translateY(-5px);
}

.section-why__box {
    background-color: #F5F5F5;
    border-radius: 100px;
    padding: 22px;
}

.section-why__box .title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-why__box .title>span {
    color: #393939;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.section-why__box .content {
    margin-top: 10px;
    color: #343434;
    font-size: 13px;
    line-height: 1.5;
}

.section-why__box.middleL {
    margin: 40px 0;
    transform: translateX(-40px);
}

.section-why__box.middleR {
    margin: 40px 0;
    transform: translateX(40px);
}

.section-why__imagess {
    width: 256px;
    height: 256px;
    border-radius: 50%;
    border: 1px dashed var(--background-static);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.section-why__imagesss {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: linear-gradient(90deg, var(--background-static) -40.9%, var(--background-static) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-why__imagessss {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-why__imagesssss {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-why__imagessssss {
    width: 202px;
    height: 202px;
    border-radius: 50%;
    border: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-why__line1 {
    top: -40px;
    left: 10px;
    z-index: -1;
}

.section-why__line2 {
    top: -40px;
    right: 10px;
    z-index: -1;
}

.section-why__line3 {
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    z-index: -1;
}

.section-why__line4 {
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    z-index: -1;
}

.section-why__line5 {
    bottom: -40px;
    left: 10px;
    z-index: -1;
}

.section-why__line6 {
    bottom: -40px;
    right: 10px;
    z-index: -1;
}
.section-work{
    background:url('../images/bg-5853.png') center center/cover;
}
.section-work__box {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all .4s;
}

.section-work__box:hover {
    transform: translateY(-5px);
    border-color: var(--background-static);
}

.section-work__box-desc {
    padding: 12px;
}

.section-work__box-desc .title a {
    color: #2B2B2B;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}

.section-work__box-desc .title a:hover {
    color: var(--background-static);
}

.section-work__box-desc .content {
    color: #787878;
    font-size: 13px;
    line-height: 2;
}

.section-feedback__box {
    border-radius: 8px;
    overflow: hidden;
    background-color: #F5F5F5;
}

.section-feedback__box-icon {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
}

.section-feedback__box-desc {
    padding: 50px 10px 15px;
}

.section-feedback__box-desc .title {
    color: #323232;
    font-weight: 700;
    margin-bottom: 5px;
}

.section-feedback__box-desc .job {
    color: #7088FF;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
}

.section-feedback__box-desc .content {
    color: #656565;
    font-size: 13px;
    line-height: 2;
    margin-bottom: 5px;
}
.color-star:before {
    content: "★★★★★";
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #ffbf00 var(--rating), #D7D7D7 0);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 20px;
}

.color-rating>i {
    color: #e7e8ea;
    letter-spacing: 5px;
}

.color-rating>i.on-star {
    color: #ffbf00;
}

.pro-cus .section-product__box {
    border-color: #E9E9E9;
}

.pro-cus .section-product__box-detail .title a {
    color: #4E4E4E;
}

.pro-cus .section-product__box-detail .cart button {
    background-color: #F4F4F4;
    color: #3B3B3B;
}

.pro-cus .section-product__box:hover {
    border-color: var(--background-static);
}

.pro-cus .section-product__box-detail .title a:hover {
    color: var(--background-static);
}

.pro-cus .section-product__box-detail .cart button:hover {
    background-color: var(--background-static);
    color: #fff;
}
.section-product__box {
    background-color: #fff;
    border-radius: 12px;
    padding: 6px;
    border: 2px solid #fff;
    transition: all .4s;
    overflow: hidden;
}
.section-product__box-detail .title a {
    color: var(--background-static);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    height: calc(14px * 3);
    display: block;
}
.section-product__box-detail .price span {
    color: #F30404;
    font-size: 14px;
    font-weight: 500;
}
.section-product__box:hover {
    border-color: var(--background-static);
    transform: translateY(-5px);
}
.section-partner{
    background:url('../images/bg-5853.png') center center/cover;
}

.section-news2__box {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    overflow: hidden;
}

.section-news2__box-detail {
    padding: 10px;
    background-color: #fff;
}

.section-news2__box-detail .title a {
    color: var(--background-static);
    line-height: 1.3;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    height: calc(14px * 2.6);
    display: block;
}

.section-news2__box-detail .content {
    color: #a8aeba;
    font-size: 13px;
    line-height: 1.5;
}

.section-news2__box-detail .info {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #eee;
}

.section-news2__box-detail .link>a,.section-news2__box-detail .date {
    color: #a8aeba;
    font-size: 11px;
    transition: all .4s;
}

.section-news2__box-detail .link>a:hover {
    color: var(--background-static);
}
.hover-rotate img:hover {
    -webkit-transform: rotate(-3deg) scale(1.1);
    -ms-transform: rotate(-3deg) scale(1.1);
    transform: rotate(-3deg) scale(1.1);
    transition: .3s linear;
}
.ratio-cover>img {
    width: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    transition: .3s linear;
}
.ratio-img__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ratio-img {
    position: relative;
}
.pb10 {
    padding-bottom: 10px !important;
}
.pt10 {
    padding-top: 10px;
}
.section-partner__box-images {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.section-register__input {
    margin-bottom: 20px;
}

.section-register__input input, .section-register__input textarea {
    width: 100%;
    background-color: #F4F4F4;
    padding: 20px 15px;
    border-radius: 4px;
    border: 1px solid #fff;
    resize: none;
}

.section-register__input input:focus, .section-register__input textarea:focus {
    border-color: var(--background-static);
}

.section-register__btn>button {
    cursor: pointer;
    padding: 19px 15px;
    width: 100%;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
    background: linear-gradient(90deg, var(--background-static) -40.9%, var(--background-static) 100%);
}

.section-register__captcha {
    background-color: #F4F4F4;
    padding: 12px 15px;
    border-radius: 4px;
    user-select: none;
}

.section-register__captcha .captcha-code {
    margin-right: 15px;
}

.section-register__captcha .reload-captcha {
    color: var(--background-static);
    font-size: 16px;
    cursor: pointer;
}

.section-register__captcha-code input {
    letter-spacing: 3px;
    font-weight: 700;
}

.footer{
    background: linear-gradient(to right ,#5DE0E6,#004AAD);
        padding: 30px 10px;
    padding-bottom: 0;
    position: relative;
}
.desc-footer {
    color: #fff;
    line-height: 1.5;
}
.title-footer {
    font-size: 16px;
    color: #fff;
    position: relative;
    font-weight: 600;
    z-index: 1;
    display: inline-block;
}
.desc-footer>ul:not(.no-roll), .desc-footer-roll {
    max-height: 177px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px;
}
.desc-footer>ul>li {
    padding-bottom: 10px;
}
.desc-footer a:not(.no-hover, .wrapper-footer__box-detail-socical-box) {
    color: #fff;
    line-height: 25px;
    transition: all 0.2s linear;
    display: block;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: normal;
}
.desc-footer>ul>li a>i {
    font-size: 5px;
    margin-right: 10px;
}
.ul-list-none{list-style: none;padding: 0;margin: 0;}
.desc-footer a:not(.no-hover, .wrapper-footer__box-detail-socical-box):hover {
    color: var(--background-static);
    transform: translateX(10px);
}
.social__ft>a {
    background-color: #fff;
    border-radius: 4px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all .4s;
    color: #4F4F4F;
    font-weight: 500;
}

.social__ft>a img {
    width: 20px;
    object-fit: scale-down;
    aspect-ratio: 20 / 20;
    height: auto;
    transition: all .4s;
}

.social__ft>a:hover {
    color: var(--background-static);
}

.copy-text {
    color: #fff;
}
.copy-text--company {
    font-weight: normal;
}
.cl-white {
    color: white !important;
}
.copy-border {
    border-top: 1px solid #C7C7C7;
}
.wrap-top{background-color: var(--background-static);}
.wrap-top__title {
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
}
.w-menu.scroll-menu {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
    visibility: hidden;
    opacity: 0;
}

.w-menu.fixed:not(.scroll-menu) {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
    box-shadow: 2px 2px 7px #ccc;
}
.fixed {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 131 !important;
    animation: fadeOpacity 0.5s ease-in-out;
}
.menu {
    background-color: #fff;
}
.w-menu.fixed {
    box-shadow: 2px 2px 7px #ccc;
}
.scroll-indicator {
    position: fixed;
    z-index: 1234;
    top: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: var(--background-static);
}

.title-main > span {
    position: relative;
    display: inline-block;
    color: #000;
    font-weight: 600;
}

.title-main > span::before {
    content: "";
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background-color: #000;
}

.title-main > span {
    font-size: 26px;
}
.wrapper-contact__aside-top {
    padding: 2rem;
    background-color: #f1f1f1;
}

h3.contact-page-title {
    font-size: 20px;
    line-height: 32px;
    color: #000;
    margin-bottom: 20px;
    position: relative;
    font-weight: bold;
}

h3.contact-page-title:before {
    content: '';
    position: absolute;
    background: var(--background-static);
    width: 100px;
    bottom: -1px;
    height: 2px;
    left: 0;
}
h3.contact-page-title:before {
    content: '';
    position: absolute;
    background: var(--background-static);
    width: 100px;
    bottom: -1px;
    height: 2px;
    left: 0;
}

.wrapper-sidebar__right-detail__box-content-time>span {
    font-size: 1.1rem;
    color: #7d7a7a;
}

.wrapper-featured__news {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
}

.sidebar__head {
    background-color: #f1f1f1;
    padding: 7px 5px 7px 20px;
    position: relative;
    margin-bottom: 10px;
}

.sidebar__head:before {
    content: "";
    border-color: #fff #eaeaea #fff #fff;
    border-style: solid;
    border-width: 20px 20px 0 0;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}

.sidebar__head span {
    font-size: 16px;
    font-weight: 600;
    color: var(--html-bg-website);
}

.wrapper-featured__news-list {
    max-height: 650px;
    overflow-x: hidden;
    overflow-y: auto;
}

.wrapper-featured__news-link {
    display: flex;
    gap: 12px;
}

.wrapper-featured__news-img {
    width: 120px;
}

.wrapper-featured__news-img>span>img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
}

.wrapper-featured__news-info {
    flex: 1;
}

.wrapper-featured__news-info-title {
    line-height: 1.2;
    font-size: 12px;
    max-height: calc(3.9 * 12px);
}

.wrapper-featured__news-info-title>span {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.wrapper-featured__news-info-date {
    margin-top: 5px;
    margin-right: 10px;
}

.wrapper-featured__news-info-date>span {
    font-size: 12px;
    color: #000;
}
.detail-product{
    background: #F5F5F5;
}
.contact-phone {
    width: 100%;
    overflow: hidden;
}

.contact-phone ul {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.contact-phone ul li {
    width: 49%;
    float: left;
    margin-right: 2%;
    background-color: #288AD6;
    color: #fff;
    padding: 8px;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
}

.contact-phone ul li a {
    color: #fff;
    display: block;
    width: 100%;
    text-decoration: none;
}

.contact-phone ul li p:last-of-type {
    font-size: 12px;
    margin: 0;
}

.contact-phone ul li:last-of-type {
    margin-right: 0;
    background: rgba(58, 85, 159, 1);
}
.title-content{
    background: #f8f8f8;
    color: #5A5A5A;
    font-size: 16px;
    padding: 10px;
    font-weight: 600;
}




@media (max-width: 739px) {
    .section__title>a, .section__title>span {
        font-size: 18px;
    }
    .section__subtitle{font-size: 13px;}
    .section-abouts__content, .section__content {
        font-size: 12px;
    }
    .section-abouts__btn>a {
        font-size: 12px;
    }
    .section__content {
        width: 100%;
        margin-bottom: 20px;
    }

    .section-services__box-title {
        padding: 12px;
    }

    .section-services__box-title a {
        font-size: 12px;
    }

    .section-video__box-title {
        padding: 8px;
    }

    .section-video__box-title span {
        font-size: 12px;
    }

    .section-work__box-desc {
        padding: 8px;
    }

    .section-work__box-desc .title a {
        font-size: 12px;
    }

    .section-work__box-desc .content {
        font-size: 12px;
    }

    .section-feedback__box-desc .title {
        font-size: 12px;
    }

    .section-feedback__box-desc {
        padding: 50px 10px 8px;
    }

    .section-feedback__box-desc .content {
        font-size: 12px;
    }
    .section-why__images {
        margin: 20px 0;
    }

    .section-why__box.middleL, .section-why__box.middleR {
        margin: 20px 0;
        transform: unset;
    }
}