@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");

body,td,th {
  font-family: 'Roboto', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  color: #333333;
}
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:hover {
  text-decoration: none;
}
h1, h2, h3, h4, h5 {
  margin: 0; padding: 0;
}
header {
  height: 189px;
  background: url("../images/headerBG.png") no-repeat center top;
  background-size: 100% 190px; 
}
header .row {
  position: relative;
}
h1.logo {
  margin-top: 20px;
  display: block;
  width: 1089px;
  height: 149px;
  background: url("../images/logo.png") no-repeat 0 0;
  
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
.langHolder {
  position: absolute;
  right: 64px;
  top: 10px;
}
.sliderItem {
  position: relative;
}
.sliderCaption {
  position: absolute;
  top: 30px;
  background-color: rgba(4, 108, 199, .7);
  padding: 14px 36px 14px 26px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1em;

  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.sliderCaption span {
  font-size: 16px;
  font-weight: normal;
}

.slick-dots {
    list-style: none;
    position: absolute;
    right: 8px;
    bottom: -4px;
}
.slick-dots li {
  display: block;
  float: left;
  margin: 0 2px;
}
.slick-dots li button {
  background-color: #ffffff;  
  border: none;
  width: 16px;
  height: 16px;
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
.slick-dots li.slick-active button {
  background-color: red;
}

.box {
  border: 2px solid #fff0c8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  padding: 10px;
}
.mainCaption {
  float: left;
  margin-left: -11px;
  background-color: rgb(246, 224, 55);
  padding: 6px 10px 6px 15px;
  
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.mainCaption img {
  margin-left: 10px;
}
.mainCaption.stickTop {
  position: absolute;
  top: 8px;
  left: 10px;
  z-index: 200;
}
.mainCaption h1 {
 // color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
}

.newsListItem {
  margin-bottom: 5px;
}
.newsListItem a {
  font-size: 11px;
}
.newsListItem.active {
  font-weight: bold;
}
.newsListItem.active a{
  color: #000000;
}
.newsListItem:hover, .hItem:hover {
  background-color: #fdebeb;
}
.news {
  position: relative;
  display: none;
}
#news01 {
  display: block;
}
.newsCaption, .newsDate {
  position: absolute
}
.newsCaption {
  padding: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  bottom: 0px;
  
  color: #ffffff;
  font-weight: bold;
  
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,054985+28&0+0,0.7+22 */
background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(31,97,154,0.7) 22%, rgba(5,73,133,0.7) 28%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(31,97,154,0.7) 22%,rgba(5,73,133,0.7) 28%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(31,97,154,0.7) 22%,rgba(5,73,133,0.7) 28%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#b3054985',GradientType=0 ); /* IE6-9 */
}
.newsDate {
  right: 10px;
  bottom: 5px;
  color: red;
}
.newsItem {
  padding-bottom: 15px;
  background: url("../images/newsItemBorder.png") no-repeat right bottom;
}
.newsItemThumb {
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  height: 138px;
}
.newsItemThumb img {
  width: 100%;  
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 2s ease;
  transition: all 1s ease;
}
.newsItemCaption {
  color: #333333;
  font-size: 11px;text-transform: uppercase;
}
.newsItemDate {
  margin-top: 10px;
  padding-right: 15px;
  text-align: right;
  color: red;
  font-size: 11px;
}
.newsItem:hover .newsItemThumb img{
  width: 105%;
  height: auto;
}

.slick-arrow {
  position: absolute;
  display: block;
  width: 22px;
  height: 27px;
  
  border: none;
  top: -50px;
  right: 10px;
  
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
.slick-prev {
  background: url("../images/sliderArrow.png") no-repeat 0 0;
  right: 35px;
}
.slick-next {
  background: url("../images/sliderArrow.png") no-repeat -30px 0;
}
.slick-arrow.slick-disabled {
  opacity: .5;
}

a.getMore {
  display: block;
  text-align: center;
  color: black;
  border-top: 1px solid #fdc00f;
  padding-top: 10px;
  margin-top: 10px;
  font-size: 13px;
  text-transform: uppercase;
}
.videoItem, .photoItem {
  height: 100px;
  overflow: hidden;
}
.videoItemLead, .photoItemLead {
  height: 210px;
  overflow: hidden;
}
.videoItem img, .photoItem img{
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 2s ease;
  transition: all 1s ease;
}
.videoItem:hover img, .photoItem:hover img {
  width: 105%;
}
ul.langNav, ul.langNav li {
  margin: 0; padding: 0;
  list-style: none;
}
ul.langNav li {
  float: left;
  margin-right: 2px;
}

.mainItem {
  margin-bottom: 20px;
}
.widgetItem {
  margin-bottom: 5px;
}
.faqItemHolder {
  width: 100%;
  max-height: 270px;
  overflow-y: auto;
  padding-right: 5px;
}
.faqItem {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
  padding: 5px;
}
.faqItem a {
  color: #333333;
}
.faqItem:hover {
  background-color: #fdebeb;
}
.faqItem a:hover {
  text-decoration: none;
}
.faqItem a span {
  color: #337ab7;
  font-size: 13px;
  text-transform: uppercase;
}
.faqItem a span:after {
  clear: both;
  content: '';
  display: block;
}
.partnerItem {
  border: 1px solid #b7c5d2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
 // padding: 15px 0;
  margin: 0 5px;
}
.partnerItem img {
  display: inline-block;
}
.zoomImg {
  overflow: hidden;
  height: 78px;
}
.zoomImg img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 2s ease;
  transition: all 1s ease;
}
.zoomImg:hover img {
  cursor: pointer;
  width: 105%;
}

nav.footerNav {
  margin-top: 20px;
  background-color: #ffb401;
  padding: 10px;
}
ul.footer, ul.footer li {
  margin: 0; padding: 0;
  list-style: none;
}
ul.footer li {
  display: block;
  float: left;
  margin-right: 15px;
}
ul.footer li a {
  text-transform: uppercase;
  color: #ffffff;
}
ul.footer li a:hover {
  text-decoration: none;
}
footer {
  background-color: #0565bb;
  padding: 20px 10px;
}
.addressHolder {
  color: #ffffff;
  text-transform: uppercase;
}
.addressHolder span {
  margin: 0 5px;
}
.addressHolder a {
  color: #ffffff;
  text-decoration: underline;
}
.copyrightHolder {
  float: right;
  text-align: right;
  color: #fdb400;
  margin-top: 20px;
  border-top: 1px solid #ffb401;
  padding-top: 10px;
  padding-left: 100px;
}
ul.social, ul.social li {
  list-style: none;
  margin: 0; padding: 0;
}
ul.social li {
  float: left;
  display: block;
  margin-right: 2px;
}
.copyrightHolder > div {
  float: left;
  margin-right: 10px;
}

.divLink {
  cursor: pointer;
}
.hiddenLink {
  display: none;
}
.top5 {
  margin-top: 5px;
}
.bottom5 {
  margin-bottom: 5px;
}
.right5 {
  margin-right: 5px;
}
.left5 {
  margin-left: 5px;
}
.top10 {
  margin-top: 10px;
}
.bottom10 {
  margin-bottom: 10px;
}
.right10 {
  margin-right: 10px;
}
.left10 {
  margin-left: 10px;
}
.top20 {
  margin-top: 20px;
}
.bottom20 {
  margin-bottom: 20px;
}
.right20 {
  margin-right: 20px;
}
.left20 {
  margin-left: 20px;
}
.top40 {
  margin-top: 40px;
}
.bottom40 {
  margin-bottom: 40px;
}
.right40 {
  margin-right: 40px;
}
.left40 {
  margin-left: 40px;
}

@media (max-width: 360px){
  header {
    height: 130px;
  }
  .langHolder {
    bottom: -30px;
  }
  header a {
    display: inline-block;
  }
  .banner {
    width: 100%;
    height: auto;
  }
  .videoItem, .videoItemLead {
    height: 100px;
    margin-bottom: 0 !important;
  }
  .videoItem img, .videoItemLead img{
    min-height: 98%;
  }
  .photoItem, .photoItemLead {
    height: 100px;
    margin-bottom: 0 !important;
  }
  .photoItem img, .photoItemLead img{
    min-height: 98%;
  }
  .socialHolder a {
    display: block;
    width: 32%;
    float: left;
    margin-left: 1%;
  }
  .socialHolder a img {
    width: 100%;
  }
  .hItem {
    float: left;
    width: 48%;
    margin: 0 1% 5px;
  }
  .mainCaption.partnerCaption {
    width: 85%;
  }
  .mainCaption.partnerCaption h1 {
    font-size: 11px;    
  }
  .partnerItemHolder .slick-arrow {
    top: -55px;
    z-index: 300;
  }
  .partnerItem {
    display: block;
  }
  .partnerItem img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .addressHolder {
    margin-top: 20px;
  }
  .copyrightHolder {
    padding-left: 0;
  }
  .copyrightHolder, .copyrightHolder > div {
    float: none;
    text-align: center;
    width: 100%;
  }
  .copyrightHolder .socialHolder {
    margin-top: 10px;
  }
  .copyrightHolder .socialHolder a {
    width: 100%
  }
}

.homeNewsItem a img {
    border: 1px solid #d0d0d0;
    float: left;
    height: auto;
    margin-right: 11px;
    padding: 4px;
    width: 120px;
    height: 
}
.homeNewsItem p.newsDate {
    font-size: 10px;
    font-style: italic;
    text-align: right;
}
.contentInfo p {
    line-height: 18px;
    text-align: justify;
}
.title_list {
  text-transform: uppercase;
    font-size: 14px;
    line-height: normal;
    margin: 10px 0 0;
    text-align: justify;
}
.my-post-list {
    background-color: #ffffff !important;
    border: medium none !important;
    width: 100% !important;
}
.my-border-bottom {
    border-bottom: 1px dotted #cccccc;
}
.my-margin-top10 {
    margin-top: 10px;
}
.newsDate1 {
    font-size: 10px;
    font-style: italic;
    text-align: right;
}
.colorw {color: #2a1616}
.colord{color: rgba(45, 28, 28, 0.52);}
.font_uppercase{ text-transform: uppercase;}
.colorwh{
  height: 50px;
}
.colorwt{
  height: 30px;
}
 .banner1{
  width:100%;
  height: 251px;}
   .banner2{
  width:100%;
  height: 200px;}
  .langs{
    width:30px;height: 15px;

  }

  .zoomImg2 {
  overflow: hidden;
  height: 60px;
}
  .zoomImg2 img {
 
    width: 90%;
}
.zoomImg2:hover img {
  cursor: pointer;
  width: 105%;
}

 ul#tabs {
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center; }
  ul#tabs li {
    display: inline-block;
    background-color: #32c896;
    border-bottom: solid 5px #238b68;
    padding: 5px 20px;
    margin-bottom: 4px;
    color: #fff;
    cursor: pointer; }
    ul#tabs li:hover {
      background-color: #238b68; }
    ul#tabs li.active {
      background-color: #238b68; }

ul#tab {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul#tab li {
    display: none;
    padding: 30px;
    border: solid 20px #d2f4e9; }
    ul#tab li.active {
      display: block; }
    ul#tab li h2 {
      font-weight: 400;
      margin-bottom: 30px;
      padding-bottom: 5px;
      border-bottom: solid 5px #32c896; }
@font-face {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/fontello140520.eot#iefix") format("embedded-opentype"), url("../fonts/fontello140520.woff") format("woff"), url("../fonts/fontello140520.ttf") format("truetype"), url("../fonts/fontello140520.svg#fontello") format("svg");
}   
     #scrollupR {
    background-color: #046CC7;
    border-radius: 4px;
    bottom: 20px;
    height: 40px;
    opacity: 0.5;
    outline: medium none !important;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
        z-index: 90000;}

   [class^="up-"]::before, [class*=" up-"]::before {
        display: inline-block;
        font-family: "fontello";
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1em;
        margin-left: 0.2em;
        margin-right: 0.2em;
        text-align: center;
        text-decoration: inherit;
        text-transform: none;
        width: 1em;
    }
    .up-open-big::before {
        content: "";
    }
    #scrollupR > span {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}