#home .banner {
    /* padding-top: 84px; */
}

#home .banner .swiper-banner {
    position: relative;
}

#home .banner .swiper-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#home .banner .swiper-banner .wrap {
    position: absolute;
    bottom: 100px;
    left: 100px;
    right: 0;
    width: 25%;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    height: 25px;
}

.swiper-pagination {
    flex: 1;
}

#home .banner .swiper-banner .wrap .wrap-arrow {
    display: flex;
    align-items: center;
    z-index: 1;
    margin-top: -10px;
    position: absolute;
    right: -100px;
    top: 0;
}

#home .banner .swiper-banner .wrap .wrap-arrow .custom-nav {
    background: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    position: relative;
}

#home .banner .swiper-banner .wrap .wrap-arrow .button-prev.custom-nav {
    margin-right: 5px;
}

#home .banner .swiper-banner .wrap .wrap-arrow i {
    color: #ea6ca0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-pagination-progressbar {
    background: #fff;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #ef4385;
    border-radius: 30px;
    height: 15px;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    border-radius: 30px;
    height: 15px !important;
}

#home .daily {
    background: url(../img/bg-dailyfiber.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    height: 100%;
    width: 100%;
}

#home .daily .left {
    position: relative;
}

#home .daily .left h1 {
    font-family: pbold;
    font-size: 4rem;
    color: #ef5a8d;
}

#home .daily .left a {
    background: #ef5a8d;
    color: #fff;
    padding: 5px 30px;
    font-size: 1rem;
    margin-top: 15px;
}

#home .daily .left .bottlemd {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

#home .daily .left .ctn {
    margin-top: 30px;
    position: relative;
}

#home .daily .left .ctn ul {
    list-style-type: none;
    width: 90%;
}

#home .daily .left .ctn ul li {
    margin-bottom: 15px;
}

#home .daily .left .ctn ul li:nth-child(1) {
    background: #ffc9d1;
    padding: 15px 30px;
    border-radius: 30px;
}

#home .daily .left .ctn ul li:nth-child(1) span {
    color: #ef4385;
    font-size: 1.5rem;
    font-family: pslight;
}

#home .daily .left .ctn ul li:nth-child(1) h3 {
    font-size: 2rem;
    font-family: pbold;
    color: #ef4385;
}

#home .daily .left .ctn ul li:nth-child(2) {
    background: #ef4385;
    padding: 15px 30px;
    border-radius: 30px;
}

#home .daily .left .ctn ul li:nth-child(2) span {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-family: pslight;
    width: 85%;
}

#home .daily .left .ctn ul li:nth-child(3) {
    background: #f784ab;
    padding: 15px 30px;
    border-radius: 30px;
}

#home .daily .left .ctn ul li:nth-child(3) span {
    color: #fff;
    font-size: 1.2rem;
    font-family: pslight;
}

#home .daily .left .ctn ul li:nth-child(3) > div {
    display: flex;
    align-items: center;
    justify-content: start;
}

#home .daily .left .ctn ul li:nth-child(3) > div h3 {
    color: #fff;
    font-size: 1.2rem;
    font-family: pslight;
    width: 60%;
}

#home .daily .left .ctn ul li:nth-child(3) > div img {
    width: 100px;
    margin-right: 15px;
}

#home .daily .right {
    position: relative;
}

#home .daily .right .grammd {
    width: 250px;
}

#home .daily .right .ctn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#home .daily .right ul {
    list-style-type: none;
    padding-left: 15px;
}

#home .daily .right .ctn ul li {
    margin-bottom: 15px;
    color: #ef4385;
    font-family: pbold;
}

#home .daily .right .ctn ul li img {
    width: 35px;
    float: left;
}

#home .daily .right .ctn ul li > div {
    padding-left: 45px;
    padding-right: 15px;
}

#home .daily .right .ctn img {
    width: 70px;
}

#home .calculator {
    background: url(../img/bg-calculator.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    height: 100%;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#home .calculator h1 {
    color: #fff;
    font-family: pbold;
    font-size: 3rem;
}

#home .calculator p {
    color: #fff;
    font-family: preg;
    font-size: 2rem;
}

#home .calculator a.btn {
    border-color: transparent;
}

#home .calculator .calc {
    width: 200px;
    margin-top: 15px;
}

#home .calculator .img1 {
    width: 300px;
    position: absolute;
    bottom: -100px;
    left: -100px;
}
#home .calculator .img2 {
    width: 300px;
    position: absolute;
    top: -100px;
    right: -100px;
}
#home .story {
    padding: 100px 0;
    background: #fff;
}
#home .story h1 {
    color: #ef4385;
    font-family: pbold;
    font-size: 4rem;
    text-align: center;
}
#home .story h1 span {
    font-family: preg;
}
#home .story .ctn {
    padding: 30px 0;
    position: relative;
    margin-top: 30px;
}
#home .story .ctn .carikami {
    padding: 0;
    position: absolute;
    top: 0;
    right: 15%;
    border-color: transparent;
}
#home .story .ctn .btestimoni {
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 25%;
    border-color: transparent;
}
#home .story .ctn .btestimoni img {
    width: 185px;
    position: relative;
}
#home .story .ctn .carikami img {
    width: 185px;
    position: relative;
}
#home .story .swiper {
    position: relative;
    margin-top: 30px;
}
#home .story .swiper .swiper-slide {
    height: 500px;
}
#home .story .swiper-story .ratio img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
#home .story a {
    position: relative;
}
#home .story a .ic {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: #ef4385;
    border-radius: 50%;
}
#home .story a .ic i {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#home .story .small .ic {
    width: 20px;
    height: 20px;
    background: #ef4385;
}
#home .story .med .ic {
    width: 35px;
    height: 35px;
    background: #ef4385;
}
#home .story .large .ic {
    width: 50px;
    height: 50px;
    background: #ef4385;
}
#home .story .small .ic i {
    font-size: 0.5rem;
    line-height: 0.5rem;
}
#home .story .med .ic i {
    font-size: 1rem;
    line-height: 1rem;
}
#home .story .large .ic i {
    font-size: 1.5rem;
    line-height: 1.5rem;
}
#home .story .small {
    width: 160px;
    position: absolute;
    border-color: transparent;
}
#home .story .med {
    width: 250px;
    position: absolute;
    border-color: transparent;
}
#home .story .large {
    width: 350px;
    position: absolute;
    border-color: transparent;
}
#home .story .swiper .swiper-slide.first a:nth-child(1) {
    left: 0;
    top: 0;
}
#home .story .swiper .swiper-slide.first a:nth-child(2) {
    left: 25%;
    top: 20%;
}
#home .story .swiper .swiper-slide.first a:nth-child(3) {
    left: 2%;
    top: 37%;
}
#home .story .swiper .swiper-slide.first a:nth-child(4) {
    right: 0;
    top: 0;
}
#home .story .swiper .swiper-slide.first a:nth-child(5) {
    left: 53%;
    top: 2%;
}
#home .story .swiper .swiper-slide.first a:nth-child(6) {
    left: 57%;
    bottom: 18%;
}
#home .story .swiper .swiper-slide.first a:nth-child(7) {
    right: 13%;
    bottom: 4%;
}
#home .story .swiper .swiper-slide.first a:nth-child(8) {
    left: 16%;
    top: 6%;
}
#home .story .swiper .swiper-slide.second a:nth-child(1) {
    left: 0;
    top: 0;
}
#home .story .swiper .swiper-slide.second a:nth-child(2) {
    left: 25%;
    top: 20%;
}
#home .story .swiper .swiper-slide.second a:nth-child(3) {
    left: 2%;
    top: 37%;
}
#home .story .swiper .swiper-slide.second a:nth-child(4) {
    right: 0;
    top: 0;
}
#home .story .swiper .swiper-slide.second a:nth-child(5) {
    left: 53%;
    top: 2%;
}
#home .story .swiper .swiper-slide.second a:nth-child(6) {
    left: 57%;
    bottom: 18%;
}
#home .story .swiper .swiper-slide.second a:nth-child(7) {
    right: 13%;
    bottom: 4%;
}
#home .story .swiper .swiper-slide.second a:nth-child(8) {
    left: 16%;
    top: 6%;
}
#home .story .swiper .swiper-slide.third a:nth-child(1) {
    left: 0;
    top: 0;
}
#home .story .swiper .swiper-slide.third a:nth-child(2) {
    left: 15%;
    top: 0;
}
#home .story .swiper .swiper-slide.third a:nth-child(3) {
    left: 0;
    top: 48%;
}
#home .story .swiper .swiper-slide.third a:nth-child(4) {
    right: 0;
    top: 0;
}
#home .story .swiper .swiper-slide.third a:nth-child(5) {
    left: 42%;
    bottom: 0;
}
#home .story .swiper .swiper-slide.third a:nth-child(6) {
    right: 8%;
    bottom: 0;
}
#home .testimoni {
    background: url(../img/bg-testimoni.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    height: 100%;
    width: 100%;
    position: relative;
}
#home .testimoni .ctn {
    padding: 30px 0;
    position: relative;
    margin-top: 30px;
}
#home .testimoni h1 {
    color: #fff;
    text-align: center;
    font-size: 3rem;
    font-family: pbold;
}
#home .testimoni h1 span {
    font-family: preg;
}
#home .testimoni .swiper-testimoni .items.withimg {
    background: #ffc9d1;
    border-radius: 30px;
    align-items: center;
}
#home .testimoni .swiper-testimoni .items.noimg {
    background: #fff;
    border-radius: 30px;
    align-items: center;
}
#home .testimoni .swiper-testimoni .withimg .left {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
#home .testimoni .swiper-testimoni .withimg .right {
    background: #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
#home .testimoni .swiper-testimoni .withimg .left .img {
    padding: 15px 0;
}
#home .testimoni .swiper-testimoni .withimg .left .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
#home .testimoni .swiper-testimoni .withimg .right h2 {
    color: #808080;
    font-family: pbold;
    font-size: 1rem;
    padding: 0 15px 15px 15px;
}
#home .testimoni .swiper-testimoni .withimg .right div {
    display: flex;
    align-items: start;
    justify-content: start;
    padding: 15px;
}
#home .testimoni .swiper-testimoni .noimg .right div {
    display: flex;
    align-items: start;
    justify-content: start;
}
#home .testimoni .swiper-testimoni .noimg .right {
    padding: 30px;
    border-radius: 30px;
}
#home .testimoni .swiper-testimoni .noimg .right h2 {
    color: #808080;
    font-family: pbold;
    font-size: 1rem;
    margin-top: 30px;
}
#home .testimoni .swiper-testimoni .right div img {
    width: 70px;
    margin-right: 30px;
}
#home .testimoni .swiper-testimoni .right div p {
    color: #808080;
    font-family: preg;
    font-size: 1rem;
}
#home .testimoni a {
    margin: 30px auto 0;
    display: block;
    border-color: transparent;
}
#home .testimoni a img {
    width: 150px;
}
#home .product {
    background: url(../img/bg-product.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    height: 100%;
    width: 100%;
    position: relative;
}
#home .product h1 {
    font-size: 3rem;
    color: #fff;
    font-family: pbold;
    text-align: center;
}
#home .product .nav {
    margin-top: 30px;
    justify-content: center;
}
#home .product .nav .nav-item {
    width: 300px;
    position: relative;
}
#home .product .nav .nav-item .ic {
    background: #db3a7c;
    border-radius: 50%;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
}
#home .product .nav .nav-item .ic i {
    color: #fff;
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#home .product .nav .nav-link {
    color: #fff;
    font-family: pbold;
    border: 1px solid #fff;
    width: 100%;
}
#home .product .nav .nav-item:first-child {
    margin-right: 15px;
}
#home .product .nav .nav-link.active {
    background-color: #ef4385;
    border: none;
}
#home .product .items {
    margin-top: 30px;
    align-items: center;
    justify-content: center;
}
#home .product .items .item {
    margin-bottom: 30px;
    text-align: center;
    cursor: pointer;
}
#home .product .items a.btn {
    background: #ef4385;
    color: #fff;
    font-size: 0.8rem;
    font-family: pssemibold;
    margin-top: 15px;
    border-color: transparent;
}
#home .product .items.drink .box {
    background: #fff;
    text-align: center;
    border-radius: 15px;
    height: 100%;
    position: relative;
}
#home .product .items.drink .box .wrap {
    padding: 15px 15px 0;
}
#home .product .items.drink .box h3 {
    color: #ef4385;
    font-size: 0.8rem;
    font-family: pbold;
}
#home .product .items.drink .box .prdk {
    width: auto;
    height: 65px;
    display: block;
    margin: 15px auto 0;
}
#home .product .items.drink .box .wp {
    position: absolute;
    right: 10px;
    bottom: 30px;
}
#home .product .items.drink .box .wp .halal {
    width: 10px;
}
#home .product .items.drink .box p {
    margin-top: 5px;
    width: 100%;
    background: #fa7caa;
    color: #fff;
    font-size: 0.6rem;
    padding: 5px;
    font-family: preg;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: absolute;
    bottom: 0;
}
#home .product .items.subs .box {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
}
#home .product .items.subs .box img {
    width: 100%;
}
#home .article {
    background: url(../img/bg-article.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    height: 100%;
    width: 100%;
    position: relative;
}
#home .article h1 {
    color: #ef4385;
    font-family: pbold;
    font-size: 3rem;
    text-align: center;
}
#home .article .items {
    margin-top: 30px;
}
#home .article .items .left p {
    color: #606060;
    font-family: pbold;
    font-size: 1rem;
}
#home .article .items .left .wrap {
    margin-top: 50px;
    width: 100%;
}
#home .article .items .left .wrap .nav {
    align-items: center;
    width: 100%;
    position: relative;
}
#home .article .items .left .wrap .nav img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
}
#home .article .items .left .wrap .nav .nav-item {
    width: 50%;
}
#home .article .items .left .wrap .nav .nav-link {
    color: #fff;
    background-color: #f49fad;
    width: 100%;
}
#home .article .items .left .wrap .nav .nav-link.active {
    background-color: #ef4385;
}
#home .article .items .left .wrap img {
    width: 50px;
}
#home .article .items .left h3 {
    color: #808080;
    font-size: 1.5rem;
    font-family: pmed;
    margin-top: 50px;
}
#home .article .items .left h3 span {
    color: #ef4385;
    font-family: pbold;
}
#home .article .items .right .swiper-article a {
    border-color: transparent;
}
#home .article .items .right .swiper-article .box {
    position: relative;
}
#home .article .items .right .swiper-article .box .img {
    height: 60vh;
}
#home .article .items .right .swiper-article .box .img .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
#home .article .items .right .swiper-article .box .ic {
    width: 30px;
    position: absolute;
    bottom: 15px;
    right: 5px;
}
#home .article .items .right .swiper-article .box .text {
    position: absolute;
    left: 15px;
    bottom: 30px;
    right: 15px;
    background: #ea6ca0;
    padding: 15px;
    border-radius: 15px;
}
#home .article .items .right .swiper-article .box .text p {
    color: #fff;
    font-family: preg;
    font-size: 0.8rem;
}
#home .article .items .right .swiper-article .box .text h1 {
    color: #fff;
    font-family: pbold;
    font-size: 1rem;
    text-align: left;
    margin-top: 5px;
}
#home .article .all {
    margin-top: 30px;
    border-color: transparent;
}
#home .article .all img {
    width: 150px;
}
#modalTestimoni .modal-content {
    background: #f69bb4;
    position: relative;
}
#modalTestimoni .modal-content .close {
    width: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 1;
}
#modalTestimoni .modal-content .modal-body {
    padding: 30px;
}
#modalTestimoni .modal-content .modal-body h1 {
    color: #fff;
    font-size: 2.5rem;
    font-family: pslight;
}
#modalTestimoni .modal-content .modal-body .frm .imgwrap {
    position: relative;
    border: transparent;
    width: 60%;
    margin: 0 auto;
    border-radius: 30px;
}
#modalTestimoni .modal-content .modal-body .frm img {
    width: 150px;
}
#modalTestimoni .modal-content .modal-body .frm .text-danger {
    display: block;
    text-align: center;
    margin-top: 5px;
}
#modalTestimoni .modal-content .modal-body .frm .imgtxt {
    text-align: center;
    color: #fff;
    font-family: preg;
    font-size: 1rem;
    margin-bottom: 0;
    margin-top: 15px;
}
#modalTestimoni .modal-content .modal-body .congrats h1 {
    color: #fff;
    font-size: 3rem;
    font-family: pbold;
}
#modalTestimoni .modal-content .modal-body .congrats h2 {
    color: #fff;
    font-size: 1.5rem;
    font-family: pslight;
    margin-top: 15px;
}
#modalTestimoni .modal-content .modal-body .congrats h2 span {
    font-family: pmed;
}
#modalTestimoni .modal-content .modal-body h1 span {
    font-family: pbold;
    color: #ef4385;
}
#modalTestimoni .modal-content .modal-body form {
    margin-top: 30px;
}
#modalTestimoni .modal-content .modal-body form input.form-control {
    background: transparent;
    border: transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    text-align: center;
    color: #fff;
    font-family: preg;
}
#modalTestimoni .modal-content .modal-body button {
    color: #fff;
    width: 100%;
    text-align: center;
    background: #ef4385;
    font-family: pbold;
    font-size: 1.2rem;
    border-color: transparent;
}
#modalTestimoni .modal-content .modal-body label {
    text-align: center;
    color: #fff;
    font-family: preg;
    font-size: 1rem;
    margin-bottom: 0;
    margin-top: 15px;
    display: block;
}
.modal-product .modal-content {
    background: #ea6ca0;
    position: relative;
}
.modal-product .modal-content .close {
    width: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 1;
}
.modal-product .modal-content .modal-body {
    padding: 30px;
}
.modal-product .drink.box {
    background: #fff;
    text-align: center;
    border-radius: 15px;
    width: 230px;
    height: 230px;
    position: relative;
    margin: 0 auto;
}
.modal-product .drink.box .wrap {
    padding: 15px 15px 0;
    height: 100%;
}
.modal-product .drink.box h3 {
    color: #ef4385;
    font-size: 1rem;
    font-family: pbold;
}
.modal-product .drink.box .prdk {
    width: auto;
    height: 100px;
    margin-top: 15px;
}
.modal-product .drink.box .wp {
    position: absolute;
    right: 10px;
    bottom: 30px;
}
.modal-product .drink.box .wp .halal {
    width: 15px;
}
.modal-product .drink.box p {
    margin-top: 5px;
    width: 100%;
    background: #fa7caa;
    color: #fff;
    font-size: 0.6rem;
    padding: 5px;
    font-family: preg;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: absolute;
    bottom: 0;
}
.modal-product .subs.box {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    width: 200px;
    margin: 0 auto;
}
.modal-product .subs.box img {
    width: 100%;
}
.modal-product .text {
    text-align: center;
    margin-top: 50px;
}
.modal-product .text h2 {
    color: #fff;
    font-family: pbold;
    font-size: 1.25rem;
    margin-bottom: 15px;
}
.modal-product .text a {
    border-color: transparent;
}
.modal-product .text a img {
    height: 45px;
    width: auto;
}
.swiper-story .button-prev,
.swiper-story .button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: #ef4385;
    padding: 0.5rem;
    border-radius: 50%;
    cursor: pointer;
    width: 50px;
    height: 50px;
}
.swiper-story .button-prev {
    left: 10px;
}
.swiper-story .button-next {
    right: 10px;
}
.swiper-story .button-prev i,
.swiper-story .button-next i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.testimoni .ctn .button-prev-testimoni,
.testimoni .ctn .button-next-testimoni {
    background-color: #fff;
    padding: 0.5rem;
    border-radius: 50%;
    cursor: pointer;
    width: 50px;
    height: 50px;
}
.testimoni .ctn .button-prev-testimoni {
    position: absolute;
    top: -30px;
    left: 15%;
}
.testimoni .ctn .button-next-testimoni {
    position: absolute;
    bottom: -30px;
    right: 15%;
}
.testimoni .ctn .button-prev-testimoni i,
.testimoni .ctn .button-next-testimoni i {
    color: #ef4385;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#home .tryme {
    background: url(../img/bg-testimoni.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    position: relative;
}
#home .tryme .ctn {
    display: flex;
    align-items: center;
    justify-content: center;
}
#home .tryme .ctn .img-bottle {
    width: 350px;
}
#home .tryme .ctn .txt {
    margin-left: 30px;
}
#home .tryme .ctn .txt h1 {
    color: #fff;
    font-family: pbold;
    font-size: 2.5rem;
}
#home .tryme .ctn .txt a {
    border-color: transparent;
    padding: 0;
}
#home .tryme .ctn .txt a .img-btn {
    width: 250px;
    margin-top: 15px;
}
#home .video {
    background: url(../img/bg-product.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    height: 100%;
    width: 100%;
    position: relative;
}
#home .video h1 {
    font-size: 3rem;
    color: #fff;
    font-family: pbold;
    text-align: center;
}
#home .video .wrap {
    margin-top: 30px;
    justify-content: center;
}
#home .video .wrap iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#home .video .wrap p {
    background: #fff;
    color: #000;
    font-size: 1.2rem;
    font-family: preg;
    text-align: center;
    border-radius: 15px;
    padding: 10px;
    margin-top: 15px;
}
@media (orientation: portrait) {
    #home .daily .left h1 {
        font-size: 2.5rem;
    }
    #home .daily .left .ctn {
        margin-top: 30px;
    }
    #home .daily .left .gramsm {
        width: 150px;
        position: absolute;
        top: 30px;
        right: 10px;
        z-index: 1;
    }
    #home .daily .left .ctn ul {
        width: 85%;
    }
    #home .daily .left .ctn ul li:nth-child(1) {
        padding: 15px 30px;
    }
    #home .daily .left .ctn ul li:nth-child(1) span {
        font-size: 1rem;
    }
    #home .daily .left .ctn ul li:nth-child(1) h3 {
        font-size: 1.2rem;
    }
    #home .daily .left .ctn ul li:nth-child(2) {
        padding: 15px 30px;
    }
    #home .daily .left .ctn ul li:nth-child(2) span {
        font-size: 0.8rem;
        line-height: 0.8rem;
    }
    #home .daily .left .ctn ul li:nth-child(3) {
        padding: 15px 30px;
    }
    #home .daily .left .ctn ul li:nth-child(3) > div img {
        width: 50px;
        margin-right: 10px;
    }
    #home .daily .left .ctn ul li:nth-child(3) span {
        font-size: 0.8rem;
    }
    #home .daily .left .ctn ul li:nth-child(3) > div h3 {
        font-size: 0.8rem;
        width: 65%;
    }
    #home .daily .left .bottlesm {
        height: 80%;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    #home .daily .right .ctn {
        position: relative;
        align-items: end;
    }
    #home .daily .right ul {
        padding-left: 0;
        margin-top: 30px;
    }
    #home .daily .right .ctn ul li {
        margin-bottom: 5px;
        font-size: 0.8rem;
    }
    #home .daily .right .ctn img {
        width: 30px;
    }
    #home .daily .right .ctn ul li img {
        width: 20px;
    }
    #home .calculator h1 {
        font-size: 2rem;
    }
    #home .calculator p {
        font-size: 1rem;
    }
    #home .calculator .calc {
        width: 150px;
    }
    #home .calculator .img1 {
        width: 200px;
    }
    #home .calculator .img2 {
        width: 200px;
    }
    #home .story h1 {
        font-size: 2rem;
    }
    #home .story .small {
        width: 120px;
        position: absolute;
    }
    #home .story .med {
        width: 175px;
        position: absolute;
    }
    #home .story .large {
        width: 250px;
        position: absolute;
    }
    #home .story .swiper .swiper-slide.first a:nth-child(2) {
        left: 35%;
        top: 53%;
    }
    #home .story .swiper .swiper-slide.second a:nth-child(3) {
        left: 2%;
        top: 60%;
    }
    #home .story .swiper .swiper-slide.second a:nth-child(2) {
        left: 35%;
        top: 33%;
    }
    #home .story .swiper .swiper-slide.third a:nth-child(2) {
        left: 31%;
        top: 49%;
    }
    #home .story .swiper .swiper-slide.third a:nth-child(3) {
        left: 0;
        top: 32%;
    }
    #home .story .swiper .swiper-slide.fourth a:nth-child(1) {
        left: 0;
        top: 5%;
    }
    #home .story .swiper .swiper-slide.fourth a:nth-child(2) {
        left: 43%;
        top: 18%;
    }
    #home .story .swiper .swiper-slide.fourth a:nth-child(3) {
        left: 38%;
        bottom: 8%;
    }
    #home .story .swiper .swiper-slide.fourth a:nth-child(4) {
        left: 0;
        top: 39%;
    }
    #home .story .swiper .swiper-slide.fifth a:nth-child(1) {
        left: 0;
        top: 5%;
    }
    #home .story .swiper .swiper-slide.fifth a:nth-child(2) {
        left: 26%;
        top: 8%;
    }
    #home .story .swiper .swiper-slide.fifth a:nth-child(3) {
        left: 7%;
        bottom: 14%;
    }
    #home .story .swiper .swiper-slide.fifth a:nth-child(4) {
        right: 12%;
        bottom: 14%;
    }
    #home .story .swiper .swiper-slide.six a:nth-child(1) {
        left: 0;
        top: 5%;
    }
    #home .story .swiper .swiper-slide.six a:nth-child(2) {
        left: 34%;
        top: 47%;
    }
    #home .story .swiper .swiper-slide.six a:nth-child(3) {
        left: 2%;
        bottom: 11%;
    }
    #home .story .ctn .btestimoni {
        bottom: -20px;
    }
    #home .story .ctn .carikami {
        top: -10px;
    }
    #home .testimoni h1 {
        font-size: 2rem;
    }
    #home .testimoni .swiper-testimoni .items {
        background: #ffc9d1;
    }
    #home .testimoni .swiper-testimoni .right {
        background: #fff;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    #home .testimoni .swiper-testimoni .right div img {
        width: 30px;
        margin-right: 15px;
    }
    #home .testimoni .swiper-testimoni .withimg .right div {
        padding: 15px 0;
    }
    #home .testimoni .swiper-testimoni .right div p {
        font-size: 0.8rem;
    }
    #home .testimoni .swiper-testimoni .noimg .right h2 {
        font-size: 0.8rem;
        margin-top: 15px;
    }
    #home .testimoni .swiper-testimoni .withimg .right h2 {
        font-size: 0.8rem;
    }
    #home .testimoni .swiper-testimoni .noimg .right {
        padding: 15px;
    }
    #home .testimoni a {
        margin: 15px auto 0;
    }
    #home .testimoni a img {
        width: 120px;
    }
    #home .product h1 {
        font-size: 2rem;
    }
    #home .product .nav .nav-item {
        width: auto;
    }
    #home .product .nav .nav-link {
        font-size: 0.8rem;
    }
    .modal-product .drink.box {
        margin: 0 60px;
    }
    .modal-product .text a img {
        height: 40px;
    }
    #home .article h1 {
        font-size: 2rem;
    }
    #home .article .items .left p {
        font-size: 0.8rem;
        text-align: center;
    }
    #home .article .items .left h3 {
        font-size: 1rem;
        margin-top: 30px;
        text-align: center;
    }
    #home .article .items .right {
        margin-top: 30px;
    }
    #home .article .all {
        float: none;
        margin: 30px auto 0;
        display: block;
    }
    #home .article .all img {
        width: 120px;
    }
    #home .story .small .ic {
        width: 20px;
        height: 20px;
        background: #ef4385;
    }
    #home .story .med .ic {
        width: 30px;
        height: 30px;
        background: #ef4385;
    }
    #home .story .large .ic {
        width: 40px;
        height: 40px;
        background: #ef4385;
    }
    #home .story .small .ic i {
        font-size: 0.5rem;
        line-height: 0.5rem;
    }
    #home .story .med .ic i {
        font-size: 0.8rem;
        line-height: 0.8rem;
    }
    #home .story .large .ic i {
        font-size: 1.3rem;
        line-height: 1.3rem;
    }
    .swiper-story .button-prev,
    .swiper-story .button-next {
        width: 35px;
        height: 35px;
    }
    .swiper-story .button-prev {
        left: 10px;
    }
    .swiper-story .button-next {
        right: 10px;
    }
    .swiper-story .button-prev i,
    .swiper-story .button-next i {
        font-size: 1rem;
    }
    .testimoni .ctn .button-prev-testimoni,
    .testimoni .ctn .button-next-testimoni {
        width: 35px;
        height: 35px;
    }
    .testimoni .ctn .button-prev-testimoni {
        top: -15px;
        left: 10%;
    }
    .testimoni .ctn .button-next-testimoni {
        bottom: -15px;
        right: 10%;
    }
    #modalTestimoni .modal-content .modal-body h1 {
        font-size: 1.5rem;
    }
    #modalTestimoni .modal-content .close {
        width: 15px;
    }
    .modal-product .modal-content .close {
        width: 15px;
    }
    #home .tryme .ctn .img-bottle {
        width: 150px;
    }
    #home .tryme .ctn .txt {
        margin-left: 15px;
    }
    #home .tryme .ctn .txt h1 {
        font-size: 1rem;
    }
    #home .tryme .ctn .txt a .img-btn {
        width: 100px;
        margin-top: 15px;
    }
    #home .banner .swiper-banner .wrap {
        position: absolute;
        bottom: 15px;
        left: 30px;
    }
    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        height: 5px;
    }
    .swiper-horizontal > .swiper-pagination-progressbar,
    .swiper-pagination-progressbar.swiper-pagination-horizontal,
    .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
    .swiper-vertical
        > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        border-radius: 30px;
        height: 5px !important;
    }
    #home .banner .swiper-banner .wrap .wrap-arrow .custom-nav {
        width: 15px;
        height: 15px;
    }
    #home .banner .swiper-banner .wrap .wrap-arrow {
        margin-top: -5px;
        right: -45px;
    }
    #home .banner .swiper-banner .wrap .wrap-arrow i {
        font-size: 0.5rem;
    }
    #home .daily .right .ctn ul li > div {
        padding-left: 25px;
    }
    #home .product .nav .nav-item .ic {
        width: 30px;
        height: 30px;
        right: -20px;
    }
    #home .product .nav .nav-item .ic i {
        font-size: 0.8rem;
    }
    #home .video h1 {
        font-size: 2rem;
    }
    #home .video .wrap p {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1367px) {
    #home .product .items.drink .box .prdk {
        height: 85px;
    }
}
