.footer .box .box-o

@media (min-width: 1350px) and (max-width: 1400px) {
  .header-top .box:before {
    left: -49px;
    height: 30px;
    background-size: auto 100%;
  }

  #sticker .body-sticker > ul > li.menu-mega > ul {
    overflow-y: scroll;
    max-height: 500px;
  }
}

@media (min-width: 992px) {
  .head-sticker, .footer-sticker {
    display: none;
  }

  .header > .container > .box {
    position: relative;
    display: block;
    float: left;
    width: 100%;
  }

  #sticker {
    float: right;
    display: table;
    width: calc(100% - 270px);
    height: 46px;
  }

  #sticker ul {
    list-style: none;
  }

  #sticker .body-sticker > ul {
    margin-bottom: 0;
    transition: all .35s;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
  }

  #sticker .body-sticker > ul > li {
    position: relative;
    padding: 0px 15px;
    text-align: center;
  }

  #sticker .body-sticker > ul > li .form-search {
    position: absolute;
    top: 100%;
    z-index: 999;
    right: 0;
    overflow: hidden;
    border: 1px solid transparent;
    width: 0px;
    transition: all .5s;
  }

  #sticker .body-sticker > ul > li .form-search form {
    position: relative;
  }

  #sticker .body-sticker > ul > li .form-search form input {
    line-height: 30px;
    padding: 0 10px;
    padding-right: 30px;
    width: 100%;
  }

  #sticker .body-sticker > ul > li .form-search form input::placeholder {
    font-family: 'Open Sans';
    font-size: 14px;
  }

  #sticker .body-sticker > ul > li .form-search form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../images/ic-search-1.png) center no-repeat;
    transition: all .27s;
    transform: translateY(-100%);
  }

  #sticker .body-sticker > ul > li:hover .form-search form button {
    transform: translateY(0);
  }

  #sticker .body-sticker > ul > li:hover .form-search, #sticker .body-sticker > ul > liactive .form-search {
    border-color: #ea5b15;
    width: 200px;
  }

  #sticker .body-sticker > ul > li:first-child {
    padding-left: 0;
  }

  #sticker .body-sticker > ul > li:last-child {
    padding-right: 0;
  }

  #sticker .body-sticker > ul > li > a:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 0;
    bottom: -3px;
    left: 0;
    background: #ea5b15;
    z-index: 999;
    transition: all .35s;
  }

  #sticker .body-sticker > ul > li > a {
    color: #535353;
    font-size: 14px;
    line-height: 46px;
    font-weight: 600;
    text-transform: uppercase;
    color: #586974;
    position: relative;
    display: inline-block;
  }

  #sticker .body-sticker > ul > li > a.btn-search {
    width: 25px;
    height: 46px;
    background: url(../images/ic-search-1.png) center no-repeat;
    display: block;
    float: right;
  }

  #sticker .body-sticker > ul > li:hover > a.btn-search {
    transform: translateY(100%);
    height: 35px;
  }

  #sticker .body-sticker > ul > li > a img {
    margin-bottom: 5px;
  }

  #sticker .body-sticker > ul > li > ul, #sticker .body-sticker > ul > li > .mega-troll {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    transition: all .35s;
    transform: translate(0, 10px);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    background: #ffffff;
    border-top: 3px solid #ea5b15;
  }

  #sticker .body-sticker > ul > li:hover > a, #sticker .body-sticker > ul > li.active > a {
    color: #ea5b15;
  }

  #sticker .body-sticker > ul > li:hover a:before, #sticker .body-sticker > ul > li.active a:before {
    width: 100%;
  }

  #sticker .body-sticker > ul > li:hover > ul, #sticker .body-sticker > ul > li:hover .mega-troll {
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
    z-index: 999;
  }

  #sticker .body-sticker > ul > li > ul li {
    position: relative;
  }

  #sticker .body-sticker > ul > li > ul li a, #sticker .body-sticker > ul > li .mega-troll li a {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #586974;
    padding: 4px;
    border-bottom: 1px solid #ddd;
    transition: all .35s;
    padding-left: 25px;
    text-align: left;
  }

  #sticker .body-sticker > ul > li > ul li:last-child a {
    border-bottom: 0;
  }

  #sticker .body-sticker > ul > li > ul li:hover a {
    color: #ea5b15;
  }

  #sticker .body-sticker > ul > li.menu-mega {
    position: initial;
  }

  #sticker .body-sticker > ul > li.menu-mega > .mega-troll {
    width: 100%;
    padding: 14px;
    background: #f9f9f9 url(../images/bg-bottom-menu-mega.png) bottom no-repeat;
    border-top: 3px solid #ea5b15;
    z-index: 9999;
    padding-bottom: 58px;
    background-size: 100% auto;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.40);
    display: flex;
    flex-wrap: wrap;
  }

  #sticker .body-sticker .sub-menu-group {
    width: calc(100% / 3);
    padding: 0 24px;
  }

  #sticker .body-sticker .menu-mega .box {
    text-align: left;
  }

  #sticker .body-sticker .menu-mega .box > a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    border-left: 0;
    color: #445a67;
    padding: 12px 0;
    position: relative;
    padding-left: 25px;
  }

  #sticker .body-sticker .menu-mega .box > a:before {
    content: "\f0da";
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 16px;
    left: 1px;
    width: 12px;
    height: 12px;
    color: #fff;
    border-radius: 50%;
    font-size: 9px;
    padding-left: 5px;
    background: #ea5b15;
    padding-top: 1px;
  }

  #sticker .body-sticker .menu-mega .box > ul {
  }

  #sticker .body-sticker .menu-mega .box > ul > li {
    border-bottom: 1px solid #ddd;
  }

  #sticker .body-sticker .menu-mega .box > ul > li > a {
    border-left: 0;
    color: #445a67;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 0px;
    position: relative;
    padding-right: 10px;
    border: 0;
  }

  #sticker .body-sticker .menu-mega .box > ul > li > a:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    background: transparent;
    top: 12px;
    right: 3px;
    font-size: 16px;
    width: 5px;
  }

  #sticker .body-sticker .menu-mega .box > ul > li > ul {
    padding-bottom: 8px;
    display: none;
  }

  #sticker .body-sticker .menu-mega .box > ul > li > ul > li {
  }

  #sticker .body-sticker .menu-mega .box > ul > li > ul > li > a {
    border-left: 0;
    position: relative;
    color: #85929a;
    font-size: 14px;
    border: 0;
    line-height: 18px;
    padding: 3px 0;
    padding-left: 15px;
  }

  #sticker .body-sticker .menu-mega .box > ul > li > ul > li > a:before {
    content: '\f111';
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: transparent;
    top: 10px;
    left: 1px;
    font-size: 6px;
    width: 5px;
  }

  #sticker .body-sticker .menu-mega .box a:hover {
    color: #ea5b15
  }
}

@media (max-width: 1199px) {
  .light-gallary-product .lSGallery li {
    height: 60px;
  }

  .light-gallary-product .lSAction > a {
    bottom: 14px;
  }

  .light-gallary-product .run-lightgallery li {
    height: 348px;
    line-height: 348px;
  }

  .detail-product > .box-x .footer-x a {
    padding-right: 7px;
    margin-right: 5px;
    font-size: 12px;
  }

  .footer .box .item-1 {
    width: 25%;
  }

  .footer .box .item-2 {
    width: 50%;
  }

  .footer .box .item-3 {
    width: 25%;
  }

  #sticker .body-sticker > ul > li > a {
    font-size: 13px;
  }

  #sticker .body-sticker > ul > li {
    padding: 0 7px;
  }

  #sticker .body-sticker > ul > li.sub-menu > a {
    padding-right: 55px;
  }

  .red-footer .right ul li {
    padding: 6px 3px;
  }

  .red-footer .right ul li a {
    background-size: 100% 100% !important;
    width: 45px;
    height: 45px;
  }

  .titH-1 .lg, .titH-2 .lg {
    font-size: 30px;
  }

  .titH-2 {
    margin: 15px 0;
  }

  .titH-2 .lg {
    line-height: 60px;
  }

  .list-service-id .box ul li .item .desc .desc-o p {
    font-size: 14px;
    line-height: 20px;
  }

  .list-img-abid > .box {
    width: calc(100vw - 20px);
    height: 280px;
  }

  .list-tab-pikachu > .box ul li .item .avt {
    height: 175px;
  }

  #sticker .body-sticker > ul > li.menu-mega > ul > li {
    padding: 0 10px;
  }

  .content-pikachu {
    height: 460px;
  }

  .list-tab-pikachu > .box .lSAction > .lSNext {
    right: -14px;
  }

  .list-tab-pikachu > .box .lSAction > .lSPrev {
    left: -14px;
  }

  .list-rrm-v1 ul li .item .desc {
    padding: 5px 10px;
  }

  .list-address-x {
    padding: 0;
  }

  .list-address-x li {
    height: 54px;
  }
}

@media (max-width: 1024px) {
  .header-top .box:before {
    height: 30px;
    left: -49px;
    background-size: auto 100%;
  }
}

@media (max-width: 991px) {
  .wow {
    visibility: visible;
  }

  .footer .box .item-2 .box-o {
    float: left;
    margin: 0 -15px;
  }

  .header-top .box:before {
    height: 30px;
    left: -49px;
    background-size: auto 100%;
  }

  .list-address-x {
    padding: 0 40px;
  }

  .form-contact form label {
    width: calc(50% - 20px);
    float: left;
    margin: 5px 10px;
  }

  .form-contact form label:nth-child(6) {
    width: calc(100% - 20px);
  }

  .form-contact form .box-f {
    padding: 0 10px;
  }

  .list-address-x li {
    height: auto;
  }

  .contact-box > ul > li {
    width: 100%;
    margin-bottom: 20px;
    height: auto !important;
  }

  .list-z-box .box-z .desc .desc-o .titH-6 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .list-z-box .box-z .desc .desc-o > p {
    margin-bottom: 10px;
    line-height: 20px;
    max-height: 80px;
  }

  .list-z-box .box-z .desc .desc-o .btn-seemore {
    padding: 2px 15px;
    font-size: 12px;
  }

  .list-rrm-v1 ul li {
    width: calc(100% / 3)
  }

  .light-gallary-product .lSGallery li {
    height: 86px;
  }

  .light-gallary-product .lSAction > a {
    bottom: 30px;
  }

  .light-gallary-product, .detail-product > .box-x {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .frm-seach {
    position: relative;
    margin-top: 45px;
  }

  .frm-seach form {
  }

  .frm-seach form input {
    width: 100%;
    line-height: 35px;
    padding-left: 15px;
    padding-right: 45px;
  }

  .frm-seach form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: url(../images/ic-search-1.png) center no-repeat;
  }

  #touch-on {
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    top: 40px;
    right: 20px;
  }

  #touch-on span {
    position: absolute;
    width: 30px;
    height: 3px;
    top: 7px;
    left: 2px;
    background: #ea5b15;
    transition: all .35s;
  }

  #touch-on span::before, #touch-on span:after {
    width: 30px;
    height: 3px;
    content: '';
    background: #ea5b15;
    position: absolute;
    top: 9px;
    transition: all .35s;
  }

  .mb-hidden {
    display: none !important;
  }

  .list-img-abid .item {
    width: 50%;
  }

  .logo-picachu {
    left: 45%;
  }

  .list-service-id .box ul li {
    width: 100%;
  }

  .footer .item-3 {
    display: none;
  }

  .menu-fixed-right {
    display: none;
  }

  #touch-on span:after {
    top: 18px;
  }

  #touch-on.active span {
    top: 18px;
    width: 25px;
    left: 5px;
    transform: rotate(45deg);
  }

  #touch-on.active span::before, #touch-on.active span:after {
    width: 25px;
    top: 0;
    transform: rotate(90deg);
  }

  .head-sticker label {
    margin: 0;
    width: 100%;
    position: relative;
  }

  .head-sticker label input {
    width: 100%;
    background: #fff;
    line-height: 41px;
    padding-left: 15px;
    padding-right: 50px;
  }

  .head-sticker label button {
    position: absolute;
    top: 0;
    right: 0;
    height: 41px;
    width: 40px;
    color: #333;
  }

  #touch-out {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 35px;
    height: 35px;
  }

  #sticker .head-sticker #touch-out:before, #sticker .head-sticker #touch-out:after {
    content: '';
    width: 18px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -9px;
    background: #fff;
  }

  #sticker .head-sticker #touch-out:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }

  #sticker .head-sticker #touch-out:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }

  #sticker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all .35s;
  }

  #sticker.active, #sticker.active .overlay-sticker {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }

  #sticker.active .warpper {
    transform: translate(0, 0);
  }

  .sticker-container {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .overlay-sticker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all .35s;
  }

  .warpper {
    position: relative;
    width: 320px;
    height: 100%;
    background: #ea5b15;
    z-index: 9999;
    background-size: cover;
    transform: translate(-100%, 0);
    transition: all .35s;
    padding: 100px 0 50px;
  }

  .head-sticker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
  }

  .body-sticker {
    position: relative; /* border-top: 1px solid #fff; */
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
  }

  .body-sticker > ul {
    display: block;
    width: 100%;
    height: 100% !important;
    max-height: 100%;
    overflow: auto;
    margin: 0;
  }

  .body-sticker > ul > li {
    display: block;
    padding: 0 !important;
    position: relative;
  }

  .body-sticker > ul > li > a {
    text-transform: uppercase;
    display: block;
    line-height: 24px;
    padding: 7px 14px;
    border-top: 1px solid #eee;
    color: #fff;
    position: relative;
    z-index: 998;
    background: rgba(0, 0, 0, 0);
    padding-right: 45px;
  }

  .body-sticker > ul > li > i {
    position: absolute;
    width: 50px;
    height: 38px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 38px;
    z-index: 999;
    color: #fff;
    font-size: 18px;
  }

  .footer-sticker {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
  }

  .body-sticker > ul > li > span {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    transition: all .35s;
    z-index: 1000;
  }

  .body-sticker > ul > li > ul, .body-sticker > ul > li > .mega-troll {
    width: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.2);
  }

  .body-sticker > ul > li > ul > li > .box, .body-sticker > ul > li > .mega-troll > li > .box {
    position: relative;
  }

  .body-sticker > ul > li > ul > li > .box > a, .body-sticker > ul > li > .mega-troll > li > .box > a {
    display: block;
    line-height: 24px;
    padding: 7px 0px;
    border-top: 1px solid #eee;
    color: #fff;
    padding-left: 25px;
    padding-right: 45px;
  }

  .body-sticker > ul > li > ul > li > .box > ul, .body-sticker > ul > li > .mega-troll > li > .box > ul {
    display: none;
    background: rgba(0, 0, 0, 0.3);
  }

  .body-sticker > ul > li > ul > li > a , .body-sticker > ul > li > .mega-troll > li > a  {
    padding: 7px 10px;
    padding-left: 25px;
    border-bottom: 1px solid #eee;
    display: block;
    color: #fff;
  }

  .body-sticker > ul > li > ul > li > .box > ul > li, .body-sticker > ul > li > .mega-troll > li > .box > ul > li {
    position: relative;
  }

  .body-sticker > ul > li > ul > li > .box > ul > li > a, .body-sticker > ul > li > .mega-troll > li > .box > ul > li > a { {
    display: block;
    line-height: 24px;
    padding: 7px 0px;
    border-top: 1px solid #eee;
    color: #fff;
    padding-left: 40px;
    padding-right: 45px;
  }

  .body-sticker > ul > li > ul > li > .box > ul > li > ul, .body-sticker > ul > li > .mega-troll > li > .box > ul > li > ul {
    display: none;
    background: rgba(0, 0, 0, 0.3);
  }

  .body-sticker > ul > li > ul > li > .box > ul > li > span {
  }

  .body-sticker > ul > li > ul > li > .box > ul > li > ul > li > a, .body-sticker > ul > li > .mega-troll > li > .box > ul > li > ul > li > a {
    padding: 7px 0px;
    border-top: 1px solid #eee;
    color: #fff;
    padding-left: 50px;
    display: block;
  }

  .head-sticker p {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    padding: 15px;
    margin: 0;
  }

  .header .logo {
    padding-left: 10px;
    width: 225px;
  }

  .mb-lang {
    width: 100%;
    height: 50px;
    border-top: 1px solid #eee;
  }

  .mb-lang li:first-child {
    border-right: 1px solid #eee;
  }

  .mb-lang li a {
    display: block;
    text-align: center;
    color: #fff;
  }

  .list-no-name-1 ul li p {
    font-size: 14px;
    padding-left: 6px;
  }

  .list-no-name-1 ul li .avt {
    width: 35px;
  }

  .list-no-name-1 ul li .box {
    height: 45px;
  }

  .slider-news-id .box {
    margin: 0 -10px;
  }

  .slider-news-id .box .lSAction > .lSPrev {
    left: -24px;
  }

  .slider-news-id .box .lSAction > .lSNext {
    right: -24px;
  }

  .list-service-id .box ul li {
    width: 50%;
    padding: 15px;
  }

  .list-service-id .box ul li .item .desc .desc-o p {
    font-size: 16px;
    line-height: 24px;
  }

  .list-tab-pikachu {
    margin: 0 -10px;
  }

  .list-tab-pikachu > .box ul li {
    width: calc(100% / 3);
    padding: 15px 10px;
  }

  .list-tab-pikachu > .box ul.list-item li {
    width: 50%;
  }

  .nav-pikachu > .box .lSAction > .lSPrev {
    left: -20px;
    background-color: #c34a39;
  }

  .nav-pikachu > .box .lSAction > .lSNext {
    right: -20px;
    background-color: #c34a39;
  }

  .slider-news-id .box ul li {
    width: 50%;
  }

  .list-img-abid > .box {
    width: 360px;
    height: 225px;
  }

  .list-img-abid .item .desc-o p {
    font-size: 14px;
  }

  .footer .box .item-1 {
    width: 100%;
  }

  .footer .box .item-1 .box-o {
    margin: auto;
  }

  .footer .box .item-2 {
    width: 60%;
  }

  .footer .box .item-3 {
    width: 40%;
    padding-left: 15px;
  }

  .footer .box .item-4 {
    width: 35%;
  }

  .footer .box .item-5 {
    width: 40%;
  }

  .footer .box .item-5 .box-o {
    float: left;
  }

  .mb-hidden {
    display: none !important;
  }

  .red-footer .left .mail-ft span {
    display: none
  }

  .body-sticker > ul li span,   .body-sticker span {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    transition: all .35s;
    z-index: 1000;
  }

  .address-scroll .box .box-o.item-1 .avt-o {
    padding-top: 45px;
  }

  .address-scroll .box .box-o.item-2 {
    padding: 80px 0;
  }

  .address-scroll .box .box-o .txtB {
    font-size: 23px;
  }

  .address-scroll .box .box-o.item-3 {
    padding: 25px 0;
  }

  .list-z-box .box-z .desc {
    padding: 0 20px;
  }

  .list-tab-pikachu.list-tab-pikachu-search > .box ul li, .list-tab-pikachu.list-tab-pikachu-search > .box ul.list-item li {
    width: calc(100% / 3);
  }
}

@media (max-width: 425px) {
  .footer .box .box-o iframe {
    height: 180px;
  }

  .footer .box .item-3 {
    padding-top: 25px;
    padding-left: 0;
  }

  .footer .box .item-2 {
    padding-top: 25px;
  }

  .footer {
    padding-bottom: 55px;
  }

  .nav-pikachu > .box ul li .item .desc p {
    font-size: 12px;
    line-height: 16px;
  }

  .form-contact form label {
    width: 100% !important;
    margin: 5px 0;
  }

  .list-address-x {
    padding: 0;
  }

  .list-address-x li {
    width: 100%;
    padding: 4px 0;
  }

  .list-z-box .box-z .desc:before, .list-z-box .box-z:nth-child(2n) .desc:before {
    top: initial;
    right: initial;
    left: 50%;
    bottom: 100%;
    border-color: transparent;
    border-bottom-color: #fff;
    transform: translate(-50%, 0);
  }

  .list-z-box .box-z .desc .desc-o .titH-6 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .list-z-box .box-z .desc .desc-o > p {
    max-height: initial;
    margin-bottom: 20px;
  }

  .list-z-box .box-z .desc {
    padding: 20px;
  }

  .list-z-box .box-z > * {
    width: 100% !important;
  }

  .list-rrm-v1 ul li {
    width: 100%
  }

  .list-rrm-v1 ul li .item .desc {
    padding: 5px 15px;
  }

  .header-top .box ul {
    position: relative;
  }

  .nav-noti ul li {
    padding: 0 7px;
  }

  .nav-noti ul li a {
    font-size: 16px;
    line-height: 40px;
  }

  .slider-news-id .box ul li {
    width: 100%;
  }

  .list-no-name-1 {
    padding: 7px 0;
  }

  .list-no-name-1 ul li {
    border: 0;
    width: 100%;
  }

  .list-img-abid {
    margin: auto;
    float: initial;
    display: table;
    margin-top: 25px;
  }

  .about-index {
    padding: 15px 0;
  }

  .titH-1 {
    margin: 15px 0 20px;
  }

  .nav-pikachu > .box {
    margin-top: -15px;
  }

  .nav-pikachu > .box .lSAction > .lSPrev {
    left: -10px;
    border: 1px solid #fff;
  }

  .nav-pikachu > .box .lSAction > .lSNext {
    right: -10px;
    border: 1px solid #fff;
  }

  .nav-pikachu > .box ul li .item {
    padding: 30px 0 15px;
  }

  .nav-pikachu > .box ul li .item:before {
    height: 15px;
  }

  .list-tab-pikachu > .box ul li, .list-tab-pikachu > .box ul.list-item li {
    width: 100%;
  }

  .list-tab-pikachu.list-tab-pikachu-search > .box ul li, .list-tab-pikachu.list-tab-pikachu-search > .box ul.list-item li {
    width: 100%;
  }

  .list-tab-pikachu > .box ul li .item .avt {
    height: 200px;
  }

  .list-tab-pikachu > .box {
    padding: 0 0;
  }

  .content-pikachu {
    height: auto;
    padding-bottom: 15px;
  }

  .list-tab-pikachu > .box .lSAction > .lSNext {
    right: 0;
  }

  .list-tab-pikachu > .box .lSAction > .lSPrev {
    left: 0px;
  }

  .slider-news-id .box .lSAction > .lSPrev {
    left: -14px;
    background-color: #eaeaea;
    border: 1px solid #ddd;
  }

  .slider-news-id .box .lSAction > .lSNext {
    right: -14px;
    background-color: #eaeaea;
    border: 1px solid #ddd;
  }

  .red-footer .left .hotline-ft {
    font-size: 16px;
    padding: 5px;
    padding-left: 35px;
    float: initial;
    margin: auto;
    display: table;
  }

  .red-footer .left .mail-ft a {
    padding: 5px;
    padding-left: 35px;
  }

  .red-footer .left .mail-ft {
    float: initial;
    display: table;
    margin: auto;
  }

  .red-footer .left {
    width: 100%;
  }

  .red-footer .right {
    width: 100%;
  }

  .red-footer .right ul {
    display: table;
    margin: auto;
  }

  .list-service-id .box ul li {
    padding: 7px;
  }

  .list-service-id .box ul li .item .desc {
    padding: 10px;
  }

  .list-service-id .box ul li .item .desc .desc-o p {
    font-size: 14px;
  }

  .footer .box > * {
    width: 100% !important;
  }

  .footer .box .box-o > .coppy-right br {
    display: none;
  }

  .footer .box .item-2 br {
    display: none;
  }

  .footer .box .box-o .tit-ft {
    font-size: 16px;
    text-align: left;
    width: 100%;
    display: block;
  }

  .nav-scroll {
    min-height: 44px;
    overflow: initial;
    z-index: 999;
    position: relative;
  }

  .nav-scroll .box {
    height: 44px;
    overflow: hidden;
    border-radius: 5px;
    padding: 0 44px;
    position: absolute;
    transition: all .35s;
    z-index: 999;
    width: 100%;
    background: #f7f7f7;
  }

  .nav-scroll .box ul li {
    width: 100%;
    background: transparent;
    display: none;
  }

  .nav-scroll .box ul li:first-child {
    display: block;
  }

  .fixed-nav-scroll .nav-scroll .box ul li {
    display: none;
  }

  .fixed-nav-scroll .nav-scroll .box ul li.active {
    display: block;
  }

  .nav-scroll .box.active {
    height: 204px;
  }

  .nav-scroll .box.active ul li {
    display: block;
  }

  .nav-scroll .box > span {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 22px;
  }

  .address-scroll .box .box-o .txtB {
    text-align: center;
    width: 100%;
  }

  .address-scroll .box .box-o .btn-down {
    float: initial;
    display: table;
    margin: auto;
  }

  .header-top .box ul.contact-1 li {
    font-size: 0;
    padding-right: 0;
    padding-left: 35px;
    background-position: center;
    display: none;
  }

  .form-contact form .box-f > span {
    width: 100%;
    max-width: 100%;
    line-height: 24px;
  }

  .content-pikachu .tab-pane {
    position: relative;
  }

  .footer .box .box-o ul li {
    text-align: left;
  }

  .footer .box .box-o {
    width: 100%;
  }

  .footer .box .item-2 .box-o {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }

  .header-top .box:before {
    width: 50px;
    height: 30px;
    left: -50px;
    top: 0;
    background-size: auto 100%;
  }

  .header-top .box {
    width: 140px;
  }

  .header .logo {
    padding-left: 10px;
    width: 170px;
  }

  .menu-fixed-right {
    bottom: 0;
    top: initial;
    transform: initial;
    left: 0;
  }

  .menu-fixed-right ul {
    margin-bottom: 0;
  }

  .menu-fixed-right ul li {
    display: inline-block;
    margin-bottom: 0;
  }

  .menu-fixed-right ul li a {
    position: relative;
    top: 0 !important;
    width: 46px;
    transform: initial;
    padding-left: 13px;
    font-size: 0;
    margin-bottom: 0;
    text-align: center;
    padding: 0;
    border-radius: 5px;
  }

  .menu-fixed-right ul li a img {
    margin-right: 0 !important;
  }
}