body.pace-done .site-container > * {
  filter: none;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #d8232a;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #d8232a, 0 0 5px #d8232a;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #d8232a;
  border-left-color: #d8232a;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body {
  color: #000;
  font-family: DIN Next LT Arabic, Arial, Helvetica, sans-serif, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  background-color: #fff;
  direction: rtl;
  text-align: right;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

*:focus {
  outline: none;
}

.center, .widget-7 .video-player-item .entry-box-icon, .widget-7 .video-player-item .entry-box-icon i, .entry-box-3 .entry-box-icon, .entry-box-3 .entry-box-icon i, .main-menu .item i, .social-fixed a i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.transition, .widget-style-1 .widget-header .widget-header-link::before, .entry-box-3 .entry-box-icon, .entry-box-3 .playing-text, .entry-box-3 .entry-box-image::before, .entry-box-3 .entry-box-image img, .entry-box-1 .box::before, .main-menu .item, .main-menu .main-menu .menu > li > ul li a, .main-menu .main-menu .menu > li > ul li a::before, .main-menu .main-menu .menu > li > ul, .main-menu .logo, .social-fixed a, .search-box, .mobile-menu .links .menu > li > ul, .mobile-menu .links .menu > li > a::after, .mobile-menu .links .menu > li > a, .mobile-menu, .swiper-container .swiper-wrapper, body .site-container > *, body .site-container .main-header > * {
  -webkit-transition: all 500ms, color 200ms;
  -moz-transition: all 500ms, color 200ms;
  -ms-transition: all 500ms, color 200ms;
  -o-transition: all 500ms, color 200ms;
  transition: all 500ms, color 200ms;
}

.radius {
  border-radius: 8px;
}

.shadow {
  box-shadow: 0 0 20px rgba(50, 117, 208, 0.1);
}

.swiper-container .swiper-wrapper {
  opacity: 1;
}
.swiper-container .swiper-wrapper.opacity {
  opacity: 0;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 22px;
}
.lds-ellipsis div {
  position: absolute;
  top: 6px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #d8232a;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

.site-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 45;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0.8);
}

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

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

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

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

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

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

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

.font-size-26px {
  font-size: 26pxpx !important;
}

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

.font-size-30 {
  font-size: 30px !important;
}

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

@media (min-width: 576px) {
  .font-size-sm-12 {
    font-size: 12px !important;
  }

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

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

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

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

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

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

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

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

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

  .font-size-sm-32 {
    font-size: 32px !important;
  }
}
@media (min-width: 768px) {
  .font-size-md-12 {
    font-size: 12px !important;
  }

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

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

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

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

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

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

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

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

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

  .font-size-md-32 {
    font-size: 32px !important;
  }
}
@media (min-width: 992px) {
  .font-size-lg-12 {
    font-size: 12px !important;
  }

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

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

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

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

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

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

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

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

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

  .font-size-lg-32 {
    font-size: 32px !important;
  }
}
@media (min-width: 1200px) {
  .font-size-xl-12 {
    font-size: 12px !important;
  }

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

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

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

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

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

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

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

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

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

  .font-size-xl-32 {
    font-size: 32px !important;
  }
}
body.mobile-menu-active {
  overflow: hidden;
}
body.mobile-menu-active .site-overlay {
  height: 90%;
  height: -moz-calc(100% - 80px);
  height: -webkit-calc(100% - 80px);
  height: -o-calc(100% - 80px);
  height: calc(100% - 80px);
  top: 80px;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  cursor: url(../images/icon-cancel.png), auto;
}
body.mobile-menu-active .mobile-menu {
  visibility: visible !important;
  opacity: 1;
}
body.mobile-menu-active .mobile-menu .links .links-header {
  opacity: 1;
  transform: translateX(0);
}
body.mobile-menu-active .mobile-menu .links .menu > li {
  transform: translateY(0);
  opacity: 1;
}
body.mobile-menu-active .mobile-menu .social a {
  opacity: 1;
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mobile-menu {
  width: 100%;
  position: fixed;
  z-index: 2001;
  top: 80px;
  right: 0;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(17, 17, 17, 0.8);
  height: 90%;
  height: -moz-calc(100% - 80px);
  height: -webkit-calc(100% - 80px);
  height: -o-calc(100% - 80px);
  height: calc(100% - 80px);
}
.mobile-menu .links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mobile-menu .links .menu > li {
  position: relative;
  transition: all 0.4s;
  opacity: 0;
  transform: translateY(30px);
}
.mobile-menu .links .menu > li:nth-child(1) {
  transition-delay: 0.05s;
}
.mobile-menu .links .menu > li:nth-child(2) {
  transition-delay: 0.1s;
}
.mobile-menu .links .menu > li:nth-child(3) {
  transition-delay: 0.15s;
}
.mobile-menu .links .menu > li:nth-child(4) {
  transition-delay: 0.2s;
}
.mobile-menu .links .menu > li:nth-child(5) {
  transition-delay: 0.25s;
}
.mobile-menu .links .menu > li:nth-child(6) {
  transition-delay: 0.3s;
}
.mobile-menu .links .menu > li:nth-child(7) {
  transition-delay: 0.35s;
}
.mobile-menu .links .menu > li:nth-child(8) {
  transition-delay: 0.4s;
}
.mobile-menu .links .menu > li:nth-child(9) {
  transition-delay: 0.45s;
}
.mobile-menu .links .menu > li:nth-child(10) {
  transition-delay: 0.5s;
}
.mobile-menu .links .menu > li:nth-child(11) {
  transition-delay: 0.55s;
}
.mobile-menu .links .menu > li:nth-child(12) {
  transition-delay: 0.6s;
}
.mobile-menu .links .menu > li:nth-child(13) {
  transition-delay: 0.65s;
}
.mobile-menu .links .menu > li:nth-child(14) {
  transition-delay: 0.7s;
}
.mobile-menu .links .menu > li:nth-child(15) {
  transition-delay: 0.75s;
}
.mobile-menu .links .menu > li:nth-child(16) {
  transition-delay: 0.8s;
}
.mobile-menu .links .menu > li:nth-child(17) {
  transition-delay: 0.85s;
}
.mobile-menu .links .menu > li:nth-child(18) {
  transition-delay: 0.9s;
}
.mobile-menu .links .menu > li:nth-child(19) {
  transition-delay: 0.95s;
}
.mobile-menu .links .menu > li:nth-child(20) {
  transition-delay: 1s;
}
.mobile-menu .links .menu > li > a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  position: relative;
  padding: 4px 0;
}
.mobile-menu .links .menu > li > a::after {
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  top: 100%;
  content: "";
  background-color: #d8232a;
}
.mobile-menu .links .menu > li > ul {
  width: 220%;
  position: absolute;
  right: 100%;
  top: 0;
  padding-right: 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-20px);
}
.mobile-menu .links .menu > li > ul > li > a {
  display: block;
  color: #666666;
  font-size: 18px;
  padding: 3px 14px;
}
.mobile-menu .links .menu > li > ul > li > a:hover {
  color: #fff;
}
.mobile-menu .links .menu > li:hover > a::after, .mobile-menu .links .menu > li.active > a::after {
  width: 100%;
  left: auto;
  right: 0;
}
.mobile-menu .links .menu > li:hover > ul, .mobile-menu .links .menu > li.active > ul {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 767.98px) {
  .mobile-menu .links .menu > li > ul ~ .toggle {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 575.98px) {
  .mobile-menu .links .menu > li > ul ~ .toggle {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
}
.wrapper-menu {
  width: 22px;
  height: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  direction: ltr;
  transition: transform 330ms ease-out;
}
.wrapper-menu .line-menu {
  background-color: #d8232a;
  border-radius: 5px;
  width: 100%;
  height: 1px;
  transition: all 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
}
.wrapper-menu .line-menu.end {
  transform-origin: left;
}
body.mobile-menu-active .wrapper-menu .line-menu, .wrapper-menu.active .line-menu {
  transform: rotate(45deg);
}
body.mobile-menu-active .wrapper-menu .line-menu.start, .wrapper-menu.active .line-menu.start {
  opacity: 0;
  transform: translateY(4px);
}
body.mobile-menu-active .wrapper-menu .line-menu.end, .wrapper-menu.active .line-menu.end {
  transform: rotate(-45deg) translate(2px, 3px);
}

.search-box {
  position: fixed;
  top: 50%;
  right: 50%;
  z-index: 50;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  transform: translate(50%, -50%);
}
.search-box .search-container {
  padding: 20px;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.search-box form {
  min-height: 40px;
}
.search-box form input[type=search] {
  width: 100%;
  height: 40px;
  border: none;
  font-size: 24px;
  background-color: transparent;
}
.search-box form label {
  color: #fff;
  font-size: 20px;
}
.search-box form button {
  border: none;
  outline: none;
  background: none;
}
body.search-active {
  overflow: hidden;
}
body.search-active .site-overlay {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  cursor: url(../images/icon-cancel.png), auto;
  height: 100%;
}
body.search-active .search-box {
  visibility: visible;
  opacity: 1;
}

.social-fixed {
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .social-fixed {
    right: 40px;
  }
}
.social-fixed a {
  display: block;
  width: 35px;
  height: 35px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.social-fixed a:last-child {
  margin-bottom: 0;
}
.social-fixed a:hover {
  color: #ffffff;
}
.social-fixed a:hover[class*=facebook] {
  background-color: #3b5998;
}
.social-fixed a:hover[class*=twitter] {
  background-color: #1da1f2;
}
.social-fixed a:hover[class*=instagram] {
  background-color: #c13584;
}
.social-fixed a:hover[class*=telegram] {
  background-color: #0088cc;
}
.social-fixed a:hover[class*=whatsapp] {
  background-color: #075e54;
}
.social-fixed a:hover[class*=youtube] {
  background-color: #ff0000;
}
@media (max-width: 767.98px) {
  .social-fixed {
    display: none !important;
  }
}

.main-header {
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
}
.main-header, .main-header .container, .main-header .container > div {
  min-height: 130px;
}

.main-menu {
  top: 0;
  z-index: 10;
  position: sticky;
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
}
.main-menu, .main-menu .container, .main-menu .container > div {
  height: 80px;
}
.main-menu .logo {
  width: 0;
  height: 27px;
  overflow: hidden;
}
.main-menu .main-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.main-menu .main-menu .menu > li {
  flex: 1 1 auto;
  position: relative;
}
.main-menu .main-menu .menu > li > a {
  display: block;
  font-size: 18px;
  position: relative;
  height: 80px;
  line-height: 80px;
}
.main-menu .main-menu .menu > li:hover > a, .main-menu .main-menu .menu > li > a:hover, .main-menu .main-menu .menu > li a.active {
  color: #d8232a;
}
.main-menu .main-menu .menu > li.more > a span {
  display: block;
  position: relative;
}
.main-menu .main-menu .menu > li.more > a span, .main-menu .main-menu .menu > li.more > a span::before, .main-menu .main-menu .menu > li.more > a span::after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}
.main-menu .main-menu .menu > li.more > a span::before, .main-menu .main-menu .menu > li.more > a span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
}
.main-menu .main-menu .menu > li.more > a span::before {
  right: -7px;
}
.main-menu .main-menu .menu > li.more > a span::after {
  right: 8px;
}
.main-menu .main-menu .menu > li.more > a:hover span, .main-menu .main-menu .menu > li.more > a:hover span::before, .main-menu .main-menu .menu > li.more > a:hover span::after {
  background-color: #d8232a;
}
.main-menu .main-menu .menu > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 240px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transform: translateY(4px) scale(0.97);
  box-shadow: 0 0 20px rgba(50, 117, 208, 0.1);
}
.main-menu .main-menu .menu > li > ul li a {
  display: block;
  padding: 8px 20px;
  position: relative;
}
.main-menu .main-menu .menu > li > ul li a:hover {
  background-color: #f8f9fa;
}
.main-menu .main-menu .menu > li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
}
.main-menu .item {
  width: 35px;
  height: 35px;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.main-menu .item:hover {
  color: #ffffff;
}
.main-menu .item:hover[class*=facebook] {
  background-color: #3b5998;
}
.main-menu .item:hover[class*=twitter] {
  background-color: #1da1f2;
}
.main-menu .item:hover[class*=instagram] {
  background-color: #405de6;
}
.main-menu .item:hover[class*=youtube] {
  background-color: #ff0000;
}
.main-menu .item:hover[class*=search] {
  background-color: #e9ecef;
}
.main-menu .item.search span {
  position: absolute;
}
.main-menu .item.search .icon {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
}
.main-menu .item.search .icon .circle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.main-menu .item.search .icon .circle span {
  position: absolute;
  width: 50%;
  overflow: hidden;
}
.main-menu .item.search .icon .circle span:before {
  border-radius: 50%;
  content: "";
  position: absolute;
  width: 200%;
  border: 2px solid transparent;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.main-menu .item.search .icon .circle span:nth-of-type(1) {
  left: 0;
  top: 0;
  height: 100%;
}
.main-menu .item.search .icon .circle span:nth-of-type(1):before {
  top: 0;
  bottom: 0;
  left: 0;
  border-bottom-color: #000;
  border-left-color: #000;
  transition: transform 0.3s cubic-bezier(0, 0, 0, 1) 0.3s;
}
.main-menu .item.search .icon .circle span:nth-of-type(2) {
  right: 0;
  top: 0;
  height: 50%;
}
.main-menu .item.search .icon .circle span:nth-of-type(2):before {
  top: 0;
  right: 0;
  height: 200%;
  border-top-color: #000;
  transition: transform 0.2s cubic-bezier(0.7, 0, 1, 1) 0.1s;
}
.main-menu .item.search .icon .circle span:nth-of-type(3) {
  right: 0;
  height: 50%;
  bottom: 0;
}
.main-menu .item.search .icon .circle span:nth-of-type(3):before {
  bottom: 0;
  right: 0;
  height: 200%;
  border-right-color: #000;
  transition: transform 0.6s cubic-bezier(0.5, 0, 0, 1) 0.1s;
}
.main-menu .item.search .icon .cross {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.main-menu .item.search .icon .cross span:before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.main-menu .item.search .icon .cross span:nth-of-type(1) {
  left: 50%;
  width: 2px;
  top: 0;
  bottom: 0;
  transform: translate3d(-50%, calc(14px / 3.5), 0);
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.7, 0, 1, 1);
}
.main-menu .item.search .icon .cross span:nth-of-type(1):before {
  transform-origin: bottom;
  transform: translate3d(0, calc(100% - calc(14px / 3.5 + 2px)), 0);
  transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1);
}
.main-menu .item.search .icon .cross span:nth-of-type(2) {
  top: 50%;
  height: 2px;
  left: 0;
  right: 0;
  transform: translate3d(0, -50%, 0);
}
.main-menu .item.search .icon .cross span:nth-of-type(2):before {
  transform-origin: right;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.6, 0, 1, 1);
}
body.search-active .main-menu .item.search, .main-menu .item.search.active {
  background-color: #e9ecef;
}
body.search-active .main-menu .item.search .circle span:nth-of-type(1):before, .main-menu .item.search.active .circle span:nth-of-type(1):before {
  transform: rotate(225deg);
  transition: transform 0.2s cubic-bezier(0.7, 0, 1, 1);
}
body.search-active .main-menu .item.search .circle span:nth-of-type(2):before, .main-menu .item.search.active .circle span:nth-of-type(2):before {
  transform: rotate(135deg);
  transition: transform 0.3s cubic-bezier(0, 0, 0, 1) 0.2s;
}
body.search-active .main-menu .item.search .circle span:nth-of-type(3):before, .main-menu .item.search.active .circle span:nth-of-type(3):before {
  transform: rotate(-45deg);
  transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1) 0.1s;
}
body.search-active .main-menu .item.search .cross span:nth-of-type(1), .main-menu .item.search.active .cross span:nth-of-type(1) {
  transform: translate3d(-50%, 0, 0);
}
body.search-active .main-menu .item.search .cross span:nth-of-type(1):before, .main-menu .item.search.active .cross span:nth-of-type(1):before {
  transform: translate3d(0, 0, 0);
}
body.search-active .main-menu .item.search .cross span:nth-of-type(2):before, .main-menu .item.search.active .cross span:nth-of-type(2):before {
  transform: scale3d(1, 1, 1);
  transition: transform 0.25s cubic-bezier(0, 0.27, 0.06, 1.01) 0.35s;
}
.main-menu .item.english {
  width: auto;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 30px;
}
@media (max-width: 991.98px) {
  body.main-menu-fixed .main-menu .logo {
    width: 29px;
  }
}

.main-footer {
  background-color: #f2f2f2;
}

.entry-box .entry-title {
  font-weight: 700;
}

.entry-box-1 {
  position: relative;
}
.entry-box-1 .box {
  position: relative;
}
.entry-box-1 .box::before {
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  content: "";
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}
.entry-box-1 .entry-body {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.entry-box-1 .entry-caption {
  border-radius: 3px;
}

.entry-box-2 .entry-image {
  position: relative;
}
.entry-box-2 .entry-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.entry-box-3 .entry-box-image {
  position: relative;
}
.entry-box-3 .entry-box-image img {
  width: 100%;
  border: 1px solid transparent;
}
.entry-box-3 .entry-box-image::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  content: "";
  background-color: transparent;
}
.entry-box-3 .playing-text {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  opacity: 0;
  transform: translate(50%, -100%);
}
.entry-box-3 .entry-box-icon {
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
}
.entry-box-3 .entry-box-icon, .entry-box-3 .entry-box-icon i {
  z-index: 5;
}
.entry-box-3 .entry-box-icon.size-1 {
  width: 55px;
  height: 55px;
}
.entry-box-3 .entry-box-icon.size-2 {
  width: 38px;
  height: 38px;
}
.entry-box-3:hover .entry-box-icon {
  background-color: rgba(216, 35, 42, 0.7);
}

.entry-box-event {
  height: 100px;
  overflow: hidden;
}
.entry-box-event > a {
  display: block;
  height: 100px;
  position: relative;
  background-color: #222222;
}
.entry-box-event > a::before, .entry-box-event > a::after {
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.2s 0.4s;
}
.entry-box-event > a::before {
  width: 120px;
  right: 0;
  background-color: #d8232a;
}
.entry-box-event > a::after {
  width: 20px;
  right: 120px;
  background: transparent url("../images/icon-event-arrow.png") 0 center no-repeat;
}
.entry-box-event .text {
  position: absolute;
  bottom: 20px;
  right: 26px;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  transition: all 0.2s 0.2s;
}
.entry-box-event .datetime, .entry-box-event .datetime > * {
  transition: all 0.2s;
}
.entry-box-event .datetime {
  position: absolute;
  top: 26px;
  right: 26px;
  z-index: 2;
  color: #fff;
  font-size: 20px;
}
.entry-box-event .day-text {
  position: absolute;
  right: 160px;
  top: 50%;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.2s 0.4s;
}
.entry-box-event .day-text.day-text1 {
  transform: translateY(-50%) scale(1);
}
.entry-box-event .day-text.day-text2 {
  transform: translateY(-50%) scale(0);
}
.entry-box-event:hover > a::before {
  width: 100%;
  background-color: #d8232a;
}
.entry-box-event:hover > a::after {
  right: 100%;
}
.entry-box-event:hover .text {
  visibility: hidden;
  opacity: 0;
  transform: scale(2);
  transition: all 0.2s 0.2s;
}
.entry-box-event:hover .datetime, .entry-box-event:hover .datetime > * {
  transition: all 0.2s 0.4s;
}
.entry-box-event:hover .datetime {
  top: -5px;
  right: 10px;
}
.entry-box-event:hover .datetime .date1 {
  font-size: 64px;
}
.entry-box-event:hover .datetime .date2 {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
}
.entry-box-event:hover .datetime .date3 {
  margin-right: -10px;
}
.entry-box-event:hover .day-text {
  transition: all 0.2s 0.4s;
}
.entry-box-event:hover .day-text.day-text1 {
  transform: translateY(-50%) scale(0);
}
.entry-box-event:hover .day-text.day-text2 {
  transform: translateY(-50%) scale(1);
}

.entry-box-4 .entry-author:hover, .entry-box-4 .entry-author:hover a {
  color: #d8232a !important;
  text-decoration: underline;
}

.widget-style-1 .widget-header .widget-header-title {
  font-weight: 700;
  font-size: 18px;
}
.widget-style-1 .widget-header .widget-header-link {
  color: #000;
  position: relative;
}
.widget-style-1 .widget-header .widget-header-link::before {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 100%;
  right: 0;
  content: "";
  background-color: #000;
}
.widget-style-1 .widget-header.red .widget-header-link {
  color: #d8232a;
}
.widget-style-1 .widget-header.red .widget-header-link::before {
  background-color: #d8232a;
}
.widget-1 .widget-header {
  background-color: #be1f25;
}
@media (min-width: 992px) {
  .widget-1 .widget-header {
    width: 82px;
    position: relative;
  }
  .widget-1 .widget-header .widget-header-title {
    width: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
    white-space: nowrap;
    transform: translate(50%, -50%) rotate(-90deg);
  }
}
@media (max-width: 575.98px) {
  .widget-1 .col-lg-4:nth-child(2), .widget-1 .col-lg-4:nth-child(3) {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .widget-5 .widget-body, .widget-5 .widget-body .scroll-bar-container, .widget-5 .widget-body .scroll-container {
    min-height: 284px !important;
    height: 284px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .widget-5 .widget-body, .widget-5 .widget-body .scroll-bar-container, .widget-5 .widget-body .scroll-container {
    min-height: 284px !important;
    height: 284px !important;
  }
}
@media (min-width: 1200px) {
  .widget-5 .widget-body, .widget-5 .widget-body .scroll-bar-container, .widget-5 .widget-body .scroll-container {
    min-height: 354px !important;
    height: 354px !important;
  }
}

.widget-7 .video-player-item {
  position: relative;
}
.widget-7 .video-player-item .entry-box-icon {
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  background-color: #d8232a;
}
.widget-7 .entry-box-3 {
  position: relative;
  background-color: #090909;
  border-bottom: 1px solid #1b1b1b;
}
.widget-7 .entry-box-3 .entry-title, .widget-7 .entry-box-3 .entry-title a {
  color: #fff;
}
.widget-7 .entry-box-3.playing {
  background-color: #eee;
  border-bottom-color: #eee;
}
.widget-7 .entry-box-3.playing .entry-title, .widget-7 .entry-box-3.playing .entry-title a {
  color: #000;
}
@media (min-width: 992px) {
  .widget-7 .entry-box-3.playing::before {
    border: 14px solid transparent;
    border-left-color: #eee;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 2;
    content: "";
    transform: translateY(-50%);
  }
}

.widget-breaking {
  background-color: #a60202;
}
.widget-breaking .header-title {
  color: #f6ed36;
  font-weight: 700;
  font-size: 30px;
}
.widget-breaking .header-icon {
  color: #ffffff;
  font-size: 32px;
}
.widget-breaking .item {
  color: #ffffff;
  font-size: 20px;
}
.widget-breaking .close {
  display: block;
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: transparent;
}
.widget-breaking .close, .widget-breaking .close::before, .widget-breaking .close::after {
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.widget-breaking .close::before, .widget-breaking .close::after {
  width: 2px;
  height: 14px;
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  background-color: #ffffff;
}
.widget-breaking .close::before {
  transform: translate(50%, -50%) rotate(45deg);
}
.widget-breaking .close::after {
  transform: translate(50%, -50%) rotate(-45deg);
  transition-duration: 0.8s;
}
.widget-breaking .close:hover {
  background-color: #da1514;
}
.widget-breaking .close:hover::before {
  transform: translate(50%, -50%) rotate(45deg) scale(1.5);
}
.widget-breaking .close:hover::after {
  transform: translate(50%, -50%) rotate(-45deg) scale(1.5);
}
.widget-breaking.fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  width: 100%;
}
.page-vote .vote-header {
  height: 110px;
  background-color: #d8232a;
  background-repeat: no-repeat;
  background-position: 0 center;
}
.page-vote .vote-header .vote-name {
  color: #fff;
  font-size: 44px;
  font-weight: bold;
}
.page-vote .widget-vote {
  position: relative;
}
.page-vote .widget-vote .loader {
  position: absolute;
  top: 3px;
  left: 0;
  display: none;
}
.page-vote .widget-vote label.vote-item {
  cursor: pointer;
}
.page-vote .widget-vote label.vote-item:hover .vote-shape svg.shape .cls-1, .page-vote .widget-vote label.vote-item:hover .vote-shape svg.shape .cls-2 {
  stroke: #d8232a;
}
.page-vote .widget-vote .vote-item input[type=radio] {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
}
.page-vote .widget-vote .vote-item .vote-shape {
  width: 82px;
  height: 94px;
  position: relative;
}
.page-vote .widget-vote .vote-item .vote-shape svg.shape {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  transform: translate(50%, -50%);
  z-index: 3;
}
.page-vote .widget-vote .vote-item .vote-shape svg.shape .cls-1 {
  fill: #2c2c2c;
  opacity: 0.8;
}
.page-vote .widget-vote .vote-item .vote-shape svg.shape .cls-2, .page-vote .widget-vote .vote-item .vote-shape svg.shape .cls-3 {
  fill: none;
  stroke: #2c2c2c;
}
.page-vote .widget-vote .vote-item .vote-shape svg.shape .cls-2 {
  stroke-width: 4px;
}
.page-vote .widget-vote .vote-item .vote-shape svg.shape .cls-3 {
  stroke-width: 2px;
  stroke-dasharray: 8;
}
.page-vote .widget-vote .vote-item .vote-shape .percentage {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  transform: translate(40%, 18%);
  background-color: #d8232a;
}
.page-vote .widget-vote .vote-item .vote-shape .check, .page-vote .widget-vote .vote-item .vote-shape .uncheck {
  position: absolute;
  z-index: 5;
}
.page-vote .widget-vote .vote-item .vote-shape .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 4;
  stroke-miterlimit: 10;
  fill: none;
}
.page-vote .widget-vote .vote-item .vote-shape .checkmark {
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.page-vote .widget-vote .vote-item .vote-shape .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  stroke-width: 3px;
}
.page-vote .widget-vote .vote-item.item1 input[type=radio]:checked + .vote-shape svg.shape .cls-1, .page-vote .widget-vote .vote-item.item1 input[type=radio]:checked + .vote-shape svg.shape .cls-2 {
  stroke: #d8232a;
}
.page-vote .widget-vote .vote-item.item1 input[type=radio]:checked + .vote-shape .checkmark__circle {
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.page-vote .widget-vote .vote-item.item1 input[type=radio]:checked + .vote-shape .checkmark {
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.page-vote .widget-vote .vote-item.item1 input[type=radio]:checked + .vote-shape .checkmark__check {
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
.page-vote .widget-vote .vote-item.item1 input[type=radio]:checked + .vote-shape + .vote-body .text-1 {
  color: #d8232a;
}
.page-vote .widget-vote .vote-item.item1 .check {
  bottom: 0;
  left: 0;
  transform: translate(-20%, -80%);
}
.page-vote .widget-vote .vote-item.item1 .check, .page-vote .widget-vote .vote-item.item1 .check .checkmark {
  width: 20px;
  height: 20px;
}
.page-vote .widget-vote .vote-item.item1 .checkmark__circle {
  stroke: #2c2c2c;
}
.page-vote .widget-vote .vote-item.item1 .checkmark {
  stroke: #fff;
  box-shadow: inset 0 0 0 #2c2c2c;
}
.page-vote .widget-vote .vote-item.item2 input[type=radio]:checked + .vote-shape svg.shape .cls-1 {
  fill: #d8232a;
}
.page-vote .widget-vote .vote-item.item2 input[type=radio]:checked + .vote-shape svg.shape .cls-1, .page-vote .widget-vote .vote-item.item2 input[type=radio]:checked + .vote-shape svg.shape .cls-2 {
  stroke: #d8232a;
}
.page-vote .widget-vote .vote-item.item2 input[type=radio]:checked + .vote-shape .checkmark__check {
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.1s forwards;
}
.page-vote .widget-vote .vote-item.item2 input[type=radio]:checked + .vote-shape + .vote-body .text-1 {
  color: #d8232a;
}
.page-vote .widget-vote .vote-item.item2 input[type=radio]:checked + .vote-shape .uncheck .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: none;
  animation: none;
}
.page-vote .widget-vote .vote-item.item2 .check, .page-vote .widget-vote .vote-item.item2 .uncheck {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.page-vote .widget-vote .vote-item.item2 .check, .page-vote .widget-vote .vote-item.item2 .check .checkmark, .page-vote .widget-vote .vote-item.item2 .uncheck, .page-vote .widget-vote .vote-item.item2 .uncheck .checkmark {
  width: 46px;
  height: 46px;
}
.page-vote .widget-vote .vote-item.item2 .checkmark__circle {
  fill: none;
  stroke: none;
}
.page-vote .widget-vote .vote-item.item2 .checkmark {
  stroke: #fff;
  box-shadow: inset 0 0 0 #d8232a;
}
.page-vote .widget-vote .vote-item.item2 .uncheck .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.page-vote .widget-vote .vote-item.item2 .uncheck .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.1s ease-in-out forwards;
  animation: dash 0.9s 0.1s ease-in-out forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0 0 0 30px #2c2c2c;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.page-vote .widget-vote.loading .loader {
  display: block;
}

/*# sourceMappingURL=style.css.map */
