div.product-banner ul {
    display: flex;
    margin-top: 12rem;
}

div.product-banner ul li {
    font-size: 1.3rem;
    margin-right: 3rem;
    letter-spacing: 1px;
    color: rgb(255, 255, 255, 0.7);
    position: relative;
    cursor: pointer;
}

div.product-banner ul li::before {
    content: '';
    width: 100%;
    height: 4px;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s all ease;
}

div.product-banner ul li:hover:before {
    opacity: 1;
}

div.product-banner ul li.active a {
    color: white;
}

div.product-banner ul li:first-child:before {
    opacity: 1;
}

div.product-page {
    padding-top: 6rem;
    text-align: center;
}

div.show-detail {
    display: flex;
    justify-content: space-between;
    margin-top: 7.5rem;
    align-items: center;
}

div.show-detail>div {
    width: 49%;
    text-align: left;
    padding-left: 7%;
}

div.show-detail>div.img {
    position: relative;
    height: 960px;
}

div.show-detail>div.img img {
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: 0 0 20px rgb(0, 0, 0, .05);
}

div.show-detail>div.get-quote>span.title {
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: 1px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 53px;
}

div.show-detail>div.get-quote>p.excerpt {
    font-size: 1.1rem;
    margin: 3rem 0 5rem;
    line-height: 34px;
    color: #666666;
    letter-spacing: 1px;


    /* display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
}

div.show-detail>div.get-quote>button {
    width: 316px;
    font-size: 17px;
    line-height: 47px;
    letter-spacing: 2px;
    color: #333333;
    border: 1px solid #333333;
    transition: 0.3s all ease;
    background-color: unset;
    font-family: inherit;
    cursor: pointer;
}

div.show-detail>div.get-quote>button:hover {
    color: white;
    background-color: #0057B8;
    border: 1px solid #0057B8;
}

div.characteristic {
    display: flex;
    justify-content: space-between;
    padding-top: 9rem;
}

div.characteristic>div {
    width: 49%;
    padding-right: 7%;
}

div.characteristic>div.img {
    width: 51%;
    overflow: hidden;
    max-height: 760px;
}

div.characteristic>div.char-list span {
    font-size: 2.3rem;
    letter-spacing: 2px;
    margin-bottom: 5rem;
    display: inline-block;
}

div.characteristic>div.char-list div.list p {
    font-size: 1.4rem;
}

div.characteristic>div.char-list div.list ul {
    display: flex;
    justify-content: space-between;
    padding-top: 1.5rem;
    border-top: 2px solid #CCCCCC;
    margin: 3.6rem 0 6rem;
    position: relative;
}

div.characteristic>div.char-list div.list ul li {
    font-size: 1.2rem;
    position: relative;
}

div.characteristic>div.char-list div.list span.before {
    display: block;
    background: url(../img/true.svg) no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    bottom: -1.5rem;
    left: 0;
    background-size: contain;
    transition: left 2s ease;
}

div.color-customized {
    text-align: center;
}

div.color-customized>p {
    color: #979797;
    letter-spacing: 1px;
    margin: 3.5rem 0 8rem;
}

div.color-customized>p a {
    text-decoration: underline #0057B8;
    color: #0057B8;
}

div.color-customized div.color div {
    display: inline-block;
    width: 184px;
    height: 253px;
    margin-right: 0.4%;
    margin-bottom: 1rem;
    position: relative;
    background-size: cover !important;
}

div.color-customized div.color div>span {
    position: absolute;
    top: 1.4rem;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    font-size: 0.8rem;
    color: #999999;
}

div.color-customized div.color div>div {
    position: relative;
}

div.color-customized div.color div>div::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/colorbox.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

div.color-customized div.color img:nth-child(6n) {
    margin-right: 0;
}

div.effect ul.effect-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6rem;
}

div.effect ul.effect-list li>div {
    width: 50%;
    position: relative;
    text-align: left;
}

div.effect ul.effect-list li>div.left {
    width: 40%;
}

div.effect ul.effect-list li>div.right {
    height: 729px;
}

div.effect ul.effect-list li>div.right img {
    background-color: #f8f8f8;
}

div.effect ul.effect-list li:nth-child(odd)>div img {
    position: absolute;
    top: 0;
    left: 0;
}

div.effect {
    text-align: center;
}

div.effect ul.effect-list {
    margin-top: 8rem;
}

div.effect ul.effect-list li>div.left span {
    font-size: 1.7rem;
    padding-left: 2rem;
    display: block;
    margin-bottom: 3.5rem;
}

div.effect ul.effect-list li>div.left span::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #0057B8;
    border-radius: 50%;
    position: absolute;
    top: 1rem;
    left: 0;
}

div.effect ul.effect-list li>div.left p {
    font-size: 1.2rem;
    letter-spacing: 1px;
    color: #666666;
    line-height: 42px;
    direction: initial;
}

div.effect ul.effect-list li:nth-child(even) {
    text-align: right;
    direction: rtl;
}

div.packing {
    text-align: center;
}

div.packing>p {
    font-size: 1.2rem;
    line-height: 34px;
    color: #666666;
}

div.packing div.packing-img div {
    display: inline-block;
    width: 47.5%;
    margin-right: 4%;
    overflow: hidden;
    vertical-align: top;
    margin-top: 4rem;
    text-align: left;
}

div.packing div.packing-img div:nth-child(even) {
    margin-right: 0;
}

div.packing div.packing-img div img {
    width: 100%;
    height: auto;
}

div.packing div.packing-img div span {
    font-size: 1.2rem;
    display: block;
    margin: 1rem 0;
}

div.parameter {
    text-align: center;
    margin: 8rem auto;
}

div.parameter table {
    text-align: left;
    border-collapse: collapse;
    width: 100%;
}

div.parameter table tr:nth-child(odd) {
    background-color: rgb(153, 153, 153, .1);
}

div.parameter table tr td:nth-child(2) {
    border-right: 1px solid white;
}

div.parameter table tr td {
    padding: 1rem 1.4rem;
    letter-spacing: 1px;
}

div.parameter table tr td:nth-child(odd) {
    width: 150px;
    color: #999999;
}

div.parameter table tr td:nth-child(even) {
    font-size: 1.1rem;
}

div.require {
    text-align: center;
    margin: 8rem auto 6rem;
}

div.require>p {
    font-size: 1.1rem;
    color: #666666;
    margin-bottom: 5rem;
}

div.require form.wpcf7-form {
    padding-right: 50%;
    position: relative;
    text-align: left;
}

div.require form.wpcf7-form>p {
    display: inline-block;
    width: 45%;
    color: #666666;
    margin-right: 4%;
    margin-bottom: 1.3rem;
    vertical-align: text-top;
}

div.require form.wpcf7-form>p:nth-child(6) {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
}

div.require form.wpcf7-form>p:nth-child(6) textarea,
div.require form.wpcf7-form>p:nth-child(6) input {
    padding: 13px;
    width: 100%;
}

div.require form.wpcf7-form>p:nth-child(6) textarea {
    height: 191px;
    resize: none;
}

div.main-push ul.push-list li:nth-child(odd) {
    text-align: right;
    direction: rtl;
}

div.main-push ul.push-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.main-push ul.push-list li>div {
    width: 50%;
    position: relative;
    text-align: left;
}

div.main-push ul.push-list li>div img{
    transition: all 0.7s ease;
    cursor: pointer;
}
div.main-push ul.push-list li>div img:hover{
    transform: scale(0.95);
}

div.main-push ul.push-list li>div.left {
    width: 41%;
    direction: ltr;
}

div.main-push ul.push-list {
    margin-top: 4rem;
}

div.main-push ul.push-list li span {
    font-size: 2.3rem;
    display: block;
    margin-bottom: 4rem;
}

div.main-push ul.push-list li p {
    font-size: 1.2rem;
    line-height: 42px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

div.main-push ul.push-list li a.read {
    display: inline-block;
    font-size: 1.1rem;
    margin: 5rem 0;
    color: #0057B8;
    padding-bottom: 2px;
    position: relative;
    overflow: hidden;
}

div.main-push ul.push-list li a.read::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #0057B8;
    position: absolute;
    bottom: 0;
    left: -100%;
    transition: 0.3s all ease;
}

div.main-push ul.push-list li a.read:hover::before {
    left: 0;
}

div.main-push ul.push-list li:nth-child(even)>div.left {
    text-align: right;
}

div.main-push button.view-more,
div.hot-product button.view-more,
div.product-page button.view-more {
    display: block;
    margin: 5.5rem auto 0 auto;
    width: 32%;
    line-height: 60px;
    background: unset;
    border: 1px solid black;
    font-size: 1.12rem;
    text-align: center;
    color: #333333;
    transition: 0.3s all ease;
    cursor: pointer;
}

div.main-push button.view-more:hover,
div.hot-product button.view-more:hover,
div.product-page button.view-more:hover {
    border: 1px solid #0057B8;
    color: white;
    background-color: #0057B8;
}

div.hot-product {
    margin: 6rem auto;
}

div.hot-product ul.hot-pro-list li {
    width: 31%;
    display: inline-block;
    margin-right: 3.1%;
    text-align: left;
}

div.hot-product ul.hot-pro-list li:nth-child(3n) {
    margin-right: 0;
}

div.hot-product ul.hot-pro-list li div.pro-img {
    width: 100%;
    height: 480px;
    overflow: hidden;
    margin-bottom: 1.8rem;
}

div.hot-product ul.hot-pro-list li div.pro-img span {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    transition: 0.7s all ease;
}

div.hot-product ul.hot-pro-list li div.pro-img span:hover {
    transform: scale(1.2);
}

div.hot-product ul.hot-pro-list {
    margin: 7rem 0;
}

div.hot-product ul.hot-pro-list li span.statu.new {
    text-transform: uppercase;
    color: #0057B8;
    font-size: 0.9rem;
}

div.hot-product ul.hot-pro-list li span.statu.hot {
    text-transform: uppercase;
    color: #B52200;
    font-size: 0.9rem;
}

div.hot-product ul.hot-pro-list li p>a {
    font-size: 1.2rem;
    margin: 10px 0;
    letter-spacing: 1px;
}

div.hot-product ul.hot-pro-list li p.title {
    margin-top: 10px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

section.ignore_flex button.view-more {
    margin-left: 47.5%;
}

div.sidebar div.widget.propriety span.viewall {
    display: inline-block;
    margin-top: 2.5rem;
    font-size: 0.9rem;
    color: #0057B8;
    font-weight: 400;
    cursor: pointer;
}

.widget.application ul li.open {
    margin: 0;
    height: 33.78px;
    vertical-align: middle;
    background-image: url(../img/arrow-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
}
.swiper-hot-pro{
    overflow: hidden;
}

.nav-links {
    margin-left: 19rem;
}

.nav-links .page-numbers {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    vertical-align: top;
}

.nav-links .page-numbers ~ .page-numbers {
    margin-left: 0.5rem;
}

.nav-links .page-numbers.next {
    background: url('../img/arrow-blue.svg') no-repeat center/0.5rem;
    filter: brightness(0);
}

.nav-links .page-numbers.prev {
    background: url('../img/arrow-blue.svg') no-repeat center/0.5rem;
    filter: brightness(0);
    transform: rotate(180deg);
}

.nav-links .page-numbers.current {
    border-color: #0057B8;
    background-color: #0057B8;
    color: white;
}