main {
  overflow: hidden;
}

aside .accordion-heading .accordion-toggle {
  display: inline-block;
  color: #FFF;
  padding: 2px 0;
  width: 85%
}

#home section > header {
  padding: 6px 8px;
  box-shadow: 0 1px 0 #fff inset, 0 1px 1px rgba(0, 0, 0, .075);
}

#home section > header i {
  margin: 5px 2px;
}

/*#home section > header:before {
	content:'�';
	color:#f70;
	padding-left:7px;
	font-family:verdana;
}
html[dir=ltr] #home section > header:before {
	padding-right:7px;
}*/
html[lang=fa] #home header, html[lang=fa] #home header a,
html[lang=ar] #home header {
  font: bold 17px/19px nasimb, Arial;
}

/*ie6*/
html.ie6 #home section {
  width: 65%;
}

html.ie6 #home aside {
  width: 34%;
}

#home section.pallete {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  margin-bottom: 5px;
}

#home section.pallete > section {
  /*height: auto;*/
  border: 1px solid #CCC;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
}

#home section.pallete > section figure {
  border: 0
}

#home section.pallete > section.q_access a {
  display: block;
  padding: 5px;
  color: #333;
  margin: 2px 0;
  font-size: 1.1em
}

#home section.pallete > section.q_access p {
  width: 100%;
  line-height: 20px
}

#home section.pallete > section.q_access p {
  width: 100%;
  line-height: 20px
}

#rate div.user_q {
  border: 0
}

#home section > article {
  padding: 5px 0;
}

#home section.pallete > header {
  border: 0;
  color: #FFF;
  text-shadow: none;
  margin: -1px 0 0 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #0074cc;
  background-image: -webkit-linear-gradient(top, #08c, #05c);
  background-image: -moz-linear-gradient(top, #08c, #05c);
  background-image: -ms-linear-gradient(top, #08c, #05c);
  background-image: -o-linear-gradient(top, #08c, #05c);
  background-image: linear-gradient(top, #08c, #05c);
}

#top-news {
  visibility: visible !important; /* for display after that css loaded*/
}

#home-main > #top-news > article {
  padding: 0;
}

#top-news figure img {
  display: inline-block;
}

#university-note figure {
  padding: 0;
  border-radius: 0
}

/*--------rate----------*/
.options li {
  margin: 5px
}

/*-----------------------*/
.home-pic {
  margin: 1px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 0 3px gray;
}

.slide article, .slide figure {
  margin: 0 !important;
}

figure {
  margin: 0
}


#tabs-main article > section, #tabs-main article > figure, #tabs-main article > figure a {
  display: table-cell;
  vertical-align: middle;
}

#tabs-main article > figure, #tabs-main article > figure a {
  text-align: center
}

#tabs-main article {
  clear: both;
}

#tabs-main article figure {
  border: 0;
}

#tabs-main article figure, #tabs-main article > figure a {
  width: 107px;
}

#tabs-main article figure {
  position: relative;
  z-index: 200;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  background: transparent;
}

#tabs-main article:hover figure {
  z-index: 300;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

#tabs-main article p {
  padding: 0 5px
}

#tabs-main hgroup h6 {
  color: #e57900;
}

#tabs-main a.btn-primary {
  padding: 0 3px 3px 3px
}


/*--------events----------*/
#events > section, #events > ul, #events > ul > li > a {
  border: 0
}

#events > ul {
  border-bottom: 1px solid #DDD;
  background: #fecb00; /* Old browsers */
  background: -moz-linear-gradient(top, #fecb00 1%, #ff9200 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fecb00), color-stop(100%, #ff9200)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fecb00 1%, #ff9200 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fecb00 1%, #ff9200 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fecb00 1%, #ff9200 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fecb00 1%, #ff9200 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fecb00', endColorstr='#ff9200', GradientType=0); /* IE6-9 */

}

#events > ul a {
  color: #FFF
}

#events p.cal {
  width: 50px;
  height: 50px
}

#events p > span {
  display: inline-block;
  margin: 24px 0;
  font-weight: bold;
  font-size: 1.8em;
  font-family: 'B Mitra'
}

#events .table th, #events .table td {
  border: 0
}

#events .event-bold {
  font-size: 1.2em
}

/*------------ads--------------*/
#ads figure {
  margin: 1px
}


:root {
  --tvu-orange: #c08533;
  --tvu-blue: rgb(1 76 147);
  --body-bg: #f5f6f9;
  --tvu-light-gray: #e2e2e2;
}

body {
  direction: rtl;
  background: var(--body-bg);
}

.swiper-slide.first-swiper {
  height: 100vh;
}

.swiper-slide.first-swiper img,
#swiper-container .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#multimedia .swiper-button-next,
#multimedia .swiper-button-prev {
  color: var(--tvu-orange);
}

#multimedia .swiper-button-next:after, #banner .swiper-button-next:after {
  content: '\f061';
  font-family: 'FontAwesome';
  font-size: 1.5rem;
  color: var(--tvu-orange);
  width: 90%;
  text-align: center;
  font-weight: 900;
}

#multimedia .swiper-button-prev:after, #banner .swiper-button-prev:after {
  content: '\f060';
  font-family: 'FontAwesome';
  font-size: 1.5rem;
  color: var(--tvu-orange);
  width: 90%;
  text-align: center;
  font-weight: 900;
}

#multimedia .swiper-button-next, #banner .swiper-button-next {
  right: 0;
  left: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--white);
}

#multimedia .swiper-button-prev, #banner .swiper-button-prev {
  left: 0;
  right: auto;
  width: 40px;
  height: 40px;
  background: var(--white);
  border-radius: 50%;
}

#banner .swiper-button-prev {
  left: 10px;
}

#banner .swiper-button-next {
  right: 10px;
}

#swiper-container .swiper-slide {
  height: 150px;
}

.first .img-section {
  height: 150px;
  width: 100%;
}

.img-section img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.articles-section[data-section="University_Honors"] .first .img-section,
.articles-section[data-section="Publishers"] .first .img-section,
.articles-section[data-section="University_Honors"] .img-section img,
.articles-section[data-section="University_Honors"] .content-section .img-section,
.articles-section[data-section="Publishers"] .content-section .img-section,
.articles-section[data-section="Publishers"] .img-section img {
  height: auto;
}


.first {
  display: flex;
  flex-direction: column;
}

.first article.detailes {
  margin-top: 10px;
}

.content-section {
  display: flex;
  margin-bottom: .5rem;
}

.content-section .img-section {
  width: 100px;
  height: 60px;
  padding: 0;
}

article.detailes {
  text-align: right;
  padding: .5rem;
  background: var(--tvu-light-gray);
}

section.articles-section {
  margin: 1.7rem auto;
  min-height: 150px;
  opacity: 0;
  transition: all .3s;
}

.article-section .articles-section:nth-child(1) {
  transform: translate3d(300px, -100px, 10px);
}

.article-section .articles-section:nth-child(2) {
  transform: translate3d(-300px, -100px, 10px);
}

.article-section .articles-section:nth-child(3) {
  transform: translate3d(300px, 100px, 10px);
}

.article-section .articles-section:nth-child(4) {
  transform: translate3d(-300px, 100px, 10px);
}

.article-section.loaded .articles-section:nth-child(1),
.article-section.loaded .articles-section:nth-child(2),
.article-section.loaded .articles-section:nth-child(3),
.article-section.loaded .articles-section:nth-child(4) {
  transform: translate3d(0, 0, 10px);
  opacity: 1;
}

section.articles-section .row.article {
  height: calc(100% - 60px);
  background: var(--tvu-light-gray);
}

section.articles-section > .row,
.articles,
.podcast,
.infographic,
.poster {
  margin: 0;
  box-shadow: 0px 0px 15px rgba(5, 5, 5, 0.15);
}

.row.content-section {
  box-shadow: none;
}

.content-section:not(:last-child) {
  border-bottom: 1px solid gray;
}

.podcast,
.poster,
.infographic {
  text-align: center;
}

.podcast video {
  height: 100%;
}

.articles-section .row {
  padding: 10px;
}

section.articles-section .row div:first-child {
  padding-right: 0;
}

article.detailes header {
  margin-bottom: 5px;
}

.news-section,
.news-section .col-md-6 > div {
  display: flex;
  width: 100%;
}

.news-section {
  transform: scaleY(0);
  transition: all .2s;
}

.news-section.loaded {
  transform: scaleY(1);
}

.news-section .img-section {
  height: 115px;
  width: 160px;
}

.counters-section {
  display: flex;
  justify-content: space-around;
  background: var(--tvu-blue);
  color: var(--white);
  padding: 3vw 5vw;
}

.counter-section .count,
.counter-section {
  text-align: center;
}

.counter-section img {
  width: 70%;
  filter: invert(1);
}

.counter-section header {
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  margin: 15px 0 10px;
}

.counters-section {
  margin: 10px 0;
}

.col.counter-section img {
  width: 45%;
}

h2.section-header::before {
  background-image: url(../img/custom/tvu/logo.png);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  width: 30px;
  content: "";
  position: relative;
  top: 10px;
}

.h4.section-header {
  color: var(--tvu-blue);
  display: inline-block;
  font-weight: bold;
}

.header-section-header {
  width: 50%;
  height: 50px;
  position: relative;
}

.section-header:after {
  display: block;
  content: '';
  border-bottom: solid 3px var(--tvu-blue);
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  /* width:70%; */
  margin-top: 5px;
}

.section-header:hover:after {
  transform: scaleX(1);
  transform-origin: 100% 50%;
}

.social-media-section header {
  display: flex;
  justify-content: space-between;
}

.social-media-section header span {
  background: var(--tvu-blue);
  padding: 5px 10px;
  color: var(--white);
  font-size: 1rem;
}

.social-media {
  overflow: hidden;
  margin-top: 10px;
}

.social-media ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  width: 40%;
  margin: auto;
}

.social-media ul li {
  padding: 0;
  background: var(--tvu-light-gray);
  border-radius: 50%;
  transition: all 1s ease;
}

.social-media ul li:first-child,
.social-media ul li:nth-child(2) {
  margin-right: -180vw;
}

.social-media ul.loaded li:first-child,
.social-media ul.loaded li:nth-child(2) {
  transform: translatex(-90vw) rotate(-5turn);
  padding: 10px;
}

.social-media ul li:last-child,
.social-media ul li:nth-child(3) {
  margin-left: -180vw;
}

.social-media ul.loaded li:last-child,
.social-media ul.loaded li:nth-child(3) {
  transform: translatex(90vw) rotate(5turn);
  padding: 10px;
}

.podcast,
.poster,
.infographic {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.more-btn-div {
  width: 100%;
  text-align: end;
}

a.btn {
  margin-top: 10px;
  background: var(--tvu-light-gray);
}

.podcast img,
.infographic img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.podcast > a, .poster img {
  height: 450px;
  display: inline-block;
}

.podcast > a, .poster img {
  height: 450px;
  display: inline-block;
}


a {
  color: #333;
}

a:hover {
  text-decoration: none;
}

p {
  font-size: .8rem;
}

#multimedia {
  background: #d17e16;
  padding-top: 1rem;
  padding-bottom: 2rem;
  position: relative;
}

#multimedia .swiper-container {
  width: 90%;
  margin: auto;
}

#multimedia .h4.section-header {
  color: #fff;
}

#multimedia .swiper-button-next, #banner .swiper-button-next, #multimedia .swiper-button-prev, #banner .swiper-button-prev {
  top: 55%;
}

.poster .title-transparent, .podcast .title-transparent, .infographic .title-transparent {
  position: absolute;
  bottom: -100px;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  color: var(--white);
  height: 65px;
  transition: bottom .4s ease-out;
  display: block;
  padding: 8px 10px 0;
}

.podcast-and-poster {
  transform: translate3d(0, 200px, 10px);
  opacity: 0;
  transition: .5s;
}

.infographic {
  transform: translate3d(0, -200px, 10px);
  opacity: 0;
  transition: .5s;
}

.infographic.loaded, .podcast-and-poster.loaded {
  transform: translate3d(0px, 0px, 10px);
  opacity: 1;
}

.infographic-podcast {
  overflow: hidden;
}

.poster:hover .title-transparent, .podcast:hover .title-transparent, .infographic:hover .title-transparent {
  bottom: 0;
}

.poster .title-transparent h3, .podcast .title-transparent h3, .infographic .title-transparent h3 {
  opacity: 0;
  transition: opacity .3s ease-out, bottom 1s ease-out;
  margin: auto;
}

.poster:hover .title-transparent h3, .podcast .title-transparent h3, .infographic:hover .title-transparent h3 {
  opacity: 1;
}

.poster .title, .podcast .title, .infographic .title {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--tvu-blue);
  padding: 5px 10px;
  color: var(--white);
  border-radius: 20px 0 0 0;
}

h3.h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-align: justify;
}

.first h3.h6 {
  font-size: 1.1rem;
}

.detailes h3.h6 {
  font-size: .85rem;
}

hgroup h6 {
  font-size: .8rem;
}

article.detailes p {
  font-size: 11px;
  margin-bottom: 0;
}

#sini .swiper-button-next, #sini .swiper-button-prev {
  transform: scale(.5);
  filter: brightness(100) grayscale(1);
}

.tp-simpleresponsive a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tp-simpleresponsive a img{
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .swiper-slide.first-swiper {
    height: 250px;
  }

  .news-section {
    flex-direction: column;
  }

  .news-section .col-12,
  .podcast-and-poster {
    margin: 40px 0;
  }

  .counters-section {
    padding: 3vw 2vw;
  }

  .counter-section {
    margin: 20px 0;
  }

  .right-section {
    padding-left: 0;
  }

  .col.counter-section {
    flex-basis: auto;
    max-width: 50%;
  }
}


@media only screen and (max-width: 1023px) {
  #multimedia .swiper-button-prev {
    left: 10px;
  }

  #multimedia .swiper-button-next {
    right: 10px;
  }

}

@media only screen and (max-width: 992px) {
  .podcast img, .poster img, .infographic img {
    height: auto;
  }

  .podcast > a {
    height: auto;
  }
}

