@charset "UTF-8";

body {
    /*font-family: "Rubik", sans-serif;*/
    /*font-family: "Nunito",sans-serif;*/
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.3;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Nunito",sans-serif;
    font-weight: 400;
    line-height: 1;
}

.text-line-through {
    text-decoration: line-through;
}

.box-shadow-bottom {
    box-shadow: 0px 2px 10px 0px #00000029;
}

.ellipsis {
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-block {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
}

.border-radius {
    border: 1px solid #b3b5b7 !important;
    border-radius: 10px !important;
}

.rating {
    display: flex;
}

.rating span {
    font-size: 2rem;
}

.rating span:before {
    content: "\2605";
    color: #999999;
}

.rating.star-1 span:nth-child(1):before {
    color: #FF4747;
}

.rating.star-2 span:nth-child(1):before,
.rating.star-2 span:nth-child(2):before {
    color: #FF4747;
}

.rating.star-3 span:nth-child(1):before,
.rating.star-3 span:nth-child(2):before,
.rating.star-3 span:nth-child(3):before {
    color: #FF4747;
}

.rating.star-4 span:nth-child(1):before,
.rating.star-4 span:nth-child(2):before,
.rating.star-4 span:nth-child(3):before,
.rating.star-4 span:nth-child(4):before {
    color: #FF4747;
}

.rating.star-5 span:nth-child(1):before,
.rating.star-5 span:nth-child(2):before,
.rating.star-5 span:nth-child(3):before,
.rating.star-5 span:nth-child(4):before,
.rating.star-5 span:nth-child(5):before {
    color: #FF4747;
}

.btn.btn-md{
    padding: 8px 11px !important;
}

.btn.btn-shop {
    padding: 8px 25px 8px 25px !important;
    margin: 0px 0px 0px 0px;
    background-color: #15b585;
    color: #ffffff !important;
    font-family: "Nunito", Sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase !important;
    line-height: 24px !important;
    border-color: transparent !important;
}

@media (max-width: 767px) {
    .btn.btn-shop {
        padding: 8px 16px 8px 16px !important;
    }
}

.btn.btn-shop:hover {
    background-color: #ffc701 !important;
}

.btn.btn-shop.hover-bg-orange:hover {
    background-color: #ff9029 !important;
}

.btn.btn-shop.hover-bg-yellow:hover {
    backgound-color: #ffc701 !important;
}

.btn.btn-shop.radius-less {
    border-radius: 4px !important;
}

.btn.btn-shop.btn-shop-sm {
    line-height: 18px !important;
}

.btn.btn-shop.btn-transparent {
    background-color: transparent;
    color: #74777a !important;
}

.btn.btn-shop.btn-transparent:hover {
    color: #ffffff !important;
}

.btn.btn-shop-orange {
    background-color: #ff9029;
}

.btn.btn-shop-orange:hover {
    background-color: #ffb64f;
}

.btn.btn-shop-orange.hover-orange-less:hover {
    color: #ffb64f !important;
}

.btn.btn-shop-orange.hover-bg-orange-less:hover {
    background-color: #ffb64f !important;
}

.btn.btn-shop-green {
    background-color: #15b585;
}

.btn.btn-shop-red {
    background-color: #d63426;
}

.btn.btn-shop-yellow {
    background-color: #fb5b28;
}

.btn.btn-shop-lg {
    padding: 8px 30px 8px 30px !important;
}

.btn.btn-lg {
    font-size: 15px;
    padding: 11px 11px !important;
    font-weight: 400;
}

.btn:focus {
    box-shadow: none !important;
}

.btn.btn-shop-reserve {
    background-color: #ffc701 !important;
}

.btn.btn-shop-reserve:hover {
    background-color: #15b585 !important;
}

.breadcrumb {
    background-color: transparent;
    font-size: 13px;
}

.kn-link {
    color: white !important;
    text-decoration: none !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    border: 0;
    background-color: transparent;
    transition: all 0.4s;
}

.kn-link:hover {
    color: #ff9029 !important;
}

.kn-link.kn-link-green {
    color: #15b585 !important;
    font-weight: 600;
}

.kn-link.kn-link-green:hover {
    color: #ff9029 !important;
}

.kn-link.kn-link-orange {
    color: #ff9029 !important;
    font-weight: 600;
}

.kn-link.kn-link-orange:hover {
    color: #15b585 !important;
}

.kn-link.kn-link-reverse {
    color: #ff9029 !important;
}

.kn-link.kn-link-reverse:hover {
    color: #74777a !important;
}

.kn-link.hover-orange-less:hover {
    color: #ffb64f !important;
}

.kn-link.hover-bg-orange-less:hover {
    background-color: #ffb64f !important;
}

.kn-link.hover-yellow:hover {
    color: #ffc701 !important;
}

.social ul {
    list-style-type: none;
    padding-left: 0;
}

.social ul li a {
    width: 42px;
    height: 42px;
    background: white;
    border-radius: 50%;
    color: #101010;
    text-decoration: none;
}

.social ul li a:hover {
    background-color: #4267b2;
    color: #ffffff;
}

.page-link {
    background-color: #ffffff;
    color: #323030;
    padding: 10px 15px 10px 15px;
    border-radius: 30px 30px 30px 30px;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0px;
    border: 0;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .page-link {
        padding: 7px 14px 7px 14px;
    }
}

.page-link:hover {
    color: #ffffff;
    background-color: #ff9029;
    background: #ea4335;
    color: #fff;
}

.page-item .page-link {
    /*border-radius: 30px;*/
    border-radius: 5px;
    padding: 0 5px;
    margin: 0 3px;
    border: 1px solid #dadada;
    padding: 2px 10px;
    margin-right: 5px;
    border-radius: 4px;
    display: inline-block;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background: #ea4335;
    color: #fff;
    border: 1px solid #dadada;
}

.kn-panel {
    border: 1px solid #eeeeee;
    padding: 25px 28px;
    border-radius: 4px;
}

.kn-panel i {
    font-size: 22px;
}

.kn-panel ol li {
    color: #15b585;
    font-weight: bold;
}

.kn-panel ol li span {
    color: #999999;
    font-weight: normal;
}

.kn-panel p a {
    text-decoration: underline;
    color: #15b585;
}

.kn-panel.bg-main {
    background-color: #f0f4fb;
    border: 0;
    padding: 10px 20px;
}

.kn-panel.bg-main a {
    color: #15b585;
    text-decoration: none;
    font-weight: bold;
}

.kn-panel.bg-main a:hover {
    color: #323030;
}

.font-xs-less {
    font-size: 11px !important;
}

.font-xs {
    font-size: 12px !important;
}

.font-sm {
    font-size: 14px !important;
}

.font-sm-more-1 {
    font-size: 15px !important;
}

.font-sm-more {
    font-size: 16px !important;
}

.font-md {
    font-size: 18px !important;
}

.font-md-more {
    font-size: 20px !important;
}

.font-lg {
    font-size: 22px !important;
}

.font-lg-more {
    font-size: 24px !important;
}

.font-xl {
    font-size: 28px !important;
}

.font-xl-more {
    font-size: 32px !important;
}

.bg-l

.bg-green {
    background-color: #15b585;
}

.text-yellow {
    color: #ffc701 !important;
}

.text-gray-light {
    color: #999999 !important;
}

.text-green {
    color: #15b585 !important;
}

.text-gray {
    color: #74777a !important;
}

.text-black {
    color: #323030 !important;
}

.text-underline {
    text-decoration: underline !important;
}

.hover-green:hover {
    color: #15b585 !important;
}

.text-orange {
    color: #ff9029 !important;
}

.hover-orange:hover {
    color: #ff9029 !important;
}

.hover-yellow:hover {
    color: #ffc701 !important;
}

.hover-bg-orange:hover {
    backgound-color: #ff9029 !important;
}

.hover-bg-yellow:hover {
    backgound-color: #ffc701 !important;
}

.slick-button {
    display: block;
    width: 30px;
    height: 30px;
    display: block;
    border: 0;
    border-radius: 50%;
    text-decoration: none;
    background-color: white;
    color: #323030;
    transition: all 0.4s;
}

.slick-button:focus {
    outline: none;
}

.slick-button:hover {
    color: #ff9029;
}

.kn-title {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 0.44px;
}

.kn-title-md {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 19px;
    letter-spacing: 0.28px;
}

.bg-orange {
    background-color: #ff9029 !important;
}

.bg-green {
    background-color: #15b585 !important;
}

.bg-yellow {
    background-color: #ffc701 !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1190px;
    }
}

.dropdown-divider {
    margin: 0 !important;
}

.page-link:focus {
    box-shadow: none;
}

.price-cart .price {
    line-height: 16px;
    letter-spacing: -0.28px;
}

.price-cart .price .original {
    color: #999999;
    font-size: 14px;
    font-weight: 800;
    text-decoration: line-through;
}

.price-cart .price .promotion {
    color: #d63426;
    font-size: 20px;
    font-weight: 800;
    line-height: 16px;
}

.price-cart .cart {
    width: 40px;
    height: 40px;
    background-color: #d63426;
    border-radius: 50%;
    transition: all 0.4s;
}

.price-cart .cart:hover {
    background-color: #ff9029;
}

.price-cart .cart:focus {
    outline: 0;
}

#sliderPrice {
    height: 5px;
    border: 0;
    background: #eeeeee;
}

#sliderPrice .ui-slider-range {
    background: #ffc701;
}

#sliderPrice span.ui-state-default {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ffc701;
    border: 0;
    cursor: pointer;
}

#sliderPrice span.ui-state-default:focus {
    outline: 0;
}

button:focus {
    outline: none;
}

.page-title {
    font-size: 40px;
}

.wrapper {
    overflow: hidden;
}

.focus-box-shadow:focus {
    box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17) !important;
}

.focus-outline-none {
    outline: none;
}

.radius-4 {
    border-radius: 4px;
}

.select2-container .select2-selection--single {
    height: 38px;
    border: 1px solid #dee2e6;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.select2-container--open .select2-dropdown--below {
    border: 1px solid #dee2e6;
}

.line-height-less {
    line-height: 18px !important;
}

.list-style-type-none {
    list-style-type: none;
}

.border-bottom-dotted {
    border-bottom: 1px dotted #ff9029 !important;
}

.text-decoration-none {
    text-decoration: none;
}

.scroll-top {
    position: fixed;
    bottom: 16px;
    right: 16px;
    color: orange;
}

.scroll-top:hover {
    color: #ffc701;
}

a:focus {
    outline: none;
}

.page-content {

}

@media (max-width: 991px) {
    .page-content {

    }
}

.home-banner{
    color: #fff;
}

.home-banner .title {
    font-size: 52px;
    line-height: 48px;
}
.home-banner .subtitle{
    font-size: 18px;
    line-height: 26px;
    color: rgba(255,255,255,.9);
}

.home-content ul{
    list-style-type: none;
    padding-left: 0;
}

.home-content li{
    position: relative;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    padding-left: 25px;
}

.home-content li:before{
    font-family: 'Font Awesome 5 Free';
    content: "\f15c";
    color: #6d6d6d;
    font-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.home-content li a{
    font-size: 14px;
    color: #333;
}
.home-content li a:hover{
    text-decoration: none;
}

.dropdown-hidden .dropdown-toggle::after {
    display: none;
}

.loading-animation {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff69;
}

.loading-animation .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
}

.border-all-black {
    border: 1px solid #323030;
}

.ordered-successfully {
    max-width: 350px;
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    background-color: white;
    box-shadow: 0 0 5px 0 #00000078;
}

@media (max-width: 767px) {
    .ordered-successfully {
        right: 1rem;
    }
}

.is-invalid {
    border-color: #d11b27;
    box-shadow: 0 0 0 1px #d11b27;
}

.field-message--error {
    color: #d11b27;
}

.field-message {
    line-height: 1.28571em;
    margin: 0.57143em 0 0.28571em;
}

/**Css background*/

.bg-blue {
    background-color: #2e97bd !important;
}

.bg-blue-light {
    background-color: #32a3cb !important;
}

.bg-blue-lighter {
    background-color: #f5f8fa !important;
}

.bg-blue-dark {
    background-color: #003366 !important;
}

.bg-indigo {
    background-color: #6574cd !important;
}

.bg-purple {
    background-color: #886AFD !important;
}

.bg-pink-dark {
    background-color: #ff4747 !important;
}

.bg-pink {
    background-color: #F95353 !important;
}

.bg-pink-light {
    background-color: #FF3675 !important;
}

.bg-red {
    background-color: #d63426 !important;
}

.bg-orange-dark {
    background-color: #FF002C !important;
}

.bg-orange {
    background-color: #fb5b28 !important;
}

.bg-orange-light {
    background-color: #ff891e !important;
}

.bg-orange-lighter {
    background-color: #ff9a00 !important;
}

.bg-yellow {
    background-color: #ffed4a !important;
}

.bg-green-dark {
    background-color: #00A185 !important;
}

.bg-green {
    background-color: #11bc57 !important;
}

.bg-green-light {
    background-color: #2acc6f !important;
}

.bg-teal {
    background-color: #4dc0b5 !important;
}

.bg-cyan {
    background-color: #6cb2eb !important;
}

.bg-gray-darker {
    background-color: #404040 !important;
}

.bg-gray-dark {
    background-color: #80808e !important;
}

.bg-gray {
    background-color: #777 !important;
}

.bg-gray-light {
    background-color: #999 !important;
}

.bg-gray-lighter {
    background-color: #ecececd9 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-black-dark {
    background-color: #000 !important;
}

.bg-black {
    background-color: #333 !important;
}

.bg-kn-dark {
    background-color: #101821;
}

.bg-kn-dark-less {
    background-color: rgba(54, 71, 86, 0.13);
}

/** Hover */

.hover-bg-blue:hover {
    background-color: #34A3FC !important;
}

.hover-bg-blue-light:hover {
    background-color: #05558a !important;
}

.hover-bg-indigo:hover {
    background-color: #6574cd !important;
}

.hover-bg-purple:hover {
    background-color: #886AFD !important;
}

.hover-bg-pink-dark:hover {
    background-color: #ff4747 !important;
}

.hover-bg-pink:hover {
    background-color: #F95353 !important;
}

.hover-bg-pink-light:hover {
    background-color: #FF3675 !important;
}

.hover-bg-red:hover {
    background-color: #d63426 !important;
}

.hover-bg-orange-dark:hover {
    background-color: #FF002C !important;
}

.hover-bg-orange:hover {
    background-color: #fb5b28 !important;
}

.hover-bg-orange-light:hover {
    background-color: #ff891e !important;
}

.hover-bg-orange-lighter:hover {
    background-color: #ff9a00 !important;
}

.hover-bg-yellow:hover {
    background-color: #ffed4a !important;
}

.hover-bg-green-dark:hover {
    background-color: #00A185 !important;
}

.hover-bg-green:hover {
    background-color: #11bc57 !important;
}

.hover-bg-green-light:hover {
    background-color: #2acc6f !important;
}

.hover-bg-teal:hover {
    background-color: #4dc0b5 !important;
}

.hover-bg-cyan:hover {
    background-color: #6cb2eb !important;
}

.hover-bg-gray-darker:hover {
    background-color: #404040 !important;
}

.hover-bg-gray-dark:hover {
    background-color: #80808e !important;
}

.hover-bg-gray:hover {
    background-color: #777 !important;
}

.hover-bg-gray-light:hover {
    background-color: #999 !important;
}

.hover-bg-white:hover {
    background-color: #fff !important;
}

.hover-bg-black-dark:hover {
    background-color: #000 !important;
}

.hover-bg-black:hover {
    background-color: #333 !important;
}

/**Css background End*/

/**Css background*/

.text-black {
    color: #333 !important;
}

.text-blue-darker {
    color: #285985 !important;
}

.text-blue-dark {
    color: #405a99 !important;
}

.text-blue {
    color: #34A3FC !important;
}

.text-blue-light {
    color: #05558a !important;
}

.text-indigo {
    color: #6574cd !important;
}

.text-purple {
    color: #886AFD !important;
}

.text-pink-dark {
    color: #ff4747 !important;
}

.text-pink {
    color: #F95353 !important;
}

.text-pink-light {
    color: #FF3675 !important;
}

.text-red {
    color: #d63426 !important;
}

.text-orange-dark {
    color: #FF002C !important;
}

.text-orange {
    color: #fb5b28 !important;
}

.text-orange-light {
    color: #ff891e !important;
}

.text-orange-lighter {
    color: #ff9a00 !important;
}

.text-yellow {
    color: #ffed4a !important;
}

.text-green-dark {
    color: #00A185 !important;
}

.text-green {
    color: #11bc57 !important;
}

.text-green-light {
    color: #2acc6f !important;
}

.text-teal {
    color: #4dc0b5 !important;
}

.text-cyan {
    color: #6cb2eb !important;
}

.text-gray-dark {
    color: #80808e !important;
}

.text-gray {
    color: #777 !important;
}

.text-gray-light {
    color: #999 !important;
}

.text-white {
    color: #fff !important;
}

.text-black-dark {
    color: #000 !important;
}

.text-black {
    color: #333 !important;
}

.text-black-light {
    color: #2d2926 !important;
}

.hover-color-black:hover {
    color: #333 !important;
}

.hover-color-blue:hover {
    color: #34A3FC !important;
}

.hover-color-blue-light:hover {
    color: #05558a !important;
}

.hover-color-indigo:hover {
    color: #6574cd !important;
}

.hover-color-purple:hover {
    color: #886AFD !important;
}

.hover-color-pink-dark:hover {
    color: #ff4747 !important;
}

.hover-color-pink:hover {
    color: #F95353 !important;
}

.hover-color-pink-light:hover {
    color: #FF3675 !important;
}

.hover-color-red:hover {
    color: #d63426 !important;
}

.hover-color-orange-dark:hover {
    color: #FF002C !important;
}

.hover-color-orange:hover {
    color: #fb5b28 !important;
}

.hover-color-orange-light:hover {
    color: #ff891e !important;
}

.hover-color-orange-lighter:hover {
    color: #ff9a00 !important;
}

.hover-color-yellow:hover {
    color: #ffed4a !important;
}

.hover-color-green-dark:hover {
    color: #00A185 !important;
}

.hover-color-green:hover {
    color: #11bc57 !important;
}

.hover-color-green-light:hover {
    color: #2acc6f !important;
}

.hover-color-teal:hover {
    color: #4dc0b5 !important;
}

.hover-color-cyan:hover {
    color: #6cb2eb !important;
}

.hover-color-gray-dark:hover {
    color: #80808e !important;
}

.hover-color-gray:hover {
    color: #777 !important;
}

.hover-color-gray-light:hover {
    color: #999 !important;
}

.hover-color-white:hover {
    color: #fff !important;
}

.hover-color-black-dark:hover {
    color: #000 !important;
}

.hover-color-black:hover {
    color: #333 !important;
}

.hover-color-black-light:hover {
    color: #2d2926 !important;
}

/**Css background End*/

.text-italic {
    font-style: italic !important;
}

.text-kn-gray {
    color: #a5a5a5 !important;
}

.text-gradient {
    background: -webkit-linear-gradient(#ff8a00, #ff2070);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/**Css Font Size*/

.rem-0-dot-25 {
    font-size: 0.25rem !important;
}

.rem-0-dot-50 {
    font-size: 0.5rem !important;
}

.rem-0-dot-75 {
    font-size: 0.75rem !important;
}

.rem-0-dot-85 {
    font-size: 0.85rem !important;
}

.rem-0-dot-90 {
    font-size: 0.9rem !important;
}

.rem-1 {
    font-size: 1rem !important;
}

.rem-1-dot-25 {
    font-size: 1.25rem !important;
}

.rem-1-dot-50 {
    font-size: 1.5rem !important;
}

.rem-1-dot-75 {
    font-size: 1.75rem !important;
}

.rem-2 {
    font-size: 2rem !important;
}

.rem-2-dot-25 {
    font-size: 2.25rem !important;
}

.rem-2-dot-50 {
    font-size: 2.5rem !important;
}

.rem-2-dot-75 {
    font-size: 2.75rem !important;
}

.rem-3 {
    font-size: 3rem !important;
}

.rem-3-dot-25 {
    font-size: 3.25rem !important;
}

.rem-3-dot-50 {
    font-size: 3.5rem !important;
}

.rem-3-dot-75 {
    font-size: 3.75rem !important;
}

.rem-4 {
    font-size: 4rem !important;
}

.rem-4-dot-25 {
    font-size: 4.25rem !important;
}

.rem-4-dot-50 {
    font-size: 4.5rem !important;
}

.rem-4-dot-75 {
    font-size: 4.75rem !important;
}

.rem-5 {
    font-size: 5rem !important;
}

.em-0-dot-25 {
    font-size: 0.25em !important;
}

.em-0-dot-50 {
    font-size: 0.5em !important;
}

.em-0-dot-75 {
    font-size: 0.75em !important;
}

.em-1 {
    font-size: 1em !important;
}

.em-1-dot-25 {
    font-size: 1.25em !important;
}

.em-1-dot-50 {
    font-size: 1.5em !important;
}

.em-1-dot-75 {
    font-size: 1.75em !important;
}

.em-2 {
    font-size: 2em !important;
}

.em-2-dot-25 {
    font-size: 2.25em !important;
}

.em-2-dot-50 {
    font-size: 2.5em !important;
}

.em-2-dot-75 {
    font-size: 2.75em !important;
}

.em-3 {
    font-size: 3em !important;
}

.em-3-dot-25 {
    font-size: 3.25em !important;
}

.em-3-dot-50 {
    font-size: 3.5em !important;
}

.em-3-dot-75 {
    font-size: 3.75em !important;
}

.em-4 {
    font-size: 4em !important;
}

.em-4-dot-25 {
    font-size: 4.25em !important;
}

.em-4-dot-50 {
    font-size: 4.5rem !important;
}

.em-4-dot-75 {
    font-size: 4.75rem !important;
}

.em-5 {
    font-size: 5em !important;
}

/**End Css Font Size*/

/** Css input */

/* The container */

.kn-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */

.kn-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    border: 1px solid #999999;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */

.kn-checkbox:hover input ~ .checkmark {
    background-color: #ff9029;
}

/* When the checkbox is checked, add a blue background */

.kn-checkbox input:checked ~ .checkmark {
    background-color: #ff9029;
    border-color: #ff9029;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.kn-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */

.kn-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.input-rounded label {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 19px;
    letter-spacing: 0.28px;
}

.input-rounded input,
.input-rounded textarea {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    padding: 10px 20px 10px 20px;
    margin: 0px 0px 16px 0px;
    border-radius: 20px 20px 20px 20px;
    color: #74777a;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e8e8e8;
}

.input-rounded input.input-number,
.input-rounded textarea.input-number {
    width: 100px;
    text-align: center;
}

.input-rounded input.input-number:focus,
.input-rounded textarea.input-number:focus {
    box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
}

.input-normal label {
    font-size: 14px;
    font-weight: bold;
}

.input-normal input,
.input-normal select {
    padding: 8px 12px;
    border: 0;
    background-color: #fff;
    border-radius: 4px;
}

/** Css input End */

/**Css header*/

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: 0 0 0 0 red;
    outline: none;
}

.kn-menu .main-menu ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: -1px;
    margin-bottom: 0;
}

.kn-header-mobile ul li.level-1.has-child .icon-hide,
.kn-header-mobile ul li.level-2.has-child .icon-hide,
.kn-header-mobile ul li.level-3.has-child .icon-hide {
    display: block;
}

.kn-header-mobile ul li.level-1.has-child .icon-show,
.kn-header-mobile ul li.level-2.has-child .icon-show,
.kn-header-mobile ul li.level-3.has-child .icon-show {
    display: none;
}

.kn-header-mobile ul li.level-1.has-child ul,
.kn-header-mobile ul li.level-2.has-child ul,
.kn-header-mobile ul li.level-3.has-child ul {
    display: none;
}

.kn-header-mobile ul li.level-1.has-child.active .icon-hide,
.kn-header-mobile ul li.level-2.has-child.active .icon-hide,
.kn-header-mobile ul li.level-3.has-child.active .icon-hide {
    display: none;
}

.kn-header-mobile ul li.level-1.has-child.active .icon-show,
.kn-header-mobile ul li.level-2.has-child.active .icon-show,
.kn-header-mobile ul li.level-3.has-child.active .icon-show {
    display: block;
}

.kn-header-mobile ul li.level-1.has-child.active.has-child > ul,
.kn-header-mobile ul li.level-2.has-child.active.has-child > ul,
.kn-header-mobile ul li.level-3.has-child.active.has-child > ul {
    display: block;
}

.kn-header,
.kn-header-mobile {
    position: fixed;
    z-index: 99999999;
    width: 100%;
    background-color: white;
    top: 0;
    left: 0;
}

.kn-header .search input,
.kn-header-mobile .search input {
    background-color: white;
    border-right: 0;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    border-color: #f0f4fb;
    border: 1px solid #2d2926;
    border-right: 0px !important;
}

.kn-header .search .input-group-text,
.kn-header-mobile .search .input-group-text {
    background-color: white;
    font-size: 20px;
    padding: 0.375rem 1.25rem;
    border: 1px solid #2d2926;
    border-left: 0px !important;
}

/**End css header*/

/** Css menu */

body {
    /*background-color: #2b2b2b;*/
    /*#1b1b1b*/
    background-color: #111827;;
    color: white;
}

/** Css menu End */

/** Css footer */


/** Css footer End */

/** Css pagination */
.pagination {
    justify-content: flex-end;
}
.pagination li.active *{
    color: #1a73e8;
    font-weight: bold;
}
.pagination li a {
    padding: 0px 4px;
    color: #666;
}
/** Css pagination End */


/** Css header */
/*.kn-header {*/

@media only screen and (max-width: 767px) {
    .navbar-collapse{
        position: absolute;
        left: 0;
        top: 45px;
        width: 100%;
        background: #111827;
        z-index: 9998;
    }

    form .rem-1{
        font-size: 0.55rem !important;
    }
    form .rem-1{
        font-size: 0.55rem !important;
    }
}

@media only screen and (min-width: 768px) {
    form .w-75{
        width: 50% !important;
    }
    form .w-25{
        width: auto !important;
    }
}
/** Css header End */

button.div {
    background: transparent;
    border: 0;
    outline: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

#cse-search-results iframe{
    max-width: 100%;
}

.description video {
    max-width: 100%;
    height: auto;
}

.description iframe {
    max-width: 100%;
}


.row {
    margin-right: -7px;
    margin-left: -7px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 7px;
    padding-left: 7px;
}

.video-item{
    background-color: #1b1b1b;
    background-color: #141d30;
    background-color: transparent;
    border-color: transparent;
}
.video-item a{
    font-size: 14px;
    color: #dadada;
    text-decoration: none;
}
.video-item a:hover {
    color: #fff;
}
.bg-main{
    /*background-color: #1b1b1b;*/
    background-image: linear-gradient(to bottom left, #111827, #19324b, #151c2f, #151c2f, #151c2f, #151c2f, #151c2f);
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255 / 90%);
}

.video-item .video-item__thumb {
    height: 170px;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
}

#topTabContent .video-item .video-item__thumb {
    height: 120px!important;
}

.video-item .video-item__thumb img {
    height: 100%;
    /*object-fit: contain;*/
    background: #1b1b1b;
    width: 100%;
}

.video-item__thumb span {
    position: absolute;
    background: black;
    color: white;
    padding: 2px 5px;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    /*border-top-left-radius: 5px;*/
    display: none;
}

.main-content{
    min-height: calc(100vh - 160px);
    padding: 16px 0;
}

.post-tag{

}
.post-tag__heading{
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
}

.post-tag__content{
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    /*padding-left: 2.5rem;*/
}
.post-tag__content a{
    display: flex;
    align-items: center;
    height: 20px;
    line-height: 20px;
    font-size: 1rem;
    color: #6c757d;
    border-radius: 15px;
    background-color: #dee2e6;
    border: 1px solid #ced4da;
    margin: 2px;
    padding: 0 .8rem;
    color: #212529;
    font-weight: 500;
}

.wrapper.bg-gray-dark .post-tag__content a{
    color: #212529;
}

.logo img{
    height: 26px;
}

@media screen and (max-width: 767px) {
    .video-item .video-item__thumb{
        height: 95px;
    }
    .logo img{
        height: 22px;
    }
}

.display-all{
    height: 42px;
    overflow: hidden;
    position: relative;
    font-size: 15px;
    line-height: 1.43;
}
.display-all.active{
    height: initial;
}

.display-all-text{

}

.nav-tabs {
    border-bottom: 1px solid rgb(107, 114, 128);
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.nav-tabs .nav-link {
    color: rgb(107, 114, 128);
    padding-bottom: 16px;
    padding-left: 6px;
    padding-right: 7px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent;
    color: white;
    border-color: transparent;
    border-bottom: 2px solid white;
}

.card.category-item{
    height: 60px;
    background-color: rgb(31 41 55 / 68%);
    border: 1px solid rgb(229 231 235 / 42%);
}
.card.category-item a{
    text-decoration: none;
    font-size: 13px;
    color: white;
}
.card.category-item .image{
    height: 60px;
}
.card.category-item .image a{
    height: 100%;
}
.card.category-item .image img{
    width: 58px!important;
    height: 58px!important;
}
.category-item-content{
    display: flex;
    align-items: center;
    height: 100%;
}

.container-fluid{
    max-width: 1400px;
}

.breadcrumb-item a{
    color: rgb(107, 114, 128);
    text-decoration: none;
}

.breadcrumb-item a:hover{
    color: white;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.breadcrumb-item.active {
    color: white;
}

.btn-xs {
    padding: 0.1rem 0.25rem;
    font-size: .8rem;
}

.video-item{
    position: relative;
}

.video-item__badge{
    position: absolute;
    top: 0;
    left: 0;
    background: none repeat scroll 0 0 rgba(222,38,0,.6);
    padding: 2px 5px;
    color: #fff;
    z-index: 1;
    font-size: 13px;
}

.embed-other-web{
    width: 100%;
    border: 0;
    height: 246px;
}

@media (max-width: 767px) {
    .embed-other-web {
        height: 342px;
    }
}
