html,
body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 16px;
}
a{
  cursor: pointer;
}
.header{  
  background-image: url("../img/header-img.png");
  background-repeat: no-repeat;
  padding: 50px 0;
}


.gray-section{
  background-color: #f7f8f9;
}
.logo-wrapper:hover{
  text-decoration: none;
  cursor: pointer;
}
.logo-wrapper p{
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
.logo-wrapper .organization-name{
  margin-top: 25px;
}
.logo-wrapper span{
  color: #fff;
  opacity: 0.6;
  font-weight: 200;
  font-size: 13px;
  text-transform: none;
}
.logo img{
  width: 100px;
}
.search {
   text-align: center;
}
.search input{
  color: #fff;
  padding: 5px 20px 5px 30px;
  border-radius: 20px;
  border: 0;
  background-color: rgba(255,255, 255, 0.1);
}
.search input::-webkit-input-placeholder {
  color: rgba(255,255, 255, 0.6);
}
.search input::-moz-placeholder {
  color: rgba(255,255, 255, 0.6);
}
.search input:-ms-input-placeholder {
  color: rgba(255,255, 255, 0.6);
}
.search input:-moz-placeholder {
  color: rgba(255,255, 255, 0.6);
}
.search-icon{
  position: absolute;
  padding: 8px 10px;
  color: rgba(255,255, 255, 0.3);
}
.section-title{
  width: 100%;
  margin: 60px 0 50px;
  text-align: center;
}

.section-title h3 , .special-article-title, a.special-article-title{
  font-weight: bold;
  font-size: 24px;
  color: #072449 !important;
  letter-spacing: 0;
  text-transform: uppercase;

}
.special-article{
  display: inline-block;
  margin-bottom: 60px;
}
.special-article img{
  border-radius: 10px;
  width: 100%;
}
.section-title.text-left{
  text-align: left;
}
.country-list{
  display: inline-block;
  margin: 20px 0 50px 0;
  padding: 0;
}

.country-list .title{
  color: #072449;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;

}
.country-list li{
  float: left;
  list-style-type: none;
  margin: 8px 5px;
}
.country-list li a{
  background-color: #e5e8ec;
  color: #072449;
  padding: 5px 12px;
  border-radius: 20px;
}
.country-list li.active a{
  background-color: #072449;
  color: #fff;
}
.date{
  margin: 10px 0;
  font-size: 14px;
} 
.date i{
  margin-right: 5px;
}
.date, .date i {
  color: #072449;
  opacity: 0.4;
}
/*.section-title h3 , .special-article-title, a.special-article-title{ }*/
.article-list h4 , .article-list-title, a.article-list-title{
  color: #072449;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.article-list .article-intro{
  color: #888;
}


.article-block{
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 20px #A6AEC929;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.article-block img{
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.article-block .article-title{
  color: #072449;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 14px;
}
.article-block span.article-sum, .article-block a.article-url{
  color: #072449;
  font-size: 13px;
}

.article-info{
  padding: 10px;
}
.article-info .text-right{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#slider{
  margin-top: 20px;
}
.special-block{
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 20px #A6AEC929;
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding: 20px;
}
.special-block h4 { /*.special-block ul li a*/
  color: #072449;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.special-block a {
  color: #343a40;
}
.special-block a:hover {
  color: #007bff;
}
.special-block ol, .special-block ul{
  margin: 10px;
  padding: 0 0 0 10px;
}
.special-block ul li{
  margin-bottom: 10px;
  list-style-type: none;
}

.special-block .progress .progress-bar{
  background-color: #DAA65D;
}
/*
.special-block button{
  background-color: #072449;  
  color: #fff;
  border-radius: 20px;
  border: 0;
  padding: 5px 25px;
}
*/
.protocol .date, .protocol .date i {
  color: #072449;
  opacity: 0.4;
}
.good-experience{
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.good-experience li{
  display: inline;
}
.good-experience li a{
  color:#072449;
  display: inline-block;
  border-right: 0.5px solid rgba(7, 36, 73, 0.4);
  padding: 0px 15px;
}
.good-experience li:last-child a{
  border: 0;
}
.social{
  margin: 0;
  padding: 0;
}
.social li{
  float: left;
  margin-right: 10px;
  list-style-type: none;
}
.social li a{
  background-color: #fff;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
}
.social li a i{
  color: #072449;
  font-size: 17px;
}
.background-more{
  background-color: #072449;
  color: #fff;
  border-radius: 20px;
  padding: 10px 15px;
  margin-top: 20px;
  display: inline-block;
}
.background-more i , .no-background-more i{
  margin-left: 5px;
}
.no-background-more{
  color: #072449;
}
.footer{
  background-color: #072449;
  padding: 40px 0;
}
.footer-info-section{
  margin-bottom: 50px;
}
.footer-copyright-section{
  color: rgba(255, 255, 255, 0.6);
}
.footer-stats p{
  color: #fff;
  margin-top: 15px;
}
.footer-stats span{
  background-color: #e5e8ec;
  border-radius: 20px;
  color:#072449;
  padding: 8px 20px;
}

.owl-dots{
  text-align: center;
  margin-bottom: 10px;
}
.owl-dots button span{
  background: rgba(229, 232, 236, 1) !important;
}
.owl-dots button.active span{
  background: #d19034 !important;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-prev {
  left: -2rem;
}

.owl-next {
  right: -2rem;
}
.owl-nav button{
  margin: 0 !important;
}
.nav-btn{
  background:#e6e9ec;
  color:#072449;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
} 
.owl-theme .owl-nav [class*="owl-"]:hover{
  background-color: transparent;
}

#left-fixed-menu {
  position: fixed;
  left: 0;
  top: 50%;
  padding: 10px 5px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: rgba(7, 36, 73, 0.1);
  z-index: 999;
}
#left-fixed-menu  li{
  float: none;
  margin-right: 5px;
  list-style-type: none;
  z-index: 99;
}
#left-fixed-menu  li a{
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}
#left-fixed-menu  li:last-child a{
  margin: 0;
}
#right-fixed-menu {
  position: fixed;
  right: 40px;
  top: 35%;
  z-index: 99;
}
#right-fixed-menu li{
  background: #D19034;
  box-shadow: 0px 3px 6px #D1903466;
  border-radius: 10px;
  margin-bottom: 5px;
  list-style-type: none;
}
#right-fixed-menu li a{
  display: block;
  padding: 10px 20px;
  color: #fff;
}
#right-fixed-menu li a span{
  color: #fff;
  opacity: 0.6;
  float: right;
  margin-left: 20px;
}

.modal{
  background-color: rgba(7, 36, 73, 0.6);
}
.modal-dialog{
  margin: 10% auto;
}
.right-menu-modal .modal-body {
  padding-bottom: 50px;
}
.right-menu-modal .modal-header{
  border: 0;
}
.right-menu-modal .modal-header .close{
  padding: 20px 30px;
}
.modal .modal-country-list li{
  float: left;
  list-style-type: none;
  margin: 10px 5px;
}
.modal .modal-country-list li a{
  background-color: #e5e8ec;
  color: #072449;
  padding: 5px 15px;
  border-radius: 20px;
  text-transform: uppercase;
}
.top-menu{
  margin-bottom: 10px;
  display: inline-block;
}
.top-menu li{
  float: left;
  list-style-type: none;
}
.top-menu li a{
  color: #fff;
  padding: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.top-menu li:last-child a{
  border: 0;
}

.main-menu {
  margin-top: 10px;
  width: 100%;
}
.main-menu ul {
  text-align: center;
} 
.main-menu li {
  display: inline;
}
.main-menu .icon {
  display: none;
}
.mobile-menu .navbar-toggler{
  background: #D19034;
  color: #fff;
  margin-top: 35px;
  width: 40px;
  height: 40px;
}
.mobile-menu .navbar-toggler.collapsed{
  border-radius: 0.25rem;
}
.mobile-menu .navbar-toggler.circle{
  border-radius: 50%;
}
.mobile-menu .navbar{
  padding: 0;
}
.country-body .mobile-menu .navbar-toggler{
  background: #1CA4A1;
}
.main-menu .navbar-nav{
  display: inline;
  width: 100%;
}
.navbar-nav li a{
  color: #fff !important;
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 15px 20px !important;
  text-decoration: none;
  font-size: 15px;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.country-menu{
  line-height: 55px;
}
.country-menu ul li ul li{
  line-height: 20px;
}
.main-menu .navbar-nav li.active a{
  border-bottom: 2px solid #4caf50;
  color: #fff;
}
.main-menu .navbar-nav li.nav-item a.nav-link:hover {
  border-bottom: 2px solid #4caf50;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:-10rem;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
.dropdown-menu{
  box-shadow: 0px 3px 6px #D4DBE9;
  border-radius: 7px;
  padding: 0;
}
#main-menu .dropdown-menu{
  margin-top: 15px;
}
.dropdown-menu .dropdown-item{
  color: #072449 !important;
  border-bottom: 1px solid #efefef;
  text-align: left;
}
.nav-item ul li a{
  border-radius: 0 !important;
}
.dropdown-menu li:first-child .dropdown-item,.dropdown-menu li:first-child .dropdown-item:hover{
  border-radius: 7px 7px 0px 0px !important;
}
.dropdown-menu li:last-child .dropdown-item,.dropdown-menu li:last-child .dropdown-item:hover{
  border-radius: 0px 0px 7px 7px !important;
}
.dropdown-menu .dropdown-item:hover{
  border-bottom: 1px solid #efefef;
}
.nav-item ul li a.dropdown-item:hover, .dropdown-item:focus{
  background-color: #f5f0f0;
}
/** Country style*/
#gradient{
  height: 450px;
  z-index: 0;
  position: absolute;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}
.top-line-wrapper{
  background-color: #D19034;
  color: #fff;
}
.top-line{
  background-color: #F5F5F5;
  line-height: 30px;
}
.back-home{
  color: #999;
}
.back-home i{
  margin-right: 5px;
}
.top-line-social{
  display: inline-block;
  margin: 0;
  padding: 0;
}
.top-line-social li{
  float: left;
  list-style-type: none;
}
.top-line-social li a{
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
}
.top-line-social li a i{
  color: #999;
}
.country-body .header{
  padding: 20px 0;
}
.country-body .logo .organization-name{
  margin-top: 10px;
}
.country-body .main-menu{
  margin-top: 5px;
}
.country-body .organization-name.white p{
  color: #fff !important;
}
.green-gradient{
  background-image: linear-gradient(to right, #1F668F , #1BABA3);
}
.country-body .main-menu ul{
  text-align: left;
}
#top-news-line{
  padding-top: 30px;
  display: block;
}
#top-news-line .news-top img{
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
#top-news-line .news-top img:hover{
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#top-news{
  margin-top: 20px;
}
#popular-news{
  background-color: #fff;
  padding-top: 20px;
}
.line-space{
  padding-top: 30px;
  padding-bottom: 80px;
}
.section-title-two h3{
  color: #222;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: bold;
  margin: 60px 0 20px;
}
.section-title-two.center{
  width: 100%;
  text-align: center;
}
.section-title-two.center h3{
  color: #072449;
  font-size: 30px;
}
.country-article-block img{
  width: 100%;
}
.country-article-block a{
  color: #222;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.country-article-block .article-info{
  padding: 10px 0;
}
.country-article-block .date , .country-article-block .date i ,.news-line span:last-child{
  color: rgba(7, 36, 73, 0.6);
  font-weight: 200;
}
.news-top img{
  width: 100%;
}
.news-top .article-title{
  font-size: 24px !important;
}
.news-line{
  color:#222;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}
.news-line:hover{
  text-decoration: none;
}
.news-line img{
  width: 100%;
}
.news-line i{
  margin-right: 5px;
}
.news-line span{
  width: 100%;
}
.video-wrapper{
  padding: 0 15px;
}
.video-line img{
  width: 100%;
}
.video-line span, .video-line-top span{
  background-color: #D19034;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  float: left;
}
.video-line-top span{
  width: 80px;
  height: 80px;
  line-height: 90px;
}
.video-line-top .article-info{
  padding: 25px;
}
.video-line-top span i{
  font-size: 28px;
}
.carousel-caption{
  bottom: 60px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 15px;
  color: #fff !important;
}
.video-line-top .carousel-caption{
  bottom: 40%;
  left: 45%;
}
.white-block{
  background-color: #fff;
  margin-bottom: 20px;
  display: inline-block;
  padding: 25px;
}
.small-title{
  color: #060606;
  font-size: 16px;
  font-weight: bold;  
  text-transform: uppercase;
}
.social-block{
  width: 50%;
  float: left;
}
.social-block a{
  width: 100%;
  display: inline-block;
  color: #fff;
  padding: 8px 15px;
  margin-bottom: 20px;
}
.social-block a i{
  font-size: 20px;
  margin-right: 10px;
  float: left;
  line-height: 30px;
}
.social-block .social-block-info{
  width: calc(100% - 20px);
  margin-left: 30px;
  line-height: 15px;
}
.social-block .social-block-info span{
  display: block;
}
.social-block .social-block-info span:last-child{
  font-weight: 200;
}
.facebook{
  background-color: #5F83D2;
}
.twitter{
  background-color: #42C0F5;
}
.youtube{
  background-color: #EF5043;
}
.instagram{
  background-color: #C23785;
}
.country-body .header{
  background-color: #fff;
  background-image:  none;
}
.country-body .navbar-nav li a{
  width: 100%;
  color: #222 !important;
  padding: 10px !important;
  text-transform:uppercase;
  font-size: 13px;

  /*font-weight: bold; */
}
.country-body .navbar-nav li ul li a{
  padding: 15px 10px !important;
}
.country-body .logo-wrapper p{
  color: #000 !important;
}
.country-body .logo-wrapper span{
  color: rgba(0, 0, 0, 0.6) !important;
}
.green-gradient .special-row{
  background-color: #fff;
}
.special-row{
  display: flex;
  flex-wrap: wrap;
}
.country-article{
   background: black;
   overflow: hidden;
}
.country-article img{
  width: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.country-article .article-info{
  position: absolute;
  bottom: 0;
}
.country-article .article-title{
  color: #fff !important;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 22px;
}
.country-article .article-info .date, .country-article .article-info .date i{
  color: #fff;
  opacity: 1;
}
#partner{
  padding: 45px 0;
}
#partner .owl-nav.disabled + .owl-dots{
  margin-top: 45px;
}
.article-detail {
  margin-top: 1px;
}
.article-detail h3{
  margin-bottom: 10px;
  font-size: 24px;
}

.article-detail hr{
  margin-bottom: 20px;
  color: silver;
  border-width: 5px;
}

.article-detail #content{
  line-height: 25px;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 40px;

}
.sidebar{
  margin: 0;
  padding: 0;
  box-shadow: 0px 3px 6px #D1903466;
  margin-bottom: 20px;
  border-radius: 7px;
}
.sidebar li{
  background: #D19034;
  color: #fff;
  list-style-type: none;
  border-bottom: 1px solid #c6c6c6;
}
.sidebar li a{
  color: #fff;
  padding: 10px 15px;
  display: block;
}
.sidebar li:first-child{
  border-radius: 7px 7px 0 0;
}
.sidebar li:last-child{
  border-radius: 0 0 7px 7px; 
}
@media only screen and (min-width: 768px) {
  .default-name , .right-widget, .main-menu{
    display: block;
  }
  .mobile-name, .mobile-menu{
    display: none;
  }

}
@media screen and (max-width: 1200px) and (min-width: 990px) {
  .country-menu nav{
    margin-top: 30px;
  }  
}
@media only screen and (max-width: 1200px) {
  #left-fixed-menu{
    top: 60%;
  }
  #right-fixed-menu{
    top: 55%;
  }
  .logo-wrapper .organization-name{
    margin-top: 0;
  }
  .country-body .logo-wrapper .organization-name{
    margin-top: 30px;
  }
  .country-menu{
    line-height: 15px;
  }
  .section-title h3, .special-article-title, a.special-article-title{
    font-size: 18px;
  }
  .navbar-nav li a{
    padding: 15px 11px !important;
  }
  .video-line .carousel-caption{
    bottom: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .header{
    background-size: cover;
  }
  .default-name,.right-widget, .main-menu{
    display: none;
  }
  .mobile-name, .mobile-menu{
    display: block;
  }
  .main-menu{
    margin-top: 0;
  }
  .country-menu{
    line-height: 20px;
  }
  .country-body .navbar-nav li a{
    width: 100%;
    padding: 0;
  }
  .country-body .dropdown-menu{
    box-shadow: none;
    border:0;
    border-radius: 0;
  }
  .country-body .dropdown-menu .dropdown-item{
    border: 0;
    text-align: center;
  }
  .nav-item ul li a.dropdown-item:hover, .dropdown-item:focus{
    background-color: transparent;
  }
  .video-line-top span{
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .video-line-top span i{
    font-size: 15px;
  }
  .video-line-top .article-title{
    font-size: 14px;
  }
  .video-line-top .article-info{
    padding: 15px;
  }
  .video-line-top .carousel-caption{
    bottom: 60px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 15px;
    color: #fff !important;
  }
}

@media screen and (max-width: 600px) {
  .main-menu a:not(:first-child) {display: none;}
  .main-menu a.icon {
    float: right;
    display: block;
  }
  .main-menu.responsive {position: relative;}
  .main-menu.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .main-menu.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  #gradient{
    height: 225px;
  }
  .logo img{
    width: 70px;
  }
  .logo-wrapper .organization-name{
    margin-top: 15px;
  }
  .mobile-menu .navbar-toggler{
    margin-top: 20px;
    margin-right: 5px;
  }
  .country-body .logo-wrapper .organization-name{
    margin-top: 15px;
  }
  .section-title-two h3{
    margin: 30px 0 20px;
  }
  .video-line .carousel-caption{
    bottom: 60px;
  }
}

/* Regular */
@font-face{
  font-family: Roboto Condensed;
  font-weight: normal;
  font-style: normal;
  src: url('fonts/RobotoCondensed-Regular.ttf');
}
@font-face{
  font-family: Roboto Condensed;
  font-weight: normal;
  font-style: normal;
  src: url('fonts/RobotoCondensed-Regular.woff');
}
@font-face{
  font-family: Roboto Condensed;
  font-weight: normal;
  font-style: normal;
  src: url('fonts/RobotoCondensed-Regular.woff2');
}
/*@font-face{
  font-family: Roboto Condensed;
  font-weight: normal;
  font-style: normal;
  src: url('fonts/RobotoCondensed-Regular.eot');
}*/

/* Bold */
@font-face{
  font-family: Roboto Condensed;
  font-weight: bold;
  font-style: normal;
  src: url('fonts/RobotoCondensed-Bold.ttf');
}
@font-face{
  font-family: Roboto Condensed;
  font-weight: bold;
  font-style: normal;
  src: url('fonts/RobotoCondensed-Bold.woff');
}
@font-face{
  font-family: Roboto Condensed;
  font-weight: bold;
  font-style: normal;
  src: url('fonts/RobotoCondensed-Bold.woff2');
}
/*@font-face{
  font-family: Roboto Condensed;
  font-weight: bold;
  font-style: normal;
  src: url('fonts/RobotoCondensed-Bold.eot');
}*/

/* Italic */
@font-face{
  font-family: Roboto Condensed;
  font-weight: bold;
  font-style: italic;
  src: url('fonts/RobotoCondensed-Italic.ttf');
}
@font-face{
  font-family: Roboto Condensed;
  font-weight: normal;
  font-style: italic;
  src: url('fonts/RobotoCondensed-Italic.woff');
}
@font-face{
  font-family: Roboto Condensed;
  font-weight: normal;
  font-style: italic;
  src: url('fonts/RobotoCondensed-Italic.woff2');
}
/*@font-face{
  font-family: Roboto Condensed;
  font-weight: normal;
  font-style: italic;
  src: url('fonts/RobotoCondensed-Italic.eot');
}*/

/* Light */
@font-face{
  font-family: Roboto Condensed;
  font-weight: 300;
  font-style: normal;
  src: url('fonts/RobotoCondensed-Light.ttf');
}
@font-face{
  font-family: Roboto Condensed;
  font-weight: 300;
  font-style: normal;
  src: url('fonts/RobotoCondensed-Light.woff');
}
@font-face{
  font-family: Roboto Condensed;
  font-weight: 300;
  font-style: normal;
  src: url('fonts/RobotoCondensed-Light.woff2');
}
/*@font-face{
  font-family: Roboto Condensed;
  font-weight: 300;
  font-style: normal;
  src: url('fonts/RobotoCondensed-Light.eot');
}*/
