/*why is Dulyn*/
.a-breakthrough .why-content .p-small {
    font-weight: 500;
    line-height: 24px;
}
.a-breakthrough .why-content .view-more {
    font-family: 'SVN-Gilroy', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
}
.product-information .product-info-content {
    background: url(/assets/images/client/product-info-background-item.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;  Hình nền cố định khi cuộn trang */
    padding: 30px;
    font-weight: bold;
}
.product-information {
    background: url(/assets/images/client/product-info-background.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 220px 0;
}
.product-information .row .col-lg-4 {
    padding: 0;
}
.product-info-banner img {
    max-width: 100%;
}
/*Product consulting*/
.product-consulting {
    background: url(/assets/images/client/product-consulting-background.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 185px 0;

}
.product-consulting .form-main {
    background: #fff;
    padding: 50px;
    border-radius: 16px;
    max-width: 600px;
    margin-top: 90px;
}

/*product-benefit*/
.product-benefit .main-item .item {
    align-items: center;
}
.product-benefit .main-item .benefit-icon {
    margin-right: -35px;
    z-index: 0;
}
.product-benefit .main-item .content {
    background: linear-gradient(90deg, #d5e8ff 0%, #FFFFFF 100%);
    padding: 35px 50px;
    border-radius: 20px;
}

/*Feature product*/
.feature-product, .customer-review {
    background: var(--color-secondary-1);
    background: linear-gradient(180deg, var(--color-secondary-1), transparent);;
}
.view-product {
    font-family: 'SVN-Gilroy', sans-serif;
    font-weight: 700;
    line-height: 19.2px;
    text-align: center;
    margin: 0;
}
.feature-product h5 {
    font-family: 'SVN-Gilroy', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
}
.banner-strong img { width: 100%; }

.breakthrough-item {
    position: relative;
}
.col-left .breakthrough-item:first-child, .col-right .breakthrough-item:first-child {
    margin-bottom: 100px;
}
.breakthrough-item .breakthough-main {
    width: 80%;
    margin: auto;
    border: 1px solid #FDD269;
    min-height: 230px;
}
.break-image-title {
    background: linear-gradient(270.41deg, #C89B3B -22.99%, #FDD269 71.89%, #D29F3E 185.28%);
}
.break-image-title img {
    width: 150px;
    height: 150px;
    /* background: #cccc; */
    background: #181F4A;
    border-radius: 50%;
    padding: 20px;
    position: absolute;
}
.breakthrough-image img {
    max-width: 430px;
}
.breakthrough-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -58%);
    z-index: 1;
}
.a-breakthrough .break-banner-image img{
    width: 100%;
}
.a-breakthrough .breack-title {
    font-size: 28px;
    font-family: 'SVN-Gilroy', sans-serif;
}
.a-breakthrough .col-left .breakthough-main, .a-breakthrough .col-right .breakthough-main {
    border-radius: 30px;
}
.a-breakthrough .col-right .breakthough-main {
    text-align: right;
}

.col-left .break-image-title {
    border-radius: 0 30px 0 0;
}
.col-right .break-image-title {
    border-radius: 30px 0 0 0;
}
.a-breakthrough .break-image-title {
    height: 55px;
    line-height: 55px;
} 
.a-breakthrough .col-left .breack-title {
    margin-left: 150px;
}
.a-breakthrough .col-right .breack-title {
    margin-right: 150px;
}

.col-left .break-image-title img {
    top: -78px;
    left: 49px;
}
.col-right .break-image-title img {
    top: -78px;
    right: 49px;
}
.a-breakthrough .breakthrough-content {
    padding: 20px;
    max-width: 80%;
    margin: auto;
}

/*instended*/

.instended-item p {
    max-width: 300px;
    margin: 15px auto;
    text-align: center;
}
.instended-item p img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    border: 7px solid #EFF0F0
}
.instended-note {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #D7ECF8 49.76%, rgba(255, 255, 255, 0) 87.29%);
}
.instended-note p {
    max-width: 800px;
    margin: auto;
    padding: 20px;
}
.nutritional-ingredient h2 {
    background: #11457F;
    color: #fff;
    padding: 15px;
    border-radius: 20px 20px 0 0;
    margin-bottom: 0;
}
#table-ingredients {
    width: 100%;
    border-collapse: collapse;
}
#table-ingredients th {
    background: #FEC95A;
}
#table-ingredients thead {
    position: sticky;
    top: 0;
    z-index: 1;
}
.nutri-table {
    max-height: 530px;
    overflow-y: auto;
}
.nutritional-ingredient .usage {
    position: relative;
}
.nutritional-ingredient .flex {
    align-items: center;
}
.nutritional-ingredient .line {
    position: relative;
    width: 80%;
}
.nutritional-ingredient .line::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #C89B3B;
    transform: translateY(-50%);
}
.nutritional-ingredient img {
    width: 100%;
}
.usage-item p  {
    color: #223F98;
}
.usage-step p {
    font-size: 20px;
    line-height: 24px;
}
.usage-item .item {
    width: 35%;
}
.usage-item .item .item-width {
    width: 70%;
    margin: auto;
}
.usage-item p {
    font-family: 'SVN-Gilroy', sans-serif;
}
.usage-item {
    height: 100%;
}
.usage-item i {
    font-size: 48px;
    margin-bottom: 30px;
}
.col-lg-6.right {
    padding: 0;
}
/*.col-lg-6.right .usage-item > div {
    margin-right: 30px;
}*/
.customer-review .review-item {
    padding: 40px;
    background: #fff;
}
.review-item .review-name img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
}

.review-item .carousel-control-prev-icon, .review-item .carousel-control-next-icon {
    filter: invert(0.3);
}
.customer-review .banner-img img {
    border-radius: 30px;
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

/* Slide Compare*/
div#comparison { 
    width: 50vw;
    height: 26vw;
    max-width: 1000px;
    max-height: 503px;
    overflow: hidden;
    margin: auto;
    position: relative;
    border-radius: 20px;
    border: 2px solid #f7f7f7;
    padding: 7px;
}
div#comparison figure { 
    background-image: url('/assets/images/client/img-before.png'); 
    background-size: cover;
    position: relative;
    font-size: 0;
    width: 100%; 
    height: 100%;
    margin: 0; 
    border-radius: 20px;
}
div#comparison figure > img { 
  position: relative;
  width: 100%;
}
div#comparison figure div { 
    background-image: url('/assets/images/client/img-after.png');
    background-size: cover;
    position: absolute;
    width: 50%; 
    /*box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);*/
    overflow: hidden;
    bottom: 0;
    height: 100%;
    border-radius: 20px 0 0 20px;
    border-right: 10px solid #fff;
}

#comparison input[type=range]{
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 50%;
    left: -1%;
    background-color: rgba(255, 255, 255, 0.1);
    width: 101%;
}
#comparison input[type=range]:focus { 
    outline: none; 
}
#comparison input[type=range]:active { 
    outline: none;  
}

#comparison input[type=range]::-moz-range-track { 
    -moz-appearance:none;
    height:15px;
    width: 98%;
    background-color: rgba(255,255,255,0.1); 
    position: relative;
    outline: none;    
}
#comparison input[type=range]::active { 
    border: none; 
    outline: none;
}
#comparison input[type=range]::-webkit-slider-thumb {
    -webkit-appearance:none;
    width: 30px; height: 30px;   
    background-image: url('/assets/images/client/refresh.jpg');
    border-radius: 0;
    background-size: cover;
    border: 2px solid #fff;
    border-radius: 50%;
   }
#comparison input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    width: 30px;
    height: 30px;
    background-image: url('/assets/images/client/refresh.jpg');
    border-radius: 0;
    background-size: cover;
    border: 2px solid #fff;
    border-radius: 50%;
}   
#comparison input[type=range]:focus::-webkit-slider-thumb {
    background-image: url('/assets/images/client/refresh.jpg');
}
#comparison input[type=range]:focus::-moz-range-thumb {
    background-image: url('/assets/images/client/refresh.jpg');
}
/*--Slide compare*/

@media screen and (min-width: 900px) {
    .product-information .col-lg-4:nth-child(3) p:nth-child(2) {
        margin-top: 70px;
        margin-left: -20px;
    }
    .product-information .col-lg-4:nth-child(1) p:nth-child(2) {
        margin-top: 120px;
        margin-right: -20px;
    }
}
@media screen and (min-width: 600px) {
   
    .break-small-title p {
        width: 70%;
        margin: auto;
    }
    .a-breakthrough .break-mobile {
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    .why-image img {
        width: 100%;
    }
}
@media screen and (max-width: 900px) {
    .feature-product .title {
        align-items: center;
    }

}
@media screen and (max-width: 768px) {
    .why-content {
        text-align: center !important;
    }
    .why-image img{
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .instended-user .col-md-4:nth-child(2), .instended-user .col-md-4:nth-child(3) {
        width: 49.5%;
    }
    .instended-user .title {
        margin-bottom: 0;
    }
    .nutritional-ingredient .usage-step {
        margin-top: 0;
    }
    .product-title, .news-title {
        min-height: 35px;
        margin-bottom: 0;
    }
   
    .instended-item p img {
        width: 75%;
    }
    .instended-user .col-md-4:nth-child(4) .instended-item {
        width: 50%;
        margin: auto;
    } 
    div#comparison {
        width: 80vw;
        height: 42vw;
    }
    .product-benefit .col-lg-6 h2, .product-benefit .col-lg-6 p {
        text-align: center !important;
    }
    .product-benefit .main-item .benefit-icon {
        margin-right: 0;
        margin-bottom: -35px;
    }
    .product-benefit .main-item .content {
        background: linear-gradient(180deg, #F0FAFF 0%, #FFFFFF 100%);
        padding: 50px 30px;
        border-radius: 10px;
    }
    .product-benefit .main-item .item {
        display: block;
    }
    .a-breakthrough .col-lg-6.mt-50 {
        margin-top: 0;
    }
    .a-breakthrough .mt-40 {
        margin-top: 10px;
    }
    .product-consulting {
        padding: 85px 0;
    }
    .product-information .product-info-content {
        background-size: cover;
        padding: 30px;
        margin: 10px 20px;
    }
     .product-consulting .form-main {
        padding: 10px;
        margin-top: 20px;
    }
    .product-price b {
        font-size: 20px;
    }
    .usage-item .item {
        width: 65%;
    }
    .nutritional-ingredient .flex {
        padding: 4px;
    }
    .usage-item i {
        font-size: 39px;
        margin-bottom: 85px;
    }
    .nutritional-ingredient .line {
        width: 50%;
    }
    .product-information {
        margin: -110px 0;
    }
  
}
@media screen and (max-width: 450px) {
    .product-information .product-info-content {
        background-size: contain;
    }
    .breakthrough-image img {
        max-width: 100%;
    }
    .a-breakthrough .breack-title {
        font-size: 20px;
    }
}
@media screen and (max-width: 390px) {
    .a-breakthrough .breack-title {
        font-size: 18px;
    }
}
