@charset "UTF-8";
a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: none; }

ol, ul, li {
  padding: 0;
  list-style: none;
  margin: 0; }

label {
  font-weight: normal; }

input[type="text"], input[type="email"], input[type="password"] {
  padding-left: 12px;
  padding-right: 12px; }

select {
  padding-left: 8px; }

input[type="number"] {
  padding-left: 5px; }

textarea {
  padding: 8px 12px 5px 12px; }

input, textarea, select, button, a {
  outline: none; }

button {
  border: none;
  background: none; }

img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover; }

.relative {
  position: relative; }

.static {
  position: static; }

.absolute {
  position: absolute; }

.text-justify {
  text-align: justify; }

.clearfix:before, .clearfix:after {
  content: '';
  display: block;
  clear: both; }

.row-ibl {
  font-size: 0; }
  .row-ibl > [class^="col-"] {
    font-size: 14px;
    float: none;
    display: inline-block;
    vertical-align: top; }
  .row-ibl:after {
    content: '';
    display: inline-block;
    width: 100%; }
  .row-ibl.mid > [class^="col-"] {
    vertical-align: middle; }
  .row-ibl.bot > [class^="col-"] {
    vertical-align: bottom; }
  .row-ibl > [class^="col-"].i-mid {
    vertical-align: middle; }
  .row-ibl > [class^="col-"].i-top {
    vertical-align: top; }
  .row-ibl > [class^="col-"].i-bot {
    vertical-align: bottom; }

.col-xs-f20, .col-sm-f20, .col-md-f20, .col-lg-f20 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold; }
@font-face {
  font-family: 'RobotoCondensed';
  src: url("../fonts/RobotoCondensed-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'RobotoCondensed';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: bold; }
.col-xs-f20 {
  float: left;
  width: 20%; }

@media (min-width: 768px) {
  .col-sm-f20 {
    float: left;
    width: 20%; } }
@media (min-width: 992px) {
  .col-md-f20 {
    float: left;
    width: 20%; } }
@media (min-width: 1200px) {
  .col-lg-f20 {
    float: left;
    width: 20%; } }
.pad-0 {
  padding-left: 0px;
  padding-right: 0px; }

.pad-5 {
  padding-left: 5px;
  padding-right: 5px; }

.pad-8 {
  padding-left: 8px;
  padding-right: 8px; }

.pad-10 {
  padding-left: 10px;
  padding-right: 10px; }

.margin-auto {
  margin-left: auto;
  margin-right: auto; }

.col-mar-0 {
  margin-left: 0px;
  margin-right: 0px; }

.col-mar-0 > div[class^="col-"] {
  padding-left: 0px;
  padding-right: 0px; }

.col-mar-5 {
  margin-left: -5px;
  margin-right: -5px; }

.col-mar-5 > div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px; }

.col-mar-8 {
  margin-left: -8px;
  margin-right: -8px; }

.col-mar-8 > div[class^="col-"] {
  padding-left: 8px;
  padding-right: 8px; }

.col-mar-10 {
  margin-left: -10px;
  margin-right: -10px; }

.col-mar-10 > div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px; }

.col-mar-12 {
  margin-left: -12px;
  margin-right: -12px; }

.col-mar-12 > div[class^="col-"] {
  padding-left: 12px;
  padding-right: 12px; }

.delay02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.delay04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.delay06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.c-img {
  display: block;
  position: relative;
  padding-top: 100%; }
  .c-img img, .c-img .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit; }

.product .img img, .partner img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto; }

.hv-over {
  display: block;
  position: relative; }
  .hv-over:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-over:hover:after {
    background: rgba(255, 255, 255, 0.3); }

.hv-scale {
  overflow: hidden;
  display: block; }
  .hv-scale img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-scale:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.hv-light {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  background: #fff; }
  .hv-light:before, .hv-light:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none; }
  .hv-light:before {
    right: 0;
    bottom: 0;
    background: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-light:after {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }
  .hv-light:hover:before {
    background: rgba(242, 211, 0, 0.2); }
  .hv-light:hover:after {
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }

.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

@media (max-width: 1199px) {
  .md-left {
    text-align: left; }

  .md-center {
    text-align: center; }

  .md-right {
    text-align: right; } }
@media (max-width: 991px) {
  .sm-left {
    text-align: left; }

  .sm-center {
    text-align: center; }

  .sm-right {
    text-align: right; } }
@media (max-width: 767px) {
  .xs-left {
    text-align: left; }

  .xs-center {
    text-align: center; }

  .xs-right {
    text-align: right; }

  .xs-pad-7 {
    margin: 0 -7px; }
    .xs-pad-7 > [class^="col-"] {
      padding: 0 7px; }

  .xs-pad-5 {
    margin: 0 -5px; }
    .xs-pad-5 > [class^="col-"] {
      padding: 0 5px; } }
.table {
  display: table;
  margin: 0; }
  .table .line {
    display: table-row; }
  .table .cell {
    display: table-cell;
    vertical-align: middle; }

.ic {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

body {
  font-size: 14px;
  font-family: "Roboto";
  line-height: 1.5;
  color: #333; }

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px; }
.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px; }
.s-content li {
  list-style: inherit;
  margin-bottom: 5px; }
.s-content p {
  margin-bottom: 10px; }
.s-content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  width: auto !important;
  height: auto !important; }
.s-content table, .s-content iframe {
  max-width: 100%; }

.s-social .fb_iframe_widget, .s-social a.pinterest {
  display: inline-block;
  vertical-align: top;
  margin-top: -1px; }

.slick-list {
  margin: 0 -15px; }
  .slick-list .slick-slide {
    margin: 0;
  }

.slick-arrow {
  cursor: pointer;
  z-index: 1;
  text-align: center;
  position: absolute; }

.slick-dots {
  text-align: center; }
  .slick-dots button {
    display: none; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border: solid 2px #666;
    border-radius: 50%;
    cursor: pointer; }
    .slick-dots li.slick-active {
      background: #666; }

.delay02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.delay04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.delay06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.delay08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.delay12 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.dura5 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

.dura15 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s; }

.dura20 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.dura100 {
  -webkit-animation-duration: 10s;
  animation-duration: 10s; }

.carousel {
  z-index: 0; }
  .carousel.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  .carousel.carousel-fade .carousel-inner .item, .carousel.carousel-fade .carousel-inner .active.left, .carousel.carousel-fade .carousel-inner .active.right {
    opacity: 0; }
  .carousel.carousel-fade .carousel-inner .active, .carousel.carousel-fade .carousel-inner .next.left, .carousel.carousel-fade .carousel-inner .prev.right {
    opacity: 1; }
  .carousel.carousel-fade .carousel-inner .next, .carousel.carousel-fade .carousel-inner .prev, .carousel.carousel-fade .carousel-inner .active.left, .carousel.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel .carousel-indicators {
    z-index: 1;
    line-height: 1; }
    .carousel .carousel-indicators li {
      vertical-align: middle; }
  .carousel .slider-arrow {
    cursor: pointer;
    z-index: 1; }

body {
  overflow-x: hidden; }

@media (max-width: 991px) {
  body {
    overflow-x: auto;
  }
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9; }
  header .logo {
    display: inline-block;
    vertical-align: middle; }
    header .logo img {
      display: block; }

.main-bar {
  display: inline-block;
  vertical-align: middle;
  padding: 7px 0 8px 0;
  position: relative;
  z-index: 0; }
  .main-bar:before {
    content: '';
    top: 0;
    bottom: 0;
    width: 58px;
    position: absolute;
    right: 100%;
    background-image: url("../images/nav-arrow.png");
    background-size: 100% 100%; }
  .main-bar:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: -5000px;
    bottom: 0;
    background-image: url("../images/nav-bg.png");
    background-size: auto 100%;
    z-index: -1; }

.main-nav {
  display: inline-block;
  vertical-align: middle; }
  .main-nav > ul {
    font-size: 0; }
    .main-nav > ul > li {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      border-right: solid 1px #b9b9b9; }
      .main-nav > ul > li > a {
        display: block;
        text-transform: uppercase;
        color: #fff;
        padding: 11px 20px 10px 20px; }
      .main-nav > ul > li:hover > a {
        color: #000; }
  .main-nav li {
    position: relative;
    text-align: left; }
    .main-nav li ul {
      position: absolute;
      min-width: 215px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      z-index: 1;
      margin-top: 10px;
      pointer-events: none;
      opacity: 0;
      border: solid 1px #e0e0e0;
      border-bottom: none;
      -webkit-box-shadow: -1px -1px 6px 0 rgba(85, 85, 85, 0.3);
              box-shadow: -1px -1px 6px 0 rgba(85, 85, 85, 0.3); }
      .main-nav li ul:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        height: 10px;
        bottom: 100%; }
      .main-nav li ul ul {
        left: 100%;
        top: 0;
        padding-top: 0;
        padding-left: 5px; }
      .main-nav li ul a {
        background: white;
        display: block;
        color: #777;
        font-size: 13px;
        padding: 10px 15px;
        border-bottom: solid 1px #e0e0e0; }
      .main-nav li ul li:hover > a {
        background: #f5f7f9; }
    .main-nav li:hover > ul {
      pointer-events: all;
      opacity: 1; }

.language {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 15px;
  margin-right: 20px; }
  .language img {
    display: block;
    width: 22px; }
  .language ul {
    position: absolute;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    right: 1px;
    z-index: 1;
    margin-top: 8px;
    -webkit-box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.4);
            box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.4);
    display: none;
    width: 42px;
    margin-right: 5px; }
    .language ul a {
      display: block;
      padding: 7px 10px;
      border-bottom: solid 1px #f1f1f1; }
      .language ul a:hover {
        background: #f1f1f1; }
  .language > a img {
    display: inline-block;
    margin-top: -1px; }
  .language > a:after {
    font-family: "FontAwesome";
    content: "";
    font-size: 13px;
    color: #fff;
    margin-left: 8px; }

#slider {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3); }
  #slider .img img {
    display: block;
    width: 100%; }
  #slider .carousel-indicators li {
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0 2px; }
    #slider .carousel-indicators li.active {
      background: #019dda;
      margin: 0 2px;
      border-color: #019dda; }

.head-bn {
  position: relative; }
  .head-bn .logo img {
    position: absolute;
    bottom: 48px;
    left: 13.1%;
    max-height: 70%;
    max-width: 50%; }

.wrap {
  background-image: url("../images/bg.png"); }

.h-title {
  font-size: 28px;
  font-family: "RobotoCondensed";
  color: #232323;
  border-bottom: solid 1px #e0e0e0;
  padding-bottom: 10px;
  margin-top: 42px;
  margin-bottom: 20px; }

.def-cas .slick-arrow {
  width: 30px;
  height: 30px;
  background: #fff;
  font-size: 20px;
  color: #999999;
  text-align: center;
  line-height: 30px;
  right: 0; }
  .def-cas .slick-arrow:hover {
    background: #e0e0e0; }
  .def-cas .slick-arrow.prev {
    margin-right: 33px; }

.pro-cas {
  margin-bottom: 30px; }
  .pro-cas .slick-list {
    margin: 0 -12px; }
    .pro-cas .slick-list .slick-slide {
      margin: 0 12px; }
  .pro-cas .slick-arrow {
    top: -64px; }

.product {
  position: relative; }
  .product .img {
    display: block;
    height: 200px;
    position: relative;
    overflow: hidden; }
    .product .img img {
      top: auto;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .product .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #009dda;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 5px; }
    .product .title a:hover {
      color: #18b04b; }
  .product p {
    line-height: 21px;
    color: #333333;
    margin-bottom: 0;
    text-align: center; }
  .product:hover .img img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08); }

.h-box {
  background-image: url("../images/bg2.png");
  background-size: auto 100%;
  padding: 17px 25px 11px 20px;
  margin-bottom: 37px;
  color: #fff;
  background: #21c56d;
}
  .h-box .i-title {
    text-transform: uppercase;
    font-size: 18px;
    /*font-weight: bold;*/
    font-family: "RobotoCondensed";
    border-bottom: solid 1px #fff;
    padding-bottom: 6px;
    margin-bottom: 13px; }

.post {
  margin-bottom: 8px; }
  .post span {
    display: block;
    font-size: 12px;
    color: #fff;
    margin-bottom: 7px; }
  .post .title {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    font-weight: normal;
  }
    .post .title a:hover {
      color: #000; }

.partner {
  display: block;
  background: #fff;
  height: 47px;
  position: relative;
  margin-bottom: 18px; }

.partner-cas {
  min-height: 146px; }

.box-cas .slick-arrow {
  top: -51px; }

.footer {
  background-image: url("../images/bg-foot.png");
  background-size: auto 100%;
  color: #fff;
  padding-top: 11px;
  padding-bottom: 11px; }
  .footer .f-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    font-family: "RobotoCondensed";
    border-bottom: solid 1px #fff;
    padding-bottom: 6px;
    margin-top: 30px;
    margin-bottom: 19px; }
  .footer .line {
    line-height: 18px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px; }
    .footer .line i {
      position: absolute;
      left: 0;
      top: 1px; }
  .footer ul li {
    margin-bottom: 3px; }
  .footer a:hover {
    color: #000; }
  .footer .social a {
    font-size: 18px;
    margin-right: 10px; }

.foot {
  background: #029ada;
  color: #fff;
  line-height: 26px;
  padding: 8px 0 7px 0;

}
  .foot a:hover {
    text-decoration: underline; }

.container{
  width: auto;
  max-width: 1014px;
}
@media(max-width: 1014px){
  .main-bar:after{
    right: -15px;
  }
}
/*@media (min-width: 1200px) {
  .container {
    width: 1014px; } }
@media (max-width: 1199px) {
  .head-bn .logo img {
    bottom: 30px; } }
@media (max-width: 991px) {
  .menu-btn {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    z-index: 1; }
    .menu-btn i {
      display: block;
      margin: auto;
      border-top: solid 2px #019dda;
      width: 17px;
      border-bottom: double 7px #019dda;
      height: 12px; }
    .menu-btn.act i {
      width: auto;
      height: auto;
      border: none; }
      .menu-btn.act i:after, .menu-btn.act i:before {
        content: '';
        display: block;
        margin: auto;
        width: 17px;
        border-bottom: solid 2px #019dda; }
      .menu-btn.act i:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -2px; }
      .menu-btn.act i:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    .menu-btn.v2 {
      background: #019dda; }
      .menu-btn.v2 i {
        border-color: #fff; }
      .menu-btn.v2.act i:after, .menu-btn.v2.act i:before {
        border-color: #fff; }

  .main-nav {
    display: none; }

  .m-nav {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #f9f9f9;
    -webkit-box-shadow: 0 0 8px 0 rgba(102, 102, 102, 0.5);
            box-shadow: 0 0 8px 0 rgba(102, 102, 102, 0.5);
    position: fixed;
    z-index: 9;
    top: 0;
    bottom: 0;
    width: 290px;
    right: -290px; }
    .m-nav.act {
      right: 0; }
    .m-nav .nav-ct {
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
      padding-top: 18px; }
    .m-nav .nav-close {
      top: 9px;
      right: 10px;
      background: none; }
    .m-nav .language {
      margin-left: 15px;
      margin-bottom: 18px; }
      .m-nav .language > a:after {
        color: #29354f; }
    .m-nav .main-nav {
      display: block;
      margin: 0;
      padding: 0; }
      .m-nav .main-nav > ul > li {
        display: block;
        margin: 0; }
        .m-nav .main-nav > ul > li > a {
          border: none;
          border-top: solid 1px #e6e6e6;
          line-height: 20px;
          padding: 10px 15px;
          color: #019dda; }
        .m-nav .main-nav > ul > li:hover > a {
          color: #fff;
          background: #019dda; }
      .m-nav .main-nav li {
        position: relative; }
        .m-nav .main-nav li ul {
          display: none;
          width: auto;
          position: static;
          background: rgba(0, 0, 0, 0.03);
          border: none;
          margin: 0px;
          opacity: 1;
          -webkit-transition: none;
          transition: none;
          pointer-events: all;
          padding: 0; }
          .m-nav .main-nav li ul:after {
            content: none;
            display: none; }
          .m-nav .main-nav li ul a {
            display: block;
            font-size: 14px;
            line-height: 20px;
            background: none;
            color: #019dda;
            border: none;
            border-top: solid 1px #e6e6e6;
            padding: 10px 15px 10px 30px; }
          .m-nav .main-nav li ul li:hover > a {
            background: #019dda;
            color: #fff; }
          .m-nav .main-nav li ul ul a {
            padding-left: 45px; }
        .m-nav .main-nav li .nav-drop {
          display: block;
          font-style: normal;
          height: 40px;
          width: 40px;
          text-align: center;
          padding-top: 2px;
          font-size: 16px;
          line-height: 39px;
          background: rgba(0, 0, 0, 0.03);
          color: #019dda;
          float: right;
          position: relative;
          z-index: 1;
          cursor: pointer; }
          .m-nav .main-nav li .nav-drop:after {
            font-family: "FontAwesome";
            content: ""; }
          .m-nav .main-nav li .nav-drop.act:after {
            content: "\f0d8"; }
        .m-nav .main-nav li:hover > .nav-drop {
          color: #fff; }
        .m-nav .main-nav li:hover > ul {
          margin-top: 0;
          pointer-events: all;
          opacity: 1; }

  .sb-nav {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #f9f9f9;
    -webkit-box-shadow: 0 0 8px 0 rgba(102, 102, 102, 0.5);
            box-shadow: 0 0 8px 0 rgba(102, 102, 102, 0.5);
    position: fixed;
    z-index: 9;
    top: 0;
    bottom: 0;
    width: 290px;
    right: -290px; }
    .sb-nav.act {
      right: 0; }
    .sb-nav .nav-ct {
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
      padding-top: 15px; }
    .sb-nav .sb-close {
      top: 9px;
      right: 10px;
      background: none; }

  .main-bar:before, .main-bar:after {
    content: none;
    display: none; }

  header .logo img {
    max-height: 60px; }
  header .nav-open, header .sb-open {
    position: absolute;
    top: 10px; }
  header .nav-open {
    right: 10px; }
  header .sb-open {
    left: 10px; }
  header .language {
    display: none; }

  .search {
    display: block; }
    .search > button {
      display: none; }
    .search .ct {
      margin-top: 10px;
      display: block;
      padding: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      position: static;
      width: auto; }

  .partner-cas {
    min-height: auto; } }
@media (max-width: 767px) {
  #slider .img img {
    min-height: 160px; } }
@media (max-width: 991px) {
  header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9; }
    header.fixed .search, header.fixed .search-fr {
      display: none; }
    header.fixed .nav-open {
      -webkit-box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5);
              box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5); } }
*/


.post2 {
  margin-bottom: 38px;
  padding-bottom: 38px;
  border-bottom: solid 1px #c2c2c2; }
.post2 .img {
  display: block;
  float: left;
  width: 270px;
  border: solid 1px #ebebeb; }
.post2 .img img {
  display: block;
  width: 100%; }
.post2 .ct {
  margin-left: 300px;
  padding-top: 1px; }
.post2 .title {
  text-transform: uppercase;
  font-size: 16px;
  color: #666666;
  font-weight: bold;
  margin-bottom: 6px;
  margin-top: 0; }
.post2 .title a:hover {
  color: #00503d; }
.post2 .title:after {
  content: '';
  display: block;
  background: #00503d;
  height: 1px;
  width: 47px;
  margin-top: 7px; }
.post2 time {
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  color: #999999;
  font-style: italic;
  margin-bottom: 10px; }
.post2 .des {
  font-weight: bold;
  color: #666;
  font-size: 16px;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 10px; }
.post2 .des2 {
  color: #999;
  line-height: 20px;
  max-height: 64px;
  overflow: hidden;
  margin-bottom: 7px;
}
.post2 .more {
  color: #00503d; }
.post2 .more:hover {
  text-decoration: underline; }
