*,
*::before,
*::after {
  box-sizing: border-box;
}

*:focus,
*:active {
  outline: none !important;
  box-shadow: none !important;
}

html {
overflow-x: hidden;
}

*,
body {
  direction: rtl;
  text-align: right;
}

body {
  background: #f5f8f8;
  line-height: unset;
}

ul,
li {
  list-style: none;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

div,
button,
label,
input,
select,
a {
  outline: unset !important;
}

p {
  margin-bottom: unset;
}

a {
  text-decoration: none !important;
}

button {
  background-color: transparent;
  border: unset;
  padding: 0;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

.modal-backdrop.show {
  opacity: 0.85;
}

body {
  overflow-x: hidden;
  position: relative;
}

@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/site/Flat-Regular.ttf');
  src: local('Montserrat-Regular'),
    url('../fonts/site/Flat-Regular.ttf') format('truetype');
}
@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/site/Flat-Regular.ttf');
  src: local('Montserrat-Bold'),
    url('../fonts/site/Flat-Regular.ttf') format('truetype');
}
/**
 * NAVBAR SEARCH
 */
.navbar .search-form {
  float: right;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.navbar .search-form .input-group {
  display: block;
  padding-right: 30px;
  width: 30px;
  overflow: hidden;
  border-left: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}

.navbar .search-form.open .input-group {
  border-left: 2px solid #5f5f5f;
  transition: all 0.2s ease-in-out;
}

.navbar .search-form .form-control,
.navbar .search-form .form-control:focus {
  height: 30px;
  padding: 6px 12px 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  background-color: transparent;
  border-color: transparent;
}

.navbar .search-form .input-group-btn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  z-index: 2;
}

.navbar .hvr-underline-from-right:before {
  bottom: -5px;
  background: #808082;
}

.navbar .search-form .input-group-btn .icon {
  position: relative;
  bottom: -3px;
  left: -1px;
  font-size: 16px;
}

.navbar .search-form .btn {
  padding: 5px 8px;
  border-radius: 0;
  /*color:#fff;*/
  background-color: transparent;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}

.navbar .search-form .btn:active,
.navbar .search-form .btn:hover,
.navbar .search-form .btn:focus,
.navbar .search-form.open .btn {
  color: #fff;
  background-color: #5f5f5f;
  border: 1px solid #5f5f5f;
  transition: all 0.2s ease-in-out;
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0;
}

.navbar .search-form.open .input-group {
  width: 145px;
  transition: width 0.3s ease-in-out;
}

:-ms-input-placeholder {
  color: #555 !important;
}

::-moz-placeholder {
  color: #555 !important;
}

:-moz-placeholder {
  color: #555 !important;
}

::-webkit-input-placeholder {
  color: #555 !important;
}

@media (max-width: 767px) {
  nav {
    background-color: #25adb9;
    padding: 0 !important;
    height: 75px;
    line-height: 1.5;
  }
  .navbar .search-form {
    float: none;
    margin-top: 0px;
    padding: 14px 0;
  }

  .navbar .search-form .input-group,
  .navbar .search-form.open .input-group {
    width: auto;
    transition: none;
    border-left: 2px solid #5f5f5f;
  }

  .navbar .search-form .btn {
    background-color: #5f5f5f;
    border: 1px solid #5f5f5f;
    transition: none;
  }

  :-ms-input-placeholder {
    color: #555 !important;
    text-transform: uppercase;
  }

  ::-moz-placeholder {
    color: #555 !important;
    text-transform: uppercase;
  }

  :-moz-placeholder {
    color: #555 !important;
    text-transform: uppercase;
  }

  ::-webkit-input-placeholder {
    color: #555 !important;
    text-transform: uppercase;
  }
}
@media (min-width: 768px) and (max-width: 780px) {
  .navbar .search-form.open .input-group {
    width: 135px;
  }
}
@media (min-width: 980px) {
  .navbar .search-form.open .input-group {
    width: 230px;
  }
}
@media (min-width: 1300px) {
  .navbar .search-form .input-group-btn {
    width: 32px;
    height: 32px;
  }

  .navbar .search-form .input-group-btn .icon {
    font-size: 18px;
  }

  .navbar .search-form .form-control,
  .navbar .search-form .form-control:focus {
    height: 32px;
  }

  .navbar .search-form .input-group {
    padding-right: 32px;
    width: 32px;
  }
}

nav {
  background-color: #276500;
  padding: 0 !important;
  height: 50px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  nav {
    background-color: #25adb9;
    padding: 0 !important;
    height: 75px;
    line-height: 1.5;
  }
}
nav .dropdown-menu {
  position: static;
  float: none;
  width: 100%;
  margin-top: 0;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 12px;
  border-radius: 3px;
  padding: 0;
}
nav .dropdown-menu a {
  padding: 10px 6px;
  display: flex;
  align-items: center;
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 10px;
  color: #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  background: #276500;
}
nav .dropdown-menu a:last-of-type {
  border-bottom: unset;
  border-radius: 3px;
}
nav .dropdown-item:focus,
nav .dropdown-item:hover {
  background-color: #808082;
  color: #ffffff;
}
nav .dropdown-toggle::after {
  display: none;
}

/*.main-links {
  margin: 0 auto;
}*/

.main-links .active a::after {
  content: '';
  border-bottom: 4px solid #808082;
  bottom: -5px;
  right: 0;
  width: 100%;
  position: absolute;
  display: block;
}
.main-links .active a::before {
  content: '';
  height: 0;
}
.main-links ul li {
  margin-right: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-links ul li {
    margin-right: 6px;
  }
}
.main-links ul li:nth-child(2)::before,
.main-links ul li:nth-child(3)::before,
.main-links ul li:nth-child(4)::before,
.main-links ul li:nth-child(5)::before,
.main-links ul li:nth-child(6)::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50px;
  display: block;
  position: absolute;
  top: 50%;
}

.main-links ul li:first-of-type {
  margin-right: 0;
}
.main-links ul li a {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 16px;
  color: #fff;
  overflow: inherit;
  padding-right: 10px !important;
  font-weight: bold;
}

.main-links ul li a i {
  font-size: 14px;
  color: #fff;
  margin-right: 6px;
}

.special-link ul {
  margin-bottom: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
}
.special-link ul li {
  margin-right: 7px;
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .special-link ul li {
    margin-right: 10px;
  }
}
.special-link ul li a > div {
  display: flex;
  align-items: center;
}
.special-link ul li:first-child {
  margin-right: 0;
}

.special-link ul li i {
  font-size: 20px;
  color: #fff;
}

.special-link ul li span {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 14px;
  color: #fff;
  margin-right: 6px;
}
.special-link ul li button {
  padding: 0;
  display: flex;
  align-items: center;
}

.navbar-form-search {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #bbbbbb !important;
}
.navbar-form-search ::-webkit-input-placeholder {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #bbbbbb !important;
}
.navbar-form-search :-moz-placeholder {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #bbbbbb !important;
  opacity: 1;
}
.navbar-form-search ::-moz-placeholder {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #bbbbbb !important;
  opacity: 1;
}
.navbar-form-search :-ms-input-placeholder {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #bbbbbb !important;
}
.navbar-form-search ::-ms-input-placeholder {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #bbbbbb !important;
}
.navbar-form-search ::placeholder {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #bbbbbb !important;
}
.navbar-form-search .search-form-container {
  text-align: right;
  position: absolute;
  width: 210px;
  overflow: hidden;
  right: 0;
  top: -8px;
  z-index: 9;
  background: #f1f1f1;
  transition: all 0.3s ease-in-out;
}
.navbar-form-search .search-form-container.hdn {
  width: 0;
}
.navbar-form-search .search-form-container .form-control {
  background: #f1f1f1;
}
.navbar-form-search .search-form-container .search-input-group .form-group {
  margin: 0;
}

#hide-search-input-container i {
  position: absolute;
  left: 6px;
  top: 2px;
  background: #f1f1f1;
  width: 25px;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991.98px),
  (min-width: 576px) and (max-width: 767.98px),
  (max-width: 575.98px) {
  .navbar {
    display: none;
  }
}

#sidebar {
  z-index: 99999;
}
#sidebar ul li a {
  align-items: center;
  text-decoration: none;
  height: 35px;
  display: flex;
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 18px;
  color: #2d2626;
  padding: 0;
}
#sidebar ul li a:hover {
  color: #ffffff;
  background: #276500;
}
#sidebar ul li a:hover span {
  color: #ffffff;
}
#sidebar ul li a span {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 14px;
  color: #fff;
  margin-right: 12px;
  height: 100%;
  display: flex;
  align-items: center;
}
#sidebar ul li.active > a,
#sidebar ul a[aria-expanded='true'] {
  color: #fff;
  background: #276500;
}
#sidebar a[data-toggle='collapse'] {
  position: relative;
}

#sidebar.active {
  right: 0;
}

#sidebar.active .sidebar-wrapper {
  right: 0 !important;
  z-index: 9999;
}

.close-sidebar {
  padding: 0 15px;
  height: 50px;
  display: flex;
  align-items: center;
}

/*------scroll bar---------------------*/
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
body {
  font-size: 0.9rem;
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/
.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}

.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
}

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 300px;
  }
}
#show-sidebar {
  position: fixed;
  left: 0;
  top: 10px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
}

.page-wrapper.toggled #show-sidebar {
  left: -40px;
}

.sidebar-wrapper {
  width: 210px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 999;
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
}
.sidebar-wrapper ul li {
  display: block;
  align-items: center;
  border-bottom: 1px solid #808082;
}
.sidebar-wrapper ul li:last-of-type {
  border-bottom: unset;
}

.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}

#nav-close-mobile {
  position: absolute;
  left: -25px;
  top: 0;
  width: 25px;
  height: 25px;
  background-color: #808082;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 15px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  color: #ffffff;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px !important;
  color: #ffffff;
  line-height: 24px;
}
.sidebar-wrapper
  .sidebar-menu
  .sidebar-dropdown
  .sidebar-submenu
  li:last-of-type {
  border-bottom: unset;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a {
  padding: 0 15px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  color: #ffffff;
}

.chiller-theme .sidebar-wrapper {
  background: #276500;
  border-left: 2px solid#808082;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  border-color: transparent;
  box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand > a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer > a {
  color: #818896;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand > a:hover,
.chiller-theme .sidebar-footer > a:hover i {
  color: #b8bfce;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
  color: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
  color: #ffffff;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme
  .sidebar-wrapper
  .sidebar-dropdown
  .sidebar-submenu
  li
  a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus + span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
  color: #16c7ff;
  text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i {
  background: #2d2626;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div {
  background-color: #ffffff;
}

#mobile-navigation {
  /*border-bottom: 1px solid #276500;*/
  -webkit-box-shadow: 0 0 1px 2px rgba(0, 0, 0.7, 0.07);
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0.7, 0.07);
  background-color: #fff;
  height: 60px;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }
}

@media (min-width: 1200px), (min-width: 992px) and (max-width: 1199.98px) {
  #mobile-navigation {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px),
  (min-width: 576px) and (max-width: 767.98px),
  (max-width: 575.98px) {
  #mobile-navigation {
    display: flex;
    align-items: center;
  }
}
#mobile-navigation .mobile-trigger {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  margin-right: 15px;
}
#mobile-navigation .mobile-trigger button i {
  font-size: 20px;
  color: #276500;
}
#mobile-navigation .mobile-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#mobile-navigation .mobile-logo img {
  margin: 0 auto;
  display: block;
  width: 150px;
}
#mobile-navigation .mobile-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  margin-right: 15px;
}
#mobile-navigation .mobile-search ul {
  padding-right: 0;
}
#mobile-navigation .mobile-search ul li i {
  font-size: 20px;
  color: #276500;
}
#mobile-navigation .open-nav i {
  font-size: 30px;
  color: #18222f;
  line-height: 24px;
}

.panel-container {
  display: flex;
  border-top: 1px solid #ffffff;
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}
.panel-container ::-webkit-scrollbar-thumb {
  background: #276500 !important;
}

.social-links {
  border-left: 1px solid #ffffff;
  height: 100vh;
}
.social-links ul {
  padding-right: 0;
  margin-bottom: 0;
  display: block;
}
.social-links ul li {
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 18px;
  display: flex;
  align-items: center;
  align-items: center;
  border-bottom: 1px solid #ffffff;
  overflow: hidden;
}
.social-links ul li:last-of-type {
  border-bottom: unset;
}
.social-links ul li a {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.social-links ul li a i {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-links ul li a .fa-facebook-f {
  background-color: #1877f2;
}
.social-links ul li a .fa-twitter {
  background-color: #00acee;
}
.social-links ul li a .fa-instagram {
  background-color: #c32aa3;
}
.social-links ul li a .fa-whatsapp {
  background-color: #128c7e;
}
.social-links ul li a .fa-linkedin-in {
  background-color: #0e76a8;
}
.social-links ul li a .fa-youtube {
  background-color: #c4302b;
}

.mobile-links {
  width: 100%;
}
.mobile-links ul {
  display: block;
  padding-right: 0;
  margin-bottom: 0;
}
.mobile-links ul li {
  border-bottom: 1px solid #ffffff;
  display: block;
}
.mobile-links ul li:last-of-type {
  border-bottom: unset;
}
.mobile-links ul li a {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 20px;
  color: #ffffff;
  padding-right: 12px;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
@media (max-width: 575.98px) {
  .mobile-links ul li a {
    padding: 0 15px;
    height: 40px;
  }
}

.navigation-settings {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.navigation-settings .registration-button {
  padding-left: 12px;
}

#sticky-Header {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 99;
  background-color: green;
  height: 50px;
  display: flex;
  align-items: center;
}
#sticky-Header > .row {
  width: 100%;
  margin: 0;
}

.mobile-signIn i {
  font-size: 20px;
  color: #ffffff;
  text-align: left;
  display: block;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .registration-button {
    text-align: center;
  }
}

.registration-button .dropdown-toggle::after {
  content: '\f107';
  border-left: unset !important;
  border-right: unset !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  height: auto;
  width: auto;
  margin-left: 0;
  border-top: unset;
  margin-top: 6px;
  margin-right: 6px;
  font-size: 16px;
}

.registration-button .dropdown-toggle {
  font-family: Montserrat-Regular, sans-serif;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
}

.registration-button .dropdown-menu {
  padding: 0;
  border-radius: unset;
  background-color: #242424;
  border: unset;
}

.registration-button .dropdown-item {
  font-family: Montserrat-Regular, sans-serif;
  font-size: 18px;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-bottom: 1px solid #464749;
  height: 40px;
  display: flex;
  align-items: center;
}

.registration-button .dropdown-item:hover {
  background-color: unset;
}

.registration-button .dropdown-item:last-of-type {
  border-bottom: unset;
}

/*  */
.block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  border: #a0a0a0 solid 1px;
  margin: 0;
  z-index: 99999;
}

.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0;
}

.cente#276500 {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 10px 15px;
  color: #fff;
  border: none;
  background: transparent;
}

#search-box {
  position: relative;
  width: 100%;
  margin: 0;
}

#search-form {
  height: 50px;
  border: 1px solid #999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
}

#search-text {
  font-size: 14px;
  color: #ddd;
  border-width: 0;
  background: transparent;
}

#search-box input[type='text'] {
  width: 100%;
  height: 100%;
  padding: 0 12px;
  color: #333;
  outline: none;
  font-size: 1.4em;
  font-family: Montserrat-Regular, sans-serif;
  font-size: 18px;
}

#search-button {
  height: 40px;
  width: 140px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-width: 0;
  background-color: #f4792a;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  margin-top: 48px;
  font-family: Montserrat-Regular, sans-serif;
  font-size: 18px;
}

#close-btn {
  position: fixed;
  top: 1em;
  right: 1em;
}

#close-btn:hover {
  color: #777;
  cursor: pointer;
}

#search .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: green;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translateY(-100%);
  z-index: 2;
}
#search .overlay.-is-shown {
  transform: translateY(0);
  height: 100vh;
}
#search .overlay-2 {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(55, 161, 213, 0.8);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translateY(-100%);
  transition-delay: 0.1s;
  z-index: 99999;
}
#search .overlay-2 .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#search .overlay-2.-is-shown {
  transform: translateY(0);
}
#search .search-container {
  position: fixed;
  left: 50%;
  width: 500px;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #fff;
  height: 50px;
  position: relative;
}
@media (max-width: 575.98px) {
  #search .search-container {
    width: 250px;
    height: 40px;
  }
}
#search .search-container input {
  background-color: transparent;
  width: 100%;
  border: unset;
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 20px;
  color: #ffffff;
  line-height: 24px;
}
#search .search-container input::placeholder {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 20px;
  color: #ffffff;
  line-height: 24px;
}
#search .search-container button {
  background-color: transparent;
  border: unset;
}
#search .search-container button i {
  font-size: 18px;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  #search .search-container button i {
    font-size: 14px;
  }
}
#search .search-submit {
  margin: 30px auto auto auto;
  display: block;
  background-color: transparent;
  border: 2px solid #ffffff;
  width: 120px;
  height: 35px;
  border-radius: 20px;
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 18px;
  color: #ffffff;
  transition: 0.5s;
}
#search .search-submit:hover {
  background-color: green;
  transition: all ease-in 0.5s;
}
#search .btn-close-search {
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 30px;
  font-size: 25px;
  color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199.98px), (max-width: 575.98px) {
  #search .btn-close-search {
    font-size: 20px;
  }
}

.overlayBg.active {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  display: block;
  right: 0;
  left: 0;
  top: 0;
}

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 9999;
}
#search input[type='search'] {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 80%;
  background: transparent;
  text-align: center;
  margin: 0px auto;
  outline: none;
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 18px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  border-top: unset;
  border-right: unset;
  border-left: unset;
  padding-bottom: 12px;
  text-align: right;
}
#search ::-webkit-input-placeholder {
  color: #ffffff !important;
}
#search :-moz-placeholder {
  color: #ffffff !important;
  opacity: 1;
}
#search ::-moz-placeholder {
  color: #ffffff !important;
  opacity: 1;
}
#search :-ms-input-placeholder {
  color: #ffffff !important;
}
#search ::-ms-input-placeholder {
  color: #ffffff !important;
}
#search ::placeholder {
  color: #ffffff !important;
}
#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  margin: 50px auto auto auto;
  background-color: #276500;
  border: unset;
  width: 150px;
  border-radius: 24px;
  transform: translate(50%, 50%);
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 16px;
  color: #ffffff;
  height: 35px;
}
@media (max-width: 575.98px) {
  #search .btn {
    width: 125px;
    font-size: 14px;
    height: 30px;
  }
}
#search .close {
  position: fixed;
  top: 12px;
  right: 12px;
  color: #ffffff;
  background-color: #276500;
  opacity: 1;
  font-size: 18px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: unset;
}
#search .close::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f00d';
}
#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

.mobile-features {
  display: flex;
  align-items: center;
  height: 55px;
  border-bottom: 1px solid #848080;
  padding: 0 12px;
}

#search-overlay {
  display: none;
}

.block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  margin: 0;
  z-index: 99999;
}

.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0;
}

.cente#276500 {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 10px 15px;
  color: #fff;
  border: none;
  background: transparent;
}

#search-box {
  position: relative;
  width: 100%;
  margin: 0;
}

#search-form {
  height: 4em;
  border: 1px solid #999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  overflow: hidden;
}

#search-text {
  font-size: 14px;
  color: #ddd;
  border-width: 0;
  background: transparent;
}

#search-box input[type='text'] {
  width: 90%;
  padding: 20px;
  color: #333;
  outline: none;
  font-size: 1.4em;
}

#search-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 4.7em;
  width: 100px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-width: 0;
  background-color: #4d90fe;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
}

#close-btn {
  position: fixed;
  top: 1em;
  right: 1em;
}

#close-btn:hover {
  color: #777;
  cursor: pointer;
}

header {
  background-color: #fff;
  height: 150px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 10px 0;
}

@media (min-width: 768px) and (max-width: 991.98px),
  (min-width: 576px) and (max-width: 767.98px),
  (max-width: 575.98px) {
  header {
    display: none;
  }
}

#widget-container {
  display: flex;
  align-items: center;
  height: 100%;
}

#logo img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

#widget-links {
  margin-right: 24px;
}
#widget-links ul {
  padding-right: 0;
  margin-bottom: 0;
}
#widget-links ul li {
  margin-right: 12px;
}
#widget-links ul li a {
  display: flex;
  align-items: center;
}
#widget-links ul li a i {
  font-size: 16px;
  color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199.98px),
  (min-width: 768px) and (max-width: 991.98px) {
  #widget-links ul li a i {
    font-size: 14px;
  }
}
#widget-links ul li a h3 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  margin-right: 6px;
}
@media (min-width: 992px) and (max-width: 1199.98px),
  (min-width: 768px) and (max-width: 991.98px) {
  #widget-links ul li a h3 {
    font-size: 16px;
    line-height: 26px;
  }
}

.features-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

@media (min-width: 768px) and (max-width: 991.98px),
  (min-width: 576px) and (max-width: 767.98px),
  (max-width: 575.98px) {
  #page-container aside {
    display: none;
  }
}

.ads {
  /*background-color: #ffffff;*/
  border-radius: 3px;
  /*padding: 12px;*/
  margin: 20px auto 0px auto;
  width: fit-content;
  border: 1px solid #e2e2e2;
  padding: 10px;
}

.new-ad {
  border: 1px solid #e2e2e2;
  padding: 10px;
  border-radius: 3px;
}

div.ads {
  text-align: center;
}
#popular-read {
  margin-top: 24px;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 12px 12px 0 12px;
}
#popular-read .popular-title {
  border-bottom: 1px solid #efecea;
  display: flex;
  align-items: flex-start;
  padding-bottom: 12px;
}
#popular-read .popular-title i {
  font-size: 20px;
  color: #276500;
  margin-top: 4px;
}
#popular-read .popular-title span {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 20px;
  color: #2d2626;
  margin-right: 6px;
}
#popular-read .popular-content {
  padding: 6px 0;
  border-bottom: 1px solid #efecea;
}
#popular-read .popular-content:last-child {
  border-bottom: unset;
}
#popular-read .popular-content a {
  display: flex;
  align-items: baseline;
}
#popular-read .popular-content a:hover span {
  background-color: #276500;
  color: #ffffff;
}
#popular-read .popular-content a span {
  background-color: #efebe7;
  min-width: 20px;
  height: 20px;
  position: relative;
  top: 6px;
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 14px;
  color: #643612;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
#popular-read .popular-content a .article-title,
#popular-read .popular-content a h3 {
  margin-right: 12px;
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 16px;
  color: #999999;
  line-height: 26px;
  max-height: 52px;
  height: 52px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #popular-read .popular-content a .article-title,
  #popular-read .popular-content a h3 {
    font-size: 13px;
    line-height: 23px;
    max-height: 47px;
    height: 47px;
  }
}

.bg-section {
  /* margin-top: 24px;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 12px 12px 0 12px; */
}

.bg-section .popular-sections-title {
  border-bottom: 1px solid #efecea;
  display: flex;
  align-items: flex-start;
  padding-bottom: 12px;
  position: relative;
}

.bg-section .popular-sections-title::before {
  content: '';
  border-right: 6px solid #276500;
  position: absolute;
  height: 25px;
  font-weight: 700;
}

.bg-section .popular-sections-title span {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 20px;
  color: #2d2626;
  margin-right: 16px;
}
.bg-section .popular-sections-content {
  padding: 6px 0;
  border-bottom: 1px solid #efecea;
}
@media (min-width: 768px) and (max-width: 991.98px),
  (min-width: 576px) and (max-width: 767.98px),
  (max-width: 575.98px) {
  .bg-section .popular-sections-content {
    padding: 12px 0;
  }
}
.bg-section .popular-sections-content:last-of-type {
  border-bottom: unset;
}
.bg-section .popular-sections-content .row {
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991.98px),
  (min-width: 576px) and (max-width: 767.98px) {
  .bg-section .popular-sections-content .row {
    align-items: flex-start;
  }
}
.article-content h2 {
  font-size: 20px;
  line-height: 1.7;
  color: #276500;
  font-weight: bold;
}
.bg-section .popular-sections-content .article-content {
  margin-right: 6px;
}
.bg-section .popular-sections-content .article-content span {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #276500;
}
.bg-section .popular-sections-content .article-content .article-title,
.bg-section .popular-sections-content .article-content h3 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 14px;
  color: #18222f;
  line-height: 26px;
  max-height: 52px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bg-section .popular-sections-content .article-content .article-title,
  .bg-section .popular-sections-content .article-content h3 {
    max-height: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .bg-section .popular-sections-content .article-content .article-title,
  .bg-section .popular-sections-content .article-content h3 {
    font-size: 13px;
    line-height: 23px;
    max-height: 47px;
  }
}

.gutter-container {
  position: relative;
  width: 100%;
}
.gutter-container .right-gutter {
  position: absolute;
  right: -180px;
  top: 57px;
}
.gutter-container .left-gutter {
  position: absolute;
  left: -180px;
  top: 57px;
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .gutter-container {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px),
  (min-width: 768px) and (max-width: 991.98px),
  (min-width: 576px) and (max-width: 767.98px),
  (max-width: 575.98px) {
  .gutter-container {
    display: none;
  }
}

#middle-adsense-con {
  margin-top: 24px;
}
#middle-adsense-con .middle-adsense {
  display: flex;
  justify-content: center;
}

#main-articles,
#sport,
#videos,
#mix {
  margin-top: 24px;
}

#videos img {
  border-radius: 3px;
}

#videos a:nth-child(2) {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}

#videos .article-overlay {
  bottom: 0;
  border-radius: 3px;
}

.home-album {
  position: relative;
}
#main-articles .big-card-article {
  border-radius: 3px;
  overflow: hidden;
}
.news-card-section .big-card-article {
  border-radius: 3px;
  overflow: hidden;
  margin: 10px auto;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #education-section .main-title {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  #education-section .main-container .row .col-12:last-of-type {
    order: -2;
    margin-bottom: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #education-section .main-container .row .col-12:last-of-type {
    order: -2;
    margin-bottom: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #education-section .main-container .row .col-12:last-of-type .medium-card {
    margin-top: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px),
  (min-width: 576px) and (max-width: 767.98px),
  (max-width: 575.98px) {
  #main-articles .big-card-article,
  #main-articles .video-main-article {
    margin-top: 12px;
  }
}
#main-articles .big-card-article .row {
  height: auto;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #main-articles .nested-container .col-4 {
    padding-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #main-articles .nested-container .col-8 {
    padding-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #main-articles .nested-container .article-image img {
    border-radius: unset;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #main-articles .nested-container .article-content {
    border-radius: unset;
    padding: 4px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
}
@media (max-width: 575.98px) {
}
.nested-article {
  margin-top: 12px;
}

#mix {
  padding-bottom: 12px;
}
@media (min-width: 1200px),
  (min-width: 576px) and (max-width: 767.98px),
  (max-width: 575.98px) {
  #mix .main-title {
    margin-bottom: 0;
  }
}

.article-overlay {
  background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0), #1e1c1c);
  position: absolute;
  display: block;
  bottom: -1px;
  height: 150px;
  width: 100%;
}

.main-article {
  position: relative;
  transition: 0.3s ease-in-out;
  border-radius: 3px;
  overflow: hidden;
}
.main-article:hover i {
  color: #276500;
}
.main-article i {
  position: absolute;
  right: 45%;
  left: 45%;
  top: 45%;
  z-index: 99;
  font-size: 45px;
  color: #ffffff;
  line-height: 28px;
}
@media (max-width: 575.98px) {
  .main-article i {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-article i {
    font-size: 40px;
  }
}
.main-article span {
  position: absolute;
  top: 10px;
  background-color: #808082;
  padding: 0 12px;
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 18px;
  color: #ffffff;
  height: 22px;
  display: flex;
  align-items: center;
  z-index: 2;
  right: 10px;
  border-right: 5px solid #276500;
}
@media (min-width: 768px) and (max-width: 991.98px),
  (min-width: 576px) and (max-width: 767.98px),
  (max-width: 575.98px) {
  .main-article span {
    font-size: 10px;
    height: 20px;
  }
}
.main-article h3 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 24px;
  color: #ffffff;
  line-height: 34px;
  position: absolute;
  padding: 0 12px;
  bottom: 20px;
  text-align: right;
  max-height: 70px;
  overflow: hidden;
  z-index: 2;
  min-height: 55px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .main-article h3 {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 575.98px) {
  .big-card-article .row {
    height: 115px;
    overflow: hidden;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
}
.big-card-article .article-image img {
  border-radius: 3px 3px 0 0;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .big-card-article .article-image img {
    border-radius: 0;
  }
}
.big-card-article .article-content {
  background-color: #ffffff;
  padding: 12px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .big-card-article .article-content {
    padding: 4px;
  }
}
.big-card-article .article-content a > span {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #276500;
  display: block;
  text-align: right;
  margin-top: 5px;
}

.big-card-article .article-content h3 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 16px;
  color: #2d2626;
  line-height: 26px;
  margin-top: 12px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .big-card-article .article-content h3 {
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .big-card-article .article-content h3 {
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .big-card-article .article-content h3 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
  }
}

.video-main-article {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .video-main-article {
    margin-top: 12px;
  }

  .ticket-bg-border {
    border: 12px solid transparent;
  }
}
.video-main-article:hover i {
  color: #276500;
}
.time- span {
  position: absolute;
  padding: 0 5px;
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #18222f;
  height: 15px;
  display: flex;
  align-items: center;
  z-index: 2;
  border-right: 3px solid #276500;
}

.video-main-article span {
  position: absolute;
  top: 10px;
  background-color: #18222f;
  padding: 0 12px;
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #ffffff;
  height: 22px;
  display: flex;
  align-items: center;
  z-index: 2;
  right: 10px;
  border-right: 5px solid #276500;
}
@media (min-width: 768px) and (max-width: 991.98px),
  (min-width: 576px) and (max-width: 767.98px),
  (max-width: 575.98px) {
  .video-main-article span {
    font-size: 10px;
    height: 20px;
  }
}
.video-main-article i {
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translate(-42%, -75%);
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .video-main-article i {
    font-size: 30px;
    transform: translate(-45%, -75%);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .video-main-article i {
    font-size: 35px;
  }
}
.video-main-article h3 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 24px;
  font-size: 16px;
  color: #ffffff;
  line-height: 34px;
  line-height: 27px;
  position: absolute;
  padding: 0 12px;
  bottom: 20px;
  text-align: right;
  max-height: 80px;
  overflow: hidden;
  z-index: 2;
  min-height: 55px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #main-nested {
    margin-top: 0 !important;
  }
}

.nested-container {
  margin-top: 12px;
}

.small-card-article {
  border-radius: 3px;
  overflow: hidden;
  transition: all linear 0.3s;
}

.small-card-article:hover .article-content span {
  color: #276500;
  border-right: 3px solid #808082;
  padding-right: 3px;
}

@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .nested-container {
    margin-top: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .small-card-article {
    margin-top: 0;
    overflow: hidden;
  }
}

@media (max-width: 575.98px) {
  .small-card-article .pr-sm-0 {
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .small-card-article .pl-sm-0 {
    padding-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .small-card-article .col-5 {
    padding-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .small-card-article .col-7 {
    padding-right: 0;
  }
}
.small-card-article .article-image img {
  border-radius: 3px 3px 0 0;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .small-card-article .article-image img {
    border-radius: 0;
  }
}
.small-card-article .article-content {
  background-color: #ffffff;
  padding: 12px;
}
.video .article-content {
  background-color: #343a40;
  padding: 10px 10px 0 10px;
}
.video .col-5 {
  padding-right: 0px;
}
.video .col-7 {
  padding-left: 0px;
}
.video img {
  position: absolute;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .small-card-article .article-content {
    padding: 4px;
  }
}
.small-card-article .article-content a > span {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #18222f;
  text-align: right;
  padding: 3px 5px;
  border-right: 3px solid #276500;
  display: block;
  margin-top: 10px;
}

.article-details .article-time {
  margin-bottom: 10px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .small-card-article .article-content a > span {
    font-size: 12px;
    margin-right: 8px;
  }
}
.small-card-article .article-content h2 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 16px;
  color: #18222f;
  line-height: 30px;
  margin-top: 6px;
  overflow: hidden;
  min-height: 65px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0);
}
.small-card-article .article-content h3 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 16px;
  color: #18222f;
  line-height: 30px;
  margin-top: 6px;
  overflow: hidden;
  min-height: 65px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0);
  font-weight: 700;
}
.article-image .fa-play-circle {
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translate(-42%, -75%);
  z-index: 2;
  overflow: hidden;
}
.article-image .fa-play-circle:hover i {
  color: #276500;
}
.video .article-content h3 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  margin-top: 6px;
  height: 50px;
  overflow: hidden;
  min-height: 60px;
}
@media (max-width: 767.98px) {
  .small-card-article img {
    position: absolute;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .small-card-article .article-content h3 {
    /*height: 900px;*/
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .small-card-article .article-content h3 {
    font-size: 16px;
    line-height: 24px;
    margin-right: 8px;
    min-height: 50px;
    margin-top: 8px;
    margin-bottom: 0px;
  }

  .new-style {
    margin-top: 0px !important;
  }
}
/*.small-card-article .article-details {*/
/*margin-top: 6px;*/
/*}*/

.video-nested-article {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .video-nested-article {
    margin-top: 12px;
    margin-right: 6px;
  }

  #card-icons-sec .card-con {
    margin-top: 8px;
  }
}
.video-nested-article:hover i {
  color: #276500;
}
.video-nested-article span {
  position: absolute;
  top: 0;
  background-color: #276500;
  border-radius: 0 10px 0 0;
  padding: 0 12px;
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #ffffff;
  height: 22px;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 991.98px),
  (max-width: 575.98px),
  (min-width: 576px) and (max-width: 767.98px) {
  .video-nested-article span {
    font-size: 10px;
    height: 20px;
  }
}
.video-nested-article i {
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translate(-42%, -75%);
  z-index: 2;
  transition: 0.2s ease-in-out;
}
@media (max-width: 575.98px) {
  .video-nested-article i {
    font-size: 30px;
    transform: translate(-45%, -75%);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .video-nested-article i {
    font-size: 35px;
  }
}
.video-nested-article h3 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
  position: absolute;
  padding: 0 12px;
  bottom: 20px;
  text-align: right;
  max-height: 50px;
  overflow: hidden;
  z-index: 2;
}

.medium-card {
  background-color: var(--dark);
  height: 100%;
  padding: 0 12px;
  position: relative;
  border-radius: 3px;
}
.medium-card > a span {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #fff;
  display: block;
  text-align: right;
  padding-top: 24px;
}
.medium-card h3 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  max-height: 80px;
  overflow: hidden;
  margin-top: 24px;
}
.medium-card h4 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  max-height: 124px;
  overflow: hidden;
  margin-top: 24px;
}
.medium-card .article-details {
  position: absolute;
  bottom: 15px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .medium-card .article-details {
    position: unset;
    bottom: 0;
    padding-bottom: 6px;
  }
}

#sport .video-main-article:hover i,
#sport .video-nested-article:hover i {
  color: #179f0b !important;
}

.sport-section {
  background-color: #179f0b !important;
}

.mix-section-con {
  /* background-color: #ffffff; */
  border-radius: 3px;
  margin-top: 12px;
}

.mix-section-title {
  padding: 12px;
}
.mix-section-title h2 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 24px;
  color: #2d2626;
}
@media (min-width: 768px) and (max-width: 991.98px),
  (min-width: 992px) and (max-width: 1199.98px) {
  .mix-section-title h2 {
    font-size: 20px;
  }
}

.mix-min-article {
  position: relative;
  background-color: #fff;
  /*border-radius: 3px;*/
}

.mix-min-article img {
  /*border-radius: 3px 3px 0 0;*/
}

.mix-min-article a > span {
  position: absolute;
  top: 0;
  background-color: #276500;
  padding: 0 12px;
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #ffffff;
  height: 22px;
  display: flex;
  align-items: center;
  z-index: 2;
}
.mix-min-article h3 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 18px;
  color: #2d2626;
  line-height: 28px;
  margin-top: 6px;
  padding: 0 12px;
  max-height: 85px;
  height: 85px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991.98px),
  (min-width: 992px) and (max-width: 1199.98px) {
  .mix-min-article h3 {
    font-size: 16px;
    line-height: 26px;
    max-height: 80px;
    height: 80px;
  }
}
.mix-min-article .article-details {
  padding-bottom: 12px;
  padding-right: 12px;
  padding-left: 12px;
}

.mix-sections-content {
  background-color: #ffffff;
  padding: 6px;
  margin-top: 10px;
  border-radius: 3px;
}

.mix-sections-content .article-details .article-time span {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #18222f;
  margin-right: 6px;
}

.mix-sections-content .article-details {
  display: flex;
  align-items: flex-end;
  margin-top: 15px;
  padding-bottom: 0;
}

@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .mix-sections-content {
    padding: 12px 6px;
  }
}
.mix-sections-content:first-of-type {
  border-top: 1px solid #efecea;
}
.mix-sections-content:last-of-type {
  border-bottom: unset;
}
.mix-sections-content .row {
  align-items: center;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .mix-sections-content .row {
    align-items: flex-start;
  }
}
.mix-sections-content .article-content {
  margin-right: 6px;
  height: 100%;
}
.mix-sections-content .article-content span {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #276500;
}
.mix-sections-content .article-content h3 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 16px;
  color: #18222f;
  line-height: 24px;
  height: 50px;
  overflow: hidden;
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991.98px),
  (min-width: 992px) and (max-width: 1199.98px) {
  .mix-sections-content .article-content h3 {
    font-size: 12px;
    line-height: 22px;
    height: 45px;
    margin-top: 15px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .mix-sections-content .article-content h3 {
    margin-top: -6px;
  }
}

.mini-article {
  background-color: #ffffff;
  padding: 12px;
  border-radius: 3px;
}
.mini-article h3 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 18px;
  color: #2d2626;
  line-height: 28px;
  max-height: 55px;
  overflow: hidden;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .mini-article h3 {
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px),
  (min-width: 768px) and (max-width: 991.98px),
  (min-width: 576px) and (max-width: 767.98px),
  (max-width: 575.98px) {
  .mini-article h3 {
    font-size: 16px;
    line-height: 26px;
  }
}
.mini-article span {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #276500;
  display: block;
  text-align: right;
  margin-top: 12px;
}
@media (min-width: 992px) and (max-width: 1199.98px),
  (min-width: 576px) and (max-width: 767.98px),
  (max-width: 575.98px) {
  .mini-article span {
    margin-top: 6px;
  }
}

.mini-con {
  margin-top: 12px;
}
@media (min-width: 992px) and (max-width: 1199.98px),
  (min-width: 768px) and (max-width: 991.98px) {
  .mini-con:nth-of-type(4),
  .mini-con:nth-of-type(5),
  .mini-con:nth-of-type(6),
  .mini-con:last-of-type {
    margin-top: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .mini-con {
    margin-top: 12px;
  }
  .mini-con:first-of-type {
    margin-top: 0;
  }
}

.card-section {
  margin-top: 24px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card-section .nested-container {
    margin-top: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .card-section .nested-container {
    margin-top: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px),
  (min-width: 576px) and (max-width: 767.98px),
  (max-width: 575.98px) {
  .card-section .nested-container .section-small-card {
    margin-top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px),
  (min-width: 576px) and (max-width: 767.98px),
  (max-width: 575.98px) {
  .card-section .nested-container .col-4 {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px),
  (min-width: 576px) and (max-width: 767.98px),
  (max-width: 575.98px) {
  .card-section .nested-container .col-4 img {
    border-radius: 0 10px 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px),
  (min-width: 576px) and (max-width: 767.98px),
  (max-width: 575.98px) {
  .card-section .nested-container .col-8 {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 768px) and (max-width: 991.98px),
  (min-width: 768px) and (max-width: 991.98px) and (min-width: 576px) and (max-width: 767.98px),
  (min-width: 768px) and (max-width: 991.98px) and (max-width: 575.98px),
  (min-width: 576px) and (max-width: 767.98px) and (min-width: 768px) and (max-width: 991.98px),
  (min-width: 576px) and (max-width: 767.98px) and (min-width: 576px) and (max-width: 767.98px),
  (min-width: 576px) and (max-width: 767.98px) and (max-width: 575.98px),
  (max-width: 575.98px) and (min-width: 768px) and (max-width: 991.98px),
  (max-width: 575.98px) and (min-width: 576px) and (max-width: 767.98px),
  (max-width: 575.98px) and (max-width: 575.98px) {
  .card-section .nested-container .col-8 .article-content {
    border-radius: 10px 0 0 10px;
  }
}

.mini-card-section {
  margin-top: 24px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .mini-card-section .mini-card-con:nth-child(3),
  .mini-card-section .mini-card-con:nth-child(4) {
    margin-top: 12px;
  }
}
/* .mini-card-section .mini-card-con:nth-child(5), */
.mini-card-section .mini-card-con:nth-child(6),
.mini-card-section .mini-card-con:nth-child(7) {
  margin-top: 12px;
}

.section-small-card {
  margin-top: 10px;
}

.section-big-card .col-md-5 {
  padding-left: 0;
}
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px) {
  .section-big-card .col-md-5 {
    padding-left: 6px;
  }
}
.section-big-card .col-md-7 {
  padding-right: 0;
}
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px) {
  .section-big-card .col-md-7 {
    padding-right: 6px;
  }
}
.section-big-card .article-image img {
  border-radius: 0 10px 10px 0;
}
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px) {
  .section-big-card .article-image img {
    border-radius: 3px 3px 0 0;
  }
}
.section-big-card .article-content {
  background-color: #ffffff;
  height: 100%;
  border-radius: 10px 0px 0px 10px;
  padding: 0 12px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .section-big-card .article-content {
    border-radius: 0 0 10px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-big-card .article-content {
    height: auto;
  }
}
.section-big-card a > span {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #276500;
  display: block;
  text-align: right;
  padding-top: 24px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .section-big-card a > span {
    padding-top: 6px;
    font-size: 10px;
  }
}
.section-big-card h3 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 16px;
  color: #2d2626;
  line-height: 26px;
  margin-top: 6px;
  max-height: 80px;
  overflow: hidden;
  margin-top: 24px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .section-big-card h3 {
    margin-top: 6px;
  }
}
.section-big-card h4 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  max-height: 124px;
  overflow: hidden;
  margin-top: 24px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .section-big-card h4 {
    margin-top: 12px;
  }
}
.section-big-card .article-details {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 12px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .section-big-card .article-details {
    margin-top: 10px;
  }
}
.section-big-card .article-details > div {
  display: flex;
  align-items: center;
}
.section-big-card .article-details > div i {
  font-size: 12px;
  color: #276500;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .section-big-card .article-details > div i {
    font-size: 10px;
  }
}
.section-big-card .article-details > div span {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #bbbbbb;
  margin-right: 6px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .section-big-card .article-details > div span {
    font-size: 10px;
    margin-top: 20px;
  }
}
.section-big-card .article-details .article-read {
  margin-right: 12px;
}

.section-medium-card {
  background-color: #ffffff;
  height: 100%;
  padding: 0 12px;
  position: relative;
  border-radius: 3px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .section-medium-card {
    margin-top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-medium-card {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-medium-card .article-details {
    padding-bottom: 12px;
  }
}
.section-medium-card > span {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #276500;
  display: block;
  text-align: right;
  padding-top: 24px;
}
@media (max-width: 575.98px) {
  .section-medium-card > span {
    padding-top: 12px;
  }
}
.section-medium-card h3 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 16px;
  color: #2d2626;
  line-height: 26px;
  max-height: 80px;
  overflow: hidden;
  margin-top: 24px;
}
@media (max-width: 575.98px) {
  .section-medium-card h3 {
    margin-top: 12px;
  }
}
.section-medium-card h4 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  max-height: 124px;
  overflow: hidden;
  margin-top: 24px;
}
@media (max-width: 575.98px) {
  .section-medium-card h4 {
    margin-top: 12px;
  }
}
.section-medium-card .article-details {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.section-medium-card .article-details > div {
  display: flex;
  align-items: center;
}
.section-medium-card .article-details > div i {
  font-size: 12px;
  color: #d2c4ba;
}
.section-medium-card .article-details > div span {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #bbbbbb;
  margin-right: 6px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .section-medium-card .article-details > div span {
    font-size: 10px;
  }
}
.section-medium-card .article-details .article-read {
  margin-right: 12px;
}

.section-small-card .article-image img {
  border-radius: 3px 3px 0 0;
}
.section-small-card .article-content {
  background-color: #ffffff;
  border-radius: 0 0 3px 3px;
  padding: 12px;
}
.section-small-card .article-content a > span {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #276500;
  display: block;
  text-align: right;
}
@media (max-width: 575.98px) {
  .section-small-card .article-content a > span {
    font-size: 10px;
  }
}
.section-small-card .article-content .article-title {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 16px;
  color: #2d2626;
  line-height: 26px;
  margin-top: 6px;
  height: 80px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .section-small-card .article-content .article-title {
    font-size: 14px;
    color: #2d2626;
    line-height: 24px;
    height: 75px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px),
  (min-width: 576px) and (max-width: 767.98px),
  (max-width: 575.98px) {
  #videos aside {
    display: none;
  }
}

#main-videos-section,
#sub-videos-section {
  margin-top: 24px;
}

#main-videos-section .video-main {
  position: relative;
  overflow: hidden;
}
#main-videos-section .video-main:hover i {
  color: #276500;
}
#main-videos-section .video-main i {
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translate(-48%, -75%);
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  #main-videos-section .video-main i {
    font-size: 30px;
  }
}
#main-videos-section .video-main img {
  border-radius: 3px;
}
#main-videos-section .video-main span {
  position: absolute;
  top: 0;
  background-color: #276500;
  border-radius: 0 10px 0 0;
  padding: 0 12px;
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #ffffff;
  height: 22px;
  display: flex;
  align-items: center;
  z-index: 2;
}
#main-videos-section .video-main h3 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  position: absolute;
  padding: 0 12px;
  bottom: 20px;
  text-align: right;
  max-height: 55px;
  overflow: hidden;
  z-index: 2;
}

#sub-videos-section .nested-videos {
  margin-top: 12px;
}
#sub-videos-section .nested-videos:nth-child(2),
#sub-videos-section .nested-videos:nth-child(3),
#sub-videos-section .nested-videos:nth-child(4) {
  margin-top: 0;
}

.category {
  margin-top: 24px;
}
.category .mini-card-con {
  margin-top: 12px;
}
@media (min-width: 992px) and (max-width: 1199.98px), (min-width: 1200px) {
  .category .mini-card-con:nth-child(1),
  .category .mini-card-con:nth-child(2),
  .category .mini-card-con:nth-child(3) {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .category .mini-card-con:nth-child(1),
  .category .mini-card-con:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .category .mini-card-con:nth-child(1) {
    margin-top: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .category .mini-card-con:last-of-type .category-small-card::after {
    content: '';
    border-bottom: unset;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .category .mini-card-con:nth-child(1) {
    margin-top: 0;
  }
}
.category .category-small-card {
  position: relative;
}
.category .category-small-card .article-image img {
  border-radius: 3px 3px 0 0;
}
.category .category-small-card .article-content {
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  padding: 12px;
}
.category .category-small-card .article-content .article-info {
  display: flex;
  align-items: center;
}
.category
  .category-small-card
  .article-content
  .article-info
  .section-name
  span {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #276500;
  display: block;
  text-align: right;
}
@media (max-width: 575.98px) {
  .category
    .category-small-card
    .article-content
    .article-info
    .section-name
    span {
    font-size: 10px;
  }
}
.category .category-small-card .article-content .article-info .article-time {
  margin-right: auto;
  display: flex;
  align-items: center;
}
.category .category-small-card .article-content .article-info .article-time i {
  font-size: 12px;
  color: #d2c4ba;
}
.category
  .category-small-card
  .article-content
  .article-info
  .article-time
  span {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #bbbbbb;
  margin-right: 6px;
}
@media (max-width: 575.98px) {
  .category
    .category-small-card
    .article-content
    .article-info
    .article-time
    span {
    font-size: 10px;
  }
}
.category .category-small-card .article-content h3 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 16px;
  color: #2d2626;
  line-height: 26px;
  margin-top: 6px;
  max-height: 80px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .category .category-small-card .article-content h3 {
    font-size: 14px;
    line-height: 24px;
    max-height: 50px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px),
  (max-width: 575.98px),
  (min-width: 768px) and (max-width: 991.98px) {
  #search-page aside {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px),
  (max-width: 575.98px),
  (min-width: 768px) and (max-width: 991.98px) {
  #search-page .category-small-card::after {
    border-bottom: unset;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #search-page .category .mini-card-con {
    margin-top: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #search-page .category .category-small-card .article-content h3 {
    max-height: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #search-page #sub-videos-section .nested-videos {
    margin-top: 0;
  }
}

.category-section-name {
  margin-bottom: 12px;
}
.category-section-name h4 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 16px;
  color: #2d2626;
}

@media (min-width: 768px) and (max-width: 991.98px),
  (min-width: 576px) and (max-width: 767.98px),
  (max-width: 575.98px) {
  #single aside {
    /*display: none;*/
  }
}

#news-details {
  /*margin-top: 24px;*/
}
#news-details .article-news-details {
  background-color: #ffffff;
  margin-top: 12px;
  padding: 12px 12px 12px 12px;
}
#news-details .article-news-details h1 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 24px;
  color: #2d2626;
  line-height: 40px;
  position: relative;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #news-details .article-news-details h1 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px),
  (min-width: 768px) and (max-width: 991.98px) {
  #news-details .article-news-details h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
/*#news-details .article-news-details h1:before {*/
/*content: "";*/
/*border-right: 4px solid #276500;*/
/*position: absolute;*/
/*right: 0;*/
/*display: block;*/
/*height: 90%;*/
/*top: 50%;*/
/*bottom: 50%;*/
/*transform: translate(-50%, -50%);*/
/*}*/
#news-details .article-news-details .details-con {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
@media (max-width: 575.98px) {
  #news-details .article-news-details .details-con {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
#news-details .article-news-details .details-con > div {
  display: flex;
  align-items: center;
}
#news-details .article-news-details .details-con .article-time i,
#news-details .article-news-details .details-con .article-read i {
  font-size: 12px;
  color: #18222f;
}
#news-details .article-news-details .details-con .article-time span,
#news-details .article-news-details .details-con .article-read span {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 16px;
  color: #18222f;
  margin-right: 6px;
}
#news-details .article-news-details .details-con .article-read,
#news-details .article-news-details .details-con .article-writer {
  margin-right: 24px;
}
@media (max-width: 575.98px) {
  #news-details .article-news-details .details-con .article-read,
  #news-details .article-news-details .details-con .article-writer {
    margin-right: 0;
    margin-top: 6px;
  }
}
#news-details .article-news-details .details-con .article-writer span {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
}
#news-details .article-content {
  background-color: #ffffff;
  margin-top: 12px;
  padding: 0 12px 24px 12px;
}
#news-details .article-content h3 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 18px;
  color: #2d2626;
  line-height: 28px;
  padding-top: 24px;
}
#news-details .article-content p {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 30px;
  padding-top: 24px;
}
#news-details .keywords {
  background-color: #ffffff;
  padding: 0 12px 24px 12px;
}
#news-details .keywords ul {
  padding-right: 0;
  margin: 0;
}
#news-details .keywords ul li {
  background-color: transparent;
  border: 1px solid #808082;
  margin-top: 12px;
  min-width: 85px;
  height: 35px;
  transition: 0.3s ease-in-out;
  border-radius: 20px;
}
#news-details .keywords ul li:hover {
  background-color: #276500;
  border: 1px solid #276500;
}

#news-details .keywords ul li:hover .h4 {
  color: #ffffff;
}

#news-details .keywords ul li:hover h4 {
  color: #ffffff;
}
#news-details .keywords ul li:first-of-type {
  margin-right: 0;
}
#news-details .keywords ul li h4 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 14px;
  color: #2d2626;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 12px;
}
#news-details .share-article {
  background-color: #ffffff;
  /* height: 45px; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* padding: 0 10px; */
}
#news-details .share-article > .row {
  width: 100%;
  height: 100%;
}
#news-details .share-article .article-share-title {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
#news-details .share-article .article-share-title:before {
  content: '';
  border-right: 4px solid #276500;
  position: absolute;
  right: 0;
  display: block;
  height: 100%;
  top: 0;
}
#news-details .share-article .article-share-title span {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 18px;
  color: #2d2626;
  line-height: 28px;
  padding-right: 24px;
  display: flex;
  align-items: center;
}
#news-details .share-article .article-social-share {
  display: flex;
  justify-content: flex-end;
  /* align-items: base-line; */
  height: 100%;
  /* border-bottom: 1px solid #276500; */
}

#news-details .share-article .new-share {
  display: flex;
  justify-content: center;
  align-items: base-line;
  height: 100%;
  border-bottom: 1px solid #276500;
  padding-bottom: 12px;
}

#news-details .share-article .article-social-share ul {
  padding-right: 0;
  margin: 0;
}
#news-details .share-article .article-social-share ul li {
  margin-right: 12px;
}
#news-details .share-article .article-social-share ul li:first-of-type {
  margin-right: 0;
}
#news-details .share-article .article-social-share .facebook-share,
#news-details .share-article .article-social-share .twitter-share,
#news-details .share-article .article-social-share .whatsapp-share,
#news-details .share-article .article-social-share .page-print {
  /*padding: 0 10px;
  height: 30px;
  display: flex;
  align-items: center;
  min-width: 130px;
  justify-content: center;
  border-radius: 3px;*/
}

#news-details .share-article .article-social-share .facebook-share span,
#news-details .share-article .article-social-share .twitter-share span,
#news-details .share-article .article-social-share .whatsapp-share span,
#news-details .share-article .article-social-share .page-print span {
  color: #ffffff !important;
  margin-left: 10px;
  font-size: 'Montserrat-Regular', sans-serif;
  font-size: 14px;
}

#news-details .share-article .article-social-share .facebook-share i,
#news-details .share-article .article-social-share .twitter-share i,
#news-details .share-article .article-social-share .whatsapp-share i,
#news-details .share-article .article-social-share .page-print i,
#news-details .share-article .article-social-share .envelope-share i,
#news-details .share-article .article-social-share .print-share i {
  font-size: 34px;
  color: #276500 !important;
  text-align: center;
}

#news-details .share-article .new-share .facebook-share i,
#news-details .share-article .new-share .twitter-share i,
#news-details .share-article .new-share .whatsapp-share i,
#news-details .share-article .new-share .page-print i,
#news-details .share-article .new-share .envelope-share i,
#news-details .share-article .new-share .print-share i {
  font-size: 30px;
}

/*#news-details .share-article .article-social-share .facebook-share {
  background-color: #1877f2;
  transition: 0.5s;
}

#news-details .share-article .article-social-share .facebook-share:hover {
  background-color: transparent;
  border: 1px solid #1877f2;
  color: #1877f2;
  transition: 0.5s;
}

#news-details .share-article .article-social-share .facebook-share:hover span,
#news-details .share-article .article-social-share .facebook-share:hover i {
  color: #1877f2 !important;
}

#news-details .share-article .article-social-share .twitter-share {
  background-color: #00acee;
}

#news-details .share-article .article-social-share .twitter-share:hover {
  background-color: transparent;
  border: 1px solid #00acee;
  color: #00acee;
  transition: 0.5s;
}

#news-details .share-article .article-social-share .twitter-share:hover span,
#news-details .share-article .article-social-share .twitter-share:hover i {
  color: #00acee !important;
}

#news-details .share-article .article-social-share .whatsapp-share {
  background-color: #128c7e;
}

#news-details .share-article .article-social-share .whatsapp-share:hover {
  background-color: transparent;
  border: 1px solid #128c7e;
  color: #128c7e;
  transition: 0.5s;
}

#news-details .share-article .article-social-share .whatsapp-share:hover span,
#news-details .share-article .article-social-share .whatsapp-share:hover i {
  color: #128c7e !important;
}

#news-details .share-article .article-social-share .page-print {
  background-color: #643612;
}

#news-details .share-article .article-social-share .page-print:hover {
  background-color: transparent;
  border: 1px solid #643612;
  color: #643612;
  transition: 0.5s;
}

#news-details .share-article .article-social-share .page-print:hover span,
#news-details .share-article .article-social-share .page-print:hover i {
  color: #643612 !important;
}*/

#news-details .next-article-con {
  background-color: #ffffff;
  margin-top: 12px;
  min-height: 70px;
  display: flex;
  align-items: center;
  padding: 0 24px;
}
@media (max-width: 575.98px) {
  #news-details .next-article-con {
    display: grid;
    padding: 0 12px;
  }
}
@media (max-width: 575.98px) {
  #news-details .next-article-con .next-article-content {
    margin-top: 12px;
  }
}
#news-details .next-article-con .next-article-content .next-article-title {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 18px;
  color: #2d2626;
  line-height: 28px;
  width: 80%;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #news-details .next-article-con .next-article-content .next-article-title {
    font-size: 16px;
    line-height: 26px;
  }
}
#news-details .next-article-con div:nth-of-type(2) {
  margin-right: auto;
}
@media (max-width: 575.98px) {
  #news-details .next-article-con div:nth-of-type(2) {
    margin: 24px auto;
  }
}

.small-card .col-5 {
  padding-left: 0px;
}
.small-card .col-7 {
  padding-right: 0px;
}

@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .news-card-section .big-card-article {
    margin-top: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .news-card-section .medium-card {
    margin-top: 0px;
  }
}

.Breadcrumb-container {
  margin-top: 24px;
}
.Breadcrumb-container nav {
  box-shadow: unset;
  border-radius: unset;
  background-color: #ffffff;
  border-right: 4px solid #276500;
  height: 60px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .Breadcrumb-container nav {
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .Breadcrumb-container nav {
    height: auto;
    padding: 10px 0 !important;
  }
}
.Breadcrumb-container nav ol {
  padding: 0 12px 0 0 !important;
  border-radius: unset;
  margin-bottom: 0;
  background-color: transparent;
  height: 100%;
  display: flex;
  align-items: center;
}
.Breadcrumb-container nav ol .bread-link::before {
  content: '\f104' !important;
  font-family: 'font awesome 5 free';
  font-weight: 900;
  font-size: 20px;
  color: #276500;
  padding: 0 12px;
}
@media (max-width: 575.98px) {
  .Breadcrumb-container nav ol .bread-link::before {
    font-size: 18px;
  }
}
.Breadcrumb-container nav ol li {
  padding-left: 0 !important;
  display: flex;
  align-items: center;
}
.Breadcrumb-container nav ol li::before {
  float: unset !important;
}
.Breadcrumb-container nav ol li:nth-child(1) {
  /*margin-right: 20px;*/
}
.Breadcrumb-container nav ol li:nth-child(1)::before {
  content: '' !important;
}
.Breadcrumb-container nav ol li h1 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 20px;
  color: #2d2626;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .Breadcrumb-container nav ol li h1 {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .Breadcrumb-container nav ol li h1 {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .Breadcrumb-container nav ol li h1 {
    font-size: 30px;
  }
}
.Breadcrumb-container nav ol li a {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 14px;
  color: #2d2626;
}
@media (max-width: 575.98px) {
  .Breadcrumb-container nav ol li a {
    font-size: 12px;
  }
}
.Breadcrumb-container nav ol li.active {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 14px;
  color: #276500;
  max-height: 50px;
  height: 40px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .Breadcrumb-container nav ol li.active {
    font-size: 12px;
  }
}

.breadcrumb-container {
  margin-top: 24px;
}
.breadcrumb-container nav {
  box-shadow: unset;
  border-radius: unset;
  background-color: #ffffff;
  border-right: 4px solid #276500;
  height: 60px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .breadcrumb-container nav {
    height: 50px;
  }
}
@media (max-width: 575.98px) {
  .breadcrumb-container nav {
    height: 40px;
  }
}
.breadcrumb-container nav ol {
  padding: 0 12px 0 0 !important;
  border-radius: unset;
  margin-bottom: 0;
  background-color: transparent;
  height: 100%;
  display: flex;
  align-items: center;
}
.breadcrumb-container nav ol .bread-link::before {
  content: '\f30a' !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  color: #276500;
  padding: 0 12px;
}
@media (max-width: 575.98px) {
  .breadcrumb-container nav ol .bread-link::before {
    font-size: 18px;
  }
}
.breadcrumb-container nav ol li {
  padding-left: 0 !important;
  display: flex;
  align-items: center;
}
.breadcrumb-container nav ol li::before {
  float: unset !important;
}
.breadcrumb-container nav ol li:nth-child(2) {
  margin-right: 20px;
}
.breadcrumb-container nav ol li:nth-child(2)::before {
  content: '' !important;
}
.breadcrumb-container nav ol li h1 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 32px;
  color: #2d2626;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .breadcrumb-container nav ol li h1 {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .breadcrumb-container nav ol li h1 {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .breadcrumb-container nav ol li h1 {
    font-size: 30px;
  }
}
.breadcrumb-container nav ol li a {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 14px;
  color: #2d2626;
}
@media (max-width: 575.98px) {
  .breadcrumb-container nav ol li a {
    font-size: 12px;
  }
}
.breadcrumb-container nav ol li.active {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 14px;
  color: #276500;
  max-height: 50px;
  height: 40px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .breadcrumb-container nav ol li.active {
    font-size: 12px;
  }
}

.breadcrumb-news {
  margin-top: 24px;
}
.breadcrumb-news nav {
  box-shadow: unset;
  border-radius: unset;
  background-color: #ffffff;
  border-right: 4px solid #276500;
  height: auto;
}
.breadcrumb-news nav ol {
  padding: 0 12px 0 0 !important;
  border-radius: unset;
  margin-bottom: 0;
  background-color: transparent;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991.98px),
  (min-width: 576px) and (max-width: 767.98px),
  (max-width: 575.98px) {
  .breadcrumb-news nav ol {
    padding: 6px 12px 6px 0 !important;
  }
}
.breadcrumb-news nav ol .bread-link::before {
  content: '\f104' !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  color: #276500;
  padding: 0 12px;
}
.breadcrumb-news nav ol li {
  padding-left: 0 !important;
  display: flex;
  align-items: center;
}
.breadcrumb-news nav ol li::before {
  float: unset !important;
}
.breadcrumb-news nav ol li:first-of-type {
  margin-right: 0;
}
.breadcrumb-news nav ol li:first-of-type::before {
  content: '' !important;
  display: none;
}
.breadcrumb-news nav ol li a {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 14px;
  color: #2d2626;
}
.breadcrumb-news nav ol li.active {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 14px;
  color: #276500;
  max-height: 50px;
  height: 40px;
}
@media (max-width: 575.98px) {
  .breadcrumb-news nav ol li.active {
    margin-top: 12px;
  }
}

.main-title {
  margin-top: 20px;
  position: relative;
}

.main-title h2 {
  font-family: 'Montserrat-Bold', sans-serif;
  font-size: 24px;
  color: #2d2626;
  padding: 3px 6px;
  color: #276500;
  display: flex;
  align-items: center;
}



.main-title h2 span {
  background: linear-gradient(180deg, #808082 35%, #276500 0);
  height: 25px;
  z-index: 9;
  width: 10px;
  margin-left: 12px;
}

.article-writer a {
  display: flex;
  align-items: center;
}

.article-writer a .title-border-c {
  background: linear-gradient(180deg, #808082 35%, #276500 0);
  height: 25px;
  z-index: 9;
  width: 10px;
  margin-left: 12px;
}

.main-title a {
  display: flex;
  align-items: baseline;
}

.main-title a i {
  display: block;
  margin-right: auto;
  font-size: 20px;
  color: #276500;
  margin-right: 12px;
}

.video-title a i {
  color: #ffffff;
}

@media (max-width: 575.98px) {
  .main-title h2 {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-title h2 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-title h2 {
    font-size: 22px;
  }
}

.main-title::after {
  content: '';
  border-bottom: 1px solid #276500;
  display: block;
  margin-top: 4px;
}

.section-title {
  margin-bottom: 12px;
}
.section-title .section-title-con,
.section-title a {
  display: flex;
  align-items: center;
  width: 100%;
}
.section-title .section-title-con span,
.section-title a span {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 18px;
  color: #276500;
  display: block;
  text-align: right;
  margin-left: auto;
}
@media (max-width: 575.98px) {
  .section-title .section-title-con span,
  .section-title a span {
    font-size: 16px;
  }
}
.section-title h2 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 24px;
  color: #2d2626;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .section-title h2 {
    font-size: 20px;
  }
}
.section-title::after {
  content: '';
  border-bottom: 1px solid #96cfd2;
  display: block;
  margin-top: 12px;
}

.search-main-title {
  margin-top: 24px;
}
.search-main-title h2 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 24px;
  color: #276500;
  display: inline-block;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .search-main-title h2 {
    font-size: 20px;
    width: 100%;
  }
}
.search-main-title ul {
  padding-right: 24px;
  margin: 0;
  display: inline-block;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .search-main-title ul {
    padding-right: 0;
    margin-top: 23px;
  }
}
.search-main-title ul li {
  margin-right: 12px;
}
.search-main-title ul li:first-of-type {
  margin-right: 0;
}
.search-main-title ul li span {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #2d2626;
}

.popular-title {
  margin-bottom: 12px;
}
.popular-title h2 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 24px;
  color: #2d2626;
}

.loadmore {
  margin-top: 24px !important;
  position: relative;
  width: 160px;
  height: 30px;
  text-decoration: none;
  margin: 0 auto;
  border-radius: 5px;
  background: #276500;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #ffffff;
  -webkit-box-shadow: 0px 5px 0px #96cfd2;
  -moz-box-shadow: 0px 5px 0px #96cfd2;
  box-shadow: 0px 5px 0px #96cfd2;
}
.loadmore:hover {
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .loadmore {
    width: 100px;
    height: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .loadmore {
    width: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .loadmore {
    width: 140px;
  }
}

.more-articles {
  margin-top: 0px !important;
  position: relative;
  width: 105px;
  height: 35px;
  text-decoration: none;
  margin: 0 auto;
  border-radius: 5px;
  background: #276500;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #ffffff;
  -webkit-box-shadow: 0px 5px 0px #96cfd2;
  -moz-box-shadow: 0px 5px 0px #96cfd2;
  box-shadow: 0px 5px 0px #96cfd2;
}
.more-articles:hover {
  color: #ffffff;
}
.more-articles i {
  font-size: 14px;
  color: #ffffff;
  margin-right: 12px;
}

.article-details {
  display: flex;
  align-items: baseline;
  margin-top: 24px;
  padding-bottom: 4px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .article-details {
    /*margin-top: 6px;*/
    /*padding-bottom: 0;*/
  }
}
.article-details > div {
  display: flex;
  align-items: center;
}
.article-details > div i {
  font-size: 12px;
  color: #d2c4ba;
}
@media (min-width: 992px) and (max-width: 1199.98px),
  (min-width: 768px) and (max-width: 991.98px),
  (min-width: 576px) and (max-width: 767.98px),
  (max-width: 575.98px) {
  .article-details > div i {
    font-size: 10px;
  }
}
.article-details > div span {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  margin-right: 3px;
  color: #18222f;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .article-details > div span {
    margin-right: 5px;
    /*margin-top: 20px;*/
  }
}
@media (min-width: 992px) and (max-width: 1199.98px),
  (min-width: 768px) and (max-width: 991.98px),
  (min-width: 576px) and (max-width: 767.98px),
  (max-width: 575.98px) {
  .article-details > div span {
    font-size: 10px;
  }
}
.article-details .article-read {
  margin-right: 24px;
}

.darkmode {
  --clr-light: #fdffc4;
  --clr-dark: #0e0e10;
  --clr-primary: #202302;
  --clr-secondary: #00100d;
  --clr-accent: #ff7750;
  --dark: #1f1f23;
  --foreground: var(--clr-light);
  --background: var(--clr-dark);
  background: var(--background);
}

/* .main-nested-title h3 {
  color: var(--clr-light) !important;
} */

.tumbler__wrapper,
.tumbler__wrapperMobile {
  width: 50px;
  height: 30px;
  background-color: #0c1117;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 0 6px;
  cursor: pointer;
  display: flex;
  position: relative;
}

.tumbler__wrapper svg,
.tumbler__wrapperMobile svg {
  width: 15px;
  height: 15px;
}

.tumbler,
.tumblerMobile {
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #fff;
  transition: transform 0.5s, background-color 0.5s;
  will-change: transform;
}

.tumbler--night-mode {
  transform: translateX(calc(-100% - 2px));
}

.darkmode header {
  background-color: var(--dark);
}
.darkmode .sticky-notify {
  background-color: var(--dark);
}
.darkmode .sticky-notify p {
  color: #ffffff !important;
}
.darkmode .tumbler__wrapper,
.darkmode .tumbler__wrapperMobile {
  border: 1px solid #ffffff !important;
}
.darkmode .main-title h2 {
  color: #ffffff;
}
.darkmode .section-title h2 {
  color: #ffffff;
}
.darkmode #main-articles .article-content,
.darkmode .mix-section-con,
.darkmode #mix .mini-article,
.darkmode .news-card-section .article-content,
.darkmode .news-card-section .medium-card,
.darkmode .category .article-content,
.darkmode .Breadcrumb-container nav,
.darkmode .section-big-card .article-content,
.darkmode .section-medium-card,
.darkmode .section-small-card .article-content,
.darkmode .breadcrumb-news nav,
.darkmode #news-details .article-news-details,
.darkmode #news-details .article-content,
.darkmode #news-details .keywords,
.darkmode #news-details .share-article,
.darkmode #news-details .next-article-con,
.darkmode .breadcrumb-container nav,
.darkmode .bg-section,
.darkmode .mix-sections-content,
.darkmode .small-card-article .article-content,
.darkmode .mix-min-article,
.darkmode #card-icons-sec .card-con .card-icons,
.darkmode .small-card-article .article-content h2 {
  background-color: var(--dark);
}

.mix-sections-content {
  overflow: hidden;
}

.darkmode .news-card-section .article-content h3,
.nested-nested-title h3 {
  color: var(--dark);
}

.darkmode .news-card-section .medium-card h3,
.darkmode .mix-section-title h2,
.darkmode #main-articles .article-content h3,
.darkmode #mix .mini-article h3,
.darkmode .category .article-content h3,
.darkmode .Breadcrumb-container nav ol li h1,
.darkmode .Breadcrumb-container nav ol li a,
.darkmode .section-big-card h3,
.darkmode .section-medium-card h3,
.darkmode .section-small-card .article-content .article-title,
.darkmode .breadcrumb-news nav ol li a,
.darkmode #news-details .article-news-details h1,
.darkmode #news-details .article-news-details .details-con .article-writer span,
.darkmode #news-details .article-content h3,
.darkmode #news-details .share-article .article-share-title h3,
.darkmode #news-details .next-article-con .next-article-content h3,
.darkmode .breadcrumb-container nav ol li h1,
.darkmode .breadcrumb-container nav ol li a,
.darkmode #news-details .article-content p,
.darkmode .popular-title h2,
.darkmode #news-bar a,
.darkmode .bg-section h3,
.darkmode .bg-section .article-title,
.darkmode .bg-section .popular-sections-title span,
.darkmode #sidebar ul li a,
.darkmode .next-article-title,
.darkmode #news-details .share-article .article-share-title span,
.darkmode .main-nested-title h3,
.darkmode .nested-nested-title h3,
.darkmode .news-card-section .article-content h3,
.nested-nested-title h3,
/* .darkmode .mix-min-article h3, */
.darkmode .mix-sections-content .article-content h3, .darkmode .small-card-article .article-content h3, 
.darkmode .mix-min-article h3,
.darkmode .mix-section-con .mix-min-article h3, .darkmode #card-icons-sec .card-con .card-icons span, .darkmode .small-card-article .article-content h2 {
  color: #ffffff !important;
}

.darkmode .time- span,
.darkmode .small-card-article .article-content a > span {
  color: #276500 !important;
}

.darkmode .search-main-title ul li span {
  color: #ffffff;
}
.darkmode .category-section-name h4 {
  color: #ffffff;
}
.darkmode .chiller-theme .sidebar-wrapper {
  background-color: var(--dark) !important;
}
.darkmode #sidebar ul li a span {
  color: #ffffff !important;
}
.darkmode #popular-read {
  background-color: var(--dark);
}
.darkmode #popular-read .popular-title span {
  color: #ffffff;
}
.darkmode #popular-sections {
  background-color: var(--dark);
}
.darkmode #popular-sections .popular-sections-title span {
  color: #ffffff;
}
.darkmode footer {
  background-color: var(--dark);
}
.darkmode footer .footer-links li a {
  color: #ffffff;
}

button {
  background: transparent;
  border: none;
}

.center-font {
  text-align: center;
}

.sticky-notify {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.625rem;
  background-color: #ffffff;
  background-size: 600% 600%;
  -webkit-animation: color-cycle 0.5s ease infinite;
  animation: color-cycle 0.5s ease infinite;
  z-index: 9999;
  border-right: 15px solid #276500;
  height: 85px;
}
@media (max-width: 575.98px) {
  .sticky-notify {
    height: 50px;
    border-right: 6px solid #276500;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .sticky-notify {
    height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px),
  (min-width: 576px) and (max-width: 767.98px) {
  .sticky-notify {
    border-right: 10px solid #276500;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px),
  (min-width: 768px) and (max-width: 991.98px) {
  .sticky-notify {
    height: 65px;
  }
}

.sticky-notify .notify-close {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  color: white;
  display: block;
  height: 100%;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0 1.25rem;
  cursor: pointer;
  z-index: 9999;
  background-color: #276500;
  width: 75px;
  text-align: center;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .sticky-notify .notify-close {
    width: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sticky-notify .notify-close {
    width: 70px;
  }
}

.sticky-notify p {
  color: #2d2626;
}

.remove {
  transform: translateY(200%);
  transition: 0.5s ease-in-out;
  -webkit-animation: none;
  animation: none;
}

/*Animation*/
@keyframes color-cycle {
  0% {
    background-position: 0% 11%;
  }
  50% {
    background-position: 100% 90%;
  }
  100% {
    background-position: 0% 11%;
  }
}
@media screen and (max-width: 450px) {
  * {
    font-size: 16px;
  }

  .sticky-notify p {
    text-align: left;
  }
}
#news-bar {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
}

#news-bar a {
  padding: 8px 2px;
  color: black;
  text-decoration: none;
}

/* Pop */
/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* slideUp */
.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-8%);
  }
  65% {
    transform: translateY(4%);
  }
  80% {
    transform: translateY(-4%);
  }
  95% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(-8%);
  }
  65% {
    -webkit-transform: translateY(4%);
  }
  80% {
    -webkit-transform: translateY(-4%);
  }
  95% {
    -webkit-transform: translateY(2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
footer {
  margin-top: 50px;
  border-top: 1px solid #efecea;
  background-color: #2e2f33;
}
footer .row {
  align-items: center;
}

footer .footer-links {
  display: flex;
  justify-content: center;
}

footer .footer-links img {
  width: 100%;
}

footer .footer-links,
footer .footer-social-links {
  padding: 20px 0;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  footer .footer-links,
  footer .footer-social-links {
    padding: 12px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer .footer-links,
  footer .footer-social-links {
    padding: 15px 0;
  }

  .side-ads {
    display: none;
  }
}
footer .footer-links ul,
footer .footer-social-links ul {
  padding-right: 0;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  footer .footer-links {
    padding-bottom: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  footer .footer-links {
    display: flex;
    justify-content: center;
  }
}
footer .footer-links li {
  margin-right: 10px;
  position: relative;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  footer .footer-links li {
    margin-right: 12px;
  }
}

footer .footer-links li:nth-child(2) {
  margin-right: 12px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  footer .footer-links li:nth-child(2) {
    margin-right: 12px;
  }
}
footer .footer-links li:first-of-type {
  margin-right: 0;
  padding-left: 0;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  footer .footer-links li:first-of-type {
    padding-left: 12px;
  }
}

/* footer .footer-links li:first-of-type::after {
  content: "";
  border-left: 1px solid #f2eeeb;
  display: block;
  height: 80%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
} */

@media (max-width: 575.98px) {
  footer .footer-links li img {
    width: 125px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px),
  (min-width: 576px) and (max-width: 767.98px) {
  footer .footer-links li img {
    width: 125px;
  }
}
footer .footer-links li a {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 16px;
  color: #ffffff;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  footer .footer-links li a {
    font-size: 14px;
  }
}
footer .footer-social-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .footer-social-links ul li {
  margin-right: 12px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer .footer-social-links ul li {
    margin-right: 12px;
  }
}
footer .footer-social-links ul li:first-of-type {
  margin-right: 0;
}
footer .footer-social-links ul li a i {
  font-size: 20px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  footer .footer-social-links ul li a i {
    font-size: 16px;
  }
}
footer .facebook i {
  color: #1877f2;
}
footer .twitter i {
  color: #00acee;
}
footer .instgram i {
  color: #c32aa3;
}
footer .youtube i {
  color: #c4302b;
}
footer .copyright {
  border-top: 1px solid #bbbbbb;
  padding: 12px 0;
}
@media (min-width: 768px) and (max-width: 991.98px),
  (min-width: 576px) and (max-width: 767.98px),
  (max-width: 575.98px) {
  footer .copyright {
    padding: 10px 0;
  }
}
@media (max-width: 575.98px) {
  footer .copyright .copyright-links {
    text-align: center;
  }
}
footer .copyright .copyright-links ul {
  padding-right: 0;
  margin: 0;
}
footer .copyright .copyright-links ul li {
  margin-right: 24px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  footer .copyright .copyright-links ul li {
    margin-right: 6px;
  }
}
footer .copyright .copyright-links ul li:first-of-type {
  margin-right: 0;
}
footer .copyright .copyright-links ul li a {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #999999;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  footer .copyright .copyright-links ul li a {
    font-size: 10px;
  }
}
@media (max-width: 575.98px) {
  footer .copyright .copyright-text {
    margin-top: 6px;
  }
}
footer .copyright .copyright-text h4 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #999999;
  text-align: left;
}

footer .copyright .copyright-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .copyright .copyright-text img {
  width: 120px;
}

footer .copyright .copyright-text a {
  display: flex;
  align-items: center;
}

@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  footer .copyright .copyright-text h4 {
    font-size: 10px;
  }
}

.special-link ul li i {
  background: #ffffff;
  padding: 5px 7px;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #808082;
}

.special-link ul li i.fa-search {
  color: #3dbfaa;
}

.special-link ul li i.fa-facebook-f {
  color: #3b5998;
}

.special-link ul li i.fa-twitter {
  color: #1da1f2;
}

.special-link ul li i.fa-instagram {
  color: #c32aa3;
}

.special-link ul li i.fa-youtube {
  color: #ff0000;
}

.special-link ul li i:hover {
  background-color: #276500;
  transition: 0.5s;
  border: 1px solid #ffffff;
}

.special-link {
  padding: 0;
  list-style: none;
  margin: 1em;
}
.special-link li {
  display: inline-block;
  margin: 0.15em;
  position: relative;
  font-size: 1.2em;
}
.special-link i {
  color: #fff;
  /* position: absolute; */
  /* top: 21px; */
  /* left: 21px; */
  transition: all 265ms ease-out;
  z-index: 1;
}
.special-link a {
  display: inline-block;
}

/*.special-link a:before {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  content: " ";
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: block;
  background: linear-gradient(45deg, #ff003c, #c648c8);
  transition: all 265ms ease-out;
  position: absolute;
}*/

.special-link a:hover:before {
  transform: scale(0);
  transition: all 265ms ease-in;
}

.special-link a:hover i {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  color: #ff003c;
  background: -webkit-linear-gradient(45deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 265ms ease-in;
}

.special-link ul li:hover i {
  color: #ffffff;
}

.editor-logo {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}
.mobile-editor-logo {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 14px;
  margin-top: 0px;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
.main-nested-title h3 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 24px;
  color: #18222f;
  line-height: 34px;
  margin-top: 6px;
  max-height: 75px;
  overflow: hidden;
}

.nested-nested-title h3 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 16px;
  color: #18222f !important;
  line-height: 26px;
  margin-top: 6px;
  height: 55px;
  overflow: hidden;
}
.nested-nested-title {
  background: #fff;
  min-height: 130px;
  padding: 10px;
}
.nested-nested-title .article-details {
  margin-top: 6px;
}

#card-icons-sec {
  margin-top: 20px;
}

#card-icons-sec .card-con {
  display: flex;
  justify-content: center;
}

#card-icons-sec .card-con:nth-child(2) {
  margin-top: 10px;
}

#card-icons-sec .card-con .card-icons {
  width: 200px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  margin-left: 10px;
  border-radius: 3px;
  transition: all linear 0.3s;
}

#card-icons-sec .card-con .card-icons:last-of-type {
  margin-left: 0;
}

#card-icons-sec .card-con .card-icons span,
#card-icons-sec .card-con .card-icons i {
  display: block;
  text-align: center;
}

#card-icons-sec .card-con .card-icons i {
  color: #276500;
  font-size: 25px;
}

#card-icons-sec .card-con .card-icons:hover i,
#card-icons-sec .card-con .card-icons:hover span {
  color: #ffffff;
}

#card-icons-sec .card-con .card-icons span {
  font-family: 'Montserrat-Regular', sans-serif;
  color: #18222f;
  margin-top: 10px;
}

#card-icons-sec .card-con .card-icons:hover {
  background-color: #276500;
  transition: 0.5s;
}

.mix-title h2 {
  font-size: 18px;
}

.mix-title i {
  font-size: 18px;
}

.mix-title::before {
  content: '';
  border-right: 4px solid #276500;
  position: absolute;
  height: 20px;
}

.countdown-event {
  background: #f2eeeb;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.countdown-event span {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #2d2626;
  overflow: hidden;
  max-width: 80px;
  display: block;
  max-height: 33px;
  line-height: 16px;
  text-align: center;
}

.sec-coun {
  margin-bottom: 0;
  text-align: center;
  display: flex;
  margin-top: 5px;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  width: 60px;
}

.countdown-event ul {
  margin-bottom: 0;
}

.sec-coun li {
  display: inline-block !important;
}

.sec-coun li:nth-child(1) {
  display: flex !important;
}

.sec-coun li:nth-child(1) span {
  padding-left: 0 !important;
}

.sec-coun li {
  font-weight: bold;
}

.count-col {
  text-align: center;
  display: block;
  margin: 0 3px;
  padding: 0 !important;
}

.countdown-event ul:nth-child(1) {
  margin-top: 5px;
}

.countdown-event ul li:nth-child(1) {
  display: flex;
  justify-content: center;
}

.countdown-event ul li:nth-child(1) span {
  padding-left: 5px;
}

.countdown-event ul li {
  text-align: center;
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 12px;
  color: #2d2626;
}

@media (max-width: 575.98px) {
  footer .copyright .copyright-text h4 {
    text-align: center;
  }

  .mid-ads {
    display: none;
  }

  #card-icons-sec .card-con .card-icons {
    height: 70px;
  }

  #card-icons-sec .card-con .card-icons i {
    font-size: 18px;
  }

  #card-icons-sec .card-con .card-icons span {
    padding: 0 3px;
  }

  .main-nested-title h3 {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-top: 6px;
    height: 55px;
    overflow: hidden;
  }

  #mix .row .col-md-4:nth-of-type(2),
  #mix .row .col-md-4:nth-of-type(3) {
    margin-top: 10px;
  }

  .video-main-article h3 {
    max-height: 55px;
  }

  #sidebar ul li a {
    padding: 0;
  }

  .ad-mid {
    display: none;
  }

  .video-main-article h3 {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .video .article-content h3 {
    font-size: 14px;
    line-height: 24px;
    margin-top: -6px;
  }
  .ad-mid {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer .footer-links li {
    margin-right: 10px;
  }

  footer .footer-links li:first-of-type {
    padding-left: 10px;
  }

  footer .footer-links li a {
    font-size: 12px;
  }

  footer .footer-social-links ul li a i {
    font-size: 15px;
  }

  .small-card-article .article-content h3 {
    font-size: 16px;
    line-height: 26px;
    min-height: 50px;
  }

  .mix-sections-content {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ad-mid {
    display: none;
  }
}

.sup-title-con {
  display: flex;
  align-items: baseline;
}

.sup-title-con i {
  font-size: 20px;
  color: #276500;
}

.sup-title {
  color: #276500 !important;
  margin: 5px 5px 5px 5px;
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 18px;
  line-height: 28px;
}



.main-arti-time {
  margin-top: 10px;
}

/**************************** HOME ****************************/
/* Start Main Slider*/
.bank-main-slider {
  position: relative;
}

.bank-main-slider .slick-list {
  margin-top: 0;
}

.slider-prev,
.slider-next {
  z-index: 99;
  background: #276500;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  top: 50%;
  transition: all linear 0.3s;
}

.slider-prev:hover,
.slider-next:hover {
  background-color: #808082;
  color: #276500;
}

.slider-prev {
  position: absolute;
  right: 0;
  transform: translate(-50%, -50%);
}

.slider-next {
  position: absolute;
  left: 0;
  transform: translate(50%, -50%);
}

.bank-main-slider ul.slick-dots {
  padding-right: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 99;
}

.bank-main-slider ul.slick-dots li a {
  width: 40px;
  height: 40px;
  background: #808082;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.bank-main-slider .slider-overlay {
  /* background: rgba(30, 90, 166, 0.8); */
  background: rgba(39, 101, 0, 0.8);
  position: absolute;
  display: block;
  bottom: 0;
  height: 130px;
  width: 100%;
}

.bank-main-slider .main-article span {
  bottom: 95px;
  right: 0;
  top: unset;
  border-right: unset;
  overflow: hidden;
  padding-right: 0;
  height: 25px;
  margin-right: 12px;
}

.bank-main-slider .main-article h3 {
 // display: flex !important;
  padding: 0;
  width: 100%;
  margin-right: 12px;
  max-height: 75px;
  padding-left: 12px;
}

.bank-main-slider .main-article h3::before {
  content: '';
  background: linear-gradient(180deg, #808082 35%, #ffffff 0);
  height: auto;
  z-index: 9;
  width: 12px;
  margin-left: 12px;
}

.bank-main-slider .main-article h3::after {
  content: '';
  width: 3px;
  display: block;
  background: #ffffff;
  position: absolute;
  left: 0;
  height: 100%;
  /*border: 1px solid #ffffff;*/
}

.bank-main-slider .main-article span::before {
  content: '';
  background: linear-gradient(180deg, #276500 35%, #ffffff 0);
  height: 100%;
  z-index: 9;
  width: 10px;
  margin-left: 12px;
}

.bank-main-slider .slick-active a {
  background-color: #ffffff !important;
  color: #276500 !important;
}

.main-site-ad {
  border: 1px solid #e2e2e2;
  padding: 10px;
  margin: 12px auto auto auto;
  border-radius: 3px;
}

#time-release {
  background-color: #808c67;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.header-time {
  display: flex;
  justify-content: center;
}

.header-time label {
  display: none;
}

.header-time #hud {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 16px;
  color: #ffffff;
  overflow: inherit;
  padding-right: 10px !important;
  font-weight: bold;
}

/* Scroll To Top BTN */
.scrollToTopBtn {
  background-color: #276500;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 18px;
  line-height: 40px;
  width: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
  text-align: center;
  border-radius: 50%;
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}

/* Infographic Home Section */
.overflow-zoom-image {
  width: 290px;
  overflow: hidden;
}
.overflow-zoom-image img:hover {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
}
.overflow-zoom-image img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  width: 290px;
}

.ticket-bg-border {
  position: relative;
    72 round;
  ::before {
    content: '';
    position: absolute;
    z-index: -1;
    display: block;
    box-shadow: 0 0 42px 32px rgba(0, 0, 0, 0.2);
    top: -5px;
    left: -5px;
    right: -10px;
    bottom: -10px;
  }
}

/* Important News */
.important-news-load {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  background-color: #276500;
  margin-top: 20px;
  border-radius: 3px;
}

.important-news-load a {
  display: flex;
  align-items: center;
}

.important-news-load span {
  font-family: 'Montserrat-Regular', sans-serif;
  color: #ffffff;
}

.important-news-load i {
  color: #ffffff;
  margin-right: 6px;
}

/* Footer */
.footer-editor-leader {
  margin-top: 12px;
}

.footer-editor-leader span {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 16px;
  color: #276500;
}

.footer-editor-leader h3 {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

footer .footer-links li a {
  transition: all linear 0.3s;
}

footer .footer-links li a:hover {
  color: #276500;
}

/* Scroll Bar */
html {
  scrollbar-width: normal;
  scrollbar-color: #276500 #808082;
}

html::-webkit-scrollbar {
  width: 12px;
}

html::-webkit-scrollbar-thumb {
  background: #276500;
}

html::-webkit-scrollbar-track {
  background: #808082;
}

@media (max-width: 575.98px) {
  /* Start Home */
  #time-release {
    height: 35px;
  }

  .header-time #hud {
    font-size: 12px;
  }

  .bank-main-slider .main-article h3 {
    font-size: 16px;
    max-height: 45px;
    line-height: 26px;
    width: 100%;
    bottom: 35px;
  }

  .bank-main-slider ul.slick-dots li a {
    width: 22px;
    height: 20px;
  }

  footer .footer-links li:first-of-type {
    padding-left: 0;
  }

  footer .footer-links li {
    margin-right: 6px;
  }

  footer .footer-links li:nth-child(2) {
    margin-right: 6px;
  }

  footer .footer-links li a {
    font-size: 12px;
  }

  footer .footer-links {
    margin-bottom: 6px;
  }

  footer .footer-links,
  footer .footer-social-links {
    padding: 6px 0px 0px 0px;
  }

  footer .copyright {
    padding: 6px 0;
  }

  .bank-main-slider ul.slick-dots {
    bottom: 6px;
  }

  .footer-editor-leader {
    margin-top: 6px;
  }

  .footer-editor-leader h3 {
    font-size: 14px;
  }

  .footer-editor-leader span {
    font-size: 14px;
  }

  #card-icons-sec .card-con {
    margin-top: 8px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Start Home  */
  .bank-main-slider .main-article h3 {
    width: 70%;
    font-size: 20px;
    line-height: 30px;
    max-height: 65px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #news-details .share-article .article-social-share .facebook-share,
  #news-details .share-article .article-social-share .twitter-share,
  #news-details .share-article .article-social-share .whatsapp-share,
  #news-details .share-article .article-social-share .page-print {
    min-width: auto !important;
    padding: 0 !important;
    margin-top: 10px !important;
  }

  #news-details .share-article .article-social-share .facebook-share i,
  #news-details .share-article .article-social-share .twitter-share i,
  #news-details .share-article .article-social-share .whatsapp-share i,
  #news-details .share-article .article-social-share .page-print i,
  #news-details .share-article .article-social-share .envelope-share i,
  #news-details .share-article .article-social-share .print-share i {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
#mobile-navigation .mobile-logo img {
width: 160px;
}

  .scrollToTopBtn {
    width: 35px;
    line-height: 35px;
  }

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

  #news-details .share-article .article-social-share .facebook-share,
  #news-details .share-article .article-social-share .twitter-share,
  #news-details .share-article .article-social-share .whatsapp-share,
  #news-details .share-article .article-social-share .page-print {
    min-width: auto !important;
    padding: 0 !important;
    margin-top: 10px !important;
  }

  #news-details .share-article .article-social-share .facebook-share i,
  #news-details .share-article .article-social-share .twitter-share i,
  #news-details .share-article .article-social-share .whatsapp-share i,
  #news-details .share-article .article-social-share .page-print i,
  #news-details .share-article .article-social-share .envelope-share i,
  #news-details .share-article .article-social-share .print-share i {
    font-size: 24px;
  }

  #news-details .keywords ul li {
    height: 30px !important;
  }

  #news-details .keywords .h4 {
    font-size: 14px !important;
  }

  .google-news-callout .text {
    font-size: 16px !important;
  }

  .google-news-callout {
    padding: 6px !important;
  }
}

.more-infograpics .infograpics-border {
  border-top: 1px solid #fff;
  display: block;
  width: 80%;
  margin: 12px auto;
}

.more-infograpics a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.more-infograpics span {
  font-family: 'Montserrat-Bold', sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}

.more-infograpics i {
  color: #ffffff;
  font-weight: bold;
  margin-right: 6px;
  font-size: 18px;
}

.infogarpic-article {
  overflow: unset !important;
}

.infogarpic-article img {
  position: unset;
}

.article-writer span {
  color: #276500 !important;
}

/* New Nested */
.main-nested-big {
background-color: transparent;
    position: absolute;
    bottom: 0;
    width: 100%;
        background: linear-gradient(270deg,rgba(0,0,0,0),#000000);
    background: -webkit-linear-gradient(270deg,rgba(0,0,0,0),#000);
    background: -moz-linear-gradient(270deg,rgba(0,0,0,0),#000);
    min-height: 90px;
    z-index: 999;
    right: 0;
}

.main-nested-ar {
padding: 0;
}

.main-nested-ar a {
position: relative;
z-index: 99;
height: 100%;
}

.article-row {
    position: relative;
    overflow: hidden;
}

.main-nested-big  h3 {
color: #fff !important;
font-size: 18px;
line-height: 28px;
}

.col-st {
    position: unset;
}

.main-article-details {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.main-article-details span {
background-color: #276500;
top: 0;
padding: 10px;
color: #ffffff !important;
border-right: 3px solid #808082;
z-index: 99;
}

@media (max-width: 575.98px) {
  #video-slider {
    height: 255px;
  }

  .single-cta {
    margin: 20px 0;
  }

  .cta-text span {
    display: block;
    margin-top: 10px;
  }

  .footer-widget-heading {
    margin-top: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
#mobile-navigation .mobile-logo img {
width: 100px !important;
}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
#mobile-navigation .mobile-logo img {
width: 100px !important;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #mobile-navigation .mobile-logo img {
    width: 100px;
  }
}
