/*----------------------*/
/*---------FONT---------*/
@font-face {
    font-family: "Quicksand";
    src: url("../font/Quicksand-Light.eot?#iefix") format("embedded-opentype"), url("../font/Quicksand-Light.woff") format("woff"),
        url("../font/Quicksand-Light.ttf") format("truetype"), url("../font/Quicksand-Light.svg#Quicksand-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Quicksand";
    src: url("../font/Quicksand-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Quicksand-Regular.woff") format("woff"),
        url("../font/Quicksand-Regular.ttf") format("truetype"), url("../font/Quicksand-Regular.svg#Quicksand-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Quicksand";
    src: url("../font/Quicksand-Medium.eot?#iefix") format("embedded-opentype"), url("../font/Quicksand-Medium.woff") format("woff"),
        url("../font/Quicksand-Medium.ttf") format("truetype"), url("../font/Quicksand-Medium.svg#Quicksand-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Quicksand";
    src: url("../font/Quicksand-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Quicksand-Bold.woff") format("woff"),
        url("../font/Quicksand-Bold.ttf") format("truetype"), url("../font/Quicksand-Bold.svg#Quicksand-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
}
/*-----------------------*/
/*---------COLOR---------*/
/*---------------------------*/
/*---------FONT-SIZE---------*/
/*----------------------*/
/*---------FONT---------*/
/*-----------------------------*/
/*---------WIDTH-QUERY---------*/
/*----------------------*/
/*---------BODY---------*/
html {
    font-size: 10px;
    /* scroll-behavior: smooth; */
}
/* @media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    html {
      transform: rotate(-90deg);
      transform-origin: left top;
      width: 100vh;
      overflow-x: hidden;
      position: absolute;
      top: 100%;
      left: 0;
    }
} */

body {
    font-size: 16px;
}


html,
body {
    width: 100%;
    min-height: 100%;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    color: black;
    overflow-x: hidden;
    background: #f0f0f0;
    -webkit-overflow-scrolling: touch;
    min-width: 320px;
    position: relative;
}

/* @media only screen and (orientation:landscape){
    body {
      height: 100vw;
      transform: rotate(90deg);
    }
  } */

/*--------------------------*/
/*---------STANDARD---------*/
.mb {
    display: none;
}
@media (max-width: 640px) {
    .mb {
        display: block;
    }
}

.dsk {
    display: block;
}
@media (max-width: 640px) {
    .dsk {
        display: none;
    }
}

.hide {
    display: none !important;
}

.al-center {
    text-align: center;
}

.visible-hide {
    visibility: hidden;
}

.page {
    padding-top: 113px;
}
@media (max-width: 1024px) {
    .page {
        padding-top: 33px;
    }
}

.container {
    max-width: 1200px;
    width: 100%;

    margin: 0 auto;
    padding: 0 10px;

    position: relative;
}
.containerType {
    max-width: 1180px;
    width: 100%;

    margin: 0 auto;
    padding: 0;

    position: relative;
    background-color: #fffaf7;
}
.containerTypeWrap {
    overflow-x: auto;
}
.fixed .containerType {
    padding: 0 10px;
}

.containerTypeWrap::-webkit-scrollbar {
    height: 6px;
}
.containerTypeWrap::-webkit-scrollbar-track {
    background: white;
    border-radius: 5px;
}
.containerTypeWrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0, 121, 193,.3);
}

@media screen and (max-width: 1024px) {
    .container {
        padding: 0 20px;
    }
}
@media screen and (max-width: 639px) {
    .container {
        padding: 0 10px !important;
    }
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.al-right {
    text-align: right;
}

.w1450 {
    max-width: 1470px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.w640 {
    max-width: 640px;
    width: 100%;
}

.padleft5px {
    padding-left: 5px !important;
}
.padright5px {
    padding-right: 5px !important;
}

a:hover {
    text-decoration: none;
}

.cl-blue {
    color: #007cff;
}
.cl-white {
    color: #fff;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/** {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
}*/
input {
    display: block;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    text-shadow: none;
    -webkit-text-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-input-placeholder,
.contextFeedback::-webkit-input-placeholder,
#stickyTotal .form-group .detail-group textarea::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: "Quicksand", sans-serif;
}

input::-moz-placeholder .contextFeedback::-moz-placeholder #stickyTotal .form-group .detail-group textarea::-moz-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: "Quicksand", sans-serif;
}

input:-ms-input-placeholder,
.contextFeedback:-ms-input-placeholder,
#stickyTotal .form-group .detail-group textarea:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: "Quicksand", sans-serif;
}

input:-moz-placeholder,
.contextFeedback:-moz-placeholder,
#stickyTotal .form-group .detail-group textarea:-moz-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: "Quicksand", sans-serif;
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

@-webkit-keyframes autofill {
    to {
        color: white;
        background: #009ac7;
    }
}
textarea {
    display: block;
    width: 100%;
    resize: none;
    border: 1px solid #000;
    font-size: 24px;
    font-weight: 300;
    border-radius: 0;
    border: none;
    text-shadow: none;
    -webkit-text-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

textarea::-webkit-input-placeholder {
    color: #000;
}

textarea::-moz-placeholder {
    color: #000;
}

textarea:-ms-input-placeholder {
    color: #000;
}

textarea:-moz-placeholder {
    color: #000;
}

table {
    width: 100%;
}

table th,
table td {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}
.noscroll {
    overflow-y: hidden;
}
.fixed {
    position: fixed !important;
}
.absoluted {
    position: absolute !important;
}
.rs-botright {
    bottom: auto !important;
    right: auto !important;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

.pd-10 {
    padding: 10px;
}
.pdtb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pdt-10 {
    padding-top: 10px;
}
.pdtop-20 {
    padding-top: 20px;
}
.pdbot-20 {
    padding-bottom: 20px;
}

.pdtop-40 {
    padding-top: 40px;
}
.pdbot-40 {
    padding-bottom: 40px;
}
.pdl-10 {
    padding-left: 10px !important;
}
.pdr-10 {
    padding-right: 10px !important;
}
.mrbot-10 {
    margin-bottom: 10px;
}
.mrbot-5 {
    margin-bottom: 5px;
}
.mrbot-20 {
    margin-bottom: 20px;
}
.mrbot-20 {
    margin-bottom: 20px;
}
.mrt-10 {
    margin-top: 10px;
}
.bg-red {
    background-color: red !important;
}
.bg-org {
    background-color: #ff6a13 !important;
}
/*---------------------------*/
/*---------CHECK-BOX---------*/
.checkbox {
    position: relative;
}

.checkbox label {
    display: block;
    padding: 0 0 0 40px;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.checkbox input {
    visibility: hidden;
    position: absolute;
}

.checkbox .check {
    width: 28px;
    height: 28px;
    background: #f1b789;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 0;
}

.checkbox .check span {
    text-align: center;
    line-height: 16px;
    padding: 0 !important;
    display: none;
}

input[type="checkbox"]:checked ~ .check span {
    display: block !important;
}

input[type="radio"]:checked ~ .check span {
    display: block !important;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fz-18 {
    font-size: 1.8rem;
}
.fz-14 {
    font-size: 1.4rem;
}
.fz-13 {
    font-size: 1.3rem;
}
.fz-12 {
    font-size: 1.2rem;
}
.txt-cl-org {
    color: #ff6a13;
}
.fw-bold {
    font-weight: bold;
}
/*---------------------------*/
/*---------MY-SELECT---------*/
/*
<div id="" class="my-select">
<span>default</span>
<ul>
  <li><a href="#" data-value="test 1">test 1</a></li>
  <li><a href="#" data-value="test 2">test 2</a></li>
  <li><a href="#" data-value="test 3">test 3</a></li>
</ul>
</div>
*/
.my-select {
    width: 100%;
    height: 30px;
    line-height: 28px;
    position: relative;
    border-bottom: 1px solid white;
}
.my-select.disable {
    opacity: 0.3;
}
.my-select.disable span {
    cursor: default;
}

.my-select span {
    display: block;
    width: 100%;
    background: transparent;
    padding: 0 25px 0 0;
    color: white;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
}

.my-select span:after {
    content: "";
    display: block;
    position: absolute;
    right: 8px;
    top: 52%;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.my-select ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 6;
    overflow-y: auto;
    max-height: 205px;
    border: 1px solid #f1b789;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}
.my-select ul::-webkit-scrollbar {
    width: 8px;
}
.my-select ul::-webkit-scrollbar-track {
    background: white;
    border-radius: 5px;
}
.my-select ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #0079c1;
}

.my-select ul li {
    color: #6b6b6b;
    font-size: 14px;
    font-family: "Quicksand", sans-serif;
    line-height: 1.2;
    cursor: pointer;
}

.my-select ul li.selected,
.my-select ul li.selected:hover {
    background: #f4821f;
}

.my-select ul li.selected a,
.my-select ul li.selected:hover a {
    color: white;
}

.my-select ul li:hover {
    background: #eee;
}

.my-select ul li a {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #2f3c6f;
    padding: 10px;
}

/*---------------------------*/
/*---------LOC-STYLE---------*/
.ovfh {
    overflow: hidden !important;
    height: 100%;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
    -webkit-transition: 0s ease-in-out 0s;
    -ms-transition: 0s ease-in-out 0s;
    -moz-transition: 0s ease-in-out 0s;
    transition: 0s ease-in-out 0s;
}

.btn-mobile {
    display: none;
    width: 8rem;
    height: 3rem;
    cursor: pointer;
    position: absolute;
    left: 1rem;
    top: 1rem;
    padding-left: 3rem;
    padding-top: 0.5rem;
    color: white;
    font-family: "Montserrat";
    font-size: 14px;
    letter-spacing: 0.2rem;
}
@media (max-width: 1024px) {
    .btn-mobile {
        display: block;
        width: 3rem;
        left: auto;
        right: 10px;
        top: -4px;
        z-index: 2;
    }
    .btn-mobile .text {
        display: none;
    }
}
.btn-mobile .hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 4px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.btn-mobile .hamburger-box {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
}
.btn-mobile .hamburger .hamburger-inner,
.btn-mobile .hamburger .hamburger-inner:after,
.btn-mobile .hamburger .hamburger-inner:before {
    background-color: #fff;
}
.btn-mobile .hamburger-inner,
.btn-mobile .hamburger-inner:after,
.btn-mobile .hamburger-inner:before,
.btn-mobile .hamburger-inner span {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
    background-color: #fff;
}
.btn-mobile .hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}
.btn-mobile .hamburger--minus .hamburger-inner:after,
.btn-mobile .hamburger--minus .hamburger-inner:before,
.btn-mobile .hamburger--minus .hamburger-inner span {
    transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}
.btn-mobile .hamburger-inner:before {
    top: -5px;
}
.btn-mobile .hamburger-inner:after {
    bottom: -5px;
}
.btn-mobile .hamburger-inner span {
    bottom: -10px;
}
.btn-mobile .hamburger-inner:after,
.btn-mobile .hamburger-inner:before,
.btn-mobile .hamburger-inner span {
    display: block;
    content: "";
}
.btn-mobile .hamburger-inner:before,
.btn-mobile .hamburger-inner:after {
    width: 16px;
}
.btn-mobile.js-active .hamburger-inner:before {
    top: 0;
}
.btn-mobile.js-active .hamburger-inner:after,
.btn-mobile.js-active .hamburger-inner:before,
.btn-mobile.js-active .hamburger-inner span {
    transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
    opacity: 0;
}
.btn-mobile.js-active .hamburger-inner:after {
    bottom: 0;
}
.btn-mobile.js-active .hamburger-inner span {
    bottom: 0;
}

.header-page,
.header-page section {
    width: 100%;
    height: 127px;
    position: fixed;
    z-index: 7;
    background-position-y: -12.7rem;
    background: transparent;
    /* box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.2); */
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    /* -webkit-transition: 0.3s ease-in-out 0s height;
    -ms-transition: 0.3s ease-in-out 0s height;
    -moz-transition: 0.3s ease-in-out 0s height;
    transition: 0.3s ease-in-out 0s height; */
}
@media (max-width: 1024px) {
    .header-page,
    .header-page section {
        height: 33px;
        -webkit-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        transform: none;
        padding: 0;
    }
}
.header-page .group-logo {
    padding: 5px 0;
    background: #e6f0ff;
}
@media (max-width: 1024px) {
    .header-page .group-logo {
        width: 100%;
        height: 100%;
        background: #007cff;
        position: relative;
        z-index: 2;
    }
}
.header-page .logo {
    /* position: absolute;
  left: 2rem;
  top: 2rem; */
    /* width: 16.8rem;
  height: 6.6rem; */
    display: inline-block;
    width: 110px;
    height: 35px;
    background: url(../images/logo_aboutus.png) no-repeat;
    background-size: cover;
    -webkit-transition: 0.3s ease-in-out 0s;
    -ms-transition: 0.3s ease-in-out 0s;
    -moz-transition: 0.3s ease-in-out 0s;
    transition: 0.3s ease-in-out 0s;
}
@media (max-width: 1024px) {
    .header-page .logo {
        background: url(../images/logo_mb.png) no-repeat !important;
        top: 12px;
        width: 69px;
        height: 22px;
        background-size: cover !important;
    }
}
.header-page #language.my-select {
    z-index: 2;
    float: right;
    display: block;
    top: 2px;
    width: 7.8rem;
    border: 3px solid #ff6a13;
    font-family: "Montserrat";
    font-weight: 700;
    height: 3.5rem;
    line-height: 3.5rem;
    -webkit-transition: 0.3s ease-in-out 0s;
    -ms-transition: 0.3s ease-in-out 0s;
    -moz-transition: 0.3s ease-in-out 0s;
    transition: 0.3s ease-in-out 0s;
}
@media (max-width: 1024px) {
    .header-page #language.my-select {
        top: -7px;
        border-color: transparent;
    }
    .header-page #language {
        position: absolute;
        top: 1rem;
        right: 7rem;
        width: 6.7rem;
        height: 2.5rem;
        line-height: 2.5rem;
        background: transparent;
        z-index: 2;
    }
}
.header-page #language span {
    color: #000;
    font-weight: 700;
    padding-left: 2rem;
    line-height: 30px;
    font-size: 13px;
}
@media (max-width: 1024px) {
    .header-page #language span {
        color: white;
    }
}
.header-page #language span:after {
    right: 2rem;
    width: 8px;
    height: 8px;
    top: 9px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (max-width: 1024px) {
    .header-page #language span:after {
        right: 1rem;
        -ms-transform: translate(0, -50%) rotate(45deg);
        -webkit-transform: translate(0, -50%) rotate(45deg);
        -moz-transform: translate(0, -50%) rotate(45deg);
        -o-transform: translate(0, -50%) rotate(45deg);
        transform: translate(0, -50%) rotate(45deg);
        width: 8px;
        height: 8px;
        border: 2px solid transparent;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        margin-top: 4px;
    }
}
.header-page #language ul li a {
    font-size: 14px;
}
.header-page .button {
    float: right;
    margin-right: 1.5rem;
    background: transparent;
    min-width: 16.5rem;
}
.header-page .button:hover {
    background: #eec2a5;
}
.header-page .button.js-hide {
    visibility: hidden;
    opacity: 0;
}
.header-page.style-change,
.header-page section.style-change {
    height: 6rem;
}
.header-page.style-change .logo,
.header-page section.style-change .logo {
    top: 0.5rem;
    width: 12.7rem;
    height: 5rem;
}
.header-page.style-change #language,
.header-page section.style-change #language {
    right: 2rem;
    top: 0.9rem;
}
.header-page.style-change .search,
.header-page section.style-change .search {
    top: 1.6rem;
}
.header-page.style-change nav,
.header-page section.style-change nav {
    padding-top: 0;
}

nav {
    width: 100%;
    /* padding-top: 2.9rem; */
    -webkit-transition: 0.3s ease-in-out 0s padding;
    -ms-transition: 0.3s ease-in-out 0s padding;
    -moz-transition: 0.3s ease-in-out 0s padding;
    transition: 0.3s ease-in-out 0s padding;
}

@media (max-width: 1024px) {
    nav {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        padding-top: 4.4rem;
        display: none;
    }
    nav .container {
        border-top: 1px solid #fff;
    }
}
nav #nav {
    text-align: center;
    float: left;
    /* position: relative; */
    /* box-shadow: 6px 0px 4px -5px rgba(0, 0, 0, 0.3); */
}
/* nav #nav:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 10px;
  height: 100%;
  background-size: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.14902), rgba(0, 0, 0, 0));
} */
@media (max-width: 1024px) {
    nav #nav {
        padding: 10px 0;
        /* width: 23.5rem; */
        width: 100%;
        height: 100%;
        /* background: -webkit-linear-gradient(top, #ef5a20, #f47d15);
    background: linear-gradient(top, #ef5a20, #f47d15); */
        position: relative;
        z-index: 1;
        left: -100%;
        -webkit-transition: 0.3s ease-in-out 0s;
        -ms-transition: 0.3s ease-in-out 0s;
        -moz-transition: 0.3s ease-in-out 0s;
        transition: 0.3s ease-in-out 0s;
    }
    nav #nav.js-active {
        left: 0;
    }
}
nav #nav li {
    display: inline-block;
    margin-right: 20px;
}
@media (max-width: 1024px) {
    nav #nav li {
        display: block;
    }
}
nav #nav li.js-active a {
    text-decoration: underline;
}
nav #nav li a {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 23px 0px;
    line-height: 1.2;
    /* -webkit-transition: 0.3s ease-in-out 0s;
    -ms-transition: 0.3s ease-in-out 0s;
    -moz-transition: 0.3s ease-in-out 0s;
    transition: 0.3s ease-in-out 0s;  */
}
nav #nav li a:hover {
    text-decoration: underline;
}
/* @media (max-width: 1365px) {
    nav #nav li a {
      padding: 1rem 1.5rem; } } */
@media (max-width: 1024px) {
    nav #nav li a {
        padding: 10px 20px;
        text-align: left;
        color: white;
    }
}
nav #nav li .submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    text-align: left;
    background: #fff;
    box-shadow: 0px 0px 15px -7px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
    nav #nav li .submenu {
        display: none;
    }
}
nav #nav li:hover .submenu {
    display: block;
}
@media (max-width: 768px) {
    nav #nav li:hover .submenu {
        display: none;
    }
}

nav #nav li:hover .submenu ul {
}
nav #nav li:hover .submenu ul li {
    width: 25%;
    float: left;
    margin: 0;
    height: 320px;
    padding: 20px 25px;
    overflow: auto;
}
nav #nav li:hover .submenu ul li:nth-child(odd) {
    background: #e6f0ff;
}
nav #nav li:hover .submenu ul li .tt-sub-head {
    color: #007cff;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}
nav #nav li:hover .submenu ul li figure img {
    max-width: 55px;
    width: 100%;
}
nav #nav li:hover .submenu ul li p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}
nav #nav li:hover .submenu ul li .btn-viewmore {
    color: #ff6a13;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
}
nav #nav li:hover .submenu ul li figure {
    margin-bottom: 10px;
}

.group-top-menu {
    position: absolute;
    right: 0;
    top: -40px;
    /* width: 920px; */
    width: 1010px;
}
@media (max-width: 1024px) {
    .group-top-menu {
        position: relative;
        top: auto;
        width: 100%;
    }
    .group-top-menu:before,
    .group-top-menu:after {
        content: "";
        display: table;
        clear: both;
    }
}
.group-top-menu .top-menu {
}
@media (max-width: 1024px) {
    .group-top-menu .top-menu:before,
    .group-top-menu .top-menu:after {
        content: "";
        display: table;
        clear: both;
    }
}
.group-top-menu .top-menu ul {
}
@media (max-width: 1024px) {
    .group-top-menu .top-menu ul:before,
    .group-top-menu .top-menu ul:after {
        content: "";
        display: table;
        clear: both;
    }
}
.group-top-menu .top-menu ul li {
    float: left;
    padding-top: 7px;
}
@media (max-width: 768px) {
    .group-top-menu .top-menu ul li {
        width: 50%;
    }
}
.group-top-menu .top-menu ul li a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    border-right: 2px solid #000;
    padding: 0 20px;
}
@media (max-width: 768px) {
    .group-top-menu .top-menu ul li a {
        border-right: none;
    }
}
.group-top-menu .top-menu ul li a:hover {
    text-decoration: underline;
}
.group-top-menu .top-menu ul li:last-child a {
    border-right: none;
}

.outer-note-customer {
    float: right;
    padding: 10px 0;
    max-width: 60%;
}
@media (max-width: 1024px) {
    .outer-note-customer {
        float: none;
    }
}
.note-header {
    position: relative;
    padding-left: 80px;
    float: right;
}
@media (max-width: 1024px) {
    .note-header {
        display: none;
    }
}
.note-header figure {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.note-header figure img {
    max-width: 58px;
    width: 100%;
}
.note-header .copy {
    border-radius: 10px;
    background: #fff;
    padding: 5px 15px;
    position: relative;
}
.note-header .copy:before {
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 12px solid #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.note-header .copy p {
    font-size: 10px;
    font-weight: 500;
    color: #000;
}
.note-header .copy p img {
    max-width: 34px;
    width: 100%;
    margin-left: 5px;
}

.container-customer {
    float: right;
    padding-top: 5px;
    padding-left: 20px;
}
@media (max-width: 1024px) {
    .container-customer {
        float: none;
        padding-left: 10px;
        padding-top: 10px;
    }
}
.container-customer .item {
    position: relative;
    float: left;
    margin: 0 10px;
}
.container-customer .item figure {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.container-customer .item figure img {
    max-width: 29px;
    width: 100%;
}
.container-customer .item .copy {
    padding-left: 40px;
}
.container-customer .item .copy .acc-user {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}
.container-customer .item .copy .acc-point {
    font-size: 11px;
    font-weight: 500;
    color: #fff;
}
.container-customer .item .count-product {
    font-size: 18px;
    color: #ff7525;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
}

.search {
    position: relative;
    right: 90px;
    float: right;
    display: block;
    width: 2.7rem;
    height: 2.7rem;
    margin: 0 2rem 0 1.5rem;
    z-index: 2;
    -webkit-transition: 0.3s ease-in-out 0s;
    -ms-transition: 0.3s ease-in-out 0s;
    -moz-transition: 0.3s ease-in-out 0s;
    transition: 0.3s ease-in-out 0s;
    /*.box-search .btn-box:before {
  border-color: #c99570;
}
.box-search .btn-box:after {
  background: #c99570;
}*/
}
@media (max-width: 1024px) {
    .search {
        /* display: none; */
        z-index: 2;
        /* right: 6rem; */
        top: 0.9rem;
        right: 0;
        width: 100%;
        /* right: auto; */
        margin: 0;
        padding: 0 20px;
    }
}
.search .btn-search {
    display: block;
    width: 2.7rem;
    height: 2.7rem;
    background: url(../images/btn_search.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 1024px) {
    .search .btn-search.btn-show {
        display: none;
    }
}
.search .btn-search.hide {
    visibility: hidden;
    opacity: 0;
}
.search .box-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 3rem;
    visibility: hidden;
    border-bottom: 1px solid #f4821f;
    background: #e6f0ff;
    padding-right: 3rem;
    -webkit-transition: 0.3s ease-in-out 0s;
    -ms-transition: 0.3s ease-in-out 0s;
    -moz-transition: 0.3s ease-in-out 0s;
    transition: 0.3s ease-in-out 0s;
}
@media (max-width: 1024px) {
    .search .box-search {
        position: relative;
        left: 0;
        top: 0;
        right: auto;
        width: 100%;
        visibility: visible;
        background: transparent;
    }
}
.search .box-search.js-active {
    width: 19rem;
    visibility: visible;
    /*opacity: 1;*/
}
.search #ip-search {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    color: #f4821f;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    background: transparent;
}
.search #ip-search::-webkit-input-placeholder {
    color: #f4821f;
    font-weight: 400;
}
.search #ip-search::-moz-placeholder {
    color: #f4821f;
    font-weight: 400;
}
.search #ip-search:-ms-input-placeholder {
    color: #f4821f;
    font-weight: 400;
}
.search #ip-search:-moz-placeholder {
    color: #f4821f;
    font-weight: 400;
}
.search .btn-box {
    position: absolute;
    right: 0;
    top: 0;
}

.input {
    position: relative;
    -webkit-transition: 0.2s ease-in-out 0s;
    -ms-transition: 0.2s ease-in-out 0s;
    -moz-transition: 0.2s ease-in-out 0s;
    transition: 0.2s ease-in-out 0s;
}
.input label {
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 1;
    -webkit-transition: 0.2s ease-in-out 0s;
    -ms-transition: 0.2s ease-in-out 0s;
    -moz-transition: 0.2s ease-in-out 0s;
    transition: 0.2s ease-in-out 0s;
}
.input input {
    line-height: 3.2rem;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid white;
}
.input input:hover,
.input input:focus,
.input input.js-active {
    border-color: #eec2a5;
}
.input label,
.input input {
    display: block;
    width: 100%;
    height: 3.2rem;
    line-height: 2.2rem;
    padding: 0.5rem 0;
    background: transparent;
    font-size: 14px;
    color: white;
    text-align: left;
}
.input input:focus ~ label,
.input input.js-active ~ label {
    top: -2rem;
    color: #eec2a5;
}
.input.input-result {
    width: 50%;
    margin: 2rem auto;
}
.input.input-result input {
    color: #0079c1;
    border-color: #0079c1;
}
.input.input-result input:hover,
.input.input-result input:focus,
.input.input-result input.js-active {
    border-color: #eec2a5;
}
.input.input-result label {
    color: #0079c1;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
}
.input.input-result input.js-active ~ label,
.input.input-result input:focus ~ label {
    color: #0079c1;
    top: -2.5rem;
}

#loading,
#loadingPage {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(38, 60, 113, 0.9);
    display: none;
    z-index: 9;
}
#loading .img-load {
    width: 16.8rem;
    height: 6.6rem;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#loading .img-load .full-color {
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
}
footer {
    position: relative;
    background: white;
}
footer .footer-top {
    padding: 4.6rem 0 5.2rem;
}
@media (max-width: 768px) {
    footer .footer-top {
        padding: 3.8rem 0 1.2rem;
    }
}
footer .footer-top:before,
footer .footer-top:after {
    content: "";
    display: table;
    clear: both;
}
footer .footer-top .img {
    float: left;
    width: 25%;
}
@media (max-width: 768px) {
    footer .footer-top .img {
        width: 100%;
        float: none;
        text-align: center;
    }
    footer .footer-top .img img {
        display: inline-block;
        max-width: 101px;
    }
}
footer .footer-top .menu-ft {
    float: left;
    width: 75%;
    padding-top: 3.8rem;
}
@media (max-width: 768px) {
    footer .footer-top .menu-ft {
        display: none;
    }
}
footer .footer-top .menu-ft ul {
    width: 100%;
    text-align: left;
}
footer .footer-top .menu-ft ul li {
    display: inline-block;
    margin-right: 4rem;
}
footer .footer-top .menu-ft ul a {
    display: block;
    color: #808285;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem 0;
    -webkit-transition: 0.3s ease-in-out 0s;
    -ms-transition: 0.3s ease-in-out 0s;
    -moz-transition: 0.3s ease-in-out 0s;
    transition: 0.3s ease-in-out 0s;
}
footer .footer-top .menu-ft ul a:hover {
    color: #0079c1;
}
footer .footer-bottom {
    padding-bottom: 5.8rem;
}
@media (max-width: 768px) {
    footer .footer-bottom {
        text-align: center;
        padding-bottom: 3.2rem;
    }
}
footer .footer-bottom > p:first-child {
    margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
    footer .footer-bottom > p:first-child {
        margin-bottom: 1.9rem;
    }
}
footer .footer-bottom p {
    font-size: 1.6rem;
    line-height: 1.5;
}
@media (max-width: 768px) {
    footer .footer-bottom p {
        font-size: 1.3rem;
    }
}
footer .footer-bottom p strong {
    color: black;
    font-size: 1.6rem;
    font-weight: 700;
}
@media (max-width: 768px) {
    footer .footer-bottom p strong {
        font-size: 1.3rem;
    }
}
footer .footer-bottom p a {
    color: black;
    font-weight: 500;
    font-size: 1.4rem;
}
@media (max-width: 768px) {
    footer .footer-bottom p a {
        font-size: 1.3rem;
    }
}
footer .footer-bottom p .icon-ft {
    margin: 0 0.5rem;
}
footer .footer-bottom .outer:before,
footer .footer-bottom .outer:after {
    content: "";
    display: table;
    clear: both;
}
footer .footer-bottom .outer .left {
    float: left;
    width: 50%;
}
@media (max-width: 768px) {
    footer .footer-bottom .outer .left {
        width: 100%;
    }
}
footer .footer-bottom .outer .left ul {
    margin: 0 -1rem;
}
footer .footer-bottom .outer .left ul:before,
footer .footer-bottom .outer .left ul:after {
    content: "";
    display: table;
    clear: both;
}
footer .footer-bottom .outer .left li {
    float: left;
    width: 50%;
    padding: 0 1rem;
    margin-bottom: 2.4rem;
    min-height: 7.2rem;
}
footer .footer-bottom .outer .left li:nth-child(2n + 1) {
    clear: both;
}
@media (max-width: 768px) {
    footer .footer-bottom .outer .left li {
        width: 100%;
        min-height: auto;
        margin-bottom: 1.2rem;
    }
}
footer .footer-bottom .outer .right {
    float: left;
    width: 50%;
}
@media (max-width: 768px) {
    footer .footer-bottom .outer .right {
        width: 100%;
        padding-top: 0.6rem;
    }
}
footer .footer-bottom .outer .right ul:before,
footer .footer-bottom .outer .right ul:after {
    content: "";
    display: table;
    clear: both;
}
footer .footer-bottom .outer .right li {
    float: left;
    width: 50%;
}
@media (max-width: 768px) {
    footer .footer-bottom .outer .right li {
        width: 100%;
    }
}
footer .footer-bottom .outer .right li:last-child {
    padding-top: 4rem;
}
@media (max-width: 768px) {
    footer .footer-bottom .outer .right li:last-child {
        font-size: 1.2rem;
    }
}
footer .footer-bottom .outer .right li:last-child p {
    font-size: 1.4rem;
}
@media (max-width: 768px) {
    footer .footer-bottom .outer .right li:last-child p {
        font-size: 1.2rem;
    }
}
footer .footer-bottom .outer .right li:nth-child(2n + 1) {
    clear: both;
}
footer .footer-bottom .outer .right li:nth-child(2) {
    text-align: right;
}
footer .footer-bottom .outer .right li:nth-child(2) img {
    position: relative;
    top: -1.5rem;
}
@media (max-width: 768px) {
    footer .footer-bottom .outer .right li:nth-child(2) img {
        top: auto;
    }
}
@media (max-width: 768px) {
    footer .footer-bottom .outer .right li p {
        text-align: center;
    }
}

#pHome .title-product-detail {
    background: #fff;
}
#pHome .banner-home .img-desk {
    display: block;
}
@media (max-width: 768px) {
    #pHome .banner-home .img-desk {
        display: none;
    }
}
#pHome .banner-home .img-mb {
    display: none;
}
@media (max-width: 768px) {
    #pHome .banner-home .img-mb {
        display: block;
    }
}
#pHome .banner-home .slick-dots {
    text-align: center;
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
@media (max-width: 768px) {
    #pHome .banner-home .slick-dots {
        bottom: 0;
    }
}
#pHome .banner-home .slick-dots li {
    display: inline-block;
    padding: 5px;
    cursor: pointer;
}
#pHome .banner-home .slick-dots li.slick-active .dot {
    background: #f4821f;
}
#pHome .banner-home .slick-dots li .dot {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background: #d2d2d2;
    border: 2px solid white;
    border-radius: 100%;
}
#pHome .main-content {
    background: #e6f0ff;
}
@media (max-width: 768px) {
    #pHome .main-content {
        padding: 2.5rem 0 0;
    }
}
#pHome .main-content .title-block {
    text-align: center;
    margin-bottom: 5.5rem;
}
@media (max-width: 768px) {
    #pHome .main-content .title-block {
        margin-bottom: 0.5rem;
    }
}
#pHome .main-content .title-block h3 {
    color: rgba(128, 130, 133, 0.45);
    font-size: 7.3rem;
    line-height: 1;
}
@media (max-width: 768px) {
    #pHome .main-content .title-block h3 {
        font-size: 2.9rem;
    }
}
#pHome .main-content .title-block h3 span {
    margin-top: -1.5rem;
    display: block;
    background: -webkit-linear-gradient(left, #005e9d, #0098ff);
    background: linear-gradient(left, #005e9d, #0098ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
    #pHome .main-content .title-block h3 span {
        font-size: 2.8rem;
        margin-top: 0;
    }
}

#pHome .main-content .wrap-product-home {
    padding: 80px 0;
}
@media (max-width: 768px) {
    #pHome .main-content .wrap-product-home {
        padding: 40px 0;
    }
}
#pHome .main-content .wrap-product-home.pdtb-40 {
    padding: 40px 0;
}
#pHome .main-content .wrap-product-home.bg-gradient-blue {
    background: -webkit-linear-gradient(#0081fe, #00c8ed);
    background: linear-gradient(#0081fe, #00c8ed);
}
#pHome .main-content .wrap-product-home.bg-gradient-blue .product-home {
    margin-bottom: 0;
}
#pHome .main-content .product-home {
    margin-bottom: 1.6rem;
}
#pHome .main-content .product-home:before,
#pHome .main-content .product-home:after {
    content: "";
    display: table;
    clear: both;
}
#pHome .main-content .product-home.mrb-60 {
    margin-bottom: 60px;
}
@media (max-width: 768px) {
    #pHome .main-content .product-home.mrb-60 {
        margin-bottom: 20px;
    }
}
#pHome .main-content .product-home .col-3 {
    float: left;
    /* padding: 59px 0 0;  */
}
@media (max-width: 768px) {
    #pHome .main-content .product-home .col-3 {
        display: none;
        width: 100%;
        /* padding: 1.4rem 0 0;  */
    }
}
#pHome .main-content .product-home .col-3 h4 {
    color: black;
    font-size: 3.6rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    line-height: 1.1;
    margin-bottom: 2.6rem;
}
@media (max-width: 768px) {
    #pHome .main-content .product-home .col-3 h4 {
        font-size: 1.7rem;
        text-align: center;
        margin-bottom: 1.3rem;
    }
    #pHome .main-content .product-home .col-3 h4 br {
        display: none;
    }
}
#pHome .main-content .product-home .col-3 .type-pro {
    text-align: center;
    max-width: 277px;
    padding: 0 20px;
}
#pHome .main-content .product-home .col-3 .type-pro span {
    color: #0069b9;
    font-size: 23px;
    font-weight: 700;
    display: inline-block;
    background: #fff;
    width: 100%;
    padding: 19px 5px;
    line-height: 1.4;
    min-height: 266px;
}
#pHome .main-content .product-home .col-3 .type-pro span figure {
    margin-bottom: 20px;
}
#pHome .main-content .product-home .col-3 .type-pro span figure img {
    max-width: 164px;
    width: 100%;
}
#pHome .main-content .product-home .col-3 .type-pro .btn-type-banner {
    color: white;
    background: #007cff;
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-left: -20px;
    margin-right: -20px;
    padding: 14px 5px;
    line-height: 1.2;
    position: relative;
}
#pHome .main-content .product-home .col-3 p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-bottom: 2.2rem;
}
@media (max-width: 768px) {
    #pHome .main-content .product-home .col-3 p {
        display: none;
    }
}
#pHome .main-content .product-home .col-3 .btn-prev,
#pHome .main-content .product-home .col-3 .btn-next {
    display: inline-block;
    width: 45px;
    height: 45px;
    cursor: pointer;
    background: url(../images/bg_arr.png) no-repeat center;
    background-size: cover;
}
#pHome .main-content .product-home .col-3 .btn-prev {
    margin-right: 3rem;
    background: url(../images/bg_arr_hover.png) no-repeat center;
}
#pHome .main-content .product-home .col-9 {
    float: left;
    padding: 0 0px;
}
@media (max-width: 768px) {
    #pHome .main-content .product-home .col-9 {
        width: 100%;
        padding: 0;
    }
}
#pHome .main-content .product-home .outer-crs .wrap {
    padding: 0 0px;
}
@media (max-width: 768px) {
    #pHome .main-content .product-home .outer-crs .wrap {
        padding: 0;
    }
}
#pHome .main-content .product-home .outer-crs .slick-arrow {
    /* visibility: hidden;
  opacity: 0; */
    text-indent: -999999px;
    width: 4.5rem;
    height: 4.5rem;
    z-index: 1;
}
#pHome .main-content .product-home .outer-crs .slick-arrow.slick-prev {
    left: -40px;
    background: url(../images/arr_prev.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 768px) {
    #pHome .main-content .product-home .outer-crs .slick-arrow.slick-prev {
        left: -10px;
    }
}
#pHome .main-content .product-home .outer-crs .slick-arrow.slick-next {
    right: -40px;
    background: url(../images/arr_next.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 768px) {
    #pHome .main-content .product-home .outer-crs .slick-arrow.slick-next {
        right: -10px;
    }
}
#pHome .main-content .product-home .outer-crs .crs {
    /* background-color: white; */
    box-shadow: 0px -8px 15px -10px rgba(128, 130, 133, 0.45);
}
#pHome .main-content .product-home .outer-crs .crs:before,
#pHome .main-content .product-home .outer-crs .crs:afer {
    content: "";
    display: table;
    clear: both;
}
#pHome .main-content .product-home .outer-crs .item {
    /* background: white; */
    width: 33.33333%;
    float: left;
    /* padding: 15px 10px 43px; */
    /* border-left: 1px solid #f0f0f0; */
    position: relative;
    padding: 0 1px;
}
#pHome .main-content .product-home .outer-crs .item:hover {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
}
@media (max-width: 768px) {
    #pHome .main-content .product-home .outer-crs .item {
        /* padding: 4rem 1.5rem 1.5rem;  */
        padding: 0px 1px;
    }
}
#pHome .main-content .product-home .outer-crs .item a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    z-index: 2;
}
#pHome .main-content .product-home .outer-crs article {
    background: #fff;
    padding: 18px 20px 38px;
    min-height: 313px;
}
@media (max-width: 640px) {
    #pHome .main-content .product-home .outer-crs article {
        min-height: 240px;
    }
}
#pHome .main-content .product-home .outer-crs article figure {
    margin-bottom: 10px;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
}
#pHome .main-content .product-home .outer-crs article figure img {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: 0.2s ease-in-out;
}
#pHome .main-content .product-home .outer-crs article:hover figure img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#pHome .main-content .product-home .outer-crs article h5 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 13px;
}
@media (max-width: 768px) {
    #pHome .main-content .product-home .outer-crs article h5 {
        font-size: 1.3rem;
        line-height: 1.3;
    }
}
#pHome .main-content .product-home .outer-crs article p {
    color: #f4821f;
    font-size: 1.6rem;
    font-weight: 700;
}
@media (max-width: 768px) {
    #pHome .main-content .product-home .outer-crs article p {
        font-size: 1.2rem;
    }
}
#pHome .main-content .product-home .outer-crs article .icon-promo {
    position: absolute;
    z-index: 2;
    display: table;
    right: 14px;
    top: 12px;
    width: 53px;
    height: 52px;
    background: url(../images/bg_icon_promo.png) no-repeat;
    background-size: cover;
}
@media (max-width: 768px) {
    #pHome .main-content .product-home .outer-crs article .icon-promo {
        /* width: 2.65rem;
    height: 2.6rem; */
        width: 40px;
        height: 40px;
        background-size: cover;
    }
}
#pHome .main-content .product-home .outer-crs article .icon-promo span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #0079c1;
    font-size: 12px;
    padding: 0 5px;
    font-weight: 700;
}
@media (max-width: 768px) {
    #pHome .main-content .product-home .outer-crs article .icon-promo span {
        font-size: 0.9rem;
    }
}
#pHome .main-content .product-home .outer-crs article .icon-promo.two-item,
#pHome .main-content .product-home .outer-crs article .icon-promo.promo-deal {
    background: url(../images/bg_icon_promo_2.png) no-repeat;
    background-size: cover;
}
#pHome .main-content .product-home .outer-crs article .icon-promo.two-item span,
#pHome .main-content .product-home .outer-crs article .icon-promo.promo-deal span {
    color: #f4821f;
}
#pHome .main-content .product-home .outer-crs article .icon-promo.best-sale {
    background: url(../images/bg_icon_best_sale.png) no-repeat;
    background-size: cover;
}
#pHome .main-content .product-home .outer-crs article .icon-promo.best-sale span {
    color: #97d700;
}
#pHome .main-content .product-home .outer-crs article .icon-promo.new {
    background: url(../images/bg_icon_new.png) no-repeat;
    background-size: cover;
}
#pHome .main-content .product-home .outer-crs article .icon-promo.new span {
    color: #e4002b;
}
#pHome .main-content .product-home.bg-blue-pro .outer-crs article {
    background: #007cff;
    min-height: 270px;
    padding-bottom: 15px;
}
@media (max-width: 768px) {
    #pHome .main-content .product-home.bg-blue-pro .outer-crs article {
        background: #fff;
    }
}
#pHome .main-content .product-home.bg-blue-pro .outer-crs article h5 {
    color: #fff;
    text-align: center;
}
@media (max-width: 768px) {
    #pHome .main-content .product-home.bg-blue-pro .outer-crs article h5 {
        color: #007cff;
    }
}
#pHome .main-content .product-home.bg-blue-pro .outer-crs article figure {
    text-align: center;
}
#pHome .main-content .product-home.bg-blue-pro .outer-crs article figure img {
}

#pHome .main-content .product-home .outer-crs .btn-crs {
    clear: both;
    display: none;
    width: 100%;
    height: 3.8rem;
    background: url(../images/line_bar.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    font-size: 14px;
    color: white;
    line-height: 3.8rem;
    padding-left: 2.2rem;
}
@media (max-width: 768px) {
    #pHome .main-content .product-home .outer-crs .btn-crs {
        display: block;
        font-size: 14px;
        font-weight: 700;
        text-align: left;
        padding: 9px 10px;
        height: auto;
        line-height: 1.3;
        background: #007cff;
        /* padding-left: 0; */
        /* height: 2.6rem;
    line-height: 2.6rem; */
    }
    #pHome .main-content .product-home .outer-crs .btn-crs span {
        float: right;
        font-size: 11px;
        line-height: 2;
    }
}
#pHome .main-content .product-home .outer-crs .btn-crs:before,
#pHome .main-content .product-home .outer-crs .btn-crs:after {
    content: "";
    width: 21px;
    height: 14px;
    position: absolute;
    top: -13px;
}
@media (max-width: 768px) {
    #pHome .main-content .product-home .outer-crs .btn-crs:before,
    #pHome .main-content .product-home .outer-crs .btn-crs:after {
        display: none;
    }
}
#pHome .main-content .product-home .outer-crs .btn-crs:before {
    background: url(../images/line_left.png) no-repeat;
    left: 0;
}
#pHome .main-content .product-home .outer-crs .btn-crs:after {
    background: url(../images/line_right.png) no-repeat;
    right: 0;
}
#pHome .main-content .group-link-home {
    padding: 76px 0 0;
}
@media (max-width: 667px) {
    #pHome .main-content .group-link-home {
        display: flex;
        flex-direction: column-reverse;
        padding: 34px 0 0;
    }
}
#pHome .main-content .group-link-home:before,
#pHome .main-content .group-link-home:after {
    content: "";
    display: table;
    clear: both;
}
#pHome .main-content .group-link-home .col-6 {
    float: left;
}
@media (max-width: 667px) {
    #pHome .main-content .group-link-home .col-6 {
        width: 100%;
    }
}
#pHome .main-content .group-link-home .col-6:first-child h3 {
    top: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
#pHome .main-content .group-link-home .col-6:first-child a {
    display: block;
    background: #f4821f;
}
#pHome .main-content .group-link-home .col-6:first-child a:hover {
    background: #0079c1;
}
#pHome .main-content .group-link-home .col-6:last-child a {
    display: block;
    background: #0079c1;
}
#pHome .main-content .group-link-home .col-6:last-child a:hover {
    background: #f4821f;
}
#pHome .main-content .group-link-home .item {
    position: relative;
}
#pHome .main-content .group-link-home .item figure img {
    width: 100%;
}
#pHome .main-content .group-link-home .item h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}
#pHome .main-content .group-link-home .item h3 span {
    color: #0079c1;
    display: block;
}
#pHome .main-content .group-link-home .item a {
    color: white;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 2.6rem 1rem;
    line-height: 1.2;
    font-size: 2.4rem;
    bottom: 0;
    left: 0;
    width: 100%;
}
@media (max-width: 768px) {
    #pHome .main-content .group-link-home .item a {
        font-size: 1.3rem;
        padding: 0.9rem 1rem;
    }
}
#pHome .main-content .connect {
    background: white;
    padding: 72px 0 64px;
}
@media (max-width: 768px) {
    #pHome .main-content .connect {
        padding: 3rem 0;
    }
}
#pHome .main-content .connect:before,
#pHome .main-content .connect:after {
    content: "";
    display: table;
    clear: both;
}
#pHome .main-content .connect .col-4 {
    float: left;
    padding: 0 1rem;
}
@media (max-width: 667px) {
    #pHome .main-content .connect .col-4 {
        width: 100%;
        float: none;
        padding: 0;
    }
}
#pHome .main-content .connect .col-4 img {
    max-width: 100%;
}
#pHome .main-content .connect .col-4 .copy:first-child {
    padding-top: 8.7rem;
}
@media (max-width: 768px) {
    #pHome .main-content .connect .col-4 .copy:first-child {
        padding-top: 3rem;
    }
    #pHome .main-content .connect .col-4 .copy:first-child p:last-child {
        display: none;
    }
}
#pHome .main-content .connect .col-4 .copy h3 {
    font-size: 73px;
    color: rgba(156, 156, 156, 0.45);
    line-height: 1;
}
@media (max-width: 768px) {
    #pHome .main-content .connect .col-4 .copy h3 {
        font-size: 2.9rem;
    }
}
#pHome .main-content .connect .col-4 .copy h3 span {
    font-size: 71px;
    background: -webkit-linear-gradient(left, #005e9d, #0098ff);
    background: linear-gradient(left, #005e9d, #0098ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
    #pHome .main-content .connect .col-4 .copy h3 span {
        font-size: 2.8rem;
    }
}
#pHome .main-content .connect .col-4 .copy p {
    color: #808285;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    padding: 1.5rem 0;
}
@media (max-width: 768px) {
    #pHome .main-content .connect .col-4 .copy p {
        font-size: 1.3rem;
        font-weight: 400;
        line-height: 1.4;
    }
}
#pHome .main-content .connect .col-4 .copy a {
    font-size: 14px;
    color: #0070bc;
}
#pHome .main-content .connect .left {
    width: 70%;
    float: left;
}
@media (max-width: 768px) {
    #pHome .main-content .connect .left {
        width: 100%;
        padding: 10px 0;
    }
}
#pHome .main-content .connect .left h3 {
    color: #000;
    font-size: 23px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
}
#pHome .main-content .connect .left h3 img {
    position: absolute;
    left: 0;
    top: 50%;
    max-width: 50px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#pHome .main-content .connect .left h3 span {
    display: block;
    padding-left: 70px;
}
#pHome .main-content .connect .left .social-connect li {
    width: 33.33333%;
    float: left;
    padding: 5px 15px 5px 0;
}
@media (max-width: 768px) {
    #pHome .main-content .connect .left .social-connect li {
        width: 100%;
    }
}
#pHome .main-content .connect .left .social-connect li > img,
#pHome .main-content .connect .left .social-connect li > a > img {
    width: 100%;
}
#pHome .main-content .connect .right {
    width: 30%;
    float: right;
}
@media (max-width: 768px) {
    #pHome .main-content .connect .right {
        width: 100%;
        padding: 10px 0;
    }
}
#pHome .main-content .connect .right .wrap {
    padding-left: 20px;
}
@media (max-width: 768px) {
    #pHome .main-content .connect .right .wrap {
        padding-left: 0px;
    }
}
#pHome .main-content .connect .right h3 {
    color: #000;
    font-size: 23px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
}
#pHome .main-content .connect .right h3 img {
    position: absolute;
    left: 0;
    top: 50%;
    max-width: 50px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#pHome .main-content .connect .right h3 span {
    display: block;
    padding-left: 70px;
}
#pHome .main-content .connect .right li {
    padding: 5px 0;
}
@media (max-width: 768px) {
    #pHome .main-content .connect .right li:last-child {
        text-align: center;
    }
}
#pHome .main-content .connect .right article {
    position: relative;
    min-height: 100px;
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2);
}
#pHome .main-content .connect .right article img {
    max-width: 100px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#pHome .main-content .connect .right article .tt-news-home {
    padding: 15px 5px 15px 120px;
}
#pHome .main-content .connect .right article .tt-news-home h4 {
    color: #000;
    font-size: 15px;
    font-weight: 700;
}
#pHome .main-content .connect .right article .tt-news-home h4 a {
    color: #000;
}
#pHome .main-content .connect .right article .tt-news-home time {
    color: #000;
    font-size: 11px;
    font-weight: 500;
}
#pHome .main-content .connect .right .btn-viewmore {
    color: #ff6a13;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    margin-top: 15px;
}
@media (max-width: 768px) {
    #pHome .main-content .connect .right .btn-viewmore {
        margin-top: 0;
    }
}

#pHome .main-content .about-home {
    padding: 9.4rem 0 0;
    background: url(../images/home/);
}
@media (max-width: 768px) {
    #pHome .main-content .about-home {
        padding: 4.8rem 0 0;
    }
}
#pHome .main-content .about-home .container:before,
#pHome .main-content .about-home .container:after {
    content: "";
    display: table;
    clear: both;
}
#pHome .main-content .about-home .col-6 {
    float: left;
    padding: 0 2rem;
}
@media (max-width: 768px) {
    #pHome .main-content .about-home .col-6 {
        padding: 0;
        width: 100%;
    }
}
#pHome .main-content .about-home .col-6 .copy h3 {
    color: black;
    font-size: 3.6rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
    #pHome .main-content .about-home .col-6 .copy h3 {
        font-size: 1.7rem;
    }
}
#pHome .main-content .about-home .col-6 .copy p {
    color: black;
    font-size: 1.6rem;
    line-height: 1.9;
    margin-bottom: 1.9rem;
}
@media (max-width: 768px) {
    #pHome .main-content .about-home .col-6 .copy p {
        font-size: 1.3rem;
        line-height: 1.4;
        margin-bottom: 1rem;
    }
}
#pHome .main-content .about-home .col-6 .copy strong {
    color: #0079c1;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
}
@media (max-width: 768px) {
    #pHome .main-content .about-home .col-6 .copy strong {
        font-size: 1.3rem;
    }
}
#pHome .main-content .about-home .col-6 .copy a {
    color: #0079c1;
    font-size: 1.4rem;
}
@media (max-width: 768px) {
    #pHome .main-content .about-home .col-6 .copy a {
        font-size: 1.3rem;
    }
}
#pHome .main-content .about-home .col-6 .slogan {
    padding-top: 10.4rem;
}
@media (max-width: 768px) {
    #pHome .main-content .about-home .col-6 .slogan {
        padding-top: 0;
        text-align: center;
    }
}
#pHome .main-content .about-home .col-6 .slogan img {
    max-width: 100%;
    display: inline-block;
}
#pHome .main-content .about-home .block-link {
    margin-top: 3.3rem;
}
#pHome .main-content .about-home .block-link ul {
    margin: 0 -4px;
}
#pHome .main-content .about-home .block-link ul:before,
#pHome .main-content .about-home .block-link ul:after {
    content: "";
    display: table;
    clear: both;
}
#pHome .main-content .about-home .block-link ul li {
    float: left;
    width: 25%;
    padding: 0.4rem;
    color: white;
}
@media (max-width: 640px) {
    #pHome .main-content .about-home .block-link ul li {
        width: 50%;
    }
}
#pHome .main-content .about-home .block-link ul li.column-1 article {
    background: #f15d22;
}
#pHome .main-content .about-home .block-link ul li.column-2 article {
    background: #0079c1;
}
#pHome .main-content .about-home .block-link ul li.column-3 article {
    background: #008c99;
}
#pHome .main-content .about-home .block-link ul li.column-4 article {
    background: #f58426;
}
#pHome .main-content .about-home .block-link ul li article {
    padding: 2rem 3rem;
    min-height: 26.5rem;
}
@media (max-width: 768px) {
    #pHome .main-content .about-home .block-link ul li article {
        padding: 1rem;
        min-height: 13.2rem;
    }
}
#pHome .main-content .about-home .block-link ul li h4 {
    font-size: 4.8rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}
@media (max-width: 768px) {
    #pHome .main-content .about-home .block-link ul li h4 {
        font-size: 2.4rem;
    }
}
#pHome .main-content .about-home .block-link ul li p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.9;
}
@media (max-width: 768px) {
    #pHome .main-content .about-home .block-link ul li p {
        font-size: 1.3rem;
    }
}
#pHome .main-content .about-home .block-link ul li a {
    margin-top: 3.2rem;
    display: inline-block;
}
@media (max-width: 768px) {
    #pHome .main-content .about-home .block-link ul li a {
        margin-top: 1.2rem;
    }
}
#pHome .main-content .about-home .block-link ul li a img {
    width: auto;
}

.banner-page {
    background: #e3e3e3;
}
.banner-page .container:before,
.banner-page .container:after {
    content: "";
    display: table;
    clear: both;
}
.banner-page .wrap {
    margin: 0 -20px;
    position: relative;
    top: 20px;
}
.banner-page .wrap:before,
.banner-page .wrap:after {
    content: "";
    display: table;
    clear: both;
}
@media (max-width: 768px) {
    .banner-page .wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.banner-page .left {
    width: 62%;
    float: left;
    padding: 0 2rem;
}
@media (max-width: 768px) {
    .banner-page .left {
        width: 100%;
    }
}
.banner-page .left .slide-banner {
    box-shadow: 0px 4px 30px -6px rgba(0, 0, 0, 0.4);
}
.banner-page .left .slide-banner .item img {
    max-width: 100%;
}
.banner-page .left .slide-banner .slick-arrow {
    width: 44px;
    height: 44px;
    z-index: 2;
}
.banner-page .left .slide-banner .slick-arrow:before {
    display: none;
}
@media (max-width: 768px) {
    .banner-page .left .slide-banner .slick-arrow {
        width: 6rem;
        height: 6rem;
    }
}
.banner-page .left .slide-banner .slick-next {
    background: url(../images/btn_next_banner.png) no-repeat;
    background-size: cover;
    right: -13px;
}
.banner-page .left .slide-banner .slick-prev {
    background: url(../images/btn_prev_banner.png) no-repeat;
    background-size: cover;
    left: -13px;
}
.banner-page .right {
    width: 38%;
    float: left;
    padding: 0 2rem;
    padding-top: 8rem;
}
@media (max-width: 768px) {
    .banner-page .right {
        width: 100%;
        padding: 0 2rem 1.2rem;
    }
}
.banner-page .right .slide-copy h3 {
    color: rgba(128, 130, 133, 0.45);
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 1.4rem;
}
.banner-page .right .slide-copy h3 span {
    display: block;
    background: -webkit-linear-gradient(left, #005e9d, #0098ff);
    background: linear-gradient(left, #005e9d, #0098ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
    .banner-page .right .slide-copy h3 {
        font-size: 2.9rem;
    }
}
.banner-page .right .slide-copy p {
    font-size: 1.4rem;
    line-height: 1.6;
}
@media (max-width: 768px) {
    .banner-page .right .slide-copy p {
        font-size: 1.2rem;
    }
}
.banner-page .right .slide-copy a {
    font-size: 14px;
    font-weight: 700;
    color: #0079c1;
    margin-top: 0.8rem;
    display: inline-block;
}

#pProduct .content-page {
    background: #f0f0f0;
    padding: 10px 0 6px;
    border-bottom: 1px solid #cdcdcd;
}

#pProduct .content-page .wrap-filter {
    background: #0079c2;
    padding: 19px 0;
}
#pProduct .content-page .wrap-filter:before,
#pProduct .content-page .wrap-filter:after {
    content: "";
    display: table;
    clear: both;
}
@media (max-width: 768px) {
    #pProduct .content-page .wrap-filter {
        padding: 0;
    }
}
#pProduct .content-page .wrap-filter .slide-filter {
    width: 88%;
    float: left;
}
#pProduct .content-page .wrap-filter .slide-filter:before,
#pProduct .content-page .wrap-filter .slide-filter:after {
    content: "";
    display: table;
    clear: both;
}
@media (max-width: 768px) {
    #pProduct .content-page .wrap-filter .slide-filter {
        width: 60%;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
}
#pProduct .content-page .wrap-filter .slide-filter .item {
    float: left;
    width: 16.66666%;
    position: relative;
}
#pProduct .content-page .wrap-filter .slide-filter .item:after {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    background: url(../images/border_filter.png) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}
@media (max-width: 768px) {
    #pProduct .content-page .wrap-filter .slide-filter .item:after {
        right: 0.1rem;
    }
}
#pProduct .content-page .wrap-filter .slide-filter .item a {
    display: block;
    color: white;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 44px;
    padding: 22px 0;
    text-align: center;
}
#pProduct .content-page .wrap-filter .slide-filter .item a:first-child {
    padding-left: 0;
}
#pProduct .content-page .wrap-filter .slide-filter .slick-arrow {
    visibility: hidden;
    opacity: 0;
}
#pProduct .content-page .wrap-filter .controls {
    width: 12%;
    float: left;
    padding: 10px;
    text-align: right;
}
@media (max-width: 768px) {
    #pProduct .content-page .wrap-filter .controls {
        width: 40%;
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-left: -5px;
        text-align: center;
    }
}
#pProduct .content-page .wrap-filter .controls .btn-prev,
#pProduct .content-page .wrap-filter .controls .btn-next {
    width: 4rem;
    height: 4rem;
    border: 3px solid white;
    border-radius: 100%;
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
}
@media (max-width: 768px) {
    #pProduct .content-page .wrap-filter .controls .btn-prev,
    #pProduct .content-page .wrap-filter .controls .btn-next {
        width: 3rem;
        height: 3rem;
        margin: 0;
    }
}
#pProduct .content-page .wrap-filter .controls .btn-prev img,
#pProduct .content-page .wrap-filter .controls .btn-next img {
    max-width: 100%;
}
#pProduct .outer-product .outer-crs {
    padding: 12px 0;
}
@media (max-width: 768px) {
    #pProduct .outer-product .outer-crs {
        padding: 0;
    }
}
#pProduct .outer-product .outer-crs:before,
#pProduct .outer-product .outer-crs:after {
    content: "";
    display: table;
    clear: both;
}
#pProduct .outer-product .outer-crs .wrap {
    padding: 0 21px;
}
#pProduct .outer-product .outer-crs .crs {
    box-shadow: 0px -8px 15px -10px rgba(128, 130, 133, 0.45);
}
#pProduct .outer-product .outer-crs .crs:before,
#pProduct .outer-product .outer-crs .crs:after {
    content: "";
    display: table;
    clear: both;
}
#pProduct .outer-product .outer-crs .item,
#pProduct .outer-product .outer-crs .itemOrder {
    background: white;
    width: 25%;
    float: left;
    padding: 46px 40px 41px;
    border-left: 1px solid #f0f0f0;
    position: relative;
}
#pProduct .outer-product .outer-crs .item:hover,
#pProduct .outer-product .outer-crs .itemOrder:hover {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
    z-index: 2;
}
@media (max-width: 768px) {
    #pProduct .outer-product .outer-crs .item:nth-child(2n + 1),
    #pProduct .outer-product .outer-crs .itemOrder:nth-child(2n + 1) {
        clear: both;
    }
    #pProduct .outer-product .outer-crs .item,
    #pProduct .outer-product .outer-crs .itemOrder {
        padding: 4rem 1.5rem 1.5rem;
        width: 50%;
        border-bottom: 1px solid #f0f0f0;
    }
}
#pProduct .outer-product .outer-crs .item a,
#pProduct .outer-product .outer-crs .itemOrder a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
}
#pProduct .outer-product .outer-crs article figure {
    margin-bottom: 28px;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
}
@media (max-width: 640px) {
    #pProduct .outer-product .outer-crs article figure {
        margin-bottom: 10px;
    }
}
#pProduct .outer-product .outer-crs article figure img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
    transition: 0.2s ease-in-out;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
#pProduct .outer-product .outer-crs article:hover > figure img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#pProduct .outer-product .outer-crs article h5 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 13px;
}
@media (max-width: 768px) {
    #pProduct .outer-product .outer-crs article h5 {
        font-size: 1.3rem;
    }
}
#pProduct .outer-product .outer-crs article p {
    color: #ff6a13;
    font-size: 1.6rem;
    font-weight: 700;
}
@media (max-width: 768px) {
    #pProduct .outer-product .outer-crs article p {
        font-size: 1.2rem;
    }
}
#pProduct .outer-product .outer-crs article .icon-type {
    width: 27px;
    height: 27px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
#pProduct .outer-product .outer-crs article .icon-promo {
    position: absolute;
    z-index: 2;
    display: table;
    right: 14px;
    top: 12px;
    width: 60px;
    height: 60px;
    background: url(../images/bg_icon_promo.png) no-repeat;
    background-size: cover;
}
@media (max-width: 768px) {
    #pProduct .outer-product .outer-crs article .icon-promo {
        width: 30px;
        height: 30px;
        background-size: cover;
    }
}
#pProduct .outer-product .outer-crs article .icon-promo span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #007cff;
    font-size: 12px;
    font-weight: 700;
}
@media (max-width: 768px) {
    #pProduct .outer-product .outer-crs article .icon-promo span {
        font-size: 0.9rem;
    }
}
#pProduct .outer-product .outer-crs article .icon-promo.two-item,
#pProduct .outer-product .outer-crs article .icon-promo.promo-deal {
    background: url(../images/bg_icon_promo_2.png) no-repeat;
    background-size: cover;
}
#pProduct .outer-product .outer-crs article .icon-promo.two-item span,
#pProduct .outer-product .outer-crs article .icon-promo.promo-deal span {
    color: #ff6a13;
}
@media (max-width: 768px) {
    #pProduct .outer-product .outer-crs article .icon-promo.two-item {
        background-size: cover;
    }
}
#pProduct .outer-product .outer-crs article .icon-promo.best-sale {
    background: url(../images/bg_icon_best_sale.png) no-repeat;
    background-size: cover;
}
#pProduct .outer-product .outer-crs article .icon-promo.best-sale span {
    color: #97d700;
}
#pProduct .outer-product .outer-crs article .icon-promo.new {
    background: url(../images/bg_icon_new.png) no-repeat;
    background-size: cover;
}
#pProduct .outer-product .outer-crs article .icon-promo.new span {
    color: #e4002b;
}

.wrap-filter-by {
    position: relative;
    padding: 3.8rem;
}
.wrap-filter-by:before,
.wrap-filter-by:after {
    content: "";
    display: table;
    clear: both;
}
@media (max-width: 768px) {
    .wrap-filter-by {
        padding: 1rem 0;
    }
}
.wrap-filter-by .filter-by {
    float: left;
    width: 80%;
}
@media (max-width: 768px) {
    .wrap-filter-by .filter-by {
        width: auto;
    }
}
.wrap-filter-by .filter-by ul:before,
.wrap-filter-by .filter-by ul:after {
    content: "";
    display: table;
    clear: both;
}
.wrap-filter-by .filter-by .desktop {
    display: block;
}
@media (max-width: 768px) {
    .wrap-filter-by .filter-by .desktop {
        display: none;
    }
}
.wrap-filter-by .filter-by .mobile {
    display: none;
    float: left;
    width: 100%;
}
@media (max-width: 768px) {
    .wrap-filter-by .filter-by .mobile {
        display: block;
    }
}
.wrap-filter-by .filter-by .mobile li {
    display: block;
    width: 100%;
}
.wrap-filter-by .filter-by .mobile li a {
    border: none;
    padding: 0.5rem;
    font-size: 1.2rem;
}
.wrap-filter-by .filter-by li {
    float: left;
    display: inline-block;
}
.wrap-filter-by .filter-by li:last-child a {
    border-right: none;
}
.wrap-filter-by .filter-by a,
.wrap-filter-by .filter-by label {
    font-size: 14px;
    display: block;
    font-weight: 500;
}
.wrap-filter-by .filter-by a {
    display: block;
    color: #007cff;
    padding: 0 20px;
    position: relative;
    border-right: 1px solid #007cff;
}
.wrap-filter-by .filter-by a.js-active {
    color: #007cff;
    text-decoration: underline;
}
@media (max-width: 768px) {
    .wrap-filter-by .filter-by a {
        padding: 0 1rem;
    }
}
.wrap-filter-by .filter-by label {
    color: #007cff;
    font-weight: 700;
}
.wrap-filter-by .my-select {
    float: right;
    border-bottom: none;
    width: auto;
    height: 18px;
    line-height: 16px;
}
.wrap-filter-by .my-select span {
    color: #007cff;
    font-weight: 700;
    text-transform: none;
    font-size: 14px;
}
.wrap-filter-by .my-select span:after {
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    background: url(../images/arr_down.png) no-repeat;
    background-size: cover;
    border: none;
    top: 50%;
    right: 7px;
}
@media (max-width: 768px) {
    .wrap-filter-by .my-select a {
        font-size: 1.2rem;
        padding: 0.5rem;
    }
}

#pEcatalogue .btn-viewmore {
    color: #00d4ea;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    margin: 1rem auto 2rem;
    cursor: pointer;
}
#pEcatalogue .content-page {
    padding: 60px 0 0;
    border-bottom: 1px solid #cdcdcd;
}
#pEcatalogue .outer-product h2 {
    color: #007cff;
    font-size: 30px;
    padding: 0 1.5rem;
    text-align: center;
}
#pEcatalogue .outer-product .outer-crs {
    padding: 1.2rem 0;
}
#pEcatalogue .outer-product .outer-crs:before,
#pEcatalogue .outer-product .outer-crs:after {
    content: "";
    display: table;
    clear: both;
}
#pEcatalogue .outer-product .outer-crs .wrap {
    padding: 0 2.1rem;
}
#pEcatalogue .outer-product .outer-crs .crs:before,
#pEcatalogue .outer-product .outer-crs .crs:after {
    content: "";
    display: table;
    clear: both;
}
@media (max-width: 768px) {
    #pEcatalogue .outer-product .outer-crs .crs {
        margin: 0 -0.5rem;
    }
}
#pEcatalogue .outer-product .outer-crs .item {
    background: transparent;
    width: 20%;
    float: left;
    padding: 1rem;
    border-left: 1px solid #f0f0f0;
    position: relative;
    display: none;
}
@media (max-width: 768px) {
    #pEcatalogue .outer-product .outer-crs .item {
        width: 50%;
        padding: 0.5rem;
    }
    #pEcatalogue .outer-product .outer-crs .item:nth-child(2n + 1) {
        clear: both;
    }
}
#pEcatalogue .outer-product .outer-crs .item:hover {
    z-index: 2;
}
#pEcatalogue .outer-product .outer-crs .item:hover figure {
    -webkit-transform: translate(0, 0) rotate(0) scale(1.04) translateZ(0);
    -ms-transform: translate(0, 0) rotate(0) scale(1.04) translateZ(0);
    -moz-transform: translate(0, 0) rotate(0) scale(1.04) translateZ(0);
    transform: translate(0, 0) rotate(0) scale(1.04) translateZ(0);
}
#pEcatalogue .outer-product .outer-crs .item:hover h5 {
    color: #f4821f;
}
#pEcatalogue .outer-product .outer-crs .item:nth-child(5n + 1) {
    clear: both;
}

#pEcatalogue .outer-product .outer-crs article {
    position: relative;
    background: white;
    cursor: pointer;
}
#pEcatalogue .outer-product .outer-crs article figure {
    width: 100%;
    height: 0;
    padding-bottom: 70%;

    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: gray; */

    -webkit-transition: 0.3s ease-in-out 0s;
    -ms-transition: 0.3s ease-in-out 0s;
    -moz-transition: 0.3s ease-in-out 0s;
    transition: 0.3s ease-in-out 0s;
}
#pEcatalogue .outer-product .outer-crs article .copy {
    padding: 1.4rem 1rem 2.2rem;
}
@media (max-width: 768px) {
    #pEcatalogue .outer-product .outer-crs article .copy {
        padding: 0.8rem 1rem;
    }
}
#pEcatalogue .outer-product .outer-crs article h5 {
    margin-bottom: 0.8rem;

    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    min-height: 28px;

    color: black;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media (max-width: 768px) {
    #pEcatalogue .outer-product .outer-crs article h5 {
        font-size: 1.3rem;
    }
}
#pEcatalogue .outer-product .outer-crs article time {
    color: #808285;
    font-size: 12px;
    padding-left: 2.5rem;
   
    display: block;
}
@media (max-width: 768px) {
    #pEcatalogue .outer-product .outer-crs article time {
        font-size: 1.1rem;
    }
}
#pEcatalogue .outer-product .outer-crs article .icon-type {
    width: 27px;
    height: 27px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
#pEcatalogue .outer-product .outer-crs article .icon-promo {
    position: absolute;
    display: table;
    right: 10px;
    top: 10px;
    width: 60px;
    height: 60px;
    background: url(../images/bg_icon_promo.png) no-repeat;
    background-size: cover;
}
#pEcatalogue .outer-product .outer-crs article .icon-promo span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #007cff;
    font-weight: 700;
    font-size: 13px;
}
#pEcatalogue .outer-product .outer-crs article .icon-promo.two-item,
#pEcatalogue .outer-product .outer-crs article .icon-promo.promo-deal {
    background: url(../images/bg_icon_promo_2.png) no-repeat;
    background-size: cover;
}
#pEcatalogue .outer-product .outer-crs article .icon-promo.two-item span,
#pEcatalogue .outer-product .outer-crs article .icon-promo.promo-deal span {
    color: #ff6a13;
}

#pEcatalogue .outer-product .outer-crs article .icon-promo.best-sale {
    background: url(../images/bg_icon_best_sale.png) no-repeat;
    background-size: cover;
}
#pEcatalogue .outer-product .outer-crs article .icon-promo.best-sale span {
    color: #97d700;
}
#pEcatalogue .outer-product .outer-crs article .icon-promo.new {
    background: url(../images/bg_icon_newpng) no-repeat;
    background-size: cover;
}
#pEcatalogue .outer-product .outer-crs article .icon-promo.new span {
    color: #e4002b;
}

#pPromotion .content-page {
    padding: 60px 0 0;
    border-bottom: 1px solid #cdcdcd;
}
#pPromotion .outer-product .outer-crs {
    padding: 1.2rem 0;
}
#pPromotion .outer-product .outer-crs:before,
#pPromotion .outer-product .outer-crs:after {
    content: "";
    display: table;
    clear: both;
}
#pPromotion .outer-product .outer-crs .wrap {
    padding: 0 2.1rem;
}
#pPromotion .outer-product .outer-crs .crs:before,
#pPromotion .outer-product .outer-crs .crs:after {
    content: "";
    display: table;
    clear: both;
}
@media (max-width: 768px) {
    #pPromotion .outer-product .outer-crs .crs {
        margin: 0 -0.5rem;
    }
}

#pPromotion .outer-product .outer-crs .item {
    background: transparent;
    width: 25%;
    float: left;
    padding: 1.5rem;
    border-left: 1px solid #f0f0f0;
    position: relative;
}
@media (max-width: 768px) {
    #pPromotion .outer-product .outer-crs .item {
        width: 50%;
        padding: 0.5rem;
    }

    #pPromotion .outer-product .outer-crs .item:nth-child(2n + 1) {
        clear: both;
    }
}

#pPromotion .outer-product .outer-crs .item:hover {
    z-index: 2;
}
#pPromotion .outer-product .outer-crs .item:hover figure {
    -webkit-transform: translate(0, 0) rotate(0) scale(1.04) translateZ(0);
    -ms-transform: translate(0, 0) rotate(0) scale(1.04) translateZ(0);
    -moz-transform: translate(0, 0) rotate(0) scale(1.04) translateZ(0);
    transform: translate(0, 0) rotate(0) scale(1.04) translateZ(0);
}
#pPromotion .outer-product .outer-crs .item:hover h5 {
    color: #f4821f;
}
#pPromotion .outer-product .outer-crs .item:nth-child(4n + 1) {
    clear: both;
}
#pPromotion .outer-product .outer-crs article {
    position: relative;
    background: white;
}
#pPromotion .outer-product .outer-crs article figure {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    -webkit-transition: 0.3s ease-in-out 0s;
    -ms-transition: 0.3s ease-in-out 0s;
    -moz-transition: 0.3s ease-in-out 0s;
    transition: 0.3s ease-in-out 0s;
}
#pPromotion .outer-product .outer-crs article .copy {
    padding: 2.4rem 2rem 3.2rem;
}
@media (max-width: 768px) {
    #pPromotion .outer-product .outer-crs article .copy {
        padding: 0.8rem 1rem;
    }
}
#pPromotion .outer-product .outer-crs article h5 {
    color: black;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
    #pPromotion .outer-product .outer-crs article h5 {
        font-size: 1.3rem;
    }
}
#pPromotion .outer-product .outer-crs article time {
    color: #808285;
    font-size: 14px;
    padding-left: 2.5rem;
    background: url(../images/clock.png) no-repeat left;
    display: block;
}
@media (max-width: 768px) {
    #pPromotion .outer-product .outer-crs article time {
        font-size: 1.1rem;
    }
}
#pPromotion .outer-product .outer-crs article .icon-type {
    width: 27px;
    height: 27px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
#pPromotion .outer-product .outer-crs article .icon-promo {
    position: absolute;
    display: table;
    right: 10px;
    top: 10px;
    width: 60px;
    height: 60px;
    background: url(../images/bg_icon_promo.png) no-repeat;
    background-size: cover;
}
#pPromotion .outer-product .outer-crs article .icon-promo span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #007cff;
    font-weight: 700;
    font-size: 13px;
}
#pPromotion .outer-product .outer-crs article .icon-promo.two-item,
#pPromotion .outer-product .outer-crs article .icon-promo.promo-deal {
    background: url(../images/bg_icon_promo_2.png) no-repeat;
    background-size: cover;
}
#pPromotion .outer-product .outer-crs article .icon-promo.two-item span,
#pPromotion .outer-product .outer-crs article .icon-promo.promo-deal span {
    color: #ff6a13;
}
#pPromotion .outer-product .outer-crs article .icon-promo.best-sale {
    background: url(../images/bg_icon_best_sale.png) no-repeat;
    background-size: cover;
}
#pPromotion .outer-product .outer-crs article .icon-promo.best-sale span {
    color: #97d700;
}
#pPromotion .outer-product .outer-crs article .icon-promo.new {
    background: url(../images/bg_icon_newpng) no-repeat;
    background-size: cover;
}
#pPromotion .outer-product .outer-crs article .icon-promo.new span {
    color: #e4002b;
}

.modal {
    z-index: 24603;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(38, 60, 113, 0.9);
    -webkit-transition: 0.3s ease-in-out 0s;
    -ms-transition: 0.3s ease-in-out 0s;
    -moz-transition: 0.3s ease-in-out 0s;
    transition: 0.3s ease-in-out 0s;
}
.modal.js-show {
    visibility: visible !important;
    opacity: 1 !important;
}
.modal.js-show .btn-close {
    visibility: visible;
    opacity: 1;
    margin-right: 40px;
}

.modal-brand {
    z-index: 10;
}

.modal-top {
    color: white;
    font-size: 1.4rem;
    font-family: "Quicksand", sans-serif;
    letter-spacing: 2px;
    text-align: right;
    padding: 10px;
    z-index: 2;
    position: relative;
}
@media(max-width:640px){
    .modal-top {
        padding: 0 10px;
    }
}

.btn-close {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-top: 20px;
    margin-right: 0;
    -webkit-transition: 0.5s ease-in-out 0s;
    -ms-transition: 0.5s ease-in-out 0s;
    -moz-transition: 0.5s ease-in-out 0s;
    transition: 0.5s ease-in-out 0s;
}
@media(max-width:640px){
    .btn-close {
        margin-top: 5px;
    }
}
.btn-close:hover .icon-close:before {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
}
.btn-close:hover .icon-close:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}
.btn-close .icon-close {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.btn-close .icon-close:after,
.btn-close .icon-close:before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: white;
    position: absolute;
    top: 50%;
    -webkit-transition: 0.3s ease-in-out 0s;
    -ms-transition: 0.3s ease-in-out 0s;
    -moz-transition: 0.3s ease-in-out 0s;
    transition: 0.3s ease-in-out 0s;
}
.btn-close .icon-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-close .icon-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal-body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
  
}
/* .modal-body:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
} */
.modal-body .popup {
    /* visibility: hidden;
    opacity: 0; */
    display: none;
}
.modal-body .popup-sharejob,
.modal-body .popup-sharelink {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    text-align: left;
    background: white;
    max-width: 500px;
    width: 100%;
}
.modal-body .popup-sharejob .wrap-content .item,
.modal-body .popup-sharejob .wrap-content input,
.modal-body .popup-sharelink .wrap-content .item,
.modal-body .popup-sharelink .wrap-content input {
    background-color: #009ac7;
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
    font-family: "Quicksand", sans-serif;
}
.modal-body .popup-sharejob .wrap-content .item::-webkit-input-placeholder,
.modal-body .popup-sharejob .wrap-content input::-webkit-input-placeholder,
.modal-body .popup-sharelink .wrap-content .item::-webkit-input-placeholder,
.modal-body .popup-sharelink .wrap-content input::-webkit-input-placeholder {
    color: white;
    font-size: 1.4rem;
    font-family: "Quicksand", sans-serif;
}
.modal-body .popup-sharejob .wrap-content .item::-moz-placeholder,
.modal-body .popup-sharejob .wrap-content input::-moz-placeholder,
.modal-body .popup-sharelink .wrap-content .item::-moz-placeholder,
.modal-body .popup-sharelink .wrap-content input::-moz-placeholder {
    color: white;
    font-size: 1.4rem;
    font-family: "Quicksand", sans-serif;
}
.modal-body .popup-sharejob .wrap-content .item:-ms-input-placeholder,
.modal-body .popup-sharejob .wrap-content input:-ms-input-placeholder,
.modal-body .popup-sharelink .wrap-content .item:-ms-input-placeholder,
.modal-body .popup-sharelink .wrap-content input:-ms-input-placeholder {
    color: white;
    font-size: 1.4rem;
    font-family: "Quicksand", sans-serif;
}
.modal-body .popup-sharejob .wrap-content .item:-moz-placeholder,
.modal-body .popup-sharejob .wrap-content input:-moz-placeholder,
.modal-body .popup-sharelink .wrap-content .item:-moz-placeholder,
.modal-body .popup-sharelink .wrap-content input:-moz-placeholder {
    color: white;
    font-size: 1.4rem;
    font-family: "Quicksand", sans-serif;
}
.modal-body .popup-sharejob .wrap-content .item,
.modal-body .popup-sharejob .wrap-content input,
.modal-body .popup-sharelink .wrap-content .item,
.modal-body .popup-sharelink .wrap-content input {
    height: 55px;
    line-height: 55px;
    padding: 0 2rem;
}
.modal-body .popup-sharejob .copy,
.modal-body .popup-sharelink .copy {
    padding: 2rem 4rem;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .modal-body .popup-sharejob .copy,
    .modal-body .popup-sharelink .copy {
        padding: 20px 10px;
    }
}
.modal-body .popup-sharejob .copy p,
.modal-body .popup-sharelink .copy p {
    color: #eec2a5;
    font-size: 15px;
    font-weight: 300;
    font-family: "Quicksand", sans-serif;
    text-transform: uppercase;
    line-height: 1.6;
    padding: 20px 0;
}
@media screen and (max-width: 479px) {
    .modal-body .popup-sharejob .copy p,
    .modal-body .popup-sharelink .copy p {
        padding: 10px 0;
    }
}
.modal-body .popup-sharejob .copy .button,
.modal-body .popup-sharelink .copy .button {
    min-width: 154px;
    margin: 0 3px;
}
@media screen and (max-width: 479px) {
    .modal-body .popup-sharejob .copy .button,
    .modal-body .popup-sharelink .copy .button {
        margin: 0;
        margin-bottom: 10px;
    }
}
.modal-body .popup-sharejob .copy .send,
.modal-body .popup-sharejob .copy .copylink,
.modal-body .popup-sharelink .copy .send,
.modal-body .popup-sharelink .copy .copylink {
    color: white;
    font-size: 2rem;
    font-family: "Montserrat", sans-serif;
    background: #f15d22;
    text-transform: uppercase;
    padding: 1.5rem 4.6rem;
    display: inline-block;
    margin: 3.5rem 0 0;
}
.modal-body .popup-sharejob .copy .send:hover,
.modal-body .popup-sharejob .copy .copylink:hover,
.modal-body .popup-sharelink .copy .send:hover,
.modal-body .popup-sharelink .copy .copylink:hover {
    background: #0079c1;
}
.modal-body .popup-sharejob .title,
.modal-body .popup-sharelink .title {
    color: #eec2a5;
    font-size: 30px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    position: relative;
    display: inline-block;
    line-height: 1.2;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
    .modal-body .popup-sharejob .title,
    .modal-body .popup-sharelink .title {
        font-size: 16px;
        letter-spacing: 5px;
    }
}
.modal-body .popup-sharejob .title:before,
.modal-body .popup-sharelink .title:before {
    content: "";
    display: block;
    width: 82px;
    height: 2px;
    background: #eec2a5;
    position: absolute;
    left: 100%;
    top: 26px;
}
@media screen and (max-width: 639px) {
    .modal-body .popup-sharejob .title:before,
    .modal-body .popup-sharelink .title:before {
        display: none;
    }
}
.modal-body .popup-sharejob .title:after,
.modal-body .popup-sharelink .title:after {
    content: "";
    display: block;
    width: 82px;
    height: 2px;
    background: #eec2a5;
    position: absolute;
    left: -96px;
    top: 26px;
}
@media screen and (max-width: 639px) {
    .modal-body .popup-sharejob .title:after,
    .modal-body .popup-sharelink .title:after {
        display: none;
    }
}

.modal-body .popup-orderProduct {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
@media screen and (max-width: 767px) {
    .modal-body .popup-orderProduct {
        position: relative;
        z-index: 1;
    }
}
.modal-body .popup-orderProduct .popup-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: auto;
    display: table;
}
@media screen and (max-width: 767px) {
    .modal-body .popup-orderProduct .popup-container {
        position: relative;
    }
}
.modal-body .popup-orderProduct .wrap-content {
    width: 100%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
@media screen and (max-width: 639px) {
    .modal-body .popup-orderProduct .wrap-content {
        padding-bottom: 20px;
    }
}
.modal-body .popup-orderProduct .outer-content {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    background: white;
}
@media screen and (max-width: 1024px) {
    .modal-body .popup-orderProduct .outer-content {
        width: 85%;
    }
}
@media screen and (max-width: 639px) {
    .modal-body .popup-orderProduct .outer-content {
        width: 100%;
        padding: 10px;
    }
}
.modal-body .popup-orderProduct .crs-popup-instag {
    position: relative;
}
.modal-body .popup-orderProduct .crs-popup-instag .btn-next,
.modal-body .popup-orderProduct .crs-popup-instag .btn-prev {
    display: inline-block;
    width: 30px;
    height: 57px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: 0.3s ease-in-out 0s;
    -ms-transition: 0.3s ease-in-out 0s;
    -moz-transition: 0.3s ease-in-out 0s;
    transition: 0.3s ease-in-out 0s;
}
.modal-body .popup-orderProduct .crs-popup-instag .btn-next {
    background: url(../images/home/btn_next.png) no-repeat center;
    background-size: cover;
    right: -50px;
}
.modal-body .popup-orderProduct .crs-popup-instag .btn-next:hover {
    right: -55px;
}
.modal-body .popup-orderProduct .crs-popup-instag .btn-prev {
    background: url(../images/home/btn_prev.png) no-repeat center;
    background-size: cover;
    left: -50px;
}
.modal-body .popup-orderProduct .crs-popup-instag .btn-prev:hover {
    left: -55px;
}
.modal-body .popup-orderProduct .img,
.modal-body .popup-orderProduct .copy {
    display: inline-block;
    vertical-align: top;
}
.modal-body .popup-orderProduct .img {
    width: 58.9%;
    padding: 34px 0;
    /* background: #808285; */
    text-align: center;
}
@media screen and (max-width: 639px) {
    .modal-body .popup-orderProduct .img {
        width: 100%;
        padding: 0;
    }
}
.modal-body .popup-orderProduct .img img {
    max-width: 100%;
    display: inline-block;
}
.modal-body .popup-orderProduct .copy {
    width: 41.1%;
    margin-left: -4px;
    padding: 34px 30px;
    text-align: left;
}
@media screen and (max-width: 639px) {
    .modal-body .popup-orderProduct .copy {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}
.modal-body .popup-orderProduct .copy .avatar {
    position: relative;
    padding: 27px 0;
    display: table;
    color: #0079c1;
}
.modal-body .popup-orderProduct .copy .avatar:before,
.modal-body .popup-orderProduct .copy .avatar:after {
    content: "";
    display: table;
    clear: both;
}
.modal-body .popup-orderProduct .copy .avatar figure {
    width: 76px;
    height: 76px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    backface-visibility: hidden;
}
.modal-body .popup-orderProduct .copy .avatar figure img {
    position: absolute;
    width: 100%;
    max-width: 100%;
}
.modal-body .popup-orderProduct .copy .avatar .name-avatar {
    padding-left: 86px;
    line-height: 1.6;
    display: table-cell;
    vertical-align: middle;
}
.modal-body .popup-orderProduct .copy .text p {
    line-height: 1.6;
    padding: 13px 0;
}
.modal-body .popup-orderProduct .copy .text a {
    color: #0079c1;
    display: inline-block;
}
.modal-body .popup-orderProduct .copy .text a:hover {
    text-decoration: underline;
}
.modal-body .popup-orderProduct .copy hr {
    margin-bottom: 25px;
}
.modal-body .popup-orderProduct .copy .share {
    color: #0079c1;
    font-size: 14px;
    font-weight: 700;
    font-family: "Montserrat";
    font-style: italic;
    text-transform: uppercase;
}
.modal-body .popup-orderProduct .copy .share label {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 2px;
}
.modal-body .popup-orderProduct .copy .share a {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    border: 2px solid #eec2a5;
    background: transparent;
    text-align: center;
    color: #0079c1;
    margin: 0 4px;
    -webkit-transition: 0.3s ease-in-out 0s;
    -ms-transition: 0.3s ease-in-out 0s;
    -moz-transition: 0.3s ease-in-out 0s;
    transition: 0.3s ease-in-out 0s;
}
.modal-body .popup-orderProduct .copy .share a:hover {
    background: #eec2a5;
}
.modal-body .popup-orderProduct .copy .share a span {
    font-size: 18px;
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.paging {
    padding: 8.5rem 0;
}
.paging:before,
.paging:after {
    content: "";
    display: table;
    clear: both;
}
@media (max-width: 768px) {
    .paging {
        padding: 4.1rem 0;
    }
}
.paging ul {
    float: left;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.paging ul:before,
.paging ul:after {
    content: "";
    display: table;
    clear: both;
}
.paging li {
    float: left;
    border-radius: 6px;
    overflow: hidden;
    padding: 3px;
    margin: 0 4px;
}
@media (max-width: 640px) {
    .paging li {
        margin: 0;
    }
}
.paging li.js-active,
.paging li.js-active:hover {
    /* background: -webkit-linear-gradient(bottom, #005e9d, #0098ff);
  background: linear-gradient(bottom, #005e9d, #0098ff); */
    background: -webkit-linear-gradient(bottom, #007cff, #007cff);
    background: linear-gradient(bottom, #007cff, #007cff);
}
.paging li.js-active a,
.paging li.js-active span,
.paging li.js-active:hover a,
.paging li.js-active:hover span {
    color: black;
    background: white;
}
.paging li:hover {
    background: -webkit-linear-gradient(bottom, #f4821f, #ef5a20);
    background: linear-gradient(bottom, #f4821f, #ef5a20);
}
.paging li:hover a,
.paging li:hover span {
    color: black;
    background: white;
}
.paging a {
    display: block;
    color: #0079c1;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    background: transparent;
    border-radius: 4px;
    width: 31px;
    text-align: center;
    padding: 7px 0;
}
@media (max-width: 768px) {
    .paging a {
        font-size: 1.3rem;
    }
}
.paging .paging-prev,
.paging .paging-next {
    /* width: 37px;
  height: 39px;
  padding: 0;  */
    font-size: 14px;
}
.paging .paging-prev a,
.paging .paging-next a {
    display: block;
    padding: 0;
}
.paging .paging-prev:hover,
.paging .paging-next:hover {
    background: transparent;
}
.paging .paging-prev a {
    background: url(../images/paging_left.png) no-repeat;
}
.paging .paging-next a {
    background: url(../images/paging_right.png) no-repeat;
}

#pProductDetail {
    position: relative;
    border-bottom: 1px solid #cdcdcd;
    /* padding-bottom: 37px;  */
}
/* #pProductDetail .content-page h3 {
  text-align: center;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase; } */

.title-product-detail {
    background: #e4efff;
    padding: 2.6rem 0 1rem;
}
@media (max-width: 768px) {
    .title-product-detail {
        padding: 1.3rem 0;
    }
}
.title-product-detail .container:before,
.title-product-detail .container:after {
    content: "";
    display: table;
    clear: both;
}
.title-product-detail .w30p {
    width: 100%;
    /* float: right; */
    text-align: center;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .title-product-detail .w30p {
        width: 100%;
        text-align: center;
    }
}
.title-product-detail .w30p h3 {
    color: rgba(128, 130, 133, 0.45);
    font-size: 4.5rem;
    line-height: 1.2;
    /* margin-bottom: 1.6rem;  */
}
@media (max-width: 768px) {
    .title-product-detail .w30p h3 {
        font-size: 2.9rem;
        /* margin-bottom: 1rem;  */
    }
}
.title-product-detail .w30p h3 span {
    display: inline-block;
    background: -webkit-linear-gradient(left, #005e9d, #0098ff);
    background: linear-gradient(left, #005e9d, #0098ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
    .title-product-detail .w30p h3 span {
        font-size: 15px;
    }
}
.title-product-detail .w30p h3 img {
    margin-right: 15px;
    max-width: 58px;
}
@media (max-width: 768px) {
    .title-product-detail .w30p h3 img {
        height: 50px;
    }
}
.title-product-detail .w30p p,
.title-product-detail .w30p a {
    color: #007cff;
    font-size: 14px;
    font-weight: 700;
}
.title-product-detail .w30p p .icon-back,
.title-product-detail .w30p a .icon-back {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(../images/icon_back.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 768px) {
    .title-product-detail .w30p p,
    .title-product-detail .w30p a {
        font-size: 1.2rem;
    }
}
.title-product-detail .w30p p {
    color: black;
    margin-top: 16px;
}

.main-product {
    width: 100%;
    height: 652px;
    position: relative;
    background: white;
}
@media (max-width: 768px) {
    .main-product {
        height: auto;
    }
}
/* .main-product:before, .main-product:after {
  content: '';
  position: absolute; }
.main-product:before {
  background: #0076c6;
  left: -22%;
  top: 0;
  width: 40%;
  height: 100%;
  -webkit-transform: skew(-30deg, 0);
  -ms-transform: skew(-30deg, 0);
  -moz-transform: skew(-30deg, 0);
  transform: skew(-30deg, 0); }
  @media (max-width: 768px) {
  .main-product:before {
    left: -100%;
    width: 70%; } }
.main-product:after {
  background: #f4821f;
  right: -15%;
  top: 0;
  width: 10%;
  height: 100%;
  -webkit-transform: skew(-30deg, 0);
  -ms-transform: skew(-30deg, 0);
  -moz-transform: skew(-30deg, 0);
  transform: skew(-30deg, 0); }
  @media (max-width: 768px) {
  .main-product:after {
    display: none; } } */
.main-product .product-item {
    padding: 68px 0 0;
}
.main-product .product-item:before,
.main-product .product-item:after {
    content: "";
    display: table;
    clear: both;
}
.main-product .product-item .wrap {
    width: 50%;
    float: left;
    padding: 0 1rem;
}
.main-product .product-item .wrap:first-child {
    width: 45%;
}
@media (max-width: 768px) {
    .main-product .product-item .wrap:first-child {
        width: 100%;
    }
}
.main-product .product-item .wrap:last-child {
    width: 55%;
    padding-top: 30px;
}
@media (max-width: 768px) {
    .main-product .product-item .wrap:last-child {
        width: 100%;
    }
}
.main-product .product-item .wrap .img {
    max-width: 460px;
}
.main-product .product-item .wrap .img .item {
    background: white;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    float: left;
    border-left: 1px solid #f0f0f0;
    position: relative;
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
}
.main-product .product-item .wrap .img .item img {
    max-width: 100%;
}
.main-product .product-item .wrap .img article .icon-type {
    width: 27px;
    height: 27px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.main-product .product-item .wrap .img article .icon-promo {
    position: absolute;
    display: table;
    right: 14px;
    top: 12px;
    width: 60px;
    height: 60px;
    background: url(../images/bg_icon_promo.png) no-repeat;
    background-size: cover;
}
.main-product .product-item .wrap .img article .icon-promo span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #0079c1;
    font-size: 12px;
    font-weight: 700;
}
.main-product .product-item .wrap .img article .icon-promo.two-item {
    background: url(../images/bg_icon_promo_2.png) no-repeat;
    background-size: cover;
}
.main-product .product-item .wrap .img article .icon-promo.two-item span {
    color: #f4821f;
}
.main-product .product-item .wrap .img article .icon-promo.promo-deal {
    background: url(../images/bg_icon_promo_2.png) no-repeat;
    background-size: cover;
}
.main-product .product-item .wrap .img article .icon-promo.promo-deal span {
    color: #f4821f;
}
.main-product .product-item .wrap .img article .icon-promo.best-sale {
    background: url(../images/bg_icon_best_sale.png) no-repeat;
    background-size: cover;
}
.main-product .product-item .wrap .img article .icon-promo.best-sale span {
    color: #97d700;
}
.main-product .product-item .wrap .img article .icon-promo.new {
    background: url(../images/bg_icon_new.png) no-repeat;
    background-size: cover;
}
.main-product .product-item .wrap .img article .icon-promo.new span {
    color: #e4002b;
}

.main-product .product-item .wrap .copy h3 {
    /* font-family: "Montserrat", sans-serif; */
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2.6rem;
}
@media (max-width: 768px) {
    .main-product .product-item .wrap .copy h3 {
        font-size: 1.7rem;
        margin-bottom: 0.6rem;
    }
}

.main-product .product-item .wrap .copy h3 a {
    color: #000;
}
.main-product .product-item .wrap .copy .category {
    color: #007cff;
    font-weight: 700;
}
@media (max-width: 768px) {
    .main-product .product-item .wrap .copy .category {
        font-size: 1.3rem;
    }
}
.main-product .product-item .wrap .copy .category img {
    display: inline-block;
    vertical-align: middle;
    max-width: 50px;
    margin: 0 5px;
}
.main-product .product-item .wrap .copy .category span {
    color: black;
    text-transform: uppercase;
    font-size: 13px;
}
@media (max-width: 768px) {
    .main-product .product-item .wrap .copy .category span {
        font-size: 1.2rem;
    }
}
.main-product .product-item .wrap .copy .title-txt {
    color: #007cff;
    font-weight: 700;
    padding: 20px 0;
}
@media (max-width: 768px) {
    .main-product .product-item .wrap .copy .title-txt {
        font-size: 1.3rem;
    }
}
.main-product .product-item .wrap .copy .txt {
    /* border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1; */
    padding: 5px 0;
}
.main-product .product-item .wrap .copy p {
    font-size: 16px;
    color: black;
    line-height: 1.6;
}
@media (max-width: 768px) {
    .main-product .product-item .wrap .copy p {
        font-size: 1.3rem;
    }
}
.main-product .product-item .wrap .copy p a {
    color: #ff6a13;
    font-size: 14px;
    font-weight: 500;
}
.main-product .product-item .wrap .copy .prize {
    color: #007cff;
    font-size: 16px;
    font-weight: 700;
    padding: 25px 0;
}
@media (max-width: 768px) {
    .main-product .product-item .wrap .copy .prize {
        font-size: 1.3rem;
    }
}
.main-product .product-item .wrap .copy .prize span {
    font-size: 24px;
    color: #ff6a13;
}
@media (max-width: 768px) {
    .main-product .product-item .wrap .copy .prize span {
        font-size: 2.2rem;
    }
}

.related-products {
    padding: 20px 0;
    background: #e4efff;
}
.related-products h3 {
    font-size: 23px;
    font-weight: 700;
    color: #007cff;
    padding: 40px 0;
    text-align: center;
}
@media (max-width: 768px) {
    .related-products h3 {
        padding: 1rem 0;
    }
}
@media (max-width: 1365px) {
    .related-products .outer-product {
        width: 95%;
        margin: 0 auto;
    }
}
@media (max-width: 1279px) {
    .related-products .outer-product {
        width: 90%;
    }
}
@media (max-width: 667px) {
    .related-products .outer-product {
        width: 100%;
    }
}
.related-products .outer-product .outer-crs {
    padding: 12px 0;
}
.related-products .outer-product .outer-crs:before,
.related-products .outer-product .outer-crs:after {
    content: "";
    display: table;
    clear: both;
}
.related-products .outer-product .outer-crs .wrap {
    padding: 0 21px;
}
.related-products .outer-product .outer-crs .crs {
    box-shadow: 0px -8px 15px -10px rgba(128, 130, 133, 0.45);
}
.related-products .outer-product .outer-crs .crs:before,
.related-products .outer-product .outer-crs .crs:after {
    content: "";
    display: table;
    clear: both;
}
.related-products .outer-product .outer-crs .item {
    background: white;
    width: 25%;
    float: left;
    padding: 46px 40px 41px;
    border-left: 1px solid #f0f0f0;
    position: relative;
}
.related-products .outer-product .outer-crs .item:hover {
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
    z-index: 2;
}
@media (max-width: 768px) {
    .related-products .outer-product .outer-crs .item {
        padding: 4rem 1.5rem 1.5rem;
        width: 50%;
        border-bottom: 1px solid #f0f0f0;
    }
}
.related-products .outer-product .outer-crs .item img {
    max-width: 100%;
}
.related-products .outer-product .outer-crs .item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 2;
}
.related-products .outer-product .outer-crs article a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    width: 100%;
    height: 100%;
}
.related-products .outer-product .outer-crs article figure {
    margin-bottom: 2.8rem;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
}
.related-products .outer-product .outer-crs article figure img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
    transition: 0.2s ease-in-out;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.related-products .outer-product .outer-crs article:hover > figure img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.related-products .outer-product .outer-crs article h5 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1.3rem;
}
@media (max-width: 768px) {
    .related-products .outer-product .outer-crs article h5 {
        font-size: 1.3rem;
        margin-bottom: 0;
    }
}
.related-products .outer-product .outer-crs article p {
    color: #f4821f;
    font-size: 1.6rem;
    font-weight: 700;
}
@media (max-width: 768px) {
    .related-products .outer-product .outer-crs article p {
        font-size: 1.2rem;
    }
}
.related-products .outer-product .outer-crs article .icon-type {
    width: 2.7rem;
    height: 2.7rem;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}
.related-products .outer-product .outer-crs article .icon-promo {
    position: absolute;
    z-index: 2;
    display: table;
    right: 1.4rem;
    top: 1.2rem;
    width: 60px;
    height: 60px;
    background: url(../images/bg_icon_promo.png) no-repeat;
    background-size: cover;
}
@media (max-width: 768px) {
    .related-products .outer-product .outer-crs article .icon-promo {
        width: 2.65rem;
        height: 2.6rem;
        background-size: cover;
    }
}
.related-products .outer-product .outer-crs article .icon-promo span {
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #0079c1;
    font-weight: 700;
    padding-left: 5px;
    padding-right: 5px;
}
@media (max-width: 768px) {
    .related-products .outer-product .outer-crs article .icon-promo span {
        font-size: 0.9rem;
    }
}
.related-products .outer-product .outer-crs article .icon-promo.two-item {
    background: url(../images/bg_icon_promo_2.png) no-repeat;
}
.related-products .outer-product .outer-crs article .icon-promo.two-item span {
    color: #f4821f;
}
@media (max-width: 768px) {
    .related-products .outer-product .outer-crs article .icon-promo.two-item {
        background-size: cover;
    }
}
.related-products .outer-product .outer-crs article .icon-promo.promo-deal {
    background: url(../images/bg_icon_promo_2.png) no-repeat;
    background-size: cover;
}
.related-products .outer-product .outer-crs article .icon-promo.promo-deal span {
    color: #f4821f;
}
.related-products .outer-product .outer-crs article .icon-promo.best-sale {
    background: url(../images/bg_icon_best_sale.png) no-repeat;
    background-size: cover;
}
.related-products .outer-product .outer-crs article .icon-promo.best-sale span {
    color: #97d700;
}
.related-products .outer-product .outer-crs article .icon-promo.new {
    background: url(../images/bg_icon_new.png) no-repeat;
    background-size: cover;
}
.related-products .outer-product .outer-crs article .icon-promo.new span {
    color: #e4002b;
}
.related-products .outer-product .outer-crs .slick-prev,
.related-products .outer-product .outer-crs .slick-next {
    display: inline-block;
    width: 45px;
    height: 45px;
    cursor: pointer;
    background-size: cover;
    z-index: 2;
}
.related-products .outer-product .outer-crs .slick-prev:before,
.related-products .outer-product .outer-crs .slick-next:before {
    display: none;
}
.related-products .outer-product .outer-crs .slick-prev {
    background: url(../images/bg_arr_hover.png) no-repeat center, url(../images/arr_prev.png) no-repeat center;
    left: -60px;
}
@media (max-width: 768px) {
    .related-products .outer-product .outer-crs .slick-prev {
        background: url(../images/arr_prev.png) no-repeat center;
        left: -10px;
    }
}
.related-products .outer-product .outer-crs .slick-next {
    background: url(../images/bg_arr.png) no-repeat center, url(../images/arr_next.png) no-repeat center;
    right: -60px;
}
@media (max-width: 768px) {
    .related-products .outer-product .outer-crs .slick-next {
        background: url(../images/arr_next.png) no-repeat center;
        right: -10px;
    }
}
.related-products .al-center {
    padding: 34px 0;
}
@media (max-width: 768px) {
    .related-products .al-center {
        padding: 1rem 0;
    }
}
.related-products .btn {
    font-size: 14px;
    color: white;
    background: #007cff;
    padding: 17px 82px;
    display: inline-block;
}

#pCareer .content-page {
    padding: 45px 0;
    border-bottom: 1px solid #cdcdcd;
    background: #fff;
}
#pCareer .wrap-news {
    box-shadow: 0px 0 15px 0px rgba(128, 130, 133, 0.45);
}
#pCareer .wrap-news .paging {
    background: white;
}
#pCareer .news {
    background: white;
    padding: 60px;
    border-bottom: 1px solid #f7caa5;
}
@media (max-width: 768px) {
    #pCareer .news {
        padding: 1rem;
    }
}
#pCareer .title {
    position: relative;
    margin-bottom: 3px;
}
#pCareer .title .avatar {
    /* display: none; */
    width: 80px;
    height: 80px;
    background-size: cover;
    background-color: #f0f0f0;
    position: absolute;
    top: 0;
    left: 0;
}
#pCareer .title .title-copy {
    min-height: 8rem;
    padding-left: 90px;
}
#pCareer .title .title-copy h4 {
    font-size: 2.2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    padding: 8px 0;
}
@media (max-width: 768px) {
    #pCareer .title .title-copy h4 {
        font-size: 1.7rem;
    }
}
#pCareer .title .title-copy ul {
    padding: 8px 0;
}
#pCareer .title .title-copy ul li {
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    padding: 0 20px;
    border-right: 1px solid #bbbbbb;
}
#pCareer .title .title-copy ul li:first-child {
    padding-left: 0;
}
#pCareer .title .title-copy ul li:last-child {
    padding-right: 0;
    border-right: none;
}
@media (max-width: 768px) {
    #pCareer .title .title-copy ul li {
        font-size: 1.3rem;
        border: none;
        display: block;
        width: 100%;
        padding: 0;
    }
}
#pCareer .title .title-copy ul span {
    color: #f15d22;
    font-weight: 700;
}
#pCareer .copy p {
    font-size: 16px;
    line-height: 1.6;
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 40px;
}
@media (max-width: 768px) {
    #pCareer .copy p {
        font-size: 1.3rem;
        width: 100%;
        padding-right: 0;
    }
}
#pCareer .copy .wrap-btn {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
    border-left: 1px solid #f15d22;
    padding-left: 40px;
}
@media (max-width: 768px) {
    #pCareer .copy .wrap-btn {
        width: 100%;
        margin-left: 0;
        border: none;
        padding-left: 0;
    }
}
#pCareer .copy .wrap-btn:before,
#pCareer .copy .wrap-btn:after {
    content: "";
    display: table;
    clear: both;
}
#pCareer .copy .wrap-btn .btn-apply {
    color: white;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    background: #f15d22;
    text-transform: uppercase;
    padding: 15px 46px;
    display: inline-block;
    margin: 35px 0;
}
#pCareer .copy .wrap-btn .btn-apply:hover {
    background: #0079c1;
}
@media (max-width: 768px) {
    #pCareer .copy .wrap-btn .btn-apply {
        display: block;
        font-size: 1.3rem;
        text-align: center;
        height: 30px;
        line-height: 30px;
        padding: 0;
        margin: 1rem 0 0;
    }
}
#pCareer .share {
    padding-top: 20px;
}
#pCareer .share .btn-down {
    display: inline-block;
    border: 1px solid #0079c1;
    color: #0079c1;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    padding: 0px 26px;
    line-height: 35px;
}
#pCareer .share .btn-down:hover {
    border-color: #f4821f;
}
@media (max-width: 768px) {
    #pCareer .share .btn-down {
        display: block;
        text-align: center;
        padding: 0 10px;
    }
}
#pCareer .share .share-job {
    display: inline-block;
    padding-left: 20px;
}
#pCareer .share .share-job label {
    font-weight: 700;
    font-size: 14px;
}
@media (max-width: 768px) {
    #pCareer .share .share-job label {
        font-size: 1.3rem;
    }
}
#pCareer .share .share-job a {
    color: #0079c1;
    font-size: 14px;
    font-weight: 500;
    margin-right: 15px;
}
#pCareer .share .share-job a:last-child {
    margin-right: 0;
}
#pCareer .share .share-job a:hover {
    color: #f4821f;
}
@media (max-width: 768px) {
    #pCareer .share .share-job a {
        font-size: 1.3rem;
    }
}

#pStore {
    background: #f0f0f0;
}

#pStore .store-locator {
    border-bottom: 1px solid #cdcdcd;
    background: #fff;
}
#pStore .store-locator h3 {
    font-size: 23px;
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 700;
    display: none;
}
@media (max-width: 768px) {
    #pStore .store-locator h3 {
        display: none;
    }
}
#pStore .group-list {
    margin: 0 -0.5rem;
    /* padding: 0 0 1.5rem; */
}
@media (max-width: 768px) {
    #pStore .group-list {
        padding: 0 0 1rem;
    }
}
#pStore .group-list:before,
#pStore .group-list:after {
    content: "";
    display: table;
    clear: both;
}
#pStore .group-list .w50p {
    width: 50%;
    float: left;
}
#pStore .group-list .w50p:before,
#pStore .group-list .w50p:after {
    content: "";
    display: table;
    clear: both;
}
@media (max-width: 768px) {
    #pStore .group-list .w50p {
        width: 100%;
    }
}
#pStore .group-list .item {
    width: 33.3333%;
    float: left;
    padding: 0.5rem;
}
#pStore .group-list .item.w100p {
    width: 100%;
}
#pStore .group-list .item input {
    background: #007cff;
    color: white;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
}
@media (max-width: 768px) {
    #pStore .group-list .item input {
        height: 30px;
        line-height: 30px;
    }
    #pStore .group-list .item input::-webkit-input-placeholder {
        font-size: 1.1rem;
    }
    #pStore .group-list .item input::-moz-placeholder {
        font-size: 1.1rem;
    }
    #pStore .group-list .item input:-ms-input-placeholder {
        font-size: 1.1rem;
    }
    #pStore .group-list .item input:-moz-placeholder {
        font-size: 1.1rem;
    }
}
#pStore .group-list .item .btn-find {
    display: block;
    height: 55px;
    line-height: 55px;
    color: white;
    background: #ff6a13;
    font-size: 20px;
    font-weight: 700;
    /* font-family: "Montserrat", sans-serif; */
    padding: 0 10px;
    text-align: center;
}
#pStore .group-list .item .btn-find:hover {
    background: #0079c1;
}
@media (max-width: 768px) {
    #pStore .group-list .item .btn-find {
        height: 30px;
        line-height: 30px;
        font-size: 1.3rem;
    }
}
#pStore .group-list .item .btn-location {
    display: block;
    height: 55px;
    line-height: 55px;
    color: white;
    background: #ffa300;
    font-size: 14px;
    font-weight: 700;
    padding: 0 1rem;
    text-align: center;
    text-decoration: underline;
}
@media (max-width: 768px) {
    #pStore .group-list .item .btn-location {
        padding: 0;
    }
}
#pStore .group-list .item .btn-location img {
    margin-right: 10px;
}
@media (max-width: 768px) {
    #pStore .group-list .item .btn-location img {
        margin-right: 5px;
        width: 1.8rem;
        position: relative;
        top: -2px;
        display: none;
    }
}
#pStore .group-list .item .btn-location:hover {
    background: #f15d22;
}
@media (max-width: 768px) {
    #pStore .group-list .item .btn-location {
        height: 30px;
        line-height: 30px;
        font-size: 1.3rem;
    }
}
#pStore .group-list .item .my-select {
    height: 55px;
    line-height: 55px;
    border-bottom: none;
}
@media (max-width: 768px) {
    #pStore .group-list .item .my-select {
        height: 30px;
        line-height: 30px;
    }
}
#pStore .group-list .item .my-select span {
    background: #007cff;
    text-transform: capitalize;
    padding: 0 25px 0 15px;
    font-weight: 700;
}
@media (max-width: 768px) {
    #pStore .group-list .item .my-select span {
        font-size: 1.1rem;
    }
}
#pStore .group-map {
    position: relative;
}
#pStore .group-map .map {
    width: 100%;
    height: 759px;
    position: relative;
}
@media (max-width: 1024px) {
    #pStore .group-map .map {
        height: 384px;
    }
    #pStore .group-map .map img {
        max-width: 100%;
    }
}
#pStore .group-map .box-store-list {
    position: absolute;
    left: 0;
    top: 0;
    /* max-width: 520px; */
    width: 100%;
    background: white;
    box-shadow: 0px 0px 30px -10px black;
    padding: 45px 35px;
    max-height: 707px;
    overflow-y: auto;
}
/* @media (max-width: 1024px) { */
    #pStore .group-map .box-store-list {
        position: relative;
        left: auto;
        top: auto;
        margin: auto;
        max-height: none;
    }
/* } */
#pStore .group-map .box-store-list h3 {
    font-size: 23px;
    font-weight: 700;
    /* font-family: "Montserrat", sans-serif; */
    margin-bottom: 25px;
}
#pStore .group-map .box-store-list .item {
    /* border-bottom: 1px solid #b9b9b9; */
    padding: 1rem;
    float: left;
    width: 25%;
}
#pStore .group-map .box-store-list .item:nth-child(4n+1) {
    clear: both;
}
@media (max-width: 768px) {
    #pStore .group-map .box-store-list .item {
        width: 50%;
    }
    #pStore .group-map .box-store-list .item:nth-child(2n+1) {
        clear: both;
    }
}
@media (max-width: 640px) {
    #pStore .group-map .box-store-list .item {
        width: 100%;
    }
}
#pStore .group-map .box-store-list .item:before,
#pStore .group-map .box-store-list .item:after {
    content: "";
    display: table;
    clear: both;
}
#pStore .group-map .box-store-list .item .left * {
    color: #ff6a13;
}
#pStore .group-map .box-store-list .item .left span {
    display: block;
}
/* #pStore .group-map .box-store-list .item .right {
    color: #ff6a13;
} */
#pStore .group-map .box-store-list .item p {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
}

#pStore .group-map .box-store-list .item p a {
    color: #007cff;
    text-decoration: underline;
}
#pStore .group-map .box-store-list .paging {
    padding: 3.5rem 0 0;
}

#pCareerForm .application-form {
    background-color: white;
    padding: 6.5rem 0;
    border-bottom: 1px solid #cdcdcd;
}
@media (max-width: 768px) {
    #pCareerForm .application-form {
        padding: 2.9rem 0;
    }
}
#pCareerForm .application-form .container {
    max-width: 965px;
    width: 100%;
    margin: 0 auto;
}
#pCareerForm .application-form .title {
    position: relative;
    text-align: center;
    margin-bottom: 3.7rem;
}
@media (max-width: 768px) {
    #pCareerForm .application-form .title {
        margin-bottom: 0.5rem;
    }
}
#pCareerForm .application-form .title h3 {
    font-size: 3rem;
    font-weight: 700;
    /* font-family: "Montserrat", sans-serif; */
    margin-bottom: 3.8rem;
}
@media (max-width: 768px) {
    #pCareerForm .application-form .title h3 {
        font-size: 1.7rem;
        margin-bottom: 0.8rem;
        text-align: left;
    }
}
#pCareerForm .application-form .title p {
    font-size: 1.6rem;
    line-height: 1.65;
}
@media (max-width: 768px) {
    #pCareerForm .application-form .title p {
        font-size: 1.3rem;
        text-align: justify;
        line-height: 1.4;
    }
}
#pCareerForm .application-form .title p a {
    color: #007cff;
}
#pCareerForm .application-form .application-form-body .group {
    padding: 2.9rem 0;
}
@media (max-width: 768px) {
    #pCareerForm .application-form .application-form-body .group {
        padding: 1rem 0;
    }
}
#pCareerForm .application-form .application-form-body .group label {
    font-size: 2.2rem;
    font-weight: 700;
    /* font-family: "Montserrat", sans-serif; */
    margin-bottom: 1.5rem;
    display: block;
}
@media (max-width: 768px) {
    #pCareerForm .application-form .application-form-body .group label {
        font-size: 1.3rem;
    }
}
#pCareerForm .application-form .application-form-body .group .my-select {
    background-color: #007cff;
    height: 55px;
    line-height: 55px;
}
@media (max-width: 768px) {
    #pCareerForm .application-form .application-form-body .group .my-select {
        height: 30px;
        line-height: 30px;
    }
}
#pCareerForm .application-form .application-form-body .group .my-select span {
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
    padding: 0 4rem;
    text-transform: none;
}
#pCareerForm .application-form .application-form-body .group .my-select span:after {
    right: 2rem;
}
@media (max-width: 768px) {
    #pCareerForm .application-form .application-form-body .group .my-select span:after {
        right: 1rem;
    }
}
@media (max-width: 768px) {
    #pCareerForm .application-form .application-form-body .group .my-select span {
        font-size: 1.1rem;
        padding: 0 1rem;
    }
}
#pCareerForm .application-form .application-form-body .group input {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    background-color: #007cff;
    padding: 0 4rem;
    color: white;
    font-size: 1.4rem;
}
@media (max-width: 768px) {
    #pCareerForm .application-form .application-form-body .group input {
        font-size: 1.1rem;
        height: 30px;
        line-height: 30px;
        padding: 0 1rem;
    }
}
#pCareerForm .application-form .application-form-body .group input::-webkit-input-placeholder {
    color: white;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
}
@media (max-width: 768px) {
    #pCareerForm .application-form .application-form-body .group input::-webkit-input-placeholder {
        font-size: 1.1rem;
    }
}
#pCareerForm .application-form .application-form-body .group input::-moz-placeholder {
    color: white;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
}
@media (max-width: 768px) {
    #pCareerForm .application-form .application-form-body .group input::-moz-placeholder {
        font-size: 1.1rem;
    }
}
#pCareerForm .application-form .application-form-body .group input:-ms-input-placeholder {
    color: white;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
}
@media (max-width: 768px) {
    #pCareerForm .application-form .application-form-body .group input:-ms-input-placeholder {
        font-size: 1.1rem;
    }
}
#pCareerForm .application-form .application-form-body .group input:-moz-placeholder {
    color: white;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
}
@media (max-width: 768px) {
    #pCareerForm .application-form .application-form-body .group input:-moz-placeholder {
        font-size: 1.1rem;
    }
}
#pCareerForm .application-form .application-form-body .group .wrap {
    margin: 0 -0.5rem;
}
#pCareerForm .application-form .application-form-body .group .wrap .item {
    padding: 1rem 0.5rem;
    width: 50%;
    float: left;
    display: flex;
}
@media (max-width: 768px) {
    #pCareerForm .application-form .application-form-body .group .wrap .item {
        width: 100%;
        padding: 0.5rem;
    }
}
#pCareerForm .application-form .application-form-body .group .wrap .item .col-2 {
    width: 50%;
    float: left;
}
#pCareerForm .application-form .application-form-body .group .wrap .item.group-check {
    margin-top: 1.75rem;
    text-align: center;
}
@media (max-width: 768px) {
    #pCareerForm .application-form .application-form-body .group .wrap .item.group-check {
        text-align: left;
        margin-top: 0;
    }
}
#pCareerForm .application-form .application-form-body .group .wrap .item em {
    font-weight: 700;
    font-size: 1.4rem;
}
@media (max-width: 768px) {
    #pCareerForm .application-form .application-form-body .group .wrap .item em {
        font-size: 1.1rem;
    }
}
#pCareerForm .application-form .application-form-body .group .wrap .checkbox {
    display: inline-block;
    margin: 0 2rem;
}
#pCareerForm .application-form .application-form-body .group .wrap .checkbox label {
    font-size: 1.4rem;
    font-weight: 700;
    padding-left: 3.4rem;
    margin: 0;
}
@media (max-width: 768px) {
    #pCareerForm .application-form .application-form-body .group .wrap .checkbox label {
        font-size: 1.1rem;
    }
}
#pCareerForm .application-form .application-form-body .group .wrap .checkbox .check {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 100%;
    background-color: #00d4ea;
}
#pCareerForm .application-form .application-form-body .group .wrap-chosen {
    background-color: #007cff;
    height: 55px;
    padding-top: 1rem;
    padding: 1rem 4rem;
    text-align: right;
}
@media (max-width: 768px) {
    #pCareerForm .application-form .application-form-body .group .wrap-chosen {
        height: auto;
    }
}
#pCareerForm .application-form .application-form-body .group .wrap-chosen .btn-chosen {
    height: 35px;
    line-height: 35px;
    color: white;
    font-size: 1.4rem;
    font-weight: 400;
    border: 1px solid white;
    border-radius: 4px;
    display: inline-block;
    padding: 0 4.5rem;
    cursor: pointer;
    float: left;
}
@media (max-width: 768px) {
    #pCareerForm .application-form .application-form-body .group .wrap-chosen .btn-chosen {
        float: none;
        display: block;
        text-align: center;
        padding: 0 1rem;
        font-size: 1.3rem;
    }
}
#pCareerForm .application-form .application-form-body .group .wrap-chosen .btn-chosen img {
    margin-left: 1rem;
}
#pCareerForm .application-form .application-form-body .group .wrap-chosen p {
    display: inline-block;
    color: white;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0 1rem;
    margin-top: 1rem;
}
@media (max-width: 768px) {
    #pCareerForm .application-form .application-form-body .group .wrap-chosen p {
        display: block;
        text-align: center;
        font-size: 1.2rem;
    }
}
#pCareerForm .application-form .application-form-body .group .btn-apply {
    background-color: #f15d22;
    color: white;
    font-size: 26px;
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 700;
    display: block;
    text-align: center;
    height: 55px;
    line-height: 55px;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    #pCareerForm .application-form .application-form-body .group .btn-apply {
        font-size: 1.3rem;
        height: 30px;
        line-height: 30px;
    }
}

.clear:before,
.clear:after {
    content: "";
    display: table;
    clear: both;
}
#pContact {
    position: relative;
    background-color: white;
}
#pContact .group-map {
    /* border: 1px solid #cdcdcd; */
    padding-bottom: 6.5rem;
}
#pContact .group-map .map {
    width: 100%;
    height: 75.9rem;
}
@media (max-width: 768px) {
    #pContact .group-map .map {
        height: 24.5rem;
    }
}
#pContact .group-map .map img {
    max-width: 100%;
}
#pContact .group-map #map {
    width: 100%;
    height: 100%;
}
#pContact .group-contact {
    position: relative;
    margin: -17.5rem -0.75rem 0;
}
@media (max-width: 768px) {
    #pContact .group-contact {
        margin: 0;
    }
}
#pContact .group-contact .left {
    width: 40%;
    float: left;
    padding: 0 0.75rem;
}
@media (max-width: 768px) {
    #pContact .group-contact .left {
        width: 100%;
        padding: 0;
    }
}
#pContact .group-contact .left .box-info-contact {
    background-color: white;
    box-shadow: 0px 4px 30px -6px rgba(0, 0, 0, 0.4);
    padding: 44px 60px;
}
@media (max-width: 768px) {
    #pContact .group-contact .left .box-info-contact {
        padding: 1rem;
    }
}
#pContact .group-contact .left .box-info-contact figure {
    text-align: center;
    margin-bottom: 25px;
}
#pContact .group-contact .left .box-info-contact figure img {
    max-width: 180px;
    width: 100%;
}
#pContact .group-contact .left .box-info-contact p {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
}
@media (max-width: 768px) {
    #pContact .group-contact .left .box-info-contact p {
        font-size: 1.3rem;
    }
}
#pContact .group-contact .left .box-info-contact .item {
    padding: 1.2rem 0 1.2rem 5.5rem;
}
#pContact .group-contact .left .box-info-contact .item.address {
    background: url(../images/contact_add.png) no-repeat 0 center;
}
#pContact .group-contact .left .box-info-contact .item.phone {
    background: url(../images/contact_phone.png) no-repeat 0 center;
}
#pContact .group-contact .left .box-info-contact .item.fax {
    background: url(../images/contact_fax.png) no-repeat 0 center;
}
#pContact .group-contact .left .box-info-contact .item.email {
    background: url(../images/contact_mail.png) no-repeat 0 center;
}
#pContact .group-contact .left .box-info-contact .item p {
    min-height: 43px;
}
#pContact .group-contact .left .box-info-contact .item a {
    color: black;
    display: block;
}
#pContact .group-contact .left .box-info-contact .item a:hover {
    color: #f4821f;
}
#pContact .group-contact .right {
    width: 60%;
    float: right;
    padding: 0 0.75rem;
}
@media (max-width: 768px) {
    #pContact .group-contact .right {
        width: 100%;
        padding: 0;
    }
}
#pContact .group-contact .right .field {
    margin: 0 -0.5rem;
    padding-top: 87px;
}
@media (max-width: 768px) {
    #pContact .group-contact .right .field {
        padding-top: 1rem;
    }
}
#pContact .group-contact .right .item {
    width: 50%;
    float: left;
    padding: 0.5rem;
}
#pContact .group-contact .right .item:last-child {
    width: 100%;
}
@media (max-width: 768px) {
    #pContact .group-contact .right .item {
        width: 100%;
    }
}
#pContact .group-contact .right input,
#pContact .group-contact .right textarea {
    background-color: #007cff;
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
    font-family: "Quicksand", sans-serif;
}
@media (max-width: 768px) {
    #pContact .group-contact .right input,
    #pContact .group-contact .right textarea {
        font-size: 1.1rem;
    }
}
#pContact .group-contact .right input::-webkit-input-placeholder,
#pContact .group-contact .right textarea::-webkit-input-placeholder {
    color: white;
    font-size: 1.4rem;
    font-family: "Quicksand", sans-serif;
}
@media (max-width: 768px) {
    #pContact .group-contact .right input::-webkit-input-placeholder,
    #pContact .group-contact .right textarea::-webkit-input-placeholder {
        font-size: 1.1rem;
    }
}
#pContact .group-contact .right input::-moz-placeholder,
#pContact .group-contact .right textarea::-moz-placeholder {
    color: white;
    font-size: 1.4rem;
    font-family: "Quicksand", sans-serif;
}
@media (max-width: 768px) {
    #pContact .group-contact .right input::-moz-placeholder,
    #pContact .group-contact .right textarea::-moz-placeholder {
        font-size: 1.1rem;
    }
}
#pContact .group-contact .right input:-ms-input-placeholder,
#pContact .group-contact .right textarea:-ms-input-placeholder {
    color: white;
    font-size: 1.4rem;
    font-family: "Quicksand", sans-serif;
}
@media (max-width: 768px) {
    #pContact .group-contact .right input:-ms-input-placeholder,
    #pContact .group-contact .right textarea:-ms-input-placeholder {
        font-size: 1.1rem;
    }
}
#pContact .group-contact .right input:-moz-placeholder,
#pContact .group-contact .right textarea:-moz-placeholder {
    color: white;
    font-size: 1.4rem;
    font-family: "Quicksand", sans-serif;
}
@media (max-width: 768px) {
    #pContact .group-contact .right input:-moz-placeholder,
    #pContact .group-contact .right textarea:-moz-placeholder {
        font-size: 1.1rem;
    }
}
#pContact .group-contact .right input {
    height: 55px;
    line-height: 55px;
    padding: 0 2rem;
}
@media (max-width: 768px) {
    #pContact .group-contact .right input {
        height: 30px;
        line-height: 30px;
        padding: 0 1rem;
    }
}
#pContact .group-contact .right textarea {
    padding: 2rem;
    height: 205px;
    resize: none;
}
@media (max-width: 768px) {
    #pContact .group-contact .right textarea {
        height: 120px;
        padding: 1rem;
    }
}
#pContact .group-contact .right .btn-send {
    display: block;
    width: 288px;
    height: 50px;
    line-height: 50px;
    background-color: #ff6a13;
    font-size: 2.6rem;
    font-weight: 700;
    /* font-family: "Montserrat", sans-serif; */
    /* text-transform: uppercase; */
    border: none;
    color: white;
}
@media (max-width: 768px) {
    #pContact .group-contact .right .btn-send {
        font-size: 1.3rem;
        display: block;
        width: 100%;
        height: 3rem;
        line-height: 3rem;
        padding: 0;
    }
}

#pMembership {
    position: relative;
    background: #fff;
}
#pMembership .membership-tab {
    padding: 13.5rem 0 0;
    background-color: white;
    border-bottom: 1px solid #cdcdcd;
}
@media (max-width: 768px) {
    #pMembership .membership-tab {
        padding: 5.5rem 0;
    }
}
#pMembership .membership-tab.login .login-tab {
    display: block;
    position: relative;
}
#pMembership .membership-tab.login .account-tab {
    display: none;
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
    #pMembership .membership-tab.login .account-tab {
        padding: 20px 0;
    }
}
#pMembership .membership-tab.account .login-tab {
    display: none;
}
#pMembership .membership-tab.account .account-tab {
    display: block;
}
#pMembership .membership-tab .login-tab .content {
    max-width: 410px;
    min-height: 474px;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .login-tab .content {
        min-height: auto;
        padding: 0 1rem;
    }
}
#pMembership .membership-tab .account-tab .content {
    max-width: 453px;
}
#pMembership .membership-tab .account-tab .content:before,
#pMembership .membership-tab .account-tab .content:after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 1rem;
    position: absolute;
    bottom: 0;
}
#pMembership .membership-tab .account-tab .content:before {
    background-color: #ff6a13;
    left: 0;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .account-tab .content:before {
        display: none;
    }
}
#pMembership .membership-tab .account-tab .content:after {
    background-color: #0079c1;
    left: 50%;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .account-tab .content:after {
        display: none;
    }
}
#pMembership .membership-tab .tab-title {
    text-align: center;
    position: relative;
    top: -7.8rem;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-title {
        top: -1.8rem;
    }
}
#pMembership .membership-tab .tab-title .item {
    max-width: 296px;
    width: 100%;
    height: 88px;
    line-height: 88px;
    display: inline-block;
    margin: 0 -0.1rem;
    font-size: 2rem;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    background-color: white;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-title .item {
        font-size: 1.1rem;
        width: 32%;
        min-height: 2.8rem;
        height: auto;
        line-height: 1.5;
        padding: 0.6rem 0;
    }
}
#pMembership .membership-tab .tab-title .item.js-active {
    background-color: #ff6a13;
    color: white;
}
#pMembership .membership-tab .tab-content {
    position: relative;
    top: -7.8rem;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-content {
        top: 0;
    }
}
#pMembership .membership-tab .tab-content .tab-item {
    display: none;
}
#pMembership .membership-tab .tab-content .login-tab {
    position: relative;
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    padding-bottom: 100px;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-content .login-tab {
        padding: 20px 0;
    }
}
#pMembership .membership-tab .tab-content .login-tab .col-6 .item {
    padding-left: 0;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-content .login-tab .col-6 .item {
        margin: 1rem 0;
    }
}
#pMembership .membership-tab .tab-content .or {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 100%;
    font-size: 2.2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #d6d6d6;
    padding-top: 0.8rem;
    background-color: white;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-content .or {
        display: none;
    }
}
#pMembership .membership-tab .tab-content .col-6 {
    float: left;
    /* border-right: 1px solid #d6d6d6;  */
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-content .col-6 {
        width: 100%;
        float: none;
    }
}
#pMembership .membership-tab .tab-content .col-6:last-child {
    border: none;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-content .col-6:last-child .content {
        padding: 0 1rem;
    }
}
#pMembership .membership-tab .tab-content .col-6 .login-group {
    position: relative;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-content .col-6 .login-group {
        margin-bottom: 20px;
    }
}
#pMembership .membership-tab .tab-content .col-6 .foget-group {
    display: none;
}
#pMembership .membership-tab .tab-content .col-6 .content {
    width: 100%;
    margin: 0 auto;
    padding-top: 11.8rem;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-content .col-6 .content {
        padding-top: 0;
    }
}
#pMembership .membership-tab .tab-content .col-6 .content .top-90 {
    color: #6c6c6c;
    letter-spacing: 0px;
    text-align: center;
    position: relative;
    top: -9rem;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-content .col-6 .content .top-90 {
        font-size: 1.1rem;
        top: -6rem;
    }
}
#pMembership .membership-tab .tab-content .col-6 .content p {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
    line-height: 1.6;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-content .col-6 .content p {
        font-size: 14px;
    }
}
#pMembership .membership-tab .tab-content .col-6 .content p img {
    max-width: 100%;
}
#pMembership .membership-tab .tab-content .col-6 .content .line-info {
    background-color: #ededed;
    padding: 1.6rem 3rem;
    margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-content .col-6 .content .line-info {
        padding: 0.7rem 1rem;
    }
}
#pMembership .membership-tab .tab-content .col-6 .content .line-info:before,
#pMembership .membership-tab .tab-content .col-6 .content .line-info:after {
    content: "";
    display: table;
    clear: both;
}
#pMembership .membership-tab .tab-content .col-6 .content .line-info p {
    text-align: left;
    font-size: 1.4rem;
    font-weight: 700;
    color: #0079c1;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-content .col-6 .content .line-info p {
        font-size: 1.3rem;
    }
}
#pMembership .membership-tab .tab-content .col-6 .content .line-info p span {
    color: #808285;
}
#pMembership .membership-tab .tab-content .col-6 .content .line-info label {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    color: #007cff;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: left;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-content .col-6 .content .line-info label {
        font-size: 1.3rem;
    }
}
#pMembership .membership-tab .tab-content .col-6 .content .line-info input {
    width: 80%;
    margin-left: -5px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    color: #808285;
    height: auto;
    line-height: normal;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-content .col-6 .content .line-info input {
        font-size: 1.3rem;
    }
}
#pMembership .membership-tab .tab-content .col-6 .content .edit {
    color: #808285;
    text-align: left;
    margin-top: 2rem;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-content .col-6 .content .edit {
        text-align: center;
    }
}
#pMembership .membership-tab .tab-content .col-6 .content .edit .link-edit {
    letter-spacing: 0px;
    color: #808285;
    font-size: 1.4rem;
    text-decoration: underline;
    font-weight: 700;
}
#pMembership .membership-tab .tab-content .col-6 .content .download-btn {
    display: block;
    color: #808285;
    text-decoration: underline;
    line-height: 1rem;
}
#pMembership .membership-tab .tab-content .col-6 .content .download-btn span {
    font-weight: normal;
}
#pMembership .membership-tab .tab-content .col-6 .title {
    font-size: 3rem;
    font-weight: 700;
    /* font-family: "Montserrat", sans-serif; */
    /* text-align: center; */
    margin-bottom: 2.8rem;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-content .col-6 .title {
        font-size: 1.7rem;
        margin-bottom: 1rem;
    }
}
#pMembership .membership-tab .tab-content .account-tab .col-6 .title {
    text-align: center;
}
#pMembership .membership-tab .tab-content .col-6 .item {
    padding: 0.5rem 0;
    padding-left: 8rem;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-content .col-6 .item {
        padding: 0 1rem;
    }
}
#pMembership .membership-tab .tab-content .col-6 .item p {
    font-size: 1.6rem;
    font-weight: 700;
    color: #007cff;
    text-align: left;
    padding: 0.2rem 0;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-content .col-6 .item p {
        font-size: 1.3rem;
    }
}
#pMembership .membership-tab .tab-content .col-6 .item p a {
    letter-spacing: 0px;
    font-size: 1.4rem;
    color: #808285;
    text-decoration: underline;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-content .col-6 .item p a {
        font-size: 1.1rem;
    }
}
#pMembership .membership-tab .tab-content .col-6 .item .point {
    color: white;
    width: 10.9rem;
    height: 10.9rem;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background-color: #007cff;
    border-radius: 100%;
    font-size: 2.6rem;
    font-weight: 700;
    padding-top: 3.6rem;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-content .col-6 .item .point {
        width: 9rem;
        height: 9rem;
        font-size: 2.5rem;
        padding-top: 2.7rem;
    }
}
#pMembership .membership-tab .tab-content .col-6 .item .card-id {
    color: black;
}
#pMembership .membership-tab .tab-content .col-6 input,
#pMembership .membership-tab .tab-content .col-6 textarea {
    background-color: #007cff;
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
    font-family: "Quicksand", sans-serif;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-content .col-6 input,
    #pMembership .membership-tab .tab-content .col-6 textarea {
        font-size: 1.1rem;
    }
}
#pMembership .membership-tab .tab-content .col-6 input::-webkit-input-placeholder,
#pMembership .membership-tab .tab-content .col-6 textarea::-webkit-input-placeholder {
    color: white;
    font-size: 1.4rem;
    font-family: "Quicksand", sans-serif;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-content .col-6 input::-webkit-input-placeholder,
    #pMembership .membership-tab .tab-content .col-6 textarea::-webkit-input-placeholder {
        font-size: 1.1rem;
    }
}
#pMembership .membership-tab .tab-content .col-6 input::-moz-placeholder,
#pMembership .membership-tab .tab-content .col-6 textarea::-moz-placeholder {
    color: white;
    font-size: 1.4rem;
    font-family: "Quicksand", sans-serif;
}
#pMembership .membership-tab .tab-content .col-6 input:-ms-input-placeholder,
#pMembership .membership-tab .tab-content .col-6 textarea:-ms-input-placeholder {
    color: white;
    font-size: 1.4rem;
    font-family: "Quicksand", sans-serif;
}
#pMembership .membership-tab .tab-content .col-6 input:-moz-placeholder,
#pMembership .membership-tab .tab-content .col-6 textarea:-moz-placeholder {
    color: white;
    font-size: 1.4rem;
    font-family: "Quicksand", sans-serif;
}
#pMembership .membership-tab .tab-content .col-6 input {
    height: 5.5rem;
    line-height: 5.5rem;
    padding: 0 2rem;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-content .col-6 input {
        height: 3rem;
        line-height: 3rem;
        padding: 0 1rem;
    }
}
#pMembership .membership-tab .tab-content .col-6 textarea {
    padding: 2rem;
    height: 20.5rem;
    resize: none;
}
#pMembership .membership-tab .tab-content .col-6 .checkbox {
    float: left;
    margin-top: 2.4rem;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-content .col-6 .checkbox {
        float: none;
        width: 100%;
        margin-top: 1.4rem;
    }
}
#pMembership .membership-tab .tab-content .col-6 .checkbox .check {
    background-color: white;
    border: 1px solid #d6d6d6;
}
#pMembership .membership-tab .tab-content .col-6 .checkbox .check .fa-check {
    color: black;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#pMembership .membership-tab .tab-content .col-6 .checkbox label {
    font-size: 1.4rem;
    font-weight: 700;
    color: #000;
}
#pMembership .membership-tab .tab-content .col-6 .forget-pass {
    margin-top: 2.4rem;
    float: right;
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-content .col-6 .forget-pass {
        float: none;
        width: 100%;
        margin-top: 1.4rem;
    }
}
#pMembership .membership-tab .tab-content .col-6 .forget-pass a {
    color: #000;
}
#pMembership .membership-tab .tab-content .col-6 .forget-pass a:hover {
    color: #f4821f;
}
#pMembership .membership-tab .tab-content .col-6 .btn-logout {
    font-size: 2.4rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: white;
    width: 28.6rem;
    display: block;
    background-color: #007cff;
    padding: 1.15rem 0;
    text-align: center;
    margin: 0 auto;
    margin-top: 10rem;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-content .col-6 .btn-logout {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
}
#pMembership .membership-tab .tab-content .col-6 figure {
    text-align: center;
    padding: 0.5rem 0;
}
#pMembership .membership-tab .tab-content .col-6 figure img {
    max-width: 100%;
}
#pMembership .membership-tab .tab-content .col-6 figure ~ p {
    padding: 0.5rem 0;
}
#pMembership .membership-tab .btn-login {
    display: inline-block;
    text-align: center;
    padding: 14px 10px;
    line-height: 1.3;
    max-width: 1000px;
    width: 100%;
    color: white;
    font-size: 21px;
    font-weight: 700;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-content .btn-login {
        /* height: 3rem;
      line-height: 3rem;
      margin: 1rem 0;  */
        font-size: 14px;
    }
}
#pMembership .membership-tab .tab-content .btn-login {
    background-color: #ff6a13;
}
#pMembership .membership-tab .tab-content .tab-body {
    padding: 4rem 2rem;
}
#pMembership .membership-tab .tab-content .tab-body p {
    line-height: 1.4;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-content .tab-body {
        padding: 1rem;
    }
}
@media (max-width: 768px) {
    #pMembership .membership-tab .tab-content .tab-body p {
        font-size: 1.3rem;
    }
}

#pNews .content-page {
    background: #fff;
}
#pNews .wrap-filter-by,
#pSearch .wrap-filter-by {
    padding: 5rem 0 0;
}
@media (max-width: 768px) {
    #pNews .wrap-filter-by,
    #pSearch .wrap-filter-by {
        padding: 2rem 0 0;
    }
}
#pNews .body-content,
#pSearch .body-content {
    border-bottom: 1px solid #cdcdcd;
}
#pNews .body-content article,
#pSearch .body-content article {
    border-bottom: 1px solid #f4821f;
    padding: 5.3rem 0;
}
@media (max-width: 768px) {
    #pNews .body-content article,
    #pSearch .body-content article {
        padding: 1.8rem 0;
    }
}
#pNews .body-content article .img,
#pSearch .body-content article .img {
    float: left;
    width: 26%;
    max-width: 30.6rem;
}
@media (max-width: 768px) {
    #pNews .body-content article .img,
    #pSearch .body-content article .img {
        width: 100%;
        max-width: 100%;
    }
}
#pNews .body-content article .img figure,
#pSearch .body-content article .img figure {
    position: relative;
    width: 100%;
}
@media (max-width: 768px) {
    #pNews .body-content article .img figure,
    #pSearch .body-content article .img figure {
        max-width: 30.6rem;
        margin: 0 auto;
    }
}
#pNews .body-content article .img figure a,
#pSearch .body-content article .img figure a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
}
#pNews .body-content article .img figure img,
#pSearch .body-content article .img figure img {
    max-width: 100%;
}
#pNews .body-content article .img figure .label,
#pSearch .body-content article .img figure .label {
    position: absolute;
    bottom: -1.2rem;
    left: 0;
    font-size: 1.4rem;
    width: 9.6rem;
    background-color: #ff6a13;
    text-align: center;
    color: white;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 0.6rem 0;
    font-weight: 700;
}
#pNews .body-content article .copy,
#pSearch .body-content article .copy {
    float: left;
    width: 74%;
    max-width: 865px;
    padding-left: 7rem;
}
@media (max-width: 768px) {
    #pNews .body-content article .copy,
    #pSearch .body-content article .copy {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}
#pNews .body-content article .copy .txt,
#pSearch .body-content article .copy .txt {
    padding-top: 2.4rem;
}
@media (max-width: 768px) {
    #pNews .body-content article .copy .txt,
    #pSearch .body-content article .copy .txt {
        max-width: 30.6rem;
        margin: 0 auto;
    }
}
#pNews .body-content article .copy .txt h4,
#pSearch .body-content article .copy .txt h4 {
    font-size: 2.2rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}
@media (max-width: 768px) {
    #pNews .body-content article .copy .txt h4,
    #pSearch .body-content article .copy .txt h4 {
        font-size: 1.3rem;
    }
}
#pNews .body-content article .copy .txt h4 a {
    color: #000;
}
#pNews .body-content article .copy .txt time,
#pSearch .body-content article .copy .txt time {
    font-size: 1.4rem;
    background: url(../images/icon_time.png) no-repeat 0 50%;
    padding: 1.8rem 0;
    padding-left: 3.2rem;
    display: block;
    color: #000;
    font-weight: 500;
}
@media (max-width: 768px) {
    #pNews .body-content article .copy .txt time,
    #pSearch .body-content article .copy .txt time {
        font-size: 1.1rem;
        padding: 0.8rem 0;
        padding-left: 3.2rem;
    }
}
#pNews .body-content article .copy .txt p,
#pSearch .body-content article .copy .txt p {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.55;
    padding: 0.7rem 0;
}
@media (max-width: 768px) {
    #pNews .body-content article .copy .txt p,
    #pSearch .body-content article .copy .txt p {
        display: none;
    }
}
#pNews .body-content article .copy .txt .btn-viewmore,
#pSearch .body-content article .copy .txt a {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ff6a13;
}
@media (max-width: 768px) {
    #pNews .body-content article .copy .txt .btn-viewmore,
    #pSearch .body-content article .copy .txt a {
        display: none;
    }
}
#pNews .body-content .paging,
#pSearch .body-content .paging {
    padding: 67px 0;
}
@media (max-width: 768px) {
    #pNews .body-content .paging,
    #pSearch .body-content .paging {
        padding: 4.1rem 0;
    }
}

#pNewsDetail {
    border-bottom: 1px solid #cdcdcd;
    background: #fff;
}
#pNewsDetail .related-products .outer-product .outer-crs .crs {
    box-shadow: none;
}
#pNewsDetail .related-products .outer-product .outer-crs .item {
    background: transparent;
    padding: 0 1.5rem;
}
@media (max-width: 768px) {
    #pNewsDetail .related-products .outer-product .outer-crs .item {
        padding: 0 0.5rem;
    }
}
#pNewsDetail .related-products .outer-product .outer-crs .item figure {
    margin-bottom: 0;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
}
#pNewsDetail .related-products .outer-product .outer-crs .item figure .label {
    position: absolute;
    bottom: -0.6rem;
    left: 0;
    font-size: 1.4rem;
    width: 9.6rem;
    background-color: #f4821f;
    text-align: center;
    color: white;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 0.6rem 0;
    font-weight: 700;
}
@media (max-width: 768px) {
    #pNewsDetail .related-products .outer-product .outer-crs .item figure .label {
        font-size: 1.2rem;
        width: 8.6rem;
    }
}
#pNewsDetail .related-products .outer-product .outer-crs .item figure img {
    -webkit-transition: 0.3s ease-in-out 0s;
    -ms-transition: 0.3s ease-in-out 0s;
    -moz-transition: 0.3s ease-in-out 0s;
    transition: 0.3s ease-in-out 0s;
}
#pNewsDetail .related-products .outer-product .outer-crs .item article {
    background: white;
    position: relative;
}
#pNewsDetail .related-products .outer-product .outer-crs .item article a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 2;
}
#pNewsDetail .related-products .outer-product .outer-crs .item:hover {
    box-shadow: none;
}
#pNewsDetail .related-products .outer-product .outer-crs .item:hover figure img {
    -webkit-transform: translate(0, 0) rotate(0) scale(1.05) translateZ(0);
    -ms-transform: translate(0, 0) rotate(0) scale(1.05) translateZ(0);
    -moz-transform: translate(0, 0) rotate(0) scale(1.05) translateZ(0);
    transform: translate(0, 0) rotate(0) scale(1.05) translateZ(0);
}
#pNewsDetail .related-products .outer-product .outer-crs .item .txt {
    padding: 1.5rem;
}
@media (max-width: 768px) {
    #pNewsDetail .related-products .outer-product .outer-crs .item .txt {
        padding: 1rem;
    }
}
#pNewsDetail .related-products .outer-product .outer-crs .item .txt h5 {
    font-size: 1.6rem;
    line-height: 1.35;
}
@media (max-width: 768px) {
    #pNewsDetail .related-products .outer-product .outer-crs .item .txt h5 {
        font-size: 1.3rem;
    }
}
#pNewsDetail .related-products .outer-product .outer-crs .item .txt time {
    font-size: 1.4rem;
    background: url(../images/icon_time.png) no-repeat 0 50%;
    padding: 0.3rem 0;
    padding-left: 3.2rem;
    display: block;
    color: #808285;
    font-weight: 700;
}
@media (max-width: 768px) {
    #pNewsDetail .related-products .outer-product .outer-crs .item .txt time {
        font-size: 1.1rem;
    }
}
#pNewsDetail .content-details .container {
    position: relative;
}
#pNewsDetail .content-details .label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.4rem;
    width: 9.6rem;
    background-color: #ff6a13;
    text-align: center;
    color: white;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 0.6rem 0;
    font-weight: 700;
}
#pNewsDetail .content-details .main-content {
    margin-top: 4.8rem;
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
    position: relative;
}
@media (max-width: 768px) {
    #pNewsDetail .content-details .main-content {
        margin-top: 0;
    }
}
#pNewsDetail .content-details .main-content .wrap {
    padding: 6.1rem 11rem;
}
@media (max-width: 768px) {
    #pNewsDetail .content-details .main-content .wrap {
        padding: 4rem 1rem;
    }
}
#pNewsDetail .content-details .main-content .intro .title {
    font-size: 3rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}
@media (max-width: 768px) {
    #pNewsDetail .content-details .main-content .intro .title {
        font-size: 1.7rem;
    }
}
#pNewsDetail .content-details .main-content .intro time {
    font-size: 1.4rem;
    background: url(../images/icon_time.png) no-repeat 0 50%;
    padding: 2.4rem 0;
    padding-left: 3.2rem;
    display: block;
    color: #000;
    font-weight: 700;
    margin-bottom: 0.3rem;
}
@media (max-width: 768px) {
    #pNewsDetail .content-details .main-content .intro time {
        font-size: 1.1rem;
    }
}
#pNewsDetail .content-details .main-content .intro p {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0079c1;
    line-height: 1.9;
    padding: 1.3rem 0;
}
@media (max-width: 768px) {
    #pNewsDetail .content-details .main-content .intro p {
        font-size: 1.3rem;
    }
}
#pNewsDetail .content-details .main-content .copy img {
    max-width: 100% !important;
}
#pNewsDetail .content-details .main-content .copy p,
#pNewsDetail .content-details .main-content .copy strong,
#pNewsDetail .content-details .main-content .copy em,
#pNewsDetail .content-details .main-content .copy u,
#pNewsDetail .content-details .main-content .copy i,
#pNewsDetail .content-details .main-content .copy b,
#pNewsDetail .content-details .main-content .copy li,
#pNewsDetail .content-details .main-content .copy td,
#pNewsDetail .content-details .main-content .copy a {
    font-size: 1.6rem;
    line-height: 1.65;
    padding: 1.3rem 0;
    font-weight: 400;
}
@media (max-width: 768px) {
    #pNewsDetail .content-details .main-content .copy p,
    #pNewsDetail .content-details .main-content .copy strong,
    #pNewsDetail .content-details .main-content .copy em,
    #pNewsDetail .content-details .main-content .copy u,
    #pNewsDetail .content-details .main-content .copy i,
    #pNewsDetail .content-details .main-content .copy b,
    #pNewsDetail .content-details .main-content .copy li,
    #pNewsDetail .content-details .main-content .copy td,
    #pNewsDetail .content-details .main-content .copy a {
        font-size: 1.3rem;
        padding: 0.3rem 0;
    }
}
#pNewsDetail .content-details .main-content .copy strong,
#pNewsDetail .content-details .main-content .copy b,
#pNewsDetail .content-details .main-content .copy em {
    font-weight: 700;
}
#pNewsDetail .content-details .main-content .copy ul li::before {
    content: "\25AA";
    color: #f4821f;
    display: inline-block;
    width: 1em;
    font-size: 1.4em;
}
#pNewsDetail .content-details .main-content .copy ol,
#pNewsDetail .content-details .main-content .copy li {
    list-style: none;
}
#pNewsDetail .content-details .main-content .copy ol {
    counter-reset: li;
}
#pNewsDetail .content-details .main-content .copy ol li {
    counter-increment: li;
}
#pNewsDetail .content-details .main-content .copy ol li::before {
    content: counter(li);
    color: #f4821f;
    display: inline-block;
    width: 1.4em;
    font-size: 1em;
}
#pNewsDetail .content-details .main-content .copy a {
    color: #0079c1;
}
#pNewsDetail .content-details .main-content .copy a:hover {
    color: #f4821f;
}
#pNewsDetail .content-details .main-content .share-content {
    padding: 4.8rem 11rem;
    border-top: 1px solid #f7caa5;
}
@media (max-width: 768px) {
    #pNewsDetail .content-details .main-content .share-content {
        padding: 0.8rem 1rem;
    }
}
#pNewsDetail .content-details .main-content .share-content ul li {
    display: inline-block;
    font-weight: 700;
    font-size: 1.4rem;
    color: black;
    margin: 0.3rem;
}
@media (max-width: 768px) {
    #pNewsDetail .content-details .main-content .share-content ul li {
        font-size: 1.3rem;
    }
}
@media (max-width: 768px) {
    #pNewsDetail .related-products .outer-product .outer-crs .slick-next {
        right: -3rem;
    }
}
@media (max-width: 768px) {
    #pNewsDetail .related-products .outer-product .outer-crs .slick-prev {
        left: -3rem;
    }
}

#pAbout {
    position: relative;
}
#pAbout .intro-about {
    background-color: #c8e3f5;
    padding: 8.2rem 0;
    position: relative;
    z-index: 3;
}
@media (max-width: 768px) {
    #pAbout .intro-about {
        padding: 2.8rem 0;
    }
}
#pAbout .intro-about:after {
    content: "";
    display: block;
    border-top: 2.5rem solid #c8e3f5;
    border-left: 3.4rem solid transparent;
    border-right: 3.4rem solid transparent;
    position: absolute;
    bottom: -2.5rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
@media (max-width: 768px) {
    #pAbout .intro-about:after {
        border-top: 1.5rem solid #c8e3f5;
        bottom: -1.5rem;
        border-left: 2.2rem solid transparent;
        border-right: 2.2rem solid transparent;
    }
}
#pAbout .intro-about .wrap {
    margin: 0 -1rem;
}
#pAbout .intro-about .img {
    max-width: 46.7rem;
    width: 38%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -0.5rem;
    padding: 1rem;
}
@media (max-width: 768px) {
    #pAbout .intro-about .img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
}
#pAbout .intro-about .img figure {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
}
#pAbout .intro-about .img figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#pAbout .intro-about .copy {
    width: 62%;
    display: inline-block;
    vertical-align: middle;
    padding: 1rem;
}
@media (max-width: 768px) {
    #pAbout .intro-about .copy {
        width: 100%;
        text-align: center;
    }
}
#pAbout .intro-about .copy img {
    margin-bottom: 1rem;
    max-width: 27.4rem;
}
@media (max-width: 768px) {
    #pAbout .intro-about .copy img {
        max-width: 13.7rem;
    }
}
#pAbout .intro-about .copy h3 {
    font-size: 3.6rem;
    font-weight: 700;
    color: #007cff;
    line-height: 1.35;
    padding: 3rem 0;
}
@media (max-width: 768px) {
    #pAbout .intro-about .copy h3 {
        font-size: 1.8rem;
        padding: 1.4rem 0;
        text-align: left;
    }
}
#pAbout .intro-about .copy p {
    color: #000;
    font-size: 1.6rem;
    line-height: 1.9;
}
@media (max-width: 768px) {
    #pAbout .intro-about .copy p {
        font-size: 1.3rem;
        text-align: left;
        line-height: 1.4;
    }
}
#pAbout .differen {
    background-color: #f0f0f0;
    padding: 13.6rem 0;
    position: relative;
    z-index: 2;
}
@media (max-width: 768px) {
    #pAbout .differen {
        padding: 3.4rem 0;
    }
}
#pAbout .differen:after {
    content: "";
    display: block;
    border-top: 2.5rem solid #f0f0f0;
    border-left: 3.4rem solid transparent;
    border-right: 3.4rem solid transparent;
    position: absolute;
    bottom: -2.5rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
@media (max-width: 768px) {
    #pAbout .differen:after {
        border-top: 1.5rem solid #f0f0f0;
        bottom: -1.5rem;
        border-left: 2.2rem solid transparent;
        border-right: 2.2rem solid transparent;
    }
}
#pAbout .differen .wrap {
    margin: 0 -3rem;
}
@media (max-width: 768px) {
    #pAbout .differen .wrap {
        display: flex;
        flex-direction: column-reverse;
    }
}
#pAbout .differen .img {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding: 3rem;
}
@media (max-width: 768px) {
    #pAbout .differen .img {
        width: 100%;
        padding: 1rem 3rem;
        text-align: center;
    }
}
#pAbout .differen .img img {
    max-width: 100%;
}
#pAbout .differen .copy {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
    padding: 3rem;
}
@media (max-width: 768px) {
    #pAbout .differen .copy {
        width: 100%;
        margin-left: 0;
        padding: 1rem 3rem;
    }
}
#pAbout .differen .copy h3 {
    color: #0079c1;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.35;
    padding: 3rem 0;
}
@media (max-width: 768px) {
    #pAbout .differen .copy h3 {
        font-size: 1.8rem;
        padding: 1.4rem 0;
    }
}
#pAbout .differen .copy p {
    color: black;
    font-size: 1.6rem;
    line-height: 1.9;
}
@media (max-width: 768px) {
    #pAbout .differen .copy p {
        font-size: 1.3rem;
        line-height: 1.4;
    }
}
#pAbout .value-no1 {
    background-color: #c8e3f5;
    padding-top: 10.6rem;
    /* border-bottom: 4px solid #0079c1; */
    position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
    #pAbout .value-no1 {
        padding-top: 3.4rem;
    }
}
#pAbout .value-no1 .wrap {
    position: relative;
}
#pAbout .value-no1 .img {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}
@media (max-width: 768px) {
    #pAbout .value-no1 .img {
        width: 100%;
        text-align: center;
    }
}
#pAbout .value-no1 .img img {
    max-width: 100%;
}
#pAbout .value-no1 .copy {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    padding-top: 3.4rem;
}
@media (max-width: 768px) {
    #pAbout .value-no1 .copy {
        width: 100%;
        margin-left: 0;
        padding: 1rem 0;
    }
}
#pAbout .value-no1 .copy h3 {
    color: #0079c1;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.35;
    padding: 3rem 0;
}
@media (max-width: 768px) {
    #pAbout .value-no1 .copy h3 {
        font-size: 1.8rem;
        padding: 1.4rem 0;
    }
}
#pAbout .value-no1 .copy p {
    color: black;
    font-size: 1.6rem;
    line-height: 1.9;
}
@media (max-width: 768px) {
    #pAbout .value-no1 .copy p {
        font-size: 1.3rem;
        line-height: 1.4;
    }
}

#pSearch .item {
    max-width: 50rem;
    margin: 2.5rem auto;
}
#pSearch input {
    background-color: #009ac7;
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
    font-family: "Quicksand", sans-serif;
}
#pSearch input::-webkit-input-placeholder {
    color: white;
    font-size: 1.4rem;
    font-family: "Quicksand", sans-serif;
}
#pSearch input::-moz-placeholder {
    color: white;
    font-size: 1.4rem;
    font-family: "Quicksand", sans-serif;
}
#pSearch input:-ms-input-placeholder {
    color: white;
    font-size: 1.4rem;
    font-family: "Quicksand", sans-serif;
}
#pSearch input:-moz-placeholder {
    color: white;
    font-size: 1.4rem;
    font-family: "Quicksand", sans-serif;
}
#pSearch input {
    height: 55px;
    line-height: 55px;
    padding: 0 2rem;
}

.message {
    font-size: 2rem;
    color: #0079c1;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    width: 100%;
    padding: 5rem 0;
    position: relative !important;
}

/*-------------------------------*/
/*---------END-LOC-STYLE---------*/

/*# sourceMappingURL=main.css.map */
.newsletter {
    background: #00d4ea;
    padding: 10px 0;
}
.newsletter .left {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
}
@media (max-width: 768px) {
    .newsletter .left {
        width: 100%;
        margin-bottom: 15px;
    }
}
.newsletter .left h3 {
    color: white;
    font-size: 2.3rem;
    font-weight: 500;
}
@media (max-width: 768px) {
    .newsletter .left h3 {
        font-size: 1.5rem;
    }
}
.newsletter .left h3 img {
    max-width: 5rem;
    margin-right: 10px;
}
.newsletter .right {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
}
@media (max-width: 768px) {
    .newsletter .right {
        width: 100%;
        margin: 0;
        text-align: center;
    }
}
.newsletter .right input,
.group-checkbill input {
    color: #000;
    font-weight: 500;
    line-height: 1.2;
    padding: 16px 30px;
    max-width: 380px;
    width: 100%;
    font-size: 1.5rem;
    display: inline-block;
}
@media (max-width: 768px) {
    .newsletter .right input {
        margin-bottom: 15px;
    }
}
.newsletter .right input::-webkit-input-placeholder,
.group-checkbill input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}
.newsletter .right input::-moz-placeholder,
.group-checkbill input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}
.newsletter .right input:-ms-input-placeholder,
.group-checkbill input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}
.newsletter .right input:-moz-placeholder,
.group-checkbill input:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}
.newsletter .right .btn-send,
.group-checkbill .btn-send,
#btnScan {
    color: white;
    display: inline-block;
    background: #007cff;
    font-size: 1.5rem;
    padding: 16px 10px;
    line-height: 1.2;
    margin-left: -3px;
    font-weight: 500;
    border: none;
}
#orderScan {
    color: white;
    display: inline-block;
    background: #007cff;
    font-size: 1.5rem;
    padding: 16px 10px;
    line-height: 1.2;
    margin-left: -3px;
    font-weight: 500;
    border: none;
}
.w50pc {
    width: 50%;
    float: left;
    padding: 0 1rem;
}
@media (max-width: 768px) {
    .w50pc {
        width: 100%;
    }
}
.footer-info {
    padding: 55px 0 20px;
    margin-left: -10px;
    margin-right: -10px;
}
@media (max-width: 768px) {
    .footer-info {
        padding: 20px 0;
    }
}
.footer-info h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    line-height: 1.9;
}
.footer-info p {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
}
.footer-info p img {
    width: 25px;
    margin-right: 5px;
}
.footer-info a {
    color: #000;
}
.ul-left {
    padding: 20px 0;
}
.ul-left li {
    width: 50%;
    float: left;
}
.footer-info-content {
    margin-left: -10px;
    margin-right: -10px;
}
.footer-info-content > li {
    width: 50%;
    float: left;
    padding: 0 1rem;
}
@media (max-width: 768px) {
    .footer-info-content > li {
        width: 100%;
    }
}
.footer-info-content > li:last-child {
    width: 100%;
    padding-top: 20px;
}
.footer-info-content > li > ul > li {
    width: 50%;
    float: left;
}
@media (max-width: 768px) {
    .footer-info-content > li > ul > li {
        width: 100%;
    }
}
.footer-info-content li a {
    font-size: 1.5rem;
    color: #000;
    line-height: 1.9;
    font-weight: 500;
}
.footer-info-content li a:hover {
    text-decoration: underline;
}
.footer-list-content {
    /* padding-left: 18px; */
}
.footer-list-content,
.footer-list-content li {
    list-style-type: disc;
}
.footer-list-content li {
    padding-left: 18px;
}
.footer-address {
    padding: 0 0 25px;
}
@media (max-width: 768px) {
    .footer-address {
        padding: 0;
    }
}
.footer-address h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    line-height: 1.9;
}
.footer-address .info-address {
    padding: 0 0 1rem;
}
.footer-address .info-address li {
    width: 50%;
    float: left;
}
@media (max-width: 768px) {
    .footer-address .info-address li {
        width: 100%;
    }
}
.footer-address p {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.9;
}
.footer-address p a {
    color: #007cff;
}
.footer-address p a:hover {
    text-decoration: underline;
}

#pService {
    position: relative;
}

/* #pService .differen {
  background-color: #c4e3ff;
  position: relative;
  z-index: 2; }
  @media (max-width: 768px) {
  #pService .differen {
    padding: 3.4rem 0; } }

  #pService .differen .wrap {
  margin: 0 -3rem; }
  @media (max-width: 768px) {
    #pService .differen .wrap {
    display: flex;
    flex-direction: column-reverse; } }
  #pService .differen .img {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 3rem; }
  @media (max-width: 768px) {
    #pService .differen .img {
    width: 100%;
    padding: 1rem 3rem;
    text-align: center; } }
  #pService .differen .img img {
    width: 100%; 
    max-width: 420px;
  }
  #pService .differen .copy {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding: 3rem; }
  @media (max-width: 768px) {
    #pService .differen .copy {
    width: 100%;
    margin-left: 0;
    padding: 1rem 3rem; } }
  #pService .differen .copy h3 {
    color: #000;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.35;
    padding: 3rem 0; }
    @media (max-width: 768px) {
    #pService .differen .copy h3 {
      font-size: 1.8rem;
      padding: 1.4rem 0; } }
  #pService .differen .copy p {
    color: black;
    font-size: 1.6rem;
    line-height: 1.9; }
    @media (max-width: 768px) {
    #pService .differen .copy p {
      font-size: 1.3rem;
      line-height: 1.4; } } */
/* #pService .value-no1 {
  background-color: #bed8ff;
  padding: 42px 0 30px;
  position: relative;
  z-index: 1; }
  @media (max-width: 768px) {
  #pService .value-no1 {
    padding-top: 3.4rem; } }
  #pService .value-no1 .wrap {
  position: relative; }
  #pService .value-no1 .img {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0; }
  @media (max-width: 768px) {
    #pService .value-no1 .img {
    width: 100%;
    text-align: center; } }
  #pService .value-no1 .img img {
    width: 100%; 
    max-width: 450px;
  }
  #pService .value-no1 .copy {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-left: -5px;
  padding: 3.4rem .5rem 0;
  }
  @media (max-width: 768px) {
    #pService .value-no1 .copy {
    width: 100%;
    margin-left: 0;
    padding: 1rem 0; } }
  #pService .value-no1 .copy h3 {
    color: #000;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.35;
    padding: 3rem 0; }
    @media (max-width: 768px) {
    #pService .value-no1 .copy h3 {
      font-size: 1.8rem;
      padding: 1.4rem 0; } }
  #pService .value-no1 .copy p {
    color: black;
    font-size: 1.6rem;
    line-height: 1.9; }
    @media (max-width: 768px) {
    #pService .value-no1 .copy p {
      font-size: 1.3rem;
      line-height: 1.4; } } */

/* #pService .value-no1 {
  background-color: #bed8ff;
  padding: 42px 0 30px;
  position: relative;
  z-index: 1; }
  @media (max-width: 768px) {
  #pService .value-no1 {
    padding-top: 3.4rem; } }
  #pService .value-no1 .wrap {
  position: relative; }
  #pService .value-no1 .img {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0; }
  @media (max-width: 768px) {
    #pService .value-no1 .img {
    width: 100%;
    text-align: center; } }
  #pService .value-no1 .img img {
    width: 100%; 
    max-width: 450px;
  }
  #pService .value-no1 .copy {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-left: -5px;
  padding: 3.4rem .5rem 0;
  }
  @media (max-width: 768px) {
    #pService .value-no1 .copy {
    width: 100%;
    margin-left: 0;
    padding: 1rem 0; } }
  #pService .value-no1 .copy h3 {
    color: #000;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.35;
    padding: 3rem 0; }
    @media (max-width: 768px) {
    #pService .value-no1 .copy h3 {
      font-size: 1.8rem;
      padding: 1.4rem 0; } }
  #pService .value-no1 .copy p {
    color: black;
    font-size: 1.6rem;
    line-height: 1.9; }
    @media (max-width: 768px) {
    #pService .value-no1 .copy p {
      font-size: 1.3rem;
      line-height: 1.4; } } */

#pService .pay-info-left-text {
    padding: 40px 0;
    position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
    #pService .pay-info-left-text {
        padding-top: 3.4rem;
    }
}
#pService .pay-info-left-text .wrap {
    position: relative;
}
#pService .pay-info-left-text .img {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}
@media (max-width: 768px) {
    #pService .pay-info-left-text .img {
        width: 100%;
        text-align: center;
    }
}
#pService .pay-info-left-text .img img {
    width: 100%;
    max-width: 450px;
}
#pService .pay-info-left-text .copy {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
    padding: 0 0.5rem;
}
@media (max-width: 768px) {
    #pService .pay-info-left-text .copy {
        width: 100%;
        margin-left: 0;
        padding: 1rem 0;
    }
}
#pService .pay-info-left-text .copy h3 {
    color: #000;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.35;
    padding: 2rem 0;
}
@media (max-width: 768px) {
    #pService .pay-info-left-text .copy h3 {
        font-size: 1.8rem;
        padding: 1.4rem 0;
    }
}
#pService .pay-info-left-text .copy p {
    color: black;
    font-size: 1.6rem;
    line-height: 1.9;
}
@media (max-width: 768px) {
    #pService .pay-info-left-text .copy p {
        font-size: 1.3rem;
        line-height: 1.4;
    }
}

#pService .pay-info-right-text {
    padding: 40px 0;
    position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
    #pService .pay-info-right-text {
        padding-top: 3.4rem;
    }
}
#pService .pay-info-right-text .wrap {
    position: relative;
}
#pService .pay-info-right-text .img {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}
@media (max-width: 768px) {
    #pService .pay-info-right-text .img {
        width: 100%;
        text-align: center;
    }
}
#pService .pay-info-right-text .img img {
    max-width: 450px;
    width: 100%;
}
#pService .pay-info-right-text .copy {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
    padding: 0 0.5rem;
}
@media (max-width: 768px) {
    #pService .pay-info-right-text .copy {
        width: 100%;
        margin-left: 0;
        padding: 1rem 0;
    }
}
#pService .pay-info-right-text .copy h3 {
    color: #000;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.35;
    padding: 2rem 0;
}
@media (max-width: 768px) {
    #pService .pay-info-right-text .copy h3 {
        font-size: 1.8rem;
        padding: 1.4rem 0;
    }
}
#pService .pay-info-right-text .copy p {
    color: black;
    font-size: 1.6rem;
    line-height: 1.9;
}
@media (max-width: 768px) {
    #pService .pay-info-right-text .copy p {
        font-size: 1.3rem;
        line-height: 1.4;
    }
}

#pService .pay-card {
    background-color: #fdeb7c;
    padding: 42px 0 30px;
    position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
    #pService .pay-card {
        padding-top: 3.4rem;
    }
}
#pService .pay-card .wrap {
    position: relative;
}
#pService .pay-card .img {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}
@media (max-width: 768px) {
    #pService .pay-card .img {
        width: 100%;
        text-align: center;
    }
}
#pService .pay-card .img img {
    max-width: 450px;
    width: 100%;
}
#pService .pay-card .copy {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    padding: 3.4rem 0.5rem 0;
}
@media (max-width: 768px) {
    #pService .pay-card .copy {
        width: 100%;
        margin-left: 0;
        padding: 1rem 0;
    }
}
#pService .pay-card .copy h3 {
    color: #000;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.35;
    padding: 3rem 0;
}
@media (max-width: 768px) {
    #pService .pay-card .copy h3 {
        font-size: 1.8rem;
        padding: 1.4rem 0;
    }
}
#pService .pay-card .copy p {
    color: black;
    font-size: 1.6rem;
    line-height: 1.9;
}
@media (max-width: 768px) {
    #pService .pay-card .copy p {
        font-size: 1.3rem;
        line-height: 1.4;
    }
}

#pService .pay-momo {
    background-color: #e6d6f8;
    /* padding: 13.6rem 0; */
    position: relative;
    z-index: 2;
}
@media (max-width: 768px) {
    #pService .pay-momo {
        padding: 3.4rem 0;
    }
}

#pService .pay-momo .wrap {
    margin: 0 -3rem;
}
@media (max-width: 768px) {
    #pService .pay-momo .wrap {
        display: flex;
        flex-direction: column-reverse;
    }
}
#pService .pay-momo .img {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-top: 15px;
}
@media (max-width: 768px) {
    #pService .pay-momo .img {
        width: 100%;
        padding: 1rem 3rem;
        text-align: center;
    }
}
#pService .pay-momo .img img {
    max-width: 100%;
}
#pService .pay-momo .copy {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
    padding: 3rem;
}
@media (max-width: 768px) {
    #pService .pay-momo .copy {
        width: 100%;
        margin-left: 0;
        padding: 1rem 3rem;
    }
}
#pService .pay-momo .copy h3 {
    color: #000;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.35;
    padding: 3rem 0;
}
@media (max-width: 768px) {
    #pService .pay-momo .copy h3 {
        font-size: 1.8rem;
        padding: 1.4rem 0;
    }
}
#pService .pay-momo .copy p {
    color: black;
    font-size: 1.6rem;
    line-height: 1.9;
}
@media (max-width: 768px) {
    #pService .pay-momo .copy p {
        font-size: 1.3rem;
        line-height: 1.4;
    }
}

#pService .book-onl {
    background-color: #fff6f5;
    /* padding-top: 10.6rem; */
    /* border-bottom: 4px solid #0079c1; */
    padding: 10px 0 0;
    position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
    #pService .book-onl {
        padding-top: 3.4rem;
    }
}
#pService .book-onl .wrap {
    position: relative;
}
#pService .book-onl .img {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}
@media (max-width: 768px) {
    #pService .book-onl .img {
        width: 100%;
        text-align: center;
    }
}
#pService .book-onl .img img {
    max-width: 100%;
}
#pService .book-onl .copy {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
    padding: 0 0.5rem 0;
}
@media (max-width: 768px) {
    #pService .book-onl .copy {
        width: 100%;
        margin-left: 0;
        padding: 1rem 0;
    }
}
#pService .book-onl .copy h3 {
    color: #000;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.35;
    padding: 3rem 0;
}
@media (max-width: 768px) {
    #pService .book-onl .copy h3 {
        font-size: 1.8rem;
        padding: 1.4rem 0;
    }
}
#pService .book-onl .copy p {
    color: black;
    font-size: 1.6rem;
    line-height: 1.9;
}
@media (max-width: 768px) {
    #pService .book-onl .copy p {
        font-size: 1.3rem;
        line-height: 1.4;
    }
}

#pService .exchange-gifts {
    background-color: #fdd193;
    padding: 75px 0;
    position: relative;
    z-index: 2;
}
@media (max-width: 768px) {
    #pService .exchange-gifts {
        padding: 3.4rem 0;
    }
}

#pService .exchange-gifts .wrap {
    margin: 0 -3rem;
}
@media (max-width: 768px) {
    #pService .exchange-gifts .wrap {
        display: flex;
        flex-direction: column-reverse;
    }
}
#pService .exchange-gifts .img {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-top: 15px;
    text-align: center;
}
@media (max-width: 768px) {
    #pService .exchange-gifts .img {
        width: 100%;
        padding: 1rem 3rem;
        text-align: center;
    }
}
#pService .exchange-gifts .img img {
    width: 100%;
    max-width: 417px;
}
#pService .exchange-gifts .copy {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
    padding: 3rem;
}
@media (max-width: 768px) {
    #pService .exchange-gifts .copy {
        width: 100%;
        margin-left: 0;
        padding: 1rem 3rem;
    }
}
#pService .exchange-gifts .copy h3 {
    color: #000;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.35;
    padding: 3rem 0;
}
@media (max-width: 768px) {
    #pService .exchange-gifts .copy h3 {
        font-size: 1.8rem;
        padding: 1.4rem 0;
    }
}
#pService .exchange-gifts .copy p {
    color: black;
    font-size: 1.6rem;
    line-height: 1.9;
}
@media (max-width: 768px) {
    #pService .exchange-gifts .copy p {
        font-size: 1.3rem;
        line-height: 1.4;
    }
}

.button-style {
    display: inline-block;
    background: #ff6a13;
    font-size: 14px;
    padding: 17px 35px;
    color: #fff;
    line-height: 1.2;
    font-weight: 500;
    border: none;
}

.franchise-startup {
    text-align: center;
    background: #007cff;
    position: relative;
    padding: 140px 0;
}
@media (max-width: 768px) {
    .franchise-startup {
        padding: 60px 0;
    }
}
.franchise-startup .content {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.franchise-startup h3 {
    font-size: 36px;
    line-break: 1.2;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
}
.franchise-startup p {
    font-size: 16px;
    line-height: 1.9;
    color: #fff;
    margin-bottom: 10px;
}
.franchise-startup .button-style {
    margin-top: 15px;
}
.franchise-startup .img {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.franchise-startup .img img {
    max-width: 657px;
    width: 100%;
}

.franchise-gallery {
    min-height: 500px;
    padding: 160px 0;
}
@media (max-width: 768px) {
    .franchise-gallery {
        padding: 60px 0;
        min-height: auto;
    }
}
.franchise-gallery .content {
    max-width: 50%;
    float: right;
}
@media (max-width: 768px) {
    .franchise-gallery .content {
        float: none;
        max-width: 100%;
    }
}
.franchise-gallery .content .wrap {
    max-width: 485px;
    width: 100%;
}
.franchise-gallery .content h3 {
    color: white;
    font-size: 36px;
    margin-bottom: 15px;
}
.franchise-gallery .content p {
    color: white;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 15px;
}
.franchise-gallery .content .btn-viewgallery {
    color: white;
    font-weight: bold;
}

.franchise-growth {
    min-height: 500px;
    padding: 160px 0;
}
@media (max-width: 768px) {
    .franchise-growth {
        min-height: auto;
        padding: 60px 0;
    }
}
.franchise-growth .content {
    max-width: 50%;
}
@media (max-width: 768px) {
    .franchise-growth .content {
        max-width: 100%;
    }
}
.franchise-growth .content .wrap {
    max-width: 485px;
    width: 100%;
}
.franchise-growth .content h3 {
    color: #007cff;
    font-size: 36px;
    margin-bottom: 15px;
}
.franchise-growth .content p {
    color: #000;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 15px;
}
.franchise-growth .content .btn-viewgallery {
    color: #000;
    font-weight: bold;
}

.franchise-story {
    min-height: 500px;
    padding: 160px 0;
}
@media (max-width: 768px) {
    .franchise-story {
        min-height: auto;
        padding: 60px 0;
    }
}
.franchise-story .content {
    max-width: 50%;
    float: right;
}
@media (max-width: 768px) {
    .franchise-story .content {
        max-width: 100%;
        float: none;
    }
}
.franchise-story .content .wrap {
    max-width: 485px;
    width: 100%;
}
.franchise-story .content h3 {
    color: #007cff;
    font-size: 36px;
    margin-bottom: 15px;
}
.franchise-story .content p {
    color: #000;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 15px;
}
.franchise-story .content .btn-viewgallery {
    color: #000;
    font-weight: bold;
}

.franchise-text-right {
    min-height: 500px;
    padding: 160px 0;
}
@media (max-width: 768px) {
    .franchise-text-right {
        min-height: auto;
        padding: 60px 0;
    }
}
.franchise-text-right .content {
    max-width: 50%;
    float: right;
}
@media (max-width: 768px) {
    .franchise-text-right .content {
        max-width: 100%;
        float: none;
    }
}
.franchise-text-right .content .wrap {
    max-width: 485px;
    width: 100%;
}
.franchise-text-right .content h3 {
    color: #007cff;
    font-size: 36px;
    margin-bottom: 15px;
}
.franchise-text-right.tt-white .content h3 {
    color: #fff;
}
.franchise-text-right .content p {
    color: #000;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 15px;
}
.franchise-text-right.tt-white .content p {
    color: #fff;
}
.franchise-text-right .content .btn-viewgallery {
    color: #000;
    font-weight: bold;
}
.franchise-text-right.tt-white .content .btn-viewgallery {
    color: #fff;
}

.franchise-text-left {
    min-height: 500px;
    padding: 160px 0;
}
@media (max-width: 768px) {
    .franchise-text-left {
        min-height: auto;
        padding: 60px 0;
    }
}
.franchise-text-left .content {
    max-width: 50%;
}
@media (max-width: 768px) {
    .franchise-text-left .content {
        max-width: 100%;
    }
}
.franchise-text-left .content .wrap {
    max-width: 485px;
    width: 100%;
}
.franchise-text-left .content h3 {
    color: #007cff;
    font-size: 36px;
    margin-bottom: 15px;
}
.franchise-text-left.tt-white .content h3 {
    color: #fff;
}
.franchise-text-left .content p {
    color: #000;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 15px;
}
.franchise-text-left.tt-white .content p {
    color: #fff;
}
.franchise-text-left .content .btn-viewgallery {
    color: #000;
    font-weight: bold;
}
.franchise-text-left.tt-white .content .btn-viewgallery {
    color: #fff;
}

.franchise-brand {
    min-height: 500px;
    padding: 160px 0;
}
@media (max-width: 768px) {
    .franchise-brand {
        text-align: center;
        padding: 60px 0;
        min-height: auto;
    }
}
.franchise-brand .content {
    width: 50%;
    display: inline-block;
}
@media (max-width: 768px) {
    .franchise-brand .content {
        width: 100%;
        display: block;
    }
}
.franchise-brand .content .wrap {
    max-width: 485px;
    width: 100%;
}
.franchise-brand .content h3 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 15px;
}
.franchise-brand .content p {
    color: #000;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 15px;
}
.franchise-brand .content .btn-viewgallery {
    color: #000;
    font-weight: bold;
}
.franchise-brand .img {
    width: 50%;
    display: inline-block;
    margin-left: -5px;
}
@media (max-width: 768px) {
    .franchise-brand .img {
        width: 100%;
        display: block;
        margin: 0;
    }
}
.franchise-brand .img img {
    max-width: 370px;
    width: 100%;
}
@media (max-width: 768px) {
    .franchise-brand .img img {
        max-width: 185px;
    }
}

.tab-link {
}
.tab-link li {
    width: 25%;
    float: left;
    border-right: 1px solid #fff;
}
.tab-link li:last-child {
    border-right: none;
}
.tab-link a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #ffa300;
    display: block;
    line-height: 1.2;
    text-align: center;
    padding: 23px 5px;
    min-height: 94px;
}
@media (max-width: 768px) {
    .tab-link a {
        font-size: 12px;
        padding: 23px 0;
        min-height: auto;
    }
    .tab-link a br {
        display: none;
    }
}
.tab-link li.js-active a {
    background: #ff6a13;
}

.franchise-traning {
    min-height: 500px;
    padding: 160px 0;
}
@media (max-width: 768px) {
    .franchise-traning {
        padding: 60px 0;
        min-height: auto;
    }
}
.franchise-traning .content {
    max-width: 50%;
    float: right;
}
@media (max-width: 768px) {
    .franchise-traning .content {
        float: none;
        max-width: 100%;
    }
}
.franchise-traning .content .wrap {
    max-width: 485px;
    width: 100%;
}
.franchise-traning .content h3 {
    color: #007cff;
    font-size: 36px;
    margin-bottom: 15px;
}
.franchise-traning .content p {
    color: #000;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 15px;
}
.franchise-traning .content .btn-viewgallery {
    color: #000;
    font-weight: bold;
}

.franchise-procedure {
    min-height: 500px;
    padding: 160px 0;
}
@media (max-width: 768px) {
    .franchise-procedure {
        min-height: auto;
        padding: 60px 0;
    }
}
.franchise-procedure .content {
    max-width: 50%;
}
@media (max-width: 768px) {
    .franchise-procedure .content {
        max-width: 100%;
    }
}
.franchise-procedure .content .wrap {
    max-width: 485px;
    width: 100%;
}
.franchise-procedure .content h3 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 15px;
}
.franchise-procedure .content p {
    color: #fff;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 15px;
}
.franchise-procedure .content .btn-viewgallery {
    color: #fff;
    font-weight: bold;
}

.franchise-franchisor {
    min-height: 500px;
    padding: 160px 0;
}
@media (max-width: 768px) {
    .franchise-franchisor {
        min-height: auto;
        padding: 60px 0;
    }
}
.franchise-franchisor .content {
    max-width: 50%;
    float: right;
}
@media (max-width: 768px) {
    .franchise-franchisor .content {
        max-width: 100%;
        float: none;
    }
}
.franchise-franchisor .content .wrap {
    max-width: 485px;
    width: 100%;
}
.franchise-franchisor .content h3 {
    color: #007cff;
    font-size: 36px;
    margin-bottom: 15px;
}
.franchise-franchisor .content p {
    color: #000;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 15px;
}
.franchise-franchisor .content .btn-viewgallery {
    color: #000;
    font-weight: bold;
}

/* home new */
.info-home-gs25 {
    background: #e6f0ff;
    padding: 56px 0;
}
@media (max-width: 768px) {
    .info-home-gs25 {
        padding: 10px 0;
    }
}
.info-home-gs25 ul li {
    width: 25%;
    float: left;
    border: 1px solid #e6f0ff;
    background: #fff;
    padding: 45px 10px;
}
@media (max-width: 768px) {
    .info-home-gs25 ul li {
        width: 50%;
        padding: 20px 5px;
    }
}
.info-home-gs25 article {
    text-align: center;
}
.info-home-gs25 article figure {
    margin-bottom: 20px;
}
.info-home-gs25 article figure img {
    max-width: 140px;
    width: 100%;
}
.info-home-gs25 article h3 {
    color: #007cff;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 10px;
}
.info-home-gs25 article .btn-viewmore {
    color: #ff6a13;
    font-size: 15px;
    font-weight: 500;
}

.wrap-banner-crs {
    position: relative;
}

.crs-banner {
}
.crs-banner .item {
    min-height: 570px;
    position: relative;
}
@media (max-width: 768px) {
    .crs-banner .item {
        min-height: 200px;
    }
}
.crs-banner .item .img,
.crs-banner .item .img a {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.crs-banner .item .img a {
    background-color: transparent;
}

.crs-banner .item .img:before {
    content: "";
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 100%;
    height: 0px;
    border-bottom: 90px solid #fff;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    /* background: #fff; */
}
@media (max-width: 768px) {
    .crs-banner .item .img:before {
        display: none;
    }
}
.crs-banner .item .img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 9px;
    background: #e6f0ff;
}
@media (max-width: 768px) {
    .crs-banner .item .img:after {
        display: none;
    }
}
.crs-banner .item .crs-banner-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: -70px;
}
@media (max-width: 768px) {
    .crs-banner .item .crs-banner-title {
        margin-top: 0;
    }
}
.crs-banner .item .crs-banner-title .w50pc {
    padding: 10px 90px;
}
@media (max-width: 768px) {
    .crs-banner .item .crs-banner-title .w50pc {
        padding: 10px 10px 10px 40px;
        width: 50%;
    }
}
.crs-banner .item .crs-banner-title h3 {
    color: #0069b9;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
@media (max-width: 768px) {
    .crs-banner .item .crs-banner-title h3 {
        font-size: 10px;
    }
}
.crs-banner .item .crs-banner-title h4 {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 5px;
}
@media (max-width: 768px) {
    .crs-banner .item .crs-banner-title h4 {
        font-size: 13px;
    }
}
.crs-banner .item .crs-banner-title p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .crs-banner .item .crs-banner-title p {
        font-size: 10px;
    }
}
.crs-banner .item .copy,
.nav-crs-banner {
    position: absolute;
    bottom: 36px;
    left: 0px;
    width: 100%;
}
@media (max-width: 768px) {
    .crs-banner .item .copy,
    .nav-crs-banner {
        position: relative;
        bottom: auto;
    }
}
@media (max-width: 768px) {
    .crs-banner .item .copy .container,
    .nav-crs-banner .container {
        padding: 0;
    }
}

.crs-banner .list-info-banner {
}
.crs-banner .list-info-banner .left,
.nav-crs-banner .list-info-banner .left {
    width: 25%;
    float: left;
}
@media (max-width: 768px) {
    .crs-banner .list-info-banner .left,
    .nav-crs-banner .list-info-banner .left {
        width: 100%;
    }
}
.crs-banner .list-info-banner .left .type-banner,
.nav-crs-banner .list-info-banner .left .type-banner {
    text-align: center;
    max-width: 277px;
    padding: 0 20px;
}
@media (max-width: 768px) {
    .crs-banner .list-info-banner .left .type-banner,
    .nav-crs-banner .list-info-banner .left .type-banner {
        max-width: 100%;
        padding: 0;
        background: #007cff;
        overflow: hidden;
    }
}
.crs-banner .list-info-banner .left .type-banner span,
.nav-crs-banner .list-info-banner .left .type-banner span {
    color: #0069b9;
    font-size: 23px;
    font-weight: 700;
    display: inline-block;
    background: #fff;
    width: 100%;
    padding: 19px 5px;
    line-height: 1.4;
}
@media (max-width: 768px) {
    .crs-banner .list-info-banner .left .type-banner span,
    .nav-crs-banner .list-info-banner .left .type-banner span {
        float: left;
        width: auto;
        padding: 8px 10px;
        font-size: 14px;
        background: #007cff;
        color: white;
    }
}
.crs-banner .list-info-banner .left .type-banner .btn-type-banner,
.nav-crs-banner .list-info-banner .left .type-banner .btn-type-banner {
    color: white;
    background: #007cff;
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-left: -20px;
    margin-right: -20px;
    padding: 14px 5px;
    line-height: 1.2;
    position: relative;
}
@media (max-width: 768px) {
    .crs-banner .list-info-banner .left .type-banner .btn-type-banner,
    .nav-crs-banner .list-info-banner .left .type-banner .btn-type-banner {
        float: right;
        padding: 11px 10px;
        margin: 0;
        font-size: 11px;
    }
}
.btn-type-banner:before,
.btn-type-banner:after {
    content: "";
    position: absolute;
}
.btn-type-banner:before {
    border-right: 20px solid #01538a;
    border-top: 14px solid transparent;
    border-bottom: 0px solid transparent;
    bottom: 100%;
    left: 0;
}
.btn-type-banner:after {
    border-left: 20px solid #01538a;
    border-top: 14px solid transparent;
    border-bottom: 0px solid transparent;
    bottom: 100%;
    right: 0;
}
.crs-banner .list-info-banner .right,
.nav-crs-banner .list-info-banner .right {
    width: 75%;
    float: left;
}
@media (max-width: 768px) {
    .crs-banner .list-info-banner .right,
    .nav-crs-banner .list-info-banner .right {
        display: none;
    }
}
.crs-banner .list-info-banner .right li,
.nav-crs-banner .list-info-banner .right li {
    width: 25%;
    float: left;
    padding: 0 1px;
}
.crs-banner .list-info-banner .right .type-item,
.nav-crs-banner .list-info-banner .right .type-item {
    width: 100%;
    min-height: 105px;
    background: #fff;
    padding: 15px 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}
@media (max-width: 1024px) {
    .crs-banner .list-info-banner .right .type-item,
    .nav-crs-banner .list-info-banner .right .type-item {
        padding: 15px 10px;
    }
}
.crs-banner .list-info-banner .right .type-item a,
.nav-crs-banner .list-info-banner .right .type-item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;
}
.crs-banner .list-info-banner .right .type-info,
.nav-crs-banner .list-info-banner .right .type-info {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}
.crs-banner .list-info-banner .right p,
.crs-banner .list-info-banner .right p a,
.nav-crs-banner .list-info-banner .right p,
.nav-crs-banner .list-info-banner .right p a {
    font-size: 17px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
}
.crs-banner .slick-arrow {
    width: 54px;
    height: 54px;
    z-index: 2;
    text-indent: -99999999999px;
}
@media (max-width: 768px) {
    .crs-banner .slick-arrow {
        width: 30px;
        height: 30px;
    }
}
.crs-banner .slick-prev {
    background: url(../images/btn_prev_banner.png) no-repeat;
    background-size: cover;
    left: 2%;
}
.crs-banner .slick-next {
    background: url(../images/btn_next_banner.png) no-repeat;
    background-size: cover;
    right: 2%;
}
.crs-banner .slick-arrow:before {
    display: none;
}
/* Main banner home */
.crs-banner.main-crs-banner .list-info-banner .right,
.wrap-banner-crs.main-crs-banner .list-info-banner .right {
    width: 100%;
}
@media (max-width: 768px) {
    .crs-banner.main-crs-banner .list-info-banner .right,
    .wrap-banner-crs.main-crs-banner .list-info-banner .right {
        display: none;
    }
    .crs-banner.main-crs-banner .slick-arrow {
        display: none !important;
    }
}
.crs-banner.main-crs-banner .item .crs-banner-title h3 {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 5px;
}
@media (max-width: 768px) {
    .crs-banner.main-crs-banner .item .crs-banner-title h3 {
        font-size: 13px;
    }
}
.crs-banner.main-crs-banner .item .crs-banner-title .btn-play-banner {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background: #ff6a13;
    display: inline-block;
    padding: 16px 30px;
    margin-top: 20px;
}
@media (max-width: 768px) {
    .crs-banner.main-crs-banner .item .crs-banner-title .btn-play-banner {
        font-size: 11px;
        padding: 12px 15px;
    }
}
.crs-banner.main-crs-banner .item .crs-banner-title .btn-play-banner:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-left: 12px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    margin-right: 10px;
}
@media (max-width: 768px) {
    .crs-banner.main-crs-banner .item .crs-banner-title .btn-play-banner:before {
        border-left: 9px solid #fff;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }
}
.crs-banner.main-crs-banner .list-info-banner .right .type-item,
.wrap-banner-crs.main-crs-banner .list-info-banner .right .type-item {
    position: relative;
    padding: 15px 10px 0 120px;
    min-height: 110px;
}
.crs-banner.main-crs-banner .list-info-banner .right .type-item figure,
.wrap-banner-crs.main-crs-banner .list-info-banner .right .type-item figure {
    position: absolute;
    left: 0;
    top: 0;
}
.crs-banner.main-crs-banner .list-info-banner .right .type-item figure img,
.wrap-banner-crs.main-crs-banner .list-info-banner .right .type-item figure img {
    max-width: 110px;
    width: 100%;
}
.crs-banner.main-crs-banner .list-info-banner .right li,
.wrap-banner-crs.main-crs-banner .list-info-banner .right li {
    padding: 0 10px;
}
/* Main banner home */

.wrap-banner-crs .slick-list {
    padding: 0 !important;
}

.scrolltoblock {
    background: #fff;
    padding: 30px 0 0;
    text-align: center;
}
@media (max-width: 768px) {
    .scrolltoblock {
        display: none;
    }
}
.scrolltoblock .btn-mouse {
    text-align: center;
    display: inline-block;
    cursor: pointer;
    margin: 0 auto;
}
.scrolltoblock .btn-mouse img {
    display: inline-block;
    margin-bottom: 10px;
    max-width: 27px;
}
.scrolltoblock .btn-mouse p {
    color: #000;
    font-size: 10px;
    font-weight: 500;
}

.crs-banner.txt-right .item .crs-banner-title .w50pc {
    float: right;
}
@media (max-width: 768px) {
    .crs-banner.txt-right .item .crs-banner-title .w50pc {
        padding: 10px 40px 10px 10px;
    }
}

.store-member {
}
.store-member .wrap {
    position: relative;
}
.store-member .content h3 {
    color: #007cff;
    font-size: 23px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    text-align: center;
}
.store-member .content h3 img {
    position: absolute;
    left: 0;
    top: 50%;
    max-width: 50px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.store-member .content h3 span {
    padding-left: 60px;
}
.store-member .content p {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.store-member .store-block-home {
    width: 50%;
    float: left;
    min-height: 330px;
}
@media (max-width: 768px) {
    .store-member .store-block-home {
        width: 100%;
        position: relative;
    }
}
.store-member .store-block-home .content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
@media (max-width: 768px) {
    .store-member .store-block-home .content {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        transform: none;
        padding-bottom: 90px;
        padding-top: 30px;
        text-align: center;
    }
}
.store-member .store-block-home .content .wrap-ip-store {
    padding-top: 10px;
}
@media (max-width: 768px) {
    .store-member .store-block-home .content .wrap-ip-store {
        text-align: center;
    }
}
.store-member .store-block-home .content input {
    color: #000;
    font-weight: 500;
    line-height: 1.2;
    padding: 16px 30px;
    max-width: 380px;
    width: 100%;
    font-size: 1.5rem;
    display: inline-block;
}
@media (max-width: 768px) {
    .store-member .store-block-home .content input {
        margin-bottom: 10px;
    }
}
.store-member .store-block-home .content .btn-send {
    color: white;
    display: inline-block;
    background: #ff6a13;
    font-size: 1.5rem;
    padding: 16px 10px;
    line-height: 1.2;
    margin-left: -3px;
    font-weight: 500;
}
@media (max-width: 768px) {
    .store-member .store-block-home .content .btn-send {
        max-width: 160px;
        width: 100%;
    }
}
.store-member .member-block-home {
    width: 50%;
    float: right;
    min-height: 330px;
}
@media (max-width: 768px) {
    .store-member .member-block-home {
        width: 100%;
        background-size: contain !important;
        background-position: right bottom !important;
    }
}
.store-member .member-block-home .content {
    padding-left: 50px;
    width: 100%;
    max-width: 300px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
@media (max-width: 768px) {
    .store-member .member-block-home .content {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        transform: none;
        padding-top: 30px;
        text-align: center;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}
.store-member .member-block-home .content .group-link {
    padding-top: 10px;
}
.store-member .member-block-home .content .group-link span {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    padding: 0 20px;
}
.store-member .member-block-home .content .group-link a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.pdlr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.icon-type img {
    max-width: 100%;
    width: 100%;
}
.fix-tab {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1;
}

.group-checkbill {
    text-align: center;
    margin: 2rem auto;
}
@media (max-width: 480px) {
    .group-checkbill {
        margin: 2rem auto 0;
    }
    .group-checkbill input {
        text-align: center;
        width: 100%;
        max-width: 100%;
    }
    .group-checkbill .btn-send {
        display: block;
        width: 100%;
        margin: 0;
    }
}
.wrap-form-register-app,
.wrap-form-invoice {
    width: 60%;
    padding: 0 15px;
    margin-bottom: 2rem;
    display: inline-block;
    vertical-align: top;
    margin-right: -5px;
}

@media (max-width: 640px) {
    .wrap-form-register-app,
    .wrap-form-invoice {
        width: 100%;
        padding: 0;
        margin: 0;
    }
}
.register-app,
.export-invoice,
.join-game {
    width: 100%;
    margin-bottom: 2rem;
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 480px) {
    .register-app,
    .export-invoice,
    .join-game {
        width: 100%;
        padding: 0;
    }
}
.register-app legend,
.export-invoice legend,
.join-game legend {
    color: #007cff;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: bold;
}
@media (max-width: 640px) {
    .register-app legend,
    .export-invoice legend,
    .join-game legend {
        font-size: 24px;
    }
}

/* .join-game legend br {
    display: none;
}
@media (max-width: 640px) {
    .join-game legend br {
        display: block;
    }
} */
.register-app .item,
.export-invoice .item,
.join-game .item {
    width: 50%;
    float: left;
    padding: 0.5rem;
    position: relative;
}
@media (max-width: 640px) {
    .register-app .item,
    .export-invoice .item,
    .join-game .item {
        width: 100%;
        padding: 0.5rem 0;
    }
}
.register-app .item input,
.export-invoice .item input,
.join-game .item input {
    height: 50px;
    line-height: 50px;
    padding: 0 2rem;
    background-color: #007cff;
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
}
.register-app .item input::-webkit-input-placeholder,
.export-invoice .item input::-webkit-input-placeholder,
.join-game .item input::-webkit-input-placeholder {
    opacity: 0.9;
    font-style: italic;
    font-weight: 300;
}

.register-app .item input::-moz-placeholder,
.export-invoice .item input::-moz-placeholder,
.join-game .item input::-moz-placeholder {
    opacity: 0.9;
    font-style: italic;
    font-weight: 300;
}

.register-app .item input:-ms-input-placeholder,
.export-invoice .item input:-ms-input-placeholder,
.join-game .item input:-ms-input-placeholder {
    opacity: 0.9;
    font-style: italic;
    font-weight: 300;
}

.register-app .item input:-moz-placeholder,
.export-invoice .item input:-moz-placeholder,
.join-game .item input:-moz-placeholder {
    opacity: 0.9;
    font-style: italic;
    font-weight: 300;
}

.info-bill {
    padding: 0 15px;
    width: 40%;
    /* float: left; */
    margin-bottom: 2rem;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
}
@media (max-width: 480px) {
    .info-bill {
        width: 100%;
        padding: 0;
        margin: 1rem 0;
    }
}
.info-bill table th {
    font-weight: 500;
}
.head-bill table td {
    font-weight: bold;
    color: crimson;
}

.head-bill table td,
.info-bill table th {
    font-size: 12px;
}

.bg-infobill {
    background: #e4efff;
    overflow: auto;
}
.bg-infobill thead {
    background: rgba(255, 106, 19, 0.4);
}
.bg-infobill hr {
    /* border-color: #007cff; */
    border-top: 1px dashed #ff6a13;
    margin: 5px 10px;
}
@media (max-width: 480px) {
    .bg-infobill hr {
        margin: 5px 0;
    }
}
.rule-text {
    text-align: left !important;
}
.rule-number {
    text-align: right !important;
}
.group-checkbill input {
    background: rgba(255, 106, 19, 0.4);
}
.bg-white {
    background: white;
}

.bg-infobill table th,
.bg-infobill table td {
    font-size: 13px;
    line-height: 1.2;
    padding: 5px 10px;
}

@media (max-width: 374px) {
    .bg-infobill table th,
    .bg-infobill table td {
        font-size: 12px;
        padding: 3px;
    }
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

#scanner-container {
    position: relative;
    width: 320px;
    margin: 0 auto;
}
#btnScan {
    display: none;
}
@media (max-width: 480px) {
    #btnScan {
        display: block;
        margin: 0;
        width: 100%;
        margin-top: 10px;
    }
}
#orderScan {
    display: none;
}
@media (max-width: 480px) {
    #orderScan {
        display: block;
        margin: 0;
        width: 100%;
        margin-top: 10px;
    }
}

/* canvas.drawing, canvas.drawingBuffer {
  position: absolute;
  left: 0;
  top: 0;
} */
#interactive.viewport {
    position: relative;
}
#interactive:before {
    content: "";
    display: block;
    clear: both;
    padding-top: 56%;
}
#interactive br {
    display: none;
}
#interactive.viewport > canvas,
#interactive.viewport > video {
    max-width: 100%;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
canvas.drawing,
canvas.drawingBuffer {
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 603px) {
    #interactive.viewport {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
    }
    /* #interactive.viewport:after {
  content: '';
  display: block;
  padding-top: 60%;
} */

    /* #interactive.viewport canvas, video {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

#interactive.viewport canvas.drawingBuffer, video.drawingBuffer {
  width: 100%;
  height: 100%;
  position: absolute;
} */
}
.scanQr fieldset,
.group-checkbill fieldset {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.export-invoice .btn-blue,
.export-invoice .btn-org,
.join-game .btn-blue,
.join-game .btn-org {
    float: left;
}

@media (max-width: 480px) {
    .export-invoice .btn-blue,
    .export-invoice .btn-org,
    .join-game .btn-blue,
    .join-game .btn-org {
        float: none;
    }
}

.join-game p {
    font-size: 13px;
    line-height: 1.4;
}
.join-game img {
    max-width: 100%;
}

/* style button */
.btn-blue,
.btn-org {
    color: white;
    display: inline-block;
    font-size: 1.5rem;
    padding: 16px 10px;
    line-height: 1.2;
    margin: 0.5rem;
    font-weight: 500;
    border: none;
}

.btn-org img {
    margin-top: -5px;
    margin-right: 5px;
}

.btn-blue {
    background: #007cff;
}
.btn-org {
    background: #ff6a13;
}

/* shop cart */
#pProduct .outer-product.listShop .outer-crs .crs {
    box-shadow: none;
    margin: 0 -5px;
}
#pProduct .outer-product.listShop .outer-crs .item,
#pProduct .outer-product.listShop .outer-crs .itemOrder {
    margin-bottom: 10px;
    padding-bottom: 51px;
    background-color: transparent;
    padding: 5px;
    border: none;
    width: 20%;
}

@media (max-width: 768px) {
    #pProduct .outer-product.listShop .outer-crs .item,
    #pProduct .outer-product.listShop .outer-crs .itemOrder {
        width: 25%;
    }
    #pProduct .outer-product.listShop .outer-crs .item:nth-child(2n + 1),
    #pProduct .outer-product.listShop .outer-crs .itemOrder:nth-child(2n + 1) {
        clear: none;
    }
}
@media (max-width: 640px) {
    #pProduct .outer-product.listShop .outer-crs .item,
    #pProduct .outer-product.listShop .outer-crs .itemOrder {
        width: 50%;
    }
}
#pProduct .outer-product.listShop .outer-crs .item:hover,
#pProduct .outer-product.listShop .outer-crs .itemOrder:hover {
    box-shadow: none;
}
#pProduct .outer-product.listShop .outer-crs .item article,
#pProduct .outer-product.listShop .outer-crs .itemOrder article {
    position: relative;
    background-color: white;
}

#pProduct .outer-product.listShop .outer-crs article figure {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}
#pProduct .outer-product.listShop .outer-crs article .descItem {
    padding: 20px 20px 50px;
}
@media (max-width: 640px) {
    #pProduct .outer-product.listShop .outer-crs article .descItem {
        padding: 20px 10px 50px;
    }
}
#pProduct .outer-product.listShop .outer-crs article figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
#pProduct .outer-product.listShop .outer-crs article:hover figure img {
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}
#pProduct .outer-product.listShop .outer-crs article h5 {
    font-size: 16px;
    line-height: 1.2;
    /* min-height: 38px; */
}
#pProduct .outer-product.listShop .outer-crs article p {
    font-size: 14px;
}
#pProduct .outer-product.listShop .outer-crs .item .btn-addCart,
#pProduct .outer-product.listShop .outer-crs .itemOrder .btn-addCart {
    background: #f15d22;
    display: inline-block;
    border: none;
    padding: 10px;
    margin: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -1px;
    bottom: 0;
}
#pProduct .outer-product.listShop .outer-crs .item .btn-addCart.added,
#pProduct .outer-product.listShop .outer-crs .itemOrder .btn-addCart.added {
    background: #007cff;
}
#pProduct .outer-product.listShop .outer-crs .item .btn-addCart img,
#pProduct .outer-product.listShop .outer-crs .itemOrder .btn-addCart img {
    max-width: 100%;
}
#pProduct .outer-product.listShop .outer-crs .item .pt_Quantity,
#pProduct .outer-product.listShop .outer-crs .itemOrder .pt_Quantity {
    position: absolute;
    bottom: 0;
    right: 0;
}
#pProduct .outer-product.listShop .outer-crs .item .pt_Quantity input,
#pProduct .outer-product.listShop .outer-crs .itemOrder .pt_Quantity input {
    height: 40px;
    line-height: 40px;
}
#pProduct .outer-product.listShop .outer-crs .item .pt_QuantityButton,
#pProduct .outer-product.listShop .outer-crs .itemOrder .pt_QuantityButton {
    height: 40px;
}
#pProduct .outer-product.listShop .countNum {
    margin: 0 10px;
}
#pProduct .outer-product.listShop .btn-org {
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.outerShopCart {
    /* display: flex; */
    position: relative;
}
@media(max-width:1023px){
    .outerShopCart {
        padding-top: 62px;
    }
    .outerShopCart.nopad {
        padding-top: 0;
    }
}
/* @media(max-width: 640px){
  .outerShopCart {
    display: block;
  }
} */
.w-list {
    display: flex;
    width: calc(100% - 393px);
    width: -moz-calc(100% - 393px);
    width: -webkit-calc(100% - 393px);
    padding: 0 10px;
    float: left;
    /* display: block; */
    overflow: hidden;
}
@media (max-width: 640px) {
    .w-list {
        width: 100%;
    }
}
.menu-list-left{
    display: block;
    
    float: left;
    padding: 0;
    right: 0;
    width: 165px;
    /* max-height: calc(100vh - 113px);
    height: calc(100vh - 113px); */
    max-height: calc(100vh - 127px);
    height: calc(100vh - 127px);
}
.outerType{
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}
@media (min-width: 1025px) {
    .menu-list-left{
        display: block !important;
    }
}
@media (max-width: 1024px) {
    .menu-list-left{
        display: none;
        position: fixed;
        z-index: 10;
        width: 100%;
        height: 100%;
        max-height: 100%;
        left: 0 !important;
        top: 0 !important;
    }
    .bg-menu-left{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(250, 235, 215,.9);
    }
    .outerType {
        width: 165px;
        
        background: rgba(250, 235, 215);
        position: relative;
        z-index: 2;
    }
}
.listShopCart {
    /* display: flex;
    flex-direction: column; */
    /* background-color: DodgerBlue; */

    width: calc(100% - 393px - 165px);
    width: -moz-calc(100% - 393px - 165px);
    width: -webkit-calc(100% - 393px - 165px);
    padding: 0 10px;
    float: left;
    display: block;
    overflow: hidden;
    position: relative;
    
    /* margin-left: 210px; */
}
@media (max-width: 1024px) {
    .listShopCart {
        width: 100%;
        left: 0 !important;
    }
    .listShopCart .pdlr-10 {
        padding: 0;
    }
}
.orderPage .listShopCart h3 {
    margin: 20px -10px 10px;
    color: #ff6a13;
}
.myShopProductItem {
    width: 100%;
    overflow: hidden;
    display: block;
    /* background-color: white; */
    background-color: cornsilk;
    margin: 10px -10px;
    align-items: center;
}
@media (max-width: 767px) {
    .myShopProductItem {
        flex-wrap: wrap;
        padding: 10px 0;
        width: auto;
    }
}
.myShopProductItem .thumbItem {
    width: 20%;
    float: left;
    cursor: pointer;
}

.myShopProductItem .thumbItem img {
    max-width: 140px;
    width: 100%;
}
.myShopProductItem .descItem {
    width: 40%;
    padding: 5px 10px;
    float: left;
}
@media (max-width: 767px) {
    .myShopProductItem .descItem {
        width: 80%;
    }
}
.myShopProductItem .descItem h4 {
    font-size: 13px;
}
.myShopProductItem .descItem h5 {
    font-size: 12px;
    font-weight: 300;
}
.myShopProductItem .descItem button {
    border: none;
    color: #007cff;
    background: transparent;
    padding: 5px 0;
    font-size: 16px;
}
.myShopProductItem .descItem .wrapStock p {
    color: #ff6a13 !important;
    font-size: 12px;
}
.myShopProductItem .infoPriceProduct {
    display: block;
    width: 40%;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    float: right;
}
@media (max-width: 767px) {
    .myShopProductItem .infoPriceProduct {
        width: 100%;
    }
}
.myShopProductItem .infoPriceProduct .pt_QuantityButton {
    line-height: 30px;
}
.myShopProductItem .infoPriceProduct .pt_Quantity {
    float: right;
}
.myShopProductItem .infoPriceProduct .itemPrice {
    float: left;
}
.myShopProductItem .infoPriceProduct .itemPrice .currentPrice {
    padding-top: 4px;
    color: #007cff;
}
.myShopProductItem .infoPriceProduct .itemPrice .costPrice {
    text-decoration: line-through;
    color: #ff6a13;
}
.myShopProductItem .infoPriceProduct .myShopaAction {
    clear: both;
}
.myShopProductItem .infoPriceProduct .myShopaAction button {
    background: #ff6a13;
    border: none;
    color: white;
    padding: 5px;
}
#stickyTotal {
    display: block;
    width: 393px;
    padding: 0;
    float: right;
    right: 0;
    overflow: hidden;
}
.listShopPrice {
    padding: 5px 0;
}

@media (max-width: 767px) {
    .listShopPrice {
        width: 100%;
    }
}
#stickyTotal {
    max-height: 437px;
    max-height: calc(100vh - 127px);
    overflow-y: auto;
}
@media (max-width: 1024px) {
    #stickyTotal {
        width: 100%;
        max-height: none;
    }
}
.listShopPrice .listInfoPrice {
    background: white;
    padding: 10px;
    font-size: 14px;
    overflow: hidden;
}
.listShopPrice .listInfoPrice span {
    float: left;
    width: 40%;
}
.listShopPrice .listInfoPrice strong {
    float: right;
    width: 60%;
    text-align: right;
    color: #ff6a13;
}

.listShopPrice .listInfoPrice strong small {
    display: block;
    font-size: 11px;
    color: black;
}

#stickyTotal .form-group {
    background: white;
    padding: 5px;
}
#stickyTotal .form-group h5 {
    display: block;
    margin-bottom: 10px;
}
#stickyTotal .form-group .detail-group {
    /* display: flex;
    justify-content: space-between; */
    position: relative;
}

#stickyTotal .form-group .detail-group textarea {
    background-color: #007cff;
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 300;
    color: white;
    font-family: "Quicksand", sans-serif;
    padding: 9px 1rem;
}

#stickyTotal .method-pay .detail-group input {
    margin-right: 5px;
    float: left;
}
#stickyTotal .method-pay .detail-group label {
    float: left;
    width: 86%;
    font-size: 13px;
}

.method-pay {
    float: right;
    width: 100%;
}

.btnProcessBy .btn-org,
.btnProcessBy .btn-blue {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}
@media (max-width: 767px) {
    .btnProcessBy .btn-org {
        width: auto;
        margin: 0 auto;
    }
}

.pt_Quantity {
    /* display: flex; */
    display: block;
    padding: 0 30px;
    position: relative;
    width: 109px;
}
.pt_Quantity input {
    height: 30px;
    border: 1px solid #007cff;
    text-align: center;
    width: 100%;
    font-size: 14px;
}
.pt_Quantity input.error {
    border: 1px solid red;
}
.pt_QuantityNav {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.pt_QuantityButton {
    width: 30px;
    height: 30px;
    background-color: #007cff;
    color: white;
    position: absolute;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
}
.pt_QuantityUp {
    right: 0;
}
.pt_QuantityDown {
    left: 0;
}

#totalAllPrice,
#totalInfoPirce {
    float: none;
    width: auto;
}
.orderForm {
    float: right;
    background-color: white;
    width: 100%;
    margin: 5px 0;
}
.orderForm h3 {
    text-align: center;
}
/* .form-group {
    padding: 5px 0;
} */

.form-group .detail-group input {
    background-color: #007cff;
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 300;
    color: white;
    font-family: "Quicksand", sans-serif;
    /* height: 35px;
    line-height: 35px; */
    padding: 9px 1rem;
}
/* .form-group .detail-group .select {
  width: 100%;
  display: block;
} */

.orderForm .wrapForm {
    width: 100%;
    background-color: white;
}
@media (max-width: 767px) {
    .orderForm .wrapForm {
        width: 100%;
        padding-bottom: 10px;
    }
}

.orderForm .wrapForm .form-group label,
.orderForm .wrapForm .form-group h6 {
    width: 40%;
    float: left;
    font-size: 16px;
    font-weight: 300;
}
/* @media(max-width:640px) { */
.orderForm .wrapForm .form-group label {
    display: none;
}
/* } */
@media (max-width: 767px) {
    .orderForm .wrapForm .form-group {
        padding: 0;
    }
}
.orderForm .wrapForm .form-group .detail-group {
    width: 100%;
    margin: 5px 0 0;
    float: left;
}
@media (max-width: 767px) {
    .orderForm .wrapForm .form-group {
        padding: 0;
    }
    .orderForm .wrapForm .form-group .detail-group {
        margin-bottom: 10px;
    }
}

.orderForm .wrapForm .form-group .detail-group select {
    width: 100%;
}

.orderForm .wrapForm .form-group .detail-group select,
.storeList--bgwhite,
.storeList {
    height: 36px;
    line-height: 36px;
    text-indent: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #007cff url(../images/arr_white.png) no-repeat right !important;
    color: white;
    border: none;
    margin: 0 auto;
    display: block;
    font-size: 1.4rem;
    font-weight: 300;
    font-family: "Quicksand", sans-serif;
    position: relative;
    text-indent: 5px;
    padding: 0 5px;
}

.storeList {
    width: 200px;
}
.orderForm .wrapForm .form-group .detail-group select option,
.storeList option {
    background: white;
    color: black;
}
.storeList--bgwhite {
    width: 230px;
    color: #007cff;
    background: #fff url(../images/arr_blue.png) no-repeat right !important;
}
.contextFeedback {
    padding: 5px;
    margin: 10px auto 0;
    width: 200px;
    background: #007cff;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
    font-family: "Quicksand", sans-serif;
}
.orderPage {
    background-color: #fffaf7 !important;
}
.orderPage h3 {
    margin: 10px 0;
}
.orderPage h3 br {
    display: none;
}
@media (max-width: 480px) {
    .orderPage h3 br {
        display: block;
    }
}
.orderPage img {
    max-width: 100%;
}
.orderForm .wrapForm .form-group .detail-group label {
    width: 30%;
}
.form-group input[type="radio"],
.form-group input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 1px solid #007cff;
    border-radius: 100%;
    background: transparent;
    position: relative;
    padding: 0;
    display: inline-block;
}
.form-group input[type="checkbox"] {
    border-radius: 0;
}
.form-group input[type="radio"]:checked:before,
.form-group input[type="checkbox"]:checked:before {
    background: #007cff;
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: block;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.form-group input[type="checkbox"]:checked:before {
    border-radius: 0;
}
.f-none {
    float: none !important;
}
.d-inline {
    display: inline-block !important;
}
.v-top {
    vertical-align: top !important;
}
/* .wrapType{
    display: none;
}
@media(max-width:640px){
    .wrapType{
        display: block;
    }
} */
.wrapTypeProduct {
    background-color: #fffaf7;
    z-index: 7;
    /* max-width: 1180px; */
    margin: 0 auto;
    display: none;
}
/* .wrapTypeProduct:before,
.wrapTypeProduct:after {
    content: "";
    display: block;
    clear: both;
} */
.pad:before,
.pad:after {
    content: "";
    display: block;
    clear: both;
}
.typeProduct {
    padding: 5px;
    position: relative;
    width: 140px;
    display: block;
    float: left;
    margin: 0
}
/* @media (max-width: 640px) {
    .wrapTypeProduct .typeProduct {
        width: 100%;
        padding: 5px 0 0;
        float: left;
    }
} */
.typeProduct a,
.typeProduct article {
    background: orange;
    color: white;
    padding: 2px;
    border-radius: 80px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.typeProduct a.active,
.typeProduct article.active {
    background: red;
}

.typeProduct h4 {
    font-weight: 500;
    font-size: 11px;
    text-transform: capitalize;
    width: 75%;
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
/* @media (max-width: 640px) {
    .wrapTypeProduct .typeProduct h4 {
        max-width: 220px;
        padding-left: 60px;
    }
} */
.typeProduct span {
    font-weight: bold;
    position: absolute;
    right: -18px;
    top: 10px;
    text-align: center;
    display: inline-block;
    line-height: 17px;
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: pointer;
}
.typeProduct figure {
    width: 18%;
    margin-right: 5px;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
/* @media (max-width: 640px) {
    .wrapTypeProduct .typeProduct figure {
        width: 10%;
    }
} */
.typeProduct img {
    max-width: 100%;
}
.alertStoreNotFound {
    color: #0069b9;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

/* .orderPage .hide {
  display: block !important;
} */
.floatingCate,
.floatingShopCart,
.floatingBackType {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 5px;
    /* top: 50%; */
    bottom: 5px;
    /* transform: translateY(-50%); */
    border-radius: 100%;
    cursor: pointer;
    z-index: 9;
}

.floatingCate {
    /* background-color: #007cff; */
    display: none;

    right: 19px;
    top: 82px;
    bottom: inherit;
    width: 90px;
    height: 90px;
}
@media (max-width: 1024px) {
    .floatingCate {
        display: block;
    }
}
.floatingShopCart {
    background-color: #007cff;
    bottom: 50px;
    display: none;
}
@media (max-width: 1024px) {
    .floatingShopCart {
        display: block;
    }
}
.floatingCate img,
.floatingShopCart img {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 18px;
    display: inline-block;
}
.floatingCate img {
    width: 90px;
}
.floatingShopCart .countFloating {
    border-radius: 100%;
    width: 23px;
    height: 23px;
    position: absolute;
    top: -5px;
    right: -5px;
    background: rgba(255, 106, 19, 0.9);
    color: white;
    text-align: center;
    line-height: 23px;
    font-size: 10px;
}
.floatingBackType {
    margin-top: 45px;
    background: white;
    border: 1px solid #007cff;
}
.floatingBackType .icon-back {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    /* background: url(https://gs25.com.vn/Assets/images/icon_back.png) no-repeat center; */
    background-size: cover;
}
.floatingBackType .icon-back:before,
.floatingBackType .icon-back:after {
    content: "";
    display: block;
    margin: 0 auto;
}
.floatingBackType .icon-back:before {
    width: 0;
    height: 0;
    border-bottom: 5px solid #007cff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.floatingBackType .icon-back:after {
    width: 2px;
    height: 10px;
    background-color: #007cff;
}

.thanksForm {
    background: white;
    margin: 20px auto;
    max-width: 590px;
    width: 100%;
    padding: 20px;
}
.thanksForm h3 {
}
.thanksForm h3 p {
}
.thanksForm .btn-org {
    margin-top: 20px;
}
.tmpEmpty {
    height: 100px;
    opacity: 0;
    border: none;
}

.wrapStock p {
    color: #007cff !important;
}

.listOrder {
    float: left;
    width: 100%;
    background-color: white;
    font-size: 10px;
}
.listOrder > div {
    padding: 0 10px;
}
.listOrderText {
    cursor: pointer;
    text-transform: lowercase;
}
.qtyOrder {
    color: #007cff;
    display: inline-block;
}
.prizeOrder {
    color: #007cff;
}
.itemList {
    padding: 10px 0;
    border-bottom: 1px solid #ff6a13;
}

@media(max-width:1023px){
    .container-search {
        position: fixed;
        top: 33px;
        left: 0;
        right: 0;
        padding: 10px;
        z-index: 8;
        background: #fff;
    }
    .container-search * {
        margin: 0
    }
}

.searchProductOrder {
    background-image: url("../images/searchicon.png");
    background-color: #007cff;
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    color: white;
}

#loadingPage .center {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-height: 100vh;
}
#loadingPage .ring {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    animation: ring 2s linear infinite;
}
@keyframes ring {
    0% {
        transform: rotate(0deg);
        box-shadow: 1px 5px 2px #e65c00;
    }
    50% {
        transform: rotate(180deg);
        box-shadow: 1px 5px 2px #18b201;
    }
    100% {
        transform: rotate(0360deg);
        box-shadow: 1px 5px 2px #0456c8;
    }
}

#loadingPage .ring::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}
#loadingPage span {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 200px;
    animation: text 3s ease-in-out infinite;
}
@keyframes text {
    50% {
        color: #ff6a13;
    }
}

.chooseCheckBill {
    max-width: 600px;
    margin: 10px auto;
}
.chooseCheckBill:before,
.chooseCheckBill:after {
    content: "";
    display: block;
    clear: both;
}
.chooseCheckBill .item {
    float: left;
    width: 33.3333%;
    padding: 0 5px;
}
@media (max-width: 767px) {
    .chooseCheckBill .item {
        width: 100%;
        padding: 0;
        margin-top: 1px;
    }
}

#offOrderdsk,
#offOrdermb {
    display: none;
}

#offOrderdsk.stopOrder,
#offOrdermb.stopOrder {
    display: block;
}

#offOrdermb.stopOrder.dsk {
    display: block;
}
#offOrdermb.stopOrder.mb {
    display: none;
}
@media (max-width: 767px) {
    .stopOrder.dsk {
        display: none !important;
    }
    #offOrdermb.stopOrder.mb {
        display: block;
    }
}

.btnViewMore {
    color: orange;
}
.ctx-viewmore {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.2;
    float: left;
}

#feedback {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(38, 60, 113, 0.9);
    display: none;
    z-index: 7;
}

.feedback-bg {
    width: 270px;
    background: white;
    padding: 20px;
    margin: 0 auto;
}

.feedback-bg .storeList,
.feedback-bg .contextFeedback {
    width: 230px;
}

#download-app img {
    position: fixed;
    max-height: 95px;
    bottom: 15%;
    right: 15px;
    z-index: 989;
    max-width: 100% !important;
}
@media (max-width: 640px) {
    #download-app img {
        display: none;
    }
}

#canvas {
    width: 100% !important;
    height: auto !important;
}

.modal .product-item {
        background: white;
        height: 100%;
        padding: 5%;
}
.modal .product-item:before,
.modal .product-item:after {
    content: "";
    display: table;
    clear: both;
}
.modal .product-item .wrap {
    width: 50%;
    float: left;    
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 768px) {
    .modal .product-item .wrap {
        transform: none;
    }
}
.modal .product-item .wrap:first-child {
    width: 31.8%;
}
@media (max-width: 768px) {
    .modal .product-item .wrap:first-child {
        width: 100%;
    }
}
.modal .product-item .wrap:last-child {
    width: 68%;
    height: 100%;
    overflow-y: auto;
    text-align: left;
    padding-left: 20px;
}
@media (max-width: 768px) {
    .modal .product-item .wrap:last-child {
        width: 100%;
        padding: 5px 0;
    }
}
.modal .product-item .wrap .img {
    max-width: 460px;
}
.modal .product-item .wrap .img .item {
    background: white;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    float: left;
    border-left: 1px solid #f0f0f0;
    position: relative;
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
}
.modal .product-item .wrap .img .item img {
    max-width: 100%;
}
.modal .product-item .wrap .img article .icon-type {
    width: 27px;
    height: 27px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.modal .product-item .wrap .img article .icon-promo {
    position: absolute;
    display: table;
    right: 14px;
    top: 12px;
    width: 60px;
    height: 60px;
    background: url(../images/bg_icon_promo.png) no-repeat;
    background-size: cover;
}
.modal .product-item .wrap .img article .icon-promo span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #0079c1;
    font-size: 12px;
    font-weight: 700;
}
.modal .product-item .wrap .img article .icon-promo.two-item {
    background: url(../images/bg_icon_promo_2.png) no-repeat;
    background-size: cover;
}
.modal .product-item .wrap .img article .icon-promo.two-item span {
    color: #f4821f;
}
.modal .product-item .wrap .img article .icon-promo.promo-deal {
    background: url(../images/bg_icon_promo_2.png) no-repeat;
    background-size: cover;
}
.modal .product-item .wrap .img article .icon-promo.promo-deal span {
    color: #f4821f;
}
.modal .product-item .wrap .img article .icon-promo.best-sale {
    background: url(../images/bg_icon_best_sale.png) no-repeat;
    background-size: cover;
}
.modal .product-item .wrap .img article .icon-promo.best-sale span {
    color: #97d700;
}
.modal .product-item .wrap .img article .icon-promo.new {
    background: url(../images/bg_icon_new.png) no-repeat;
    background-size: cover;
}
.modal .product-item .wrap .img article .icon-promo.new span {
    color: #e4002b;
}

.modal .product-item .wrap .copy h3 {
    /* font-family: "Montserrat", sans-serif; */
    font-size: 3rem;
    font-weight: 700;
}
@media (max-width: 768px) {
    .modal .product-item .wrap .copy h3 {
        font-size: 1.7rem;
        margin-bottom: 0.6rem;
    }
}

.modal .product-item .wrap .copy h3 a {
    color: #000;
}
.modal .product-item .wrap .copy .category {
    color: #007cff;
    font-weight: 700;
}
@media (max-width: 768px) {
    .modal .product-item .wrap .copy .category {
        font-size: 1.3rem;
    }
}
.modal .product-item .wrap .copy .category img {
    display: inline-block;
    vertical-align: middle;
    max-width: 50px;
    margin: 0 5px;
}
.modal .product-item .wrap .copy .category span {
    color: black;
    text-transform: uppercase;
    font-size: 13px;
}
@media (max-width: 768px) {
    .modal .product-item .wrap .copy .category span {
        font-size: 1.2rem;
    }
}
.modal .product-item .wrap .copy .title-txt {
    color: #007cff;
    font-weight: 700;
    padding: 10px 0;
}
@media (max-width: 768px) {
    .modal .product-item .wrap .copy .title-txt {
        font-size: 1.3rem;
    }
}
.modal .product-item .wrap .copy .txt {
    /* border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1; */
    padding: 5px 0;
}
.modal .product-item .wrap .copy p {
    font-size: 16px;
    color: black;
    line-height: 1.6;
}
@media (max-width: 768px) {
    .modal .product-item .wrap .copy p {
        font-size: 1.3rem;
    }
}
.modal .product-item .wrap .copy p a {
    color: #ff6a13;
    font-size: 14px;
    font-weight: 500;
}
.modal .product-item .wrap .copy .prize {
    color: #007cff;
    font-size: 16px;
    font-weight: 700;
}
@media (max-width: 768px) {
    .modal .product-item .wrap .copy .prize {
        font-size: 1.3rem;
    }
}
.modal .product-item .wrap .copy .prize span {
    font-size: 24px;
    color: #ff6a13;
}
@media (max-width: 768px) {
    .modal .product-item .wrap .copy .prize span {
        font-size: 2.2rem;
    }
}

.popup-ecatalogue {
    height: 100%;
    padding: 9% 0 8%;
}
.popup-ecatalogue .popup-container,
.popup-ecatalogue .popup-container .container {
    height: 100%;
}
@media(max-width:640px){
    .popup-ecatalogue .popup-container,
    .popup-ecatalogue .popup-container .container {
        height: auto;
    }
}
#pContact .group-contact .right .btn-send.btn-problem,
#pContact a.btn-problem {
    display: inline-block;
    
    min-width: 110px;
    width: auto;
    height: auto;
    background-color: #f0ad4e;
    border: 1px solid transparent;

    font-size: 18px;
    font-weight: normal;
    color: white;
    line-height: normal;

}
#pContact .tab-title {
    text-align: center;
    position: relative;
    padding: 20px;
}
#pContact .tab-title .item {
    /* max-width: 296px;
    width: 100%; */
    height: 58px;
    line-height: 58px;
    display: inline-block;
    /* margin: 0 -0.1rem; */
    font-size: 1.6rem;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    background-color: white;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 30%);
    cursor: pointer;
    padding: 0 14px;
}

#pContact .tab-title .item .item-login {
    position: relative;
    top: 8px;
    width: 40px;
    height: 25px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("https://gs25.com.vn/media/4502/login.png?width=500&mode=max&animationprocessmode=first");
}
#pContact .tab-title .item .icon-hand-right {
    position: relative;
    top: 8px;
    width: 30px;
    height: 25px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("https://gs25.com.vn/media/4503/pointing-right.png?width=500&mode=max&animationprocessmode=first");
}
#pContact .tab-title .item a {
   /* font-size: 1.6rem; */
    font-weight: 700;
    color: black;
}
#pContact .tab-title .item.js-active {
  background-color: #ff6a13;
  color: white;
}
#pContact .tab-title .item.js-active a {
  color: white;
}
@media (max-width: 768px) {
    #pContact .tab-title .item {
        font-size: 1.1rem;
        width: 32%;
        min-height: 2.8rem;
        height: auto;
        line-height: 1.5;
        padding: 0.6rem 0;
    }
}
@media (max-width: 575px) {
    #pContact .tab-title .item {
        width: 100%;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content:center;
    }
    #pContact .tab-title .item .item-login, #pContact .tab-title .item .icon-hand-right {
        top: inherit;
    }
    #pContact .tab-title .item a {
        display: flex;
        align-items: center;
    }
}
.btn-problem ,
a.btn-problem {
	padding: 6px 12px;
	margin: 10px 4px;

	position: relative;
    top: -6px;

	overflow: visible;
    vertical-align: top;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
	font-family: "Quicksand", sans-serif;
	font-size: 18px;
	color: #fff;
	text-align: center;
    white-space: nowrap;

    background-color: #f0ad4e;
	border: 1px solid transparent;
    border-color: #eea236;
	border-radius: 4px;

    box-shadow: 0 0 0 1px #ed9c28 inset, 0 0 0 2px rgb(255 255 255 / 10%) inset, 0 6px 0 0 #ec971f, 0 6px 1px 1px rgb(0 0 0 / 30%), 0 8px 8px 1px rgb(0 0 0 / 20%);
    text-shadow: 0 -1px 1px #ec971f;

	transition: all 40ms linear;
}
.btn-problem:hover,
a.btn-problem:hover {
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-problem:active,
a.btn-problem:active {
	top: 0;
  	background-color: #f0ad4e;
    color: #fff;
    box-shadow: 0 0 0 1px #ed9c28 inset, 0 0 0 2px rgb(255 255 255 / 15%) inset, 0 1px 1px 0px rgb(0 0 0 / 30%), 0 1px 3px 1px rgb(0 0 0 / 20%);
	    border-color: #d58512;
		
}		
.btn-problem:focus,
a.btn-problem:focus {
	-moz-outline-style: none;
    outline: medium none;
	color: #fff;
    background-color: #ec971f;
	outline-offset: -2px;
}

.iframe-problem {
    opacity: 0;
    position:fixed; background: rgba(0,0,0,.3); top:0; right:0; bottom:0; left:0; z-index: -2;
}
.iframe-problem__wrap {
    width: 640px; height: 100%; margin: 0 auto; position: relative;
}
@media(max-width: 640px){
    .iframe-problem__wrap {
        width: 100%; height: 100%; margin: 0 auto; position: relative;
    }
}
.iframe-problem__btnClose {
    width: 40px; height: 40px; background: rgba(0,0,0,.5);
    position: absolute; right: -40px;
    cursor: pointer;
}
@media(max-width: 640px){
    .iframe-problem__btnClose  {
        right: 20px;
    }
}
.iframe-problem__btnClose:after, .iframe-problem__btnClose:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 25px;
    background-color: #fff;
    transform: translate(-50%,-50%);
    
}
.iframe-problem__btnClose:before {
    transform: translate(-50%,-50%) rotate(
-45deg
);
}
.iframe-problem__btnClose:after {
    transform: translate(-50%,-50%) rotate(
45deg
);
}
.zIndex{
    z-index: 9;
    opacity: 1;
}
.staff-order-page,
#pRegisterApp {
    min-height: 100vh;
    background-color: #007cff;
}
.staff-order-page .title-product-detail,
#pRegisterApp .title-product-detail {
    background-color: transparent;
    padding-top: 50px;
    padding-bottom: 50px;
}
.staff-order-page .container,
#pRegisterApp .container {
    padding: 0 20px;
}
.staff-order-page legend,
#pRegisterApp legend {
    color: #fff;
    padding: 10px 0;
    font-size: 20px;
    text-align: center;
    display: block;
}
.staff-order-page .item,
#pRegisterApp .item {
    margin-bottom: 5px;
}
.staff-order-page .item input,
#pRegisterApp .item input {
    background-color: #FFF;
    border-radius: 30px;
    color: #000;
    height: 46px;
}
.staff-order-page .item input::-webkit-input-placeholder,
#pRegisterApp .item input::-webkit-input-placeholder {
    opacity: 0.9;
    color: rgba(0, 0, 0, 0.8);
    font-family: "Quicksand", sans-serif;
    font-weight: normal;
    font-style: normal;
}

.staff-order-page .btn-org,
#pRegisterApp .btn-org {
    min-width: 130px;
    border-radius: 30px;
    padding: 12px 10px;
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
    margin-top: 15px;
}

@media (max-width: 640px) {
    .onlineApp {
        background-color: #007cff;
    }
    .onlineApp,
    .staff-order-page,
    #pRegisterApp {
        min-height: 100vh;
    }
    .registerApp .ja_body {
        border-radius: 5px;
    }
    .onlineApp .header-page,
    .registerApp .header-page {
        opacity: 0;
        visibility: hidden;
    }
    .onlineApp footer ,
    .registerApp footer {
        opacity: 0;
        visibility: hidden;
        display: none;
    }
    .registerApp .page,
    .onlineApp .page {
        padding-top: 0;
    }
    .onlineApp .container-search {
        top: 0
    }
    .onlineApp #pProduct .content-page {
        padding: 0;
        /* background: #007cff !important; */
        /* border: none; */
    }
    .onlineApp .thanksForm {
        margin: 10px 0;
        display: inline-block;
    }
    .onlineApp .btn-org {
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 30px;
        background: #ff6a13;
        color: #FFF;
        text-transform: uppercase;
        display: inline-block;
    }

    .btnProcessBy {
        text-align: center;
    }
}

.registerApp .ja_body h4 {
    margin-bottom: 10px;
}
.registerApp .ja_btn_wrap.optBack {
    background: #ff6a13 !important;
    border-radius: inherit !important;
}
.registerApp .ja_btn.btn-org {
    background: #ff6a13 !important;
    color: #FFF !important;
    text-transform: uppercase !important;
}

#pStore .paging a {
    width: 25px;
    height: 25px;
    font-size: 10px;
}
#pStore .paging .paging-next a,
#pStore .paging .paging-prev a {
    background: transparent;
}

#pStore .paging .paging-next a img,
#pStore .paging .paging-prev a img {
    width: 100%;
}

.sc {
    z-index: 2;
    position: absolute;
    top: 50%;

    margin-top: -23px;

    display: inline-block;
    width: 40px;
    height: 40px;

    cursor: pointer;
    background-color: white;
    border: 1px solid orange;
    border-radius: 100%;
}
.sc-left {
    left: 0;
}
.sc-left:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;

    width: 0;
    height: 0;

    border-top: 5px solid transparent;
    border-right: 8px solid orange;
    border-bottom: 5px solid transparent;
}
.sc-right {
    right: 0;
}
.sc-right:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;

    width: 0;
    height: 0;

    border-top: 5px solid transparent;
    border-left: 8px solid orange;
    border-bottom: 5px solid transparent;
}
.sc-left:after,
.sc-right:after {
    transform: translate(-50%,-50%);
}
.yourID {
    color: #ff6a13  !important;
}
.yourID::-webkit-input-placeholder {
    color: #ff6a13 !important;
    font-weight: bold !important;
}
.yourID::-moz-placeholder {
    color: #ff6a13!important;
    font-weight: bold !important;
}
.yourID::-ms-input-placeholder {
    color: #ff6a13!important;
    font-weight: bold !important;
}
.yourID::-moz-placeholder {
    color: #ff6a13!important;
    font-weight: bold !important;
}

.wrap-staff-login-form {
    width: 100%;
}
@media(max-width:768px){
    .wrap-staff-login-form {
        width: 73%;
    }
}
.staff-login {

}
/* @media(max-width:1024px){
    .staff-login {
        display: block !important;
    }
} */
.staff-order {

}
/* @media(max-width:1024px){
    .staff-order {
        display: none;
    }
} */
.w-ip-login{
    width: 200px !important;
}
@media(max-width:768px){
    .w-ip-login {
        width: 230px  !important;
    }
}
@media(max-width:768px){
    .w-ip-login {
        width: 150px  !important;
    }
}
@media(max-width:375px){
    .w-ip-login {
        width: 150px !important;
    }
}
@media(max-width:768px){
    .ip-login{
        height: 36px !important;
        line-height: 40px !important;
    }
}
.btn-ip-login{
    margin-top: 5px !important;
    float: left;
    padding: 14px 10px !important;
    
    min-width: 90px !important;
    cursor: pointer;
}
@media(max-width:768px){
    .btn-ip-login{
        padding: 9px 10px !important;
        margin-top: 5px !important;
    }
}
.staff-order-page .container.posIpLogin {
    padding-top: 270px !important;
}
@media(max-width:1024px){
    .staff-order-page .container.posIpLogin {
        padding-top: 210px !important;
    }
}
@media(max-width:768px){
    .staff-order-page .container.posIpLogin {
        padding-top: 220px !important;
    }
}
@media(max-width:414px){
    .staff-order-page .container.posIpLogin {
        padding-top: 176px !important;
    }
}
@media(max-width:375px){
    .staff-order-page .container.posIpLogin {
        padding-top: 154px !important;
    }
}

.cter {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.posFormlogin {
    /* display: none; */
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* @media(max-width:1024px){
    .posFormlogin {
        display: none;
    }
} */
.bgFormLogin {
    width: 1080px;
    height: 763px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media(max-width:1024px){
    .bgFormLogin {
        margin: inherit;
        width: 480px;
        height: 720px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media(max-width:414px){
    .bgFormLogin {
        width: 414px;
        height: 622px;
    }
}
@media(max-width:375px){
    .bgFormLogin {
        width: 375px;
        height: 563px;
    }
}
.wchange {
    width: 360px;
}

.mbLogin {
    display: none;
}
@media (max-width: 768px) {
    .mbLogin {
        display: block;
    }
}

.dskLogin {
    display: block;
}
@media (max-width: 768px) {
    .dskLogin {
        display: none;
    }
}

.mbOrder {
    display: none;
}
@media (max-width: 1024px) {
    .mbOrder {
        display: block;
    }
}

.dskOrder {
    display: block;
}
@media (max-width: 1024px) {
    .dskOrder {
        display: none;
    }
}

.arrCate {
    width: 20px;
    height: 20px;
    display: inline-block;
    color: #ff6a13;
}
.wrapType .arrCate {
    display: none;
}

.typeProduct ul li a {
    font-size: 10px;
    padding: 2px 5px;
}

.menu-left-sub {
    display: none;
}

.tt-order-sub{
    font-size: 15px;
}
.wrap-catemenumb {
    display: none;
}
@media(max-width:1024px){
    .wrap-catemenumb {
        display: block;
        position: fixed;
        top: 33px;
        left: 0;
        z-index: 8;
        right: 0;
        background: white;
    }
}

.btn-catemenumb {
    display: block;
    padding: 10px 10px;
    text-align: center;
    cursor: pointer;
}
.btn-cateIcon{
    width: 22px;
    display: inline-block;
    vertical-align: bottom;
}
@media(max-width:1024px){
    .wrapShopCart {
        padding-top: 62px;
    }
}


/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
.group-input {
    text-align: center;
    margin: 2rem auto;
}
.group-input input {
    display: inline-block;

    background-color: rgba(255, 106, 19, 0.4);
    padding: 16px 30px;
    max-width: 380px;
    width: 100%;

    font-size: 1.5rem;
    color: #000;
    font-weight: 500;
    line-height: 1.2;
}
.group-input input::placeholder {
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    font-style: italic;
}
.btnCheckMem {
    color: white;
    display: inline-block;
    background: #007cff;
    font-size: 1.5rem;
    padding: 16px 10px;
    line-height: 1.2;
    margin-left: -3px;
    font-weight: 500;
    border: none;
}
.wrapMemProfile image {
    max-width: 100%;
}
.memImgBgProfile{
    position: absolute;
    left: 0;
    top: 0;

    width: 300px;
    height: 459px;
}
.memImgProfile {
    max-width: 140px;
    max-height: 187px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}
.imgMem {
    display: inline-block;
    vertical-align: top;
    padding: 70px 20px 20px 86px;
    position: relative;
    width: 300px;
    height: 459px;
    margin: 0 auto;
}
.infoMem{
    max-width: 400px;
    width: 100%;
    position: relative;
    z-index: 1;
    font-size: 14px;
}
.infoMemName {
    font-size: 14px;
}
.infoMemImgLogo {
    width: 100px;
    image-orientation: from-image;
}
.groupImgQR {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 300px;
    height: 459px;
    margin: 0 auto;
}
.bgQr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.wrapQR {
    width: 167px;
    height: 167px;
    position: absolute;
    top: 154px;
    left: 73px;
}
.b1 {
    width: 100%;
    max-width: 35%;
    float: left;
}
.b2 {
    width: 100%;
    max-width: 65%;
    float:right;
}
@media(max-width:480px) {
    .mbnobr br {
        display: none;
    }
}
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
.text-danger {
    color: red;
}
.form-control {
    display: block;
    width: 100%;
    max-width: 300px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.my-4 {
    margin-top: 24px!important;
    margin-bottom: 24px!important;
}
.wrap-gs25rent {

}

.wrap-gs25rent .mb-3 {
    margin-bottom: 16px;
}
.wrap-gs25rent h4 {
    font-size: 24px;
}