section[data-cattype="82009"] {
    padding: 50px 0 10px;
}

section[data-cattype="82009"] .container {
    width: 1170px;
    max-width: 95%;
}

[data-cattype="82009"] hr.blue-line {
    border: 1px solid #4D84C5;
    margin-bottom: 30px;
    width: 200px;
}

.pageHome [data-cattype="82009"] .wrapper_slider {
    position: relative;
    width: 1150px;
    max-width: 100%;
    margin-bottom: 35px;
}

[data-cattype="82009"] #owl-slider .owl-item {
    text-align: center;
}

[data-cattype="82009"] #owl-slider .owl-item .item {
    width: 1150px;
    width: 100%;
    padding: 0;
    display: inline-block;
}

[data-cattype="82009"] #owl-slider .owl-item .item .name-title {
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
}

[data-cattype="82009"] .wrapper_image {
    width: 1150px;
    width: 100%;
    height: auto;
    border: 0;
}

[data-cattype="82009"] .owl-carousel#owl-slider .owl-controls .owl-buttons div.disabled {
    display: none;
}

[data-cattype="82009"] .owl-theme .owl-controls {
    text-align: center;
}

[data-cattype="82009"] .owl-theme .owl-controls .owl-page {
    position: relative;
}

[data-cattype="82009"] .owl-theme .owl-controls .owl-page span {
    background: #ddd;
    width: 15px;
    height: 15px;
    margin: 4px;
    border: 0px solid #ddd;
    opacity: 1;
    border-radius: 0;
    -webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}

[data-cattype="82009"] .owl-theme .owl-controls .owl-page.active span {
    background: #00a9a6;
}

[data-cattype="82009"] .owl-theme .owl-controls .owl-buttons .owl-next,
[data-cattype="82009"] .owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    bottom: 35px;
    opacity: 0.3;
    font-size: 30px;
    color: #fff;
    text-shadow: 0px 0px 3px #fff;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -4;
    border-radius: 0;
    padding: 7px 6px;
    background: linear-gradient(#00a9a6, #229fbb);
}

[data-cattype="82009"] .owl-theme .owl-next {
    right: -33px;
    clip-path: ellipse(32px 30px at 0% 50%);
}

[data-cattype="82009"] .owl-theme .owl-prev {
    left: -33px;
    clip-path: ellipse(32px 30px at 100% 50%);
}

[data-cattype="82009"] .owl-theme:hover .owl-next,
[data-cattype="82009"] .owl-theme:hover .owl-prev {
    opacity: 1;
}

[data-cattype="82009"] .owl-theme .owl-next img,
[data-cattype="82009"] .owl-theme .owl-prev img {
    height: 50px;
}

[data-cattype="82009"] .owl-carousel .owl-wrapper-outer {
    /*    z-index: -1;*/
}

@media screen and (max-width: 767px) {
    section[data-cattype="82009"] {
        padding: 10px 0 0;
    }
}

@media (max-width: 480px) {
    [data-cattype="82009"] .owl-theme .owl-next {
        right: 0;
    }

    [data-cattype="82009"] .owl-theme .owl-prev {
        left: 0;
    }
    
    section[data-cattype="82009"] .container {
        max-width: 100%;
    }
    .pageHome [data-cattype="82009"] .wrapper_slider {
        margin-bottom: 0;
    }
    [data-cattype="82009"] .owl-theme .owl-controls .owl-buttons .owl-next,
    [data-cattype="82009"] .owl-theme .owl-controls .owl-buttons .owl-prev {
        font-size: 20px;
        color: #fff;
        text-shadow: 0px 0px 3px #fff;
        opacity: 0.5;
        z-index: 1;
    }
    [data-cattype="82009"] .owl-theme .owl-controls .owl-page span {
        width: 10px;
        height: 10px;
        margin: 4px;
        opacity: 1;
    }
    [data-cattype="82009"] .owl-theme .owl-controls {
        margin-top: 0;
    }
    [data-cattype="82009"] .owl-theme .owl-controls .owl-buttons .owl-next,
    [data-cattype="82009"] .owl-theme .owl-controls .owl-buttons .owl-prev {
        position: absolute;
        bottom: calc(0% - -23px);
        padding: 4px 6px;
        clip-path: unset;
    }
    
    input.form-control.input-number{
        height: 27px !important;
    }
}