button {
  outline: none !important; }
.ajax {
    width: 14px;
    height: 14px;
    background-image: url(../img/ajax-loader.gif);
    display: inline-block;
    background-size: cover;
}
.ajax-large {
    width: 24px;
    height: 24px;
    background-image: url(../img/ajax-loader.gif);
    display: inline-block;
}
.report .ajax-large {
    position: relative;
    top: 7px;
    left: 7px;
}
th {
    font-weight: normal;
    font-family: HelveticaNeueMedium;
}
.black-button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  width: 138px;
  height: 41px;
  background-color: #000000;
  color: #ffffff;
  border: none;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out; }check-label

.black-button:hover {
  background-color: #007181; }

.black-button-disabled {
  background-color: #acbec8 !important; }

.black-button-disabled:hover {
  background-color: #acbec8 !important; }

.blue-button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  background-color: #007181;
  color: #ffffff;
  border: none;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  font-family: Arial; }

.blue-button:hover {
  background-color: #000000;
  color: #ffffff; }

.white-button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  background-color: #ffffff;
  color: #007181;
  border: none;
  -webkit-transition: background-color 300ms ease-out , color  300ms ease-out;
  -moz-transition: background-color 300ms ease-out , color  300ms ease-out;
  -o-transition: background-color 300ms ease-out , color  300ms ease-out;
  transition: background-color 300ms ease-out , color  300ms ease-out; }

.white-button:hover {
  background-color: #000000;
  color: #ffffff; }

.help-button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background-color: #007181;
  color: #ffffff;
  border: none;
  font-family: Arial;
  font-size: 20px;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out; }

.help-button:hover {
  opacity: 0.7; }

.white-help-button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  color: #dba038;
  border: none;
  font-family: Arial;
  font-size: 20px;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out; }

.white-help-button:hover {
  opacity: 0.7; }

.grey-help-button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  color: #666666;
  border: none;
  font-family: Arial;
  font-size: 20px;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out; }

.grey-help-button:hover {
  opacity: 0.7; }

.green-button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background-color: #7dc614;
  color: #ffffff;
  border: none;
  font-family: HelveticaNeue;
  font-weight: 600;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out; }

.green-button:hover {
  opacity: 0.7; }
#sign-out button{
    background-color: transparent;
    border: none;
    margin-top: 10px;
    font-size: 17px;
    font-weight: normal; font-family: HelveticaNeue;
}
@media screen and (max-width: 320px) {
  .btn_container {
    margin-bottom: 39px; }
    .btn_container .black-button {
      margin-bottom: 10px; } }
@media screen and (min-width: 321px) and (max-width: 767px) {
  .btn_container {
    margin-bottom: 29px; }
    .btn_container .black-button {
      width: 165px;
      height: 50px;
      margin-bottom: 20px; } }
html {
  padding: 0px; }

@font-face {
  font-family: HelveticaNeue;
  src: url(../fonts/HelveticaNeue.otf); }

@font-face {
  font-family: HelveticaNeueLight;
  src: url(../fonts/HelveticaNeue-Light.otf); }

  @font-face {
  font-family: HelveticaNeueMedium;
  src: url(../fonts/HelveticaNeue-Medium.otf); }

  @font-face {
  font-family: HelveticaNeueBold;
  src: url(../fonts/HelveticaNeue-Bold.otf); }

@media screen {
    body {
  font-family: HelveticaNeue !important;
  background-color: #e3e3e3; }

}

.title {
  font-family: HelveticaNeueLight !important; }

#nav_list2 {
  display: block; }

#sign_in_modal .modal-dialog, #msg_modal .modal-dialog {
  width: 367px; }
#sign_in_modal .modal-content, #msg_modal .modal-content {
  -webkit-border-radius: 30px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius: 30px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-radius: 30px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border: none; }
#sign_in_modal .modal-header, #msg_modal .modal-header {
  border: none; }
  #sign_in_modal .modal-header .modal-title, #msg_modal .modal-header .modal-title {
    font-family: HelveticaNeueLight !important;
    font-size: 39px;
    margin-top: 19px;
    margin-left: 31px; }
  #sign_in_modal .modal-header button, #msg_modal .modal-header button {
    width: 37px;
    height: 37px;
    padding-bottom: 5px;
    background-color: #007181;
    opacity: inherit;
    color: #ffffff;
    font-size: 26px;
    font-weight: normal;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    /* padding: 4px 10px 7px 10px; */
    margin-right: -3px;
    margin-top: -3px;
    cursor: pointer;
    -webkit-transition: background-color 300ms ease-out , color  300ms ease-out;
    -moz-transition: background-color 300ms ease-out , color  300ms ease-out;
    -o-transition: background-color 300ms ease-out , color  300ms ease-out;
    transition: background-color 300ms ease-out , color  300ms ease-out; }
  #sign_in_modal .modal-header button:hover, #msg_modal .modal-header button:hover {
    background-color: #000000; }
    #no-projects {
    padding: 30px;
    padding-left: 55px;
    }
#sign_in_modal .modal-body, #msg_modal .modal-body {
  padding-top: 9px; }
  #sign_in_modal .modal-body form, #msg_modal .modal-body form {
    width: 271px;
    margin: 0 auto;
    padding-bottom: 98px; }
    #sign_in_modal .modal-body form .form-group, #msg_modal .modal-body form .form-group {
      margin-bottom: 8px; }
    #sign_in_modal .modal-body form .form-group:first-child, #msg_modal .modal-body form .form-group:first-child {
      margin-bottom: 18px; }
    #sign_in_modal .modal-body form input, #msg_modal .modal-body form input {
      background-color: #e9e9e9;
      border: none;
      box-shadow: none;
      height: 40px;
      margin-top: 6px; }
    #sign_in_modal .modal-body form label, #msg_modal .modal-body form label {
      font-family: HelveticaNeueLight !important;
      font-weight: normal;
      font-size: 20px; }
  #sign_in_modal .modal-body .sign_in_modal_register a, #msg_modal .modal-body .sign_in_modal_register a {
    color: #007183;
    font-size: 15px;
    -webkit-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    -o-transition: color 300ms ease-out;
    transition: color 300ms ease-out; }
  #sign_in_modal .modal-body .sign_in_modal_register a:hover, #msg_modal .modal-body .sign_in_modal_register a:hover {
    color: #75c1e7;
    text-decoration: none; }
  #sign_in_modal .modal-body .sign_in_modal_btn, #msg_modal .modal-body .sign_in_modal_btn {
    float: right;
    font-size: 19px;
    padding: 11px 0px 10px 0px;
    margin-top: 21px;
    width: 270px; }
  #sign_in_modal .modal-body .sign_in_modal_btn_arr, #msg_modal .modal-body .sign_in_modal_btn_arr {
    background: url("../img/blu_btn_right.png") no-repeat right 4px;
    height: 18px;
    padding-right: 27px;
    font-size: 21px; }

#msg_modal .modal-dialog {
  width: 568px; }
#msg_modal .modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 9px 9px 19px 16px; }
  #msg_modal .modal-header h4 {
    font-size: 40px !important; }
  #msg_modal .modal-header button {
    margin-right: 4px;
    margin-top: 4px; }
#msg_modal .modal-body {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 3px;
  height: 367px;
  overflow-y: scroll; }
  #msg_modal .modal-body section {
    padding: 18px 48px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px; }
    #msg_modal .modal-body section .right_section, #msg_modal .modal-body section .left_section {
      float: left; }
    #msg_modal .modal-body section .left_section {
      width: 142px; }
      #msg_modal .modal-body section .left_section .name {
        font-weight: normal; font-family: HelveticaNeueMedium; }
    #msg_modal .modal-body section .right_section {
      width: calc(100% - 172px);
      color: #666666;
      line-height: 22px;
      margin-left: 9px; }
#msg_modal .modal-footer {
  margin-top: 0px !important;
  border-top: none !important;
  padding: 0px !important; }
  #msg_modal .modal-footer form {
    width: 100%;
    overflow: hidden;
    padding: 39px 46px; }
    #msg_modal .modal-footer form textarea, #msg_modal .modal-footer form button {
      float: left !important; }
    #msg_modal .modal-footer form textarea {
      width: 343px;
      height: 102px;
      background-color: #e9e9e9;
      border: none;
      box-shadow: none;
      resize: none; }
    #msg_modal .modal-footer form button {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px;
      font-family: HelveticaNeueLight !important;
      font-size: 20px;
      width: 114px !important;
      height: 102px;
      border-radius: none !important;
      margin-left: 12px;
      margin-top: 0px !important; }

.mobile_menu .container-fluid {
  padding-right: 0px;
  padding-left: 0px; }
  .mobile_menu .container-fluid ul li {
    border-bottom: 1px solid #328d9a;
    margin-left: 15px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
    .mobile_menu .container-fluid ul li a {
      padding: 23px 27px !important; }
.mobile_menu .glyphicon-envelope {
  right: 42px !important;
  top: 20px !important; }

.pushmenu {
  position: fixed;
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: #007181; }

.pushmenu-left {
  right: -240px; }

.pushmenu-left.pushmenu-open {
  right: 0px;
  left: initial; }

.pushmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0; }

.pushmenu-push-toright {
  left: -240px; }

/*Transition*/
.pushmenu, .pushmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.pushmenu2 {
  position: fixed;
  z-index: 1000;
  background-color: #FFFFFF;
  right: 0px;
  top: -115px;
  width: 100%;
  height: 115px;
  padding: 30px 47px;
  background-color: #F3F3F3; }

.pushmenu-left2 {
  right: 0px; }

.pushmenu-left2.pushmenu-open2 {
  top: 0px;
  bottom: initial; }

.pushmenu-push2 {
  overflow-x: hidden;
  position: relative;
  bottom: 0; }

.pushmenu-push-toright2 {
  bottom: -100px; }

/*Transition*/
.pushmenu2 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }


.slides {
  margin-bottom: -30px !important; }
  .slides .img_content p {
      max-width: 57%;
      text-shadow: 1px 1px 0px rgba(150, 150, 150, 0.9);
    font-family: HelveticaNeueLight !important; }
  .slides .flex-caption {
  display: none;
    position: absolute;
    bottom: 100px; }
  .slides p {
    color: #ffffff;
    font-size: 41px;
    margin-bottom: 0px;
    margin-top: -10px;
    font-family: HelveticaNeueLight !important;
    letter-spacing: 0.4px; }
  .slides button {
    background-color: #007181;
    color: #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 17px 16px 19px 30px;
    width: 235px;
    margin-top: 16px;
    outline: none !important;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    position: relative;
    /* font-family: HelveticaNeue !important; */
    font: caption;
    text-align: left;
    font-size: 20px; }
    .slides button .btn_arr {
      background: url("../img/btn_arr.png") no-repeat;
      width: 16px;
      height: 15px;
      position: absolute;
      margin-left: 12px;
      top: 21px; }
  .slides button:hover {
    background-color: #000000;
    color: #ffffff; }
    .slides button:hover span {
      color: #ffffff; }
  .slides button:active, .slides button:blur {
    outline: none !important;
    color: white !important; }

/* .flex-next {
    background: url('../img/right_arr.png') no-repeat;
	background-color: #000;
	height: 83px!important;
	width: 43px!important;
	background-position: center;
	right: 0px!important;
} */
.banner-next {
  background: url("../img/right_arr.png") no-repeat;
  background-color: #000;
  height: 83px !important;
  width: 43px !important;
  background-position: center;
  right: -43px !important; }

/* .flex-prev {
    background: url('../img/left_arr.png') no-repeat;
    background-color: #000;
	height: 83px!important;
	width: 43px!important;
	background-position: center;
	left: 0px!important;
} */
.banner-prev {
  background: url("../img/left_arr.png") no-repeat;
  background-color: #000;
  height: 83px !important;
  width: 43px !important;
  background-position: center;
  left: -43px !important; }

.header .navbar-brand {
  height: auto; }
.header #header_container {
  border-radius: inherit;
  background-color: #ffffff;
  margin-bottom: 0px;
  border: none; }
  .header #header_container .container-fluid {
    padding-left: 0px;
    padding-right: 0px; }
  .header #header_container .navbar-brand {
    margin-left: 0px !important; }
.header .search_container {
  position: relative; }
  .header .search_container span {
    position: absolute;
    font-size: 17px;
    margin-top: 10px;
    margin-left: 16px;
    color: #333333;
    display: block; }
  .header .search_container .search_input {
    background-color: #e6e6e6;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    border: none;
    box-shadow: none;
    padding-left: 44px;
    float: left;
    margin-right: 6px; }
  .header .search_container button {
    background-color: #000000;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    border: none;
    box-shadow: none;
    color: #ffffff;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }
  .header .search_container button:hover {
    background-color: #007181; }

.desctop_menu .menu_register a {
  padding-right: 8px !important;
  padding-left: 28px !important; }
.desctop_menu ul li {
  border: none !important; }

.menu .menu_container .nav li.menu_register a {
  font-family: HelveticaNeueMedium !important;
  font-size: 16px !important; }
.menu .menu_container .nav li.menu_sign_in a {
  font-family: HelveticaNeueMedium !important;
  font-size: 16px !important; }
.menu .menu_container {
  border-radius: inherit;
  margin: 0px;
  border: none;
  background-color: #007181; }
  .menu .menu_container .nav a {
      font-family: HelveticaNeueLight;
    font-size: 17px;
    color: #ffffff;
    padding: 28px 14px;
    /* padding: 28px 14px 18px 14px; */
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    transition: color 300ms ease; }
  .menu .menu_container .nav a:hover {
    color: #75c1e7;
    background-color: inherit; }
  .menu .menu_container .nav .user_a span {
    color: #ffffff !important; }
  .menu .menu_container .nav .user_a:hover span {
    color: white !important; }
  .menu .menu_container .nav .active_menu a {
    background-color: #007181;
    color: #75c1e7; }
.menu .menu_container .nav ul li {
    position: relative;
}
.menu .menu_container .nav li:hover ul {
    display: block;
}
.menu .menu_container .nav ul {
    position: absolute;
    top: 76px;
    left: 40px;
    display: none;
    background-color: #007181;
    z-index: 10;
    margin: 0px;
    padding: 0px;
    border: 1px solid #085661;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 78%;
}
.menu .menu_container .nav ul li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.menu .menu_container .nav ul li a {
    padding: 0px;
    padding-left: 20px !important;
    padding-right: 80px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    font-size: 15px;
    font-family: HelveticaNeueLight;
}
.menu .menu_container .nav ul li button {
    padding: 0px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 15px !important;
}
.menu .menu_container .nav ul li a:hover {
    text-decoration: none;
    color: #75c1e7;
}
.menu .menu_container .nav ul li button:hover {
    color: #75c1e7;
}
.menu .menu_container .nav ul li form {
    margin: 0px;
    padding: 0px;
    float: none !important;
}
.menu .menu_container .nav ul li form button {
    margin: 0px !important;
    padding: 0px;
}

.slider img {
  width: 100%;
  height: auto; }

.flexslider {
  border: none !important; }

.container {
  position: relative; }

.index_cont {
  margin-top: -104px; }

.bess {
  display: block;
  padding: 31px 22px 31px 32px;
  overflow: hidden;
  min-height: 357px; }
  .bess .text {
    background-color: #e9edee;
    /* min-height: 358px; */
    -webkit-line-clamp: 13;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; }
  .bess .title {
    color: #000000;
    /* min-height: 95px; */
    font-size: 26px;
    line-height: 35px;
    letter-spacing: -0.1px; }
  .bess .desc {
    color: #666666;
    line-height: 24px;
    font-size: 15px;
    /* margin-top: -20px; */
    margin-top: 4px;
    /* -webkit-line-clamp: 12;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; */ }
  .bess .more {
    color: #007181;
    line-height: 23px;
    font-size: 15px;
    -webkit-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    -o-transition: color 300ms ease-out;
    transition: color 300ms ease-out; }
    .bess .more p, .bess .more .arrow {
      float: left;
      margin-bottom: 23px;
      margin-top: 4px; }
    .bess .more p {
      padding-right: 8px;
      margin-top: 0px; }
    .bess .more .arrow {
      width: 13px;
      height: 12px;
      background-image: url("../img/more_arrow.png");
      margin-top: 7px;
      -webkit-transition: background-image 300ms ease-out;
      -moz-transition: background-image 300ms ease-out;
      -o-transition: background-image 300ms ease-out;
      transition: background-image 300ms ease-out; }

.info {
  overflow: hidden;
  min-height: 350px; }
  .info section {
    /* width: 306px; */
    background-color: #ffffff;
    /* float: left; */
    /* margin-left: 21px; */
    /* padding: 22px 28px; */
    padding: 31px 22px 0px 28px;
    /* margin-left: 2px; */ }
    .info section .text {
      -webkit-line-clamp: 10;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis; }
    .info section .title {
      /* font-size: 33px; */
      /* min-height: 95px; */
      /* letter-spacing: 0.15px; */
      /* line-height: 43px; */
      color: #000000;
      font-size: 26px;
      line-height: 35px;
      letter-spacing: -0.1px; }
    .info section .desc {
      color: #666666;
      line-height: 24px;
      font-size: 15px;
      /* margin-top: -20px; */
      margin-top: 4px;
      /* -webkit-line-clamp: 10;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis; */ }
    .info section .more {
      color: #007181;
      line-height: 23px;
      font-size: 15px;
      -webkit-transition: color 300ms ease-out;
      -moz-transition: color 300ms ease-out;
      -o-transition: color 300ms ease-out;
      transition: color 300ms ease-out; }
      .info section .more p, .info section .more .arrow {
        float: left;
        margin-bottom: 23px;
        margin-top: 10px; }
      .info section .more p {
        padding-right: 8px;
        margin-top: 4px; }
    .info section .more:hover {
      color: #75c1e7; }
  .info section:first-child {
    margin-left: 0px; }

.news {
  margin-top: 48px;
  margin-bottom: 21px;
  overflow: hidden;
  margin-top: 60px; }
  .news p {
    font-size: 46px;
    float: left;
    font-family: HelveticaNeueLight !important;
    color: #000000;
    letter-spacing: -0.6px;
    margin-bottom: 1px;
    background-image: url("../img/news_img.png");
    background-repeat: no-repeat;
    padding-left: 65px; }
    .news p span {
      margin-top: -7px;
      display: block; }
  .news .buttons {
    float: right;
    margin-top: 0px; }
    .news .buttons button {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      color: #ffffff;
      margin-left: 3px;
      -webkit-transition: background-color 300ms ease-out;
      -moz-transition: background-color 300ms ease-out;
      -o-transition: background-color 300ms ease-out;
      transition: background-color 300ms ease-out;
      outline: none; }
      .news .buttons button span {
        font-size: 19px; }
    .news .buttons button:active {
      outline: none; }
    .news .buttons button:first-child {
      background-image: url(../img/button_arrow_left.png);
      background-repeat: no-repeat;
      background-color: #000000;
      background-position: center; }
    .news .buttons button:last-child {
      background-image: url(../img/button_arrow_right.png);
      background-repeat: no-repeat;
      background-color: #000000;
      background-position: center; }
    .news .buttons button:hover {
      background-color: #1aa4cb; }

.news_container {
  overflow: hidden;
  /* section:first-child {
  	margin-left: 0px;
  } */ }
  .news_container .bx-wrapper {
    margin: 0px !important;
    max-width: 960px !important; }
  .news_container .bx-viewport {
    border: none !important;
    margin-left: 5px !important;
    height: inherit !important;
    background-color: transparent !important;
    height: 320px !important; }
  .news_container .news_tabs {
    overflow: hidden; }
  .news_container section {
    background-color: #ffffff;
    float: left;
    /* margin-left: 21px; */
    margin-right: 21px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;
    /* width: 306px !important; */ }
    .news_container section .title {
      font-family: HelveticaNeue !important;
      display: block;
      -webkit-border-top-right-radius: 30px;
      -moz-border-top-right-radius: 30px;
      border-top-right-radius: 30px;
      padding: 17px 23px;
      color: #1aa4cb;
      font-size: 19px;
      letter-spacing: 0.1px;
      line-height: 44px;
      background-color: #e9edee;
      overflow: hidden; }
      .news_container section .title img {
        width: 48px;
        overflow: hidden;
        border-radius: 50%;
        float: left; }
      .news_container section .title span {
        float: left;
        margin-left: 12px;
        margin-top: 3px;
        display: block;
        overflow: hidden;
        width: calc(100% - 60px); }
      .news_container section .title span a {
        color: #1aa4cb;
      }
    .news_container section .desc {
      padding: 21px 23px;
      /* padding-bottom: 42px; */
      padding-bottom: 0px;
      color: #666666;
      line-height: 28px;
      font-size: 17px;
      margin-bottom: 30px;
      height: 170px;
      -webkit-line-clamp: 9;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis; }
      .news_container section .desc .hashtag {
        color: #1aa4cb;
        -webkit-transition: color 300ms ease-out;
        -moz-transition: color 300ms ease-out;
        -o-transition: color 300ms ease-out;
        transition: color 300ms ease-out; }
      .news_container section .desc .hashtag:hover {
        text-decoration: none;
        color: #007181; }
    .news_container section .more {
      padding-left: 31px;
      color: #007181;
      line-height: 23px;
      font-size: 15px;
      display: block;
      -webkit-transition: color 300ms ease-out;
      -moz-transition: color 300ms ease-out;
      -o-transition: color 300ms ease-out;
      transition: color 300ms ease-out; }
      .news_container section .more p, .news_container section .more .arrow {
        float: left;
        margin-bottom: 47px; }
      .news_container section .more .arrow {
        width: 13px;
        height: 12px;
        background-image: url("../img/more_arrow.png");
        margin-top: 7px;
        -webkit-transition: background-image 300ms ease-out;
        -moz-transition: background-image 300ms ease-out;
        -o-transition: background-image 300ms ease-out;
        transition: background-image 300ms ease-out; }
      .news_container section .more p {
        padding-right: 6px; }
    .news_container section .more:hover {
      color: #75c1e7; }
      .news_container section .more:hover .arrow {
        background-image: url("../img/more_arrow_hover.png"); }

.subscribe {
  font-family: HelveticaNeueLight !important;
  overflow: hidden;
  background-color: #cd5831;
  color: #ffffff;
  margin-top: 55px;
  margin-bottom: 81px;
  padding: 45px 57px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px; }
  .subscribe .text {
    float: left;
    font-size: 39px;
    width: 40%;
    margin-left: 5px;
    line-height: 46px;
    margin-bottom: 12px;
    letter-spacing: 0.4px; }
  .subscribe form {
    float: right; }
    .subscribe form .form-group {
      overflow: hidden;
      float: left;
      width: 273px; }
    .subscribe form input, .subscribe form button {
      float: left; }
    .subscribe form label {
      font-size: 23px;
      font-weight: normal;
      margin-bottom: 11px;
      font-family: HelveticaNeue;
      letter-spacing: 0.4px; }
    .subscribe form input {
      height: 46px;
      border: none; }
    .subscribe form button {
      width: 58px;
      height: 46px;
      background-color: #000000;
      color: #ffffff;
      border: none;
      font-size: 16px;
      letter-spacing: 1.5px;
      margin-top: 43px;
      margin-left: 8px;
      -webkit-transition: background-color 300ms ease-out;
      -moz-transition: background-color 300ms ease-out;
      -o-transition: background-color 300ms ease-out;
      transition: background-color 300ms ease-out; }
    .subscribe form button:hover {
      background-color: #007181;
      color: #ffffff; }

.user {
  position: relative;
  /* margin-left: 26px; */ }
  .user a {
    padding-left: 40px !important; }
  .user .user_a {
    padding-right: 68px !important;
    background-image: url(../img/user.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 39px) 25px;
    }
  .user .glyphicon-envelope {
    font-size: 23px;
    font-size: 23px;
    display: block;
    position: absolute;
    right: 34px;
    top: 26px; }

.msg_nmbr {
  font-family: "Arial" important;
  background-color: #cd0102;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 11px;
  width: 21px;
  display: block;
  text-align: center;
  padding: 5px 1px 5px 0px;
  position: absolute;
  top: -8px;
  right: -17px; }

.desctop_menu {
  position: relative;
  	/* .nav_right_part {
  		height: 10px;
  		background-color: #007181;
  		position: absolute;
  		bottom: -10px;
  		width: calc((100% - 960px)/2);
  		z-index: 100;
  		right: 0px;
  	}
  
  	.nav_left_part{
  		height: 10px;
  		background-color: #007181;
  		position: absolute;
  		bottom: -10px;
  		width: calc((100% - 960px)/2);
  		z-index: 100;
  		left: 0px;
  	}
  
  	.nav_middle_part {
  		height: 10px;
  		background-color: #007181;
  		position: absolute;
  		bottom: -10px;
  		z-index: 100;
  		left: 0px;
  	} */ }
  .desctop_menu .menu_collaps {
    position: relative; }
  .desctop_menu .navbar-nav {
    /* li {
    	.menu_arr_div {
    		background-color: #007181;
    		height: 10px;
    		position: absolute;
    		bottom: -10px;
    		left: 0px;
    		width: 100%;
    		z-index: 100;
    	}
    } */ }
    .desctop_menu .navbar-nav .menu_arr {
      background: url("../img/menu_arr.png") center bottom no-repeat !important;
      /* .menu_arr_div {
      	background: url('../img/menu_bg.png') center bottom no-repeat!important;
      } */ }

footer {
  background-color: #007181;
    padding-bottom: 50px;
  overflow: hidden; }

.footer_container {
  width: 960px;
  margin: 0 auto; }
.footer_logos {
    padding-top: 15px;
}
.footer_logos img {
    float: left;
}
.footer_logos img.vasp {
    margin-right: 16px;
}
.footer_logos img.gov {
    margin-right: 77px;
}
.footer_logos img.casbe {
    margin-right: 76px;
    margin-top: -10px;
}
.footer_logos img.bess-logo {
    margin-top: -6px;
    width: 200px;
}
.footer_info {
    margin-top: 42px;
    margin-bottom: 40px;
  }
.footer_info:after, .footer_logos:after {
     clear: both;
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
  .footer_info ul {
    display: block;
    margin-bottom: 42px;
    padding-left: 0px;
    margin-left: 0px;
    list-style: none;
    overflow: hidden;}
    .footer_info ul li {
      float: left;
      margin-left: 50px; }
      .footer_info ul li a {
        font-size: 17px;
        color: #ffffff;
        font-family: HelveticaNeueLight;
        text-align: center;
        -webkit-transition: color 300ms ease-out;
        -moz-transition: color 300ms ease-out;
        -o-transition: color 300ms ease-out;
        transition: color 300ms ease-out; }
      .footer_info ul li a:hover {
        text-decoration: none;
        color: #75c1e7; }
        .footer_info ul li:first-child {
        margin-left: 0px;
        }
  .footer_info div {
    font-size: 14px;
    font-family: HelveticaNeueLight;
      margin-top: 1px;
      display: block;
      vertical-align: top;
      width: 100%;
    color: #ffffff;}
    .footer_info div a {
      font-size: 14px;
      font-family: HelveticaNeueLight;
      color: #ffffff;
      margin-left: 18px;
      -webkit-transition: color 300ms ease-out;
      -moz-transition: color 300ms ease-out;
      -o-transition: color 300ms ease-out;
      transition: color 300ms ease-out; }
    .footer_info div a:hover {
      text-decoration: none;
      color: #75c1e7; }
.footer_info div span {
margin-left: 18px;
}
.footer_info div span:first-child {
margin-left: 0px;
}
.footer_logo {
  float: right;
  margin-top: 44px; }

@media screen and (max-width: 1040px) {
    footer {
        padding-bottom: 20px;
    }
    .footer_info {
        margin-bottom: 20px;
    }
    .footer_info ul, .footer_info div {
        float: none;
        margin: 0px !important;
        padding: 0px !important;
    }
    .footer_info ul {
        margin-bottom: 20px !important;
    }
    .footer_info div {
    }
    .footer_logos {
    padding-left: 10px;
    }
    .footer_logos img {
        float: none;
        margin: 0px !important;
        display: block;
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width: 767px) {
    .footer_logos {
        margin-left: 0px !important;
        padding-left: 0px !important;
    }
    .footer_logos img {
        margin-bottom: 20px !important;
    }
    .footer_info {
        margin-top: 0px !important;
    }
    .footer_info ul li {
    margin-left: 0px !important;
    }
    .footer_info div span {
    margin-left: 0px;
    }
}


.banner-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.banner-nav {
  *height: 0; }

.banner-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: transparent;
  /*color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3);*/
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.banner-nav .banner-prev {
  /* left: -50px; */
  left: -30px; }

.banner-nav .banner-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .banner-prev {
  opacity: 1;
  left: 0px !important; }

.flexslider:hover .banner-next {
  opacity: 1;
  right: 0px !important; }

.flexslider:hover .banner-next:hover, .flexslider:hover .banner-prev:hover {
  opacity: 1;
  background-color: #1aa4cb; }

.banner-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flexslider:hover .banner-next:hover, .flexslider:hover .banner-prev:hover {
  opacity: 1;
  background-color: #1aa4cb; }

@media screen and (max-width: 320px) {
  .slides .img_content {
    width: 100%;
    padding: 0px 10px; }
    .slides .img_content p {
      font-size: 27px; }
  .slides .flex-caption {
    bottom: 120px; }
  .slides button {
    font-size: 15px;
    width: 173px;
    padding: 12px 12px 14px 21px; }
    .slides button .btn_arr {
      right: 28px;
      top: 14px; }
  .slides li {
    height: 446px; }
    .slides li img {
      height: 100%;
      width: auto !important; }

  .header .navbar-toggle {
    margin-right: 43px !important;
    margin-top: -5px !important; }
  .header .navbar-brand {
    width: 60% !important; }
    .header .navbar-brand img {
      max-width: 100% !important; }
  .header .search_container .search_input {
    width: 65%;
    height: 38px; }
  .header .search_container button {
    float: left;
    height: 38px;
    width: 30%; }
  .header .search_container span {
    margin-top: 10px !important; }
  .header .container-fluid {
    width: 100%;
    padding-left: 4.3% !important;
    padding-right: 4.3% !important; }
    .header .container-fluid .navbar-header {
      margin-left: 0px;
      margin-right: 0px;
      margin-top: 2px; }
      .header .container-fluid .navbar-header .navbar-toggle {
        border: none;
        font-size: 20px !important;
        font-weight: normal; font-family: HelveticaNeueMedium;
        color: #007181; }
    .header .container-fluid .navbar-collapse {
      padding-right: 15px;
      padding-left: 15px;
      padding-top: 0px;
      border: none; }
      .header .container-fluid .navbar-collapse .nav {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 36px; }
      .header .container-fluid .navbar-collapse .glyphicon-search {
        margin-top: 17px; }
    .header .container-fluid .navbar-toggle {
      margin-right: 105px;
      background-color: white !important; }
    .header .container-fluid .navbar-toggle:hover {
      background-color: white !important; }
    .header .container-fluid .navbar-toggle:active {
      background-color: white !important; }
    .header .container-fluid .navbar-toggle:blur {
      background-color: white !important; }
  .header .search_input {
    width: 83%;
    font-size: 18px !important;
    height: 50px; }
  .header button {
    font-size: 18px !important;
    height: 50px;
    float: right;
    width: 15%; }
  .header .navbar-brand {
    padding: 0px; }
    .header .navbar-brand img {
      width: 273px;
      height: auto; }
  .header #header_container {
    padding-top: 25px;
    padding-bottom: 30px; }
  .header .collapse {
    padding-left: 0px;
    padding-right: 0px; }

  .desctop_menu {
    display: none; }

  .menu {
    margin-top: -1px; }
    .menu .menu_container {
      position: inherit;
      margin-top: -50px; }
    .menu .container-fluid {
      margin-top: 50px; }
      .menu .container-fluid .navbar-toggle {
        border: none;
        position: absolute;
        top: 32px;
        right: 35px;
        background-color: white !important; }
      .menu .container-fluid .navbar-toggle:hover {
        background-color: white !important; }
      .menu .container-fluid .navbar-toggle:active {
        background-color: white !important; }
      .menu .container-fluid .navbar-toggle:blur {
        background-color: white !important; }
      .menu .container-fluid .nav {
        margin-top: 0px; }
        .menu .container-fluid .nav li {
          background-color: #007181;
          margin-left: 20px;
          margin-top: 7px;
          margin-bottom: 7px; }
      .menu .container-fluid .icon-bar {
        width: 25px;
        height: 4px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background-color: #007181; }
      .menu .container-fluid .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px !important; }
    .menu .navbar-toggle {
      right: -13px !important;
      top: 19px !important; }

  #nav_list .navbar-toggle {
    border: none;
    position: absolute;
    top: 25px;
    right: -40px;
    background-color: white !important;
    margin-right: 43px !important;
    margin-top: -5px !important; }
  #nav_list .navbar-toggle:hover {
    background-color: white !important; }
  #nav_list .navbar-toggle:active {
    background-color: white !important; }
  #nav_list .navbar-toggle:blur {
    background-color: white !important; }
  #nav_list .nav {
    margin-top: 0px; }
    #nav_list .nav li {
      background-color: #007181;
      margin-left: 20px;
      margin-top: 7px;
      margin-bottom: 7px; }
  #nav_list .icon-bar {
    width: 25px;
    height: 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #007181; }
  #nav_list .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px !important; }
  #nav_list button {
    width: inherit;
    margin-right: 43px !important;
    margin-top: -5px !important; }

  .info {
    min-height: inherit; }
    .info section {
      border-bottom: 1px solid #d9d9d9;
      background-color: #f9f9f9;
      overflow: hidden; }
    .info section:last-child {
      -webkit-border-bottom-left-radius: 30px;
      -moz-border-bottom-left-radius: 30px;
      border-bottom-left-radius: 30px;
      overflow: hidden;
      border: none !important; }
    .info .text {
      background-color: #ffffff;
      padding: 17px 15px !important;
      -webkit-line-clamp: 6 !important;
      overflow: hidden !important;
      display: -webkit-box !important;
      -webkit-box-orient: vertical !important;
      text-overflow: ellipsis !important; }
    .info .title {
      font-size: 25px !important; }
    .info .desc {
      /* -webkit-line-clamp: 3;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis; */
      margin-bottom: 23px;
      overflow: hidden; }
    .info .more {
      top: 26%; }

  .info, .bess {
    /* min-height: 435px; */ }
    .info section, .bess section {
      width: 100%;
      margin-left: 0px;
      padding: 0px;
      position: relative; }
    .info .text, .bess .text {
      width: 75%  !important;
      float: left;
      padding: 17px 15px !important; }
    .info .title, .bess .title {
      font-size: 25px !important;
      line-height: 30px !important; }
    .info .desc, .bess .desc {
      font-size: 16px !important;
      line-height: 25px !important; }
    .info .more, .bess .more {
      float: left;
      background-color: #f9f9f9;
      margin-top: 90px;
      margin-left: 31px;
      margin: 0px;
      position: absolute;
      right: 7%; }
      .info .more p, .bess .more p {
        display: none; }
      .info .more .arrow, .bess .more .arrow {
        width: 28px;
        height: 97px;
        background-image: url("../img/more_arrow_mob.png");
        margin: 0px; }

  .bess {
    position: relative;
    -webkit-border-top-right-radius: 30px;
    -moz-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
    display: block;
    padding: 0px;
    /* background-color: #e9edee; */
    background-color: #cee4e6;
    min-height: inherit; }
    .bess .text {
      width: 75%  !important;
      float: left;
      padding: 17px 15px !important;
      color: #000000;
      -webkit-line-clamp: 6 !important;
      overflow: hidden !important;
      display: -webkit-box !important;
      -webkit-box-orient: vertical !important;
      text-overflow: ellipsis !important;
      background-color: #e5f1f2; }
      .bess .text .title {
        font-size: 25px;
        line-height: 40px;
        min-height: inherit; }
      .bess .text .desc {
        font-size: 16px !important;
        line-height: 25px !important;
        margin-bottom: 10px;
        margin-top: 5px;
        overflow: hidden; }
    .bess a {
      position: absolute;
      top: 29% !important;
      background-color: transparent !important; }

  .news {
    margin-top: 45px; }
    .news p {
      font-size: 25px;
      letter-spacing: 0px;
      margin-top: 10px;
      line-height: 60px;
      background-size: 30px;
      padding-left: 45px; }
      .news p span {
        margin-top: -15px; }
    .news .buttons {
      float: right;
      margin-top: 10px; }
      .news .buttons button {
        width: 30px;
        height: 30px;
        background-size: 15px; }

  .news_container section {
    width: 100%; }

  .subscribe {
    padding: 18px 22px; }
    .subscribe .text {
      width: 100%;
      line-height: 30px;
      font-size: 22px; }
    .subscribe .form-group {
      width: 63% !important; }
    .subscribe label {
      font-size: 12px !important;
      margin-bottom: 6px !important; }
    .subscribe button {
      margin-top: 26px !important; }
    .subscribe form {
      width: 100%; }
      .subscribe form .form-group {
        width: 67%; }

  #msg_modal .modal-header h4 {
    margin-left: 10px !important; }
  #msg_modal .modal-dialog {
    width: 93% !important; }
    #msg_modal .modal-dialog section {
      padding: 18px 29px; }
    #msg_modal .modal-dialog .left_section {
      clear: both !important;
      width: 100% !important; }
    #msg_modal .modal-dialog .right_section {
      clear: both !important;
      margin: 20px 0px !important;
      width: 100% !important; }
  #msg_modal .modal-footer form {
    padding: 39px 29px; }
    #msg_modal .modal-footer form textarea {
      width: 100%; }
    #msg_modal .modal-footer form button {
      height: 50px;
      width: 130px !important;
      float: right !important;
      margin-top: 20px !important; }

  #sign_in_modal .modal-dialog {
    width: 93% !important; }
  #sign_in_modal .modal-header .modal-title {
    margin-left: 4px; }
  #sign_in_modal .modal-body form {
    width: 100%; }
  #sign_in_modal .modal-body .sign_in_modal_btn {
    width: 100%; }

  footer .footer_container {
    width: 100% !important;
    overflow: hidden;
    padding: 20px 16px; }
    footer .footer_container ul {
      margin-left: 0px;
      padding-left: 0px;
      margin-top: 15px; }
    footer .footer_container li {
      float: inherit;
      margin-left: 20px;
      margin-bottom: 3px;
      line-height: 27px; }
      footer .footer_container li a {
        font-size: 17px; }
  footer .footer_info div {
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 35px;
    font-size: 15px;
    line-height: 22px; }
    footer .footer_info div a {
      display: block;
      margin-left: 0px;
      font-size: 15px; }
  footer .footer_logo {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 16px; }
    footer .footer_logo img {
      max-width: 100%;
      height: auto; }

  .banner-next, .banner-prev {
    width: 22px !important;
    height: 28px !important; }

  .slides {
    margin-bottom: -48px !important; }

  #nav_list2 {
    margin-bottom: 7px; } }
@media screen and (min-width: 321px) and (max-width: 504px) {


  .header .navbar-toggle {
    margin-right: 50px !important;
    margin-top: -4px !important; }
  .header .navbar-brand {
    width: 60% !important; }
    .header .navbar-brand img {
      max-width: 100% !important; }
  .header .search_container .search_input {
    width: 77%;
    height: 38px; }
  .header .search_container button {
    float: left;
    height: 38px;
    width: 20%; }
  .header .search_container span {
    margin-top: 10px !important; }

  #nav_list .navbar-toggle {
    border: none;
    position: absolute;
    top: 32px;
    right: 35px;
    background-color: white !important;
    margin-right: 0px !important;
    margin-top: 5px !important; }
  #nav_list .navbar-toggle:hover {
    background-color: white !important; }
  #nav_list .navbar-toggle:active {
    background-color: white !important; }
  #nav_list .navbar-toggle:blur {
    background-color: white !important; }
  #nav_list .nav {
    margin-top: 0px; }
    #nav_list .nav li {
      background-color: #007181;
      margin-left: 20px;
      margin-top: 7px;
      margin-bottom: 7px; }
  #nav_list .icon-bar {
    width: 39px;
    height: 7px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #007181; }
  #nav_list .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px !important; }
  #nav_list button {
    width: inherit;
    right: 17px !important;
    top: 22px !important; }

  .subscribe form .form-group {
    width: 100% !important; }
  .subscribe button {
    margin-top: 0px !important;
    margin-left: 0px !important; }

  	/* .flex-next, .flex-prev {
  		width: 22px!important;
      	height: 45px!important;
  	} */
  .banner-next, .banner-prev {
    width: 22px !important;
    height: 45px !important; }

  .footer_logo {
    float: left !important;
    margin-left: 20px !important;
    margin-bottom: 16px !important;
    margin-top: 0px !important; }

  .pushmenu2 .navbar-nav {
    margin-top: 7.5px !important; } }
@media screen and (min-width: 505px) and (max-width: 562px) {
  footer .footer_logo {
    float: left;
    margin-left: 20px; } }
@media screen and (min-width: 321px) and (max-width: 767px) {
  .pushmenu2 .search_container span {
    margin-top: 16px; }
  .pushmenu2 .navbar-nav {
    margin-top: 2px; }



  .header .container-fluid {
    width: 100%;
    padding-left: 4.3% !important;
    padding-right: 4.3% !important; }
    .header .container-fluid .navbar-header {
      margin-left: 0px;
      margin-right: 0px;
      margin-top: 2px; }
      .header .container-fluid .navbar-header .navbar-toggle {
        border: none;
        font-size: 36px !important;
        font-weight: normal; font-family: HelveticaNeueMedium;
        color: #007181; }
    .header .container-fluid .navbar-collapse {
      padding-right: 15px;
      padding-left: 15px;
      padding-top: 0px;
      border: none; }
      .header .container-fluid .navbar-collapse .nav {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 36px; }
      .header .container-fluid .navbar-collapse .glyphicon-search {
        margin-top: 17px; }
    .header .container-fluid .navbar-toggle {
      margin-right: 105px;
      background-color: white !important; }
    .header .container-fluid .navbar-toggle:hover {
      background-color: white !important; }
    .header .container-fluid .navbar-toggle:active {
      background-color: white !important; }
    .header .container-fluid .navbar-toggle:blur {
      background-color: white !important; }
  .header .search_input {
    width: 83%;
    font-size: 18px !important;
    height: 50px; }
  .header button {
    font-size: 18px !important;
    height: 50px;
    float: right;
    width: 15%; }
  .header .navbar-brand {
    padding: 0px; }
    .header .navbar-brand img {
      width: 273px;
      height: auto; }
  .header #header_container {
    padding-top: 25px;
    padding-bottom: 30px; }
  .header .collapse {
    padding-left: 0px;
    padding-right: 0px; }

  .desctop_menu {
    display: none; }

  #nav_list .navbar-toggle {
    border: none;
    position: absolute;
    top: 32px;
    right: 35px;
    background-color: white !important; }
  #nav_list .navbar-toggle:hover {
    background-color: white !important; }
  #nav_list .navbar-toggle:active {
    background-color: white !important; }
  #nav_list .navbar-toggle:blur {
    background-color: white !important; }
  #nav_list .nav {
    margin-top: 0px; }
    #nav_list .nav li {
      background-color: #007181;
      margin-left: 20px;
      margin-top: 7px;
      margin-bottom: 7px; }
  #nav_list .icon-bar {
    width: 39px;
    height: 7px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #007181; }
  #nav_list .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px !important; }
  #nav_list button {
    width: inherit; }

  .menu {
    margin-top: -1px; }
    .menu .menu_container {
      position: inherit;
      margin-top: -50px; }
    .menu .container-fluid {
      margin-top: 50px; }
      .menu .container-fluid .navbar-toggle {
        border: none;
        position: absolute;
        top: 32px;
        right: 35px;
        background-color: white !important; }
      .menu .container-fluid .navbar-toggle:hover {
        background-color: white !important; }
      .menu .container-fluid .navbar-toggle:active {
        background-color: white !important; }
      .menu .container-fluid .navbar-toggle:blur {
        background-color: white !important; }
      .menu .container-fluid .nav {
        margin-top: 0px; }
        .menu .container-fluid .nav li {
          background-color: #007181;
          margin-left: 20px;
          margin-top: 7px;
          margin-bottom: 7px; }
      .menu .container-fluid .icon-bar {
        width: 39px;
        height: 7px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background-color: #007181; }
      .menu .container-fluid .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 6px !important; }

  .bess {
    -webkit-border-top-right-radius: 30px;
    -moz-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
    display: block;
    padding: 0px;
    /* background-color: #e9edee; */
    background-color: #cee4e6;
    min-height: inherit; }
    .bess .text {
      width: 85%  !important;
      float: left;
      padding: 7px 35px !important;
      color: #000000;
      -webkit-line-clamp: 3 !important;
      overflow: hidden !important;
      display: -webkit-box !important;
      -webkit-box-orient: vertical !important;
      text-overflow: ellipsis !important;
      background-color: #e5f1f2; }
      .bess .text .title {
        font-size: 38px;
        line-height: 100px;
        color: #000000;
        min-height: inherit;
        letter-spacing: 0px; }
      .bess .text .desc {
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 36px;
        overflow: hidden; }

  .info {
    min-height: inherit; }
    .info section {
      border-bottom: 1px solid #d9d9d9;
      background-color: #f9f9f9;
      overflow: hidden; }
    .info section:last-child {
      -webkit-border-bottom-left-radius: 30px;
      -moz-border-bottom-left-radius: 30px;
      border-bottom-left-radius: 30px;
      overflow: hidden;
      border: none !important; }
    .info .text {
      background-color: #ffffff;
      padding: 34px 35px !important;
      -webkit-line-clamp: 3 !important;
      overflow: hidden !important;
      display: -webkit-box !important;
      -webkit-box-orient: vertical !important;
      text-overflow: ellipsis !important; }
    .info .title {
      font-size: 38px !important;
      min-height: inherit !important;
      line-height: 60px !important;
      letter-spacing: 0px !important; }
    .info .desc {
      /* -webkit-line-clamp: 3;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis; */
      overflow: hidden;
      margin-bottom: 23px;
      margin-top: 0px !important; }
    .info .more {
      top: 31%; }

  .info section, .bess section {
    width: 100%;
    margin-left: 0px;
    padding: 0px;
    position: relative; }
  .info .text, .bess .text {
    width: 85%  !important;
    float: left;
    padding: 20px 27px; }
  .info .title, .bess .title {
    font-size: 37px; }
  .info .desc, .bess .desc {
    font-size: 22px !important;
    line-height: 36px !important; }
  .info .more, .bess .more {
    float: left;
    background-color: #f9f9f9;
    margin-top: 90px;
    margin-left: 31px;
    margin: 0px;
    position: absolute;
    right: 5.3%; }
    .info .more p, .bess .more p {
      display: none; }
    .info .more .arrow, .bess .more .arrow {
      width: 28px;
      height: 97px;
      background-image: url("../img/more_arrow_mob.png");
      margin: 0px; }

  .bess {
    position: relative; }
    .bess .more {
      position: absolute;
      top: 32% !important;
      background-color: transparent !important;
      right: 5.3%; }

  .news p {
    font-size: 55px;
    letter-spacing: 0px;
    margin-top: 10px;
    line-height: 73px; }
    .news p span {
      margin-top: -12px; }
  .news .buttons {
    /* margin-top: 22px; */
    margin-top: 10px; }

  .news_container section {
    width: 100%; }

  .subscribe .text {
    width: 100%; }
  .subscribe form {
    width: 100%; }
    .subscribe form .form-group {
      width: 67%; }

  footer .footer_container {
    width: 100% !important;
    overflow: hidden;
    padding: 20px 13px 24px 13px; }
    footer .footer_container ul {
      margin-left: 0px;
      padding-left: 0px;
      margin-top: 15px; }
    footer .footer_container li {
      float: inherit;
      margin-left: 20px;
      margin-bottom: 13px; }
      footer .footer_container li a {
        font-size: 17px; }
  footer .footer_info div {
    line-height: 24px;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 42px;
    font-size: 16px; }
    footer .footer_info div a {
      display: block;
      margin-left: 0px;
      font-size: 16px; }
  footer .footer_logo {
    margin-top: 20px;
    margin-right: 20px; }

  .banner-next, .banner-prev {
    top: 42% !important; }

  #msg_modal .modal-header h4 {
    margin-left: 10px !important; }
  #msg_modal .modal-dialog {
    width: 97%; }
    #msg_modal .modal-dialog section {
      padding: 18px 29px; }
  #msg_modal .modal-footer form {
    padding: 39px 29px; }
    #msg_modal .modal-footer form textarea {
      width: 100%; }
    #msg_modal .modal-footer form button {
      height: 50px;
      width: 130px !important;
      float: right !important;
      margin-top: 20px !important; }

  #sign_in_modal .modal-dialog {
    width: 97% !important; }
  #sign_in_modal .modal-header .modal-title {
    margin-left: 4px; }
  #sign_in_modal .modal-body form {
    width: 100%; }
    #sign_in_modal .modal-body form label {
      font-size: 25px; }
    #sign_in_modal .modal-body form input {
      height: 50px; }

  #nav_list2 {
    margin-top: 4px; } }
@media screen and (min-width: 321px) and (max-width: 504px) {
  .info .title, .bess .title {
    font-size: 24px !important;
    line-height: 30px !important; }
  .info .desc, .bess .desc {
    font-size: 17px !important;
    line-height: 27px !important; }
  .info .more, .bess .more {
    right: 3% !important; }

  .bess .text {
    padding: 29px 35px !important; }
  .bess .desc {
    margin-top: 10px;
    margin-bottom: 0px !important; }
  .bess .more {
    top: 25% !important; }

  .info .desc {
    margin-bottom: 2px; }
  .info .more {
    top: 22.5% !important; }

  .news p {
    font-size: 35px;
    /*clear: both;*/ }
  .news .buttons {
    float: right;
    /* float: left;
    clear: both; */ }

  .subscribe {
    padding: 27px 36px; }
    .subscribe .text {
      font-size: 26px; }
    .subscribe form {
      float: left !Important; }
      .subscribe form .form-group {
        width: 69% !important; }
      .subscribe form label {
        font-size: 16px !important; }
      .subscribe form button {
        margin-top: 33px !Important;
        margin-left: 3px !important; }

  #msg_modal .modal-dialog {
    width: 95.5% !important; }
    #msg_modal .modal-dialog .left_section {
      clear: both !important;
      width: 100% !important; }
    #msg_modal .modal-dialog .right_section {
      clear: both !important;
      margin: 20px 0px !important;
      width: 100% !important; }

  #sign_in_modal .modal-dialog {
    width: 95.5% !important; }
  #sign_in_modal .modal-body form {
    width: 100%; }
  #sign_in_modal .modal-body .sign_in_modal_btn {
    width: 249px; }

  .footer_logo {
    float: left !important;
    margin-left: 20px !important;
    margin-bottom: 16px !important;
    margin-top: 0px !important; }

  #nav_list .icon-bar {
    width: 32px !important;
    height: 6px !important;
    margin-bottom: -2px; }

  #nav_list2 {
    font-size: 29px;
    margin-top: 5px !important; } }
@media screen and (min-width: 768px) and (max-width: 799px) {
  #header_container .navbar-brand {
    margin-left: 0px !important; }

  .pushmenu-push-toright {
    left: 0px; }

  .pushmenu {
    display: none; }

  .pushmenu-push-toright2 {
    bottom: 0px; }

  .pushmenu2 {
    display: none; }

  .slides .img_content {
    width: 100%;
    padding: 0px 10px; }

  .header .container-fluid {
    width: 100%;
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .header .navbar-brand {
    padding: 0px;
    margin-left: -3px; }
  .header #header_container {
    padding-top: 25px;
    padding-bottom: 30px; }
  .header .collapse {
    padding-left: 0px;
    padding-right: 0px; }
    .header .collapse .nav {
      float: right;
      margin-top: 16px; }
  .header .search_container .search_input {
    width: 277px;
    height: 38px; }
  .header .search_container button {
    float: left;
    height: 38px;
    width: 60px;
    font-size: 15px; }

  .menu .container-fluid {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px; }
  .menu .collapse {
    padding-left: 0px;
    padding-right: 0px; }
    .menu .collapse .nav {
      float: right; }

  .container {
    width: 100%;
    padding: 0px 10px; }

  .info_container {
    overflow: hidden;
    -webkit-border-top-right-radius: 30px;
    -moz-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #ffffff; }
    .info_container .bess {
      width: 100%;
      float: none;
      clear: both;
      background-color: #e9edee;
      padding: 31px 22px 10px 32px;
      min-height: 209px; }
      .info_container .bess .title {
        min-height: 50px; }
      .info_container .bess .desc {
        margin-top: 0px; }
      .info_container .bess .more:hover {
        color: #75c1e7; }
        .info_container .bess .more:hover .arrow {
          background-image: url("../img/more_arrow_hover.png"); }
    .info_container .info {
      min-height: 397px; }
      .info_container .info section {
        width: 33.3%;
        float: left;
        padding: 31px 22px 10px 28px; }
      .info_container .info .desc {
        margin-top: 0px; }

  .info {
    /* section {
    	-webkit-border-top-right-radius: 30px;
    	-moz-border-top-right-radius: 30px;
    	border-top-right-radius: 30px;
    	-webkit-border-bottom-left-radius: 30px;
    	-moz-border-bottom-left-radius: 30px;
    	border-bottom-left-radius: 30px;
    } */ }
    .info .more .arrow {
      width: 13px;
      height: 12px;
      background-image: url("../img/more_arrow.png");
      margin-top: 7px;
      -webkit-transition: background-image 300ms ease-out;
      -moz-transition: background-image 300ms ease-out;
      -o-transition: background-image 300ms ease-out;
      transition: background-image 300ms ease-out; }
    .info .more:hover .arrow {
      background-image: url("../img/more_arrow_hover.png"); }

  .footer_container {
    width: 100%; }

  .footer_info {
    margin-left: 10px; }

  .footer_logo {
    margin-right: 10px; }
    .footer_logo img {
      width: 200px;
      height: auto; }

  /* .flex-next, .flex-prev {
  	top: 40%!important;
  } */
  .banner-next, .banner-prev {
    top: 40% !important; }

  .menu_container .navbar-nav {
    margin-right: -6px; } }
@media screen and (min-width: 800px) and (max-width: 979px) {
  #header_container .navbar-brand {
    margin-left: 0px !important; }

  .pushmenu-push-toright {
    left: 0px; }

  .pushmenu {
    display: none; }

  .pushmenu-push-toright2 {
    bottom: 0px; }

  .pushmenu2 {
    display: none; }

  .slides .img_content {
    width: 100%;
    padding: 0px 10px; }

  .header .container-fluid {
    width: 100%;
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .header .navbar-brand {
    padding: 0px;
    margin-left: -3px; }
  .header #header_container {
    padding-top: 25px;
    padding-bottom: 30px; }
  .header .collapse {
    padding-left: 0px;
    padding-right: 0px; }
    .header .collapse .nav {
      float: right;
      margin-top: 16px; }
  .header .search_container .search_input {
    width: 277px;
    height: 38px; }
  .header .search_container button {
    float: left;
    height: 38px;
    width: 60px;
    font-size: 15px; }

  .menu .container-fluid {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px; }
  .menu .collapse {
    padding-left: 0px;
    padding-right: 0px; }
    .menu .collapse .nav {
      float: right; }

  .container {
    width: 100%;
    padding: 0px 10px; }

  .info_container {
    overflow: hidden;
    -webkit-border-top-right-radius: 30px;
    -moz-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #ffffff; }
    .info_container .bess {
      width: 100%;
      float: none;
      clear: both;
      background-color: #e9edee;
      padding: 31px 22px 10px 32px;
      min-height: 209px; }
      .info_container .bess .title {
        min-height: 50px; }
      .info_container .bess .desc {
        margin-top: 0px; }
      .info_container .bess .more:hover {
        color: #75c1e7; }
        .info_container .bess .more:hover .arrow {
          background-image: url("../img/more_arrow_hover.png"); }
    .info_container .info {
      min-height: 397px; }
      .info_container .info section {
        padding: 31px 22px 10px 28px;
        width: 50%;
        float: left; }
      .info_container .info .desc {
        margin-top: 0px; }

  .info {
    /* section {
    	-webkit-border-top-right-radius: 30px;
    	-moz-border-top-right-radius: 30px;
    	border-top-right-radius: 30px;
    	-webkit-border-bottom-left-radius: 30px;
    	-moz-border-bottom-left-radius: 30px;
    	border-bottom-left-radius: 30px;
    } */ }
    .info .more .arrow {
      width: 13px;
      height: 12px;
      background-image: url("../img/more_arrow.png");
      margin-top: 7px;
      -webkit-transition: background-image 300ms ease-out;
      -moz-transition: background-image 300ms ease-out;
      -o-transition: background-image 300ms ease-out;
      transition: background-image 300ms ease-out; }
    .info .more:hover .arrow {
      background-image: url("../img/more_arrow_hover.png"); }

  .footer_container {
    width: 100%; }

  .footer_info {
    margin-left: 10px; }

  .footer_logo {
    margin-right: 10px; }

  /* .flex-next, .flex-prev {
  	top: 42%!important;
  } */
  .banner-next, .banner-prev {
    top: 42% !important; }

  .menu_container .navbar-nav {
    margin-right: -6px; }

  .desctop_menu .nav_right_part {
    background-color: transparent !important; }
  .desctop_menu .nav_left_part {
    background-color: transparent !important; } }
@media screen and (min-width: 980px) and (max-width: 1180px) {
  .pushmenu-push-toright {
    left: 0px; }

  .pushmenu {
    display: none; }

  .pushmenu-push-toright2 {
    bottom: 0px; }

  .pushmenu2 {
    display: none; }

  .slides .img_content {
    width: 960px;
    margin: 0 auto; }

  .header .container-fluid {
    width: 960px; }
  .header .navbar-brand {
    padding: 0px;
    margin-left: -3px; }
  .header #header_container {
    padding-top: 25px;
    padding-bottom: 30px; }
  .header .collapse {
    padding-left: 0px;
    padding-right: 0px; }
    .header .collapse .nav {
      float: right;
      margin-top: 16px; }
  .header .search_container .search_input {
    width: 277px;
    height: 38px; }
  .header .search_container button {
    float: left;
    height: 38px;
    width: 60px;
    font-size: 15px; }

  .menu .container-fluid {
    width: 960px;
    padding-left: 0px;
    padding-right: 0px; }
  .menu .collapse {
    padding-left: 0px;
    padding-right: 0px; }
    .menu .collapse .nav {
      float: right;
      margin-right: -16px; }

  .container {
    width: 960px;
    padding: 0px; }

  .info_container {
    overflow: hidden;
    -webkit-border-top-right-radius: 30px;
    -moz-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #ffffff; }
    .info_container .bess {
      width: 32.3%;
      float: left;
      background-color: #e9edee; }
      .info_container .bess .more:hover {
        color: #75c1e7; }
        .info_container .bess .more:hover .arrow {
          background-image: url("../img/more_arrow_hover.png"); }
    .info_container .info section {
      width: 48.3%;
      float: left; }

  .info {
    /* section {
    	-webkit-border-top-right-radius: 30px;
    	-moz-border-top-right-radius: 30px;
    	border-top-right-radius: 30px;
    	-webkit-border-bottom-left-radius: 30px;
    	-moz-border-bottom-left-radius: 30px;
    	border-bottom-left-radius: 30px;
    } */ }
    .info .more .arrow {
      width: 13px;
      height: 12px;
      background-image: url("../img/more_arrow.png");
      margin-top: 7px;
      -webkit-transition: background-image 300ms ease-out;
      -moz-transition: background-image 300ms ease-out;
      -o-transition: background-image 300ms ease-out;
      transition: background-image 300ms ease-out; }
    .info .more:hover .arrow {
      background-image: url("../img/more_arrow_hover.png"); }

  .nav2 {
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important; }

  .footer2 {
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important; } }
@media screen and (min-width: 1181px) {
  .pushmenu-push-toright {
    left: 0px; }

  .pushmenu {
    display: none; }

  .pushmenu-push-toright2 {
    bottom: 0px; }

  .pushmenu2 {
    display: none; }

  .slides .img_content {
    width: 960px;
    margin: 0 auto; }

  .header .container-fluid {
    width: 960px; }
  .header .navbar-brand {
    padding: 0px;
    margin-left: -3px; }
  .header #header_container {
    padding-top: 25px;
    padding-bottom: 30px; }
  .header .collapse {
    padding-left: 0px;
    padding-right: 0px; }
    .header .collapse .nav {
      float: right;
      margin-top: 16px; }
  .header .search_container .search_input {
    width: 277px;
    height: 38px; }
  .header .search_container button {
    float: left;
    height: 38px;
    width: 60px;
    font-size: 15px; }

  .menu .container-fluid {
    width: 960px;
    padding-left: 0px;
    padding-right: 0px; }
  .menu .nav2 {
    width: 1151px; }
  .menu .collapse {
    padding-left: 0px;
    padding-right: 0px; }
    .menu .collapse .nav {
      float: right;
      margin-right: -16px; }

  .container {
    width: 960px;
    padding: 0px; }

  .info_container {
    overflow: hidden;
    -webkit-border-top-right-radius: 30px;
    -moz-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #ffffff; }
    .info_container .bess {
      width: 32.3%;
      float: left;
      background-color: #e9edee; }
      .info_container .bess .more:hover {
        color: #75c1e7; }
        .info_container .bess .more:hover .arrow {
          background-image: url("../img/more_arrow_hover.png"); }
    .info_container .info section {
      width: 48.3%;
      float: left; }

  .info {
    /* section {
    	-webkit-border-top-right-radius: 30px;
    	-moz-border-top-right-radius: 30px;
    	border-top-right-radius: 30px;
    	-webkit-border-bottom-left-radius: 30px;
    	-moz-border-bottom-left-radius: 30px;
    	border-bottom-left-radius: 30px;
    } */ }
    .info .more .arrow {
      width: 13px;
      height: 12px;
      background-image: url("../img/more_arrow.png");
      margin-top: 7px;
      -webkit-transition: background-image 300ms ease-out;
      -moz-transition: background-image 300ms ease-out;
      -o-transition: background-image 300ms ease-out;
      transition: background-image 300ms ease-out; }
    .info .more:hover .arrow {
      background-image: url("../img/more_arrow_hover.png"); }

  #header_container .nav2 {
    width: 1151px; }

  .footer2 {
    width: 1151px; } }
