.text-with-video p {
    line-height: 30px
}

.news-preview4 .single article {
    position: relative
}

.news-preview4 .single article img {
    height: 328px
}

.news-preview4 .single article .content-box {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: rgba(0, 0, 0, .37647);
    width: 100%;
    opacity: 0;
    transition: all 1s
}

.news-preview4 .single article .content-box a, .news-preview4 .single article .content-box p, .news-preview4 .single article .content-box time {
    color: #fff
}

.news-preview4 .single article .content-box h3 {
    display: flex;
    font-size: 16px;
    line-height: 16px
}

.news-preview4 .single article .content-box h3 time {
    text-align: right;
    font-size: 12px;
    width: 220px;
    line-height: 16px
}

.news-preview4 .single article:hover .content-box {
    opacity: 1
}

.news-preview4 .multiple .articles > .row {
    background-color: hsla(0, 0%, 93.3%, .37647);
    margin-bottom: 20px
}

.news-preview4 .multiple .articles .content {
    line-height: 32px
}

.news-preview4 .multiple .articles .content .row > div:last-of-type {
    padding-right: 0
}

.news-preview4 .multiple .articles .content p {
    font-size: 14px;
    color: hsla(0, 0%, 40%, .37647)
}

.news-preview4 .multiple .articles h3 {
    display: flex
}

.news-preview4 .multiple .articles h3 a {
    color: rgba(51, 51, 51, .56471)
}

.news-preview4 .multiple .articles h3 .view-detail {
    width: 160px
}

.news-preview4 .multiple .articles .desc {
    background-color: hsla(0, 0%, 86.7%, .37647)
}

.news-preview4 .multiple .articles .date {
    background: var(--main-color)
}

.news-preview4 .multiple .articles .date p {
    color: #fff;
    text-align: center;
    margin-bottom: 0
}

.news-preview4 .multiple .articles .date p.year {
    padding: 2px;
    font-size: 14px;
    border-bottom: 1px solid #fff
}

.news-preview4 .multiple .articles .date p.month-day {
    padding: 5px 10px;
    font-size: 20px
}

.news-preview4 .view-more {
    display: block;
    width: 180px;
    border-radius: 50px;
    margin: 20px auto;
    padding: 8px 0
}

.news-preview4 .content {
    min-width: 0
}

.news-preview4 h3 a, .news-preview4 p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    display: block;
    margin: 0;
    font-size: 16px
}

.news-preview4 h3 {
    font-size: 22px;
    font-weight: 400
}

.news-preview4 a.view-detail {
    color: var(--main-color) !important;
    font-size: 14px;
    display: block;
    text-align: right
}

@media (max-width: 991px) {
    .content-box {
        opacity: 1 !important
    }
}

.list8 > div .box {
    background: #fff;
    border: 1px solid hsla(0, 0%, 40%, .18824);
    border-radius: 10px;
    margin: 0 auto;
    box-shadow: 0 9px 24px 0 rgba(0, 0, 0, .16)
}

.list8 > div:hover img {
    -webkit-animation: zoomBig 1s;
    animation: zoomBig 1s
}

.list8 > div h4 {
    color: var(--main-color);
    line-height: 36px;
    font-weight: 400;
    font-size: 20px
}

.list8 > div hr {
    border-top: 2px solid var(--main-border-color);
    width: 60px
}

@media (max-width: 767px) {
    .list8 > div .box {
        margin-top: 40px;
        width: 240px;
        padding: 10px 10px 0 5px
    }

    .list8 > div .box img {
        height: 140px;
        width: auto
    }
}


.detail1 .float-left,.detail1 .float-right {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .list8 > div .box {
        width: 220px;
        padding: 10px 10px 0 5px
    }

    .list8 > div .box img {
        height: 120px;
        width: auto
    }
    .detail1 .float-left {
        padding: 30px 30px 30px 0
    }
    .detail1 .float-right {
        padding: 0 0 30px 30px
    }
}

@media (min-width: 1280px) {
    .list8 > div .box {
        width: 280px;
        padding: 30px 10px 0
    }

    .list8 > div .box img {
        height: 150px;
        width: auto
    }
}

.list9 > div .box {
    border: 1px solid hsla(0, 0%, 40%, .18824);
    height: 100%;
    min-height: 150px
}

.list9 > div .box strong {
    color: var(--main-color);
    display: block;
    font-size: 24px;
    font-weight: 400
}

.text-vs {
    border-radius: 10px;
    border: 1px solid #eee;
    position: relative
}

.text-vs .content {
    padding: 0
}

.text-vs .content ul {
    list-style: none
}

.text-vs .content ul li {
    padding: 10px 20px;
    text-align: center;
    line-height: 30px
}

.text-vs .content ul li:nth-of-type(odd) {
    background: #fff
}

.text-vs .content ul li:nth-of-type(2n) {
    background: hsla(0, 0%, 93.3%, .37647)
}

.text-vs .vs {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: var(--main-color);
    font-size: 24px;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    border-radius: 100px;
    border: 1px solid var(--main-color)
}

@media (min-width: 992px) {
    .text-vs .line {
        position: absolute;
        left: calc(50% + 11.5px);
        height: 116%;
        top: -6px;
        transform: rotate(30deg);
        z-index: 1;
        flex-direction: column
    }

    .text-vs .line .col {
        padding: 0;
        background: var(--main-color);
        width: 1px
    }

    .text-vs .line .col-auto.empty {
        height: 60px;
        background: unset
    }
}

@media (max-width: 991px) {
    .text-vs .line {
        height: 60px;
        width: 100%;
        position: relative;
        top: 30px;
        left: 15px
    }

    .text-vs .line .col {
        background: var(--main-color);
        height: 1px
    }

    .text-vs .line .col-auto.empty {
        height: 1px;
        width: 60px;
        background: unset
    }
}

.carousel-small-2 svg {
    cursor: pointer
}

.carousel-small-2 .col-auto {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.row-brands {
    display: flex;
    overflow: scroll;
    flex-wrap: nowrap
}

.row-brands img:first-child {
    margin-bottom: 10px
}

.row-brands .brands {
    padding-left: 10px;
    padding-right: 10px
}

.head-img[data-v-5bf81c4a] {
    height: 200px
}

.head-img .title[data-v-5bf81c4a] {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    margin-left: 100px
}

.image-with-border {
    width: 100%;
    position: relative
}

.image-with-border > div {
    position: absolute;
    width: 100%;
    border: 1px solid transparent
}

.image-with-border > div.border1, .image-with-border > div.border2 {
    border-color: var(--main-border-color)
}

.image-with-border > div.border1 img, .image-with-border > div.border2 img {
    opacity: 0
}

.image-with-border > div.main {
    height: 100%
}

.image-with-border > div.border1 {
    margin: -10px 10px 10px -10px
}

.image-with-border > div.border2 {
    margin: 10px -10px -10px 10px
}

.product-left-right-1 h2 {
    border-bottom: 1px solid hsla(0, 0%, 40%, .37647)
}

.product-left-right-1 p {
    color: #666
}

.list11 > div:first-of-type {
    padding-right: 12px;
    padding-bottom: 12px
}

.list11 > div:first-of-type img {
    border-radius: 10px 0 0 0
}

.list11 > div:nth-of-type(2) {
    padding-left: 12px;
    padding-bottom: 12px
}

.list11 > div:nth-of-type(2) img {
    border-radius: 0 10px 0 0
}

.list11 > div:nth-last-child(2) {
    padding-right: 12px;
    padding-top: 12px
}

.list11 > div:nth-last-child(2) img {
    border-radius: 0 0 0 10px
}

.list11 > div:last-child {
    padding-left: 12px;
    padding-top: 12px
}

.list11 > div:last-child img {
    border-radius: 0 0 10px 0
}

.list12 > div a {
    margin: 20px;
    display: block;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden
}

.list12 > div a .content {
    color: #aaa;
    font-size: 14px;
    padding: 20px
}

.list12 > div a .content .title {
    width: 100px;
    margin-bottom: 5px
}

.list12 > div a .content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.list12 .img-box {
    position: relative
}

.list12 .img-box h4 {
    position: absolute;
    left: 0;
    top: 20px;
    color: #fff;
    background-color: var(--main-color);
    font-size: 12px;
    padding: 5px 10px
}

.detail1 {
    border-radius: 20px;
    background-color: #fff
}

.detail1 .title {
    margin: 50px 0
}

.detail1 h1 {
    text-align: center;
    font-size: 24px
}

.detail1 .float-left, .detail1 .float-right {
    width: auto
}




.detail1 h3 {
    font-size: 16px
}

.detail1 ul {
    list-style: none
}

.detail1 h3, .detail1 li, .detail1 p {
    color: #666;
    font-size: 14px
}

.detail1 p {
    padding-bottom: 20px
}

.detail2 {
    border-radius: 20px;
    background-color: #fff
}

.detail2 h1 {
    margin: 50px 0;
    text-align: center;
    font-size: 24px
}

.detail2 .float-left, .detail2 .float-right {
    width: auto
}

.detail2 .float-left {
    padding: 30px 30px 30px 0
}

.detail2 .float-right {
    padding: 0 0 30px 30px
}

.detail2 h3 {
    font-size: 16px
}

.detail2 ul {
    list-style: none
}

.detail2 h3, .detail2 li, .detail2 p {
    color: #666;
    font-size: 14px
}

.detail2 p {
    padding-bottom: 20px
}

.detail2 h5 {
    color: var(--main-color);
    padding-bottom: 10px
}

.news1 .article.row {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px dashed var(--main-border-color)
}

.news1 .article.row h4 {
    color: #000;
    font-size: 22px;
    font-weight: 400
}

.news1 .article.row p, .news1 .article.row time {
    color: #000
}

.news1 .article.row .article-info {
    overflow: hidden
}

.news1 .article.row .article-info h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.news1 .article.row .article-info p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.category-list2 > div a {
    display: block;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
    padding: 3px 15px;
    background-color: #0495d9;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3)
}

.category-list2 > div a.active, .category-list2 > div a:hover {
    background-color: #f13c60;
    color: #fff
}

.category-list2 > div .flag {
    display: none;
    text-align: center
}

.category-list2 > div .flag.active, .category-list2 > div .flag:hover {
    color: #f13c60;
    display: block
}

.news5 .article.row {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; /* border-bottom:1px dashed var(--main-border-color) */
}

.news5 .article.row h4 {
    color: #000;
    font-size: 22px;
    font-weight: 400
}

.news5 .article.row time {
    color: #666;
    margin-bottom: -10px
}

.news5 .article.row .article-info .article-preview {
    width: 100%
}

.news5 .article.row .article-info h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 16px;
    background-color: #eee;
    padding: 5px;
    margin-left: -5px
}

.news5 .article.row .article-info p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #666
}

.section-biz-range img {
    border-radius: 30px
}

.desc-text {
    font-size: 14px;
    color: #666
}

.text-title {
    font-size: 18px;
    font-weight: 400;
    color: var(--main-color);
    padding-bottom: 20px
}
