.show-mobile {
    display: none;
  }
  .socical__icons img{
      width: 25px;
  }
  .socical__icons a{
      margin-left: 5px;
  }
  
  @media (max-width: 991px) {
    .show-mobile {
      display: block;
    }
  }
  
  .show-pc {
    display: none;
  }
  
  @media (min-width: 992px) {
    .show-pc {
      display: block;
    }
  }
  
  @media (max-width: 991px) {
    .hidden-mobile {
      display: none !important;
    }
  }
  
  @media (min-width: 992px) {
    .hidden-pc {
      display: none !important;
    }
  }
  
  .vertical-align {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  
  .text-primary-color {
    color: #134a8d;
  }
  
  .text-second-color {
    color: #ffd71f;
  }
  
  .text-blue {
    color: #134a8d;
  }
  
  .text-orange {
    color: #ffd71f;
  }
  
  .text-orange-400 {
    color: #e4c120;
  }
  
  .text-gray {
    color: #626262;
  }
  
  .background-primary-color {
    background-color: #134a8d;
  }
  
  .background-second-color {
    background-color: #ffd71f;
  }
  
  @font-face {
    font-family: "Roboto";
    font-weight: normal;
    src: url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.eot") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.svg") format("svg");
  }
  
  @font-face {
    font-family: "Roboto";
    font-weight: 300;
    src: url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.eot") format("embedded-opentype"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.svg") format("svg");
  }
  
  @font-face {
    font-family: "Roboto";
    font-weight: 500;
    src: url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.eot") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.svg") format("svg");
  }
  
  @font-face {
    font-family: "Roboto";
    font-weight: 700;
    src: url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.eot") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.svg") format("svg");
  }
  
  @font-face {
    font-family: "Roboto-Bold";
    src: url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.eot") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.svg") format("svg");
    font-weight: bold;
    font-style: normal;
  }
  
  .rb {
    font-family: "Roboto-Bold";
    font-weight: bold;
  }
  
  @font-face {
    font-family: "Roboto";
    font-weight: 900;
    src: url("../fonts/Roboto-Black.ttf") format("truetype"), url("../fonts/Roboto-Black.eot") format("embedded-opentype"), url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.svg") format("svg");
  }
  
  .ff-roboto {
    font-family: "Roboto";
  }
  
  @font-face {
    font-family: "Roboto";
    font-weight: normal;
    src: url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.eot") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.svg") format("svg");
  }
  
  @font-face {
    font-family: "Roboto";
    font-weight: 300;
    src: url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.eot") format("embedded-opentype"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.svg") format("svg");
  }
  
  @font-face {
    font-family: "Roboto";
    font-weight: 500;
    src: url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.eot") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.svg") format("svg");
  }
  
  @font-face {
    font-family: "Roboto";
    font-weight: 700;
    src: url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.eot") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.svg") format("svg");
  }
  
  @font-face {
    font-family: "Roboto-Bold";
    src: url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.eot") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.svg") format("svg");
    font-weight: bold;
    font-style: normal;
  }
  
  .rb {
    font-family: "Roboto-Bold";
    font-weight: bold;
  }
  
  @font-face {
    font-family: "Roboto";
    font-weight: 900;
    src: url("../fonts/Roboto-Black.ttf") format("truetype"), url("../fonts/Roboto-Black.eot") format("embedded-opentype"), url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.svg") format("svg");
  }
  
  .ff-roboto {
    font-family: "Roboto";
  }
  
  body, html {
    margin: 0;
    padding: 0;
  }
  
  body {
    font-size: 16px;
    font-weight: normal;
    font-family: "Roboto";
    color: #61605e;
    overflow-x: hidden;
    padding-top: 106px;
  }
  
  @media (max-width: 991px) {
    body {
      font-size: 14px;
      padding-top: 72px;
    }
  }
  
  body.open:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1031;
    background: rgba(0, 0, 0, 0.85);
  }
  
  input[type="search"] {
    -webkit-appearance: none;
  }
  
  a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
  }
  
  a:hover {
    color: initial;
    text-decoration: none;
  }
  
  ul {
    list-style-type: none;
  }
  
  .slick-slide {
    height: auto;
  }
  
  .slick-dots li {
    background: #d9d0cb;
    border-radius: 50%;
    width: 12px;
    height: 12px;
  }
  
  @media (max-width: 1199px) {
    .slick-dots li {
      width: 12px;
      height: 12px;
    }
  }
  
  @media (max-width: 991px) {
    .slick-dots li {
      width: 10px;
      height: 10px;
    }
  }
  
  .slick-dots li button {
    visibility: hidden;
  }
  
  .slick-dots li.slick-active {
    background: #e78a1a;
  }
  
  .modal-footer {
    padding-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .modal-footer .btn-default {
    border-color: #ccc;
  }
  
  .content ul {
    list-style-type: disc;
  }
  
  .content img {
    max-width: 100% !important;
    height: auto !important;
  }
  
  @media (max-width: 991px) {
    .content table {
      width: 100% !important;
    }
  }
  
  .overlay-img-hover {
    position: relative;
  }
  
  .overlay-img-hover::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(20, 20, 20, 0.341);
    z-index: 2;
  }
  
  .overlay-img-hover:hover::before {
    display: none;
  }
  
  .overlay-img-hover::before:hover {
    display: none;
  }
  
  .no-padding {
    padding: 0;
  }
  
  .no-margin {
    margin: 0;
  }
  
  .no-decoration {
    text-decoration: none;
  }
  
  .no-decoration:hover {
    text-decoration: none;
  }
  
  .title-header {
    color: #134a8d;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
  }
  
  @media (max-width: 767px) {
    .title-header {
      font-size: 20px;
    }
  }
  
  .title-font-size {
    font-size: 20px;
  }
  
  .text-bold {
    font-weight: 700;
  }
  
  .text-bolder {
    font-weight: 900;
  }
  
  .text-gradient {
    background: #e4c320;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #e4c320), color-stop(100%, #a26427));
    background: -webkit-gradient(linear, left top, left bottom, from(#e4c320), to(#a26427));
    background: linear-gradient(to bottom, #f9a120 0%, #fcdd3d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4c320', endColorstr='#a26427', GradientType=0 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .title-separator {
    height: 2px;
    background-color: #d2d0d0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 32px;
  }
  
  .thumb_big {
    width: 100%;
    margin-bottom: 5px;
  }
  
  .thumb_art {
    position: relative;
    margin-right: 10px;
    float: left;
    width: 42%;
  }
  
  .thumb, .thumb_img {
    display: block;
    overflow: hidden;
    height: 1px;
    position: relative;
    width: 100%;
    background: #f4f4f400;
  }
  
  .thumb_5x3 {
    padding-bottom: 60%;
  }
  
  .thumb_art img {
    width: 100%;
  }
  
  .thumb img, .thumb_img img {
    width: 100%;
    float: left;
  }
  
  .overlay-img-hover.thumb img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  .overlay-img-hover.thumb:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  
  input[type="search"] {
    border: none;
    color: #151515;
    background: transparent;
    font-weight: 300;
    padding: 1em 0;
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    transition: all 0.3s ease-in-out 0s !important;
    max-height: 100px;
    font-size: 14px;
    line-height: 20px;
  }
  
  .fixed-search-overlay {
    background: rgba(13, 25, 31, 0.95) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
  }
  
  .fixed-search-overlay.visible {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }
  
  .fixed-search-overlay .icon-close {
    color: white;
    font-size: 30px;
    position: absolute;
    right: 50px;
    top: 40px;
    cursor: pointer;
  }
  
  @media (max-width: 575px) {
    .fixed-search-overlay .icon-close {
      right: 33px;
      top: 28px;
    }
  }
  
  .fixed-search-overlay .fixed-search-inside {
    -ms-flex-item-align: center;
        align-self: center;
    width: 100%;
  }
  
  @media (max-width: 575px) {
    .fixed-search-overlay .fixed-search-inside {
      width: 88%;
    }
  }
  
  .fixed-search-inside .modeltheme-search {
    display: block;
    margin: 0 auto;
    width: 500px;
  }
  
  @media (max-width: 575px) {
    .fixed-search-inside .modeltheme-search {
      width: inherit;
    }
  }
  
  .modeltheme-search > form {
    position: relative;
  }
  
  .fixed-search-inside .search-input {
    background: transparent none repeat scroll 0 0;
    border: none;
    color: white;
    font-size: 32px;
    font-weight: 500;
    padding: 30px 30px 30px 0;
    width: 100%;
  }
  
  @media (max-width: 575px) {
    .fixed-search-inside .search-input {
      font-size: 24px;
      padding-right: 10px;
    }
  }
  
  .fixed-search-inside .modeltheme-search i {
    color: rgba(255, 255, 255, 0.7);
    font-size: 21px;
    position: absolute;
    right: -30px;
    top: 40%;
  }
  
  @media (max-width: 767px) {
    .visible-menu {
      display: none;
    }
  }
  
  .padding-header {
    padding-top: 127px;
  }
  
  @media (max-width: 767px) {
    .padding-header {
      padding-top: 87px;
    }
  }
  
  @media (min-width: 1260px) {
    .container {
      max-width: 1165px;
    }
  }
  
  .background-gray {
    background: #f7f7f7;
  }
  
  .c-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.9);
    -webkit-animation: LOADING 0.5s both;
            animation: LOADING 0.5s both;
    display: none;
  }
  
  .c-loading__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
  }
  
  @-webkit-keyframes LOADING {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  @keyframes LOADING {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  .page-link {
    font-family: "Roboto";
    font-size: 14px;
    color: #17498b;
  }
  
  .page-item.active .page-link {
    background: #17498b;
    border-color: #17498b;
  }
  
  input, button {
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  
  .toast-top-right {
    top: auto;
    bottom: 15px;
  }
  
  .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .pagination .page-item {
    margin-bottom: 10px;
  }
  
  .header-menu {
    max-width: 1920px;
  }
  
  .header-menu__container-wrap {
    padding: 0;
    background: #fff;
  }
  
  .header-menu__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  @media (max-width: 991px) {
    .header-menu__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: initial;
          -ms-flex-align: initial;
              align-items: initial;
      padding-left: 0;
    }
  }
  
  .header-menu__col-list {
    width: 100%;
    position: relative;
  }
  
  .header-menu__top {
    padding: 4px 0 9px;
  }
  
  @media (max-width: 991px) {
    .header-menu__top {
      display: none !important;
    }
  }
  
  .header-menu__wrap {
    margin-bottom: 0;
    margin-left: auto;
  }
  
  @media (max-width: 991px) {
    .header-menu__button {
      position: absolute;
      right: 0;
      top: -57px;
    }
  }
  
  .header-menu__item {
    padding: 0 5px;
    font-size: 16px;
  }
  
  .header-menu__item-first {
    padding-left: 10px;
  }
  
  .header-menu__wrap-phone {
    color: #ffc23b;
    text-decoration: none;
    font-size: 16px;
  }
  
  .header-menu__wrap-phone:hover {
    text-decoration: none;
    color: #916115;
  }
  
  .header-menu__logo {
    margin-right: 4vw;
    padding-top:10px;
    padding-bottom:10px;
  }

  .header-menu__logo #logo{
    max-width: 160px;
    height: auto;
  }
  
  @media (max-width: 991px) {
    .header-menu__logo {
      padding: 10px;
    }
  }
  
  .header-menu__phone-text1 {
    color: #bf7c11;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 13px;
  }
  
  .header-menu__phone-text2 {
    color: #bf7c11;
    font-family: 'Roboto';
    font-size: 13px;
  }
  
  .header-menu__phone-icon {
    font-size: 18px;
    margin-right: 5px;
    color: #bf7c11;
  }
  
  .header-menu__item .fa-facebook-square,
  .header-menu__item .fa-linkedin-square,
  .header-menu__item .fa-youtube-play {
    color: #9b9b9b;
    font-size: 22px;
    text-decoration: none !important;
  }
  
  .header-menu__item-last {
    padding-right: 0;
    background-color: rgba(255, 255, 255, 0);
    margin-left: 10px;
    position: relative;
  }
  
  .header-menu__language-view {
    border: 1px solid #d7d9dc;
    padding-left: 5px;
    padding-right: 15px;
    background: #fff;
    width: 55px;
    height: 30px;
    padding-top: 1px;
    padding-bottom: 0;
  }
  
  .header-menu__language-view::after {
    content: "\F078";
    font: normal normal normal 14px/1 FontAwesome;
    border-top: none;
    font-size: 12px;
    position: relative;
    top: 3px;
    margin-left: 0;
  }
  
  .header-menu__language-item.active {
    display: none;
  }
  
  .header-menu__navbar {
    margin: 0;
    padding: 0;
    background-color: transparent !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
  
  .header-menu__navbar.navbar-collapse {
    padding: 0;
  }
  
  .header-menu__bottom {
    width: 100%;
    border-top: 0.5px solid #ccc;
    padding-top: 7px;
    padding-bottom: 17px;
  }
  
  @media (max-width: 991px) {
    .header-menu__bottom {
      border-top: 0;
    }
  }
  
  .header-menu__bottom-item {
    color: #134a8d !important;
  }
  
  .header-menu__bottom-item.active, .header-menu__bottom-item:hover {
    color: #bf7c11 !important;
  }
  
  .navbar-expand-lg .navbar-nav .header-menu__bottom-nav-link {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 5px;
    text-align: center;
  }
  
  @media (max-width: 1100px) {
    .navbar-expand-lg .navbar-nav .header-menu__bottom-nav-link {
      font-size: 10px;
      padding: 10px 3px;
    }
  }
  
  @media (max-width: 992px) {
    .navbar-expand-lg .navbar-nav .header-menu__bottom-nav-link {
      padding-left: 15px;
      font-size: 13px;
      text-align: left;
    }
  }
  
  .header-menu__icon-menu {
    padding: 0;
  }
  
  .header-menu__icon-menu-item {
    font-size: 16px;
  }
  
  .navbar-expand-lg .navbar-nav .header-menu__icon-search {
    position: relative;
    font-size: 18px;
    line-height: 16px;
    padding: 11.5px 25px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  
  @media (max-width: 991px) {
    .navbar-expand-lg .navbar-nav .header-menu__icon-search {
      border-left: 0;
      border-right: 0;
      padding: 10px 10px 10px 15px;
    }
  }
  
  .navbar-expand-lg .navbar-nav .header-menu__icon-humberger {
    padding: 11.5px 20px;
    font-size: 18px;
    line-height: 16px;
  }
  
  @media (max-width: 991px) {
    .navbar-expand-lg .navbar-nav .header-menu__icon-humberger {
      padding: 10px 10px 10px 15px;
    }
  }
  
  .header-menu__bg {
    width: 100%;
    max-height: 100vh;
  }
  
  .header-menu__bottom .header-menu__bottom {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: auto;
    padding: 0;
  }
  
  @media (max-width: 991px) {
    .header-menu__bottom .header-menu__bottom {
      display: block;
      position: relative;
      top: 0;
      left: 0;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  }
  
  .header-menu__bottom .nav-item {
    position: relative;
  }
  
  .header-menu__bottom .nav-item:hover .header-menu__bottom {
    display: block;
  }
  
  .header-menu__bottom .nav-item .header-menu__bottom .nav-item a {
    display: block;
    min-width: 130px;
    white-space: nowrap;
    min-height: 35px;
    background: #bf7c11;
    color: #ffffff;
    font-size: 12px;
    line-height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #d2a459;
    text-transform: uppercase;
  }
  
  @media (max-width: 991px) {
    .header-menu__bottom .nav-item .header-menu__bottom .nav-item a {
      width: 100%;
      height: auto;
      background: transparent;
      color: #134a8d;
      padding-left: 30px;
      font-size: 14px;
      font-weight: 700;
      border-bottom: none;
    }
    .header-menu__bottom .nav-item .header-menu__bottom .nav-item a:hover {
      color: #ffd71f;
    }
  }
  
  .header-menu__side {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 500px;
    height: 100%;
    background: rgba(255, 255, 255, 0.98);
    z-index: 9999;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 80px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  @media (max-width: 767px) {
    .header-menu__side {
      padding-left: 15px;
      padding-right: 15px;
    }
    .header-menu__logo #logo{
      max-width: 140px;
      height: auto;
    }

  }
  
  .header-menu__side.open {
    -webkit-animation: SHOW_SIDEMENU 0.5s both;
            animation: SHOW_SIDEMENU 0.5s both;
  }
  
  .header-menu__side-close {
    position: absolute;
    right: 30px;
    top: 15px;
    z-index: 1;
    width: 33px;
    height: 33px;
    color: #818181;
    border-radius: 50%;
    border: 2px solid #818181;
    text-align: center;
    line-height: 31px;
    font-size: 17px;
    font-family: 'Roboto';
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  .header-menu__side-close:hover {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .header-menu__side-wrap {
    height: calc(100% - 30px);
    width: calc(100% + 15px);
    margin-right: -15px;
    padding-right: 15px;
    overflow: auto;
  }
  
  .header-menu__side-logo {
    max-width: 270px;
    margin-bottom: 60px;
    width: 100%;
  }
  
  @media (max-width: 767px) {
    .header-menu__side-logo {
      margin-bottom: 20px;
    }
  }
  
  .header-menu__side-title {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 25px;
    color: #134a8d;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  
  .header-menu__side-item {
    margin-bottom: 50px;
  }
  
  @media (max-width: 767px) {
    .header-menu__side-item {
      margin-bottom: 20px;
    }
  }
  
  .header-menu__side-thumb {
    padding-top: 64%;
    position: relative;
  }
  
  .header-menu__side-thumb img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .header-menu__side-thumb .title__underline {
    z-index: 3;
  }
  
  .header-menu .du-an__img-item {
    padding: 0;
  }
  
  @-webkit-keyframes SHOW_SIDEMENU {
    0% {
      -webkit-transform: translate(100%, 0);
              transform: translate(100%, 0);
      opacity: 0;
      visibility: hidden;
    }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 1;
      visibility: visible;
    }
  }
  
  @keyframes SHOW_SIDEMENU {
    0% {
      -webkit-transform: translate(100%, 0);
              transform: translate(100%, 0);
      opacity: 0;
      visibility: hidden;
    }
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 1;
      visibility: visible;
    }
  }
  
  .footer {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 25px;
    background: #ffffff;
  }
  
  @media (max-width: 767px) {
    .footer .show-pc-md {
      display: none;
    }
  }
  
  @media (min-width: 576px) {
    .footer__container {
      max-width: 1200px;
    }
  }
  
  .footer__logo {
    /* padding: 15px 0; */
    width: 182px;
    margin-right: 54px;
  }
  
  @media (max-width: 767px) {
    .footer__logo {
      margin: auto;
    }
  }
  
  .footer__text-logo {
    font-size: 12px;
    font-weight: 900;
  }
  
  .footer__contact {
    padding: 15px 0;
  }
  
  .footer__contact-right {
    width: 100%;
  }
  
  @media (max-width: 767px) {
    .footer__contact-right {
      text-align: left;
    }
  }
  
  .footer__contact-right-bottom {
    border-top: 1px solid #cccccc;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .footer__contact-right-top {
    border-bottom: 1px solid #c6c6c6;
  }
  
  @media (max-width: 1024px) {
    .footer__contact-right-top {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
    }
  }
  
  .footer__contact-title {
    font-family: "Roboto";
    font-weight: 600;
    font-size: 14px;
    color: #626262;
  }
  
  .footer__contact-list {
    padding: 0;
  }
  
  .footer__contact-register {
    padding-top: 15px;
    padding-bottom: 35px;
    width: 50%;
  }
  
  @media (max-width: 767px) {
    .footer__contact-register {
      margin: auto;
      width: 100%;
      padding-bottom: 0;
    }
  }
  
  .footer__form-group {
    width: 100%;
  }
  
  .footer__contact-info-list {
    padding: 0;
    font-size: 12px;
  }
  
  @media (max-width: 767px) {
    .footer__contact-info-list {
      font-size: 14px;
    }
  }
  
  .footer__contact-info-item {
    display: block;
  }
  
  .footer__contact-info-icon {
    margin-right: 18px;
  }
  
  @media (max-width: 767px) {
    .footer__contact-info-icon {
      margin-right: 3px;
    }
  }
  
  .footer__contact-info-icon-inline {
    margin-right: 3px;
  }
  
  @media (max-width: 991px) {
    .footer__contact-info-icon-inline {
      margin-right: 18px;
    }
  }
  
  @media (max-width: 767px) {
    .footer__contact-info-icon-inline {
      margin-right: 3px;
    }
  }
  
  .footer__item-info-content-inline {
    margin: 0 15px;
  }
  
  @media (max-width: 991px) {
    .footer__item-info-content-inline {
      display: block;
      margin-left: 0;
    }
  }
  
  .footer__contact-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  
  .footer__control-wrap {
    position: relative;
  }
  
  .footer__submit {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: transparent;
    border: 0;
    color: #e4c120;
    padding: 0;
    font-size: 17px;
  }
  
  .footer__bottom-list {
    width: 100%;
    padding: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  @media (max-width: 991px) {
    .footer__bottom-list {
      width: 100%;
    }
  }
  
  @media (max-width: 767px) {
    .footer__bottom-list {
      display: block;
    }
  }
  
  .footer__bottom-item {
    padding-right: 25px;
  }
  
  .footer__bottom-item img {
    width: 100%;
  }
  
  @media (max-width: 991px) {
    .footer__bottom-item {
      display: inline-block;
    }
  }
  
  .footer__copy-right {
    background: #f7f7f7;
    padding-right: 0;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-left: auto;
  }
  
  @media (max-width: 991px) {
    .footer__copy-right {
      display: block;
      margin-top: 20px;
      margin-left: 0;
    }
  }
  
  .footer__item-logo {
    max-width: 116px;
  }
  
  .footer__form-group .footer__control-wrap .form-control {
    font-size: 14px;
    color: #919191;
    height: 35px;
    padding-left: 15px;
  }
  
  .footer-address__title {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 900;
    color: #134a8d;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  
  .footer-address__address-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .footer-address__address-col {
    width: 33%;
  }

  .footer-address__address-col-1 {
    width: 30%;
  }

  .footer-address__address-col-2 {
    width: 55%;
  }

  .footer-address__address-col-3 {
    width: 15%;
  }

  
  @media (max-width: 767px) {
    .footer-address__address-col {
      width: 100%;
      margin-bottom: 20px;
    }
    .footer-address__address-col-1 {
      width: 100%;
      margin-bottom: 20px;
    }
    .footer-address__address-col-2 {
      width: 100%;
      margin-bottom: 20px;
    }
    .footer-address__address-col-3 {
      width: 100%;
      margin-bottom: 20px;
    }
  }
  
  .footer-address__address-title {
    font-family: "Roboto";
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    color: #4e4e50;
    margin-bottom: 15px;
  }
  
  .footer-address__address-info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px;
  }
  
  .footer-address__address-info-title {
    width: 17px;
    margin-right: 5px;
    line-height: 1.2;
  }
  
  .footer-address__address-info-des {
    width: calc(100% - 17px);
    font-family: "Roboto";
    color: #686868;
    font-size: 15px;
  }
  
  .linh-vuc .title-header {
    padding-top: 36px;
    padding-bottom: 23px;
    font-size: 20px;
    background: #0058bc;
    background: -webkit-gradient(linear, left top, left bottom, from(#0058bc), to(#034ea1));
    background: linear-gradient(180deg, #0fb6b2 0%, #60be7e 100%);
    display: inline-block !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 20px;
  }
  
  .linh-vuc__wrap {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .linh-vuc__wrap a {
    text-align: center;
  }
  
  @media (max-width: 991px) {
    .linh-vuc__wrap {
      margin: 0;
      padding: 15px;
    }
  }
  
  .linh-vuc__card {
    padding: 42px 15px;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  
  .linh-vuc__card:hover {
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.34);
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.34);
    background: #fff;
  }
  
  .linh-vuc__card:hover .linh-vuc__card-title {
    color: #212121;
  }
  
  .linh-vuc__card-img {
    padding-bottom: 10px;
    max-width: 60px;
  }
  
  .linh-vuc__card-title {
    font-weight: 900;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    color: #818181;
    display: block;
  }
  
  .du-an .title-header {
    background: #0058bc;
    background: -webkit-gradient(linear, left top, left bottom, from(#0058bc), to(#034ea1));
    background: linear-gradient(180deg, #0fb6b2 0%, #60be7e 100%);
    display: inline-block !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 30px;
  }
  
  .du-an__img-item {
    padding: 15px;
    padding-top: 10px;
  }
  
  .du-an__img-item .thumb_5x3 {
    padding-bottom: 62%;
  }
  
  .du-an__img-item .title__underline {
    height: 30px;
    opacity: 1;
    z-index: 3;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    bottom: 23px;
    height: 36px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    white-space: nowrap;
  }
  
  .du-an__img-item .title__underline::after {
    bottom: -1px;
  }

  .view-all {
    text-align: center;
  }

  .view-all a{
    font-weight: bold;
  }
  
  @media (max-width: 991px) {
    .du-an__img-item .title__underline {
      font-size: 14px;
    }
  }
  
  .du-an__img-item:hover .title__underline {
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
  
  @media (max-width: 767px) {
    .du-an__wrap {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  
  .triet-ly {
    padding-bottom: 80px;
  }
  
  @media (max-width: 767px) {
    .triet-ly {
      padding-bottom: 15px;
    }
  }
  
  .triet-ly .title-header {
    background: #0058bc;
    background: -webkit-gradient(linear, left top, left bottom, from(#0058bc), to(#034ea1));
    background: linear-gradient(180deg, #0fb6b2 0%, #60be7e 100%);
    display: inline-block !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 13px;
  }
  
  .triet-ly__wrap {
    padding-left: 0;
    padding-right: 0;
  }
  
  .triet-ly__box-shadow {
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.31);
            box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.31);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    margin-bottom: 15px;
  }
  
  .triet-ly .thumb.thumb_5x3 {
    padding-bottom: 127%;
    width: 100%;
  }
  
  @media (max-width: 575px) {
    .triet-ly .thumb.thumb_5x3 {
      padding-bottom: 126%;
      width: 100%;
    }
  }
  
  .triet-ly__content-header {
    font-size: 28px;
    font-weight: 900;
  }
  
  .triet-ly__content-header.small {
    font-size: 20px;
  }
  
  .triet-ly__content {
    position: absolute;
    width: 75%;
    text-align: justify;
    top: 6%;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
  
  @media (max-width: 575px) {
    .triet-ly__content.img-time-bottom {
      -webkit-transform: translate(50%, -50%) !important;
              transform: translate(50%, -50%) !important;
    }
  }
  
  .triet-ly__content p {
    font-size: 16px;
  }
  
  .triet-ly__content-title {
    font-weight: 900;
    font-size: 28px;
    font-family: "Roboto";
  }
  
  .triet-ly__content-title.small {
    font-size: 20px;
  }
  
  @media (max-width: 575px) {
    .triet-ly__content-title {
      margin-bottom: 0;
    }
  }
  
  @media (max-width: 575px) {
    .triet-ly__content-title {
      font-size: 24px;
    }
  }
  
  .triet-ly__time-bg {
    width: auto;
    margin-bottom: 0;
    font-size: 18px;
  }
  
  .triet-ly__time-bg .triet-ly__content {
    top: 60%;
    left: 16%;
    -webkit-transform: translate(50%, -60%);
            transform: translate(50%, -60%);
    width: 53%;
  }
  
  .triet-ly__time-bg .img-fluid {
    width: 100%;
  }
  
  @media (max-width: 991px) {
    .triet-ly__time-bg {
      margin-bottom: 15px;
      min-height: 110px;
    }
  }
  
  @media (max-width: 991px) {
    .triet-ly__wrap-container {
      padding: 0;
    }
  }
  
  .triet-ly__wrap-video {
    position: relative;
    height: 100%;
    margin-right: -15px;
    margin-left: 0;
    width: calc(100% + 15px);
  }
  
  @media (max-width: 991px) {
    .triet-ly__wrap-video {
      margin: 0;
      width: 100%;
    }
  }
  
  .triet-ly__wrap-video ::before {
    background-color: rgba(20, 20, 20, 0.08);
  }
  
  .triet-ly__play-video {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  
  .triet-ly__play-video:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  
  .triet-ly__col1-row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  
  .triet-ly__col1-row > div {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  
  .three-dot {
    top: -50px;
    left: 47%;
    -webkit-transform: translate(45%, 50%);
            transform: translate(45%, 50%);
  }
  
  .three-dot,
  .three-dot:before,
  .three-dot:after {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffd71f;
  }
  
  .three-dot:before,
  .three-dot:after {
    content: " ";
  }
  
  .three-dot:before {
    left: -30px;
    top: 0;
  }
  
  .three-dot:after {
    top: 0;
    right: -30px;
  }
  
  .title__underline {
    position: absolute;
    bottom: 30px;
    z-index: 3;
    color: white;
    width: 80%;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    -webkit-transform: translate(10%, 0px);
            transform: translate(10%, 0px);
    height: 36px;
  }
  
  .title__underline .img-title {
    display: inline-block;
    position: relative;
    bottom: -2px;
    padding-bottom: 5px;
    max-width: 80%;
    overflow: hidden;
    line-height: 30px;
    text-overflow: ellipsis;
  }
  
  .title__underline .img-title:after {
    content: " ";
    height: 4px;
    width: 100%;
    background-color: #efd234;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  .khau-hieu {
    position: relative;
    overflow: hidden;
  }
  
  .khau-hieu__bg {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  
  .khau-hieu__mock-img {
    opacity: 0.5;
    position: absolute;
    top: 24%;
    left: 25%;
  }
  
  .khau-hieu__container {
    color: #fff;
    width: 100%;
    max-width: 797px;
    font-size: 22px;
    padding: 100px 15px 50px;
    margin: 0 auto;
  }
  
  .khau-hieu__wrap {
    width: 100%;
  }
  
  .khau-hieu__wrap > .slick-dots {
    top: -60px;
    bottom: unset;
  }
  
  .khau-hieu__wrap > .slick-dots li {
    background: #ffd71f;
  }
  
  .khau-hieu__wrap > .slick-dots li.slick-active {
    background: #8e7919;
  }
  
  .khau-hieu__content {
    padding-top: 20px;
    font-size: 20px;
    text-align: justify;
  }
  
  .khau-hieu__director {
    padding-top: 50px;
  }
  
  .khau-hieu__name {
    color: #ffd71f;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 900;
  }
  
  .khau-hieu__bank-director {
    color: #ffe88b;
    font-size: 16px;
    font-family: 'Roboto';
  }
  
  .khach-hang {
    background: #eaeaea;
    padding-bottom: 35px;
  }
  
  .khach-hang .title-header {
    padding-top: 50px;
    padding-bottom: 27px;
  }
  
  .khach-hang__item {
    margin: 10px 35px 40px 0;
    background-color: white;
    width: 100%;
    max-width: 255px;
    height: 13vw;
    max-height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px 0px #d8d8d8;
    box-shadow: 0px 0px 10px 0px #d8d8d8;
  }
  
  .khach-hang__item.overlay-img-hover::before {
    background-color: rgba(252, 251, 251, 0.36);
  }
  
  @media (max-width: 767px) {
    .khach-hang__item {
      width: 255px;
      height: 140px;
      margin-left: auto;
      margin-right: auto;
    }
  }
  
  @media (max-width: 575px) {
    .khach-hang__item {
      width: 200px;
    }
  }
  
  .khach-hang__slider {
    width: calc(100% + 15px);
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  
  .khach-hang__item-last {
    margin-right: 0;
  }
  
  .khach-hang .slick-slide {
    margin: 0 7.5px;
  }
  
  .khach-hang__wrap-title {
    position: relative;
  }
  
  @media (max-width: 991px) {
    .khach-hang__wrap-title {
      display: block !important;
    }
  }
  
  .khach-hang__wrap-icon {
    position: absolute;
    right: 25px;
    z-index: 1;
    text-align: center;
  }
  
  @media (max-width: 991px) {
    .khach-hang__wrap-icon {
      position: relative;
      margin: 0 auto;
      right: 0;
    }
  }
  
  .khach-hang__icon {
    background: transparent;
    border: none;
    font-size: 27px;
    color: #17498b;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  .khach-hang__icon:hover {
    color: #e4c120;
  }
  
  .tin-tuc .title-header {
    background: #0058bc;
    background: -webkit-gradient(linear, left top, left bottom, from(#0058bc), to(#034ea1));
    background: linear-gradient(180deg, #0fb6b2 0%, #60be7e 100%);
    display: inline-block !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  
  .tin-tuc__wrap {
    padding-bottom: 80px;
    margin-left: -15px;
    margin-right: -15px;
  }
  
  @media (max-width: 991px) {
    .tin-tuc__wrap {
      margin-left: 0;
      margin-right: 0;
    }
  }
  
  .tin-tuc__date {
    font-size: 14px;
    color: #323232;
    padding: 15px 0;
    font-weight: 300;
  }
  
  .tin-tuc__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px !important;
    color: #212121;
  }
  
  .tin-tuc__view-detail {
    padding: 15px 0;
    margin-top: 1vw;
  }
  
  .tin-tuc__view-detail > * {
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 500;
    padding: 13px 40px;
    cursor: pointer;
    background-color: #e4c120;
  }
  
  .tin-tuc__view-detail > *:hover {
    background-color: #ffd71f;
    text-decoration: none;
  }
  
  @media (max-width: 767px) {
    .tin-tuc__view-detail {
      margin-bottom: 3vw;
    }
  }
  
  .tin-tuc__content {
    font-size: 16px;
    color: #323232;
    font-family: "Roboto";
    text-align: justify;
  }
  
  .tin-tuc__right {
    padding-right: 0;
  }
  
  @media (max-width: 767px) {
    .tin-tuc__right {
      padding: 0;
    }
  }
  
  @media (max-width: 767px) {
    .tin-tuc__left {
      padding: 0;
    }
  }
  
  .tin-tuc__img-main .thumb_5x3 {
    padding-bottom: 50%;
  }
  
  .tin-tuc__img-item .thumb_5x3 {
    padding-bottom: 56.5%;
  }
  .tin-tuc__right .thumb img, .tin-tuc__right .thumb_img img {
      width: 100%;
      float: left;
      position: absolute;
      height: 100%;
  }
  .tin-tuc__article {
    margin-bottom: 20px;
  }
  
  .tin-tuc__article:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .tin-tuc__content-item {
    font-size: 18px;
    font-family: "Roboto";
    color: #212121;
    font-weight: 900;
    padding-left: calc(42% + 10px);
  }
  
  .tin-tuc__content-item a {
        display: block;
      overflow: hidden;
      height: 85px;
      color: #212121;
      text-align: justify;
      font-size: 15px;
      font-weight: 500;
  }
  
  .banner-detail {
    position: relative;
    overflow: hidden;
    height: 280px;
  }
  
  .banner-detail__img {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  
  @media (max-width: 767px) {
    .banner-detail__img {
      width: auto;
    }
  }
  
  .banner-detail__img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  
  .banner-detail__container {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 3;
  }
  
  .banner-detail__text {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 35px;
    text-shadow: -1px 14px 9px rgba(0, 0, 0, 0.78);
    color: #fff;
    position: absolute;
    bottom: 116px;
    right: 15px;
    left: 15px;
    text-transform: uppercase;
  }
  
  @media (max-width: 991px) {
    .banner-detail__text {
      font-size: 32px;
      text-align: center;
    }
  }
  
  .banner-detail__des {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    margin-top: 5px;
    text-shadow: none;
    text-transform: uppercase;
  }
  
  .banner-detail__des > * {
    color: #fff;
  }
  
  .banner-detail__des > *:hover, .banner-detail__des > *:active {
    color: #fff;
    text-decoration: none;
  }
  
  .banner-detail__des > *:after {
    content: "|";
    color: #fff;
    margin-left: 7px;
  }
  
  .banner-detail__des > *.active {
    color: #ffd71f;
  }
  
  .banner-detail__des > *:last-child:after {
    content: none;
  }
  
  .banner-detail__search {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 14px;
    color: #332100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 15px;
  }
  
  @media (max-width: 767px) {
    .banner-detail__search {
      display: block;
    }
  }
  
  .banner-detail__search-item {
    width: 50%;
    position: relative;
  }
  
  @media (max-width: 767px) {
    .banner-detail__search-item {
      display: block;
      width: 100%;
      margin-bottom: 15px;
    }
  }
  
  .banner-detail__search-item::before {
    content: "\F078";
    color: #332100;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font: normal normal normal 14px/1 FontAwesome;
    text-shadow: none;
    display: none;
  }
  
  .banner-detail__select {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    height: 40px;
    padding-left: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
      border-radius: 5px;
  }
  
  .banner-detail__select::-ms-expand {
    display: none;
  }
  
  .banner-detail__search-button {
    width: 12%;
  }
  
  @media (max-width: 767px) {
    .banner-detail__search-button {
      width: 100%;
    }
  }
  
  .banner-detail__search-button button {
      border-radius: 5px;
    width: 100%;
    background: #edc617;
    color: #332100;
    text-align: center;
    height: 40px;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .banner-detail.has-search {
    height: 330px;
  }
  
  @media (max-width: 991px) {
    .banner-detail.has-search {
      height: auto;
    }
  }
  
  .banner-detail.has-search .banner-detail__img {
    min-height: 430px;
  }
  
  @media (max-width: 767px) {
    .banner-detail.has-search .banner-detail__img {
      min-height: 460px;
    }
  }
  
  .banner-detail.has-search .banner-detail__text {
    bottom: 40px;
  }
  
  .sidebar__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  
  @media (max-width: 992px) {
    .sidebar__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      flex-direction: column-reverse;
    }
  }
  
  .sidebar__wrap {
    width: 26%;
    padding-right: 30px;
  }
  
  @media (max-width: 992px) {
    .sidebar__wrap {
      width: 260px;
      width: 100%;
      max-width: 350px;
      margin: 0 auto;
      margin-bottom: 15px;
    }
  }
  
  .sidebar__other-content {
    width: 74%;
  }
  
  @media (max-width: 992px) {
    .sidebar__other-content {
      width: 100%;
    }
  }
  
  .sidebar__other-content .content {
    color: #323232;
    font-size: 14px;
  }
  
  @media (max-width: 767px) {
    .sidebar__other-content table {
      width: 100%;
    }
  }
  
  @media (max-width: 767px) {
    .sidebar__other-content {
      width: 100%;
      margin-bottom: 15px;
    }
  }
  
  .sidebar__list {
    background: #fff;
  }
  
  .sidebar__item {
    display: block;
    min-height: 50px;
    font-family: "Roboto";
    font-weight: 500;
    border-bottom: 1px solid #d9d9d9;
    color: #525252;
    font-size: 14px;
    padding-left: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
    text-transform: uppercase;
  }
  
  .sidebar__item .fa {
    margin-right: 10px;
  }
  
  .sidebar__item:hover, .sidebar__item.active {
    font-weight: 900;
    color: #bf7c11 !important;
  }
  
  .sidebar__item i {
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 1;
  }
  
  .sidebar__item > div {
    display: block;
    padding-left: 18px;
    position: relative;
  }
  
  .breadcrumb__wrap {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  
  .breadcrumb__item {
    font-size: 13px;
    color: #838383 !important;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 700;
    line-height: 1;
  }
  
  .breadcrumb__item.active {
    color: #bf7c11 !important;
    font-weight: 900;
  }
  
  .breadcrumb__item:before {
    content: " / ";
  }
  
  .breadcrumb__item:first-child:before {
    content: none;
  }
  
  .breadcrumb__has-underline {
    border-bottom: 1px solid #949494;
    /* margin-bottom: 15px; */
  }
  
  .home__container {
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
  }
  
  .contact {
    background: #f7f7f7;
  }
  
  .contact__title {
    font-family: "Roboto";
    font-weight: 900;
    color: #134a8d;
    padding-top: 40px;
    margin-bottom: 25px;
    font-size: 20px;
    text-transform: uppercase;
  }
  
  .contact__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  @media (max-width: 767px) {
    .contact__row {
      display: block;
    }
  }
  
  .contact__col1 {
    width: 100%;
  }
  
  .contact__col-right {
    width: calc(100% - 380px);
  }
  
  @media (max-width: 767px) {
    .contact__col-right {
      width: 100%;
    }
  }
  
  .contact__col-left {
    width: 380px;
  }
  
  @media (max-width: 767px) {
    .contact__col-left {
      width: 100%;
    }
  }
  
  @media (max-width: 991px) {
    .contact__recaptcha {
      width: 100%;
    }
  }
  
  .contact__submit-wrap {
    width: 100%;
    text-align: right;
  }
  
  @media (max-width: 991px) {
    .contact__submit-wrap {
      width: 100%;
    }
  }
  
  .contact__form-wrap {
    background: #f7f7f7;
  }
  
  .contact__col12 {
    width: 100%;
  }
  
  .contact .form-group {
    margin-right: 20px;
  }
  
  .contact .form-group.is-invalid .form-control {
    border-color: #dc3545;
  }
  
  .contact .form-control {
    height: 50px;
    font-family: "Roboto";
    font-size: 16px;
    color: #626262;
    padding-left: 20px;
    outline: none;
    border: 1px solid #b5b5b5;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .contact textarea.form-control {
    height: 248px;
    resize: none;
  }
  
  .contact__submit {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    padding-right: 20px;
  }
  
  @media (max-width: 991px) {
    .contact__submit {
      margin-top: 15px;
      text-align: left;
    }
  }
  
  .contact .btn-send {
    width: 200px;
    height: 65px;
    border-radius: 3px;
    border: 1px solid #e8b039;
    background: #fff;
    font-family: "Roboto";
    font-weight: 700;
    color: #626262;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  
  .contact__company {
    font-family: "Roboto";
    font-weight: 900;
    color: #4e4e50;
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  @media (max-width: 767px) {
    .contact__company {
      margin-top: 15px;
    }
  }
  
  .contact__company-info-title {
    font-family: "Roboto";
    font-weight: 700;
    color: #4e4e50;
    font-size: 14px;
    width: 100px;
    vertical-align: top;
    text-transform: uppercase;
  }
  
  .contact__company-info-content {
    font-family: "Roboto";
    font-size: 14px;
    color: #323232;
    padding-bottom: 15px;
  }
  
  .contact__address {
    background: #ececec;
    padding-bottom: 30px;
  }
  
  .contact__address-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .contact__address-col {
    width: calc(50% - 20px);
  }
  
  @media (max-width: 992px) {
    .contact__address-col {
      width: 100%;
      margin-bottom: 20px;
    }
  }
  
  .contact__address-title {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 16px;
    color: #4e4e50;
    text-transform: uppercase;
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 10px;
    padding-bottom: 3px;
  }
  
  .contact__address-info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.6;
  }
  
  .contact__address-info-row:last-child {
    margin-top: 15px;
  }
  
  .contact__address-info-title {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 14px;
    color: #4e4e50;
    width: 80px;
  }
  
  .contact__address-info-des {
    font-family: "Roboto";
    font-size: 14px;
    color: #323232;
    width: calc(100% - 80px);
  }
  
  .contact__address-info-des a {
    color: #323232;
  }
  
  .contact__address-info-des a:focus, .contact__address-info-des a:hover {
    color: #323232;
  }
  
  .about {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  
  .documents {
    padding-top: 40px;
    padding-bottom: 90px;
  }
  
  .documents__item {
    position: relative;
    padding-top: 110%;
    z-index: 1;
    margin-bottom: 30px;
  }
  
  .documents__background {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .documents__title {
    position: absolute;
    left: 40px;
    bottom: 10px;
    z-index: 1;
  }
  
  .documents__icon {
    max-width: 55px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
  }
  
  .documents__text {
    font-family: "Roboto";
    font-weight: 900;
    color: #fff;
    font-size: 45px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
  }
  
  .activities {
    padding-top: 30px;
    padding-bottom: 150px;
  }
  
  .activities__item {
    border-left: 4px solid #cacaca;
    position: relative;
  }
  
  .activities__item-dot {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transform: translate(-11px, 0);
            transform: translate(-11px, 0);
    width: 17px;
    height: 17px;
    display: block;
    border-radius: 50%;
    background: #e2bf20;
    background: -webkit-gradient(linear, left top, left bottom, from(#e2bf20), to(#a76c26));
    background: linear-gradient(180deg, #e2bf20 0%, #a76c26 100%);
  }
  
  .activities__item-dot::after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    z-index: -1;
    margin: 0px;
    border-radius: inherit;
    background: #fff;
  }
  
  .activities__date {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 28px;
    color: #bf7c11;
    padding-left: 30px;
    line-height: 1;
  }
  
  @media (max-width: 767px) {
    .activities__date {
      padding-left: 15px;
    }
  }
  
  .activities__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 60px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  
  @media (max-width: 767px) {
    .activities__row {
      padding-left: 15px;
      padding-bottom: 10px;
      padding-top: 15px;
    }
  }
  
  .activities__col1 {
    width: 44%;
  }
  
  @media (max-width: 767px) {
    .activities__col1 {
      width: 30%;
    }
  }
  
  .activities__col2 {
    width: 56%;
    padding-left: 15px;
  }
  
  @media (max-width: 767px) {
    .activities__col2 {
      width: 70%;
    }
  }
  
  .activities__text {
    font-family: "Roboto";
    color: #323232;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
  }
  
  .activities__text .fa {
    margin-right: 5px;
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 0;
  }
  
  .activities__image {
    max-width: 100%;
  }
  
  .activities__c {
    padding-bottom: 60px;
  }
  
  .activities__c-des {
    font-family: "Roboto";
    color: #323232;
    font-size: 16px;
    margin-bottom: 80px;
  }
  
  .activities__c-des ul {
    list-style-type: initial;
  }
  
  .activities__c-list {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  
  .activities__c-item {
    margin-bottom: 15px;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  
  .activities__c-wrap {
    padding-top: 64%;
    position: relative;
  }
  
  .activities__c-background {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
  
  .activities__c-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .activities__c-icon {
    width: 90px;
  }
  
  .activities__c-text {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    padding-left: 10px;
  }
  
  .activities__c-text a:hover, .activities__c-text a:active {
    color: #fff;
    text-decoration: none;
  }
  
  .activities__c-row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  
  .activities__c-col {
    margin-bottom: 15px;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  
  .project {
    padding-bottom: 40px;
  }
  
  .project__thumb {
    padding-bottom: 64%;
  }
  
  @media (max-width: 767px) {
    .project__detail {
      padding-bottom: 15px;
    }
  }
  
  .project__detail .slick-dots {
    bottom: -25px;
  }
  
  .project__detail .slick-dots li button {
    padding: 0;
  }
  
  .project__detail .slick-dots li {
    margin: 0;
    width: 20px;
    height: 20px;
    background: transparent;
    position: relative;
  }
  
  .project__detail .slick-dots li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #000;
  }
  
  .project__detail .slick-dots li.slick-active {
    background: #d2d2d2;
  }
  
  .project__detail-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 20px;
  }
  
  @media (max-width: 991px) {
    .project__detail-title {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
  
  .project__detail-title span:nth-child(1) {
    font-family: "Roboto";
    font-weight: 900;
    color: #17498b;
    font-size: 26px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
  }
  
  @media (max-width: 991px) {
    .project__detail-title span:nth-child(1) {
      display: block;
      white-space: normal;
    }
  }
  
  .project__detail-title span:nth-child(2) {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  
  .project__detail-title span:nth-child(2):before {
    content: '';
    border-top: 1px solid #b6b6b6;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: calc(100% - 30px);
  }
  
  @media (max-width: 991px) {
    .project__detail-title span:nth-child(2):before {
      width: 100%;
    }
  }
  
  .project__detail-title span:nth-child(3) {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 20px;
    color: #229d4e;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 4px;
  }
  
  .project__detail-banner, .project__detail-banner.slick-dotted.slick-slider {
    margin-bottom: 60px;
  }
  
  .project__detail-image {
    height: auto;
    width: 100%;
  }
  
  .project__detail-image img {
    width: 100%;
  }
  
  .project__detail-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  
  @media (max-width: 1024px) {
    .project__detail-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
  
  .project__detail-col1 {
    width: 100%;
  }
  
  @media (max-width: 1024px) {
    .project__detail-col1 {
      display: block;
      width: 100%;
    }
  }
  
  .project__detail-col1-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  
  @media (max-width: 991px) {
    .project__detail-col1-title {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
  
  .search-page-heading{
    font-family: "Roboto";
    font-weight: 900;
    color: #17498b;
    font-size: 26px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
  }

  .project__detail-col1-title span:nth-child(1) {
    font-family: "Roboto";
    font-weight: 900;
    color: #17498b;
    font-size: 26px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
  }
  
  @media (max-width: 991px) {
    .project__detail-col1-title span:nth-child(1) {
      display: block;
      white-space: normal;
    }
  }
  
  .project__detail-col1-title span:nth-child(2) {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  
  .project__detail-col1-title span:nth-child(2):before {
    content: '';
    border-top: 1px solid #b6b6b6;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: calc(100% - 30px);
  }
  
  @media (max-width: 991px) {
    .project__detail-col1-title span:nth-child(2):before {
      width: 100%;
    }
  }
  
  .project__detail-col1-title span:nth-child(3) {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 20px;
    color: #229d4e;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 4px;
  }
  
  .project__detail-col1-content {
    margin-bottom: 40px;
  }
  
  .project__detail-col1-video {
    position: relative;
    display: block;
    padding-top: 57%;
    margin-bottom: 60px;
  }
  
  .project__detail-col1-video:hover .project__detail-btn-play-video {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  
  .project__detail-col1-video:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
  }
  
  .project__detail-btn-play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 3;
    width: 110px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  .project__detail-background-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  .project__detail-col2 {
    width: 39%;
    padding-left: 40px;
  }
  
  @media (max-width: 1024px) {
    .project__detail-col2 {
      display: block;
      width: 100%;
      padding-left: 0;
    }
  }
  
  .project__detail-col2-title {
    font-family: "Roboto";
    font-weight: 900;
    color: #fff;
    font-size: 26px;
    padding-left: 30px;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    background: #edc617;
  }
  
  .project__detail-col2-content-wrap {
    background: #fff;
  }
  
  .project__detail-col2-item {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 1px solid #d3d3d3;
  }
  
  @media (max-width: 767px) {
    .project__detail-col2-item {
      display: block;
    }
  }
  
  .project__detail-col2-item:first-child {
    padding-top: 20px;
  }
  
  .project__detail-col2-item:last-child {
    border-bottom: none;
    padding-bottom: 35px;
  }
  
  .project__detail-col2-item *:nth-child(1) {
    white-space: nowrap;
    width: 140px;
    font-family: "Roboto";
    font-weight: 900;
    font-size: 16px;
    color: #464646;
  }
  
  .project__detail-col2-item *:nth-child(2) {
    width: calc(100% - 140px);
    font-family: "Roboto";
    font-size: 16px;
    color: #464646;
  }
  
  @media (max-width: 767px) {
    .project__detail-col2-item *:nth-child(2) {
      width: 100%;
    }
  }
  
  .project__detail-related {
    background: #bdbdbd;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  
  .project__detail-related-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  @media (max-width: 991px) {
    .project__detail-related-title {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
  
  .project__detail-related-title span:nth-child(1) {
    font-family: "Roboto";
    font-weight: 900;
    color: #17498b;
    font-size: 26px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
  }
  
  @media (max-width: 991px) {
    .project__detail-related-title span:nth-child(1) {
      display: block;
      white-space: normal;
    }
  }
  
  .project__detail-related-title span:nth-child(2) {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  
  .project__detail-related-title span:nth-child(2):before {
    content: '';
    border-top: 1px solid #b6b6b6;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: calc(100% - 30px);
  }
  
  @media (max-width: 991px) {
    .project__detail-related-title span:nth-child(2):before {
      width: 100%;
    }
  }
  
  .project__detail-related-title span:nth-child(3) {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 20px;
    color: #229d4e;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 4px;
  }
  
  .project__detail-related-group-button {
    float: right;
  }
  
  .project__detail-related-button-left {
    border: 1px solid transparent;
    font-size: 26px;
    color: #17498b;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
  
  .project__detail-related-button-left:active, .project__detail-related-button-left:focus {
    outline: none;
  }
  
  .project__detail-related-button-right {
    border: 1px solid transparent;
    font-size: 26px;
    color: #17498b;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
  
  .project__detail-related-button-right:active, .project__detail-related-button-right:focus {
    outline: none;
  }
  
  .project__detail-related-slide {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  
  .project__detail-related-item {
    position: relative;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  
  .project__detail-related-item:hover .project__detail-related-content {
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
  
  .project__detail-related-img {
    padding-top: 81%;
    position: relative;
  }
  
  .project__detail-related-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  
  .project__detail-related-content {
    position: absolute;
    z-index: 3;
    bottom: 25px;
    left: 15px;
    right: 15px;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    opacity: 1;
    height: 21px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
  }
  
  .project__detail-related-content:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    z-index: 1;
    border-top: 1px solid #d2d2d2;
  }
  
  .project__detail-related-content:after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
    width: 50%;
    z-index: 1;
    border-top: 3px solid #efd234;
  }
  
  .project__detail-related-content span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
  }
  
  .project__wrap {
    position: relative;
  }
  
  .project__slider-prev {
    width: 35px;
    height: 35px;
    background: white;
    opacity: 0.6;
    text-align: center;
    line-height: 33px;
    font-size: 24px;
    color: #464646;
    border: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 1;
  }
  
  @media (max-width: 991px) {
    .project__slider-prev {
      width: 30px;
      height: 30px;
      font-size: 26px;
      line-height: 30px;
    }
  }
  
  .project__slider-next {
    width: 35px;
    height: 35px;
    background: white;
    opacity: 0.6;
    text-align: center;
    line-height: 33px;
    font-size: 24px;
    color: #464646;
    border: none;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 1;
  }
  
  @media (max-width: 991px) {
    .project__slider-next {
      width: 30px;
      height: 30px;
      font-size: 26px;
      line-height: 30px;
    }
  }
  
  .career {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  
  .career__list {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  
  .career__list > div {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  
  .career__item {
    background: #fff;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-shadow: -1px 2px 7px 0px rgba(0, 0, 0, 0.29);
            box-shadow: -1px 2px 7px 0px rgba(0, 0, 0, 0.29);
    margin-bottom: 15px;
    height: 185px;
  }
  
  @media (max-width: 991px) {
    .career__item {
      height: auto;
    }
  }
  
  .career__image {
    width: 50%;
  }
  
  .career__image img {
    width: 100%;
    max-height: 100%;
  }
  
  .career__content {
    width: calc(50% + 20px);
    padding-left: 20px;
  }
  
  .career__title {
    font-family: "Roboto";
    font-weight: 900;
    color: #134a8d;
    font-size: 16px;
    text-transform: uppercase;
    max-height: 80px;
    overflow: hidden;
  }
  
  @media (max-width: 1024px) {
    .career__title {
      max-height: 72px;
    }
  }
  
  .career__title a, .career__title a:hover, .career__title a:active, .career__title a:focus {
    color: #134a8d;
    text-decoration: none;
    font-size: 16px;
  }
  
  .career__date {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 14px;
    color: #757575;
    margin-top: 10px;
  }
  
  .career__detail {
    padding-bottom: 60px;
    padding-top: 10px;
  }
  
  .career__detail-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  
  @media (max-width: 991px) {
    .career__detail-row {
      display: block;
    }
  }
  
  .career__detail-col1 {
    width: 71%;
  }
  
  @media (max-width: 991px) {
    .career__detail-col1 {
      width: 100%;
    }
  }
  
  .career__detail-col2 {
    width: 29%;
    padding-left: 30px;
  }
  
  @media (max-width: 991px) {
    .career__detail-col2 {
      width: 100%;
      padding-left: 0;
    }
  }
  
  .career__detail-title {
    color: #134a8d;
    font-size: 24px;
    font-family: "Roboto";
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .career__detail-content {
    font-family: "Roboto";
    font-size: 14px;
    color: #323232;
    padding-left: 30px;
    margin-bottom: 30px;
  }
  
  .career__detail-content p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  
  .career__detail-content .fa {
    font-size: 12px;
    margin-right: 10px;
  }
  
  .career__detail-content-title {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 16px;
    color: #bf7c11;
    margin-bottom: 15px;
  }
  
  .career__detail-list {
    background: #fff;
  }
  
  .career__detail-item {
    font-family: "Roboto";
    font-weight: 500;
    color: #444444;
    font-size: 14px;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    display: block;
    border-bottom: 1px solid #c7c7c7;
  }
  
  .career__detail-item:hover {
    text-decoration: none;
  }
  
  .career__detail-item:last-child {
    border-bottom: none;
  }
  
  .career__detail-item .fa {
    position: absolute;
    top: 19px;
    left: 0;
    z-index: 1;
  }
  
  .career__detail-wrap {
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 40px;
  }
  
  .career hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-width: 1.5px;
  }
  
  .news {
    padding-bottom: 35px;
    padding-top: 10px;
  }
  
  .news__list {
    padding-top: 20px;
  }
  
  .news__item {
    margin-bottom: 25px;
  }
  
  .news__wrap {
    background: #fff;
    -webkit-box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.1);
    padding: 15px;
  }
  
  .news__image {
    padding-top: 63%;
    position: relative;
    margin-bottom: 10px;
  }
  
  .news__image img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  
  .news__date {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 14px;
    color: #848484;
    margin-bottom: 10px;
  }
  
  .news__title {
    font-family: "Roboto";
    font-weight: 900;
    color: #3a3a3a;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .news__title a:hover, .news__title a:active {
    text-decoration: none;
    color: #3a3a3a;
  }
  
  .news__des {
    font-family: "Roboto";
    font-size: 14px;
    color: #323232;
    height: 60px;
    overflow: hidden;
    margin-bottom: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-align: justify;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  
  .news__link {
    width: 160px;
    height: 45px;
    background: #e4c120;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 14px;
    color: #444444;
    display: block;
    line-height: 45px;
    text-align: center;
  }
  
  .news__link:hover, .news__link:active {
    text-decoration: none;
    color: inherit;
  }
  
  .news__load-more {
    font-family: "Roboto";
    font-weight: 500;
    color: #164cb1;
    font-size: 18px;
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    background: #fff;
    width: 235px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
  }
  
  .news__detail-title {
    color: #3a3a3a;
  }
  
  .news__detail-date {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 16px;
    color: #848484;
  }
  
  .news__detail-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0;
  }
  
  @media (max-width: 1024px) {
    .news__detail-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
  
  .news__detail-item span {
    width: calc(50% - 10px);
    color: #444444;
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 900;
  }
  
  @media (max-width: 1024px) {
    .news__detail-item span {
      width: 100%;
      display: block;
      margin-top: 5px;
    }
  }
  
  .news__detail-content {
    margin-bottom: 15px;
  }
  
  .news__detail-content img {
    max-width: 100% !important;
    height: auto !important;
  }
  
  .news__detail-img {
    width: 50%;
  }
  
  @media (max-width: 1024px) {
    .news__detail-img {
      width: 100%;
    }
  }
  
  .news__detail-img img {
    width: 100%;
  }
  
  .news__detail-list {
    margin-top: 20px;
  }