.gp-header27 {
    width: 100%;
    background: linear-gradient(0deg, #9a0612, #b90619);
    position: relative;
    z-index: 2;
  }
  
  .gp-header27 .mobile {
    display: none;
  }
  
  .gp-header27 .mobile .mobile-inner-header {
    width: 100%;
    height: 42px;
    position: absolute;
    top: 0px;
    right: 0px;
  
  }
  
  .gp-header27 .mobile .mobile-inner-header .gp-menu-header-icon {
    font-size: 25px;
    color: #fff;
    height: 31px;
    float: right;
    width: 32px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    margin-top: 33px;
    margin-right: 20px;
    background: #fff;
    z-index: 9999;
  }
  
  .gp-header27 .mobile .mobile-inner-header .gp-menu-header-icon span {
    position: absolute;
    left: 4px;
    top: 33.33%;
    width: 24px;
    height: 2px;
    background-color: #a6000c;
    display: block;
  }
  
  .gp-header27 .mobile .mobile-inner-header .gp-menu-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
  }
  
  .gp-header27 .mobile .mobile-inner-header .gp-menu-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
  }
  
  .gp-header27 .mobile .mobile-inner-header .gp-menu-header-icon span:nth-child(3) {
    transform: translateY(-4px) rotate(0deg);
  }
  
  .gp-header27 .mobile .mobile-inner-header .gp-menu-header-icon-click {
    background: none;
    margin-top: 33px;
  }
  
  .gp-header27 .mobile .mobile-inner-header .gp-menu-header-icon-click span {
    background-color: #ffffff;
  }
  
  .gp-header27 .mobile .mobile-inner-header .gp-menu-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
  }
  
  .gp-header27 .mobile .mobile-inner-header .gp-menu-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
  }
  
  .gp-header27 .mobile .mobile-inner-header .gp-menu-header-icon-click span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
  }
  
  @keyframes clickfirst {
    0% {
      transform: translateY(4px) rotate(0deg);
    }
  
    100% {
      transform: translateY(0) rotate(45deg);
    }
  }
  
  @keyframes clicksecond {
    0% {
      transform: translateY(-4px) rotate(0deg);
    }
  
    100% {
      transform: translateY(0) rotate(-45deg);
    }
  }
  
  @keyframes clickthird {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 0;
    }
  }
  
  .gp-header27 .mobile .mobile-inner-header .gp-menu-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
    transform: translateY(4px) rotate(0deg);
  }
  
  .gp-header27 .mobile .mobile-inner-header .gp-menu-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
    transform: translateY(-4px) rotate(0deg);
  }
  
  .gp-header27 .mobile .mobile-inner-header .gp-menu-header-icon-out span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
    transform: translateY(-4px) rotate(0deg);
  }
  
  @keyframes outfirst {
    0% {
      transform: translateY(0) rotate(-45deg);
    }
  
    100% {
      transform: translateY(-4px) rotate(0deg);
    }
  }
  
  @keyframes outsecond {
    0% {
      transform: translateY(0) rotate(45deg);
    }
  
    100% {
      transform: translateY(4px) rotate(0deg);
    }
  }
  
  @keyframes outthird {
    0% {
      transform: translateY(0) rotate(90deg);
    }
  
    100% {
      transform: translateY(12px) rotate(0deg);
    }
  }
  
  .gp-header27 .mobile .gp-menu-nav {
    background-color: rgba(28, 28, 28, 0.85);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    padding-top: 60px;
    padding-bottom: 25px;
    display: none;
    z-index: 999;
    position: fixed;
    display: block;
    transform: translate(0, -150%);
    width: 100%;
    right: auto;
    left: 0;
    transition: all 1s ease-in-out;
  }
  
  .gp-header27 .mobile .gp-menu-nav li {
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
  }
  
  .gp-header27 .mobile .gp-menu-nav li>a {
    display: inline-block;
    line-height: 45px;
    text-decoration: none;
    width: 100%;
    border-bottom: solid 1px #646360;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
  }
  
  .gp-header27 .mobile .gp-menu-nav li .gp-menu-arrow {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 0;
    cursor: pointer;
    width: 40px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  .gp-header27 .mobile .gp-menu-nav li .m-second-nav {
    display: none;
    padding-left: 10px;
  }
  
  .gp-header27 .mobile .gp-menu-nav li .m-second-nav li {
    padding: 0;
  }
  
  .gp-header27 .mobile .gp-menu-nav li .m-second-nav li a {
    display: block;
    height: 35px;
    line-height: 35px;
    border-bottom: dotted 1px #696a6a;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
  }
  
  @-webkit-keyframes returnToNormal {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes returnToNormal {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  .gp-header27 .mobile .gp-menu-nav li.on span {
    transform: rotate(90deg);
  }
  
  .gp-header27 .mobile .gp-menu-nav .gp-menu-nav.gp-menu-offcanvas1 {
    position: fixed;
    display: block;
    transform: translate(-150%, 0);
    width: 100%;
    right: auto;
    left: 0;
  }
  
  .gp-header27 .mobile .gp-menu-nav .mobile_search {
    clear: both;
    position: relative;
    height: 36px;
    margin: 10px 30px 0;
    border: 1px solid #747474;
    border-radius: 30px;
    overflow: hidden;
  }
  
  .gp-header27 .mobile .gp-menu-nav .mobile_search input.notxt {
    width: 79%;
    color: #d9d9d9;
    margin-left: 45px;
    border: none;
    height: 34px;
    background: none;
    outline: none;
  }
  
  .gp-header27 .mobile .gp-menu-nav .mobile_search input.notxt1 {
    width: 45px;
    background-color: #fff;
    right: auto;
    position: absolute;
    top: 10px;
    left: 0;
    background: url(../images/ser.png) no-repeat center center;
    border: none;
  }
  
  .gp-header27 .mobile .gp-menu-nav .m-link {
    display: block;
    padding: 20px;
    box-sizing: border-box;
  }
  
  .gp-header27 .mobile.open .gp-menu-nav {
    transition: all 1s ease-in-out;
    transform: translate(0, 0);
    position: absolute;
    display: block;
  }
  
  .gp-header27 .wrapHeader {
    overflow: hidden;
  }
  
  .gp-header27 .wrapHeader .gp-logo {
    padding: 28px 0;
    box-sizing: border-box;
  }
  
  .gp-header27 .wrapHeader .gp-logo a {
    display: inline-block;
    vertical-align: middle;
  }
  
  .gp-header27 .wrapHeader .gp-logo a img {
    max-height: 88px;
  }
  
  .gp-header27 .wrapHeader .ser {
    height: 30px;
    line-height: 25px;
    background: #fff;
    margin: 57px 0;
  }
  
  .gp-header27 .wrapHeader .ser .search {
    width: 183px;
    height: 30px;
    position: relative;
    overflow: hidden;
  }
  
  .gp-header27 .wrapHeader .ser .search input {
    position: absolute;
    height: 30px;
    line-height: 30px;
    color: #b090bc;
    font-size: 12px;
    border: none;
    background: none;
  }
  
  .gp-header27 .wrapHeader .ser .search input.notxt {
    padding-left: 12px;
    box-sizing: border-box;
    width: 130px;
    outline: none;
  }
  
  .gp-header27 .wrapHeader .ser .search input.notxt1 {
    position: absolute;
    width: 34px;
    height: 22px;
    top: 1px;
    left: 140px;
    border: none;
    background: url(../images/ser.png) no-repeat center;
    cursor: pointer;
    overflow: hidden;
  }
  
  .gp-header27 .wrapHeader .ser:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 15px solid rgba(0, 86, 140, 0.3);
    border-left: 15px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  
  .gp-header27 .wrapHeader .gp-link {
    display: block;
    margin: 57px 0;
    margin-left: 10px;
    line-height: 25px;
  }
  
  .gp-header27 .nav {
    width: 100%;
    height: 56px;
    border-top: rgba(255, 255, 255, 0.25) 1px solid !important;
    background: #a6000c;
  }
  
  .gp-header27 .nav ul {
    height: 56px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  
  .gp-header27 .nav ul::after {
    display: none !important;
  }
  
  .gp-header27 .nav ul li {
    position: relative;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
  }
  
  .gp-header27 .nav ul li>a {
    display: block;
    line-height: 56px;
    height: 56px;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 16px;
  }
  
  .gp-header27 .nav ul li .subNav {
    position: absolute;
    left: 0;
    top: 56px;
    left: 0px;
    display: none;
    background: #a6000c;
    overflow: hidden;
    width: 100%;
    z-index: 99;
  }
  
  .gp-header27 .nav ul li.on {
    background: #a6000c;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  
  .gp-header27 .nav ul li.on .subNav {
    display: block;
  }
  
  .gp-header27 .nav ul li.on .subNav dl {
    overflow: hidden;
  }
  
  .gp-header27 .nav ul li.on .subNav dl dd {
    height: auto;
    line-height: 18px;
    text-align: center;
  }
  
  .gp-header27 .nav ul li.on .subNav dl dd a {
    line-height: 18px;
    padding: 10px 5px;
    box-sizing: border-box;
    text-align: center;
    font-weight: normal;
    display: block;
  }
  
  .gp-header27 .nav ul li.on .subNav dl dd:hover {
    background: #a6000c;
  }
  
  .gp-header27 .nav ul li.on .subNav dl dd:hover a {
    color: #fff;
  }
  
  .gp-header27 .nav ul li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 56px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 0px;
    top: 0;
  }
  
  .gp-header27 .nav ul li:first-child:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 56px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0px;
    top: 0;
  }
  
  .gp-header27 .nav ul:after {
    content: "";
    width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 0;
  }
  
  @media screen and (max-width: 1100px) {
  
    .gp-header27 .nav,
    .gp-header27 .ser,
    .gp-header27 .wrapHeader .gp-link {
      display: none;
    }
  
    .gp-header27 .mobile {
      display: block;
      position: static;
    }
  }
  
  @media screen and (max-width: 767px) {
    .logo {
      width: 80%;
    }
  
    .logo .logo_01 {
      width: 48%;
    }
  
    .logo .logo_02 {
      width: 38%;
    }
  }
  
  @media screen and (max-width: 600px) {
    .gp-header27 .mobile .mobile-inner-header .gp-menu-header-icon {
      margin-top: 20px;
    }
  }
  
  @media screen and (max-width: 414px) {
    .gp-header27 .mobile .mobile-inner-header .gp-menu-header-icon {
      margin-top: 15px;
    }
  }
  
  .gp-header27 .nav {
    transition: all 0.3s ease-out 0s;
  }
  
  .gp-header27 .wrapHeader {
    transition: all 0.2s ease-out 0s;
  }
  
  .gp-header27.currents .wrapHeader {
    height: 0;
  }
  
  .gp-header27.currents {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
  
  .gp-header27 {
    transition: all 0.5s ease-out 0s;
  }
  
  .gp-header27.currents .mobile .mobile-inner-header .gp-menu-header-icon {
    margin-top: 5px;
  }