#offcanvas ul.uk-nav.uk-nav-offcanvas {
  display: flex;
  flex-wrap: wrap;
  padding: 12px;
}
#offcanvas ul.uk-nav.uk-nav-offcanvas li {
  width: 100%;
  margin-bottom: 10px;
}
#offcanvas ul.uk-nav.uk-nav-offcanvas li:first-child {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 30px;
}
#offcanvas ul.uk-nav.uk-nav-offcanvas li:first-child a {
  text-align: center;
  box-shadow: none;
}
#offcanvas ul.uk-nav.uk-nav-offcanvas li a {
  border-radius: 5px;
  color: #333;
  padding: 10px 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
#offcanvas ul.uk-nav.uk-nav-offcanvas li a:active {
  background: #ff6633;
  color: #fff;
}
#offcanvas .uk-offcanvas-bar {
  background: #fff;
}
#offcanvas .copyright {
  position: absolute;
  bottom: 15px;
  left: 20px;
}
.uk-navbar,
.uk-navbar.uk-active {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.uk-navbar .uk-navbar-nav > li > a,
.uk-navbar.uk-active .uk-navbar-nav > li > a {
  color: #333;
}
.uk-navbar .uk-navbar-nav > li > a.room,
.uk-navbar.uk-active .uk-navbar-nav > li > a.room {
  color: #ff6633;
}
.uk-navbar-toggle {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .va-latest-top h3 {
    line-height: 46px;
  }
}
.player-article .img-wrap {
  padding-bottom: 100%;
}
.player-article .img-wrap a img {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.uk-container {
  padding: 0 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}
h1,
.uk-h1 {
  font-size: 24px;
  line-height: 32px;
}
h2,
.uk-h2 {
  font-size: 18px;
  line-height: 24px;
}
h3,
.uk-h3 {
  font-size: 18px;
  line-height: 24px;
}
h2,
h3,
h4 {
  margin: 10px 0;
}
figure.image img {
  width: 100%;
  border: 1px solid #d9d9d9;
}
figure.image figcaption {
  border: 1px solid #d9d9d9;
  padding-left: 10px;
  text-align: center;
}
.article-single-text {
  color: #333;
}
.article-single-text p {
  padding-left: 0;
  padding-right: 0;
}
.homepage-list-user img {
  width: 40px;
  height: 40px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  margin: 0 5px 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.height-auto {
  height: auto;
}
.mt-10 {
  margin-top: 10px;
}
.img-news a {
  display: block;
  height: 230px;
  width: auto;
  overflow: hidden;
}
.img-news a img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.content-news .text {
  height: auto;
}
.our-team .player-item {
  margin-bottom: 15px;
}
.our-team h4 {
  margin-bottom: 5px;
}
.our-team .our-team-btn {
  margin: 20px 0 0 0;
}
.list-article {
  min-height: unset;
}
.list-article .name h4 {
  margin-bottom: 5px;
}
.list-article .name h4 a {
  text-transform: capitalize;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 44px;
}
.list-article .wrapper {
  position: unset;
}
.list-article .all-news-btn {
  text-align: unset;
  padding-top: 0;
}
.va-latest-top .date {
  color: #898989;
}
.info.uk-flex-wrap-middle.content-news p {
  text-transform: capitalize;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  margin-top: 0px;
}
.full_name {
  text-transform: capitalize;
}
.img-wrap-top-rank {
  position: relative;
}
.img-top-rank {
  position: absolute;
  width: 40%;
  background: transparent;
  border: navajowhite;
}
.news-slider .owl-carousel {
  position: relative;
}
.news-slider .owl-carousel .owl-nav {
  position: absolute;
  top: 28%;
  left: 0;
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.news-slider .owl-carousel .owl-nav .owl-prev,
.news-slider .owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffc722;
  font-size: 22px;
  line-height: 40px;
}
.contentpaneopen {
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.contentpaneopen .article-single-text {
  font-family: inherit;
  color: #494949;
}
.contentpaneopen .article-single-text p {
  margin: 8px 0;
  line-height: 22px;
}
.contentpaneopen .article-single-text h1 {
  font-size: 25px;
}
.contentpaneopen .article-single-text h2,
.contentpaneopen .article-single-text h3 {
  font-size: 25px;
  line-height: 35px;
}
.contentpaneopen .article-single-text h4 {
  font-size: 20px;
  line-height: 28px;
}
.contentpaneopen .article-single-text h2,
.contentpaneopen .article-single-text h3,
.contentpaneopen .article-single-text h4 {
  color: #ff4500;
  border-left: 5px solid #d00;
  padding-left: 10px;
}
.news-84 {
  margin-bottom: 20px;
}
.news-84 .uk-width-8-12 {
  padding-right: 15px;
}
.news-84 .img-news a {
  height: 400px;
}
.news-84 .uk-width-4-12 .list-article .img-wrap img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 576px) {
  .news-84 .uk-width-8-12 .list-article .img-wrap a,
  .news-84 .uk-width-4-12 .list-article .img-wrap a {
    height: 255px;
  }
}
@media screen and (max-width: 879px) {
  .news-84 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .news-84 .uk-width-8-12,
  .news-84 .uk-width-4-12 {
    width: 100%;
    padding: 0;
  }
  .news-84 .uk-width-4-12 .list-article .img-wrap img {
    height: auto;
    width: 100%;
  }
  .va-main-our-news {
    padding: 0;
  }
}

