@media (min-width:992px) {
    .boxcategory .img {
        height: 280px;
    }

    .boxcategory .img img {
        height: 100%;
        object-fit: contain;
    }

    .hero-header .caption-hero .textbg {
        margin: 133px auto;
        padding: 47px;
        width: 50%;
    }

    .navlink .nav li {
        font-size: 16px;
    }
}

.owl-dots.disabled {
    display: none !important;
}

.boxcategory a.vid-thumb {
    position: relative;
}

.boxcategory span.play-icon {
    position: absolute;
    width: 50px;
    top: 50%;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -23px;
}

.play-btn {
    margin: 50px 0 35px 0;
    display: inline-flex;
    background: #1A1818;
    width: 205px;
    height: 50px;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    font: 14px Montserrat;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    padding-right: 50px;
}

.play-btn .play {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #F89829;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn:hover {
    background: #EB7E00;
}

.play-btn:hover .play {
    background: #EB7E00;
}

.play-btn:hover {
    background: #F89829;
}

.play-btn:hover .play {
    background: #F89829;
}

a.button-parts {
    padding: 7px 15px;
    text-transform: uppercase;
    color: #000;
    background-color: #F89829;
    border-radius: 6px;
    font-weight: bold;
    display: inline-block;
    margin: 15px 0 0 0;
    font: 28px/1.5 Montserrat;
}

;

button.form-control.submit {
    color: #605f5f;
    font: 500 18px/1.46 "Montserrat", sans-serif;
}

.footer {
    background: #111;
    border-top: 5px solid #f89828;
}

.footer .links h3 {
    min-height: 1px;
}

footer.footer .links .links-list ul {
    padding-left: 1rem;
}

footer.footer .links .links-list ul li::before {
    content: "\2022";
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 1rem;
    margin-left: -1rem;
}

footer.footer .links .links-list ul li {
    margin: 0 0 0.5rem;
}

.footer .links a,
.footer .links h3 a {
    color: #fff !important;
}

.footer .links a:hover,
.footer .links a:hover {
    color: #fff;
}

.view-more-cta a {
    color: #605f5f;
    font: 700 16px "Montserrat", sans-serif
}

.view-more-cta a i {
    color: #f89828;
    font-size: 30px;
    line-height: 1
}

@media (min-width: 768px) {
    .view-more-cta a i {
        font-size: 40px
    }
}

ul.careers-list li:before {

    content: '\2022';
    color: #f89828;
    font-weight: bold;
    display: inline-block;
    width: 0.8em;
    margin-left: -0.8em;
}

.hero.overflow-text .hero_img img {
    height: 100%;
    object-fit: cover;
}

#contact_form_home .error-field {
    border: 1px solid #FF4E5D !important;
}


@media (max-width: 1200px) {
    .navlink .nav .sub .icon img {
        height: 46px;
        width: 46px;
        object-fit: cover;
    }

    .navlink .nav li {
        padding: 15px 16px;
    }

    .navlink .nav .sub .nav li {
        padding: 10px 0px;
    }

    .navlink .nav .sub {
        position: initial;
        padding: 20px 0px;
    }

    .navlink .nav .sub .row .col-md-6 {
        margin-bottom: 15px;
    }

    .navlink .nav li .icon {
        float: right;
    }

    .navlink .nav li .mob-arrow.active {
        transform: rotate(180deg);
    }
}