.home-slider {
    overflow: hidden
}

.home-slider .item {
    position: relative
}

.home-slider.owl-carousel .owl-nav .owl-next {
    right: 15px !important;
    background: transparent;
    top: 50%;
    width: 40px;
    height: 40px
}

.home-slider.owl-carousel .owl-nav .owl-prev {
    left: 15px !important;
    background: transparent;
    top: 50%;
    width: 40px;
    height: 40px;
    text-indent: unset;
}

.home-slider.owl-carousel .owl-nav .owl-prev:before,
.home-slider.owl-carousel .owl-nav .owl-next:before {
    font-size: 14px;
    width: 40px;
    line-height: 40px;
    height: 40px;
    background: #fff;
    color: #000
}

.home-slider.owl-carousel .owl-nav .owl-next:before {
    content: "\f061"
}

.home-slider.owl-carousel .owl-nav .owl-prev:before {
    content: "\f060"
}

.home-slider.owl-carousel .owl-nav .owl-prev:hover:before,
.home-slider.owl-carousel .owl-nav .owl-next:hover:before {
    color: #fff;
    background: #1a1a26
}

.section_tab_product h2 {
    font-size: 18px;
    text-align: left;
    margin: 0px;
    font-weight: bold;
    margin-bottom: 1px;
    height: 30px
}

.section_tab_product h2 span {
    border-bottom: 0
}

.section_tab_product .tabs-title {
    margin-bottom: 10px;
    border-bottom: 0;
    text-align: center;
    margin-top: -41px
}

.section_tab_product .tabs-title li {
    height: 40px;
    line-height: 40px;
    margin-right: 1px;
    text-align: center;
    margin: 2px 5px 0;
    color: #898989;
    font-size: 15px;
    font-weight: bold;
}

.section_tab_product .tabs-title li span {
    line-height: 50px;
    padding: 7px 15px
}

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

.section_tab_product .tabs-title li.current span {
    background: #fff;
    border: 0;
    color: #888890;
    border-bottom: 1px solid #0DB301;
}

.section_tab_product .tab-content {
    clear: left
}

.section_tab_product .tab-content{
	border: 1px dotted #ccc;
	padding: 15px 15px 0;
}

@media (min-width: 1200px) {
    .section_tab_product .tab-content .products .col-lg-3:nth-child(4n+1) {
        clear: left
    }
}

.section-news h2 {
    border-bottom: solid 1px #ebebeb;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 2px;
    margin-bottom: 30px;
    margin-top: 0px
}

.section-news h2 span {
    border-bottom: solid 2px #fff;
    padding-bottom: 2px
}