.item-mobile {
    display: none;
}

ul {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

figure {
    margin: 0;
}

h1 {
    font-size: 4rem;
    font-weight: 700;
}

h2 {
    font-size: 3.5rem;
}

.thumb img {
    width: 100%;
    height: auto;
}

.main-section {
    width: 100%;
    height: 600px;
    color: #fff;
}

.main-caption {
    width: 100%;
    padding: 200px;
    text-align: center;
}

.bttn-group-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1.5rem 0;
    text-align: center;
    align-items: center;
}

.bttn-pri-wrap {
    background-color: #fff;
    border: 1px solid;
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 0 6px #202021;
    box-shadow: 0 0 6px #202021;
    width: 40%;
    text-align: center;
    margin: 10px 10px;
}

.btn-line {
    background: #5fb300;
    border: 1px solid #5fb300;
    padding: 10px;
    color: #fff;
    width: 40%;
    text-align: center;
    margin: 10px 10px;
    -webkit-box-shadow: 0 0 6px #202021;
    box-shadow: 0 0 6px #202021;
}

.pd-section {
    padding: 5rem 0;
}

.head-section {
    padding: 0 0 2rem;
}

.head-section h2 {
    font-weight: 700;
}

.bg-section-product {
    background-color: #fff;
}

.caption-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 5%;
}

.section-row-product {
    padding: 5% 1% 1% 1%;
    display: flex;
    justify-content: center;
}

.parallax-bg {
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: right top !important;
    background-repeat: no-repeat !important;
    padding: 7.7% 0 4.7%;
}

.review-img {
    width: 100%;
    height: 206px !important;
}

.sale {
    background: url("../img/footer.jpg");
    padding: 7.7% 0 4.7%;
    font-size: 2rem;
    text-align: right;
    background-position: 65% 55%;
    background-repeat: no-repeat;
    background-size: cover;
}

.social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.face-icon {
    margin: 0% 1%;
    border: 1px solid;
    padding: 1% 1.2%;
    border-radius: 50%;
}

.only-face {
    padding: 1% 1.4%;
}

.contact-btn {
    padding: 8px 40px;
    background: #5fb300;
    color: #fff;
}

.contact-btn:hover {
    color: #fff;
}

.logo {
    width: 100%;
}

.description {
    font-size: 1.3rem;
}

.section-icon {
    font-size: 6rem;
}

.icon-desc {
    padding: 20px 0 0;
}

.setion-first {
    background: url(../img/slide3.jpg);
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 100%;
    padding: 60px 0 80px 0;
    font-size: 18px;
    color: #fff;
    height: 100vh;
}

.card-mobile {
    background: #fff;
    padding: 3% 0.9%;
    -webkit-box-shadow: 0 5px 20px -5px #202021;
    box-shadow: 0 5px 20px -5px #202021;
}