:root {
    --orange: #DD8D0C;
    --primary: #276192;
}
.navbar-brand, .navbar-brand > img{
    width: auto !important;
}
.u-slick-bordered-primary .slick-current .thumb-img img{
    border: 2px solid var(--orange) !important;
}
.u-slick-bordered-primary .slick-current .thumb-img:before{
    background-color: var(--orange) !important;
}
.btn-orage:not(label.btn), .btn-orage:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-orage:not([href]), .btn-orage:not([href]):not([href]):not(:disabled):not(.disabled) {
    background-color: var(--orange);
    border-color: var(--orange);
    color: white !important;
    font-size: 17px !important;
}

.btn-blue:not(label.btn), .btn-blue:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-blue:not([href]), .btn-blue:not([href]):not([href]):not(:disabled):not(.disabled) {
    background-color: var(--primary);
    border-color: var(--primary);
    color: white !important;
}
a {
    color: var(--orange) !important;
}
a:hover {
    color: var(--orange) !important;
}
.h-w-primary:hover {
    color: var(--orange) !important;
}
.nav-link {
    color: #121a21 !important;
}
.text-orange{
    color: var(--orange) !important;
}
.bg-blue {
    background-color: #276192 !important;
}
.bg-blue-2 {
    background-color: #1c486f !important;
}
.episode__player--prev-episode .episode__player--prev-episode__link-left:hover span {
    color: var(--primary) !important;
}
.episode__player--prev-episode .episode__player--prev-episode__link-right:hover span {
    color: var(--primary) !important;
}
.text-primary {
    color: var(--primary) !important;
}
.btn-primary:not(label.btn), .btn-primary:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-primary:not([href]), .btn-primary:not([href]):not([href]):not(:disabled):not(.disabled) {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.iq-blog-box {
    position: relative;
    overflow: hidden;
    border: 1px solid;
    border-image-slice: 1;
    border-width: 0 0 0.063em 0;
    border-image-source: linear-gradient(to right, rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0.3), rgba(209, 208, 207, 0));
}

.product-title a {
    color: #19272e !important;
}

@media (min-width: 768px){
    .slick-arrow-v1.left-position.left {
        bottom: 54px !important;
    }
    .slick-arrow-v1.left-position.right {
        bottom: 54px !important;
    }
}