@import url('https://fonts.googleapis.com/css?family=Roboto:300,400i,500,500i,700,900&amp;display=swap');

body{
  font-family: 'Roboto', sans-serif;
}

.about_text_container ul li {
  list-style-type: unset!important;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  list-style-type: none;
  border: 0;
}
.header_bottom{
  z-index: 22;
}

.header_top{
  height: 72px;
  background-color: #363636;
  z-index: 999;
}

.logo{
  position: relative;
  float: left;
  width: 91px;
  height: 120px;
  margin-top: 24px;
}


.logo img{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  background: white;
  padding: 7px;
  display: block;
  border: 2px solid #cecece;
}

.header_top_menu{
  position: relative;
  float: left;
  margin-left: 20px;
  height: 72px;
  display: flex;
  align-items: center;
}

.header_top_menu li{
  position: relative;
  float: left;
  margin-right: 48px;
}

.header_top_menu li:last-child{
  margin-right: 0;
}

.header_top_menu li a{
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.header_top_menu li a:hover{
  color: #d0cbcb;
}

.header_top_search_login{
  position: relative;
  float: right;
  height: 72px;
  display: flex;
  align-items: center;
}

.search_open{
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  background-color: transparent;
  margin-right: 34px;
  position: relative;
  float: left;
  transition: .3s ease;
}

.search_open:before{
  position: relative;
  float: left;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/Search.svg);
  content: '';
  margin-right: 8px;
}

.login_link{
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  background-color: transparent;
  margin-right: 34px;
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  transition: .3s ease;
}

.login_link:before{
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/Login.svg);
  content: '';
  margin-right: 8px;
}

.login_link:hover{
  color:#d0cbcb;
}

.search_open:hover{
  color: #d0cbcb;
}

.header_bottom{
  position: relative;
  float: left;
  width: calc(100% - 111px);
  margin-left: 111px;
  height: 71px;
  border-bottom: 2px solid #4F4F4F;
}

.navbar{
  position: relative;
  float: left;
  height: 100%;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar>ul{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

.navbar>ul>li{
  position: relative;
  float: left;
  padding-right: 45px;
  height: 100%;
  display: flex;
  align-items: center;
}

.navbar>ul>li:last-child{
  padding-right: 0;
}

.navbar>ul>li>a{
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  color: #363636;
  transition: .2s ease;
}

.has_submenu:hover li a{
  color: #fff;
}

.submenu_opened .submenu{
  opacity: 1;
}

.submenu li a:hover{
  text-decoration: none;
}

.navbar>ul>li>a:hover{
  opacity: .8;
}

.submenu{
  position: absolute;
  width: 100%;
  top: 69px;
  z-index: 20;
  opacity: 0;
  transition: 2s ease;
}

.submenu li{
  position: relative;
  float: left;
  width: 100%;
  margin-top: 24px;
  padding-right: 32px;
  opacity: 0;
  transition: .6s ease;
}

.submenu_opened .submenu li{
  opacity: 1;
}

.submenu li a{
  position: relative;
  float: left;
  width: 100%;
  color: #000;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #8e8e8e;
}

.header_social_list{
  position: relative;
  float: right;
  height: 100%;
  display: flex;
  align-items: center;
}

.header_social_list li{
  position: relative;
  float: left;
  margin-left: 16px;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  border: 1px solid #544D44;
  transition: .2s ease;
}

.submenu_opened .header_social_list li{
  border:1px solid #fff;
}

.header_social_list li:hover{
  opacity: .8;
}

.header_social_list li a{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.header_social_list li a.fb{
  background-image: url(../images/fb.svg);
}

.header_social_list li a.twitter{
  background-image: url(../images/tw.svg);
}

.header_social_list li a.linkedin{
  background-image: url(../images/in.svg);
}

.header_social_list li a.soc_book{
  background-image: url(../images/soc4.svg);
}

.header_social_list li a.youtube{
  background-image: url(../images/soc5.svg);
}

.header_social_list li a.instagram{
  background-image: url(../images/inst.svg);
}
.header_social_list li a.soc7{
  background-image: url(../images/soc7.svg);
}

.submenu_opened .header_social_list li a.fb{
  background-image: url(../images/fb_white.svg);
}

.submenu_opened .header_social_list li a.twitter{
  background-image: url(../images/tw_white.svg);
}

.submenu_opened .header_social_list li a.linkedin{
  background-image: url(../images/link_white.svg);
}

.submenu_opened .header_social_list li a.soc_book{
  background-image: url(../images/soc_book_white.svg);
}

.submenu_opened .header_social_list li a.youtube{
  background-image: url(../images/soc5_white.svg);
}

.submenu_opened .header_social_list li a.instagram{
  background-image: url(../images/inst_white.svg);
}

.submenu_opened .header_social_list li a.soc7{
  background-image: url(../images/soc7_white.svg);
}


.footer{
  height: 202px;
  background: linear-gradient(323.52deg, #363636 0.24%, #544D44 100%);
  z-index: 20;
}


.main{
  min-height: calc(100vh - 301px);
}

.footer_logo{
  position: relative;
  float: right;
  width: 229px;
  margin-top: -58px;
  height: 216px;
}

.footer_logo img{
  position: relative;
  float: left;
  filter: drop-shadow(5px -1px 5px #72c5dd);
  width: auto;
  height: 100%;
}

.footer_section{
  position: relative;
  float: left;
  width: calc(100% - 229px);
  padding-top: 24px;
  padding-bottom: 42px;
  padding-right:80px;
}

.footer_top ul li{
  position: relative;
  float: left;
  margin-right: 52px;
}

.footer_top ul li:last-child{
  margin-right: 0;
}

.footer_top ul li a{
  position: relative;
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  color: #FFFFFF;
}

.footer_top ul li a:hover{
  color: #d0cbcb;
}

.footer_bottom{
  margin-top: 20px;
  height: 48px;
}

.footer_social{
  position: relative;
  float: left;
  margin-left: 50px;
}

.footer_main_logo{
  position: relative;
  float: left;
}

.footer_social li:first-child{
  margin-left: 0;
}

.footer_social li{
  border: 1px solid #fff;
}

.footer_social li a.fb{
  background-image: url(../images/fb_white.svg);
}
.footer_social li a.twitter{
  background-image: url(../images/tw_white.svg);
}
.footer_social li a.soc_book{
  background-image: url(../images/soc_book_white.svg);
}
.footer_social li a.linkedin{
  background-image: url(../images/link_white.svg);
}

.footer_newsletter{
  position: relative;
  float: left;
  margin-left: 47px;
  margin-top: 4px;
}

.footer_newsletter input{
  position: relative;
  float: left;
  width: 199px;
  font-size: 15px;
  color: #4F4F4F;
  height: 40px;
  padding-left: 16px;
  background-color: #fff;
  border-radius: 4px 0 0 4px;
}

.footer_newsletter button{
  position: relative;
  float: left;
  border-radius: 0 4px 4px 0;
  background: #02B4EA;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  color: #fff;
  width: 152px;
  height: 40px;
  transition: .2s ease;
}

.footer_newsletter button:hover{
  background-color: #19a2cb;
}

.footer_newsletter input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #979797;
  opacity: 1; /* Firefox */
}

.footer_newsletter input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #979797;
}

.footer_newsletter input::-ms-input-placeholder { /* Microsoft Edge */
  color: #979797;
}

.footer_newsletter input:focus::placeholder{
  color: transparent;
}

.header,
.navbar,
.submenu,
.navbar>ul>li>a,
.header_bottom{
  transition: .3s;
}


.submenu_opened .navbar{
  overflow: inherit;
}

.submenu_opened .submenu{
  display: block;
}

.submenu_opened .navbar>ul>li>a{
  color: #fff;
}

.submenu_opened .header_bottom{
  border-bottom: 2px solid #fff;
}

.page_left_section{
  position: relative;
  float: left;
  width: 823px;
}

.page_right_section{
  position: relative;
  float: right;
  width: calc(100% - 823px);
  padding-left: 32px;
  padding-bottom: 150px;
}

.section_title{
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 40px;
  color: #EB5757;
  margin-bottom: 16px;
}

.main{
  margin-top: 32px;
}

.mn_container .owl-carousel {
  border: none !important;
  margin-bottom: 0 !important;
}

.mn_container .owl-carousel .slider_img{
  height: 392px;
}

.mn_container .owl-dots{
  position: absolute;
  width: 100%;
  top: 355px;
  display: flex;
  justify-content: center;
}

.mn_container .owl-dots button{
  position: relative;
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border:1px solid #fff;
  background-color: transparent;
  margin: 0 8px;
}

.mn_container .owl-dots button.active{
  background-color: #fff;
}

.mn_container .owl-dots button span{
  display: none;
}

.mn_container .owl-carousel{
  border-bottom: 2px solid #4F4F4F;
  margin-bottom: 32px;
}

.mn_container .owl-carousel .slider_img img{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}

.main_slider_news_desc{
  padding-top: 32px;
  height: auto;
  min-height: 168px;
}

.mn_news_link{
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #212121;
}

.mn_news_link:hover{
  text-decoration: underline;
}

.main_slider_news_desc p{
  margin-top: 16px;
  position: relative;
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #4F4F4F;
  margin-bottom: 64px;
}

.news_viewed{
  position: absolute;
  left: 0;
  bottom: 24px;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  color: #979797;
  display: flex;
  align-items: center;
}

.news_viewed:before{
  position: relative;
  float: left;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/Eye.png);
  content: '';
  margin-right: 9px;
}

.main_four_news ul li{
  position: relative;
  float: left;
  width: calc((100% - 96px) / 4);
  margin-right: 24px;
}

.main_four_news ul li:nth-child(4n){
  margin-right: 0;
}

.main_four_news ul li:nth-child(2){
  margin-right: 48px;
}

.main_four_news{
  margin-bottom: 48px;
}

.main_four_news li a{
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  color: #212121;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 8px;
}

.main_four_news li a:hover{
  text-decoration: underline;
}

.main_four_news li p{
  position: relative;
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #4F4F4F;
  margin-bottom: 8px;
  height: 72px;
  overflow: hidden;
}

.main_four_news li .news_viewed{
  position: relative;
  float: left;
  width: 100%;
  margin-top: 8px;
  bottom: unset;
}

.file_download_container{
  position: relative;
  float: left;
  width: 100%;
  height: 344px;
  border-radius: 16px;
  background: #77a2ae;
  margin-bottom: 48px;
  padding: 32px 42px;
  display: flex;
  align-items: center;
}

.down_img{
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  position: relative;
  float: left;
  width: 202px;
  height: 280px;
}

.links_list{
  position: relative;
  float: left;
  margin-left: 40px;
}

.links_list li{
  position: relative;
  float: left;
  padding: 0 30px;
  width: 124px;
  height: 90px;
}

.links_list li:after{
  height: 80px;
  width: 1px;
  background-color:#166880;
  top: 5px;
  right: 0;
  position: absolute;
  content: ''; 
}

.links_list li:last-child:after{
  content: none;
}


.links_list li img{
  position: relative;
  float: left;
  margin-bottom: 24px;
}

.links_list li a{
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: .2s ease;
}

.links_list li a:hover{
  opacity: .7;
}


.links_list li p{
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  float: left;
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.high_img{
  overflow: hidden;
  border-bottom: solid 1px rgba(0,0,0,.1);
  margin-bottom: 22px;
}

.high_img img{
  position: relative;
  float: left;
  height: 184px;
  object-fit: cover;
  transition: 1.2s ease;
}

.high_desc{
  height: 120px;
  /*overflow: hidden;*/
}

.high_desc a {
    display: -webkit-box;
    max-height: 68px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    overflow: hidden;
}

.high_desc .author{
  font-style: italic;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  color: #4F4F4F;
}


.highlights_container ul li:hover .high_img img{
  transform: scale(1.06);
}


.highlights_container ul li{
  position: relative;
  float: left;
  width: calc((100% - 64px) / 3);
  margin-right: 32px;
  margin-bottom: 32px;
}

.highlights_container ul li:nth-child(3n){
  margin-right: 0;
}

.highlights_container ul li a{
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #212121;
  position: relative;
  float: left;
  width: 100%;
  margin-top: 8px;
}

.highlights_container ul li a:hover{
  text-decoration: underline;
}


.highlights_container ul li .news_viewed{
  position: relative;
  float: left;
  width: 100%;
  margin-top: 8px;
  bottom: unset;
}

.highlights_container ul li:nth-child(4),
.highlights_container ul li:nth-child(5),
.highlights_container ul li:nth-child(6){
  /*border-bottom: 1px solid #BDBDBD;*/
  padding-bottom: 15px;
}

.highlights_container{
  padding-bottom: 104px;
}

.l_news_date{
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  color: #828282;
}

.latest_news li{
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #BDBDBD;
}

.latest_news li a{
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #212121;
  position: relative;
  float: left;
  width: 100%;
  margin: 8px 0;
}

.latest_news li a:hover{
  text-decoration: underline;
}

.latest_news li .news_viewed{
  position: relative;
  float: left;
  bottom: unset;
  width: 100%;
}

.latest_all_news{
  position: relative;
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #4F4F4F;
  margin-top: 18px;
  transition: .2s ease;
}

.latest_all_news:hover{
  color: #212121;
}

.blog_link{
  position: relative;
  float: left;
  width: 100%;
  height: 253px;
  margin: 48px 0;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 48px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
}

.blog_link img{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.about_img{
  height: 392px;
  margin-bottom: 32px;
}

.about_img img{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.a_news_cat{
  position: relative;
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  color: #4F4F4F;
  margin-bottom: 16px;
}

.about_text_container h3{
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #212121;
}

.about_text_container p{
  position: relative;
  float: left;
  width: 100%;
  font-style: normal;
  font-weight:300;
  font-size: 15px;
  line-height: 24px;
  color: #4F4F4F;
  margin-top: 16px;
}

.about_text_container{
  padding-bottom: 40px;
  border-bottom: 1px solid #BDBDBD;
  margin-bottom: 40px;
}

.about_second_text{
  padding-bottom: 40px;
  border-bottom: 1px solid #BDBDBD;
  margin-bottom: 16px;
}

.ast_left{
  position: relative;
  float: left;
  width: 350px;
}

.ast_left p{
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #212121;
  margin-top: 10px;
  position: relative;
  float: left;
  width: 100%;
}

.ast_right{
  position: relative;
  float: left;
  width: calc(100% - 350px);
  padding-left: 56px;
}

.ast_right p{
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #4F4F4F;
  position: relative;
  float: left;
  width: 100%;
}

.about_subscribe{
  display: flex;
  align-items: center;
}

.about_subscribe p{
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  color: #333333;
  position: relative;
  width: 253px;
  float: left;
}

.about_newsletter{
  width: 531px;
  position: relative;
  float: right;
  margin-left: 38px;
  margin-top: 0;
}

.about_newsletter input{
  width: 379px;
  border: 1px solid #E0E0E0;
  border-right: 0;
  font-weight: 300;
}

.as_desc{
  margin-top: 52px;
}

.as_desc p{
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #4F4F4F;
  position: relative;
  float: left;
  width: 100%;
}

.inner_fdc{
  margin-top: 96px;
  margin-bottom: 108px;
}

.submenu_back{
  position: absolute;
  width: 100%;
  height: 527px;
  background-color: #5E5E5E;
  top: 12px;
  z-index: 15;
  display: none;
}

.subscribe_text_container{
  padding-bottom: 0;
  border-bottom: 0;
}

.subscribe_cover{
  position: relative;
  float: left;
  width: 100%;
  height: 312px;
  background: linear-gradient(110.76deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #87B2A1;
  border-radius: 4px;
  margin-bottom: 32px;
  padding: 52px 64px;
}

.subscribe_cover img{
  position: relative;
  float: right;
  width: 220px;
  height: 208px;
}

.sc_subscribe_box{
  position: relative;
  float: left;
  width: calc(100% - 220px);
}

.sc_subscribe_box h2{
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  color: #FFFFFF;
  position: relative;
  float: left;
  width: 330px;
}

.sc_subs{
  position: relative;
  float: left;
  margin-left: 0;
  margin-top: 84px;
}

.sc_subs input{
  width: 230px;
  border: 1px solid #E0E0E0;
  border-right: 0;
}

.page_in_categories{
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  width: 823px;
  margin-top: 11px;
}

.page_in_categories ul li{
  position: relative;
  float: left;
}

.page_in_categories li a{
  position: relative;
  float: left;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  color: #4F4F4F;
  padding: 0 26px;
  height: 32px;
  border:1px solid #93908E;
  border-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s ease;
}

.page_in_categories li:last-child a{
  border-right: 1px solid #93908E;
  border-radius: 0 24px 24px 0;
}

.page_in_categories li:first-child a{
  border-radius: 24px 0px 0px 24px;
}

.page_in_categories li.active a{
  background-color: #93908E;
  color: #fff;
}

.page_in_categories li:hover a{
  background-color: #93908E;
  color: #fff;
}

/*.inner_page_highlights li{
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 14px !important;
}*/

/*.inner_page_highlights li:nth-last-child(-n+3) {
    border-bottom: 0 !important;
    margin-bottom: 0;
}*/

.load_more{
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  color: #212121;
  position: relative;
  float: left;
  width: 100%;
}

.load_more:hover{
  text-decoration: underline;
  opacity: .8;
}

.inner_page_highlights {
  padding-bottom: 40px;
  border-bottom: 2px solid #4F4F4F;
  margin-bottom: 40px;
}

.mn_container .inner_page_highlights:last-child{
  border-bottom: 0;
}

.commentaries_cats li a{
  padding:0 46px;
}

.news_issue_container{
  padding: 40px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/issue_back.png);
  padding-bottom: 112px;
}

.nic_left{
  position: relative;
  float: left;
  width: 216px;
}

.nic_right{
  position: relative;
  float: right;
  width: calc(100% - 216px);
  padding-left: 68px;
}

.nic_left img{
  position: relative;
  float: left;
  width: 216px;
  height: 300px;
  object-fit: cover;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.24);
  margin-bottom: 24px;
  border-radius: 16px;
}

.nic_left_links li{
  position: relative;
  float: left;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #FF9885;
}

.nic_left_links li:last-child{
  border-bottom: 0;
}

.nic_left_links li a{
  position: relative;
  float: left;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
}

.nic_left_links li a:hover{
  text-decoration: underline;
}

.cnc_img{
  position: relative;
  float: left;
  width: 444px;
  height: 302px;
  overflow: hidden;
}

.cnc_img img{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1.2s ease;
}

.current_news_container:hover img{
  transform: scale(1.06);
}

.cnc_desc{
  position: relative;
  float: left;
  width: calc(100% - 444px);
  padding-left: 32px;
}

.cnc_cat{
  position: relative;
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  color: #FFFFFF;
}

.cnc_title{
  position: relative;
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  margin-top: 8px;
  margin-bottom: 24px;
}

.cnc_title:hover{
  text-decoration: underline;
}

.cnc_desc p{
  position: relative;
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #FFFFFF;
}

.cnc_another_news{
  margin-top: 32px;
}

.cnc_another_news ul li{
  position: relative;
  float: left;
  width: 25%;
  padding: 0 16px;
  border-right:1px solid #FF9885; 
  min-height:204px;
  margin-bottom: 40px;
}

.cnc_another_news ul li:nth-child(4n - 3){
  padding-left: 0
}

.cnc_another_news ul li:nth-child(4n){
  padding-right: 0;
  border-right: 0;
}

.cnc_another_news ul li a{
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 8px;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
  width: 182px;
  height: 72px;
  overflow: hidden;
}

.cnc_another_news ul li a:hover{
  text-decoration: underline;
}

.cnc_another_news ul li p{
  position: relative;
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: .8;
  width: 182px;
  height: 72px;
  overflow: hidden;
}

.contact_section{
  padding-top: 40px;
}

.contact_section .center{
  width: 515px;
}

.contact_soc_list li{
  width: 48px;
  height: 48px;
  margin: 0 24px;
}

.contact_soc_list{
  position: relative;
  float: left;
}

.contact_soc_list li a.fb{
  background-image: url(../images/con_fb.png);
}
.contact_soc_list li a.twitter{
  background-image: url(../images/con_tw.png);
}
.contact_soc_list li a.linkedin{
  background-image: url(../images/con_in.png);
}
.contact_soc_list li a.soc_book{
  background-image: url(../images/con_book.svg);
}

.line{
  height: 1px;
  background-color: #000000;
  margin: 32px 0;
}

.contact_info ul li{
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_info li span,
.contact_info li a,
.contact_info li p{
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
  color: #363636;
  position: relative;
  float: left;
}

.contact_info li a:hover{
  text-decoration: underline;
}

.contact_info li span{
  margin-right: 4px;
}

.for_media{
  margin-top: 32px;
}

.or{
  margin: 0 5px;
}

.contact_map{
  position: relative;
  float: left;
  width: 100%;
  margin-top: 56px;
  height: 688px;
}

.contact_map img{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive_list li{
  position: relative;
  float: left;
  width: calc((100% - 204px) / 4);
  margin-right: 68px;
  margin-bottom: 72px;
  cursor: pointer;
  transition: .2s ease;
}

.archive_list_container{
  position: relative;
  float: left;
  width: 100%;
  height: 312px;
}

.archive_list li:nth-child(4n){
  margin-right: 0;
}

.archive_list li img{
  position: relative;
  float: left;
  height: 100%;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.24);
  width: 100%;
  object-fit: cover;
}

.all_links{
  position: relative;
  float: left;
  width: 100%;
  padding-top: 24px;
  display: none;
  transition: .2s ease;
  opacity: 0;
}

.archive_list li:hover{
  z-index: 10;
}

.archive_list li:hover .all_links{
  opacity: 1;
  display: block;
}

.all_links a{
  position: relative;
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 48px;
  color: #FFFFFF;
  border-bottom: 1px solid #FF9885;
}

.all_links a:hover{
  text-decoration: underline;
}

.all_links a:last-child{
  border-bottom: 0;
}

.archive_container{
  padding-top: 62px;
  padding-bottom: 90px;
}

.archive_overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  display: none;
  top: 0;
  z-index: 5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/issue_back.png);
  opacity: .8;
}

.search_input_box{
  position: absolute;
  left: 0;
  width: 100%;
  height: 71px;
  left: 0;
  background-color: #363636;
  z-index: 99;
  top: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
  transition: .3s ease;
  opacity: 0;
  border-top:1px solid rgba(255,255,255,0.4);
}

.search_input_box_open{
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.search_close:before{
  background-image: url(../images/close.png);
  background-size: 16px;
  top: -1px;
}

.search_form {
  position: relative;
  float: left;
 
}

.search_form  input{
  position: relative;
  float: left;
  width: 600px;
  height: 50px;
  background-color: #fff;
  font-size: 16px;
  color: #363636;
  padding: 0 15px;
}

.search_form  input:focus::placeholder{
  color: transparent;
}

.search_form button{
  position: relative;
  float: left;
  padding: 0 40px;
  color: #fff;
  height: 50px;
  background-color: #02B4EA;
  font-size: 16px;
  cursor: pointer;
  transition: .3s ease;
}

.search_form button:hover{
  background-color: #19a2cb;
}

.editorial_team_list li{
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 32px;
}

.editorial_team_list li .eteam_img{
  position: relative;
  float: left;
  width: 72px;
  height: 72px;
  background-color: #C4C4C4;
  border-radius: 100%;
  margin-top: 40px;
}

.editorial_team_list li .eteam_img img{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.editorial_team_list li .e_team_desc{
  position: relative;
  float: left;
  width: calc(100% - 72px);
  padding-left: 24px;
  padding-right: 156px;
}

.latest_news li:last-of-type {
  margin-bottom: 0 !important;
}

.editorial_team_list li .e_team_desc h3{
  position: relative;
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  color: #4F4F4F;
}

.editorial_team_list li .e_team_desc p{
  position: relative;
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #4F4F4F;
  //padding-bottom: 24px;
}

.editorial_team_list li .eteam_img {
    position: relative;
    float: left;
    width: 72px;
    height: 72px;
    background-color: #C4C4C4;
    border-radius: 100%;
    margin-top: 40px;
}


.submission_container{
  margin-bottom: 16px;
}

.submission_container p{
  position: relative;
  float: left;
  width: 100%;
  font-style: normal;
  font-weight:300;
  font-size: 15px;
  line-height: 24px;
  color: #4F4F4F;
}

.submission_list{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-weight: 300;
}

.submission_list p{
  padding-bottom: 0;
  width: unset;
}

.submission_list h3{
  margin-bottom: 0;
}

.submission_list a{
  position: relative;
  float: left;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #4F4F4F;
  margin-left: 5px;
}

.submission_list a:hover{
  text-decoration: underline;
}

.search_result_list{
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.search_result_list>p{
  width: 670px;
}

.search_result_list>p>span{
  color: #EB5757;
}

.search_result_time{
  position: relative;
  float: right;
  text-align: right;
}

.search_result_time p{
  padding-bottom: 0 !important;
  font-weight: bold !important;
}

.search_result_time span{
  position: relative;
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #4F4F4F;
}

.menu_open{
  position: relative;
  float: left;
  width: 24px;
  height: 24px;
  background-position: center;
  background-image: url(../images/menu.png);
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
}

.sidenav {
  height: 100vh;
  width: 280px;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #363636;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 30px 0;
  box-sizing: border-box;
  transform: translateX(100%);
}

.side_menu_list li{
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.sidenav_in{
    position: relative;
    float: left;
    width: 98%;
    height: 100%;
}

.sidenav .side_menu_list a ,
.side_submenu a{
  padding: 4px 8px 4px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
}




.sidenav .side_menu_list  .side_submenu a:hover {
  color: #5784c4 !important;
}



.sidenav .closebtn {
  position: relative;
  float: right;
  top: -8px;
  width: 20px;
  height: 20px;
  background-size: contain;
  right: 20px;
  font-size: 36px;
  margin-left: 50px;
  transition: .2s ease;
  border-radius: 5px;
  background-color: transparent;
  padding: 0;
}



#main {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav .side_menu_list a {font-size: 18px;}
}

.sidenav_in .mCustomScrollBox .mCSB_container >.side_menu_list{
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
}

.sidenav_in .mCustomScrollBox .mCSB_container >.side_menu_list>li>a,
.side_submenu a{
    position: relative;
    float: left;
    color: #fff !important;
    transition: .2s ease !important;
    font-size: 14px !important;
}



.sidenav_open{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0) !important;
}



.sidenav_in .mCustomScrollBox .mCSB_container  .side_menu_list li .sub_menu{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10px;
    transform: none;
    border-radius: 0;
    display: none;
}

.closebtn{
    background-image: url(../images/menu_close.png);
    background-position: center;
    background-repeat: no-repeat;
}


.sidenav .header_has_sub_menu a:after {
    
    background-image: url(../images/arrow_down_white_side.svg);
   
}

.side_submenu{
    position: relative;
    float: left;
    width: 100%;
    padding-left: 25px;
    display: none;
    margin-bottom: 15px;
}

.side_submenu li{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 8px;
}

.side_submenu li a{
    color: #fff;
    width: 100%;
    position: relative;
    float: left;
    font-size: 14px;
}


.layer{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: none;
}

.sidenav .header_has_sub_menu a:after {
    background-image: url(../images/arrow_down_white_side.svg);
}
.header_has_sub_menu>a:after {
    position: absolute;
    right: -14px;
    top: 50%;
    margin-top: -2px;
    width: 7px;
    height: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/arrow_down_white.svg);
    content: '';
    transition: all 0.2s;
}

.sidenav_in .mCustomScrollBox .mCSB_container ::-webkit-scrollbar {
  width: 5px;
  -moz-appearance: none !important;
}

.sidenav_in .mCustomScrollBox .mCSB_container ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent; 
  border-radius: 10px;
  -moz-appearance: none !important;
}
 
.sidenav_in .mCustomScrollBox .mCSB_container ::-webkit-scrollbar-thumb {
  background: #fff; 
  border-radius: 10px;
  -moz-appearance: none !important;
}

.footer_newsletter .help-block {
  display: none;
}

.footer_newsletter .form-group {
  float: left;
  margin-bottom: 0;
}

.footer_newsletter .form-group.has-error input {
  border: solid 1px red;
}

.footer_newsletter.success.subscribe {
  color: #fff;
  width: 320px;
  font-size: 15px;
}

.about_newsletter.success {
  color: #000;
}


.search_result_list p {
  padding-bottom: 0 !Important;
}

.search_result_list.editorial_team_list li {
  margin-bottom: 35px;
}

.search_result_list li h3 a {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  color: #4F4F4F; 
}

.search_result_list li h3 a:hover {
  text-decoration: underline;
}

.search_result_list.editorial_team_list li .e_team_desc {
  position: relative;
  float: left;
  width: calc(100% - 88px);
   padding-left: 0; 
  padding-right: 73px;
}

.about_subscribe p {
  margin-top: 0;
}

.no-margin {
  margin: 0;
}

.error-page {
  text-align: center;
}

.error-page img {
  max-width: 40%;
  margin-top: 80px;
  margin-bottom: 30px;
}

.pagination-nav {
  margin: auto;
}

.pagination-nav a {
  color: #212121;
}

.pagination-nav li {
  margin-right: 35px;
}

.pagination-nav .active a {
  color: #f22b24;
}

img[src="./images/pdf.png"] {
  object-fit: contain;
}

.high_img {
   height: 184px;
}

.high_img img {
  height: 70% !important;
  margin-top: 26px;
}

.about_text_container {
  font-weight: 300;
}

.owl-item .item {
  border: solid 1px rgba(0,0,0,.1);
  border-radius: 3px;
}

.cnc_img  {
  display: none;
}

.cnc_desc {
  padding-left: 0;
  width: 70%;
  margin-bottom: 20px;
}

.hide-mobile {
  display: none;
}

.cnc_another_news ul li a {
  padding-right: 10px;
}

.cnc_another_news li .author {
    margin-bottom: 15px;
  }
  
  .full img {
	  max-width:100%;
  }