body {
    padding: 0;
    margin: 0;
    font-family: "Open Sans";
    line-height: 1.5;
    font-weight: 300;
}
h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6{ font-family: "Open Sans";}
a {
    color: #111;
}
a:hover {
    color: #333;
    text-decoration: none;
}
a.nav-link {
    font-size: 16px;
}
h1 {
    letter-spacing: 2px;
}
h1, h2 {
    font-weight: bold;
}
h2 small {
    line-height: 2;
}
h2 big {
    font-size: 39px;
    font-weight: bold;
}
h5 {
    font-size: 1rem;
}
img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

a.navbar-brand img {
    /* padding: 0.5em 0;
    max-width: 154px;*/
}
.navbar-site {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
}
.navbar-site:before {
    content: " ";
    width: 1px;
    height: 20px;
    background-color: #DDD;
    position: relative;
    display: inline-block;
    top: 5px;
    margin: 0 1em;
}
.navbar-brand {
    margin-right: 0;
}
.btn-danger {
    background-color: #232c3a;
    border-color: #232c3a;
}
.btn-w-ghost {
    padding: .35em .75em;
    margin: .5em 0;
    margin-right: 1em;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    border: 1px solid #DDD;
}
.custom-select {
    height: auto;
    padding: .35em .75em;
    margin-right: 1em;
    font-size: 14px;
}

::-webkit-input-placeholder {
    color: #EEE;
    font-size: 14px;
    opacity: 0.5;
}
:-ms-input-placeholder {
    color: #EEE;
    font-size: 14px;
    opacity: 0.5;
}
::placeholder {
    color: #EEE;
    font-size: 14px;
    opacity: 0.5;
}


.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    color: #333;
    background: #fff !important;
    -webkit-box-shadow: 0px 0px 8px #DDDDDD5e;
    box-shadow: 0px 0px 8px #DDDDDD5e;
}
.kvt-pd {
    padding: 5em 15px;
    max-width: 1600px;
    margin: auto;
}
.kvt-pd h1 {
    font-weight: 400;
    font-size: 2.2rem;
    color: #000;
}
.rs-wording {
    word-spacing: 3px;
}
section#filter {
    background-color: #F6F6F6;
}

#filter ul li span {
    margin: 0 0.75em;
}

#filter ul, #sub-filter ul {
    padding: 0;
}
#filter ul li {
    float: left;
    border: 1px solid rgba(221, 221, 221, 0);
    border-radius: 3px;
    list-style: none;
    padding: 0.25em;
    margin: 0 5px;
    font-size: 15px;
    font-weight: 400;
    width: auto;
    display: inline-block;
    line-height: 1.7;
}
#filter ul a:hover li {
    background-color: #232c3a;
    color: #FFF;
    -webkit-transition: 1s ease;
    transition: 1s ease;
}
#filter ul a:first-child:hover li {
    background-color: inherit;
    color: #000;
}
#filter ul a:hover li.active img.filter-close {
    -webkit-filter: invert(1);
    filter: invert(1);
}
#filter ul li.active {
    background-color: #232c3a;
    border: 1px solid #DDD;
    border-radius: 5px;
    color: #FFF;
}
/*#filter ul a li.active:after {
    content: "✕";
    padding-left: .5em;
    font-size: 12px;
    padding-right: 1em;
}*/
#sub-filter ul {
    margin-bottom: 0;
}

#sub-filter ul li {
    float: left;
    border: 1px solid #DDD;
    background-color: #FFF;
    border-radius: 3px;
    list-style: none;
    padding: .35em .75em;
    margin: .1em 0;
    margin-right: 1em;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
#sub-filter ul a:hover li {
    background-color: #232c3a;
    color: #FFF;
    -webkit-transition: 1s ease;
    transition: 1s ease;
}
#sub-filter ul a:hover li.active {
    background-color: #232c3a;
    color: #FFF;
}
#sub-filter ul a li.active {
    background-color: #232c3a;
    border: 1px solid #232c3a;
    color: #FFF;
}
#filter ul:first-child a:first-child li {
    border: 0px;
    font-weight: bold;
    font-size: 16px;
    padding: .2em 0;
    margin: 0;
    padding-right: 1em;
    cursor: default;
}
#filter ul.w-xs-100 li {
    padding: 0;
    margin-right: 0;
}
#filter ul a:first-child li.active::after {
    display: none;
}
#filter ul a:first-child li.active {
    background: transparent;
    cursor: default;
}
.filter-close {
    max-width: 18px;
    padding: .25em;
    padding-right: 0;
}
.uk-select {
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 3px;
    color: #222;
    border: 1px solid #DDD;
    padding: .35em .75em;
    height: inherit !important;
    font-weight: 400;
}
.uk-form-controls {
    padding: 0 .2em;
    margin: .5em 0;
}
.ghost-form {
    float: left;
    border: 1px solid #DDD;
    background-color: #FFF;
    border-radius: 3px;
    list-style: none;
    padding: .5em .75em;
    margin: .5em 0;
    margin-right: 1em;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.home-card-date .ml-auto:after {
    font-family: "Font Awesome 5 Pro";
    float: right;
    content: "\f105";
    padding-left: 0.5em;
    color: #777;
    font-weight: 100;
}

.home-card-date a:hover, .home-card-date:hover .ml-auto:after {
    color: #232c3a;
    display: inline-block;
}

.rs-search-top {
    max-width: 600px;    z-index: 111;
}
.form-control-lg {     font-size: inherit; }
.input-group:before {
    position: absolute;
    top: 8px;
    left: 85%;
    height: 20px;
    width: 20px;
    content: " ";
    background: url(../images/search.svg) 50% 100% / contain;
    z-index: 11;
    -webkit-filter: contrast(0.25);
    filter: contrast(0.25);
}
.input-group.rs-search-top:before {
    position: absolute;
    top: 14px;
    left: 94%;
    height: 20px;
    width: 20px;
    content: " ";
    background: url(../images/search.svg) 50% 100% / contain;
    z-index: 11;
    -webkit-filter: contrast(0.25);
    filter: contrast(0.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}
.card-body {
    z-index: 111;
    background-color: #FFF;
}
.card {
    border: none;
    -webkit-box-shadow: 0px 0px 3px #DDD;
    box-shadow: 0px 0px 3px #DDD;
    border-radius: 5px;
    margin: 1em;
    padding: 0;
    -webkit-transition: 1s ease;
    transition: 1s ease;
     overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    max-width: 412px;
}
#feature1, #feature2 {
    max-width: inherit;
}
.card:after {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(250, 233, 0, 0)),to(rgba(253, 87, 234, 0)));
    background-image: linear-gradient(to right, rgba(250, 233, 0, 0),rgba(253, 87, 234, 0));
    content: " ";
    width: 10%;
    height: 3px;
    -webkit-transition: .3s;
    transition: .3s;
}

.card:hover:after {
    background-image: -webkit-gradient(linear, left top, right top, from(#FAE900),to(#FD57EA));
    background-image: linear-gradient(to right, #FAE900,#FD57EA);
    content: " ";
    width: 100%;
    height: 3px;
    -webkit-transition: .3s;
    transition: .3s;
}



.card:hover {
    -webkit-box-shadow: 0px 0px 20px #DDD;
    box-shadow: 0px 0px 20px #DDD;
    -webkit-transition: .5s;
    transition: .5s;
}
.card img {-webkit-transition: .5s;
    transition: .5s;}
.card:hover img {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    -webkit-transition: .5s;
    transition: .5s;
}
#articles-list .home-card-title {
    
min-height: 120px;
    
}

.home-card-title {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    /*letter-spacing: 1px;*/
}

.home-card-text {
    min-height: 100px;
    font-size: 16px;
}
.home-card-date {
    font-size: 12px;
    padding: 0 1.25em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 10px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
header {
    height: 260px;
    background-color: #cc022c;
    background-size: cover;
}
#main {
    padding-top: 70px;
}
.navbar {
    border-radius: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: transparent;
    padding: .7em 1rem;
}
.affix {
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.affix.navbar {
    background-color: #FFF;
}
.mobile{ display: none;}


@media (min-width: 768px) {
    .visible-xs {
        display: none;
    }
    .filter-nav.collapse.desktop {
        display: block;
    }
}
@media (max-width: 1380px) {
    .kvt-pd {
        padding: 3em 15px;
    }
    div#sub-filter ul {
        margin-bottom: 0rem;
    }
}
@media (max-width: 767px) {
    .affix {
        display: block;
    }
    .navbar {
        display: inline-block;
        width: 100%;
        padding: 0em 1rem;
    }
    .filter-title {
        position: relative;
    }
    .rs-wording.desktop {
        display: none;
    }
    .kvt-pd h1 {
        font-size: 1.2rem;
        margin-bottom: .5em;
    }
    .rs-wording {
        font-size: 12px
    }
    .kvt-pd {
        padding: 1em 0;
    }
	.mobile{ display: block;}
    .filter-title {
        padding: .5em 1em;
        background-color: #222;
        font-weight: 400;
        color: #fff;
        cursor: pointer;
    }
    .filter-title a:first-child span::after {
        font-family: "Font Awesome 5 Pro";
        float: left;
        content: "\f107";
        top: 12px;
        position: absolute;
        width: 95%;
        z-index: 11;
        left: -8px;
        text-align: right;
    }
    [aria-expanded="true"].filter-title a:first-child span::after {
        text-align: left;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .hidden-xs {
        display: none
    }
    #filter ul li {
        float: inherit;
    }
    #filter ul a li {
        display: inline-block;
        font-size: 14px;
        min-width: 30%;
    }
    #filter ul li {
        padding: 0;
        margin: 0;
    }
    #filter ul li {
        padding: 0;
    }
    .input-group:before {
        left: 90%;
    }
    .input-group.rs-search-top:before {
        left: 88%;
    }
    #filter ul a li span {
        padding: .25em .75em;
        display: inline-block;
        min-width: 75px;
    }
    section#sub-filter {
        background-color: #f6f6f6;
    }
    #sub-filter ul li {
        width: 100%;
        font-size: 13px;
    }
    #sub-filter ul li {
        margin: .5em 0;
    }
    .w-xs-100 {
        width: 100%;
        display: grid;
        margin-bottom: .3em;
    }
    .clear-align {
        text-align: inherit!important;
    }
    .clearbr {
        display: none;
    }
    .clearheight {
        height: inherit !important;
    }
    .clearpadding {
        padding: 0 !important;
    }
    .clearpadding-top {
        padding-top: 0 !important;
    }
    .clearmargin {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0;
        margin-bottom: 0;
    }
    .filter-nav {
        background-color: #EEE;
    }
    .rs-top {
        height: 30vh;
    }
	
    .rs-top .container-fluid .col-12:after {
        background-color: rgba(0, 0, 0, 0.5);
        content: " ";
        width: 100%;
        height: 30vh;
        position: absolute;
        top: 0;
        margin: 0;
        left: 0;
    }
    .uk-form-controls {
        padding: 0;
        padding-right: .5em;
    }
    .kvt-pd {
        padding: 2.5em;
        text-align: center;
    }
    .col-12.kvt-pd h1, .col-12.kvt-pd p {
        color: #FFF;
        z-index: 111;
        position: inherit;
        font-weight: 400;
        letter-spacing: 1px;
    }
    a.navbar-brand img {
        max-width: 100px;
    }
    button.navbar-toggler.custom-toggler {
        width: 50px;
        padding: 0;
        text-align: right;
    }
    .navbar-site {
        font-size: 12px;
    }
    .navbar-brand {
        margin-right: 0;
    }
    .filter-close {
        max-width: 18px;
        padding: .25em;
        padding-right: .25em;
    }
    .nav-filter.affix {
        position: fixed !important;
        /*top: 40px !important;*/
        /* wangne: 80px -> 55px for universal header */
        z-index: 999 !important;
        display: block!important;
    }
    .card-list>div {
        padding: 0;
        margin: .5em;
    }
    .card {
        max-width: inherit;
    }
    #filter ul a li.active:after {
        padding-left: 0em;
        padding-right: .5em;
    }
    .btn {
        font-size: 12px;
    }
    .rs-sort {
        padding: .3em 0;
    }
}
.promote-group a {
    display: inline-block;
}
@media (max-width: 997px){
div#sub-filter ul {
    width: 100%;
}
}

@media (max-width: 361px) {}
.nav-filter.affix {
    position: relative;
    top: 0px;
    z-index: 9;
}