.slide-product .slide-arrow {

    border: none;

    background-color: transparent;

    position: absolute;

    bottom: -10px;

    z-index: 3;

    cursor: pointer;

}



.slide-product .slide-arrow.next-arrow {

    right: 140px;

}



.slide-product .slide-arrow.prev-arrow {

    left: 140px;

}



.img-slide-product {

    overflow: hidden;

    border-radius: 10px;

    padding: 1px;

}



.img-slide-product img {

    border-radius: 12px;

    border: 1px solid #C6C6C6;

}



.name-product {

    font-size: 2rem;

    font-weight: bold;

    color: #333333;

    padding-top: 15px;

    text-align: center;

}



.popup-cont {

    display: none;

    position: fixed;

    width: 100vw;

    height: 100vh;

    top: 0;

    left: 0;

    z-index: 20;

    background-color: rgba(0, 0, 0, 0.63);

}



.popup-cont .popup-cont-inner {

    max-width: 1000px;

    margin: auto auto;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    background-color: #fff;

    width: 100%;

    padding: 50px 30px;

    border-radius: 16px;

    min-height: 348px;

}



.popup-hd {

    display: flex;

    width: 100%;

    max-width: 312px;

    min-height: 60px;

    align-items: center;

    justify-content: center;

    margin: 50px auto 0;

    background: #6AC437;

    border-radius: 30px;

    color: #fff;

    font-weight: bold;

    font-size: 1.9rem;

    cursor: pointer;

    position: relative;

    transition: .3s;

}

.popup-hd:hover, .close-popup:hover {

    background: #00C6F9;

}



.mt-165 {

    margin-top: 165px;

}



.popup-hd::after {

    content: "";

    width: 35px;

    height: 35px;

    background-image: url(../images/product/icon-open.svg);

    background-size: cover;

    background-repeat: no-repeat;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    right: 10px;

}



.close-popup {

    display: flex;

    width: 100%;

    max-width: 312px;

    min-height: 60px;

    align-items: center;

    justify-content: center;

    margin: 50px auto 0;

    background: #6AC437;

    border-radius: 30px;

    color: #fff;

    font-weight: bold;

    font-size: 1.9rem;

    cursor: pointer;

    position: relative;

    transition: .3s;

}



.close-popup::after {

    content: "";

    width: 35px;

    height: 35px;

    background-image: url(../images/product/icon-close.svg);

    background-size: cover;

    background-repeat: no-repeat;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    right: 10px;

}



.title-slide-product {

    font-size: 2.8rem;

    font-weight: bold;

    text-align: center;

    color: #333333;

    margin-bottom: 20px;

}



.product-develop {

    position: relative;

}



.product-develop::after {

    content: "";

    width: 364px;

    height: 364px;

    background-image: url(../images/product/bg-develop-2.png);

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    position: absolute;

    bottom: 0;

    left: 0;

    z-index: -1;

}



.product-develop::before {

    content: "";

    width: 364px;

    height: 364px;

    background-image: url(../images/product/bg-develop-3.png);

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    position: absolute;

    top: -210px;

    right: 0;

    z-index: -1;

}



.title-oem-product {

    font-size: 23px;

    font-weight: 700;

    line-height: 1.4;

    position: relative;

    display: flex;

    align-items: center;

    color: #333333;

}



.title-oem-product span {

    font-size: 1.8rem;

}



.title-oem-product .num {

    background: url(../images/index/border-number.svg);

    background-size: 100% 100%;

    width: 43px;

    height: 46px;

    color: #27ACD8;

    font-size: 2.2rem;

    display: flex;

    align-items: center;

    justify-content: center;

    line-height: 1;

    margin-right: 20px;

}



.box-about-product {

    padding: 60px 50px 92px;

    background-color: #fff;

    border-radius: 10px;

}



.img-product-oem {

    max-width: 343px;

    margin-left: auto;

}



.pb-170 {

    padding-bottom: 170px;

}



a.btn.btn-play {

    max-width: 312px;

    min-height: 60px;

    background: #6AC437 url(../images/index/play-circle.svg);

    border-radius: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: auto;

    font-size: 1.9rem;

    color: #fff;

    font-weight: 700;

    position: relative;

    background-repeat: no-repeat;

    background-size: 35px 35px;

    background-position: right 10px center;

}



.product-about {

    position: relative;

}



.product-about::after {

    content: "";

    width: 100%;

    height: 100%;

    background-image: url(../images/product/bg-oem.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    position: absolute;

    left: 0;

    top: 0;

    z-index: -1;

}



.page-product .page-banner {

    background-image: url(../images/product/bg-page-product.jpg);

}



.page-system .page-banner {

    background-image: url(../images/system/bg-page-system.jpg);

}



.img-product-system img {

    max-height: 387px;

    width: 100%;

    object-fit: cover;

}

.product-system {

    position: relative;

}

.product-system::before {

    content: "";

    width: 364px;

    height: 364px;

    background-image: url(../images/product/bg-develop-3.png);

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    position: absolute;

    bottom: -111px;

    right: 0;

    z-index: -1;

}

.title-product-made {

    font-size: 2.3rem;

    font-weight: bold;

    color: #279BC7;

    margin-top: 20px;

}



.img-product-made img {

    border-radius: 10px;

}



.product-made-cont {

    font-size: 1.6rem;

    line-height: 1.5;

}



.product-made {

    position: relative;

}



.product-made::after {

    content: "";

    width: 364px;

    height: 364px;

    background-image: url(../images/product/bg-develop-2.png);

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    position: absolute;

    bottom: 0;

    left: 0;

    z-index: -1;

}



.product-made .container {

    position: relative;

}



.product-made .container::after {

    content: "";

    width: 382px;

    height: 322px;

    background-image: url(../images/system/img-product-1.png);

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    position: absolute;

    bottom: 0;

    right: 60px;

    top: -70px;

    z-index: -1;

}



ul.list-data {

    display: flex;

    flex-wrap: wrap;

}



ul.list-data li:nth-child(4n + 1) {

    min-width: 25.5%;

}



ul.list-data li:nth-child(4n + 2) {

    min-width: 25.5%;

}



ul.list-data li:nth-child(4n + 3) {

    min-width: 26.5%;

}



ul.list-data li:nth-child(4n) {

    width: 22.5%;

}



ul.list-data li {

    font-size: 1.6rem;

    line-height: 2.37;

}



ul.list-data li span {

    color: #80B54F;

}



.product-data {

    background-color: #FFECE2;

}