.border {
  border: 1px solid red !important;
}
.border1 {
  border: 1px solid lime !important;
}
::-moz-selection {
  color: #333;
  background: #fbedc4;
}

::-webkit-selection {
  color: #333;
  background: #fbedc4;
}

::selection {
  color: #333;
  background: #fbedc4;
}
body {
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #54555e;
  width: 100%;
  height: 100%;
}
img {
  outline: 1px solid rgba(44, 62, 80, 0.2);
  outline-offset: -1px;
}

.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.bg-gray {
  background-color: #f5f5f5;
}
.bg-white {
  background-color: #fff;
}
/* Logo ---------------------------------------------*/
.small-logo {
  line-height: 1;
  margin-top: 13px;
  display: none;
  padding-right: 20px;
}
/* Header */
header {
  height: 80px;
  margin: 0;
  padding: 10px 0;
  background: linear-gradient(to right, #0072ba 0%, #002d88 100%, #002d88 100%);
}
.logo {
  display: block;
}
.logo__img,
.avtor-image,
.logo img {
  outline: 0;
}

/* MENU */
.nav-menu {
  min-height: 48px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 120;
  position: relative;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  /* Dropdowns (large screen) */
}
.nav-menu ul {
  margin: 0;
  padding: 0;
}
.nav__holder {
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.nav__holder__sub {
  background-color: #ddd;
  padding: 10px 0 0 10px;
  display: inline-block;
  width: 100%;
}
.navsub-menu a {
  color: #333;
  padding: 4px 8px;
  margin-right: 10px;
  text-decoration: none;
  background-color: #eee;
  display: block;
  float: left;
  margin-bottom: 10px;
}
.navsub-menu a:hover {
  color: #b30003;
}
.navsub-menu a.active {
  background-color: #0072bc;
  color: #fff;
}
.nav__wrap {
  padding-left: 0;
}

.nav__menu,
.nav__dropdown-menu {
  list-style: none;
}

.nav__menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__menu > li {
  position: relative;
}
.nav__menu > li.active a {
  color: #b30003;
}
.nav__menu > li.active a:before,
.nav__menu > li:hover a:before {
  width: 100%;
}

.nav__menu > li > a {
  color: #171821;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  line-height: 48px;
  text-decoration: none;
  padding: 0 11px;
}

.nav__menu > li > a:hover {
  color: #b30003;
}

.nav__menu > li > a:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #b30003;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav__dropdown > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 4px;
  font-size: 10px;
  line-height: 1;
}

.nav__dropdown .nav__dropdown > a:after {
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.scrolling .nav__menu > li > a {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 7px;
}
@media only screen and (min-width: 992px) {
  .nav__menu > li {
    display: inline-block;
    text-align: center;
  }
  .nav__dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0;
    z-index: 1000;
    display: inline-block;
    text-align: left;
    min-width: 180px;
    list-style: none;
    white-space: nowrap;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .nav__dropdown-menu > li > a {
    color: #54555e;
    padding: 8px 16px;
    font-size: 14px;
    display: block;
  }
  .nav__dropdown-menu > li > a:hover {
    color: #b30003;
  }
  .nav__dropdown-menu.hide-dropdown {
    visibility: hidden !important;
    opacity: 0 !important;
  }
  .nav__dropdown-menu--right {
    right: 0;
    left: initial;
  }
  .nav__dropdown:hover > .nav__dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .nav__dropdown-menu .nav__dropdown-menu {
    left: 100%;
    top: -10px;
  }
  .nav__dropdown-menu--right .nav__dropdown-menu {
    right: 100%;
    top: -10px;
    left: initial;
  }
  .nav__dropdown .nav__dropdown {
    position: relative;
  }
  .nav__megamenu {
    padding: 32px 30px;
  }
  .nav__megamenu .row {
    white-space: normal;
  }
  .nav__megamenu-item .entry {
    margin-bottom: 0;
  }
  .nav__megamenu-item .entry__title {
    font-size: 16px;
  }
  .nav__megamenu-list a {
    display: block;
    clear: both;
    padding: 4px 0;
    white-space: nowrap;
    color: #b2b2b2;
    font-size: 15px;
  }
}

/* Go to Top
-------------------------------------------------------*/

#back-to-top {
  display: block;
  z-index: 100;
  width: 34px;
  height: 34px;
  text-align: center;
  font-size: 12px;
  position: fixed;
  bottom: -34px;
  right: 20px;
  line-height: 32px;
  background-color: #b30003;
  -webkit-box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.03);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

#back-to-top i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#back-to-top a {
  display: block;
  color: #fff;
}

#back-to-top.show {
  bottom: 20px;
}

#back-to-top:hover {
  background-color: #0072bc;
  border-color: transparent;
}

#back-to-top:hover i {
  color: #fff;
}

/* Flexbox
-------------------------------------------------------*/
.flex-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-child {
  -webkit-box-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
.flex-wrap {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
}

.relative {
  position: relative;
}
/* Sticky Nav -------------------------------------*/

.nav--sticky {
  height: 48px;
}

.nav--sticky.offset {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav--sticky.scrolling {
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

.nav--sticky.sticky {
  position: fixed;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  left: 0;
  right: 0;
  height: 48px;
  top: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 120;
}

.nav--sticky.sticky.scrolling {
  opacity: 1;
  visibility: visible;
}

.nav--sticky.sticky .nav__menu > li > a {
  line-height: 48px;
}

.nav--sticky.sticky .logo-wrap a {
  height: 48px;
}

/* Section Title */
.section-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-title > span {
  flex: 0 1 auto;
  background-color: #0072bc;
  padding: 5px 16px 4px 16px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}

.section-title::before,
.section-title::after {
  content: "";
  flex: 2 0 auto;
  height: 1px;
  background-color: #0072bc;
}

/* Category Title */
.category-title {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 20px;
}
.category-title > span {
  flex: 0 1 auto;
  padding: 7px 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #0072bc;
  font-weight: 500;
  border-bottom: 3px solid #b30003;
}
.category-title > span > a {
  color: #0072bc;
}
.category-title > span > a:hover {
  color: #b30003;
  text-decoration: none;
}
.category-title::after {
  content: "";
  flex: 2 0 auto;
  background-color: #0072bc;
  border-bottom: 3px solid #ebebeb;
}

.search-icon {
  display: block;
  float: right;
}
.search-icon,
.social {
  margin-top: 11px;
}

.search-icon a,
.social a {
  float: left;
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.5);
}

.search-icon a .fa-inverse,
.social a .fa-inverse {
  color: rgba(255, 255, 255, 0.6);
}

.search-icon a:hover,
.social a:hover {
  color: #b30003;
}

.search-icon a:hover .fa-inverse,
.social a:hover .fa-inverse {
  color: #fff;
}

/* main-body-wrap, Bulan */
.content-wrap,
.main-body-wrap {
  display: flex;
}
.content-wrap .leftSide {
  flex: 1 1 auto;
  padding-right: 20px;
}
.content-wrap .rightSide {
  flex: 0 0 auto;
  width: 300px;
}
.main-body-wrap .left-news {
  flex: 0 0 auto;
  width: 270px;
}
.main-body-wrap .top-news {
  flex: 1 1 auto;
  padding: 0 20px;
}
.main-body-wrap .right-news {
  flex: 0 0 auto;
  width: 300px;
}

/* Global */
.w3-inline {
  display: flex;
  align-items: center;
}
.time {
  color: #666;
  font-size: 12px;
  display: block;
}
.category-name {
  text-transform: uppercase;
  color: #0072bc;
}
.top-panel {
  margin-top: 20px;
  margin-bottom: 40px;
}

/* Banner */
.banner {
  background-color: #ccd6d9;
}
.banner img {
  width: 100%;
}

/* LAST news */
.last-news {
  margin: 20px 0;
  overflow: hidden;
}
.last-news .nav {
  background-color: #b2c1c6;
  text-transform: uppercase;
  z-index: 999;
}
.last-news .nav li a {
  color: #0072bc;
}
.last-news .ln-scroll {
  overflow-x: hidden;
  overflow-y: scroll;
  margin-right: -12px;
  height: 510px;
  min-height: 510px;
}
.last-news .ln-scroll ul {
  margin: 0;
  padding: 5px 0;
}
.last-news .ln-scroll li {
  list-style: none;
  padding: 7px 10px 7px 0;
}
.last-news .ln-scroll li a {
  color: #333;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  line-height: 18px;
  vertical-align: top;
}
.last-news .ln-scroll li a:hover {
  color: #b30003;
}
.last-news .ln-scroll li a img {
  float: left;
  margin-right: 10px;
  height: 80px;
  width: 80px;
}
.last-news .ln-scroll li a .time {
  font-size: 11px;
}

.hlnews {
  border-width: 0 0 1px 0;
  margin-bottom: 20px;
}
.hlnews:last-child {
  border-width: 0;
}
.hlnews figure {
  margin-bottom: 8px;
}
.hlnews .card-body {
  padding: 0 0 20px 0;
  margin-top: 0;
}
.hlnews .card-body a {
  color: #333;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  display: block;
}
.hlnews .card-body a:hover {
  color: #b30003;
}
.hlnews .card-body div {
  display: inline-block;
  width: 100%;
}
.hlnews .card-body div span {
  float: left;
  vertical-align: middle;
  line-height: 24px;
  margin-right: 5px;
}

/* topnews */
.gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  height: 180px;
  width: 100%;
}
.topnews .big-news,
.topnews .medium-news {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.topnews .big-news .title,
.topnews .medium-news .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 10px 10px 10px;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.topnews .big-news img {
  height: 410px;
  object-fit: cover;
}
.topnews .big-news img,
.topnews .medium-news img {
  width: 100%;
}
.topnews .big-news .title a,
.topnews .medium-news .title a {
  color: #fff;
  font-family: "Roboto";
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.topnews .medium-news .title a {
  font-size: 18px;
  line-height: 20px;
}
.topnews .big-news .title a {
  font-size: 20px;
  line-height: 24px;
}
.topnews .medium-news .title a:hover,
.topnews .big-news .title a:hover {
  color: #b30003;
}
.topnews span {
  color: #999;
}

/* Video News */
.video-news {
  background-color: #222;
  padding: 40px 0;
}
.video-top-news {
  position: relative;
  display: block;
}
.video-top-news .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 10px 10px 10px;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.85) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.85) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.85) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.video-top-news img {
  width: 100%;
}
.video-top-news .title a {
  color: #fff;
  font-family: "Roboto";
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.video-top-news .title a {
  font-size: 20px;
  line-height: 24px;
}
.video-top-news .title a:hover {
  color: #b30003;
}
.video-news .section-title > span {
  background-color: #b30003;
}
.video-news .section-title::before,
.video-news .section-title::after {
  background-color: rgba(255, 255, 255, 0.3);
}
.video-top-news figure i {
  position: absolute;
  top: 40%;
  left: 45%;
  color: #dd2724;
  font-size: 62px;
}
.video-news .w3-inline span {
  color: #999;
}
.thumnail-video {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.thumnail-video:last-child {
  margin-bottom: 0;
}
.thumnail-video figure {
  width: 150px;
  float: left;
  margin: 0 10px 0 0;
}
.thumnail-video figure i {
  position: absolute;
  bottom: 7px;
  right: 7px;
  color: #dd2724;
  font-size: 32px;
}
.thumnail-video figure img {
  width: 100%;
}
.thumnail-video a {
  display: block;
  line-height: 18px;
  font-size: 16px;
  font-weight: 500;
  color: #ddd;
  text-decoration: none;
}
.thumnail-video a:hover {
  color: #b30003;
}

/* Category news */
.category-news {
  padding: 40px 0;
}

/* Themplate one */
.template-one {
  margin-bottom: 20px;
}
.template-one .video-top-news .title a {
  font-size: 18px;
}
.template-one .video-top-news .w3-inline span {
  color: #999;
}
.template-one .thumnail-video .title a {
  color: #333;
}
.template-one .thumnail-video .title a:hover {
  color: #b30003;
}
.template-one .thumnail-video .category-name {
  font-weight: normal;
  color: #b30003 !important;
}

/* Template Two */
.template-two {
  margin-top: 30px;
}
.three-column figure {
  margin: 0 0 5px 0;
}
.three-column img {
  width: 100%;
}
.three-column a {
  font-size: 16px;
  line-height: 20px;
  color: #333;
  text-decoration: none;
}
.three-column a:hover {
  color: #b30003;
}

/* Template three */
.template-three {
  margin-bottom: 20px;
}
.event-list {
  border-left: 3px solid #eeeeee;
  padding: 0 0 0 20px;
}
.event-top a {
  text-transform: uppercase;
  font-weight: 500;
}
.event-list ul li a {
  color: #333;
}
.event-list ul li a:hover {
  color: #b30003;
}

/* PHOTO news */
.photo-news {
  background-color: #222;
  padding: 40px 0 !important;
}
.photo-news .smallt a {
  font-size: 14px;
  line-height: 1.2em;
  display: block;
}
.featured-posts-grid {
  padding-bottom: 24px;
  padding-top: 24px;
  overflow: hidden;
}
.photo-news figure {
  margin: 0;
}
.featured-posts-grid--1 .row {
  margin: 0 -1px;
}

.featured-posts-grid--1 .row > div {
  padding: 0 1px;
}

.featured-posts-grid--1 .thumb {
  margin: 2px 0;
}

/* Footer */
footer {
  padding-top: 40px;
  background-color: #0072bc;
}
footer .copyright-footer {
  margin-top: 40px;
  background-color: #002d88;
  padding: 15px;
  color: #0072bc;
}
.fsocial {
  display: flex;
  justify-content: center;
  align-content: center;
}
.fmenu {
  margin-top: 20px;
}
.fmenu ul {
  margin: 0;
}
.fmenu ul li {
  list-style: none;
  float: left;
  padding: 10px;
}
.fmenu ul li a {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}
.fmenu ul li a:hover {
  color: #b30003;
}

/* SEARCH */
/* Nav Right
-------------------------------------------------------*/
.nav__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .nav__right-item {
    margin-right: 0;
  }
}
.nav__right a:hover,
.nav__right a:focus {
  color: #0072bc;
}
.nav__search-trigger {
  color: #171821;
  font-size: 23px;
  display: inline-block;
  width: 24px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
#mvp-search-wrap {
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  -ms-transition: -ms-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  transition: transform 0.25s ease;
}

#mvp-search-wrap {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.94);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  width: 100%;
  height: 100%;
  z-index: 999999;
}

#mvp-search-wrap .mvp-search-but-wrap span {
  background: #fff;
}
.mvp-search-but-wrap {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  width: 30px;
}

.mvp-search-but-wrap span {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  height: 3px;
}

#mvp-search-box {
  margin: -30px 0 0 -25%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
}

#searchform input {
  background: none;
  border: 0;
  color: #fff;
  float: left;
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  padding: 5px 0;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #ddd;
  font-size: 2em;
}

#searchform #searchsubmit {
  border: none;
  float: left;
}

#searchform #s:focus {
  outline: none;
}

.mvp-search-toggle {
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.mvp-search-but-wrap span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 30px;
}
.mvp-search-but-wrap span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 30px;
}
.mvp-search-but-wrap span:nth-child(1),
.mvp-search-but-wrap span:nth-child(2) {
  width: 60px;
}

/* breadcrumbs */
.breadcrumbs {
  margin: 0 0 20px 0;
  padding: 0;
}

.breadcrumbs__item {
  display: inline-block;
  font-size: 14px;
}

.breadcrumbs__item:last-child:after {
  display: none;
}

.breadcrumbs__item i {
  font-size: 14px;
}

.breadcrumbs__item:after {
  content: "\f105";
  font-family: "FontAwesome";
  display: inline-block;
  position: relative;
  top: -1px;
  font-size: 9px;
  margin: 0 6px;
}

.breadcrumbs__url {
  color: #83858f;
}

/* LISTS */
.content-box {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 30px;
}
.post-list {
  border-bottom: 1px solid #ddd;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
  margin-top: 20px;
}
.post-list:first-child {
  margin-top: 0;
}
.list-img-wrap {
  width: 40%;
  margin-right: 20px;
  float: left;
}
.list-txt-wrap {
  overflow: hidden;
}
.post-list figure {
  margin: 0;
}
.post-list figure img {
  width: 100%;
}
.list-txt-wrap a {
  display: block;
  font-size: 18px;
  font-family: "Roboto Condensed";
  color: #0072bc;
  line-height: 22px;
  margin: 0 0 10px 0;
  text-decoration: none;
}
.list-txt-wrap a:hover {
  color: #b30003;
}
.list-txt-wrap .txt {
  color: #555;
  line-height: 18px;
  margin-top: 10px;
}
.post-list .w3-inline {
  background-color: #f7f7f7;
  padding: 5px 10px;
}

/* VIEW  style-1 */
.entry__article_body {
  margin-top: 10px;
  width: 100%;
  display: inline-block !important;
}
.thumb {
  margin-bottom: 20px;
}
.thumb--size-6 {
  height: 609px;
}
.thumb--size-4 {
  height: 300px;
}
@media only screen and (max-width: 991px) {
  .thumb--size-4 {
    height: 200px;
  }
  .thumb--size-6 {
    height: 440px;
  }
}

@media only screen and (max-width: 767px) {
  .thumb--size-4 {
    height: 200px;
  }
  .thumb--size-6 {
    height: 300px;
  }
}

.thumb__img-holder {
  height: 100%;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.entry__share {
  margin-bottom: 16px;
}
.news-style-one .cover {
  width: 100%;
}
.news-style-one h1 {
  color: #0072bc;
  font-family: "Roboto Condensed";
  font-size: 2em;
  margin: 0 0 20px 0;
}
.news-style-one hr {
  display: inline-block;
  width: 100%;
}
.entry__article_body {
  color: #444;
  font-size: 15px;
}
.entry__article_body img {
  max-width: 100%;
}
.entry__article_body strong,
.entry__article_body b {
  color: #0072bc;
  font-weight: 500;
}
.mt-180 {
  margin-top: -180px;
}

blockquote {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}
blockquote p {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 0 !important;
  position: relative;
  color: #0072bc;
}
blockquote cite {
  font-size: 15px;
  font-weight: 400;
  color: #83858f;
}

/* SHARE SOCIAL */
/* Social Icons -----------------------------------*/
.socials--large a {
  height: 46px;
  width: 46px;
  line-height: 46px;
  font-size: 16px;
}

.socials--rounded a {
  border-radius: 50% !important;
}

.social-share {
  float: left;
  margin-right: 10px;
  line-height: 32px;
  height: 32px;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
  font-size: 13px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  text-transform: uppercase;
}

.social-share:hover,
.social-share:focus {
  color: #fff;
  text-decoration: none;
}

.social-share:last-child {
  margin-right: 0;
}

.social-facebook {
  background-color: #39599f;
}

.social-facebook:hover {
  background-color: #324e8c !important;
  color: #fff !important;
}

.social-twitter {
  background-color: #55acee;
}

.social-twitter:hover {
  background-color: #3ea1ec !important;
  color: #fff !important;
}

/* POSTER */
.poster {
  width: 100%;
}
.poster img {
  height: 40px;
  float: left;
  margin-right: 5px;
}

/* Comments
/*-------------------------------------------------------*/
@media only screen and (min-width: 576px) {
  .comment .children {
    padding-left: 8%;
  }
}
.comment-list {
  margin: 0;
  padding: 0;
}
.comment-list > li:first-child > .comment-body {
  border-top: 0;
  padding-top: 0;
}
.comment-list li {
  list-style: none;
}
.comment-body {
  margin-bottom: 24px;
  padding-top: 24px;
  border-top: 1px solid #e3e4e8;
}
#comment-body {
  border: 1px solid #0072bc;
}
.comment-text {
  overflow: hidden;
}
.comment-text p {
  margin: 0;
  padding: 0;
  line-height: 1.3em;
}

.comment-avatar {
  float: left;
  margin-right: 10px;
  display: block;
  border-radius: 7px;
  overflow: hidden;
  height: 40px;
  width: 40px;
}
.comment-avatar img {
  width: 100%;
}
.comment-author {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  line-height: 1em;
}

.comment-metadata {
  display: inline-block;
  padding: 0;
}

.comment-date,
.comment-edit-link {
  display: inline-block;
  margin: 0 0 10px 0;
  font-size: 12px;
  font-weight: 300;
  color: #83858f;
}
.comment-date a {
  margin: 0;
  padding: 0;
}
.comment-edit-link {
  margin-left: 5px;
  margin-bottom: 0;
  color: #2d95e3;
}

.comment-reply {
  color: #171821;
  font-weight: 500;
}
.comment-reply:hover {
  color: #2d95e3;
}

/* ZOOM */
img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.zoom-overlay {
  z-index: 420;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}

/* Uyach*/
.uyach h1 {
  font-size: 2em;
  color: #0072bc;
  font-family: "Roboto Condensed";
}
.uyach h1 span {
  font-size: 0.7em;
  color: #666;
}
.uyach-profile {
  display: inline-block;
  width: 100%;
}
.uyach-profile img {
  float: left;
  margin-right: 20px;
  width: 100%;
}
.avatar-img {
  height: 30px;
  float: left;
  margin-right: 10px;
}
.uyach-table {
  line-height: 16px;
}
.uyach-table a {
  color: #0072bc;
  display: block;
}
.uyach-table a:hover {
  color: #b30003;
}

.uyach-list {
  text-decoration: none !important;
  color: #333;
}
.uyach-list .title {
  color: #333;
  font-family: "Roboto Condensed";
  line-height: 16px;
  margin-top: 4px;
  text-transform: lowercase;
  color: #666;
}
.uyach-list .title .fname {
  font-weight: 500;
  color: #0072bc;
}
.uyach-list .title div::first-letter {
  text-transform: capitalize;
}
.uyach-list a:hover {
  color: #b30003;
}
.more-uyach a span {
  text-transform: uppercase;
  font-weight: 500;
}
/* Media LIST */
.media-list figure {
  margin-bottom: 5px;
  position: relative;
}
.media-list figure img {
  width: 100%;
}
.media-list .title a {
  font-family: "Roboto Condensed";
  font-size: 16px;
  /* text-transform: uppercase; */
  color: #333;
  text-decoration: none;
}
.media-list .title a:hover {
  color: #b30003;
}
.media-list figure i {
  position: absolute;
  bottom: 7px;
  right: 7px;
  color: #dd2724;
  font-size: 32px;
}

/* Sub menu */
.sub-menu .list-group-item {
  background-color: transparent;
  border: 0;
  padding-top: 5px;
  padding-left: 0;
  padding-bottom: 5px;
}
.sub-menu .list-group-item a {
  font-size: 16px;
  font-family: "Roboto Condensed";
  color: #0072bc;
  text-decoration: none;
}

.sub-menu .list-group-item a:hover {
  color: #b30003;
}
.sub-background-img {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}

/* Animation */
.imgHover figure {
  position: relative;
  overflow: hidden;
}
.imgHover figure::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.imgHover figure:hover::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

/* menu mobile */
/*-------------------------------------------------------*/

/* Nav Mobile Sidenav
/*-------------------------------------------------------*/

.sidenav {
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 320px;
  z-index: 121;
  overflow-y: auto;
  -webkit-transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1),
    -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px);
}

.sidenav--is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.content-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 121;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.16, 0.36, 0, 0.98);
  transition: 0.3s cubic-bezier(0.16, 0.36, 0, 0.98);
  background-color: rgba(0, 0, 0, 0.5);
}

.content-overlay--is-visible {
  opacity: 1;
  visibility: visible;
}

/* Nav Icon Toggle
-------------------------------------------------------*/

.nav-icon-toggle {
  padding: 0;
  display: none;
  cursor: pointer;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin-right: 20px;
  overflow: visible;
}

.nav-icon-toggle:focus {
  outline: none;
}

.nav-icon-toggle__box {
  width: 18px;
  height: 20px;
  position: relative;
  display: block;
}

.nav-icon-toggle__inner {
  display: block;
  top: 50%;
  margin-top: -1px;
  margin-left: 3px;
  width: 15px;
}

.nav-icon-toggle__inner,
.nav-icon-toggle__inner:before,
.nav-icon-toggle__inner:after {
  height: 2px;
  background-color: #171821;
  position: absolute;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.nav-icon-toggle:hover .nav-icon-toggle__inner,
.nav-icon-toggle:hover .nav-icon-toggle__inner:before,
.nav-icon-toggle:hover .nav-icon-toggle__inner:after {
  background-color: #2d95e3;
}

.nav-icon-toggle__inner:before,
.nav-icon-toggle__inner:after {
  content: "";
  display: block;
  margin-left: -3px;
}

.nav-icon-toggle__inner:before {
  top: -6px;
  width: 18px;
}

.nav-icon-toggle__inner:after {
  bottom: -6px;
  width: 18px;
}

.header-mobile-menu {
  float: left !important;
  display: block;
  margin-top: 10px;
  display: none;
}

.header-mobile-menu:hover .nav-icon-toggle__inner,
.header-mobile-menu:hover .nav-icon-toggle__inner:before,
.header-mobile-menu:hover .nav-icon-toggle__inner:after {
  background-color: #fff !important;
}

.header-mobile-menu .nav-icon-toggle__inner,
.header-mobile-menu .nav-icon-toggle__inner:before,
.header-mobile-menu .nav-icon-toggle__inner:after {
  background-color: #fff;
}
/* Sidenav Menu
-------------------------------------------------------*/

.sidenav__menu-container {
  margin-top: 52px;
}
.sidenav__menu {
  margin: 0;
  padding: 0;
}
.sidenav__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidenav__menu li {
  position: relative;
  border-bottom: 1px solid #e3e4e8;
  font-size: 14px;
  list-style: none;
  padding: 0;
}

.sidenav__menu li:last-child {
  border-bottom: 0;
}

.sidenav__menu-dropdown {
  overflow: hidden;
  display: none;
  background-color: #f7f7f7;
}

.sidenav__menu-dropdown li {
  border-color: #dbdce1;
  padding-left: 10px;
}

.sidenav__menu-dropdown li:first-child {
  border-top: 1px solid #e3e4e8;
}

.sidenav__menu-dropdown a {
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
}

.sidenav__menu-dropdown a,
.sidenav__menu-dropdown:hover,
.sidenav__menu-dropdown .sidenav__menu-toggle {
  color: #171821;
}

.sidenav__menu-toggle {
  position: absolute;
  top: 0;
  right: 5px;
  background-color: transparent;
  border: none;
  color: #54555e;
  font-size: 12px;
  padding: 0;
  width: 46px;
  height: 46px;
  text-align: center;
}

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

.sidenav__menu--is-open > a {
  background-color: #f7f7f7;
  color: #171821;
}

.sidenav__menu--is-open > a:hover {
  color: #171821;
}

.sidenav__menu--is-open > .sidenav__menu-toggle {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #54555e;
}

.sidenav__menu--is-open > .sidenav__menu-toggle:hover {
  color: #54555e;
}

.sidenav__menu-url {
  width: 100%;
  display: block;
  color: #54555e;
  padding: 12px 22px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.sidenav__menu-url:hover,
.sidenav__menu-url:focus {
  color: #2d95e3;
}

.sidenav__close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.sidenav__close-button {
  padding: 0;
  background: transparent;
  border: 0;
  color: #171821;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.sidenav__close-button:hover {
  color: #2d95e3;
}

.sidenav__close-icon {
  font-size: 22px;
  line-height: 24px;
}
.share-tool-buttons {
  margin-right: 10px;
}

.share-buttons {
  background-color: #3468af;
  text-align: center;
  color: #fff;
}

.share-buttons:hover {
  color: rgba(255, 255, 255, 0.5);
}

.share-buttons.share-twitter {
  background-color: #4fc4f6;
}

.share-buttons.share-twitter > span {
  background-color: #35aadc;
}

.share-buttons.share-facebook > span {
  background-color: #1a4e95;
}

/* Nutag*/
.pr {
  position: relative;
}
.nutag-cover-logo {
  margin-top: -60px;
  height: 80px;
  width: 80px;
  z-index: 99;
  background-color: #fff;
  position: absolute;
  border-radius: 5px !important;
  padding: 5px;
  overflow: hidden;
}
.nutag-cover-logo img {
  width: 100%;
  outline: none;
}
.nutag .card-title {
  margin: 0 0 0 100px;
}
.nutag {
  border: 0;
  width: 100%;
}
.nutag:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

/* Additional images */
.additional-images {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.additional-images .gallery-item img {
  width: 100%;
  margin: 10px 0;
  cursor: pointer;
}
.additional-images .gallery-item img:hover {
  outline: 3px solid #b30003;
}

/* News ticker */
/*-------------------------------------------------------*/
/* Trending Now
/*-------------------------------------------------------*/
.trending-now {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  height: 36px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.trending-now__label {
  background-color: #0072bc;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  display: inline-block;
  color: #fff;
  padding: 0 16px;
  line-height: 36px;
  height: 36px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 14px;
  float: left;
}
.trending-now__text {
  margin-left: 5px;
}
.trending-now--1 {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
}
.trending-now--1 .newsticker {
  border: 1px solid #e3e4e8;
}

.newsticker {
  padding-right: 80px;
  padding-left: 20px;
  overflow: hidden;
}
.newsticker__item {
  line-height: 36px;
  white-space: nowrap;
  list-style: none;
}
.newsticker__list {
  margin: 0;
  padding: 0;
}
.newsticker__item-url {
  color: #54555e;
}
.newsticker__item-url:hover {
  color: #2d95e3;
}

.newsticker-buttons {
  position: absolute;
  top: 0;
  right: 0;
}

.newsticker-button {
  background-color: transparent;
  float: left;
  padding: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 12px;
  color: #54555e;
  border: none;
}
.newsticker-button:first-child {
  border-right: 1px solid #e3e4e8;
}
.newsticker-button:focus {
  outline: none;
}
.newsticker-button:hover {
  background-color: #0072bc;
  color: #fff;
  border-color: transparent;
}
/* URALDAAN START */
.uraldaanuud-wrapper {
  background-color: #fff;
}
.uraldaan-types {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 10px;
  border: 2px solid #ddd;
}
.uraldaan-types div {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.naadam {
  height: 10px;
  width: 10px;
  display: block;
  border-radius: 50%;
}
.search-uraldaan {
  text-align: center;
  background-color: #ddd;
  padding: 10px 5px;
}
.search-uraldaan .form-inline {
  display: flex;
  justify-content: center;
}
.uls {
  background-color: #e60d00;
}
.ihhurd {
  background-color: #239cd6;
}
.bus {
  background-color: #7eb704;
}
.aimag {
  background-color: #ff9817;
}
.sum {
  background-color: #980224;
}
.busad {
  background-color: #333;
}
@media (max-width: 600px) {
  .uraldaan-types {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .uraldaan-types div {
    flex-basis: 33.33333%;
  }
}
.uraldaan-table a {
  color: #333;
}
.uraldaan-table a:hover {
  color: #b30003;
}
.uraldaan-table th {
  font-weight: 500;
  line-height: 16px;
}

.tsuvaa-list {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
}
.tsuvaa-list .tsuvaa-title {
  background-color: #eee;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}
.tsuvaa-list img {
  float: left;
  margin-right: 5px;
  width: 40px;
}
.tsuvaa-list span {
  color: #666;
}
.tsuvaa-list th {
  font-weight: 500;
}
.tsuvaa-list a {
  color: #2980b9;
}
.tsuvaa-list a:hover {
  color: #b30003;
}
.tsuvaa-list .text-right {
  vertical-align: middle;
}
.tsuvaa-list kbd {
  background-color: transparent;
  color: #0072bc;
  font-size: 24px;
  font-family: "Times New Roman";
}
.tsuvaa-info strong {
  font-weight: 500;
}

/* URALDAAN END */
@media (max-width: 767px) {
  .nav-menu {
    display: none;
  }
  .nav-icon-toggle {
    display: inline-block;
  }
  .dnone {
    display: none;
  }
  .leftSide {
    padding-right: 0 !important;
  }
  .content-box {
    padding: 0;
    background-color: transparent;
  }
  .post-list {
    padding: 5px;
    background-color: #fff;
  }
  .list-img-wrap {
    display: inline-block;
    width: 100%;
  }
  .list-txt-wrap {
    overflow: visible;
    display: block;
  }
  .list-txt-wrap a {
    padding: 10px 5px 5px 5px;
    display: inline-block;
  }
  .list-txt-wrap .txt {
    display: none;
  }
  .content-wrap,
  .main-body-wrap {
    flex-direction: column;
  }
  .leftSide,
  .main-body-wrap .top-news {
    order: 1;
    width: 100% !important;
    padding: 0;
  }
  .rightSide,
  .main-body-wrap .left-news {
    order: 2;
    width: 100% !important;
  }
  .main-body-wrap .right-news {
    order: 3;
    width: 100% !important;
  }
  header {
    padding: 5px;
    height: 50px;
  }
  header .logo img {
    height: 40px;
    position: absolute;
    left: 60px;
  }
  .search-icon {
    margin: 0;
    text-align: center;
  }
  .topnews .big-news img {
    height: auto;
    object-fit: cover;
  }
  .three-column {
    margin-bottom: 20px;
  }
  .topnews .big-news .title a {
    font-size: 20px;
    line-height: 24px;
  }
  .video-top-news .title a,
  .topnews .medium-news .title a {
    font-size: 16px;
    line-height: 20px;
  }
  .mt-180 {
    margin-top: 0;
  }
  .news-style-one h1 {
    font-size: 24px;
  }
  .news-style-one .socials {
    margin-top: 10px;
  }
  .uyach-table td {
    padding: 5px;
  }
  .uyach-table .avatar-img span {
    display: none;
  }
  .social-share {
    float: left;
    margin-right: 7px;
    line-height: 32px;
    padding-right: 5px;
    padding-left: 5px;
    color: #fff;
    text-align: center;
    margin-bottom: 8px;
    font-size: 12px;
    text-transform: normal;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .nav-menu {
    display: none;
  }
  .nav-icon-toggle {
    display: inline-block;
  }
  .medium-size-none,
  .left-news {
    display: none;
  }
  .category-news .col-md-4,
  .category-news .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  header {
    padding: 5px;
    height: 50px;
  }
  header .logo img {
    height: 40px;
    position: absolute;
    left: 60px;
  }
  .search-icon {
    margin: 0;
    text-align: center;
  }
  .uyach .col-md-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .mt-180 {
    margin-top: -100px;
  }
}

@media (max-width: 991px) {
  .entry__article_body {
    margin-top: 15px;
  }
}
@media (max-width: 1199px) {
  .nav__menu > li > a {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 10px;
  }

  .scrolling .nav__menu > li > a {
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 8px;
  }
}
