@font-face {
	font-family: 'Nexa';
	src: url('../fonts/NexaLight.eot');
	src: url('../fonts/NexaLight.eot?#iefix') format('embedded-opentype'),
		url('../fonts/NexaLight.woff') format('woff'),
		url('../fonts/NexaLight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Nexa';
	src: url('../fonts/NexaBold.eot');
	src: url('../fonts/NexaBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/NexaBold.woff') format('woff'),
		url('../fonts/NexaBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
body {
direction: ltr;
}

a, span, div {
  font-family: 'Nexa', sans-serif;
}
a {
  color: #e30c13;
}
a:focus, a:hover {
  text-decoration: none;
  color: red;
}
a {
	-webkit-transition: all 0.4s ease 0.0s;
	transition: all 0.4s ease 0.0s;
}
p {
    line-height: normal;
}
h1, h2, h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.4;
}
h1 {
    font-size: 18px;
    font-weight: bold;
}
h2 {
    font-size: 17px;
}
header {
  background-color: #e30c13;
  height: 140px;
  color: white;
  display: none;
}
header .container {
  position: relative;
}
header a.logo {
  background-image: url(../images/logo_white.png?v3);
  background-size: contain;
  display: block;
  width: 180px;
  height: 120px;
  text-indent: -200%;
  margin-top: 10px;
}
header span.slogan {
  position: absolute;
  bottom: 0px;
  right: 20px;
}
footer {
  color: #6d6e71;
  background-color: white;
  padding: 60px 0px;
}
footer div.logo {
  float: left;
  background-image: url(../images/logo.png?v3);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 120px;
  text-indent: -200%;
  background-origin: content-box;
  height: 120px;
  text-indent: -200%;
  padding-left: 20px;
}
footer div.about {
  color: #5f5f5f;
  text-align: justify;
  float: left;
}
footer div.sitemap {

}
footer div.sitemap ul{
	display: block;
	float: left;
	padding: 0px 10px;
	margin: 0px;
	margin-left: 15px;
  min-width: 100px;
}
footer div.sitemap ul li {
	list-style-type: none;
	padding: 5px 0px;
	color: #a4a4a4;
}
footer div.sitemap ul li a {
	color: #353535;
	display: block;
}
footer div.sitemap ul li a:hover {
	color: #ab2121;
}
.topbar {
  background-color: #e0dede;
  border-radius: 0px !important;
  border-width: 0px !important;
  height: 29px;
  display: none;
}
.topbar .nav {
  padding: 3px 0px;
}
.topbar .navbar-form {
  padding: 0;
  margin: 0;
}
.topbar .navbar-form .form-control {
  border-radius: 0px;
  border: 0px;
  height: 29px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: initial;
  -o-transition: initial;
  transition: initial;
  background-color: transparent;
}
.topbar .navbar-form .form-control:focus, .topbar .navbar-form .form-control:hover {
  background-color: rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.topbar .navbar-form .btn {
    padding: 0px 8px;
    height: 29px;
    border-radius: 0px;
}
.topbar .nav>li>a {
  border-radius: 20px;
  padding: 0px;
  line-height: 20px;
  width: 24px;
  font-size: 13px;
  display: block;
  text-align: center;
  border: 2px solid #4d4d4e;
  color: #4d4d4e;
  margin-right: 3px;
}

.navbar {
  background-color: #fff;
  border-radius: 0px !important;
  border-width: 0px !important;
}
.navbar .navbar-header {
    background-color: #e30c13;
}
.navbar .navbar-brand {
    background-image: url(../images/logo_white.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: center;
    text-indent: -300%;
    width: 80px;
    padding: 7px;
    overflow: hidden;
}
.navbar .navbar-toggle {
    margin-bottom: 8px;
    border: 0px solid transparent;
    border-radius: 0px;
}
.navbar .navbar-toggle .icon-bar {
    border-radius: 0px;
    background-color: white;
}

.navbar .navbar-nav>li>a {
  color:black;
  padding: 15px 10px 10px 10px;
font-weight: bold;
  border-bottom: 5px solid transparent;
}
.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
  background-color: transparent;
  color: #e50a12;
  border-bottom-color: #e30c13;
}


.page {
  background-color: #e0dedf;
}
.ebooks {
  background-color: #c4c4c4;
  background-color: #646565;
}
.ebooks .container {
  background-color: #646565;
  padding: 10px 0px;
}

.ebooks .container h1 {
  text-align: left;
  color: #c4c4c4;
  font-weight: normal;
  font-size: 22px;
  padding: 5px 60px;
}
.ebooks .container h1 a {
  color: #c4c4c4;
}
.books-covers {
	height: 200px;
	box-sizing: border-box;
	padding: 10px 50px;
    position: relative;
}
.books-covers .swiper-container {
	height: 180px;
}
.books-covers .swiper-slide {
    background-color: #c4c4c4;
	width: 140px;
	height: 100%;
	opacity: 1;
	margin-left:20px;
    position: relative;;
}
.books-covers .swiper-slide a {
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  left:0;
  color: rgba(0, 0, 0, 0);
  padding: 10px 5px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
.books-covers .swiper-slide a:after {
  content: " ";
}
.books-covers .swiper-slide a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}
.books-covers .swiper-slide-active {
	opacity: 1;
}
.box {
  background-color: white;
  padding: 10px;
  border-radius: 0px 10px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;;
}
.box.red {
    background-color: #e30c13;
    color: white;
}
.box.gray {
    background-color: #cccccc;
}
.box .box_title {
  text-align: right;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.6em;
  padding: 0px 10px;
  margin-bottom: 10px;
}

.box_title small {
    font-weight: normal;
}

.box2 {
  background-color: white;
  padding: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
min-height:220px;
}
.box2 .box_title {
  text-align: right;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.6em;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e30c13;
  z-index: 1;
}
.box2 .box_title a {
  color: white;
}

.box2 .box_content {
  margin: -15px;
}
.box2 .car img {
  width:100%;
}
.vt-text {
	transform: rotate(90deg);
	transform-origin: left top 0;
}

.env-narrow .var-chromeless.rtl .tweet, .env-narrow.var-chromeless .rtl .tweet {
    padding: 12px 0 10px 2px;
      background-color: #e0dedf !important;
}
ul.news_links {
  padding:0;
  margin: 0;

}
ul.news_links li {
  padding:0;
  margin: 0;
  list-style-type: none;
  border-top: 1px solid #e2e1e1;
}
ul.news_links li a {
  display: block;
  color: #646565;
  padding: 4px 3px;
font-size:1.1em;

}
ul.news_links li a span.date {
  color: #e30c13;
    border-right: 1px solid #CDCDCD;
    padding-right: 5px;
    margin-right: 5px;
    display: inline-block;
font-size:0.9em;
}
ul.news_links li a span {
  display: block;
  color: red;;
  font-weight: normal;
}
ul.news_links li a:hover {
  background-color: #f4f3f4;
}
.news_list li .news_item p {
  color: #7B7B7B;
}
.news_list li .news_item span.info {
  color: #7B7B7B;

  display: block;
    margin-top: 10px;
}
.news_list li .news_item span.info a {
  color: #7B7B7B;
  display: inline;
    border-left: 1px solid #CDCDCD;
    padding-left: 5px;
    margin-left: 5px;
}


.nav-tabs.nav-justified {
    border-bottom: 3px solid #c4c4c4;
    padding-bottom: 2px;
}
.nav-tabs.nav-justified>li>a {
    border-radius: 0px;
    margin-right: 2px;
    line-height: 0.7;
    background-color: #e0dede;
    border-width: 0px;
    color: #4b4b4e;
    padding: 10px 5px;
}
.nav-tabs.nav-justified>li:last-child>a {
    margin-right: 0px;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border-width: 0px;
    background-color: #e30b12;
    color: white;
}
.tab-content ul.news_links li:first-child {
  border-top-width: 0px;
}
div.poll {
  padding: 0px 15px;
}
div.poll_question {
  padding-bottom: 15px;
}
.poll_option {
  display: block;
  line-height: 1.1em;
  font-weight: normal;
  padding-bottom: 5px;
}
.poll-links {
  padding-top: 15px;
}
.poll-links a {
  color: inherit;
  border-radius: 0px !important;
}
.poll-links a:focus, .poll-links a:hover {
  color:  #AB040A !important;
  background-color: transparent !important;
}
.red .progress {
    background-color: #AB040A;
}
.red .progress-bar {
    background-color: #fff;
}
.progress-bar {
    float: left;
}

.pager.tags {
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 13px;
}
.tags li>a, .tags li>span {
    margin-bottom: 5px;
}
.article h2 {
  color: #646565;
}
.article iframe {
  width: 100% !important;
}
.news_image {
  position: relative;
  margin: 15px 0;
}
.news_image img {
  width: 100%;
}
.news_image .image_info {
  font-size: 0.7em;
  padding: 5px;
  color: #333333;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  background-color: rgba(255, 255, 255, 0.79);
}
.news-info {
  border-bottom: 1px solid #EAEAEA;
  font-size: 0.9em;
  color: #636363;
  padding: 5px;
  margin-bottom: 15px;
}
.pagination {
  padding: 0;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #e30c13;
    border-color: #e30c13;
}
.pagination>li>a, .pagination>li>span {
    color: #e30c13;
}

.btn {
  min-width: 25px;
}

.btn-share {
  color: #fff;
    background-color: #f8694d;
    border-color: #EA6349;
}
.btn-share:hover {
  color: #fff;
  background-color: #F75232;
  border-color: #E24527;
}

.btn-facebook {
  color: #fff;
    background-color: #405C9A;
    border-color: #334C83;
}
.btn-facebook:hover {
  color: #fff;
  background-color: #334C83;
  border-color: #2C4273;
}
.btn-twitter {
  color: #fff;
    background-color: #1DA1F2;
    border-color: #0C95E8;
}
.btn-twitter:hover {
  color: #fff;
  background-color: #0C95E8;
  border-color: #016BAB;
}
.btn-whatsapp {
  color: #fff;
    background-color: #2EB743;
    border-color: #26A038;
}
.btn-whatsapp:hover {
  color: #fff;
  background-color: #26A038;
  border-color: #1C7D2A;
}
.btn-telegram {
  color: #fff;
    background-color: #179CDE;
    border-color: #1292D2;
}
.btn-telegram:hover {
  color: #fff;
  background-color: #128ECC;
  border-color: #1184BD;
}

/*
slider
*/
.swiper-container {
		width: 100%;
		height: 300px;
		margin-left: auto;
		margin-right: auto;
}
.swiper-slide {
		background-size: cover;
		background-position: center;
}
.swiper-slide a.link_layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    text-indent: -5000px;
    color: transparent;
}
.swiper-slide a.link_layer:hover {
    background-color: rgba(0, 0, 0, 0.19);
}
.swiper-slide .title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 5px 10px;
}
.news-slides {
	height: 370px;
	width: 100%;
}
.news-thumbs {
	height: 100px;
	box-sizing: border-box;
	padding: 10px 40px;
  position: relative;
}
.news-thumbs .swiper-container {
	height: 90px;
}
.news-thumbs .swiper-slide {
		width: 90px;
		height: 100%;
		opacity: 0.4;
		margin-left:10px;
}
.news-thumbs .swiper-slide-active {
		opacity: 1;
}
.news_sp {
  width: 3px;
  border-left: 1px solid #ddd;
  position: absolute;
  top:10px;
  bottom: 10px;
  right: 33.33%;
}
.news_sp.line2 {
  width: 1px;
  right: 66%;
}
.box-news {
  padding: 0;
  margin: -15px;
}
.box-news li {
    padding: 2px 10px;
    margin: 0;
    list-style-type: none;
    border-top: 1px solid #e2e1e1;
  min-height: 55px
}
.box-news li a {
    display: block;
    color: #646565;
    padding: 4px 3px;
    font-size: 1.1em;
}
.box-news li:hover {
background-color: #f1f1f1;
}
.box-news li a span.date {
    color: #e30c13;
    border-left: 1px solid #CDCDCD;
    padding-left: 5px;
    margin-left: 5px;
    display: inline-block;
    font-size: 0.9em;
}
.box-news li:first-child {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  height: 220px;
  min-height: 220px
}
.box-news a.link_layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    text-indent: -5000px;
    color: transparent;
}
.box-news a.link_layer:hover {
    background-color: rgba(255,255,255,0.4);
}
.box-news li div.title {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2px 10px;

}
.box-news li div.title h1 {
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  color: #f6232c;
}

.box-files {
  min-height:180px;
}
.box-files .box-news li:first-child{
  height:180px;
}

a.more {
clear: both;
    float: right;
    display: block;
    margin-top: 20px;
    background-color: #e30c13;
    color: white;
    padding: 2px 10px;
}
.news_list {
  padding: 0;
  margin: 0;
}
.news_list li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 33.333%;
}
.news_list.level1 {
  width: 66.666%;
float: left;
}

.news_list.level1 li {
  width: 50%;
}
.news_list.level2 {
  width: 33.333%;
float: right;
}
.news_list.level2 li {
  width: 100%;
}
.news_list.level2 li:first-child .news_item > a {
  border-top-width:0;
}
.news_list.horz li {
  float: none;
  width: auto;
  padding-bottom: 0;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 15px;
  min-height: 130px;
}

.news_list.horz li .image img {
  float: left;
  width: 150px;
  height: 95px;
  margin-right: 10px;
}
.news_list.horz li a {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2em;
}
.news_list.horz li span {


}
.news_list.horz li p {
  height: 95px;
  overflow: hidden;
    font-size: 1.1em;
    color: #6B6B6B;
}

.news_list li .news_item {
  padding: 5px 10px;
}
.news_list li .news_item img {
  width: 100%
}
.news_list li .news_item a {
  max-height: 40px;
  overflow: hidden;
  line-height: 20px;
  font-size: 15px;
  color: #e30c13;
  margin: 3px 0px;
  display: block;
}

.news_list li .news_item > a {
  height: 65px;
  max-height: 65px;
  border-top: 1px solid #ddd;
  padding-top: 5px;
  color: #545454;
}
.news_list li .news_item p {
  max-height: 60px;
  overflow: hidden;
  font-size: 14px;
  text-align: justify;
  color: #4b4b4e;
  margin: 3px 0px;
    line-height: 1.1em;
}

.sub_cats {
	overflow: hidden;
	padding:0px;
	clear: both;
	margin-bottom: 10px;
	width: 636px;
}
.sub_cats ul {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.sub_cats ul li {
	padding: 0px;
	list-style: none;
	float:right;
	width: 48%;
	background-color: white;
	margin: 4px 6px;
	border:1px solid #e1e1e1;
}
.sub_cats ul li:last-child {
	margin-left: 0;
}
.sub_cats ul li img {
	width: 100%;
	height: 120px;
	border: 0;
}
.sub_cats ul li a {
	float:right;
	width: 100%;
	font: bold 15px Arial;
	color: black;
	height: 120px;
	overflow: hidden;
	position: relative;
}
.sub_cats ul li:hover {
	background-color: #f0f0f0;
}
.sub_cats ul li:hover a span {
	background-color: rgba(255, 255, 255, 0.9);
}
.sub_cats ul li a span {
	width: 305px;
	display: block;
	padding: 4px 6px;
	position: absolute;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.5);
}
.news_vid {
	overflow: hidden;
	padding:0px;
	clear: both;
}
.news_vid ul {
	padding: 0px;
	margin: 0px;
}
.news_vid ul li {
	padding: 5px;
	margin: 0px;
	list-style: none;
	float:left;
	width: 50%;


  position: relative;
}
.news_vid ul li:last-child {

}
.news_vid ul li img {
	width: 100%;
	height: 97px;
}
.news_vid ul li a {
  float:right;
	width: 100%;
	font: bold 13px Arial;
	color: #e30c13;
	height: 156px;
	overflow: hidden;
}
.news_vid ul li a:hover {
  color: #fff;
	background-color: #e30c13;
}
.news_vid ul li a span {
	display: block;
	padding: 4px 6px;
    line-height: 2em;
}
.box-category {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.news-body p {
text-align: justify
}
@media (max-width: 767px) {
.news_sp {
  border: 0;
}

.news_list.level1 {
  width: 100%;
}

.news_list.level1 li {
  width: 50%;
}
.news_list.level2 {
  width: 100%;
}

.news_list.level2 li:first-child .news_item > a {
  border-top-width: 1px;
}
}

@media (min-width: 768px) {
  .navbar-header {

      background-color: white;
  }
  .navbar-nav, .navbar-nav>li {

  }
  .navbar-brand {
    display: none;
  }
  header, .topbar  {
    display: block;
  }
  .nav {
      padding-left: 0;
  }
  .navbar-collapse {
      padding-right: 0px;
      padding-left: 0px;
  }
  .main_image {
    text-align:center;
  }
  .main_image img {
    width: auto;
    max-width: 100%;
    border: 1px solid #dfdfdf;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {

  }
  .news_sp {
    border-left: transperant;
  }
  .news_list li {
    width: 33.333%;
  }
  .news_vid ul li {

	width: 25%;
  }
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {

}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 1170px) {
  .container {
    width: 1100px;
  }
}

@media print {
  header a.logo {
    background-image: url(../images/logo.png);
  }
  .side-content, footer, nav, .topbar, .news-tools {
    display: none;
  }

  .main-content {
    width: 100% !important;
  }
}