.owl-carousel {
    margin-left: -15px;
    width: calc(100% + 30px);
    background: transparent;
}

.owl-item>div {
    margin: 0 15px;
}

.owl-carousel .owl-wrapper-outer {
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item,
.owl-carousel .owl-item .item,
.owl-carousel .owl-item .item>a,
.owl-carousel .owl-item img {
    height: 100%;
}

.owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.owl-theme {
    /*width: calc(100% + 30px) !important;*/
    /*margin: 80px -15px 0 !important;*/
}

.owl-theme .owl-wrapper-outer {
    height: 100%;
}

.owl-controls {
    width: 100%;
    height: 0;
}

.owl-buttons {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
}

.owl-pagination {
    width: calc(100% - 60px);
    height: 0;
    position: absolute;
    top: 30px;
    left: 30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

@media screen and (min-width: 768px) {
    .owl-theme {
        /*width: 100% !important;*/
        /*margin: 0 0 30px !important;*/
    }
}

/*banner*/
.tr-banner {
    margin-left: 0;
    width: 100%;
}

body.common-home .tr-banner .owl-buttons {
    left: 15px;
    width: calc(100% - 30px);
}

body.common-home .tr-banner .owl-item>div {
    margin: 0;
}

body:not(.common-home) .tr-banner .owl-buttons {
    width: calc(100% + 30px);
    left: -15px;
}

.tr-banner .owl-item>div {
    margin: 0;
}

/*.tr-banner{*/
/*width: 100%;*/
/*margin: 0;*/
/*}*/
/*body:not('.common-home') .owl-item{*/
/*margin: 0 15px;*/
/*}*/


.owl-controls .owl-page span {
    background: rgba(255, 255, 255, .46);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
}

.owl-controls .owl-page.active span {
    background-color: #419ff2;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
}

.owl-buttons>div:hover {
    background-color: rgba(65, 159, 242, 1);
}

.owl-buttons>div {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: rgba(65, 159, 242, .46);
    border-radius: 50%;
}

.owl-controls .owl-buttons .owl-prev {
    left: 0;
}

.owl-controls .owl-buttons .owl-next {
    left: calc(100% - 30px);
}

.owl-carousel .owl-buttons div,
.owl-carousel:hover .owl-buttons div {
    opacity: 1;
}

.owl-buttons i:before,
.owl-buttons i:after {
    content: '';
    display: block;
    background: #fff;
    position: relative;
    width: 8px;
    height: 2px;
    position: absolute;
}

.fa-chevron-left:before,
.fa-chevron-right:after {
    transform: rotate(-45deg);
}

.fa-chevron-left:after,
.fa-chevron-right:before {
    transform: rotate(45deg);
}

.fa-chevron-left:before {
    top: 12px;
    left: 10px;
}

.fa-chevron-left:after {
    bottom: 12px;
    left: 10px;
}

.fa-chevron-right:before {
    top: 12px;
    right: 10px;
}

.fa-chevron-right:after {
    bottom: 12px;
    right: 10px;
}


/*product video*/

#tab-video .video-additional a {
    padding: 0;
    margin: 0;
}

#tab-video .video-additional .video-title {
    display: none;
}

#tab-video .video-additional {
    max-width: initial;
}

.v_thumb_block {
    width: 100%;
    height: 100%;
}





/*slick*/
.slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slick-arrow {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(65, 159, 242, .5);
    position: absolute;
    z-index: 1;
    top: calc(50% - 15px);
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-arrow.slick-disabled {
    visibility: hidden;
}

.slick-arrow i {
    color: #fff;
    text-shadow: none;
}