header.container {
  width: 80%; }
  @media (max-width: 991px) {
    header.container {
      width: 100%; } }
header .row {
  margin-left: -30px;
  margin-right: -30px; }
  @media (max-width: 767px) {
    header .row {
      margin-left: -15px;
      margin-right: -15px; } }
header .logo {
  text-align: left; }
  @media (max-width: 991px) {
    header .logo {
      text-align: center; } }
  header .logo a {
    display: inline-block; }
  header .logo img {
    margin-top: 17px;
    width: 64px;
    height: 59px; }
    @media (max-width: 767px) {
      header .logo img {
        margin: 4rem auto 1rem;
        width: 4.25rem;
        height: auto; } }
header nav {
  color: #231815;
  font-family: "Helvetica Neue LT Std";
  font-size: 16px;
  float: right !important;
  font-weight: bolder; }
  @media (max-width: 767px) {
    header nav {
      font-size: 1.1rem;
      width: 100%;
      padding: 0 !important; } }
  header nav > ul {
    height: 100px;
    line-height: 100px;
    float: right; }
    @media (max-width: 991px) {
      header nav > ul {
        float: none;
        width: 100%;
        height: 60px;
        line-height: 60px; } }
    header nav > ul > li {
      text-align: right;
      float: left;
      margin-left: 40px; }
      @media (max-width: 991px) {
        header nav > ul > li {
          float: none;
          display: inline-block;
          width: 14.2%;
          margin-left: 0;
          float: left;
          text-align: center; } }
      header nav > ul > li a {
        transition: all 300ms; }
        header nav > ul > li a:hover {
          color: #00338D; }
      @media (max-width: 767px) {
        header nav > ul > li {
          height: 50px;
          text-align: center; } }
    header nav > ul > li.chosen a {
      color: #00338D; }

footer {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #1a3042;
  color: #fff; }
  footer a {
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
    footer a:hover {
      color: #2C9FD9; }
  footer img {
    margin-bottom: 25px;
    width: 67px;
    height: 44px; }
    @media (max-width: 767px) {
      footer img {
        width: 4.5rem;
        height: auto;
        margin: 5px 0 15px 15px; } }
  footer form {
    margin-left: -15px;
    margin-bottom: 25px;
    color: #1a3042;
    font-family: "Helvetica Neue LT Std";
    font-size: 16px; }
    footer form + div.col-md-6 {
      margin-left: 15px;
      padding-right: 0;
      margin-bottom: 25px;
      font-family: "Helvetica Neue LT Std";
      font-size: 20px; }
    footer form .tips {
      display: none;
      font-size: 15px;
      line-height: 20px;
      color: #fff; }
      footer form .tips > p {
        display: none; }

@media (max-width: 767px) {
  footer {
    padding: 15px 0 !important; }
    footer form {
      margin-left: 0;
      margin-bottom: 17px; }
      footer form + div.col-md-6 {
        margin-left: 0;
        padding-right: 15px;
        margin-bottom: 10px; } }
.submit-line > input {
  float: left;
  width: 32%;
  margin-right: 2%;
  padding: 7px 15px;
  border: none; }
  .submit-line > input:last-of-type {
    margin-right: 0; }
@media (max-width: 767px) {
  .submit-line > input {
    padding: 5px 10px;
    font-size: 1.2rem; } }

.submit-container {
  margin: 20px 0 15px;
  height: 230px;
  background-color: #fff;
  position: relative; }
  .submit-container > textarea {
    width: 100%;
    height: 150px;
    resize: none;
    border: none;
    outline: none;
    padding: 17px 15px; }
    @media (max-width: 767px) {
      .submit-container > textarea {
        padding: 5px 10px;
        font-size: 1.2rem; } }
  .submit-container > button {
    position: absolute;
    right: 10px;
    bottom: 13px;
    line-height: 1;
    background-color: #1b3141;
    text-align: center;
    font-family: "Helvetica Neue LT Std";
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    overflow: hidden; }
    .submit-container > button:before {
      content: attr(data-text);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 8px 20px;
      text-align: center;
      -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
      transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
    .submit-container > button span {
      display: inline-block;
      padding: 8px 0;
      opacity: 0;
      color: #fff;
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
      -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
      transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
    .submit-container > button:hover {
      background-color: #203b92; }
      .submit-container > button:hover:before {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0); }
      .submit-container > button:hover span {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
        .submit-container > button:hover span:nth-child(1) {
          -webkit-transition-delay: 0.045s;
          transition-delay: 0.045s; }
        .submit-container > button:hover span:nth-child(2) {
          -webkit-transition-delay: 0.09s;
          transition-delay: 0.09s; }
        .submit-container > button:hover span:nth-child(3) {
          -webkit-transition-delay: 0.135s;
          transition-delay: 0.135s; }
        .submit-container > button:hover span:nth-child(4) {
          -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s; }

@media (max-width: 767px) {
  .submit-container {
    margin-top: 15px; }
    .submit-container > button {
      right: 7px;
      bottom: 9px;
      font-size: 1.2rem; } }
.add-infos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  .add-infos > dl {
    float: left;
    min-width: 80px;
    color: inherit;
    font-size: inherit;
    flex: 1; }
    @media (max-width: 767px) {
      .add-infos > dl {
        min-width: auto; } }
    .add-infos > dl > dt {
      height: 23px;
      font-size: 18px;
      color: inherit; }
      @media (max-width: 767px) {
        .add-infos > dl > dt {
          font-size: 1.2rem; } }
    .add-infos > dl > dd {
      margin-top: 15px; }
      @media (max-width: 767px) {
        .add-infos > dl > dd {
          margin-top: 0px; } }
      .add-infos > dl > dd li {
        line-height: 36px;
        font-size: 15px; }
        @media (max-width: 767px) {
          .add-infos > dl > dd li {
            line-height: 30px;
            font-size: .9rem; } }

.add-tel {
  margin-top: 20px;
  text-align: right;
  color: #fff;
  font-size: 24px; }
  @media (max-width: 767px) {
    .add-tel {
      font-size: 1.8rem; } }
  .add-tel > p:last-of-type {
    font-size: 16px;
    margin-top: 10px; }
    @media (max-width: 767px) {
      .add-tel > p:last-of-type {
        font-size: .9rem; } }

footer > .line > p {
  height: 2px;
  background-color: #fff; }
  @media (max-width: 767px) {
    footer > .line > p {
      margin: 0 15px; } }

#footerInfo {
  font-size: 14px;
  text-align: center; }
  #footerInfo > .col-md-12 {
    padding: 0 !important; }
    @media (max-width: 767px) {
      #footerInfo > .col-md-12 {
        padding: 0 15px !important; } }
  #footerInfo p {
    margin-top: 25px;
    padding: 0; }
    #footerInfo p:first-child {
      text-align: left; }
    #footerInfo p:last-child {
      text-align: right; }
    @media (max-width: 767px) {
      #footerInfo p {
        font-size: 1rem;
        margin-top: 10px;
        text-align: left !important; } }

#Choose {
  padding-top: 50px;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    #Choose {
      padding-top: 25px;
      padding-bottom: 50px;
      width: 100%; }
      #Choose .row {
        margin-left: -15px !important;
        margin-right: -15px !important; } }
  #Choose h4 {
    line-height: 115px;
    height: 115px;
    text-align: center;
    font-family: "Helvetica Neue LT Std";
    font-size: 40px;
    color: #231815; }
    @media (max-width: 767px) {
      #Choose h4 {
        font-size: 2.9rem; } }
  #Choose dl {
    height: 100px;
    margin-top: 20px;
    -webkit-box-shadow: 0 3px 9px rgba(219, 218, 218, 0.5);
    box-shadow: 0 3px 9px rgba(219, 218, 218, 0.5); }
    #Choose dl > dt {
      width: 100px;
      height: 100px;
      background-color: #00348b;
      position: relative;
      float: left; }
      #Choose dl > dt > img {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -25px;
        margin-top: -25px; }
    #Choose dl > dd {
      margin-left: 120px;
      padding-top: 10px;
      padding-right: 15px;
      font-size: 14px;
      height: 100%;
      overflow: hidden; }
      @media (max-width: 767px) {
        #Choose dl > dd {
          font-size: .7rem; } }
      #Choose dl > dd > .title {
        font-family: "Helvetica Neue LT Std";
        font-size: 20px;
        color: #231815; }
        @media (max-width: 767px) {
          #Choose dl > dd > .title {
            font-size: 1.6rem; } }
      #Choose dl > dd > .inner {
        color: #717071;
        font-family: "Helvetica Neue LT Std";
        font-size: 14px;
        color: #717071; }
        @media (max-width: 767px) {
          #Choose dl > dd > .inner {
            font-size: .9rem; } }
        #Choose dl > dd > .inner > span {
          color: #182980; }
  #Choose li {
    padding: 0 15px; }
    #Choose li a > p {
      -webkit-transition: color 300ms;
      transition: color 300ms; }
    #Choose li a:hover > p {
      color: #0a347e !important; }
    #Choose li img {
      transform: scale(0.75);
      width: 60px;
      height: 60px;
      margin: 0 auto;
      margin-top: 2px; }
    #Choose li:nth-of-type(2) img {
      width: 78px;
      height: 50px;
      margin-top: 7px; }
    #Choose li:nth-of-type(3) img {
      width: 55px;
      height: 55px;
      margin-top: 5px; }
    #Choose li:nth-of-type(4) img {
      width: 61px;
      height: 65px;
      margin-top: 0px; }
    #Choose li:nth-of-type(5) img {
      width: 58px;
      height: 65px;
      margin-top: 0px; }
    #Choose li:nth-of-type(6) img {
      width: 45px;
      height: 49px;
      margin-left: -22px;
      margin-top: -25px; }
  #Choose ul {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 20px; }
    @media (max-width: 767px) {
      #Choose ul {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0; } }
  #Choose li {
    width: 20%;
    float: left;
    text-align: center;
    position: relative; }
    @media (max-width: 767px) {
      #Choose li {
        width: 100%;
        float: none;
        padding: 0 15px;
        margin-top: 15px; }
        #Choose li:after {
          display: none; }
        #Choose li img {
          transform: scale(1); } }
    #Choose li:after {
      content: "";
      position: absolute;
      width: 1px;
      background-color: #4066aa;
      height: 60px;
      top: 50px;
      right: -1px; }
    #Choose li:last-child:after {
      display: none; }
    #Choose li div {
      height: 65px;
      overflow: hidden; }
    #Choose li p {
      width: 100%; }
    #Choose li .title {
      font-family: "Helvetica Neue LT Std";
      font-size: 20px;
      color: #231815; }
      @media (max-width: 767px) {
        #Choose li .title {
          font-size: 1.8rem;
          margin-top: 5px; } }
    #Choose li .inner {
      color: #717071;
      font-family: "Helvetica Neue LT Std";
      font-size: 14px;
      line-height: 1.5;
      color: #717071; }
      @media (max-width: 767px) {
        #Choose li .inner {
          font-size: 1.6rem;
          margin-top: 8px; } }
      #Choose li .inner > span {
        color: #182980; }

#Display {
  /* padding-top: 10px; */
  padding-top: 0px;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 767px) {
    #Display {
      width: 100%;
      padding: 0; } }
  #Display h4 {
    margin-bottom: 10px; }
  #Display .row {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0; }
    @media (max-width: 767px) {
      #Display .row {
        display: block; } }
  #Display div > img {
    width: 100%;
    height: 100%; }
  #Display .text-info-1 {
    background-color: #3aaee7;
    color: #fff; }
    #Display .text-info-1 a {
      border-color: #fff; }
  #Display .to-right {
    float: right !important; }
  #Display .to-left {
    float: left !important; }
  #Display .text-info-2 {
    background-color: #00348d;
    height: 450px;
    display: flex;
    color: #ffffff; }
    #Display .text-info-2 a {
      border-color: #231815; }
  #Display .text-info {
    height: 100%;
    color: inherit; }
    #Display .text-info article {
      margin: 125px 70px; }
      @media (max-width: 767px) {
        #Display .text-info article {
          margin: 20px 10px !important; } }
    #Display .text-info .title {
      line-height: 38px;
      height: 76px;
      font-family: "Swiss";
      font-size: 28px;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        #Display .text-info .title {
          font-size: 2rem;
          line-height: 2.8rem;
          margin-bottom: 0;
          height: 5.6rem; } }
    #Display .text-info .sub-title {
      line-height: 28px;
      height: 56px;
      margin-bottom: 10px;
      font-family: "Helvetica 35 Thin";
      font-size: 20px; }
      @media (max-width: 767px) {
        #Display .text-info .sub-title {
          font-size: 1.3rem;
          height: auto;
          line-height: 1.8;
          margin-bottom: 5px; } }
    #Display .text-info .main-text {
      line-height: 25px;
      height: 50px;
      margin-bottom: 25px;
      font-family: "Helvetica Neue LT Std";
      font-size: 16px; }
      @media (max-width: 767px) {
        #Display .text-info .main-text {
          font-size: 1.1rem;
          line-height: 1.6;
          height: auto;
          margin-bottom: 20px; } }
    #Display .text-info .read-more {
      display: block;
      width: 143px;
      line-height: 1;
      border-style: solid;
      border-width: 1px;
      padding-left: 12px;
      font-family: "Helvetica Neue LT Std";
      font-size: 18px;
      text-align: center;
      padding: 12px 0;
      position: relative;
      overflow: hidden; }
      #Display .text-info .read-more:hover:before {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0); }
      #Display .text-info .read-more:hover > span {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
        #Display .text-info .read-more:hover > span:nth-child(1) {
          -webkit-transition-delay: 0.045s;
          transition-delay: 0.045s; }
        #Display .text-info .read-more:hover > span:nth-child(2) {
          -webkit-transition-delay: 0.09s;
          transition-delay: 0.09s; }
        #Display .text-info .read-more:hover > span:nth-child(3) {
          -webkit-transition-delay: 0.135s;
          transition-delay: 0.135s; }
        #Display .text-info .read-more:hover > span:nth-child(4) {
          -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s; }
        #Display .text-info .read-more:hover > span:nth-child(5) {
          -webkit-transition-delay: 0.225s;
          transition-delay: 0.225s; }
        #Display .text-info .read-more:hover > span:nth-child(6) {
          -webkit-transition-delay: 0.27s;
          transition-delay: 0.27s; }
        #Display .text-info .read-more:hover > span:nth-child(7) {
          -webkit-transition-delay: 0.315s;
          transition-delay: 0.315s; }
        #Display .text-info .read-more:hover > span:nth-child(8) {
          -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s; }
      #Display .text-info .read-more:before {
        content: attr(data-text);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 12px 0;
        text-align: center;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
      #Display .text-info .read-more > span {
        display: inline-block;
        vertical-align: center;
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
      @media (max-width: 767px) {
        #Display .text-info .read-more {
          font-size: 1rem; } }
  #Display .img-info {
    overflow: hidden;
    position: relative;
    /* height: 400px; */
    
    padding: 0 !important; 
  }

  #Display .text-info-1 .img-info {
    height: 450px;
  }
  #Display .text-info-1 .img-info-x {
    height: 450px;
    padding: 0;
  }
  #Display .text-info-1 .img-info-x img {
    object-fit: cover;
  }
  
    #Display .img-info img {
      object-fit: cover;
      -webkit-transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
      transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
      -webkit-transform: scale3d(1.3, 1.3, 1);
      transform: scale3d(1.3, 1.3, 1); }
    #Display .img-info:hover img {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    #Display .img-info:hover:after {
      opacity: 0; }

.text-info-1 .read-more {
  background-color: #3aaee7;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  .text-info-1 .read-more:hover {
    background-color: #fff; }
  .text-info-1 .read-more span {
    color: #3aaee7; }

.text-info-2 .read-more {
  margin-top: 50px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  .text-info-2 .read-more:hover {
    background-color: #3aaee7;
    border-color: #3aaee7 !important; }
  .text-info-2 .read-more span {
    color: #fff; }

#LEDDisplayContainer {
  padding-left: 0;
  padding-right: 0; }

#LEDDisplayNew{
  padding-left: 0;
  padding-right: 0;
  font-family: "Helvetica Neue LT Std";
  color: #fff;
  font-size: 27px;
  /* background-color: rgb(33, 47, 64); */
  background-image: linear-gradient(to right, #212f40 , #ffffff);
}

#LEDDisplayNew .row{
  margin-top: 0;
      margin-left: 0 !important;
      margin-right: 0 !important;
}

@media (max-width: 767px) {
  #LEDDisplayNew .row .chose-menu{
    flex: 1;
  }
}

@media (max-width: 767px) {
  #LEDDisplayNew .row .show-pic{
    flex: 1;
  }
}

@media (max-width: 767px) {
  .row-new{
    flex-direction: column;
  }
}

.row-new{
  margin: 0; 
  display: flex;
}


#LEDDisplayNew .row .chose-menu{
  flex: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #212f40;
  height: 450px;
}
#LEDDisplayNew .row .chose-menu >div{
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#LEDDisplayNew .row .chose-menu > div > div {
  color: #cccccc7a;
  width: 350px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Helvetica 35 Thin";
  font-size: 36px;
}
#LEDDisplayNew .row .chose-menu > div > div i {
  font-size: 18px !important;
} 
#LEDDisplayNew .row .chose-menu > div > div:hover {
  color: #cccccc !important;
  cursor: pointer;
  transition: all 0.3s;
}
.chosen-one{
  color: #cccccc !important;
}

#LEDDisplayNew .row .show-pic a > img {
  width: 100%;
  height: 450px;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); 
  object-fit: contain;
}
  @media (max-width: 767px) {
    #LEDDisplayNew .row .show-pic a > img {
      height: 280px;
      object-fit: contain;
    } 
  }

#LEDDisplayNew .row .show-pic{
  flex: 2;
  padding: 0;
  background-color: #ffffff;
}

#LEDDisplayNew .row .show-pic a{
  position: relative;
  display: block;
  /* height: 300px; */
}

#LEDDisplayNew .row .show-pic .top-left{
  left: 100px
}

#LEDDisplay {
  padding-top: 30px;
  padding-bottom: 50px;
  font-family: "Helvetica Neue LT Std";
  color: #fff;
  font-size: 27px; }
  @media (max-width: 767px) {
    #LEDDisplay {
      font-size: 2rem;
      padding-bottom: 20px;
      padding-left: 0;
      padding-right: 0;
      width: 100%; } }
  @media (max-width: 767px) {
    #LEDDisplay .row {
      margin-top: 0;
      margin-left: 0 !important;
      margin-right: 0 !important; } }
  #LEDDisplay .row > div {
    position: relative;
    margin-top: 30px; }
    #LEDDisplay .row > div:nth-of-type(2n) {
      color: #fff; }
    @media (max-width: 767px) {
      #LEDDisplay .row > div {
        margin-top: 0; }
        #LEDDisplay .row > div.col-xs-6 {
          padding-top: 50%; }
          #LEDDisplay .row > div.col-xs-6 > a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%; } }
    @media (max-width: 767px) {
      #LEDDisplay .row > div.col-xs-12 a {
        margin: 0 -15px; } }
    #LEDDisplay .row > div > a {
      position: relative;
      display: block; }
      @media (max-width: 767px) {
        #LEDDisplay .row > div > a {
          height: 100%; } }
      #LEDDisplay .row > div > a > img {
        width: 100%;
        height: 450px;
        -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
        @media (max-width: 767px) {
          #LEDDisplay .row > div > a > img {
            height: 100%; } }
      #LEDDisplay .row > div > a .hover {
        position: absolute;
        width: 100%;
        height: 30%;
        bottom: 0;
        left: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.1), transparent); }
      #LEDDisplay .row > div > a > .title {
        position: absolute; }
      #LEDDisplay .row > div > a > .top-left {
        top: 60px;
        left: 100px; }
      #LEDDisplay .row > div > a > .bottom-left {
        left: 50px;
        bottom: 30px; }
      #LEDDisplay .row > div > a .see-more {
        background-color: #00348d;
        height: 450px;
        position: relative; }
        @media (max-width: 767px) {
          #LEDDisplay .row > div > a .see-more {
            height: 150px; } }
        #LEDDisplay .row > div > a .see-more > span {
          position: absolute;
          top: 40%;
          right: 10%;
          font-size: 60px; }
          @media (max-width: 767px) {
            #LEDDisplay .row > div > a .see-more > span {
              font-size: 3rem; } }
        #LEDDisplay .row > div > a .see-more > p {
          position: absolute;
          top: 65%;
          right: 10%; }

@media (max-width: 767px) {
  .display-1 a > img {
    height: auto !important; } }

.display-item a {
  position: relative;
  overflow: hidden; }
  /* .display-item a:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: -webkit-linear-gradient(rgba(50, 58, 69, 0.1), rgba(50, 58, 69, 0.8));
    background: linear-gradient(rgba(50, 58, 69, 0.1), rgba(50, 58, 69, 0.8)); }
  .display-item a:hover:before {
    opacity: 1; 
  } */
  .display-item a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .display-item a p {
    background: transparent;
    position: absolute;
    text-align: center;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .display-item a img{
      height: 100%;
      margin: 0 auto;
      object-fit: cover;
    }
    @media (max-width: 767px){
      .display-item a img{
        height: 90%;
        width: 90%;
        object-fit: cover;
      }
    }

    .display-item .title {
      top: 0 !important;
      text-align: left; }

      .display-item a:hover .title {
        opacity: 1;
        -webkit-transform: translateY(60px);
        -moz-transform: translateY(60px);
        -ms-transform: translateY(60px);
        -o-transform: translateY(60px);
        transform: translateY(60px); }

.display-1 .title {
  top: 0 !important;
  text-align: left; }
.display-1 a:hover .title {
  opacity: 1;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px); }

.display-2 .title, .display-3 .title {
  bottom: 0 !important; }
.display-2 a:hover .title, .display-3 a:hover .title {
  opacity: 1;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1; }
  header li {
    color: #fff; }

main .slider {
  position: relative; }
main .slick-slide {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat; }
  main .slick-slide.user-width-beta {
    background-size: 100% auto; }
  @media (max-width: 767px) {
    main .slick-slide {
      background-size: auto 100% !important; } }
  main .slick-slide.mobile-beta {
    background-size: 0 0 !important; }
    main .slick-slide.mobile-beta img {
      opacity: 1 !important;
      width: 100%; }
  main .slick-slide img {
    opacity: 0; }
main .slick-arrow {
  position: absolute;
  width: 30px;
  height: 60px;
  margin-top: -30px;
  background-size: 77px 60px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../images/arrow_index.png");
  background-color: transparent;
  top: 50%;
  left: 15px;
  z-index: 999; }
  @media (max-width: 767px) {
    main .slick-arrow {
      width: 15px;
      height: 30px;
      margin-top: -15px;
      background-size: 39px 30px; } }
  main .slick-arrow.slick-next {
    right: 15px;
    background-position: -47px 0;
    left: auto; }
    @media (max-width: 767px) {
      main .slick-arrow.slick-next {
        background-position: -24px 0; } }
main .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%); }
  main .slick-dots:after {
    content: "";
    display: table;
    clear: both;
    overflow: hidden; }
  @media (max-width: 767px) {
    main .slick-dots {
      bottom: 1rem;
      width: 50%; } }
  main .slick-dots > li {
    width: 60px;
    background-color: #95e3f8;
    height: 2px;
    border-radius: 1px;
    float: left;
    margin-right: 5px;
    cursor: pointer; }
    @media (max-width: 767px) {
      main .slick-dots > li {
        height: 3px;
        width: 2px;
        width: 18%;
        margin-right: 2%; } }
    main .slick-dots > li.slick-active {
      background-color: #2aa0d8; }
    main .slick-dots > li > button {
      font-size: 0;
      background-color: transparent;
      width: 60px;
      height: 2px; }

.container {
  width: 80%; }

  .container-new {
    width: 100%; }

#Choose .row {
  margin-right: -30px;
  margin-left: -30px; }

#LEDDisplay .row {
  margin-right: -30px;
  margin-left: -30px; }

h4 {
  line-height: 115px;
  height: 115px;
  text-align: center;
  font-family: "Helvetica Neue LT Std";
  font-size: 40px;
  color: #000; }
  @media (max-width: 767px) {
    h4 {
      font-size: 2.9rem; } }

.full-slide-beta {
  background-size: 100% 100% !important; }

.placeholder-for-img {
  position: absolute;
  left: -100%;
  bottom: -100%;
  width: 100%; }


#gallery-pic-1{
  cursor: pointer;
}

.read-more-new{
  margin-top: 60px;
  border: 1px solid #fff;
  border-color: #fff !important;
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  width: 80px;
  height: 26px;
  transition: all 0.3s;
}
.read-more-new span{
  position: relative;
  top: 2px;
}
.read-more-new:hover{
    color: skyblue;
    border-color: skyblue !important;
}

.chose-menu img{
  width: 18px;
}
.last-row{
  display: flex;
}
.last-row .img-info{
  flex: 3;
}
.last-row .text-info{
  flex: 2;
}
@media (max-width: 767px) {
  .last-row{
    flex-direction: column;
  }
  .last-row .img-info{
    flex: 1;
  }
  .last-row .text-info{
    flex: 1;
  }
}