.home-slider {
    overflow: hidden
}

.home-slider .item {
    position: relative
}

.home-slider .swiper-pagination-bullets {
    bottom: -6% !important;
    top: unset !important;
    right: 3% !important;
    left: unset;
    text-align: center;
    position: unset
}

.home-slider .swiper-pagination-bullets .swiper-pagination-bullet {
    box-shadow: none;
    outline: 0;
    width: 12px;
    height: 12px;
    border: 0;
    background: #ccc;
    border-radius: 50%;
    padding: 0;
    margin: 0 3px;
    font-size: 0;
    opacity: 1;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.home-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--background-primary-color);
    width: 12px;
    height: 12px;
    border-radius: 50%
}

.home-slider .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    outline: none;
    background: transparent;
    line-height: 40px;
    text-align: center;
    z-index: 2;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    top: 50%;
    right: 12px;
    border: 0;
    border-radius: 0;
    left: unset
}

.home-slider .swiper-button-next.swiper-button-disabled {
    opacity: 0.8
}

.home-slider .swiper-button-next:hover {
    border-color: var(--background-primary-color);
    z-index: 100
}

.home-slider .swiper-button-next:hover:after {
    color: var(--background-primary-color)
}

.home-slider .swiper-button-next:after {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    margin-right: 3px;
    color: #ededed
}

.home-slider .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    outline: none;
    background: transparent;
    line-height: 40px;
    text-align: center;
    z-index: 2;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    top: 50%;
    right: unset;
    border: 0;
    border-radius: 0;
    left: 12px;
    opacity: 1
}

.home-slider .swiper-button-prev.swiper-button-disabled {
    opacity: 0.8
}

.home-slider .swiper-button-prev:after {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    margin-right: 3px;
    color: #ededed
}

.home-slider .swiper-button-prev:hover {
    border-color: var(--background-primary-color);
    z-index: 100
}

.home-slider .swiper-button-prev:hover:after {
    color: var(--background-primary-color)
}

.flc .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    outline: none;
    background: #f5f5f5;
    line-height: 30px;
    text-align: center;
    z-index: 2;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    right: 0;
    border: 0;
    border-radius: 0;
    left: unset
}

.flc .swiper-button-next.swiper-button-disabled {
    opacity: 0.5
}

.flc .swiper-button-next:hover {
    background-color: var(--background-primary-color);
    z-index: 100
}

.flc .swiper-button-next:hover:after {
    color: #fff
}

.flc .swiper-button-next:after {
    font-size: 10px;
    line-height: 30px;
    font-weight: bold;
    color: #dadbdb
}

.flc .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    outline: none;
    background: #f5f5f5;
    line-height: 30px;
    text-align: center;
    z-index: 2;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    left: 0;
    border: 0;
    border-radius: 0;
    opacity: 1
}

.flc .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5
}

.flc .swiper-button-prev:after {
    font-size: 10px;
    line-height: 30px;
    font-weight: bold;
    color: #dadbdb
}

.flc .swiper-button-prev:hover {
    background-color: var(--background-primary-color);
    z-index: 100
}

.flc .swiper-button-prev:hover:after {
    color: #fff
}

.flc .section-content {
    margin-top: 15px
}

.through_line {
    float: left;
    width: 100%;
    background-color: #eee;
    height: 1px;
    margin-top: -10px;
    z-index: 99;
    position: relative
}

.view_more_product {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    padding-top: 20px;
    clear: both
}

.view_more_product a {
    border-radius: 10px;
    border: 2px solid #e6e6e6;
    padding: 14px 15px 12px 20px;
    text-transform: uppercase;
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px
}

.view_more_product a:hover {
    color: var(--background-primary-color)
}

.view_more_product a .glyphicon {
    top: -2px
}

.section_tab_product .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    outline: none;
    background: #f5f5f5;
    line-height: 30px;
    text-align: center;
    z-index: 2;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    right: 0;
    border: 0;
    border-radius: 0;
    left: unset
}

.section_tab_product .swiper-button-next.swiper-button-disabled {
    opacity: 0.5
}

.section_tab_product .swiper-button-next:hover {
    background-color: var(--background-primary-color);
    z-index: 100
}

.section_tab_product .swiper-button-next:hover:after {
    color: #fff
}

.section_tab_product .swiper-button-next:after {
    font-size: 10px;
    line-height: 30px;
    font-weight: bold;
    color: #dadbdb
}

.section_tab_product .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    outline: none;
    background: #f5f5f5;
    line-height: 30px;
    text-align: center;
    z-index: 2;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    left: 0;
    border: 0;
    border-radius: 0;
    opacity: 1
}

.section_tab_product .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5
}

.section_tab_product .swiper-button-prev:after {
    font-size: 10px;
    line-height: 30px;
    font-weight: bold;
    color: #dadbdb
}

.section_tab_product .swiper-button-prev:hover {
    background-color: var(--background-primary-color);
    z-index: 100
}

.section_tab_product .swiper-button-prev:hover:after {
    color: #fff
}

.section_tab_product h2 {
    font-size: 1.71429em;
    text-transform: uppercase;
    margin: 0 0 20px 0
}

.section_tab_product .tabs-title {
    margin-top: 30px;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block
}

.section_tab_product .tabs-title .tab-link img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.section_tab_product .tabs-title .tab-link:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(10%)
}

.section_tab_product .tabs-title .tab-link.current img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(10%) !important
}

.section_tab_product .tabs-title .tab-link.current span {
    color: var(--background-primary-color)
}

.section_tab_product .tabs-title li {
    width: 125px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 1px;
    position: relative
}

.section_tab_product .tabs-title li span {
    color: #000;
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    background-color: #fff;
    white-space: nowrap;
    text-indent: -8000px
}

.section_tab_product .tabs-title li.current {
    color: #000
}

.section_tab_product .tabs-title li.current span {
    text-indent: 0 !important;
    z-index: 99;
    position: relative
}

.section_tab_product .tabs-title li:hover span {
    color: var(--background-primary-color);
    text-decoration: none;
    text-indent: 0 !important;
    z-index: 999;
    position: relative
}

@media (max-width: 1199px) and (min-width: 768px) {
    .section_tab_product .products .col-sm-4:nth-child(3n+1) {
        clear: left
    }
}

@media (max-width: 768px) {
    .section_tab_product .tabs-title li {
        width: 110px
    }
}

.section_blogs .swiper-pagination-bullets {
    bottom: -6% !important;
    top: unset !important;
    right: 3% !important;
    left: unset;
    text-align: center;
    position: unset
}

.section_blogs .swiper-pagination-bullets .swiper-pagination-bullet {
    box-shadow: none;
    outline: 0;
    width: 12px;
    height: 12px;
    border: 0;
    background: #ccc;
    border-radius: 50%;
    padding: 0;
    margin: 0 3px;
    font-size: 0;
    opacity: 1;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.section_blogs .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--background-primary-color);
    width: 12px;
    height: 12px;
    border-radius: 50%
}

.section_blogs .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    outline: none;
    background: transparent;
    line-height: 40px;
    text-align: center;
    z-index: 2;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    top: 50%;
    right: 12px;
    border: 0;
    border-radius: 0;
    left: unset
}

.section_blogs .swiper-button-next.swiper-button-disabled {
    opacity: 0.8
}

.section_blogs .swiper-button-next:hover {
    border-color: var(--background-primary-color);
    z-index: 100
}

.section_blogs .swiper-button-next:hover:after {
    color: var(--background-primary-color)
}

.section_blogs .swiper-button-next:after {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    margin-right: 3px;
    color: #ededed
}

.section_blogs .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    outline: none;
    background: transparent;
    line-height: 40px;
    text-align: center;
    z-index: 2;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    top: 50%;
    right: unset;
    border: 0;
    border-radius: 0;
    left: 12px;
    opacity: 1
}

.section_blogs .swiper-button-prev.swiper-button-disabled {
    opacity: 0.8
}

.section_blogs .swiper-button-prev:after {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    margin-right: 3px;
    color: #ededed
}

.section_blogs .swiper-button-prev:hover {
    border-color: var(--background-primary-color);
    z-index: 100
}

.section_blogs .swiper-button-prev:hover:after {
    color: var(--background-primary-color)
}

.section_blogs .block_swiper_blogs {
    position: relative;
    padding-top: 20px
}

.section-news h2 {
    line-height: 60px;
    position: relative;
    margin: 0 0 25px 0
}

.section-news h2:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: #dadada;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.section-news h2:after {
    bottom: 0;
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: #dadada;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.section-news .blog-item {
    background: #fff
}

.scrollbar-dynamic::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5
}

.scrollbar-dynamic::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--background-primary-color)
}

.item-ykkh {
    position: relative
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #000;
    opacity: .5
}

#owl-demo-author {
    padding: 50px 15px
}

.content_tip_1 {
    position: relative;
    /*background: url(//bizweb.dktcdn.net/100/005/781/themes/877421/assets/background-ykkh.jpg?1660704719341) no-repeat;*/
    text-align: center;
    color: #b1b1b1;
    background-size: cover;
    text-shadow: none
}

.content_tip_1 p {
    z-index: 999;
    position: relative
}

.content_tip_1 .hgroup p:last-child {
    padding: 0 17%
}

.content_tip_1 .hgroup img {
    display: initial !important;
    width: inherit
}

.content_tip_1 .swiper-pagination-bullets {
    bottom: -6% !important;
    top: unset !important;
    right: 3% !important;
    left: unset;
    text-align: center;
    position: unset
}

.content_tip_1 .swiper-pagination-bullets .swiper-pagination-bullet {
    box-shadow: none;
    outline: 0;
    width: 12px;
    height: 12px;
    border: 0;
    background: #ccc;
    border-radius: 50%;
    padding: 0;
    margin: 0 3px;
    font-size: 0;
    opacity: 1;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.content_tip_1 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--background-primary-color);
    width: 12px;
    height: 12px;
    border-radius: 50%
}

.content_tip_1 .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    outline: none;
    background: transparent;
    line-height: 40px;
    text-align: center;
    z-index: 2;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    top: 50%;
    right: 12px;
    border: 0;
    border-radius: 0;
    left: unset
}

.content_tip_1 .swiper-button-next.swiper-button-disabled {
    opacity: 0.8
}

.content_tip_1 .swiper-button-next:hover {
    border-color: var(--background-primary-color);
    z-index: 100
}

.content_tip_1 .swiper-button-next:hover:after {
    color: var(--background-primary-color)
}

.content_tip_1 .swiper-button-next:after {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    margin-right: 3px;
    color: #ededed
}

.content_tip_1 .swiper-button-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    outline: none;
    background: transparent;
    line-height: 40px;
    text-align: center;
    z-index: 2;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    top: 50%;
    right: unset;
    border: 0;
    border-radius: 0;
    left: 12px;
    opacity: 1
}

.content_tip_1 .swiper-button-prev.swiper-button-disabled {
    opacity: 0.8
}

.content_tip_1 .swiper-button-prev:after {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    margin-right: 3px;
    color: #ededed
}

.content_tip_1 .swiper-button-prev:hover {
    border-color: var(--background-primary-color);
    z-index: 100
}

.content_tip_1 .swiper-button-prev:hover:after {
    color: var(--background-primary-color)
}
