@charset "UTF-8";

:root {
    --color1: #000852;
    --color2: #bf923d;
    --color3: #f2f2f2;
    --gray2: #4f4f4f;
    --gray3: #828282;
    --white: #ffffff;
    --black: #000000;
    --cltext: #333333;
    --cltexth: #1f2124;
}

img {
    max-width: 100%;
}

button {
    cursor: pointer;
}

.v3_modules_iframe {
    width: 100%;
    height: 100vh;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.box-squatity {
    display: inline-block;
}

.box-ckediter {
    font-size: 16px;
    line-height: 24px;
}

.box-ckediter p {
    margin: 10px 0px;
}

.box-ckediter br {
    line-height: 10px;
}

.box-ckediter ul {
    padding: 0px;
    padding-left: 10px;
    margin: 0;
    list-style: none;
}

li {
    list-style: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 14px;
    font-family: "Montserrat", "Roboto Condensed", "sans-serif", "Roboto",
        "Roboto";
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: unset;
}

.container-custom {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}

.container-land {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}

.container .rows {
    display: flow-root;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -12px;
    margin-right: -12px;
}

.rows .col {
    float: left;
    padding: 0px;
    margin: 0px;
}

.hidden {
    display: none !important;
}

.rows .col-12 {
    width: 100%;
}

@media (min-width: 576px) {
    .container-custom {
        max-width: 540px;
    }

    .container-land {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .container-custom {
        max-width: 720px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .container-land {
        max-width: 720px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container-custom {
        max-width: 960px;
    }

    .container-land {
        max-width: 960px;
    }

    .product_detail_journey .journey-complete-box {
        width: 100%;
        overflow: hidden;
        padding-top: 80px;
    }
}

@media (min-width: 1200px) {
    .container-custom {
        max-width: 1200px;
    }

    .container-land {
        max-width: 1120px;
    }
}

@media (min-width: 1300px) {
    .container-custom {
        max-width: 1270px;
    }

    .container-land {
        max-width: 1150px;
    }
}

@media (min-width: 1400px) {
    .container-custom {
        max-width: 1400px;
    }
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}

.row-cols-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.row-cols-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.title48 {
    font-size: 48px;
    line-height: 150%;
}

.title42 {
    font-size: 42px;
    line-height: 150%;
}

.title40 {
    font-size: 40px;
    line-height: 150%;
}

.title36 {
    font-size: 36px;
    line-height: 150%;
}

.title35 {
    font-size: 35px;
    line-height: 150%;
}

.title32 {
    font-size: 32px;
    line-height: 150%;
}

.title30 {
    font-size: 30px;
    line-height: 150%;
}

.title28 {
    font-size: 28px;
    line-height: 150%;
}

.title26 {
    font-size: 26px;
    line-height: 150%;
}

.title25 {
    font-size: 25px;
    line-height: 150%;
}

.title24 {
    font-size: 24px;
    line-height: 150%;
}

.title22 {
    font-size: 22px;
    line-height: 150%;
}

.title21 {
    font-size: 21px;
    line-height: 150%;
}

.title20 {
    font-size: 20px;
    line-height: 150%;
}

.title19 {
    font-size: 19px;
    line-height: 150%;
}

.title18 {
    font-size: 18px;
    line-height: 150%;
}

.title17 {
    font-size: 17px;
    line-height: 150%;
}

.title16 {
    font-size: 16px;
    line-height: 150%;
}

.title15 {
    font-size: 15px;
    line-height: 150%;
}

.title14 {
    font-size: 14px;
    line-height: 150%;
}

.title13 {
    font-size: 13px;
    line-height: 150%;
}

.title12 {
    font-size: 12px;
    line-height: 150%;
}

.breadcrumb {
    background: no-repeat;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border: 1px solid transparent;
    margin-bottom: 0;
    margin: 35px 0 47px 0;
}

.breadcrumb a {
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    line-height: 150.19%;
    color: #4f4f4f;
    padding-right: 26px;
}

.breadcrumb a::before {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: url("../img/svg icon/coolicon.svg");
    overflow: hidden;
    line-height: 0;
}

.breadcrumb a:last-child {
    padding-right: 0;
    color: #bdbdbd;
}

.breadcrumb a:last-child::before {
    display: none;
}

.breadcrumb a:hover {
    opacity: 1;
}

.list-news .item-news .image {
    width: 100%;
    overflow: hidden;
    margin-bottom: 17px;
}

.list-news .item-news .image .img {
    width: 100%;
    padding-top: 56%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}

.list-news .item-news .image .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.list-news .item-news .item-detail .title-new {
    font-family: "Times New Roman";
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--color1);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list-news .item-news .item-detail .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    margin-bottom: 16px;
}

.list-news .item-news .item-detail .date svg {
    color: #bdbdbd;
}

.list-news .item-news .item-detail .date span {
    font-family: "GMV URW Geometric";
    font-size: 15px;
    line-height: 120%;
    font-weight: 400;
    margin-top: 6px;
    color: #828282;
    text-transform: uppercase;
}

.list-news .item-news .item-detail .description {
    color: #4f4f4f;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}

.list-news .item-news .item-detail button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: var(--color2);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0px;
    text-align: left;
}

.pagination {
    width: 100%;
    margin-top: 50px;
}

.pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination ul li {
    margin-right: 14px;
    width: 37px;
    height: 37px;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.pagination ul li:last-child {
    position: relative;
    margin: 0;
}

.pagination ul li:last-child::before {
    position: absolute;
    content: "";
    left: 12px;
    top: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border: 2px solid #8c8c8c;
    border-bottom: 2px #8c8c8c;
    border-left: 2px #8c8c8c;
}

.pagination ul li:first-child {
    position: relative;
}

.pagination ul li:first-child::before {
    position: absolute;
    content: "";
    left: 16px;
    top: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border: 2px solid #8c8c8c;
    border-top: 2px #8c8c8c;
    border-right: 2px #8c8c8c;
}

.pagination ul li a {
    font-size: 13px;
    font-weight: 500;
    line-height: 37px;
    color: #8c8c8c;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pagination ul li:hover {
    border: none;
    background: var(--color1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pagination ul li:hover:first-child::before {
    border: 2px solid #ffffff;
    border-top: 2px #ffffff;
    border-right: 2px #ffffff;
}

.pagination ul li:hover:last-child::before {
    border: 2px solid #ffffff;
    border-bottom: 2px #ffffff;
    border-left: 2px #ffffff;
}

.pagination ul li:hover a {
    color: #ffffff;
}

.pagination ul .v_v {
    border: none;
}

.pagination ul .v_v span {
    color: #e0e0e0;
    line-height: 35px;
}

.pagination ul .v_v:hover {
    color: var(--color1);
    background: repeat;
    border: none;
}

.pagination ul .active {
    border: none;
    background: var(--color1);
}

.pagination ul .active a {
    color: #ffffff;
}

.product-item > div .image {
    width: 100%;
    margin-bottom: 25px;
    background: #ffffff;
    overflow: hidden;
}

.product-item > div .image .img {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
    background: #f6f8fb;
}

.product-item > div .image .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%) scale(1.3, 1.3);
    transform: translate(-50%, -50%) scale(1.3, 1.3);
    max-width: 80%;
    max-height: 80%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-item > div .image .img img.img-hidden {
    display: none;
}

.product-item > div .desc-box {
    width: 100%;
    padding-top: 25px;
}

.product-item > div .desc-box .name-item {
    height: 62px;
    font-size: 22px;
    line-height: 140%;
    font-family: "Times New Roman";
    font-weight: 700;
    color: #000852;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-item > div .desc-box .cate-item {
    font-size: 16px;
    line-height: 140%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
    color: #828282;
}

.product-item > div .desc-box .description-item {
    font-weight: 500;
    color: #4f4f4f;
    margin: 25px 0;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 150px;
}

.product-item > div .desc-box .box-price {
    width: 100%;
    margin: 20px 0;
}

.product-item > div .desc-box .box-price .price {
    font-size: 21px;
    line-height: 140%;
    color: #bf923d;
    font-weight: 600;
    margin-bottom: 6px;
}

.product-item > div .desc-box .box-price .price_market {
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    text-decoration-line: line-through;
    color: #000852;
    opacity: 0.5;
}

.product-item > div .butt-contact {
    margin-top: 98px;
}

.popup-editinfo {
    width: calc(100% - 30px);
    max-width: 700px;
    padding: 40px 30px;
    max-height: 90%;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    overflow-y: auto;
}

.popup-editinfo::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.popup-editinfo::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

.popup-editinfo::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--color1);
}

.popup-editinfo .content .title {
    margin-bottom: 32px;
    text-align: center;
}

.popup-editinfo .content .title h2 {
    font-weight: 700;
    color: var(--cltexth);
}

.popup-editinfo .fancybox-close-small {
    width: 36px;
    height: 36px;
    right: 15px;
    top: 10px;
    color: #333333;
}

.popup-editinfo .fancybox-close-small:hover {
    color: #c4171d;
}

.popup-editinfo .fancybox-close-small svg {
    opacity: 1;
}

.popup-editinfo .fancybox-close-small svg path {
    stroke-width: 2;
}

.popup-editinfo .form .form-group {
    width: 100%;
    height: 52px;
    padding: 6px 20px;
    margin-bottom: 16px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
}

.popup-editinfo .form .form-group.form-group-textarea {
    height: auto;
    margin-bottom: 30px;
}

.popup-editinfo .form .form-group input {
    width: 100%;
    height: 100%;
    outline: 0;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.popup-editinfo .form .form-group input::-webkit-input-placeholder {
    color: #828282;
}

.popup-editinfo .form .form-group input::-moz-placeholder {
    color: #828282;
}

.popup-editinfo .form .form-group input:-ms-input-placeholder {
    color: #828282;
}

.popup-editinfo .form .form-group input::-ms-input-placeholder {
    color: #828282;
}

.popup-editinfo .form .form-group input::placeholder {
    color: #828282;
}

.popup-editinfo .form .form-group select {
    width: 100%;
    height: 100%;
    outline: 0;
    font-size: 16px;
    line-height: 150%;
    color: #828282;
}

.popup-editinfo .form .form-group textarea {
    width: 100%;
    padding-top: 10px;
    outline: 0;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.popup-editinfo .form .form-group textarea::-webkit-input-placeholder {
    color: #828282;
}

.popup-editinfo .form .form-group textarea::-moz-placeholder {
    color: #828282;
}

.popup-editinfo .form .form-group textarea:-ms-input-placeholder {
    color: #828282;
}

.popup-editinfo .form .form-group textarea::-ms-input-placeholder {
    color: #828282;
}

.popup-editinfo .form .form-group textarea::placeholder {
    color: #828282;
}

.popup-editinfo .form .butt {
    width: 160px;
    margin-left: auto;
    margin-right: auto;
}

.popup-editpass {
    width: calc(100% - 30px);
    max-width: 1200px;
    padding: 40px 30px;
    max-height: 90%;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    overflow-y: scroll;
}

.popup-editpass::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.popup-editpass::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

.popup-editpass::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--color1);
}

.popup-editpass .content .title {
    margin-bottom: 32px;
    text-align: center;
}

.popup-editpass .content .title h2 {
    font-weight: 700;
    color: var(--cltexth);
}

.popup-editpass .fancybox-close-small {
    width: 36px;
    height: 36px;
    right: 15px;
    top: 10px;
    color: #333333;
}

.popup-editpass .fancybox-close-small:hover {
    color: #c4171d;
}

.popup-editpass .fancybox-close-small svg {
    opacity: 1;
}

.popup-editpass .fancybox-close-small svg path {
    stroke-width: 2;
}

.popup-editpass .bill-order {
    width: 100%;
    background: #ffffff;
}

.popup-editpass .bill-order h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    padding: 10px 20px;
    background: var(--color1);
    margin-bottom: 20px;
}

.popup-editpass .bill-order h4 {
    font-family: "DM Serif Display";
    font-size: 18px;
    font-weight: 600;
    color: var(--color1);
    margin-bottom: 30px;
}

.popup-editpass .bill-order .ctn-check-orderpaper {
    margin-bottom: 30px;
}

.popup-editpass .bill-order ul {
    padding-left: 10px;
}

.popup-editpass .bill-order ul li {
    margin-bottom: 8px;
    color: #4f4f4f;
}

.popup-editpass .bill-order strong {
    font-weight: 700;
}

.popup-editpass .bill-order .check-info-order {
    margin-bottom: 15px;
    position: relative;
    background: #ffffff;
    border: 1px solid var(--color1);
    border-radius: 4px;
    padding: 20px;
}

.popup-editpass .bill-order .time-order p {
    margin-bottom: 8px;
}

.popup-cart {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    overflow: hidden;
}

.popup-cart .background-cart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(41.82%, rgba(4, 9, 37, 0.85)),
        color-stop(95.61%, rgba(15, 19, 44, 0))
    );
    background: linear-gradient(
        90deg,
        rgba(4, 9, 37, 0.85) 41.82%,
        rgba(15, 19, 44, 0) 95.61%
    );
}

.popup-cart .content-box {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 465px;
    background: #ffffff;
    overflow: hidden;
    margin-left: auto;
    margin-right: 0;
    padding: 47px 24px;
    z-index: 2;
}

.popup-cart .content-box .close-cart {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.popup-cart .content-box .title-cart {
    width: 100%;
    padding-bottom: 14px;
    border-bottom: 1px solid #cfcece;
}

.popup-cart .content-box .title-cart h2 {
    font-family: "Times New Roman";
    font-weight: 700;
    color: #000852;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
}

.popup-cart .content-box .title-cart h2 span {
    font-family: "Times New Roman";
    font-weight: 700;
    color: #828282;
}

.popup-cart .content-box .list-product-cart {
    max-height: calc(100% - 260px);
    overflow-y: scroll;
    padding-right: 10px;
}

.popup-cart .content-box .list-product-cart::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.popup-cart .content-box .list-product-cart::-webkit-scrollbar {
    width: 3px;
    background-color: #f5f5f5;
}

.popup-cart .content-box .list-product-cart::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #303ca8;
}

.popup-cart .content-box .list-product-cart .item-product {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #cfcece;
}

.popup-cart .content-box .list-product-cart .item-product .top-item {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.popup-cart .content-box .list-product-cart .item-product .top-item .image {
    max-width: 100px;
    min-width: 100px;
}

.popup-cart
    .content-box
    .list-product-cart
    .item-product
    .top-item
    .image
    .img {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    background: #ebecf4;
}

.popup-cart
    .content-box
    .list-product-cart
    .item-product
    .top-item
    .image
    .img
    img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%) scale(1.5, 1.5);
    transform: translate(-50%, -50%) scale(1.5, 1.5);
    max-width: 80%;
    max-height: 80%;
    -o-object-fit: cover;
    object-fit: cover;
}

.popup-cart
    .content-box
    .list-product-cart
    .item-product
    .top-item
    .desc-box-item {
    width: 100%;
    padding-left: 20px;
    padding-right: 30px;
}

.popup-cart
    .content-box
    .list-product-cart
    .item-product
    .top-item
    .desc-box-item
    h5 {
    font-family: "Times New Roman";
    font-weight: 700;
    color: var(--color1);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.popup-cart
    .content-box
    .list-product-cart
    .item-product
    .top-item
    .desc-box-item
    p {
    font-weight: 500;
    color: #828282;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.popup-cart
    .content-box
    .list-product-cart
    .item-product
    .top-item
    .remove-pro {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.popup-cart
    .content-box
    .list-product-cart
    .item-product
    .top-item
    .remove-pro
    svg {
    color: #828282;
}

.popup-cart
    .content-box
    .list-product-cart
    .item-product
    .top-item
    .remove-pro:hover
    svg {
    color: #da3737;
}

.popup-cart .content-box .list-product-cart .item-product .bott-item {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

.popup-cart
    .content-box
    .list-product-cart
    .item-product
    .bott-item
    .custom-btn-numbers
    .form-numbers {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popup-cart
    .content-box
    .list-product-cart
    .item-product
    .bott-item
    .custom-btn-numbers
    .form-numbers
    .value-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #bdbdbd;
    color: rgba(0, 0, 0, 0.5411764706);
    margin: 0px;
    width: 65px;
    height: 45px;
    text-align: center;
    vertical-align: middle;
    font-size: 36px;
    font-weight: 500;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.popup-cart
    .content-box
    .list-product-cart
    .item-product
    .bott-item
    .custom-btn-numbers
    .form-numbers
    .value-button:hover {
    cursor: pointer;
}

.popup-cart
    .content-box
    .list-product-cart
    .item-product
    .bott-item
    .custom-btn-numbers
    .form-numbers
    #decrease {
    border-radius: 50px 0 0 50px;
}

.popup-cart
    .content-box
    .list-product-cart
    .item-product
    .bott-item
    .custom-btn-numbers
    .form-numbers
    #increase {
    border-radius: 0 50px 50px 0;
}

.popup-cart
    .content-box
    .list-product-cart
    .item-product
    .bott-item
    .custom-btn-numbers
    .form-numbers
    #input-wrap {
    margin: 0px;
    padding: 0px;
}

.popup-cart
    .content-box
    .list-product-cart
    .item-product
    .bott-item
    .custom-btn-numbers
    .form-numbers
    input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    margin: 0px;
    width: 65px;
    height: 45px;
}

.popup-cart
    .content-box
    .list-product-cart
    .item-product
    .bott-item
    .custom-btn-numbers
    .form-numbers
    input[type="number"]::-webkit-inner-spin-button,
.popup-cart
    .content-box
    .list-product-cart
    .item-product
    .bott-item
    .custom-btn-numbers
    .form-numbers
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.popup-cart
    .content-box
    .list-product-cart
    .item-product
    .bott-item
    .custom-btn-numbers
    .desc {
    font-weight: 400;
    color: #828282;
}

.popup-cart
    .content-box
    .list-product-cart
    .item-product
    .bott-item
    .price-box {
    text-align: right;
}

.popup-cart
    .content-box
    .list-product-cart
    .item-product
    .bott-item
    .price-box
    .price {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    color: var(--color2);
    margin-bottom: 8px;
}

.popup-cart
    .content-box
    .list-product-cart
    .item-product
    .bott-item
    .price-box
    .price-maker {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    opacity: 0.5;
    text-decoration-line: line-through;
    color: #000852;
}

.popup-cart .content-box .box-total {
    width: 100%;
    padding-top: 30px;
}

.popup-cart .content-box .box-total .total-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px;
}

.popup-cart .content-box .box-total .total-top .total-title {
    font-family: "Times New Roman";
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.popup-cart .content-box .box-total .total-top .total-price {
    font-weight: 600;
    color: var(--color2);
}

.popup-cart .content-box .box-total .butt {
    width: 100%;
    height: 60px;
}

.popup-cart .content-box .box-total .butt span {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.01em;
}

.popup-cart .content-box .box-total .desc-box-total {
    margin-top: 30px;
    text-align: center;
    font-weight: 400;
    color: #828282;
}

@media (max-width: 1300px) {
    .title48 {
        font-size: 46px;
    }

    .title42 {
        font-size: 40px;
    }

    .title40 {
        font-size: 39px;
    }

    .title36 {
        font-size: 35px;
    }

    .title35 {
        font-size: 34px;
    }

    .title32 {
        font-size: 31px;
    }

    .title30 {
        font-size: 29px;
    }

    .title28 {
        font-size: 27px;
    }

    .title26 {
        font-size: 25px;
    }

    .title25 {
        font-size: 24px;
    }

    .title-standard h2 {
        font-size: 36px;
    }
}

@media (max-width: 1199px) {
    .title48 {
        font-size: 42px;
    }

    .title42 {
        font-size: 38px;
    }

    .title40 {
        font-size: 37px;
    }

    .title36 {
        font-size: 33px;
    }

    .title35 {
        font-size: 31px;
    }

    .title32 {
        font-size: 30px;
    }

    .title30 {
        font-size: 26px;
    }

    .title28 {
        font-size: 25px;
    }

    .title26 {
        font-size: 24px;
    }

    .title25 {
        font-size: 23px;
    }

    .title24 {
        font-size: 23px;
    }

    .title22 {
        font-size: 21px;
    }

    .title21 {
        font-size: 20px;
    }

    .title20 {
        font-size: 19px;
    }
}

@media screen and (max-width: 991px) {
    .breadcrumb {
        margin: 30px 0;
    }

    .title48 {
        font-size: 34px;
    }

    .title42 {
        font-size: 31px;
    }

    .title40 {
        font-size: 28px;
    }

    .title36 {
        font-size: 27px;
    }

    .title35 {
        font-size: 26px;
    }

    .title32 {
        font-size: 27px;
    }

    .title30 {
        font-size: 24px;
    }

    .title26 {
        font-size: 22px;
    }

    .title25 {
        font-size: 21px;
    }

    .title24 {
        font-size: 20px;
    }

    .title22 {
        font-size: 19px;
    }

    .title18 {
        font-size: 17px;
    }

    .title17 {
        font-size: 16px;
    }

    .title16 {
        font-size: 15px;
    }

    .title15 {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .product-item > div .name-item {
        font-size: 21px;
    }

    .breadcrumb {
        margin: 20px 0;
    }

    .list-news .item-news .item-detail .title-new {
        font-size: 18px;
    }

    .heading-text-input h1,
    .heading-text-input h2,
    .heading-text-input h3,
    .heading-text-input h4,
    .heading-text-input h5,
    .heading-text-input h6 {
        zoom: 0.9;
    }

    .title48 {
        font-size: 28px;
    }

    .title42 {
        font-size: 28px;
    }

    .title40 {
        font-size: 26px;
    }

    .title36 {
        font-size: 24px;
    }

    .title35 {
        font-size: 24px;
    }

    .title32 {
        font-size: 23px;
    }

    .title30 {
        font-size: 22px;
    }

    .title28 {
        font-size: 21px;
    }

    .title26 {
        font-size: 20px;
    }

    .title25 {
        font-size: 20px;
    }

    .title24 {
        font-size: 19px;
    }

    .title22 {
        font-size: 18px;
    }

    .title21 {
        font-size: 18px;
    }

    .title20 {
        font-size: 17px;
    }

    .title18 {
        font-size: 16px;
    }

    .title17 {
        font-size: 15px;
    }

    .title16 {
        font-size: 14px;
    }
}

@media screen and (max-width: 575px) {
    .popup-editinfo {
        width: calc(100% - 20px);
        padding: 40px 10px;
        max-height: 96%;
        border-radius: 10px;
    }

    .popup-editinfo .fancybox-close-small {
        top: 0;
        right: 0;
    }

    .popup-editinfo .title-site {
        margin-bottom: 30px;
    }

    .popup-editinfo .form .form-group {
        height: 46px;
        padding: 3px 12px;
        border-radius: 3px;
    }

    .popup-editinfo .form .form-group input {
        font-size: 14px;
    }

    .popup-editinfo .form .form-group select {
        font-size: 14px;
    }

    .popup-editinfo .form .form-group textarea {
        font-size: 14px;
    }

    .popup-editpass {
        width: calc(100% - 20px);
        padding: 40px 10px;
        max-height: 96%;
        border-radius: 10px;
    }

    .popup-editpass .fancybox-close-small {
        top: 0;
        right: 0;
    }

    .popup-editpass .title-site {
        margin-bottom: 30px;
    }

    .popup-editpass .bill-order .check-info-order {
        padding: 12px;
    }
}

@media screen and (max-width: 500px) {
    .product-item > div .name-item {
        font-size: 20px;
    }

    .popup-cart .content-box {
        padding: 47px 12px 20px 12px;
    }

    .popup-cart .content-box .list-product-cart {
        max-height: calc(100% - 200px);
    }

    .popup-cart .content-box .list-product-cart .item-product {
        padding-top: 18px;
    }

    .popup-cart .content-box .list-product-cart .item-product .bott-item {
        gap: 12px;
    }

    .popup-cart .content-box .box-total .desc-box-total {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .heading-text-input h1,
    .heading-text-input h2,
    .heading-text-input h3,
    .heading-text-input h4,
    .heading-text-input h5,
    .heading-text-input h6 {
        zoom: 0.8;
    }

    .title48 {
        font-size: 24px;
    }

    .title42 {
        font-size: 22px;
    }

    .title40 {
        font-size: 21px;
    }

    .title36 {
        font-size: 20px;
    }

    .title35 {
        font-size: 20px;
    }

    .title32 {
        font-size: 19px;
    }

    .title30 {
        font-size: 18px;
    }

    .title28 {
        font-size: 17px;
    }

    .title26 {
        font-size: 17px;
    }

    .title25 {
        font-size: 16.5px;
    }

    .title24 {
        font-size: 16.5px;
    }

    .title22 {
        font-size: 16px;
    }

    .title21 {
        font-size: 15px;
    }

    .title20 {
        font-size: 15px;
    }
}

@media (max-width: 400px) {
    .heading-text-input h1,
    .heading-text-input h2,
    .heading-text-input h3,
    .heading-text-input h4,
    .heading-text-input h5,
    .heading-text-input h6 {
        zoom: 0.7;
    }
}

.butt {
    font-style: normal;
    line-height: 120%;
    border-radius: 20px 0 20px 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.butt_buynow {
    position: relative;
    width: 170px;
    height: 55px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ec1474),
        color-stop(50.52%, #fbbacc),
        to(#e91473)
    );
    background: linear-gradient(
        90deg,
        #ec1474 0%,
        #fbbacc 50.52%,
        #e91473 100%
    );
    border: 2px solid #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 20px 35px rgba(236, 20, 116, 0.25);
    box-shadow: 0px 20px 35px rgba(236, 20, 116, 0.25);
    border-radius: 100px;
    z-index: 2;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    color: #ffffff;
}

.butt_buynow::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -7px;
    left: 0;
    background: #ec1474;
    border-radius: inherit;
    -webkit-transform: translate3d(0, 0.75em, -1em);
    transform: translate3d(0, 0.75em, -1em);
}

.butt_sm {
    width: 175px;
    height: 50px;
    gap: 12px;
}

.butt_sm span {
    font-weight: 600;
    text-transform: uppercase;
}

.butt_md {
    width: 193px;
    height: 50px;
    gap: 12px;
}

.butt_md span {
    font-weight: 600;
    text-transform: uppercase;
}

.butt_transparent {
    background: transparent;
    color: #000852;
    border: 1px solid #000852;
}

.butt_transparent:hover {
    border: 1px solid #bf923d;
    background: #bf923d;
    color: #ffffff;
}

.butt_color1 {
    background: #000852;
    color: #ffffff;
}

.butt_color1:hover {
    border: 1px solid #000852;
    background: #ffffff;
    color: #000852;
}

.butt_yellow {
    background: #bf923d;
    color: #ffffff;
}

.butt_yellow:hover {
    border: 1px solid #000852;
    background: #ffffff;
    color: #000852;
}

.butt_gray {
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
    color: #333333;
}

.butt_gray:hover {
    border: 1px solid #bf923d;
    background: #bf923d;
    color: #ffffff;
}

.butt_purple {
    border: 1px solid #9b51e0;
    background: transparent;
    color: #9b51e0;
}

.butt_purple span {
    text-transform: math-auto;
    font-weight: 700;
}

.butt_purple:hover {
    background: #9b51e0;
    color: #ffffff;
}

.butt_green {
    border: 1px solid #219653;
    background: transparent;
    color: #219653;
}

.butt_green span {
    text-transform: math-auto;
    font-weight: 700;
}

.butt_green:hover {
    background: #219653;
    color: #ffffff;
}

.butt_oran {
    background: linear-gradient(95.57deg, #ff5300 -37.71%, #ffc700 137.71%);
    color: #ffffff;
}

.butt_oron {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(2.4%, #ff5300),
        to(#ffc700)
    );
    background: linear-gradient(90deg, #ff5300 2.4%, #ffc700 100%);
    color: #ffffff;
}

.butt_wran {
    background: #ffffff;
    color: #ff6400;
    border: 1px solid #ff6400;
}

.butt_wite {
    color: #ffffff;
    border: 1px solid #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    border-radius: 50px;
}

.butt:hover_wite {
    color: #6ea820;
    border: 1px solid #6ea820;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    border-radius: 50px;
}

@media screen and (max-width: 767px) {
    .butt_sm {
        width: 170px;
    }
}

.head_site {
    position: relative;
    width: 100%;
    z-index: 999;
    border-top: 8px solid #000852;
    background: white;
}

.head_site .shadow-open-menu {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.51);
    z-index: 999;
    display: none;
}

.head_site .language-box {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 60px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #bdbdbd;
    display: none;
}

.head_site .language-box .select {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 26px;
    gap: 11px;
    cursor: pointer;
}

.head_site .language-box .select .flag {
    min-width: 27px;
    max-width: 27px;
    height: 27px;
    overflow: hidden;
    border-radius: 100%;
}

.head_site .language-box .select .flag img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}

.head_site .language-box .select span {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    color: #1f2124;
}

.head_site .language-box .select .icon-down {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.head_site .language-box .hidden-select {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    min-width: 180px;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
        0 1px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
        0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.head_site .language-box .hidden-select .select {
    padding: 10px 10px 10px 20px;
}

.head_site .language-box .hidden-select .select:hover {
    background: var(--color2);
}

.head_site .language-box .hidden-select .select:hover span {
    color: #ffffff;
}

.head_site .container-header {
    width: 100%;
    max-width: 1400px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
}

.head_site::before {
    content: "";
    width: 100%;
    height: 3px;
    background: linear-gradient(
        83.2deg,
        #936525 10.38%,
        #d4a054 19.53%,
        #ac7c37 36.01%,
        #d9ac67 47.9%,
        #e7cf9b 58.88%,
        #c59754 77.18%,
        #b27f36 85.42%,
        #966927 93.65%
    );
    position: absolute;
    left: 0;
    bottom: 0;
}

.head_site .header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 70px;
}

.head_site .header .box-left-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding-left: 30px;
}

.head_site .header .box-left-btn a {
    cursor: pointer;
}

.head_site .header .logo {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
}

.head_site .header .logo img {
    max-height: 90%;
}

.head_site .header .menu-top {
    width: 100%;
    z-index: 9999;
}

.head_site .header .menu-top .iconmenu {
    display: none;
}

.head_site .header .menu-top .menu-wrapper {
    display: none;
    float: right;
    overflow: hidden;
    max-width: 100%;
    cursor: pointer;
}

.head_site .header .menu-top .menu-wrapper .hamburger {
    z-index: 3;
    position: relative;
    width: 25px;
    height: 30px;
    margin: 15px;
    margin: 7px 0 5px 0;
}

.head_site .header .menu-top .menu-wrapper .hamburger span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: #000000;
    background-color: #000000;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.head_site .header .menu-top .main-menu {
    position: relative;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.head_site .header .menu-top .main-menu .button-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    border-bottom: 1px solid #cfcece;
}

.head_site .header .menu-top .main-menu .button-close svg {
    color: #2e3a59;
}

.head_site .header .menu-top .main-menu .box-list-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.head_site .header .menu-top .main-menu li {
    text-transform: uppercase;
    padding: 25px 0;
    position: relative;
}

.head_site .header .menu-top .main-menu li .icon-angle-down {
    position: absolute;
    top: 22px;
    right: 0;
    line-height: 0;
}

.head_site .header .menu-top .main-menu li .link {
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    color: #1f2124;
    position: relative;
    text-decoration: none;
}

.head_site .header .menu-top .main-menu li .sub-menu-1 {
    display: none;
    position: absolute;
    width: 232px;
    top: 100%;
    left: 0;
    padding: 10px 0;
    background: #ffffff;
    z-index: 10;
}

.head_site .header .menu-top .main-menu li .sub-menu-1 .a-lv-1 {
    float: left;
    width: 100%;
    position: relative;
}

.head_site .header .menu-top .main-menu li .sub-menu-1 .a-lv-1 a {
    margin-bottom: 0px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    font-weight: normal;
    text-decoration: none;
    text-transform: none !important;
    color: #1f2124;
}

.head_site .header .menu-top .main-menu li .sub-menu-1 .a-lv-1:hover a {
    color: var(--color1);
}

.head_site .header .menu-top .main-menu li .sub-menu-1 .a-lv-1:hover .menu2 {
    display: block;
}

.head_site .header .menu-top .main-menu li .sub-menu-1 .a-lv-1 .menu2 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 232px;
    background: #ffffff;
    z-index: 10;
    padding-left: 25px;
    padding-bottom: 5px;
}

.head_site .header .menu-top .main-menu li .sub-menu-1 .a-lv-1 .menu2 a {
    margin-bottom: 0px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    font-weight: normal;
    text-decoration: none;
    text-transform: none !important;
    color: #424242;
}

.head_site .header .menu-top .main-menu li .sub-menu-1 .a-lv-1 .menu2 a:hover {
    color: var(--color1);
}

.head_site
    .header
    .menu-top
    .main-menu
    li
    .sub-menu-1
    .a-lv-1
    .menu2
    a:last-child
    a {
    border-bottom: 0;
}

.head_site .header .menu-top .main-menu li .sub-menu-1 .fa-angle {
    position: relative;
}

.head_site .header .menu-top .main-menu li .sub-menu-1 .fa-angle:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 13px;
    right: 15px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-transform: rotateZ(135deg);
    transform: rotateZ(135deg);
}

.head_site .header .menu-top .main-menu li .sub-menu-1 .fa-angle:hover::before {
    border-top: 1px solid var(--color1);
    border-right: 1px solid var(--color1);
}

.head_site .header .menu-top .main-menu li .fa-angle-down {
    position: absolute;
    top: 6px;
    right: 0px;
}

.head_site .header .menu-top .main-menu li .fa-angle-down::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 6px;
    left: 6px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-transform: rotateZ(135deg);
    transform: rotateZ(135deg);
}

.head_site .header .menu-top .main-menu li:hover .sub-menu-1 {
    display: block;
}

.head_site .header .menu-top .main-menu li:hover .icon-angle-down {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.head_site.croll {
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
}

@media (min-width: 1200px) {
    .head_site .header .logo {
        z-index: 10000;
    }

    .head_site .header .menu-top .main-menu li .icon-angle-down {
        display: none;
    }

    .head_site .header .menu-top .main-menu .button-close {
        display: none;
    }

    .head_site .language-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 1700px) {
    .head_site::after {
        content: url("../img/befu.png");
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 1399px) {
    .head_site .header .menu-top .main-menu li .link {
        font-size: 14px;
    }

    .head_site .header .menu-top .main-menu .box-left-btn {
        gap: 16px;
        padding-left: 20px;
    }
}

@media (max-width: 1199px) {
    .head_site .header {
        height: 50px;
        position: relative;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }

    .head_site .header .menu-top {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        position: absolute;
        left: 0px;
        margin-top: 8px;
    }

    .head_site .header .menu-top .iconmenu {
        display: block;
    }

    .head_site .header .menu-top .menu-wrapper {
        display: block;
    }

    .head_site .header .menu-top .menu-wrapper .hamburger span:nth-child(1) {
        top: 0;
    }

    .head_site .header .menu-top .menu-wrapper .hamburger span:nth-child(2) {
        top: 9px;
    }

    .head_site .header .menu-top .menu-wrapper .hamburger span:nth-child(3) {
        top: 18px;
    }

    .head_site .header .menu-top .menu-wrapper .open span:nth-child(1) {
        -webkit-transform: translateY(9px) rotate(135deg);
        transform: translateY(9px) rotate(135deg);
    }

    .head_site .header .menu-top .menu-wrapper .open span:nth-child(2) {
        opacity: 0;
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px);
    }

    .head_site .header .menu-top .menu-wrapper .open span:nth-child(3) {
        -webkit-transform: translateY(-9px) rotate(-135deg);
        transform: translateY(-9px) rotate(-135deg);
    }

    .head_site .header .menu-top .main-menu {
        padding: 20px 10px;
        top: 0;
        left: 0;
        display: block;
        position: fixed;
        background: #ffffff;
        -webkit-box-shadow: rgba(100, 100, 100, 0.2) 6px 2px 10px;
        box-shadow: rgba(100, 100, 100, 0.2) 6px 2px 10px;
        z-index: 10001;
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: scroll;
        scrollbar-width: none;
        margin: 0 0 0 0;
        height: 100%;
        width: 400px;
        display: none;
    }

    .head_site .header .menu-top .main-menu .box-list-menu {
        display: -ms-grid;
        display: grid;
        gap: 0;
    }

    .head_site .header .menu-top .main-menu .menu-link {
        width: 100%;
        padding: 22px 0px 22px 25px;
        line-height: 55px;
        float: left;
        border-bottom: 1px solid #ebebeb;
        position: relative;
    }

    .head_site .header .menu-top .main-menu .menu-link .link {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        font-size: 16px;
        color: #1f2124;
        font-weight: 500;
        float: left;
    }

    .head_site .header .menu-top .main-menu .menu-link .link::after {
        display: none;
    }

    .head_site .header .menu-top .main-menu .menu-link .link:hover {
        color: var(--color1);
    }

    .head_site .header .menu-top .main-menu .menu-link .sub-menu-1 {
        position: relative;
        float: left;
        width: 100%;
        top: auto;
        left: auto;
    }

    .head_site .header .menu-top .main-menu .menu-link .sub-menu-1 .a-lv-1 {
        padding-left: 15px;
    }

    .head_site .header .menu-top .main-menu .menu-link .sub-menu-1 .a-lv-1 a {
        padding: 0 30px;
        position: relative;
    }

    .head_site
        .header
        .menu-top
        .main-menu
        .menu-link
        .sub-menu-1
        .a-lv-1
        a::before {
        position: absolute;
        content: "►";
        left: 5px;
        top: 0;
        font-size: 14px;
        color: #ccc;
    }

    .head_site
        .header
        .menu-top
        .main-menu
        .menu-link
        .sub-menu-1
        .a-lv-1
        .menu2 {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 10px;
        background: #ffffff;
    }

    .head_site
        .header
        .menu-top
        .main-menu
        .menu-link
        .sub-menu-1
        .a-lv-1
        .menu2
        a {
        padding: 0 30px;
    }

    .head_site
        .header
        .menu-top
        .main-menu
        .menu-link
        .sub-menu-1
        .fa-angle::before {
        top: 25px;
    }
}

@media screen and (max-width: 490px) {
    .head_site .header .menu-top .main-menu {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .head_site .header .menu-top .main-menu .menu-link .link {
        font-size: 16px;
    }
}

/* css body */
.site_form_sign_login {
    background-image: url("../../driphydration/img/login-bg.png");
    background-size: cover;
    padding: 120px 0;
}

.site_form_sign_login .item-login {
    width: 1144px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 4px 53px 0px rgba(29, 39, 87, 0.12);
    box-shadow: 0px 4px 53px 0px rgba(29, 39, 87, 0.12);
}

.site_form_sign_login .item-login .login_form {
    width: 50%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    padding: 38px;
    background: white;
}

.site_form_sign_login .item-login .login_form .img_logo-login {
    text-align: center;
}

.site_form_sign_login .item-login .login_form .form .title-form {
    font-size: 32px;
    line-height: 120%;
    font-style: normal;
    font-weight: bold;
    color: #000852;
    margin-top: 48px;
    margin-bottom: 26px;
    text-align: center;
    text-transform: uppercase;
}

.site_form_sign_login .item-login .login_form .form .form-input {
    width: 100%;
    margin-bottom: 15px;
    display: -ms-grid;
    display: grid;
    gap: 12px;
}

.site_form_sign_login .item-login .login_form .form .form-input label {
    width: 100%;
    height: 60px;
    display: block;
}

.site_form_sign_login .item-login .login_form .form .form-input input {
    width: 100%;
    height: 100%;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: #333333;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-repeat: no-repeat;
    padding-left: 53px;
    background-position: 23px 50%;
}

.site_form_sign_login
    .item-login
    .login_form
    .form
    .form-input
    input::-webkit-input-placeholder {
    color: #828282;
}

.site_form_sign_login
    .item-login
    .login_form
    .form
    .form-input
    input::-moz-placeholder {
    color: #828282;
}

.site_form_sign_login
    .item-login
    .login_form
    .form
    .form-input
    input:-ms-input-placeholder {
    color: #828282;
}

.site_form_sign_login
    .item-login
    .login_form
    .form
    .form-input
    input::-ms-input-placeholder {
    color: #828282;
}

.site_form_sign_login
    .item-login
    .login_form
    .form
    .form-input
    input::placeholder {
    color: #828282;
}

.site_form_sign_login
    .item-login
    .login_form
    .form
    .login-form
    input#Users_phone {
    background-image: url("../img/phone_outline.png");
}

.site_form_sign_login
    .item-login
    .login_form
    .form
    .login-form
    input#LoginForm_password {
    background-image: url("../img/bf-bg1.png");
}

.site_form_sign_login
    .item-login
    .login_form
    .form
    .singup-form
    input#LoginForm_username {
    background-image: url("../img/user.png");
}

.site_form_sign_login
    .item-login
    .login_form
    .form
    .singup-form
    input#Users_email {
    background-image: url("../img/mail.png");
}

.site_form_sign_login
    .item-login
    .login_form
    .form
    .singup-form
    input#LoginForm_password {
    background-image: url("../img/bf-bg1.png");
}

.site_form_sign_login .item-login .login_form .form .btn-singup .butt_log {
    width: 100%;
    text-decoration: none;
    width: 100%;
    text-decoration: none;
}

.site_form_sign_login .item-login .login_form .form .click-qmk {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.site_form_sign_login .item-login .login_form .form .click-qmk label {
    cursor: pointer;
    margin-right: 50px;
    margin-bottom: 0;
}

.site_form_sign_login .item-login .login_form .form .click-qmk label input {
    display: none;
}

.site_form_sign_login
    .item-login
    .login_form
    .form
    .click-qmk
    label
    input[type="checkbox"]:checked
    + p::before {
    border: 1px solid var(--color1);
}

.site_form_sign_login
    .item-login
    .login_form
    .form
    .click-qmk
    label
    input[type="checkbox"]:checked
    + p:after {
    visibility: visible;
    opacity: 1;
}

.site_form_sign_login .item-login .login_form .form .click-qmk label p {
    font-style: normal;
    font-weight: 400;
    color: var(--gray2);
    padding-left: 28px;
    position: relative;
    margin-bottom: 10px;
}

.site_form_sign_login .item-login .login_form .form .click-qmk label p span {
    color: var(--color1);
    font-weight: 700;
}

.site_form_sign_login .item-login .login_form .form .click-qmk label p:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid var(--gray3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px;
    background: var(--white);
    -webkit-transition: all 0.275s;
    transition: all 0.275s;
}

.site_form_sign_login .item-login .login_form .form .click-qmk label p:after {
    visibility: hidden;
    opacity: 0;
    content: "";
    position: absolute;
    top: 7px;
    left: 3px;
    border-radius: 15px;
    width: 9.6px;
    height: 9.6px;
    background: var(--color1);
    line-height: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.site_form_sign_login .item-login .login_form .form .click-qmk a {
    text-decoration: none;
    font-weight: normal;
    color: #2f80ed;
    margin-bottom: 10px;
}

.site_form_sign_login .item-login .login_form .form .btn-login-register a {
    text-decoration: none;
}

.site_form_sign_login .item-login .login_form .form .butt_login {
    width: 100%;
    height: 50px;
    font-weight: 600;
    text-transform: uppercase;
}

.site_form_sign_login .item-login .login_form .form .acc-texing {
    text-align: center;
    color: #4f4f4f;
    margin-top: 20px;
}

.site_form_sign_login .item-login .login_form .form .acc-texing a {
    color: #2f80ed;
}

.site_form_sign_login .item-login .img_login {
    width: 50%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    display: none;
}

.site_form_sign_login .item-login .img_login img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}

.title-site {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.title-site .title-text {
    position: relative;
    font-family: "DM Serif Display";
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: #000852;
    padding-bottom: 20px;
}

.title-site .title-text::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    width: 113px;
    max-width: 100%;
    height: 8px;
    background: #bf923d;
}

.title-site p {
    margin-top: 30px;
    color: var(--cltexth);
}

.title-site.title-left {
    text-align: left;
    max-width: 100%;
}

.title-site.title-left .title-text::before {
    left: 0%;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.title-site.title-white .title-text {
    color: white;
}

.banner-site-page {
    position: relative;
    width: 100%;
    z-index: 1;
}

.banner-site-page.banner-site-page-account {
    z-index: 2;
}

.banner-site-page .slidein-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner-site-page .slidein-banner::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(11.49%, rgba(0, 8, 82, 0)),
        to(rgba(0, 5, 51, 0.8))
    );
    background: linear-gradient(
        180deg,
        rgba(0, 8, 82, 0) 11.49%,
        rgba(0, 5, 51, 0.8) 100%
    );
    z-index: 2;
}

.banner-site-page .slidein-banner .item {
    z-index: 1;
    width: 100%;
    padding-top: 25%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.banner-site-page .slidein-banner .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-site-page .link-page {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
    z-index: 3;
}

.banner-site-page .link-page.link-page-account {
    bottom: 20px;
}

.banner-site-page .link-page.link-page-account .container-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.banner-site-page .link-page .title-banner {
    color: #fff;
    text-transform: uppercase;
    font-family: "Times New Roman";
    font-size: 64px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
}

.banner-site-page .link-page .image-avata {
    min-width: 210px;
    max-width: 210px;
    margin-left: 20px;
    overflow: hidden;
}

.banner-site-page .link-page .image-avata .img {
    width: 100%;
    padding-top: 100%;
    background: #ffffff;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
}

.banner-site-page .link-page .image-avata .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-site-page .link-page .account_text {
    color: #ffffff;
    padding-left: 60px;
}

.banner-site-page .link-page .account_text .name-text {
    font-size: 32px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 10px;
}

.banner-site-page .link-page .account_text .address-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
}

.slick-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    width: 27px;
    height: 27px;
    border-radius: 100%;
    border: none;
    background: transparent;
    margin: 0 3px;
    cursor: pointer;
}

.slick-dots li::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background: #d8d8d8;
}

.slick-dots li button {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.slick-dots li.slick-active {
    border: 1px solid #bf923d;
}

.slick-dots li.slick-active::before {
    background: #bf923d;
}

.slick-prev {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: -11px;
    top: 50%;
    bottom: auto;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 99;
    border: none;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
    padding: 0;
    outline: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
    border: 1px solid #ffffff;
}

.slick-prev::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: #bdbdbd;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
}

.slick-prev::before {
    content: url("../img/prev.png");
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 26px;
    height: 21px;
    opacity: 1;
    line-height: 0;
}

.slick-prev:hover {
    border: 1px solid var(--color2);
}

.slick-prev:hover::after {
    opacity: 1;
    background: var(--color2);
}

.slick-next {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: -11px;
    top: 50%;
    bottom: auto;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    z-index: 99;
    border: none;
    border-radius: 100%;
    margin: auto;
    padding: 0;
    outline: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
    border: 1px solid #ffffff;
}

.slick-next::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: #bdbdbd;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
}

.slick-next::before {
    content: url("../img/next.png");
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 26px;
    height: 21px;
    opacity: 1;
    line-height: 0;
}

.slick-next:hover {
    border: 1px solid var(--color2);
}

.slick-next:hover::after {
    opacity: 1;
    background: var(--color2);
}

.section-list-achievement {
    width: 100%;
    overflow: hidden;
    padding-top: 74px;
    background-image: url("../img/ch2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.section-list-achievement .title-site {
    margin-bottom: 74px;
}

.section-list-achievement .container-custom {
    position: relative;
}

.section-list-achievement .container-custom .stt {
    position: absolute;
    bottom: -90px;
    right: 0;
    font-size: 300px;
    font-weight: 600;
    line-height: 365.7px;
    opacity: 0.1;
    z-index: 1;
    text-shadow: 4px 0 #fff, -4px 0 #fff, 0 4px #fff, 0 -4px #fff, 3px 3px #fff,
        -3px -3px #fff, 3px -3px #fff, -3px 3px #fff;
}

.section-list-achievement .slide-achievement {
    width: 100%;
    padding-bottom: 80px;
    position: relative;
    z-index: 2;
}

.section-list-achievement .slide-achievement .pro-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-list-achievement .slide-achievement .pro-content .image {
    position: relative;
    width: 50%;
    padding: 4px;
    border-radius: 3px;
    overflow: hidden;
}

.section-list-achievement .slide-achievement .pro-content .image::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(
        83.2deg,
        #d4a054 3.52%,
        #ac7c37 29.14%,
        #d9ac67 53.39%,
        #e7cf9b 69.41%,
        #966927 93.65%
    );
}

.section-list-achievement .slide-achievement .pro-content .image .img {
    border: 10px solid #ffffff;
    width: 100%;
    padding-top: 65%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.section-list-achievement .slide-achievement .pro-content .image .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-list-achievement .slide-achievement .pro-content .context {
    width: 50%;
    padding-left: 80px;
}

.section-list-achievement .slide-achievement .pro-content .context h3 {
    font-weight: 600;
    letter-spacing: 0em;
    text-align: left;
    color: #0047ff;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.section-list-achievement .slide-achievement .pro-content .context .title-pro {
    font-size: 50px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    background: linear-gradient(
        83.2deg,
        #936525 10.38%,
        #d4a054 19.53%,
        #ac7c37 36.01%,
        #d9ac67 47.9%,
        #e7cf9b 58.88%,
        #c59754 77.18%,
        #b27f36 85.42%,
        #966927 93.65%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-list-achievement .slide-achievement .slick-prev {
    left: 0;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.section-list-achievement .slide-achievement .slick-next {
    right: 0;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
}

.section_bann_home {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.section_bann_home .main_bann_col0_slide {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}

.section_bann_home .main_bann_col0_slide .slick-slide > div {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section_bann_home .main_bann_col0_slide .slick-dots {
    bottom: 70px;
}

.section_bann_home .main_bann_col0_slide .item_background {
    width: 100%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.section_bann_home .main_bann_col0_slide .item_background .images {
    position: relative;
    width: 100%;
    z-index: 1;
}

.section_bann_home .main_bann_col0_slide .item_background .images .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.section_bann_home
    .main_bann_col0_slide
    .item_background
    .images
    .icon-play
    .img {
    width: 100%;
    height: 100%;
}

.section_bann_home .main_bann_col0_slide .item_background .images .img {
    width: 100%;
    padding-top: 56.3%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.section_bann_home .main_bann_col0_slide .item_background .images .img img,
.section_bann_home .main_bann_col0_slide .item_background .images .img video,
.section_bann_home .main_bann_col0_slide .item_background .images .img iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section_bann_home .main_bann_col0_slide .item_background .box-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.section_bann_home .main_bann_col0_slide .item_background .box-content .max-cn {
    width: 100%;
    max-width: 613px;
}

.section_bann_home
    .main_bann_col0_slide
    .item_background
    .box-content
    .butt_yellow {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    padding: 18px 27px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.section_bann_home
    .main_bann_col0_slide
    .item_background
    .box-content
    .desc-box {
    color: #ffffff;
    margin-bottom: 50px;
}

.section_bann_home
    .main_bann_col0_slide
    .item_background
    .box-content
    .desc-box
    .title-box {
    font-family: "DFVN Big Bang";
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 30px;
}

.section_bann_home
    .main_bann_col0_slide
    .item_background
    .box-content
    .desc-box
    .description {
    width: 60%;
}

.section_bann_home
    .main_bann_col0_slide
    .item_background
    .box-content
    .desc-box
    p {
    margin-bottom: 0;
}

.section_consumer_demands {
    width: 100%;
    overflow: hidden;
    margin-bottom: 100px;
}

.section_consumer_demands .container-content {
    width: 100%;
    max-width: 1336px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.section_consumer_demands .box-top {
    width: 100%;
    margin-bottom: 60px;
}

.section_consumer_demands .box-top h2 {
    font-family: "DM Serif Display";
    margin-bottom: 60px;
    text-align: center;
    color: #000852;
    font-size: 40px;
    line-height: 120%;
    color: #000852;
    position: relative;
    padding-bottom: 20px;
}
.section_consumer_demands .box-top h2::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    width: 113px;
    max-width: 100%;
    height: 8px;
    background: #bf923d;
}
.section_consumer_demands .box-top .butt {
    margin-left: auto;
    margin-right: auto;
}

.section_consumer_demands .list_products-consumer_demands {
    width: 100%;
    display: -ms-grid;
    display: grid;
    gap: 100px 159px;
    -ms-grid-columns: minmax(0, 1fr) 159px minmax(0, 1fr) 159px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.section_consumer_demands
    .list_products-consumer_demands
    label
    .title-pro-mobile {
    width: 100%;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 8px 15px;
    background: #f0f0f0;
    border-radius: 5px;
    overflow: hidden;
}

.section_consumer_demands
    .list_products-consumer_demands
    label
    .title-pro-mobile
    h3 {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0em;
    text-transform: uppercase;
    text-align: left;
    color: #1f2124;
}

.section_consumer_demands
    .list_products-consumer_demands
    label
    .title-pro-mobile
    svg {
    color: #828282;
}

.section_consumer_demands .list_products-consumer_demands label input {
    display: none;
}

.section_consumer_demands .list_products-consumer_demands .content-ligt {
    cursor: pointer;
}

.section_consumer_demands .list_products-consumer_demands .content-ligt .image {
    width: 100%;
    margin-bottom: 25px;
    background: #ffffff;
    overflow: hidden;
}

.section_consumer_demands
    .list_products-consumer_demands
    .content-ligt
    .image
    .img {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}

.section_consumer_demands
    .list_products-consumer_demands
    .content-ligt
    .image
    .img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#e6ecf8),
        color-stop(92.32%, rgba(228, 232, 255, 0))
    );
    background: linear-gradient(
        180deg,
        #e6ecf8 0%,
        rgba(228, 232, 255, 0) 92.32%
    );
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.section_consumer_demands
    .list_products-consumer_demands
    .content-ligt
    .image
    .img
    img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 66%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section_consumer_demands
    .list_products-consumer_demands
    .content-ligt
    .image
    .img
    img.img-hidden {
    display: none;
}

.section_consumer_demands
    .list_products-consumer_demands
    .content-ligt
    .desc-box
    .box-content {
    text-align: center;
    margin-bottom: 25px;
}

.section_consumer_demands
    .list_products-consumer_demands
    .content-ligt
    .desc-box
    h3 {
    font-family: "DM Serif Display";
    color: #000852;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
}

.section_consumer_demands
    .list_products-consumer_demands
    .content-ligt
    .desc-box
    p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 160%;
    color: #4f4f4f;
}

.section_consumer_demands
    .list_products-consumer_demands
    .content-ligt
    .desc-box
    .butt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.section_consumer_demands
    .list_products-consumer_demands
    .content-ligt:hover
    .image
    .img
    img {
    display: none;
}

.section_consumer_demands
    .list_products-consumer_demands
    .content-ligt:hover
    .image
    .img
    img.img-hidden {
    display: block;
}

.list-item-information {
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
}

.list-item-information .list-gt {
    margin: 0 -15px;
}

.list-item-information .list-gt .ligt {
    width: 100%;
    position: relative;
    padding: 0 15px;
}

.list-item-information .list-gt .ligt .new-produce {
    position: absolute;
    top: 10px;
    right: 6px;
    z-index: 2;
}

.list-item-information .list-gt .ligt .desc-box {
    position: relative;
    width: calc(50% - 40px);
}

.list-item-information .list-gt .ligt .desc-box .top-text {
    margin-bottom: 80px;
}

.list-item-information .list-gt .ligt .desc-box .top-text .text-cate {
    font-weight: 400;
    color: #000852;
    margin-bottom: 16px;
}

.list-item-information .list-gt .ligt .desc-box .top-text h3 {
    font-family: "DM Serif Display";
    color: #000852;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 16px;
}

.list-item-information .list-gt .ligt .desc-box .top-text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 160%;
    color: #4f4f4f;
}

.list-item-information .list-gt .ligt .image {
    width: calc(50% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.list-item-information .list-gt .ligt .image .img {
    width: 100%;
    padding-top: 100%;
    position: relative;
    /* overflow: hidden; */
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}

.list-item-information .list-gt .ligt .image .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 180%;
    -o-object-fit: cover;
    object-fit: cover;
}

.list-item-information .list-gt .ligt .image .img-hidden {
    display: none;
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}

.list-item-information .list-gt .ligt .image .img-hidden img ,.list-item-information .list-gt .ligt .image .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%) ;
    transform: translate(-50%, -50%) ;
    max-width: 150%;
    -o-object-fit: contain;
    object-fit: contain;
}

.list-item-information .list-gt .ligt .content-ligt {
    position: relative;
    width: 100%;
    cursor: pointer;
    z-index: 1;
    border-radius: 5px;
    min-height: 400px;
    overflow: hidden;
    padding: 60px 40px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#dcf0ff),
        to(#fffff0)
    );
    background: linear-gradient(180deg, #dcf0ff 0%, #fffff0 100%);
}

.list-item-information .list-gt .ligt .content-ligt:hover .image .img {
    display: none;
}

.list-item-information .list-gt .ligt .content-ligt:hover .image .img-hidden {
    display: block;
}

.list-item-doctor {
    width: 100%;
    padding: 67px 0;
    background: #f3f5fe;
    overflow: hidden;
}

.list-item-doctor .title-site {
    margin-bottom: 50px;
}

.list-item-doctor .slide-doctor-item {
    margin: 0 -15px;
    padding-bottom: 67px;
}

.list-item-doctor .slide-doctor-item .slick-next,
.list-item-doctor .slide-doctor-item .slick-prev {
    top: calc(50% - 33px);
}

.list-item-doctor .slide-doctor-item a {
    padding: 0 15px;
}

.list-item-doctor .slide-doctor-item .pro-content {
    width: 100%;
    min-height: 435px;
    position: relative;
    padding: 30px 30px 30px 46px;
    overflow: hidden;
    z-index: 1;
    background-image: url("../img/bann-item7.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.list-item-doctor .slide-doctor-item .pro-content .context {
    position: absolute;
    width: calc(100% - 300px);
    height: calc(100% - 60px);
}

.list-item-doctor .slide-doctor-item .pro-content .context .description {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    padding-top: 50px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list-item-doctor
    .slide-doctor-item
    .pro-content
    .context
    .description::before {
    position: absolute;
    content: url("../img/“.png");
    top: 0;
    left: 0;
}

.list-item-doctor .slide-doctor-item .pro-content .context .doctor-box {
    position: absolute;
    bottom: 0;
    left: 0;
}

.list-item-doctor .slide-doctor-item .pro-content .context .doctor-box h3 {
    margin-bottom: 8px;
    color: #bf923d;
    font-family: "DM Serif Display";
    letter-spacing: 0em;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list-item-doctor
    .slide-doctor-item
    .pro-content
    .context
    .doctor-box
    .desc-box {
    color: #ffffff;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list-item-doctor .slide-doctor-item .pro-content .image {
    width: 240px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    z-index: -1;
}

.list-item-doctor .slide-doctor-item .pro-content .image img {
    max-width: 100%;
}

.list-item-doctor .slide-doctor-item .pro-content .background {
    width: 372px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 60px;
    opacity: 0.1;
    z-index: -2;
}

.list-item-doctor .slide-doctor-item .pro-content .background img {
    width: 100%;
    overflow: hidden;
}

.list-policy-cpm .box-policy {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f9f9fb;
}

.ytp-title-enable-channel-logo .ytp-title {
    display: none !important;
}

.list-policy-cpm .box-policy .image.video {
    width: 100%;
    padding: 50px 50px 50px 0;
    position: relative;
}

.list-policy-cpm .box-policy .image.video .img {
    width: 100%;
    padding-top: 56.3%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}

.list-policy-cpm .box-policy .image {
    width: 100%;
    position: relative;
}

.list-policy-cpm .box-policy .image::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: transparent;
}

.list-policy-cpm .box-policy .image .img {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}

.list-policy-cpm .box-policy .image .img img,
.list-policy-cpm .box-policy .image .img video,
.list-policy-cpm .box-policy .image .img iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.list-policy-cpm .box-policy .box-desc {
    width: 100%;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333333;
    position: relative;
}

.list-policy-cpm .box-policy .box-desc .title-dr {
    width: 100%;
    padding-top: 50px;
    border-top: 1px solid #bf923d;
    font-family: "Times New Roman";
    font-size: 32px;
    font-weight: 700;
    line-height: 111%;
    margin-bottom: 40px;
    z-index: 1;
    color: #ffff;
}

.list-policy-cpm .box-policy .box-desc .title-prime {
    color: #000852;
}

.list-policy-cpm .box-policy .box-desc .desc-dr {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    z-index: 1;
}

.list-policy-cpm .box-policy .box-desc .read-more-link {
    position: absolute;
    cursor: pointer;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    padding-top: 99px;
    padding-bottom: 16px;
    z-index: 3;
    font-size: 14px;
    line-height: 140%;
    color: var(--color2);
    text-transform: uppercase;
}

.list-policy-cpm .box-policy .box-desc .read-more-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(18.68%, rgba(255, 255, 255, 0)),
        color-stop(68.29%, #ffffff)
    );
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 18.68%,
        #ffffff 68.29%
    );
}

.list-policy-cpm .box-policy .box-desc .read-less-link {
    cursor: pointer;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    z-index: 3;
    font-size: 14px;
    line-height: 140%;
    color: var(--color2);
    text-transform: uppercase;
}

.list-item-joint {
    width: 100%;
    background: #ffffff;
    padding: 100px 0;
}

.list-item-joint .slide-joint-item {
    margin: 0 -14px;
}

.list-item-joint .slide-joint-item .join-item {
    padding: 0 14px;
}

.list-item-joint .slide-joint-item .slick-prev {
    right: 86px;
    left: auto;
    top: -52px;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    border: 1px solid #000852;
    opacity: 0.5;
}

.list-item-joint .slide-joint-item .slick-prev::before {
    content: url(../img/prev-active.png);
}

.list-item-joint .slide-joint-item .slick-prev::after {
    background: transparent;
}

.list-item-joint .slide-joint-item .slick-prev:hover {
    opacity: 1;
    border: 1px solid var(--color2);
}

.list-item-joint .slide-joint-item .slick-prev:hover::before {
    content: url(../img/prev.png);
}

.list-item-joint .slide-joint-item .slick-prev:hover::after {
    background: var(--color2);
}

.list-item-joint .slide-joint-item .slick-next {
    right: 14px;
    top: -52px;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    border: 1px solid #000852;
    opacity: 0.5;
}

.list-item-joint .slide-joint-item .slick-next::before {
    content: url(../img/next-active.png);
}

.list-item-joint .slide-joint-item .slick-next::after {
    background: transparent;
}

.list-item-joint .slide-joint-item .slick-next:hover {
    opacity: 1;
    border: 1px solid var(--color2);
}

.list-item-joint .slide-joint-item .slick-next:hover::before {
    content: url(../img/next.png);
}

.list-item-joint .slide-joint-item .slick-next:hover::after {
    background: var(--color2);
}

.list-item-joint .slide-joint-item .pro-content {
    position: relative;
}

.list-item-joint .slide-joint-item .pro-content .image {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
    border-radius: 5px;
}

.list-item-joint .slide-joint-item .pro-content .image .img {
    width: 100%;
    padding-top: 170%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}

.list-item-joint .slide-joint-item .pro-content .image .img::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(44.04%, rgba(0, 8, 82, 0)),
        to(#000852)
    );
    background: linear-gradient(180deg, rgba(0, 8, 82, 0) 44.04%, #000852 100%);
    width: 100%;
    height: 100%;
    z-index: 2;
}

.list-item-joint .slide-joint-item .pro-content .image .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
}

.list-item-joint .slide-joint-item .pro-content .image .desc-box {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 32px 25px;
}

.list-item-joint .slide-joint-item .pro-content .image .desc-box .box-content {
    text-align: center;
    margin-bottom: 16px;
}

.list-item-joint
    .slide-joint-item
    .pro-content
    .image
    .desc-box
    .box-content
    h3 {
    font-family: "DM Serif Display";
    letter-spacing: 0em;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 16px;
}

.list-item-joint
    .slide-joint-item
    .pro-content
    .image
    .desc-box
    .box-content
    p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0em;
    color: #ffffff;
}

.list-item-joint .slide-joint-item .pro-content .image .desc-box .butt {
    margin: 0 auto;
}

.section-distributor-policy {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}

.section-distributor-policy .distributor-complete {
    width: 100%;
}

.section-distributor-policy .distributor-complete .title-site {
    margin-bottom: 30px;
}

.section-distributor-policy .distributor-complete .box-content-top .desc-box {
    width: 100%;
    margin-bottom: 50px;
}

.section-distributor-policy
    .distributor-complete
    .box-content-top
    .desc-box
    .title-Dancing {
    /* font-family: "SVN-Dancing Script"; */
    font-family: "DM Serif Display";
    font-size: 36px;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.01em;
    margin-bottom: 60px;
    color: #000852;
}

.section-distributor-policy
    .distributor-complete
    .box-content-top
    .desc-box
    .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #1f2124;
    margin-top: 50px;
}

.section-distributor-policy .distributor-complete .conpany-policy-top {
    width: 100%;
    margin-bottom: 50px;
}

.section-distributor-policy
    .distributor-complete
    .conpany-policy-top
    .box-policy {
    margin-bottom: 50px;
}

.section-distributor-policy
    .distributor-complete
    .conpany-policy-top
    .box-text-center
    h3 {
    font-family: "SVN-Dancing Script";
    font-size: 36px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 20px;
    text-align: center;
    color: var(--color1);
}

.section-distributor-policy
    .distributor-complete
    .conpany-policy-top
    .box-text-center
    p {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #1f2124;
}

.box-social-share {
    width: 100%;
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #dddee5;
    gap: 20px;
}

.box-social-share span {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    color: #4f4f4f;
}

.box-social-share .list-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.box-social-share .list-icon .icon-social {
    width: 38px;
    height: 38px;
    overflow: hidden;
    border-radius: 100%;
}

.box-social-share .list-icon .icon-social img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}

.form-register-collaborator {
    width: 100%;
    padding: 100px 0;
    max-width: 683px;
    margin-left: auto;
    margin-right: auto;
}

.form-register-collaborator .title-site {
    margin-bottom: 50px;
}

.form-register-collaborator form {
    width: 100%;
}

.form-register-collaborator form .form-group {
    width: 100%;
}

.form-register-collaborator form .form-group input {
    width: 100%;
    height: 52px;
    padding-left: 20px;
    margin-bottom: 14px;
    outline: 0;
    background: #f0f0f0;
    border-radius: 5px;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.form-register-collaborator form .form-group input::-webkit-input-placeholder {
    color: #828282;
}

.form-register-collaborator form .form-group input::-moz-placeholder {
    color: #828282;
}

.form-register-collaborator form .form-group input:-ms-input-placeholder {
    color: #828282;
}

.form-register-collaborator form .form-group input::-ms-input-placeholder {
    color: #828282;
}

.form-register-collaborator form .form-group input::placeholder {
    color: #828282;
}

.form-register-collaborator form .form-group textarea {
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    outline: 0;
    background: #f0f0f0;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.form-register-collaborator
    form
    .form-group
    textarea::-webkit-input-placeholder {
    color: #828282;
}

.form-register-collaborator form .form-group textarea::-moz-placeholder {
    color: #828282;
}

.form-register-collaborator form .form-group textarea:-ms-input-placeholder {
    color: #828282;
}

.form-register-collaborator form .form-group textarea::-ms-input-placeholder {
    color: #828282;
}

.form-register-collaborator form .form-group textarea::placeholder {
    color: #828282;
}

.form-register-collaborator form .butt {
    width: 204px;
    margin-left: auto;
    margin-right: auto;
}

.section-agency {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}

.section-agency .agency-complete {
    position: relative;
    width: 100%;
    background-image: url("../img/bg-agency.png");
    padding: 55px 0 40px 0;
    overflow: hidden;
    z-index: 1;
}

.section-agency .agency-complete::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000852;
    opacity: 0.9;
    z-index: -1;
}

.section-agency .agency-complete .title-complete {
    font-family: "Times New Roman";
    font-size: 64px;
    font-weight: 700;
    line-height: 120%;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
}

.section-agency .agency-complete .grid-list-agency {
    display: -ms-grid;
    display: grid;
    gap: 11px 10px;
    -ms-grid-columns: minmax(0, 1fr) 10px minmax(0, 1fr) 10px minmax(0, 1fr)
        10px minmax(0, 1fr) 10px minmax(0, 1fr) 10px minmax(0, 1fr) 10px
        minmax(0, 1fr);
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.section-agency .agency-complete .grid-list-agency .item-icon {
    width: 100%;
    background: #ffffff;
    border-radius: 9.58px;
    overflow: hidden;
}

.section-agency .agency-complete .grid-list-agency .item-icon .icon {
    width: 100%;
    padding-top: 53%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}

.section-agency .agency-complete .grid-list-agency .item-icon .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}

.section_science_list {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.science-main-form {
    width: 100%;
    margin: 100px 0;
    position: relative;
}

@media (min-width: 1199px) {
    .science-main-form {
        margin: 40px 0 100px 0;
    }

    .science-main-form > div:first-child {
        padding-top: 60px;
    }

    .science-main-form > div:last-child {
    }

    .science-main-form .box-content .slide-science {
        padding-top: 60px;
    }
}

.science-main-form .title-site {
    width: 100%;
}

.science-main-form .box-content {
    width: 100%;
    overflow: hidden;
}

.science-main-form .box-content .slide-science .pro-content {
    width: 100%;
    height: 100%;
    padding: 20px;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(0, 8, 82, 0.2941176471);
}

.science-main-form .box-content .slide-science .pro-content > div {
    position: relative;
    width: 100%;
    height: 528px;
    overflow: hidden;
}

.science-main-form .box-content .slide-science .pro-content .modules-top {
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-grid;
    display: grid;
    gap: 25px;
}

.science-main-form
    .box-content
    .slide-science
    .pro-content
    .modules-top
    .image {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.science-main-form
    .box-content
    .slide-science
    .pro-content
    .modules-top
    .image
    .img {
    width: 100%;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}

.science-main-form
    .box-content
    .slide-science
    .pro-content
    .modules-top
    .image
    .img
    img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.science-main-form
    .box-content
    .slide-science
    .pro-content
    .modules-top
    .title-box {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-family: "DM Serif Display";
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    color: var(--color1);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.science-main-form
    .box-content
    .slide-science
    .pro-content
    .modules-top
    .desc-box {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    color: #4f4f4f;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.science-main-form .box-content .slide-science .pro-content .butt {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.science-main-form .box-content .slide-science .pro-content:hover {
    border: 1px solid #bf923d;
}

.science-main-form .box-content .slide-science .pro-content:hover .butt_gray {
    border: 1px solid #bf923d;
    background: #bf923d;
    color: #ffffff;
}

.section_bann_video {
    position: relative;
}

.section_bann_video .bann_link_video .background_video {
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

/* .section_bann_video .bann_link_video .background_video::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000852;
    opacity: 0.4;
    z-index: 2;
} */

.section_bann_video .bann_link_video .background_video {
}

.section_bann_video .bann_link_video .background_video .img {
    width: 100%;
    padding-top: 25.5%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}

.section_bann_video .bann_link_video .background_video .img img,
.section_bann_video .bann_link_video .background_video .img video,
.section_bann_video .bann_link_video .background_video .img iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section_bann_video .bann_link_video .background_video .icon-play {
    position: absolute;
    width: 68.12px;
    height: 68.12px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.section_bann_video .bann_link_video .background_video .icon-play .img {
    width: 100%;
    height: 100%;
}

.section_bann_video .bann_link_video .background_video .butt {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 3;
}

.news_tabs_controll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news_tabs_controll li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.news_tabs_controll li a {
    color: #1f2124;
    font-family: "Times New Roman";
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0em;
    text-align: left;
    padding: 4px 15px;
    opacity: 0.5;
}

.news_tabs_controll li a.news_tab_active {
    opacity: 1;
    color: #ffffff;
    background: #000852;
    border-radius: 5px;
    overflow: hidden;
}

.new-tabs-content {
    position: relative;
}

.new-tabs-content .slide-news-item .slick-dots {
    display: none !important;
}

.new-tabs-content .tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.new-tabs-content .tab-content.active {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.section-new-other {
    width: 100%;
    position: relative;
    padding: 90px 0 100px 0;
    overflow: hidden;
}

.section-new-other .title-site {
    margin-bottom: 50px;
}

.section_item_news {
    width: 100%;
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.section_item_news .slide-news-item {
    margin-bottom: 50px;
}

.section_item_news .slide-news-item .item-news .image {
    border-radius: 5px;
}

.section_item_news .slide-news-item .slick-prev:hover {
    opacity: 1;
    border: 1px solid var(--color2);
}

.section_item_news .slide-news-item .slick-prev:hover::before {
    content: url(../img/prev.png);
}

.section_item_news .slide-news-item .slick-prev:hover::after {
    background: var(--color2);
}

.section_item_news .slide-news-item .slick-next:hover {
    opacity: 1;
    border: 1px solid var(--color2);
}

.section_item_news .slide-news-item .slick-next:hover::before {
    content: url(../img/next.png);
}

.section_item_news .slide-news-item .slick-next:hover::after {
    background: var(--color2);
}

.section_item_news .butt {
    margin-left: auto;
    margin-right: auto;
}

.slide-news-item {
    margin: 0 -30px;
}

.slide-news-item .item-news {
    padding: 0 30px;
}

.slide-news-item .slick-dots {
    bottom: -60px;
}

.slide-news-item .slick-prev {
    right: 93px;
    left: auto;
    top: -50px;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    border: 1px solid #000852;
    opacity: 0.5;
}

.slide-news-item .slick-prev::before {
    content: url(../img/prev-active.png);
}

.slide-news-item .slick-prev::after {
    background: transparent;
}

.slide-news-item .slick-prev:hover {
    opacity: 1;
    border: 1px solid var(--color2);
}

.slide-news-item .slick-prev:hover::before {
    content: url(../img/prev-cl1.png);
}

.slide-news-item .slick-prev:hover::after {
    background: transparent;
}

.slide-news-item .slick-next {
    right: 30px;
    top: -50px;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    border: 1px solid #000852;
    opacity: 0.5;
}

.slide-news-item .slick-next::before {
    content: url(../img/next-active.png);
}

.slide-news-item .slick-next::after {
    background: transparent;
}

.slide-news-item .slick-next:hover {
    opacity: 1;
    border: 1px solid var(--color2);
}

.slide-news-item .slick-next:hover::before {
    content: url(../img/next-cl1.png);
}

.slide-news-item .slick-next:hover::after {
    background: transparent;
}

.section-top-about {
    width: 100%;
    background: #ffffff;
    padding-bottom: 100px;
}

.section-top-about.section-about-in-background {
    position: relative;
    padding: 100px 0;
    z-index: 1;
}

.section-top-about.section-about-in-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url("../img/bann-brand-history.png");
    background-size: 100% 100%;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.section-top-about .box-flex-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-top-about .box-flex-about .image {
    width: 50%;
}

.section-top-about .box-flex-about .image .img {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.section-top-about .box-flex-about .image .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-top-about .box-flex-about .text-content {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 80px;
}

.section-top-about .box-flex-about .text-content .title-site {
    margin-bottom: 41px;
}

.section-top-about .box-flex-about .text-content .description-content {
    font-weight: 600;
    letter-spacing: 0em;
    text-align: left;
}

.section-top-about
    .box-flex-about
    .text-content
    .description-content
    .read-more-link {
    margin-top: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    z-index: 3;
    font-size: 14px;
    line-height: 140%;
    color: var(--color2);
    text-transform: uppercase;
}

.section-top-about
    .box-flex-about
    .text-content
    .description-content
    .read-less-link {
    margin-top: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    z-index: 3;
    font-size: 14px;
    line-height: 140%;
    color: var(--color2);
    text-transform: uppercase;
}

.section-brand-history {
    position: relative;
    width: 100%;
    min-height: 855px;
    padding: 100px 0;
    overflow: hidden;
    background-image: url("../img/bann-brand-history.png");
    background-size: 100% 100%;
}

.section-brand-history .image {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}

.section-brand-history .image .img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.section-brand-history .image .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-brand-history .content-branding {
    width: 100%;
    max-width: 700px;
    overflow: hidden;
}

.section-brand-history .content-branding .menu-branding .list-branding {
    position: relative;
    width: 100%;
}

.section-brand-history .content-branding .menu-branding .list-branding label {
    display: inline-block;
    margin-bottom: 6px;
    cursor: pointer;
    overflow: hidden;
}

.section-brand-history
    .content-branding
    .menu-branding
    .list-branding
    label
    input {
    display: none;
}

.section-brand-history
    .content-branding
    .menu-branding
    .list-branding
    label
    > div {
    position: relative;
    background: transparent;
    padding-left: 47px;
    overflow: hidden;
}

.section-brand-history
    .content-branding
    .menu-branding
    .list-branding
    label
    > div::after {
    position: absolute;
    content: "";
    top: 8px;
    left: 8px;
    width: 12px;
    height: 12px;
    background: #cfcece;
    border-radius: 100%;
    overflow: hidden;
}

.section-brand-history
    .content-branding
    .menu-branding
    .list-branding
    label
    > div::before {
    position: absolute;
    content: "";
    top: 26px;
    left: 14px;
    background: #cfcece;
    width: 1px;
    height: 100%;
}

.section-brand-history
    .content-branding
    .menu-branding
    .list-branding
    label
    > div
    .dy-date {
    margin-bottom: 3px;
}

.section-brand-history
    .content-branding
    .menu-branding
    .list-branding
    label
    > div
    .dy-date
    span {
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0em;
    text-align: left;
    color: #1f2124;
}

.section-brand-history
    .content-branding
    .menu-branding
    .list-branding
    label
    > div
    .desc-box {
    margin-bottom: 20px;
    color: #4f4f4f;
}

.section-brand-history
    .content-branding
    .menu-branding
    .list-branding
    label
    input[type="radio"]:checked
    + div::after {
    top: 16px;
    left: 4px;
    width: 20px;
    height: 20px;
    background: var(--color2);
}

.section-brand-history
    .content-branding
    .menu-branding
    .list-branding
    label
    input[type="radio"]:checked
    + div::before {
    top: 42px;
    background: var(--color2);
}

.section-brand-history
    .content-branding
    .menu-branding
    .list-branding
    label
    input[type="radio"]:checked
    + div
    .dy-date {
    margin-bottom: 20px;
}

.section-brand-history
    .content-branding
    .menu-branding
    .list-branding
    label
    input[type="radio"]:checked
    + div
    .dy-date
    span {
    font-size: 40px;
    font-weight: 600;
    color: #bf923d;
}

.section-symbol-col {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
    background-image: url("../img/bg-xanh1.png");
    background-position: center;
    background-size: cover;
}

.section-symbol-col .title-site {
    margin-bottom: 70px;
}

.section-symbol-col .title-site p {
    margin-bottom: 40px;
    color: #ffffff;
}

.section-symbol-col .box-sape .flex-sapo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.section-symbol-col .box-sape .flex-sapo::before {
    content: url("../img/+.png");
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section-symbol-col .box-sape .flex-sapo .single-sapo {
    position: relative;
    width: calc(50% + 38px);
    height: 411px;
    margin-left: -38px;
    padding: 35px 60px 35px 160px;
}

.section-symbol-col .box-sape .flex-sapo .single-sapo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/Rectangle.png");
    background-size: 100% 100%;
}

.section-symbol-col .box-sape .flex-sapo .single-sapo:first-child {
    margin-left: 0;
    margin-right: -38px;
    padding: 35px 160px 35px 60px;
}

.section-symbol-col .box-sape .flex-sapo .single-sapo:first-child::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section-symbol-col .box-sape .flex-sapo .single-sapo .box-images {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 45px;
}

.section-symbol-col .box-sape .flex-sapo .single-sapo .box-images::before {
    content: url("../img/Arrow.png");
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-90%, -50%);
    transform: translate(-90%, -50%);
}

.section-symbol-col .box-sape .flex-sapo .single-sapo .box-images .img-small {
    width: 125px;
    overflow: hidden;
    border-radius: 100%;
    border: 3px solid #ffffff;
}

.section-symbol-col .box-sape .flex-sapo .single-sapo .box-images .img-big {
    width: 190px;
    padding: 10px;
    overflow: hidden;
    border-radius: 100%;
    border: 3px solid #bf923d;
}

.section-symbol-col .box-sape .flex-sapo .single-sapo .box-images .img {
    width: 100%;
    padding-top: 100%;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.section-symbol-col .box-sape .flex-sapo .single-sapo .box-images .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-symbol-col .box-sape .flex-sapo .single-sapo .box-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #ffffff;
}

.section-symbol-col .box-sape .flex-sapo .single-sapo .box-text h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 20px;
}

.section-symbol-col .box-sape .flex-sapo .single-sapo .box-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0em;
    text-align: left;
}

.section-product-philosophy {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
    background: #ffffff;
}

.section-product-philosophy .title-site {
    margin-bottom: 70px;
}

.section-product-philosophy .pro-philosophy .philosophy-grid {
    display: -ms-grid;
    display: grid;
    margin: 0 -15px;
    -ms-grid-columns: (minmax(0, 1fr)) [5];
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.section-product-philosophy .pro-philosophy .philosophy-grid .item-philosophy {
    width: 100%;
    padding: 0 15px;
    border-left: 1px dashed rgba(191, 145, 61, 0.3882352941);
}

.section-product-philosophy
    .pro-philosophy
    .philosophy-grid
    .item-philosophy:first-child {
    border-left: none;
}

.section-product-philosophy
    .pro-philosophy
    .philosophy-grid
    .item-philosophy
    .icon-image {
    cursor: pointer;
    margin-bottom: 40px;
    width: 70px;
}

.section-product-philosophy
    .pro-philosophy
    .philosophy-grid
    .item-philosophy
    .description
    h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0em;
    text-align: left;
    color: #000852;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section-product-philosophy
    .pro-philosophy
    .philosophy-grid
    .item-philosophy
    .description
    p {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0em;
    color: #4f4f4f;
    text-align: left;
}

.section-difference {
    width: 100%;
    overflow: hidden;
    padding: 90px 0;
    background: #f9f9fb;
}

.section-difference .title-site {
    margin-bottom: 50px;
    max-width: 745px;
    margin-left: auto;
    margin-right: auto;
}

.section-difference .title-site p {
    margin-top: 25px;
}

.section-difference .box-flex-rence {
    display: -ms-grid;
    display: grid;
    gap: 64px;
    -ms-grid-columns: minmax(0, 1fr) 64px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.section-difference .box-flex-rence .rence-item .image {
    width: 100%;
    margin-bottom: 20px;
}

.section-difference .box-flex-rence .rence-item .image .img {
    width: 100%;
    padding-top: 53%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.section-difference .box-flex-rence .rence-item .image .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-difference .box-flex-rence .rence-item .description {
    font-family: "DM Serif Display";
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0em;
    text-align: center;
    color: #333333;
}

.section-expert-advisors {
    width: 100%;
    overflow: hidden;
    padding-bottom: 100px;
}

.section-expert-advisors .title-site {
    margin-bottom: 50px;
}

.section-expert-advisors .leadership-complete {
    width: 100%;
    padding-bottom: 100px;
}

.section-expert-advisors .leadership-complete .box-leadership {
    width: 100%;
    height: 873px;
    position: relative;
    overflow: hidden;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#e8ecff),
        to(rgba(146, 156, 210, 0))
    );
    background: linear-gradient(
        180deg,
        #e8ecff 0%,
        rgba(146, 156, 210, 0) 100%
    );
}

.section-expert-advisors .leadership-complete .box-leadership .desc-box {
    position: absolute;
    top: 115px;
    right: 72px;
    width: 100%;
    max-width: 655px;
    z-index: 1;
}

.section-expert-advisors .leadership-complete .box-leadership .desc-box::after {
    position: absolute;
    content: url("../img/desc-box6.png");
    top: -26px;
    right: -40px;
}

.section-expert-advisors
    .leadership-complete
    .box-leadership
    .desc-box::before {
    position: absolute;
    content: url(../img/“.png);
    top: -40px;
    left: 0;
}

.section-expert-advisors
    .leadership-complete
    .box-leadership
    .desc-box
    .title-leadership {
    font-family: "SVN-Reliant";
    font-size: 45px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0em;
    margin-bottom: 15px;
    color: var(--color1);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-expert-advisors
    .leadership-complete
    .box-leadership
    .desc-box
    .description {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0px;
    color: #4f4f4f;
    display: -webkit-box;
    -webkit-line-clamp: 14;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-expert-advisors .leadership-complete .box-leadership .image-dr {
    position: absolute;
    bottom: 0;
    left: 26px;
    width: 43%;
    z-index: 3;
    padding: 120px 30px 0 30px;
}

.section-expert-advisors
    .leadership-complete
    .box-leadership
    .image-dr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url("../img/yangmiwa-tran.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.section-expert-advisors .leadership-complete .box-leadership .image-dr .img {
    width: 100%;
    padding-top: 130%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.section-expert-advisors
    .leadership-complete
    .box-leadership
    .image-dr
    .img
    img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-expert-advisors .leadership-complete .box-leadership .box-desc-dr {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    background: #000852;
    padding: 24px 72px;
}

.section-expert-advisors
    .leadership-complete
    .box-leadership
    .box-desc-dr
    > div {
    width: 100%;
    max-width: 655px;
    margin-bottom: 8px;
    text-align: left;
}

.section-expert-advisors
    .leadership-complete
    .box-leadership
    .box-desc-dr
    > div
    .ceo-dr {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: var(--color2);
}

.section-expert-advisors
    .leadership-complete
    .box-leadership
    .box-desc-dr
    > div
    .name-dr {
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    color: var(--color2);
    margin-bottom: 20px;
}

.section-expert-advisors
    .leadership-complete
    .box-leadership
    .box-desc-dr
    > div
    .desc-dr {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-expert-advisors .content-advisors {
    width: 100%;
    max-width: 785px;
    margin-left: auto;
    margin-right: auto;
}

.section-expert-advisors .content-advisors .box-content {
    width: 100%;
    margin-bottom: 60px;
}

.section-expert-advisors .content-advisors .box-content .image-box {
    width: 100%;
    margin-bottom: 30px;
}

.section-expert-advisors .content-advisors .box-content .image-box .img {
    width: 100%;
    border-radius: 5px;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.section-expert-advisors .content-advisors .box-content .image-box .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-expert-advisors .content-advisors .list-doctor-about {
    width: 100%;
}

.section-expert-advisors .content-advisors .list-doctor-about .item-doctor {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3098039216);
}

.section-expert-advisors
    .content-advisors
    .list-doctor-about
    .item-doctor:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3098039216);
}

.section-expert-advisors .content-advisors .list-doctor-about .item-doctor a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-expert-advisors
    .content-advisors
    .list-doctor-about
    .item-doctor
    .image {
    min-width: 212.24px;
    max-width: 212.24px;
}

.section-expert-advisors
    .content-advisors
    .list-doctor-about
    .item-doctor
    .image
    .img {
    width: 100%;
    border-radius: 10px;
    padding-top: 120%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.section-expert-advisors
    .content-advisors
    .list-doctor-about
    .item-doctor
    .image
    .img
    img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-expert-advisors
    .content-advisors
    .list-doctor-about
    .item-doctor
    .description {
    width: 100%;
    padding-left: 20px;
}

.section-expert-advisors
    .content-advisors
    .list-doctor-about
    .item-doctor
    .description
    .title-mod {
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
    color: #000852;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-expert-advisors
    .content-advisors
    .list-doctor-about
    .item-doctor
    .description
    .position {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0em;
    text-align: left;
    font-weight: 600;
    color: #4f4f4f;
    font-style: italic;
    margin-top: 9px;
}

.section-expert-advisors
    .content-advisors
    .list-doctor-about
    .item-doctor
    .description
    .box-desc {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0em;
    text-align: left;
    color: #4f4f4f;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-expert-advisors
    .content-advisors
    .list-doctor-about
    .item-doctor
    .description
    .box-desc
    ul {
    color: #1f2124;
}

.section-expert-advisors
    .content-advisors
    .list-doctor-about
    .item-doctor
    .description
    .box-desc
    ul
    li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
}

.section-expert-advisors
    .content-advisors
    .list-doctor-about
    .item-doctor
    .description
    .box-desc
    ul
    li::before {
    position: absolute;
    top: 3px;
    left: 0;
    content: url("../img/dost.png");
}

.section-doctor-other {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.section-doctor-other .title-site {
    margin-bottom: 50px;
}

.section-doctor-other .slider-doctor-other {
    position: relative;
    margin: 0 -22.5px;
}

.section-doctor-other .slider-doctor-other .slick-dots {
    bottom: -60px;
}

.section-doctor-other .slider-doctor-other .slick-prev {
    right: 86px;
    left: auto;
    top: -40px;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    border: 1px solid #000852;
    opacity: 0.5;
}

.section-doctor-other .slider-doctor-other .slick-prev::before {
    content: url(../img/prev-active.png);
}

.section-doctor-other .slider-doctor-other .slick-prev::after {
    background: transparent;
}

.section-doctor-other .slider-doctor-other .slick-prev:hover {
    opacity: 1;
    border: 1px solid var(--color2);
}

.section-doctor-other .slider-doctor-other .slick-prev:hover::before {
    content: url(../img/prev-cl1.png);
}

.section-doctor-other .slider-doctor-other .slick-prev:hover::after {
    background: transparent;
}

.section-doctor-other .slider-doctor-other .slick-next {
    right: 14px;
    top: -40px;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    border: 1px solid #000852;
    opacity: 0.5;
}

.section-doctor-other .slider-doctor-other .slick-next::before {
    content: url(../img/next-active.png);
}

.section-doctor-other .slider-doctor-other .slick-next::after {
    background: transparent;
}

.section-doctor-other .slider-doctor-other .slick-next:hover {
    opacity: 1;
    border: 1px solid var(--color2);
}

.section-doctor-other .slider-doctor-other .slick-next:hover::before {
    content: url(../img/next-cl1.png);
}

.section-doctor-other .slider-doctor-other .slick-next:hover::after {
    background: transparent;
}

.section-doctor-other .slider-doctor-other .item-doctor {
    width: 100%;
    padding: 0 22.5px;
}

.section-doctor-other .slider-doctor-other .item-doctor .image {
    width: 100%;
}

.section-doctor-other .slider-doctor-other .item-doctor .image .img {
    width: 100%;
    border-radius: 10px;
    padding-top: 120%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.section-doctor-other .slider-doctor-other .item-doctor .image .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-doctor-other .slider-doctor-other .item-doctor .description {
    width: 100%;
    margin-top: 20px;
}

.section-doctor-other
    .slider-doctor-other
    .item-doctor
    .description
    .title-mod {
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0em;
    text-align: left;
    color: #000852;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-doctor-other .slider-doctor-other .item-doctor .description .box-desc {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0em;
    text-align: left;
    color: #4f4f4f;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-doctor-other
    .slider-doctor-other
    .item-doctor
    .description
    .box-desc
    ul {
    color: #1f2124;
}

.section-doctor-other
    .slider-doctor-other
    .item-doctor
    .description
    .box-desc
    ul
    li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
}

.section-doctor-other
    .slider-doctor-other
    .item-doctor
    .description
    .box-desc
    ul
    li::before {
    position: absolute;
    top: 3px;
    left: 0;
    content: url("../img/dost.png");
}

.section-list-products {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}

.section-list-products .breadcrumb {
    margin: 35px 0 50px 0;
}

.section-list-products .form-desc-product {
    width: 100%;
    max-width: 684px;
}

.section-list-products .form-desc-product .title-category {
    font-family: "Times New Roman";
    font-weight: 700;
    margin-bottom: 30px;
    color: #000852;
    text-transform: uppercase;
}

.section-list-products .form-desc-product .desc-box h2 {
    font-family: "Times New Roman";
    font-weight: 700;
    margin-bottom: 30px;
    color: #000852;
}

.section-list-products .form-desc-product .desc-box p {
    font-weight: 500;
    color: #4f4f4f;
}

.section-list-products .box-list-products {
    width: 100%;
    position: relative;
    padding: 70px 0 100px 0;
}

.section-list-products .box-list-products.box-list-products-price::before {
    content: "";
    position: absolute;
    bottom: 46px;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 137px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(18.68%, rgba(255, 255, 255, 0)),
        color-stop(68.29%, #ffffff)
    );
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 18.68%,
        #ffffff 68.29%
    );
}

.section-list-products .box-list-products.box-list-products-price .btn-see-now {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    background: transparent;
    color: var(--color2);
}

.section-list-products
    .box-list-products.box-list-products-price
    .btn-see-now
    span {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
}

.section-list-products .box-list-products.box-list-products-price.main::before,
.section-list-products
    .box-list-products.box-list-products-price.main
    .btn-see-now {
    display: none;
}

.section-list-products .box-list-products .flex-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 30px minmax(0, 1fr) 30px minmax(0, 1fr)
        30px minmax(0, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 57px 30px;
}

.section-news-category {
    width: 100%;
    padding-bottom: 100px;
    background: #ffffff;
    overflow: hidden;
}

.section-news-category .news-list-category {
    width: 100%;
}

.section-news-category .news-list-category .grid-news-category {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 70px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 70px;
}

.section-news-category .news-list-category .item-news .images {
    width: 100%;
    overflow: hidden;
}

.section-news-category .news-list-category .item-news .images .img {
    width: 100%;
    padding-top: 56%;
    position: relative;
    overflow: hidden;
}

.section-news-category .news-list-category .item-news .images .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-news-category .news-list-category .item-news .item-content {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 30px 14px 14px 96px;
}

.section-news-category .news-list-category .item-news .item-content::before {
    content: "";
    height: calc(100% + 56px);
    width: 1px;
    background: #000852;
    position: absolute;
    bottom: 0;
    left: 56px;
}

.section-news-category
    .news-list-category
    .item-news
    .item-content
    .news_title {
    font-family: "Times New Roman";
    font-weight: 700;
    line-height: 120%;
    color: #000852;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-news-category .news-list-category .item-news .item-content .sortdesc {
    margin: 16px 0;
    line-height: 140%;
    color: #4f4f4f;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-news-category .news-list-category .item-news .item-content .btn-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #bf923d;
}

.section-news-category
    .news-list-category
    .item-news
    .item-content
    .btn-style
    span {
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
}

.section-news-category .list-news {
    padding-top: 13px;
}

.section-news-category .list-news .title-site {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
}

.section-news-category .list-news .title-site .title-text {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

.section-news-category .list-news .grid-news-category {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 59px minmax(0, 1fr) 59px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 60px 59px;
}

.section-news-category .news_tabs_controll {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 35px;
    margin-bottom: 50px;
}

.section-news-category .news_tabs_controll li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-news-category .news_tabs_controll li a {
    padding: 4px 28px;
}

.section-news-category .news_tabs_controll li a.news_tab_active {
    font-size: 24px;
}

.box-detail-primer {
    width: 100%;
    border-bottom: 1px solid #dddee5;
}

.box-detail-primer .box-social-share {
    border-bottom: none;
}

.section-detail-doctor .bann-detail-doctor {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.section-detail-doctor .bann-detail-doctor .box-content {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section-detail-doctor .bann-detail-doctor .box-content .relate-box {
    width: 100%;
    position: relative;
}

.section-detail-doctor .bann-detail-doctor .box-content .image {
    width: 100%;
}

.section-detail-doctor .bann-detail-doctor .box-content .image .img {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.section-detail-doctor .bann-detail-doctor .box-content .image .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    /* -o-object-fit: cover;
    object-fit: cover; */
    -o-object-fit: contain;
    object-fit: contain;
}

.section-detail-doctor .bann-detail-doctor .box-content .content {
    width: 100%;
    background: #ffffff;
}

.section-detail-doctor .bann-detail-doctor .box-content .content .title-box {
    font-family: "Times New Roman";
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 38px;
    position: relative;
    text-transform: uppercase;
    padding-top: 21px;
    color: var(--color1);
}

.section-detail-doctor
    .bann-detail-doctor
    .box-content
    .content
    .title-box
    span {
    font-family: "Times New Roman";
    font-weight: 700;
    line-height: 120%;
    font-size: 20px;
    color: var(--color1);
}

.section-detail-doctor
    .bann-detail-doctor
    .box-content
    .content
    .title-box::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 60px;
    max-width: 100%;
    height: 3px;
    background: #bf923d;
}

.section-detail-doctor .bann-detail-doctor .box-content .content .description {
    color: #4f4f4f;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.input-admin-text .content {
    color: #4f4f4f;
}

.input-admin-text .content ul {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 20px;
}

.input-admin-text .content ul li {
    list-style: disc;
    color: #4f4f4f;
    margin-bottom: 12px;
}

.input-admin-text .content p {
    margin-bottom: 40px;
}

.input-admin-text .content img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.section-detail-new {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}

.section-detail-new .container-detail {
    position: relative;
}

.section-detail-new .box-share-post {
    position: absolute;
    top: 220px;
    left: -100px;
    display: -ms-grid;
    display: grid;
    gap: 20px;
}

.section-detail-new .box-share-post span {
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0px;
    color: #4f4f4f;
}

.section-detail-new .box-share-post .list-icon {
    display: -ms-grid;
    display: grid;
    gap: 15px;
}

.section-detail-new .box-share-post .list-icon .icon-social {
    width: 38px;
    height: 38px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 100%;
    border: 1px solid #000852;
}

.section-detail-new .box-share-post .list-icon .icon-social img {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.section-detail-new .breadcrumb {
    margin-bottom: 30px;
}

.section-detail-new .input-admin-text .content p {
    margin-bottom: 20px;
}

.section-detail-new .input-admin-text .content img {
    margin-bottom: 0px;
}

.section-detail-new .top-box-detail {
    margin-bottom: 17px;
}

.section-detail-new .top-box-detail .title-box-detail {
    font-family: "Times New Roman";
    font-weight: 700;
    letter-spacing: 0em;
    margin-bottom: 17px;
    color: #000852;
}

.section-detail-new .top-box-detail .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    margin-bottom: 22px;
}

.section-detail-new .top-box-detail .date svg {
    color: #bdbdbd;
}

.section-detail-new .top-box-detail .date span {
    font-family: "GMV URW Geometric";
    font-size: 15px;
    line-height: 120%;
    font-weight: 500;
    margin-top: 6px;
    color: #828282;
}

.section-detail-new .top-box-detail .desc-box {
    font-style: italic;
    font-weight: 275;
    letter-spacing: 0px;
    color: #4f4f4f;
}

.box-admin-image {
    width: 100%;
}

.box-admin-image .img {
    width: 100%;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.box-admin-image .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.box-admin-image .title-qurtef {
    position: relative;
    margin: 40px auto;
    padding: 26px 0;
    width: 100%;
    max-width: 570px;
    border-top: 2px solid #000852;
    border-bottom: 2px solid #000852;
}

.box-admin-image .title-qurtef::before {
    position: absolute;
    content: "";
    width: 76px;
    height: 76px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    top: 0;
    left: 0;
    background-image: url("../img/qurtef.png");
    background-size: 100% 100%;
}

.box-admin-image .title-qurtef h2 {
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0em;
    color: #000852;
}

.bann-page-science {
    width: 100%;
    overflow: hidden;
}

.bann-page-science .image {
    width: 100%;
    overflow: hidden;
}

.bann-page-science .image .img {
    width: 100%;
    padding-top: 43%;
    position: relative;
    overflow: hidden;
}

.bann-page-science .image .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-contact-site {
    width: 100%;
    padding-bottom: 100px;
    background: #ffffff;
    overflow: hidden;
}

.section-contact-site .breadcrumb {
    margin-bottom: 60px;
}

.section-contact-site .layout-contact-prime {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.section-contact-site .layout-contact-prime .box-flex {
    width: 100%;
}

.section-contact-site .layout-contact-prime .box-flex .box-item-left {
    width: 100%;
}

.section-contact-site .layout-contact-prime .box-flex .box-item-right {
    width: 100%;
}

.section-contact-site .layout-contact-prime .box-flex-top {
    width: 100%;
    margin-bottom: 83px;
}

.section-contact-site
    .layout-contact-prime
    .box-flex-top
    .box-list-address
    .item-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    padding: 20px 15px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    margin-bottom: 14px;
}

.section-contact-site
    .layout-contact-prime
    .box-flex-top
    .box-list-address
    .item-box
    .icon {
    min-width: 45px;
    max-width: 45px;
    width: 100%;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 100%;
    border: 1px solid #29166f;
}

.section-contact-site
    .layout-contact-prime
    .box-flex-top
    .box-list-address
    .item-box
    .box-text {
    width: 100%;
    padding-left: 24px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #4f4f4f;
}

.section-contact-site
    .layout-contact-prime
    .box-flex-top
    .box-list-address
    .item-box
    .box-text
    h3 {
    font-family: "Times New Roman";
    font-weight: 700;
    margin-bottom: 5px;
    color: #160849;
}

.section-contact-site
    .layout-contact-prime
    .box-flex-top
    .box-list-address
    .item-box
    .box-text
    p {
    color: #4f4f4f;
    font-weight: 400;
}

.section-contact-site
    .layout-contact-prime
    .box-flex-top
    .form-input-contact
    form {
    width: 100%;
}

.section-contact-site
    .layout-contact-prime
    .box-flex-top
    .form-input-contact
    form
    .form-group {
    width: 100%;
}

.section-contact-site
    .layout-contact-prime
    .box-flex-top
    .form-input-contact
    form
    .form-group
    input {
    width: 100%;
    height: 52px;
    padding-left: 20px;
    margin-bottom: 14px;
    outline: 0;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.section-contact-site
    .layout-contact-prime
    .box-flex-top
    .form-input-contact
    form
    .form-group
    input::-webkit-input-placeholder {
    color: #828282;
}

.section-contact-site
    .layout-contact-prime
    .box-flex-top
    .form-input-contact
    form
    .form-group
    input::-moz-placeholder {
    color: #828282;
}

.section-contact-site
    .layout-contact-prime
    .box-flex-top
    .form-input-contact
    form
    .form-group
    input:-ms-input-placeholder {
    color: #828282;
}

.section-contact-site
    .layout-contact-prime
    .box-flex-top
    .form-input-contact
    form
    .form-group
    input::-ms-input-placeholder {
    color: #828282;
}

.section-contact-site
    .layout-contact-prime
    .box-flex-top
    .form-input-contact
    form
    .form-group
    input::placeholder {
    color: #828282;
}

.section-contact-site
    .layout-contact-prime
    .box-flex-top
    .form-input-contact
    form
    .form-group
    textarea {
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    outline: 0;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.section-contact-site
    .layout-contact-prime
    .box-flex-top
    .form-input-contact
    form
    .form-group
    textarea::-webkit-input-placeholder {
    color: #828282;
}

.section-contact-site
    .layout-contact-prime
    .box-flex-top
    .form-input-contact
    form
    .form-group
    textarea::-moz-placeholder {
    color: #828282;
}

.section-contact-site
    .layout-contact-prime
    .box-flex-top
    .form-input-contact
    form
    .form-group
    textarea:-ms-input-placeholder {
    color: #828282;
}

.section-contact-site
    .layout-contact-prime
    .box-flex-top
    .form-input-contact
    form
    .form-group
    textarea::-ms-input-placeholder {
    color: #828282;
}

.section-contact-site
    .layout-contact-prime
    .box-flex-top
    .form-input-contact
    form
    .form-group
    textarea::placeholder {
    color: #828282;
}

.section-contact-site
    .layout-contact-prime
    .box-flex-top
    .form-input-contact
    form
    .butt {
    width: 204px;
}

.section-contact-site
    .layout-contact-prime
    .box-flex-bott
    .box-text-maps
    .title-map {
    font-family: "Times New Roman";
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    color: #000852;
    margin-bottom: 20px;
}

.section-contact-site .layout-contact-prime .box-flex-bott .box-text-maps p {
    font-size: 15px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0em;
    text-align: justify;
}

.section-contact-site .layout-contact-prime .box-flex-bott .box-maps .iframe {
    width: 100%;
    padding-top: 54%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}

.section-contact-site
    .layout-contact-prime
    .box-flex-bott
    .box-maps
    .iframe
    iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
}

.section-account-site {
    width: 100%;
    background: #f6f8fb;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-bottom: 80px;
}

.section-account-site .site-account .box-xs {
    min-width: 310px;
    max-width: 310px;
    padding-top: 140px;
}

.section-account-site .site-account .box-lg {
    width: 100%;
}

.section-account-site .site-account .list-item {
    width: 100%;
}

.section-account-site .site-account .list-item li {
    width: 100%;
}

.section-account-site .site-account .list-item li .item-menu {
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
    padding: 14px;
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 12px;
}

.section-account-site .site-account .list-item li .item-menu svg {
    color: #bdbdbd;
}

.section-account-site .site-account .list-item li .item-menu span {
    color: #333333;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
}

.section-account-site .site-account .list-item li .item-menu:hover svg {
    color: var(--color2);
}

.section-account-site .site-account .list-item li .item-menu:hover span {
    font-weight: 700;
    color: var(--color2);
}

.section-account-site .site-account .list-item li .item-menu.active {
    background: #ffffff;
}

.section-account-site .site-account .list-item li .item-menu.active svg {
    color: var(--color2);
}

.section-account-site .site-account .list-item li .item-menu.active span {
    font-weight: 700;
    color: var(--color2);
}

.section-account-site .site-account .item-title {
    margin-bottom: 38px;
}

.section-account-site .site-account .item-title h3 {
    font-family: "Times New Roman";
    font-weight: 700;
    color: #111111;
    margin-bottom: 6px;
}

.section-account-site .site-account .item-title p {
    color: #666666;
}

.section-account-site .site-account form {
    width: 100%;
    padding: 20px 40px;
    background: #ffffff;
    margin-bottom: 20px;
}

.section-account-site .site-account form .title-form {
    margin-bottom: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-account-site .site-account form .title-form h3 {
    font-weight: 700;
    color: #111111;
}

.section-account-site .site-account form .title-form .add-dess {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 5px;
    cursor: pointer;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    background: var(--color2);
    border-radius: 40px;
    padding: 12px 20px;
    color: #ffffff;
    border: 1px solid var(--color2);
}

.section-account-site .site-account form .title-form .add-dess span {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
}

.section-account-site .site-account form .title-form .add-dess:hover {
    background-color: white;
    color: var(--color2);
}

.section-account-site .site-account form .title-form .btn-st {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    background: transparent;
    border-radius: 40px;
    padding: 12px 20px;
    color: #219653;
    border: 1px solid #219653;
}

.section-account-site .site-account form .title-form .btn-st span {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
}

.section-account-site .site-account form .title-form .status-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.section-account-site .site-account form .title-form .time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
}

.section-account-site .site-account form .title-form .time p {
    font-size: 16px;
    line-height: 23px;
    color: #111111;
}

.section-account-site .site-account form .title-form .time p span {
    color: var(--color1);
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
}

.section-account-site .site-account form .title-form .successful {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    color: #219653;
}

.section-account-site .site-account form .title-form .successful span {
    font-size: 16px;
    line-height: 16px;
}

.section-account-site .site-account form .title-form .butt_green {
    width: 139px;
}

.section-account-site .site-account form .group-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0 21px 0;
    border-top: 1px solid #f1f1f1;
}

.section-account-site .site-account form .group-input:last-child {
    border-bottom: 1px solid #f1f1f1;
}

.section-account-site .site-account form .group-input .title {
    min-width: 200px;
    color: #666666;
}

.section-account-site .site-account form .group-input .texting {
    width: 100%;
    position: relative;
    color: #111111;
    padding-left: 20px;
    padding-right: 40px;
}

.section-account-site .site-account form .group-input .texting .edit {
    position: absolute;
    top: 50%;
    right: 10px;
    color: #666666;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.section-account-site .site-account form .group-input .texting .edit:hover {
    color: var(--color1);
}

.section-account-site .site-account form .group-input .texting .default-btn {
    border: 1px solid var(--color1);
    border-radius: 4px;
    padding: 6px 20px;
    overflow: hidden;
    margin-top: 10px;
}

.section-account-site
    .site-account
    form
    .group-input
    .texting
    .default-btn
    span {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: var(--color1);
}

.section-account-site .site-account .content .list_cart_products .cart-sp {
    width: 100%;
    padding: 20px 0;
    position: relative;
    border-top: 1px solid #f1f1f1;
}

.section-account-site
    .site-account
    .content
    .list_cart_products
    .item_products {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-account-site
    .site-account
    .content
    .list_cart_products
    .item_products
    .image {
    max-width: 100px;
    min-width: 100px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    background: #ebecf4;
}

.section-account-site
    .site-account
    .content
    .list_cart_products
    .item_products
    .image
    .img {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.section-account-site
    .site-account
    .content
    .list_cart_products
    .item_products
    .image
    .img
    img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-account-site
    .site-account
    .content
    .list_cart_products
    .item_products
    .detail {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-account-site
    .site-account
    .content
    .list_cart_products
    .item_products
    .detail
    .text {
    width: 90%;
    padding: 0 20px;
}

.section-account-site
    .site-account
    .content
    .list_cart_products
    .item_products
    .detail
    .text
    .name-product {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #111111;
    letter-spacing: -0.01em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-account-site
    .site-account
    .content
    .list_cart_products
    .item_products
    .detail
    .text
    .name-cate {
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #828282;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-account-site
    .site-account
    .content
    .list_cart_products
    .item_products
    .detail
    .text
    .description {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #828282;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-account-site
    .site-account
    .content
    .list_cart_products
    .item_products
    .detail
    .text
    .amount {
    font-family: "Roboto";
    font-weight: 400;
    letter-spacing: -0.01em;
    font-size: 16px;
    line-height: 150%;
    color: var(--cltexth);
}

.section-account-site
    .site-account
    .content
    .list_cart_products
    .item_products
    .detail
    .price-box {
    max-width: 115px;
    min-width: 115px;
    text-align: right;
}

.section-account-site
    .site-account
    .content
    .list_cart_products
    .item_products
    .detail
    .price-box
    .price {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    color: var(--color2);
    margin-bottom: 8px;
}

.section-account-site
    .site-account
    .content
    .list_cart_products
    .item_products
    .detail
    .price-box
    .price-maker {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    color: #000852;
    text-decoration-line: line-through;
    opacity: 0.5;
}

.section-account-site .site-account .content .box_billing {
    margin-bottom: 15px;
}

.section-account-site .site-account .content .box_billing .item_bill {
    padding: 20px 0;
    margin-bottom: 15px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 20px 120px;
    text-align: right;
    border-bottom: 1px solid #f1f1f1;
}

.section-account-site .site-account .content .box_billing .item_bill h3 {
    color: #666666;
}

.section-account-site .site-account .content .box_billing .item_bill .price {
    font-weight: 700;
    color: var(--color2);
}

.section-account-site .site-account .content .box_billing .butt_yellow {
    width: 159px;
    margin-left: auto;
    margin-right: 0;
}

.section-account-site .site-account .content .box_billing .butt_yellow span {
    text-transform: math-auto;
}

.site_page_details_products {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
}

.site_page_details_products .item_information {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.site_page_details_products .item_information .breadcrumb {
    margin: 16px 0;
}

.site_page_details_products .item_information .small-centered {
    width: 50%;
}

.site_page_details_products .item_information .column .slider_main_single {
    position: relative;
}

.site_page_details_products .item_information .column .item-main-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.site_page_details_products .item_information .column .slider-single {
    line-height: 0;
    overflow: hidden;
    position: relative;
}

.site_page_details_products
    .item_information
    .column
    .slider-single
    .img_single {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.site_page_details_products
    .item_information
    .column
    .slider-single
    .img_single
    .img {
    width: 100%;
    padding-top: 100.6%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.site_page_details_products
    .item_information
    .column
    .slider-single
    .img_single
    .img
    img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.site_page_details_products
    .item_information
    .column
    .slider-single
    .img_single
    .img
    video {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.site_page_details_products
    .item_information
    .column
    .slider-single
    .img_single:hover
    .img {
    -webkit-transition: all 3s;
    transition: all 3s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.site_page_details_products
    .item_information
    .column
    .slider-single
    .slick-next {
    right: 22px;
    border: none;
}

.site_page_details_products
    .item_information
    .column
    .slider-single
    .slick-prev {
    left: 22px;
    border: none;
}

.site_page_details_products .item_information .detail {
    width: 50%;
    padding-left: 60px;
    padding-top: 45px;
    padding-right: 200px;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .box-top-main {
    margin-bottom: 25px;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .box-top-main
    .title-products {
    width: 100%;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .box-top-main
    .title-products
    h1 {
    font-family: "Times New Roman";
    font-weight: 700;
    color: var(--color1);
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .box-top-main
    .price-box
    .price {
    font-size: 21px;
    font-weight: 600;
    line-height: 140%;
    color: var(--color2);
    margin-bottom: 12px;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .box-top-main
    .price-box
    .price-maker {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #000852;
    text-decoration-line: line-through;
    opacity: 0.5;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    label {
    cursor: pointer;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    label
    input {
    display: none;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .product_option_bottle {
    width: 100%;
    padding: 30px 0;
    display: -ms-grid;
    display: grid;
    gap: 12px;
    border-bottom: 1px solid #cfcece;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .product_option_bottle
    .option_item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 13px 16px;
    background: white;
    border: 1px solid #f2f2f2;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .product_option_bottle
    .option_item
    .dots-check {
    position: relative;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #bdbdbd;
    border-radius: 100%;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .product_option_bottle
    .option_item
    .dots-check::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 100%;
    background: #2f80ed;
    visibility: hidden;
    opacity: 0;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .product_option_bottle
    .option_item
    .box-content {
    width: 100%;
    padding-left: 20px;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .product_option_bottle
    .option_item
    .box-content
    .price-box
    .price {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    color: var(--color2);
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .product_option_bottle
    .option_item
    .box-content
    .price-box
    .price-maker {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    color: #000852;
    text-decoration-line: line-through;
    opacity: 0.5;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .product_option_bottle
    .option_item
    .box-content
    .subscription-box {
    width: 100%;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .product_option_bottle
    .option_item
    .box-content
    .subscription-box
    .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 8px;
    color: #333333;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .product_option_bottle
    .option_item
    .box-content
    .subscription-box
    .desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    color: #828282;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .product_option_bottle
    .option_item
    .box-content
    .bottle-box
    .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 8px;
    color: var(--color1);
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .product_option_bottle
    .option_item
    .box-content
    .bottle-box
    .desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    color: #828282;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .product_option_bottle
    input[type="radio"]:checked
    + .option_item {
    background: #eef0ff;
    border: 1px solid transparent;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .product_option_bottle
    input[type="radio"]:checked
    + .option_item
    > .dots-check {
    border: 1px solid #2f80ed;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .product_option_bottle
    input[type="radio"]:checked
    + .option_item
    > .dots-check::before {
    visibility: visible;
    opacity: 1;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .total-bill-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 8px;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .total-bill-mobile
    .box-title
    h3 {
    text-transform: uppercase;
    font-family: "Times New Roman";
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #000852;
    margin-bottom: 5px;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .total-bill-mobile
    .bott-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    color: #828282;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .total-bill-mobile
    .box-prire {
    text-align: right;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .total-bill-mobile
    .box-prire
    .prire {
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    color: var(--color2);
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .product_option_describe
    .option_item {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #000000;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .product_option_describe
    .option_item
    .box-content
    .title-box {
    position: relative;
    padding-right: 20px;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .product_option_describe
    .option_item
    .box-content
    .title-box
    h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    color: #333333;
    text-transform: uppercase;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .product_option_describe
    .option_item
    .box-content
    .title-box
    .check-icon {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 12px;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .product_option_describe
    .option_item
    .box-content
    .title-box
    .check-icon::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: rgba(0, 0, 0, 0.5411764706);
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .product_option_describe
    .option_item
    .box-content
    .title-box
    .check-icon::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.5411764706);
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .product_option_describe
    .option_item
    .box-content
    .describe {
    padding-top: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    color: #4f4f4f;
    display: none;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .product_option_describe
    input:checked
    + .option_item
    > .box-content
    .describe {
    display: block;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .product_option_describe
    input:checked
    + .option_item
    > .box-content
    .check-icon::after {
    visibility: hidden;
    opacity: 0;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .box-btn-products {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 14px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .box-btn-products
    .butt {
    width: 100%;
    height: 60px;
    gap: 30px;
}

.site_page_details_products
    .item_information
    .detail
    .product_information
    .box-btn-products
    .butt
    span {
    font-size: 17.49px;
    font-weight: 600;
    text-transform: uppercase;
}

.section-content-page-product {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}

.section-content-page-product .container-product {
    width: 100%;
    max-width: 1320px;
    padding: 100px 15px;
    margin-left: auto;
    margin-right: auto;
}

.section-content-page-product .box-prime-content-top {
    width: 100%;
    margin-bottom: 100px;
}

.section-content-page-product
    .box-prime-content-top
    .list-policy-cpm
    .box-policy.box-policy-top {
    background: #000852;
}

.section-content-page-product
    .box-prime-content-top
    .list-policy-cpm
    .box-policy.box-policy-top
    .box-desc {
    color: #ffffff;
}

.section-content-page-product
    .box-prime-content-top
    .list-policy-cpm
    .box-policy.box-policy-bott {
    background: #006e9f;
}

.section-content-page-product
    .box-prime-content-top
    .list-policy-cpm
    .box-policy.box-policy-bott
    .box-desc {
    color: #ffffff;
}

.section-content-page-product
    .box-prime-content-top
    .list-policy-cpm
    .box-policy.box-policy-bott
    .box-desc
    .title-dr {
    border-top: 1px solid #ffffff;
}

.section-content-page-product
    .box-prime-content-top
    .list-policy-cpm
    .doctor-mane-box {
    width: 100%;
    padding: 60px 82px;
    background: #ffffff;
}

.section-content-page-product
    .box-prime-content-top
    .list-policy-cpm
    .doctor-mane-box
    .box-flex
    .image-avt {
    min-width: 210px;
    max-width: 210px;
    overflow: hidden;
    border-radius: 100%;
}

.section-content-page-product
    .box-prime-content-top
    .list-policy-cpm
    .doctor-mane-box
    .box-flex
    .image-avt
    .img {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.section-content-page-product
    .box-prime-content-top
    .list-policy-cpm
    .doctor-mane-box
    .box-flex
    .image-avt
    .img
    img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-content-page-product
    .box-prime-content-top
    .list-policy-cpm
    .doctor-mane-box
    .box-flex
    .description {
    width: 100%;
    padding-left: 70px;
    text-align: center;
}

.section-content-page-product
    .box-prime-content-top
    .list-policy-cpm
    .doctor-mane-box
    .box-flex
    .description
    .text-normal {
    font-size: 22px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0em;
    color: #000000;
}

.section-content-page-product
    .box-prime-content-top
    .list-policy-cpm
    .doctor-mane-box
    .box-flex
    .description
    .text-small {
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0em;
    color: var(--color1);
}

.section-content-page-product .box-prime-content-top .bann-healthy-comple {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.section-content-page-product
    .box-prime-content-top
    .bann-healthy-comple
    .icon-bann {
    position: absolute;
    bottom: 0;
    left: 80px;
    /* -webkit-transform: translateY(-50%);
  transform: translateY(-50%); */
    width: 559px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    z-index: 2;
}

/* .section-content-page-product
    .box-prime-content-top
    .bann-healthy-comple
    .icon-bann::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    overflow: hidden;
    z-index: -1;
    background: linear-gradient(
        180deg,
        rgba(191, 146, 61, 0.79) -0.69%,
        rgba(0, 8, 82, 0) 81.54%
    );
} */

.section-content-page-product
    .box-prime-content-top
    .bann-healthy-comple
    .icon-bann
    .img {
    width: 100%;
    padding-top: 100%;
    z-index: 1;
}

.section-content-page-product
    .box-prime-content-top
    .bann-healthy-comple
    .icon-bann
    .img
    img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 70%;
}

.section-content-page-product
    .box-prime-content-top
    .bann-healthy-comple
    .img-bann {
    width: 100%;
    padding-top: 46%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.section-content-page-product
    .box-prime-content-top
    .bann-healthy-comple
    .img-bann
    img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-content-page-product
    .box-prime-content-top
    .bann-healthy-comple
    .box-desc {
    position: absolute;
    right: 54px;
    top: 50%;
    width: 100%;
    max-width: 480px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.section-content-page-product
    .box-prime-content-top
    .bann-healthy-comple
    .box-desc
    h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 150%;
    color: #ffffff;
    margin-bottom: 48px;
}

.section-content-page-product
    .box-prime-content-top
    .bann-healthy-comple
    .box-desc
    .butt {
    width: 275px;
    height: 50px;
}

.section-content-page-product
    .box-prime-content-top
    .bann-healthy-comple
    .box-desc
    .butt
    span {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
}

.section-content-page-product .product_detail_science_list {
    width: 100%;
    overflow: hidden;
}

.section-content-page-product .experts_take_comple {
    width: 100%;
    overflow: hidden;
}

.section-content-page-product .experts_take_comple .slide-experts-take {
    margin: 0 -38px;
}

.section-content-page-product
    .experts_take_comple
    .slide-experts-take
    .item-experts {
    padding: 0 38px;
    text-align: center;
}

.section-content-page-product
    .experts_take_comple
    .slide-experts-take
    .item-experts
    .avt-image {
    width: 210px;
    overflow: hidden;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
}

.section-content-page-product
    .experts_take_comple
    .slide-experts-take
    .item-experts
    .avt-image
    .img {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.section-content-page-product
    .experts_take_comple
    .slide-experts-take
    .item-experts
    .avt-image
    .img
    img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-content-page-product
    .experts_take_comple
    .slide-experts-take
    .item-experts
    .title-box {
    width: 100%;
    margin-bottom: 26px;
}

.section-content-page-product
    .experts_take_comple
    .slide-experts-take
    .item-experts
    .title-box
    h4 {
    font-weight: 700;
    color: #1f2124;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-content-page-product
    .experts_take_comple
    .slide-experts-take
    .item-experts
    .title-box
    h6 {
    font-weight: 600;
    color: #828282;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-content-page-product
    .experts_take_comple
    .slide-experts-take
    .item-experts
    .desc-box {
    font-weight: 500;
    color: #4f4f4f;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-content-page-product .evaluate_comple {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.section-content-page-product .evaluate_comple .box-content .slide-evaluate {
    margin: 0 -38px;
}

.section-content-page-product
    .evaluate_comple
    .box-content
    .slide-evaluate
    .item-evaluate {
    padding: 0 38px;
}

.section-content-page-product
    .evaluate_comple
    .box-content
    .slide-evaluate
    .item-evaluate
    .top-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 18px;
}

.section-content-page-product
    .evaluate_comple
    .box-content
    .slide-evaluate
    .item-evaluate
    .top-item
    .rate-start
    .star-ratings {
    unicode-bidi: bidi-override;
    color: #ccc;
    font-size: 24px;
    line-height: 1;
    position: relative;
    margin: 0;
    padding: 0;
}

.section-content-page-product
    .evaluate_comple
    .box-content
    .slide-evaluate
    .item-evaluate
    .top-item
    .rate-start
    .star-ratings
    .fill-ratings {
    color: #ffc833;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
}

.section-content-page-product
    .evaluate_comple
    .box-content
    .slide-evaluate
    .item-evaluate
    .top-item
    .rate-start
    .star-ratings
    .fill-ratings
    span {
    display: inline-block;
}

.section-content-page-product
    .evaluate_comple
    .box-content
    .slide-evaluate
    .item-evaluate
    .top-item
    .rate-start
    .star-ratings
    .empty-ratings {
    padding: 0;
    display: block;
    z-index: 0;
}

.section-content-page-product
    .evaluate_comple
    .box-content
    .slide-evaluate
    .item-evaluate
    .top-item
    .date {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5px;
    color: #9098b1;
}

.section-content-page-product
    .evaluate_comple
    .box-content
    .slide-evaluate
    .item-evaluate
    .mid-item
    .title-rate {
    font-weight: 700;
    color: #4f4f4f;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-content-page-product
    .evaluate_comple
    .box-content
    .slide-evaluate
    .item-evaluate
    .mid-item
    .desc-rate {
    margin-top: 8px;
    color: #4f4f4f;
    font-weight: 500;
}

.section-content-page-product
    .evaluate_comple
    .box-content
    .slide-evaluate
    .item-evaluate
    .mid-item
    .read-more-link,
.section-content-page-product
    .evaluate_comple
    .box-content
    .slide-evaluate
    .item-evaluate
    .mid-item
    .read-less-link {
    display: inline-block;
    margin-top: 9px;
    color: #2f80ed;
    cursor: pointer;
}

.section-content-page-product
    .evaluate_comple
    .box-content
    .slide-evaluate
    .item-evaluate
    .mid-item
    .name-cmt {
    margin-top: 20px;
    font-weight: 700;
    color: #4f4f4f;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-content-page-product .questions_ask_comple {
    width: 100%;
    background: #f9f9fb;
    padding: 40px 40px 2px 40px;
}

.section-content-page-product .questions_ask_comple .box-list-ask label {
    cursor: pointer;
}

.section-content-page-product .questions_ask_comple .box-list-ask label input {
    display: none;
}

.section-content-page-product
    .questions_ask_comple
    .box-list-ask
    .option_questions
    .option_item {
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-content-page-product
    .questions_ask_comple
    .box-list-ask
    .option_questions
    .option_item
    .stt {
    font-weight: 700;
    color: #1f2124;
}

.section-content-page-product
    .questions_ask_comple
    .box-list-ask
    .option_questions
    .option_item
    .box-content {
    width: 100%;
    padding-left: 27px;
}

.section-content-page-product
    .questions_ask_comple
    .box-list-ask
    .option_questions
    .option_item
    .box-content
    .title-box {
    position: relative;
    padding-right: 111px;
}

.section-content-page-product
    .questions_ask_comple
    .box-list-ask
    .option_questions
    .option_item
    .box-content
    .title-box
    h3 {
    font-weight: 700;
    color: #1f2124;
}

.section-content-page-product
    .questions_ask_comple
    .box-list-ask
    .option_questions
    .option_item
    .box-content
    .title-box
    .check-icon {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 12px;
}

.section-content-page-product
    .questions_ask_comple
    .box-list-ask
    .option_questions
    .option_item
    .box-content
    .title-box
    .check-icon::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: rgba(0, 0, 0, 0.5411764706);
}

.section-content-page-product
    .questions_ask_comple
    .box-list-ask
    .option_questions
    .option_item
    .box-content
    .title-box
    .check-icon::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.5411764706);
}

.section-content-page-product
    .questions_ask_comple
    .box-list-ask
    .option_questions
    .option_item
    .box-content
    .describe {
    padding-top: 18px;
    padding-right: 111px;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #4f4f4f;
    display: none;
}

.section-content-page-product
    .questions_ask_comple
    .box-list-ask
    .option_questions
    input[type="checkbox"]:checked
    + .option_item
    > .box-content
    .describe {
    display: block;
}

.section-content-page-product
    .questions_ask_comple
    .box-list-ask
    .option_questions
    input[type="checkbox"]:checked
    + .option_item
    > .box-content
    .check-icon::after {
    visibility: hidden;
    opacity: 0;
}

.section-more-product {
    width: 100%;
    background: #ffffff;
    margin-bottom: 100px;
    overflow: hidden;
}

.section-more-product .company-produtcs {
    width: 100%;
}

.section-more-product .slide-products-more {
    margin: 0 -15px;
}

.section-more-product .slide-products-more .product-item {
    padding: 0 15px;
}

.slide-science .slick-prev {
    right: 70px;
    left: auto;
    transform: translate(0, 0);
    top: 0;
}

.slide-science .slick-next {
    right: 15px;
    top: 0;
    transform: translate(0, 0);
}

.product_detail_journey {
    width: 100%;
    overflow: hidden;
}

.product_detail_journey .journey-complete-box {
    width: 100%;
    overflow: hidden;
}

.product_detail_journey .journey-complete-box .box-top-day {
    width: 100%;
    margin-bottom: 16px;
}

.product_detail_journey .journey-complete-box .box-top-day .box-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product_detail_journey .journey-complete-box .box-top-day .box-flex .item {
    width: 140px;
}

.product_detail_journey
    .journey-complete-box
    .box-top-day
    .box-flex
    .item
    > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.product_detail_journey
    .journey-complete-box
    .box-top-day
    .box-flex
    .item
    span {
    font-family: "Times New Roman";
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    color: #4f4f4f;
}

.product_detail_journey
    .journey-complete-box
    .box-top-day
    .box-flex
    .item:nth-child(3) {
    padding-right: 10px;
}

.product_detail_journey
    .journey-complete-box
    .box-top-day
    .box-flex
    .item:nth-child(4) {
    padding-right: 12px;
}

.product_detail_journey
    .journey-complete-box
    .box-top-day
    .box-flex
    .item:nth-child(5) {
    padding-right: 10px;
}

.product_detail_journey
    .journey-complete-box
    .box-top-day
    .box-flex
    .item:first-child,
.product_detail_journey
    .journey-complete-box
    .box-top-day
    .box-flex
    .item:last-child {
    display: inline-block;
    width: auto;
}

.product_detail_journey
    .journey-complete-box
    .box-top-day
    .box-flex
    .item:first-child
    span,
.product_detail_journey
    .journey-complete-box
    .box-top-day
    .box-flex
    .item:last-child
    span {
    width: auto;
}

.product_detail_journey .slide-journey {
    padding-top: 56px;
    margin: 0 -48px;
}

.product_detail_journey .slide-journey .journey-box {
    min-width: 1160px;
    max-width: 1160px;
    padding: 0 48px;
    cursor: -webkit-grab;
}

.product_detail_journey .slide-journey .journey-box .image {
    min-width: 263px;
    max-width: 263px;
}

.product_detail_journey .slide-journey .journey-box .image .img {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
}

.product_detail_journey .slide-journey .journey-box .image .img img,
.product_detail_journey .slide-journey .journey-box .image .img video,
.product_detail_journey .slide-journey .journey-box .image .img iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    /* width: 100%; */
    width: 300%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

.product_detail_journey .slide-journey .journey-box .box-content {
    width: 100%;
    padding-left: 40px;
}

.product_detail_journey .slide-journey .journey-box .box-content .title-box {
    font-family: "Times New Roman";
    font-size: 24px;
    font-weight: 700;
    color: #000852;
    margin-bottom: 16px;
}

.product_detail_journey .slide-journey .journey-box .box-content .description {
    font-size: 14px;
    font-weight: 400;
    color: #4f4f4f;
}

.product_detail_journey .slide-journey .slick-dots {
    position: absolute;
    left: 50%;
    bottom: auto;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 100px);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product_detail_journey .slide-journey .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0;
    z-index: 1;
}

.product_detail_journey .slide-journey .slick-dots li:nth-child(1) {
    z-index: 10;
}

.product_detail_journey .slide-journey .slick-dots li:nth-child(2) {
    z-index: 9;
}

.product_detail_journey .slide-journey .slick-dots li:nth-child(3) {
    z-index: 8;
}

.product_detail_journey .slide-journey .slick-dots li:nth-child(4) {
    z-index: 7;
}

.product_detail_journey .slide-journey .slick-dots li:nth-child(5) {
    z-index: 6;
}

.product_detail_journey .slide-journey .slick-dots li:nth-child(6) {
    z-index: 5;
}

.product_detail_journey .slide-journey .slick-dots li:nth-child(7) {
    z-index: 4;
}

.product_detail_journey .slide-journey .slick-dots li:nth-child(8) {
    z-index: 3;
}

.product_detail_journey .slide-journey .slick-dots li:nth-child(9) {
    z-index: 2;
}

.product_detail_journey .slide-journey .slick-dots li::before {
    width: 100%;
    height: 100%;
    z-index: 3;
}

.product_detail_journey .slide-journey .slick-dots li::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background: #cfcece;
    width: 260px;
    height: 3px;
    z-index: -1;
}

.product_detail_journey .slide-journey .slick-dots li.slick-active {
    border: none;
}

.product_detail_journey .slide-journey .slick-dots li.slick-active::after {
    background: #bf923d;
    z-index: -1;
}

.product_detail_journey
    .slide-journey
    .slick-dots
    li:has(~ .slick-active)::before {
    background: #bf923d;
}

.product_detail_journey
    .slide-journey
    .slick-dots
    li:has(~ .slick-active)::after {
    background: #bf923d;
}

.section-payment {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 99;
    background: #f8f8f8;
}

.section-payment.section-payment-1 .pro-payment-complete .breadcrumb {
    margin: 35px 0;
}

.section-payment.section-payment-2
    .pro-payment-complete
    .payment-flex
    .information-item.information-contact {
    margin-bottom: 37px;
}

.section-payment.section-payment-2
    .pro-payment-complete
    .payment-flex
    .information-item
    .required-field {
    margin-bottom: 20px;
}

.section-payment.section-payment-2
    .pro-payment-complete
    .payment-flex
    .information-item
    .title-information {
    margin-bottom: 18px;
}

.section-payment.section-payment-2
    .pro-payment-complete
    .payment-flex
    .box-contact-change {
    width: 100%;
    border: 1px solid #cfcece;
}

.section-payment.section-payment-2
    .pro-payment-complete
    .payment-flex
    .box-contact-change
    .box-change {
    width: 100%;
    padding: 19px 19px 19px 24px;
    border-bottom: 1px solid #cfcece;
    font-size: 16px;
    font-weight: 500;
}

.section-payment.section-payment-2
    .pro-payment-complete
    .payment-flex
    .box-contact-change
    .box-change:last-child {
    border-bottom: none;
}

.section-payment.section-payment-2
    .pro-payment-complete
    .payment-flex
    .box-contact-change
    .box-change
    .title,
.section-payment.section-payment-2
    .pro-payment-complete
    .payment-flex
    .box-contact-change
    .box-change
    .fix-text {
    line-height: 150%;
    color: #bdbdbd;
}

.section-payment.section-payment-2
    .pro-payment-complete
    .payment-flex
    .box-contact-change
    .box-change
    .content {
    width: 100%;
    line-height: 140%;
    color: #333333;
}

.section-payment.section-payment-2
    .pro-payment-complete
    .payment-flex
    .box-contact-change
    .box-economy {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 44px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 24px;
}

.section-payment.section-payment-2
    .pro-payment-complete
    .payment-flex
    .box-contact-change
    .box-economy
    .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #4f4f4f;
}

.section-payment.section-payment-2
    .pro-payment-complete
    .payment-flex
    .box-contact-change
    .box-economy
    .desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    color: #bdbdbd;
}

.section-payment .pro-payment-complete .breadcrumb {
    position: relative;
    z-index: 2;
}

.section-payment .pro-payment-complete .payment-flex {
    position: relative;
    z-index: 1;
}

.section-payment .pro-payment-complete .payment-flex .order-summary-box,
.section-payment .pro-payment-complete .payment-flex .information-comple {
    width: 100%;
}

.section-payment .pro-payment-complete .payment-flex .title-box-order {
    padding: 30px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #cfcece;
}

.section-payment .pro-payment-complete .payment-flex .title-box-order h2 {
    font-family: "Times New Roman";
    font-weight: 700;
    letter-spacing: 0.01em;
    margin: 0;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .list-product-cart
    .item-product {
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .list-product-cart
    .item-product
    .image {
    position: relative;
    max-width: 100px;
    min-width: 100px;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .list-product-cart
    .item-product
    .image
    .img {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    background: #ebecf4;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .list-product-cart
    .item-product
    .image
    .img
    img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .list-product-cart
    .item-product
    .image
    .quantity {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #d9d9d9;
    border-radius: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    color: #000000;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .list-product-cart
    .item-product
    .content-box {
    width: 100%;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .list-product-cart
    .item-product
    .content-box
    .desc-box {
    width: 100%;
    display: -ms-grid;
    display: grid;
    gap: 3px;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .list-product-cart
    .item-product
    .content-box
    .desc-box
    h5 {
    font-family: "Times New Roman";
    font-weight: 700;
    color: var(--color1);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .list-product-cart
    .item-product
    .content-box
    .desc-box
    p {
    font-weight: 400;
    color: #828282;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .list-product-cart
    .item-product
    .content-box
    .desc-box
    p.desc {
    font-weight: 500;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .list-product-cart
    .item-product
    .content-box
    .price-box {
    min-width: 111px;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .list-product-cart
    .item-product
    .content-box
    .price-box
    .price {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    color: var(--color2);
    margin-bottom: 8px;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .list-product-cart
    .item-product
    .content-box
    .price-box
    .price-maker {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    opacity: 0.5;
    text-decoration-line: line-through;
    color: #000852;
}

.section-payment .pro-payment-complete .payment-flex .box-discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .box-discount
    .input-group {
    width: 100%;
    height: 60px;
    position: relative;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .box-discount
    .input-group
    input {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 24px;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0em;
    color: #333333;
    border: 1px solid #cfcece;
    background: white;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .box-discount
    .input-group
    input::-webkit-input-placeholder {
    color: #828282;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .box-discount
    .input-group
    input::-moz-placeholder {
    color: #828282;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .box-discount
    .input-group
    input:-ms-input-placeholder {
    color: #828282;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .box-discount
    .input-group
    input::-ms-input-placeholder {
    color: #828282;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .box-discount
    .input-group
    input::placeholder {
    color: #828282;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .box-discount
    .input-group
    input:focus {
    border: 1px solid var(--color2);
}

.section-payment .pro-payment-complete .payment-flex .box-discount button {
    min-width: 121px;
    max-width: 121px;
    height: 60px;
    background: #bf923d;
}

.section-payment .pro-payment-complete .payment-flex .box-discount button span {
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #ffffff;
}

.section-payment .pro-payment-complete .payment-flex .information-item {
    width: 100%;
    margin-bottom: 40px;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-item.information-contact {
    margin-bottom: 97px;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-item
    .title-information {
    font-family: "Times New Roman";
    font-weight: 700;
    letter-spacing: 0.01em;
    margin-bottom: 8px;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-item
    .required-field {
    font-weight: 700;
    letter-spacing: 0.01em;
    margin-bottom: 27px;
    color: #eb5757;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-item
    .form-address
    .flex-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 23px 0;
    margin: 0 -11.5px;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-item
    .form-address
    .flex-form
    .input-group {
    padding: 0 11.5px;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-item
    .input-group {
    width: 100%;
    height: 70px;
    position: relative;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-item
    .input-group
    input {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 24px;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0em;
    color: #333333;
    border: 1px solid #cfcece;
    background: transparent;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-item
    .input-group
    input::-webkit-input-placeholder {
    color: #bdbdbd;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-item
    .input-group
    input::-moz-placeholder {
    color: #bdbdbd;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-item
    .input-group
    input:-ms-input-placeholder {
    color: #bdbdbd;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-item
    .input-group
    input::-ms-input-placeholder {
    color: #bdbdbd;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-item
    .input-group
    input::placeholder {
    color: #bdbdbd;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-item
    .input-group
    input:focus {
    border: 1px solid var(--color2);
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-item
    .input-group
    input[type="number"] {
    -moz-appearance: textfield;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-item
    .input-group
    input::-webkit-outer-spin-button,
.section-payment
    .pro-payment-complete
    .payment-flex
    .information-item
    .input-group
    input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-item
    .input-group
    select {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 24px;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 140%;
    letter-spacing: 0em;
    color: #bdbdbd;
    border: 1px solid #cfcece;
    background: transparent;
    z-index: 2;
    cursor: pointer;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-item
    .input-group
    select:focus {
    border: 1px solid var(--color2);
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-item
    .input-group.input-select
    .chevron-down {
    position: absolute;
    right: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
    z-index: 1;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-item
    .input-group.input-email
    input {
    padding-left: 66px;
    background-repeat: no-repeat;
    background-position: 23px 50%;
    background-image: url(../img/mail.png);
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-payment
    .title-information {
    margin-bottom: 17px;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-payment
    .payment-box {
    position: relative;
    padding: 20px 24px;
    z-index: 1;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-payment
    .payment-box::before {
    position: absolute;
    content: "";
    background: #000852;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    z-index: -1;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-payment
    .payment-box
    .option_item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-payment
    .payment-box
    .option_item
    .dots-check {
    position: relative;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #bdbdbd;
    border-radius: 100%;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-payment
    .payment-box
    .option_item
    .dots-check::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 7px);
    height: calc(100% - 7px);
    border-radius: 100%;
    background: #2f80ed;
    visibility: hidden;
    opacity: 0;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-payment
    .payment-box
    .option_item
    .box-content {
    width: 100%;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-payment
    .payment-box
    .option_item
    .box-content
    .bott-item {
    display: none;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-payment
    .payment-box
    .option_item
    .icon-visa {
    padding-left: 11px;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-payment
    .payment-box
    .option_item.payment-option {
    position: relative;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-payment
    .payment-box
    .option_item.payment-option
    .dots-check {
    position: absolute;
    top: 2px;
    left: 0;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-payment
    .payment-box
    .option_item
    .top-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2px 20px;
    margin-bottom: 20px;
    padding-left: 36px;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-payment
    .payment-box
    .option_item
    .top-item
    .carding {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    color: #1f2124;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-payment
    .payment-box
    .option_item
    .bott-item
    .form-payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
    gap: 11px 0;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-payment
    .payment-box
    .option_item
    .bott-item
    .form-payment
    .input-group {
    height: 60px;
    padding: 0 5px;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-payment
    .payment-box
    .option_item
    .bott-item
    .form-payment
    .input-group
    input {
    padding-left: 22px;
    font-size: 14px;
    border: 1px solid #cfcece;
    background: #ffffff;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-payment
    .payment-box
    .option_item
    .bott-item
    .form-payment
    .input-group
    input::-webkit-input-placeholder {
    color: #828282;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-payment
    .payment-box
    .option_item
    .bott-item
    .form-payment
    .input-group
    input::-moz-placeholder {
    color: #828282;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-payment
    .payment-box
    .option_item
    .bott-item
    .form-payment
    .input-group
    input:-ms-input-placeholder {
    color: #828282;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-payment
    .payment-box
    .option_item
    .bott-item
    .form-payment
    .input-group
    input::-ms-input-placeholder {
    color: #828282;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-payment
    .payment-box
    .option_item
    .bott-item
    .form-payment
    .input-group
    input::placeholder {
    color: #828282;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-payment
    .payment-box
    .option_item
    .bott-item
    .form-payment
    .input-group.input-security
    input {
    background-repeat: no-repeat;
    padding-right: 45px;
    background-position: calc(100% - 20px) 50%;
    background-image: url(../img/help-circle.png);
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-payment
    .payment-box
    .option_item
    .bott-item
    .form-payment
    .input-group.input-lock
    input {
    background-repeat: no-repeat;
    padding-right: 45px;
    background-position: calc(100% - 20px) 50%;
    background-image: url(../img/lock.png);
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-payment
    .payment-box
    label {
    cursor: pointer;
    display: block;
    margin-bottom: 20px;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-payment
    .payment-box
    label:last-child {
    margin-bottom: 0;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-payment
    .payment-box
    label
    input[type="radio"] {
    display: none;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-payment
    .payment-box
    label
    input[type="radio"]:checked
    + .option_item
    > .box-content
    .bott-item {
    display: block;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-payment
    .payment-box
    label
    input[type="radio"]:checked
    + .option_item
    > .dots-check {
    border: 1px solid #2f80ed;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-payment
    .payment-box
    label
    input[type="radio"]:checked
    + .option_item
    > .dots-check::before {
    visibility: visible;
    opacity: 1;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-billing
    .title-information {
    margin-bottom: 10px !important;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-billing
    .desc-box {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 14px;
    color: #333333;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-billing
    .billing-box {
    border: 1px solid #cfcece;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-billing
    .billing-box
    .option_item {
    width: 100%;
    padding: 23px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-billing
    .billing-box
    .option_item
    .dots-check {
    position: relative;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #bdbdbd;
    border-radius: 100%;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-billing
    .billing-box
    .option_item
    .dots-check::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 7px);
    height: calc(100% - 7px);
    border-radius: 100%;
    background: #2f80ed;
    visibility: hidden;
    opacity: 0;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-billing
    .billing-box
    .option_item
    .box-content {
    width: 100%;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-billing
    .billing-box
    .option_item
    .box-content
    p {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #333333;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-billing
    .billing-box
    label {
    cursor: pointer;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-billing
    .billing-box
    label
    .option_item {
    border-bottom: 1px solid #cfcece;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-billing
    .billing-box
    label:last-child
    .option_item {
    border-bottom: none;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-billing
    .billing-box
    label
    input[type="radio"] {
    display: none;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-billing
    .billing-box
    label
    input[type="radio"]:checked
    + .option_item
    > .dots-check {
    border: 1px solid #2f80ed;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-billing
    .billing-box
    label
    input[type="radio"]:checked
    + .option_item
    > .dots-check::before {
    visibility: visible;
    opacity: 1;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-understand
    .understand-box
    .option_item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 4px;
    gap: 20px;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-understand
    .understand-box
    .option_item
    .dots-check {
    position: relative;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #bdbdbd;
    border-radius: 100%;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-understand
    .understand-box
    .option_item
    .dots-check::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 7px);
    height: calc(100% - 7px);
    border-radius: 100%;
    background: #2f80ed;
    visibility: hidden;
    opacity: 0;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-understand
    .understand-box
    .option_item
    .box-content {
    width: 100%;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-understand
    .understand-box
    .option_item
    .box-content
    p {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #333333;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-understand
    .understand-box
    label {
    cursor: pointer;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-understand
    .understand-box
    label:first-child
    .option_item {
    padding: 23px 24px;
    margin-bottom: 30px;
    border: 1px solid #cfcece;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-understand
    .understand-box
    label
    input[type="radio"] {
    display: none;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-understand
    .understand-box
    label
    input[type="radio"]:checked
    + .option_item
    > .dots-check {
    border: 1px solid #2f80ed;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .information-understand
    .understand-box
    label
    input[type="radio"]:checked
    + .option_item
    > .dots-check::before {
    visibility: visible;
    opacity: 1;
}

.section-payment .pro-payment-complete .payment-flex .box-btn-flex {
    width: 100%;
    margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .box-btn-flex
    .btn-return-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .box-btn-flex
    .btn-return-cart
    .icon {
    width: 50px;
    height: 50px;
    opacity: 0.5;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .box-btn-flex
    .btn-return-cart
    span {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #4f4f4f;
}

.section-payment .pro-payment-complete .payment-flex .box-btn-flex .butt {
    width: 360px;
    height: 60px;
}

.section-payment .pro-payment-complete .payment-flex .box-btn-flex .butt span {
    font-size: 17px;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .box-btn-products
    .total-bill {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .box-btn-products
    .total-bill
    .box-title
    h3 {
    text-transform: uppercase;
    font-family: "Times New Roman";
    font-size: 32px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #000852;
    margin-bottom: 6px;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .box-btn-products
    .total-bill
    .bott-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    color: #828282;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .box-btn-products
    .total-bill
    .box-prire {
    text-align: right;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .box-btn-products
    .total-bill
    .box-prire
    .prire {
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 10px;
    color: var(--color2);
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .box-btn-products
    .total-bill
    .box-prire
    .bott-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0px;
    color: #828282;
}

.section-payment .pro-payment-complete .payment-flex .box-btn-products .butt {
    width: 100%;
    height: 60px;
}

.section-payment
    .pro-payment-complete
    .payment-flex
    .box-btn-products
    .butt
    span {
    font-size: 15px;
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
}

.section-list-products .box-list-products.box-list-products-price::before,
.section-list-products .box-list-products.box-list-products-price .btn-see-now {
    display: none;
}

.site_thanksyou {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.site_thanksyou .thanksyou-content {
    width: 100%;
    margin-bottom: 80px;
}

.site_thanksyou .thanksyou-content .img-fame {
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
}

.site_thanksyou .thanksyou-content .img-fame img {
    width: 100%;
}

.site_thanksyou .thanksyou-content h1 {
    font-family: "DM Serif Text";
    text-align: center;
    font-size: 62px;
    color: var(--color1);
    font-weight: 700;
    line-height: 140%;
}

.site_thanksyou .thanksyou-content p {
    font-family: "DM Serif Text";
    text-align: center;
    font-size: 28px;
    color: var(--color1);
    font-weight: 500;
    line-height: 140%;
}

.site_thanksyou .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
}

.science-main-form .box-content .slide-science {
    margin: 0 -9px;
}

.science-main-form .box-content .slide-science .layout-science {
    padding: 0 10px;
}

@media screen and (min-width: 501px) {
    .section_consumer_demands
        .list_products-consumer_demands
        label
        .title-pro-mobile {
        display: none;
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .box-top-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .box-top-main
        .title-products {
        max-width: 370px;
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .box-top-main
        .price-box {
        max-width: 150px;
        min-width: 150px;
        text-align: right;
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .product_option_bottle {
        border-top: 1px solid #cfcece;
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .product_option_bottle
        .option_item
        .box-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .product_option_bottle
        .option_item
        .box-content
        .price-box {
        max-width: 111px;
        min-width: 111px;
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .product_option_bottle
        .option_item
        .box-content
        .price-box
        .price {
        margin-bottom: 8px;
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .product_option_bottle
        .option_item
        .box-content
        .subscription-box {
        padding: 0 30px;
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .product_option_bottle
        .option_item
        .box-content
        .bottle-box {
        max-width: 90px;
        min-width: 90px;
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .product_option_bottle
        .btn-more-option {
        display: none;
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .total-bill-mobile {
        display: none;
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .product_option_describe {
        margin-bottom: 37px;
    }
}

@media screen and (min-width: 576px) {
    .section-content-page-product
        .box-prime-content-top
        .list-policy-cpm
        .doctor-mane-box
        .box-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .list-policy-cpm .box-policy .box-desc .read-more-link {
        padding-bottom: 30px;
    }

    .section-top-about
        .box-flex-about
        .text-content
        .description-content
        .read-more-link,
    .section-top-about
        .box-flex-about
        .text-content
        .description-content
        .read-less-link {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .section-payment
        .pro-payment-complete
        .payment-flex
        .list-product-cart
        .item-product
        .content-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .section-payment
        .pro-payment-complete
        .payment-flex
        .list-product-cart
        .item-product
        .content-box
        .desc-box {
        padding-left: 16px;
        padding-right: 30px;
    }
}

@media screen and (min-width: 768px) {
    .container-detail {
        width: 100%;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 10px;
    }

    .product_detail_journey .slide-journey .journey-box .box-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section-brand-history .content-branding .menu-branding .list-branding {
        max-height: 540px;
        overflow-y: scroll;
    }

    .section-brand-history
        .content-branding
        .menu-branding
        .list-branding::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: #f5f5f5;
    }

    .section-brand-history
        .content-branding
        .menu-branding
        .list-branding::-webkit-scrollbar {
        width: 3px;
        background-color: #f5f5f5;
    }

    .section-brand-history
        .content-branding
        .menu-branding
        .list-branding::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #a87e30;
    }

    .section-payment .pro-payment-complete .payment-flex .box-discount {
        padding: 30px 0;
        margin-bottom: 30px;
        border-bottom: 1px solid #cfcece;
        border-top: 1px solid #cfcece;
    }

    .section-payment
        .pro-payment-complete
        .payment-flex
        .box-discount
        .input-group {
        padding-right: 13px;
    }

    .section-payment
        .pro-payment-complete
        .payment-flex
        .box-btn-products
        .butt {
        display: none;
    }

    .section-detail-doctor .bann-detail-doctor {
        padding: 40px 20px;
    }

    .section-detail-doctor .bann-detail-doctor::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("../img/bg-top-detail-doctor.png");
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        opacity: 0.4;
    }

    .section-detail-doctor .bann-detail-doctor .box-content .relate-box {
        height: 568.64px;
    }

    .section-detail-doctor .bann-detail-doctor .box-content .image {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 58.75%;
    }

    .section-detail-doctor .bann-detail-doctor .box-content .content {
        position: absolute;
        bottom: 0;
        right: 0;
        max-width: 60%;
        padding: 60px 26px;
    }

    .section_item_news::before {
        content: url("../img/bf-bg2.png");
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .section_item_news .top-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 73px;
        margin-bottom: 34px;
    }

    .section_item_news .top-box .title-site {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    .section_science_list::before {
        content: url("../img/bf-bg2.png");
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .section_science_list .science-main-form .title-site {
        max-width: 270px;
        min-width: 270px;
        margin-left: 0;
    }

    .product_detail_science_list .science-main-form .title-site {
        max-width: 215px;
        margin-left: 0;
    }

    .science-main-form {
        display: flex;
    }

    .science-main-form .box-content {
        padding-left: 46px;
    }

    .science-main-form
        .box-content
        .slide-science
        .slick-track
        .slick-slide:nth-child(even)
        .layout-science
        .pro-content
        .modules-top
        .image {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .science-main-form
        .box-content
        .slide-science
        .slick-track
        .slick-slide:nth-child(even)
        .layout-science
        .pro-content
        .modules-top
        .title-box {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .science-main-form
        .box-content
        .slide-science
        .slick-track
        .slick-slide:nth-child(even)
        .layout-science
        .pro-content
        .modules-top
        .desc-box {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
  
  }

@media (min-width: 991px) and (max-width: 1199px) {
    .section-payment .pro-payment-complete .payment-flex .box-btn-flex {
        gap: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .list-policy-cpm .box-policy .image,
    .list-policy-cpm .box-policy .image.video {
        width: 50%;
    }

    .list-policy-cpm .box-policy .box-desc {
        width: 50%;
        padding: 40px 40px 40px 60px;
    }

    .section-payment .pro-payment-complete .payment-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .section-payment .pro-payment-complete .payment-flex .order-summary-box {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-width: 50%;
        padding-left: 30px;
        margin-top: -90px;
        margin-bottom: 120px;
    }

    .section-payment .pro-payment-complete .payment-flex .information-comple {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 50%;
        padding-right: 30px;
        position: relative;
        z-index: 1;
    }

    .section-payment
        .pro-payment-complete
        .payment-flex
        .information-comple::before {
        content: "";
        z-index: -1;
        position: absolute;
        bottom: 0;
        right: 0;
        background: #ffffff;
        width: 1000pc;
        height: 1000pc;
    }

    .section-contact-site .layout-contact-prime .box-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .section-contact-site .layout-contact-prime .box-flex.box-flex-bott {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section-contact-site .layout-contact-prime .box-flex .box-item-left {
        max-width: 50%;
        padding-right: 26px;
    }

    .section-contact-site .layout-contact-prime .box-flex .box-item-right {
        max-width: 50%;
    }

    .site_form_sign_login .item-login .img_login {
        display: block;
    }

    .section-detail-doctor .bann-detail-doctor {
        padding: 87px 40px;
    }

    .section-detail-doctor .bann-detail-doctor .box-content .content {
        max-width: 53.75%;
        padding: 60px 36px 100px 32px;
    }

    .section-distributor-policy .form-register-collaborator {
        padding-top: 80px;
    }

    .section-distributor-policy
        .list-pro-policy
        .box-policy:nth-child(even)
        .image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .section-distributor-policy
        .list-pro-policy
        .box-policy:nth-child(even)
        .box-desc {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .section-content-page-product
        .box-prime-content-top
        .list-policy-cpm
        .box-policy:nth-child(even)
        .image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .section-content-page-product
        .box-prime-content-top
        .list-policy-cpm
        .box-policy:nth-child(even)
        .box-desc {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .section-content-page-product
        .box-prime-content-top
        .list-policy-cpm
        .box-policy-bott
        .doctor-mane-box {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .section-content-page-product
        .box-prime-content-top
        .list-policy-cpm
        .box-policy-bott
        .image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .section-content-page-product
        .box-prime-content-top
        .list-policy-cpm
        .box-policy-bott
        .box-desc {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .site_page_details_products .item_information .breadcrumb {
        display: none;
    }
}

@media (min-width: 1200px) {
    .section-account-site .site-account {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .section-account-site .site-account .box-lg {
        padding-top: 45px;
        padding-left: 73px;
    }

    .section-payment .pro-payment-complete .payment-flex .order-summary-box {
        max-width: 40%;
        padding-left: 50px;
    }

    .section-payment .pro-payment-complete .payment-flex .information-comple {
        max-width: 60%;
        padding-right: 70px;
    }

    .section-payment.section-payment-2
        .pro-payment-complete
        .payment-flex
        .information-comple {
        padding-bottom: 60px;
    }

    .section-payment.section-payment-2
        .pro-payment-complete
        .payment-flex
        .box-contact-change
        .box-change {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 44px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .section-payment.section-payment-2
        .pro-payment-complete
        .payment-flex
        .box-contact-change
        .box-change
        .title,
    .section-payment.section-payment-2
        .pro-payment-complete
        .payment-flex
        .box-contact-change
        .box-change
        .fix-text {
        min-width: 80px;
        max-width: 80px;
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .box-top-main
        .price-box {
        max-width: 170px;
        min-width: 170px;
    }

    .banner-site-page .link-page.link-page-account {
        bottom: -105px;
    }

    .section-contact-site .layout-contact-prime .box-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .section-contact-site .layout-contact-prime .box-flex.box-flex-bott {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section-contact-site .layout-contact-prime .box-flex .box-item-left {
        max-width: 42.5%;
        padding-right: 40px;
    }

    .section-contact-site .layout-contact-prime .box-flex .box-item-right {
        max-width: 57.5%;
    }

    .section-list-achievement .slide-achievement {
        padding-left: 90px;
        padding-right: 90px;
    }

    .list-item-information .list-gt .ligt .content-ligt::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        width: 60%;
        height: 100%;
        background: linear-gradient(
            234.73deg,
            #b3c0ed 14.62%,
            rgba(247, 249, 255, 0) 61.05%
        );
    }

    .list-item-information .list-gt .ligt .desc-box .butt {
        position: absolute;
        left: 0;
        bottom: 0;
    }
}

@media (min-width: 1400px) {
    .section-list-achievement .slide-achievement {
        padding-left: 153px;
        padding-right: 153px;
    }

    .science-main-form .box-content {
        padding-left: 100px;
    }

    .science-main-form .box-content .slide-science {
        margin: 0 -13px;
    }

    .science-main-form .box-content .slide-science .layout-science {
        padding: 0 14.5px;
    }

    .banner-site-page .link-page.mation {
        bottom: 40px;
    }

    .banner-site-page .link-page.mation .title-banner {
        max-width: 520px;
    }

    .section-brand-history .image {
        width: calc(50% - 100px);
    }
}

@media (min-width: 1500px) {
    .section-brand-history .image {
        width: calc(50% - 140px);
    }
}

@media (min-width: 1700px) {
    .section-brand-history .image {
        width: calc(50% - 200px);
    }
}

@media (max-width: 1899px) {
    .head_site .language-box {
        padding: 0 30px;
    }
}

@media (max-width: 1799px) {
    .head_site .language-box {
        padding: 0 10px;
    }
}

@media (max-width: 1699px) {
    .head_site .language-box {
        border-left: none;
    }

    .head_site .language-box .select-inline .select span {
        display: none;
    }
}

@media (max-width: 1599px) {
    .head_site {
        zoom: 0.9;
    }

    .section-brand-history {
        min-height: auto;
        padding: 80px 0;
    }

    .section_science_list::before,
    .section_item_news::before {
        zoom: 0.8;
    }

    .site_page_details_products .item_information .detail {
        padding-left: 40px;
        padding-top: 30px;
        padding-right: 100px;
    }
}

@media (max-width: 1399px) {
    .section-brand-history .image {
        width: calc(50% - 60px);
    }

    .head_site {
        zoom: 0.85;
    }

    .section-expert-advisors .leadership-complete .box-leadership {
        height: 800px;
    }

    .section-expert-advisors .leadership-complete .box-leadership .desc-box {
        top: 80px;
    }

    .section-expert-advisors .leadership-complete .box-leadership .image-dr {
        left: 0;
        width: 35%;
    }

    .section-expert-advisors .leadership-complete .box-leadership .box-desc-dr {
        width: 77%;
    }

    .section_science_list::before,
    .section_item_news::before {
        zoom: 0.7;
    }

    .product_detail_journey .slide-journey {
        margin: 0 -30px;
    }

    .product_detail_journey .slide-journey .journey-box {
        min-width: 1100px;
        max-width: 1100px;
        padding: 0 30px;
    }

    .site_page_details_products .item_information .detail {
        padding-left: 30px;
        padding-top: 20px;
        padding-right: 60px;
    }

    .section-agency .agency-complete .title-complete {
        font-size: 60px;
    }

    .section-agency .agency-complete .grid-list-agency {
        -ms-grid-columns: (minmax(0, 1fr)) [6];
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .section-symbol-col {
        padding: 80px 0;
    }

    .section-symbol-col .box-sape .flex-sapo::before {
        zoom: 0.8;
    }

    .section-symbol-col .box-sape .flex-sapo .single-sapo {
        width: calc(50% + 30px);
        margin-left: -30px;
        padding: 35px 40px 35px 140px;
    }

    .section-symbol-col .box-sape .flex-sapo .single-sapo:first-child {
        margin-right: -30px;
        padding: 35px 140px 35px 40px;
    }

    .section-symbol-col .box-sape .flex-sapo .single-sapo .box-images {
        margin-bottom: 38px;
    }

    .section-symbol-col .box-sape .flex-sapo .single-sapo .box-images::before {
        zoom: 0.9;
    }

    .section-symbol-col
        .box-sape
        .flex-sapo
        .single-sapo
        .box-images
        .img-small {
        zoom: 0.8;
    }

    .section-symbol-col .box-sape .flex-sapo .single-sapo .box-images .img-big {
        zoom: 0.8;
    }

    .section_bann_home
        .main_bann_col0_slide
        .item_background
        .box-content
        .max-cn {
        zoom: 0.8;
    }

    .section-brand-history .content-branding {
        max-width: 600px;
    }

    .banner-site-page .link-page {
        bottom: 50px;
    }

    .banner-site-page .link-page .title-banner {
        font-size: 58px;
    }

    .list-item-information {
        padding: 80px 0;
    }

    .section-list-achievement .container-custom .stt {
        font-size: 260px;
    }

    .site_form_sign_login {
        padding: 80px 0;
    }
}

@media (max-width: 1299px) {
    .head_site {
        zoom: 0.8;
    }
}

@media (max-width: 1199px) {
    .science-main-form .box-content .slide-science .pro-content {
        min-width: 321px;
        max-width: 321px;
    }

    .site_page_details_products .item_information .detail {
        padding-right: 30px;
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .box-top-main
        .price-box
        .price {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .box-top-main
        .price-box
        .price-maker {
        font-size: 15px;
    }

    .section_science_list::before,
    .section_item_news::before {
        zoom: 0.6;
    }

    .section-content-page-product .container-product {
        padding: 80px 15px;
    }

    .section-content-page-product
        .box-prime-content-top
        .list-policy-cpm
        .doctor-mane-box {
        padding: 48px 60px;
    }

    .section-content-page-product
        .box-prime-content-top
        .list-policy-cpm
        .doctor-mane-box
        .box-flex
        .description {
        padding-left: 40px;
    }

    .section-content-page-product
        .box-prime-content-top
        .list-policy-cpm
        .doctor-mane-box
        .box-flex
        .description
        .text-normal {
        font-size: 20px;
    }

    .section-content-page-product
        .box-prime-content-top
        .bann-healthy-comple
        .icon-bann {
        left: 30px;
        width: 400px;
    }

    .section-content-page-product
        .box-prime-content-top
        .bann-healthy-comple
        .box-desc {
        right: 20px;
    }

    .section-content-page-product
        .box-prime-content-top
        .bann-healthy-comple
        .box-desc
        h2 {
        font-size: 32px;
        margin-bottom: 38px;
    }

    .product_detail_journey .slide-journey .journey-box {
        min-width: 900px;
        max-width: 900px;
    }

    .product_detail_journey
        .journey-complete-box
        .box-top-day
        .box-flex
        .item
        span {
        font-size: 18px;
    }

    .section-product-philosophy {
        padding: 80px 0;
    }

    .section-product-philosophy .title-site {
        margin-bottom: 60px;
    }

    .section-product-philosophy .pro-philosophy .philosophy-grid {
        gap: 40px 0;
        -ms-grid-columns: minmax(0, 1fr) 0 minmax(0, 1fr) 0 minmax(0, 1fr);
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .section-account-site {
        padding-bottom: 60px;
    }

    .section-account-site .site-account .box-xs {
        padding-top: 20px;
        margin-bottom: 40px;
    }

    .section-contact-site {
        padding-bottom: 80px;
    }

    .section-contact-site .breadcrumb {
        margin-bottom: 50px;
    }

    .section-contact-site .layout-contact-prime .box-flex-top {
        margin-bottom: 60px;
    }

    .section-news-category {
        padding-bottom: 80px;
    }

    .section-news-category .news-list-category .grid-news-category {
        gap: 40px;
    }

    .section-news-category .news-list-category .item-news .item-content {
        padding: 30px 14px 14px 60px;
    }

    .section-news-category
        .news-list-category
        .item-news
        .item-content::before {
        left: 30px;
    }

    .section-news-category .list-news {
        padding-top: 0;
    }

    .section-news-category .list-news .grid-news-category {
        -ms-grid-columns: (minmax(0, 1fr)) [2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section-list-products .breadcrumb {
        margin: 30px 0 40px 0;
    }

    .section-list-products .form-desc-product .title-category {
        margin-bottom: 20px;
    }

    .section-list-products .form-desc-product .desc-box h2 {
        margin-bottom: 20px;
    }

    .section-list-products .box-list-products .flex-box {
        -ms-grid-columns: minmax(0, 1fr) 30px minmax(0, 1fr) 30px minmax(0, 1fr);
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 50px 30px;
    }

    .section-doctor-other {
        padding-top: 60px;
    }

    .section-agency .agency-complete .title-complete {
        font-size: 50px;
    }

    .section-agency .agency-complete .grid-list-agency {
        -ms-grid-columns: (minmax(0, 1fr)) [5];
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .section-distributor-policy
        .distributor-complete
        .box-content-top
        .desc-box {
        margin-bottom: 40px;
    }

    .section-distributor-policy
        .distributor-complete
        .box-content-top
        .desc-box
        .title-Dancing {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .section-distributor-policy
        .distributor-complete
        .box-content-top
        .desc-box
        .description {
        margin-top: 40px;
    }

    .section-distributor-policy
        .distributor-complete
        .conpany-policy-top
        .box-text-center
        h3 {
        font-size: 32px;
    }

    .section-expert-advisors .leadership-complete {
        padding-bottom: 80px;
    }

    .section-expert-advisors .leadership-complete .box-leadership {
        height: auto;
    }

    .section-expert-advisors .leadership-complete .box-leadership .desc-box {
        position: relative;
        top: auto;
        right: auto;
        max-width: none;
        padding: 60px 40px;
    }

    .section-expert-advisors
        .leadership-complete
        .box-leadership
        .desc-box::after {
        top: 10px;
        right: 6px;
    }

    .section-expert-advisors
        .leadership-complete
        .box-leadership
        .desc-box::before {
        top: 20px;
        left: 40px;
    }

    .section-expert-advisors
        .leadership-complete
        .box-leadership
        .desc-box
        .title-leadership {
        font-size: 38px;
    }

    .section-expert-advisors .leadership-complete .box-leadership .image-dr {
        position: relative;
        left: auto;
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .section-expert-advisors .leadership-complete .box-leadership .box-desc-dr {
        position: relative;
        width: 100%;
    }

    .section-expert-advisors
        .leadership-complete
        .box-leadership
        .box-desc-dr
        > div {
        max-width: none;
    }

    .section-payment
        .pro-payment-complete
        .payment-flex
        .information-item.information-contact {
        margin-bottom: 60px;
    }

    .section-payment.section-payment-2
        .pro-payment-complete
        .payment-flex
        .information-item.information-contact {
        margin-bottom: 23px;
    }

    .section-payment.section-payment-2
        .pro-payment-complete
        .payment-flex
        .box-contact-change
        .box-change {
        font-size: 14px;
        padding: 19px 16px;
    }

    .section-payment.section-payment-2
        .pro-payment-complete
        .payment-flex
        .box-contact-change
        .box-change
        .content {
        padding-left: 70px;
        margin-bottom: 17px;
        text-align: right;
    }

    .section-payment.section-payment-2
        .pro-payment-complete
        .payment-flex
        .box-contact-change
        .box-change
        .fix-text {
        text-align: right;
    }

    .section-payment.section-payment-2
        .pro-payment-complete
        .payment-flex
        .box-contact-change
        .box-economy {
        padding: 16px;
        gap: 20px;
    }

    .section-payment.section-payment-2
        .pro-payment-complete
        .payment-flex
        .box-contact-change
        .box-economy
        .title {
        font-size: 14px;
    }

    .section-payment.section-payment-2
        .pro-payment-complete
        .payment-flex
        .box-contact-change
        .box-economy
        .desc {
        font-size: 12px;
    }

    .section-difference {
        padding: 70px 0;
    }

    .section-brand-history {
        padding: 60px 0;
    }

    .section-brand-history .content-branding {
        max-width: 500px;
    }

    .section-symbol-col {
        padding: 60px 0;
    }

    .section-symbol-col .box-sape .flex-sapo::before {
        zoom: 0.8;
    }

    .section-symbol-col .box-sape .flex-sapo .single-sapo {
        height: 360px;
    }

    .section-symbol-col .box-sape .flex-sapo .single-sapo .box-images {
        margin-bottom: 30px;
    }

    .section-symbol-col .box-sape .flex-sapo .single-sapo .box-images::before {
        zoom: 0.8;
    }

    .section-symbol-col
        .box-sape
        .flex-sapo
        .single-sapo
        .box-images
        .img-small {
        zoom: 0.6;
    }

    .section-symbol-col .box-sape .flex-sapo .single-sapo .box-images .img-big {
        zoom: 0.6;
    }

    .list-item-information {
        padding: 60px 0;
    }

    .list-item-information .list-gt .ligt .content-ligt {
        padding: 30px 60px 46px 60px;
        min-height: 540px;
    }

    .list-item-information .list-gt .ligt .desc-box {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: center;
    }

    .list-item-information .list-gt .ligt .desc-box .top-text {
        margin-bottom: 25px;
    }

    .list-item-information .list-gt .ligt .desc-box .top-text .text-cate {
        margin-bottom: 8px;
    }

    .list-item-information .list-gt .ligt .desc-box .top-text h3 {
        margin-bottom: 12px;
    }

    .list-item-information .list-gt .ligt .desc-box .butt {
        margin-left: auto;
        margin-right: auto;
    }

    .list-item-information .list-gt .ligt .image {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .section-top-about {
        padding-bottom: 80px;
    }

    .section-top-about.section-about-in-background {
        padding: 80px 0;
    }

    .section-top-about .box-flex-about .text-content {
        padding-left: 60px;
    }

    .banner-site-page.banner-site-page-account .slidein-banner .item {
        padding-top: 300px;
    }

    .banner-site-page .link-page {
        bottom: 40px;
    }

    .banner-site-page .link-page.link-page-account .container-custom {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .banner-site-page .link-page .image-avata {
        min-width: 160px;
        max-width: 160px;
        margin-left: 0;
        overflow: hidden;
    }

    .banner-site-page .link-page .account_text {
        padding-left: 30px;
    }

    .banner-site-page .link-page .account_text .name-text {
        font-size: 24px;
    }

    .banner-site-page .link-page .title-banner {
        font-size: 48px;
    }

    .site_form_sign_login {
        padding: 60px 0;
    }

    .site_form_sign_login .item-login {
        width: 100%;
    }

    .title-site {
        margin-bottom: 50px;
    }

    .title-site .title-text,.section_consumer_demands .box-top h2 {
        font-size: 36px;
        padding-bottom: 18px;
    }

    .title-site .title-text::before, .section_consumer_demands .box-top h2::after {
        width: 108px;
        height: 7px;
    }

    .section-new-other {
        padding-top: 70px;
    }

    .section-new-other .title-site {
        margin-bottom: 40px;
    }

    .slide-news-item {
        margin: 0 -15px;
    }

    .slide-news-item .item-news {
        padding: 0 15px;
    }

    .section_item_news {
        padding: 80px 0;
    }

    .slick-dots li {
        zoom: 0.9;
    }

    .list-item-joint {
        padding: 80px 0;
    }

    .section-list-achievement {
        padding-top: 60px;
    }

    .section-list-achievement .container-custom .stt {
        bottom: -120px;
        font-size: 200px;
    }

    .section-list-achievement .title-site {
        margin-bottom: 60px;
    }

    .section-list-achievement .slide-achievement .pro-content .context {
        padding-left: 40px;
    }

    .section-list-achievement
        .slide-achievement
        .pro-content
        .context
        .title-pro {
        font-size: 40px;
    }

    .section_science_list .science-main-form {
        margin: 70px 0;
    }
}

@media (max-width: 991px) {
    .section-payment {
        background: #ffffff;
    }

    .section_science_list::before,
    .section_item_news::before {
        zoom: 0.5;
    }

    .section-content-page-product .container-product {
        padding: 60px 15px;
    }

    .section-content-page-product .box-prime-content-top {
        margin-bottom: 80px;
    }

    .section-content-page-product
        .box-prime-content-top
        .list-policy-cpm
        .doctor-mane-box {
        padding: 40px 20px;
    }

    .section-content-page-product
        .box-prime-content-top
        .list-policy-cpm
        .doctor-mane-box
        .box-flex
        .description {
        padding-left: 30px;
    }

    .section-content-page-product
        .box-prime-content-top
        .list-policy-cpm
        .doctor-mane-box
        .box-flex
        .description
        .text-normal {
        font-size: 18px;
    }

    .section-content-page-product
        .box-prime-content-top
        .list-policy-cpm
        .box-policy
        .image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .section-content-page-product
        .box-prime-content-top
        .list-policy-cpm
        .box-policy
        .image.video {
        /* padding: 30px 25px 0 25px; */
        padding: 0;
    }

    .section-content-page-product
        .box-prime-content-top
        .list-policy-cpm
        .box-policy
        .box-desc {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .section-content-page-product
        .box-prime-content-top
        .list-policy-cpm
        .box-policy.box-policy-top
        .box-desc {
        padding: 64px 25px;
    }

    .section-content-page-product
        .box-prime-content-top
        .bann-healthy-comple
        .icon-bann {
        width: 300px;
    }

    .section-content-page-product
        .box-prime-content-top
        .bann-healthy-comple
        .box-desc {
        max-width: 380px;
        right: 10px;
    }

    .section-content-page-product
        .box-prime-content-top
        .bann-healthy-comple
        .box-desc
        h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .section-content-page-product .evaluate_comple {
        padding: 80px 0;
    }

    .product_detail_journey .slide-journey {
        margin: 0 -15px;
    }

    .product_detail_journey .slide-journey .slick-dots {
        width: calc(100% - 50px);
    }

    .product_detail_journey .slide-journey .journey-box {
        padding: 0 15px;
        min-width: 700px;
        max-width: 700px;
    }

    .product_detail_journey
        .journey-complete-box
        .box-top-day
        .box-flex
        .item
        span {
        font-size: 16px;
    }

    .site_page_details_products .item_information {
        max-width: 670px;
        padding-left: 13px;
        padding-right: 13px;
        margin-left: auto;
        margin-right: auto;
    }

    .site_page_details_products .item_information .small-centered {
        width: 100%;
    }

    .site_page_details_products .item_information .column .slider_main_single {
        position: relative;
    }

    .site_page_details_products .item_information .column .item-main-slider {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .site_page_details_products
        .item_information
        .column
        .slider-single
        .slick-next {
        right: 8px;
    }

    .site_page_details_products
        .item_information
        .column
        .slider-single
        .slick-prev {
        left: 8px;
    }

    .site_page_details_products .item_information .detail {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .list-policy-cpm .box-policy .box-desc .title-dr {
        padding-top: 35px;
        font-size: 28px;
        margin-bottom: 30px;
    }

    .list-policy-cpm .box-policy .box-desc .desc-dr {
        font-size: 15px;
    }

    .section-account-site {
        padding-bottom: 40px;
    }

    .section-account-site .site-account .list-item li .item-menu {
        padding-left: 30px;
    }

    .section-account-site .site-account form {
        padding: 30px;
    }

    .section-account-site .site-account form .title-form .add-dess {
        padding: 8px 14px;
    }

    .section-account-site .site-account form .title-form .add-dess span {
        font-size: 14px;
    }

    .section-account-site
        .site-account
        form
        .group-input
        .texting
        .default-btn {
        padding: 4px 14px;
    }

    .section-account-site
        .site-account
        form
        .group-input
        .texting
        .default-btn
        span {
        font-size: 12px;
        line-height: 14px;
    }

    .box-social-share {
        padding: 40px 0;
    }

    .section-contact-site {
        padding-bottom: 60px;
    }

    .section-contact-site .breadcrumb {
        margin-bottom: 40px;
    }

    .section-contact-site
        .layout-contact-prime
        .box-flex-top
        .box-list-address {
        margin-bottom: 50px;
    }

    .section-contact-site .layout-contact-prime .box-flex-bott .box-text-maps {
        margin-bottom: 40px;
    }

    .section-contact-site
        .layout-contact-prime
        .box-flex-bott
        .box-text-maps
        .title-map {
        font-size: 24px;
    }

    .section-detail-new .box-share-post {
        display: none;
    }

    .section-doctor-other {
        padding-top: 30px;
    }

    .section-doctor-other .title-site {
        margin-bottom: 30px;
    }

    .section-new-other {
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .section-new-other .title-site {
        margin-bottom: 30px;
    }

    .section-distributor-policy
        .distributor-complete
        .box-content-top
        .desc-box {
        margin-bottom: 30px;
    }

    .section-distributor-policy
        .distributor-complete
        .box-content-top
        .desc-box
        .title-Dancing {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .section-distributor-policy
        .distributor-complete
        .box-content-top
        .desc-box
        .description {
        font-size: 15px;
        margin-top: 30px;
    }

    .section-distributor-policy .distributor-complete .conpany-policy-top {
        margin-bottom: 40px;
    }

    .section-distributor-policy
        .distributor-complete
        .conpany-policy-top
        .box-policy {
        margin-bottom: 40px;
    }

    .section-distributor-policy
        .distributor-complete
        .conpany-policy-top
        .box-text-center
        h3 {
        font-size: 28px;
    }

    .section-distributor-policy
        .distributor-complete
        .conpany-policy-top
        .box-text-center
        p {
        font-size: 15px;
    }

    .section-news-category {
        padding-bottom: 60px;
    }

    .section-news-category .news-list-category .grid-news-category {
        -ms-grid-columns: (minmax(0, 1fr)) [1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .section-news-category .list-news .grid-news-category {
        -ms-grid-columns: minmax(0, 1fr) 30px minmax(0, 1fr);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 46px 30px;
    }

    .section-news-category .news_tabs_controll {
        gap: 20px;
        margin-bottom: 40px;
    }

    .section-news-category .news_tabs_controll li a {
        padding: 4px 22px;
    }

    .section-news-category .news_tabs_controll li a.news_tab_active {
        font-size: 21px;
    }

    .section-list-products .breadcrumb {
        margin: 20px 0 30px 0;
    }

    .section-list-products .form-desc-product .title-category {
        margin-bottom: 16px;
    }

    .section-list-products .form-desc-product .desc-box h2 {
        margin-bottom: 16px;
    }

    .section-list-products .box-list-products {
        padding-top: 60px;
    }

    .section-list-products .box-list-products .flex-box {
        -ms-grid-columns: minmax(0, 1fr) 30px minmax(0, 1fr);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 50px 30px;
    }

    .section-agency .agency-complete {
        padding: 44px 0 30px 0;
    }

    .section-agency .agency-complete .title-complete {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .section-agency .agency-complete .grid-list-agency {
        gap: 10px 9px;
        -ms-grid-columns: minmax(0, 1fr) 9px minmax(0, 1fr) 9px minmax(0, 1fr)
            9px minmax(0, 1fr);
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .section-agency .agency-complete .grid-list-agency .item-icon .icon {
        padding-top: 57%;
    }

    .section-difference {
        padding: 50px 0;
    }

    .section-difference .title-site {
        margin-bottom: 40px;
    }

    .section-difference .box-flex-rence {
        gap: 30px;
    }

    .section-expert-advisors .title-site {
        margin-bottom: 40px;
    }

    .section-expert-advisors
        .content-advisors
        .list-doctor-about
        .item-doctor
        .description
        .title-mod {
        font-size: 24px;
    }

    .section-expert-advisors
        .content-advisors
        .list-doctor-about
        .item-doctor
        .description
        .box-desc {
        font-size: 15px;
    }

    .section-product-philosophy {
        padding: 60px 0;
    }

    .section-product-philosophy .title-site {
        margin-bottom: 50px;
    }

    .section-product-philosophy .pro-philosophy .philosophy-grid {
        -ms-grid-columns: (minmax(0, 1fr)) [2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section-product-philosophy
        .pro-philosophy
        .philosophy-grid
        .item-philosophy:nth-child(odd) {
        border-left: none;
    }

    .section-product-philosophy
        .pro-philosophy
        .philosophy-grid
        .item-philosophy
        .icon-image {
        margin-left: auto;
        margin-right: auto;
    }

    .section-product-philosophy
        .pro-philosophy
        .philosophy-grid
        .item-philosophy
        .description
        h3 {
        text-align: center;
    }

    .section-product-philosophy
        .pro-philosophy
        .philosophy-grid
        .item-philosophy
        .description
        p {
        text-align: center;
    }

    .section_science_list .science-main-form {
        margin: 50px 0;
    }

    .section-symbol-col {
        padding: 30px 0;
    }

    .section-symbol-col .box-sape .flex-sapo {
        display: -ms-grid;
        display: grid;
    }

    .section-symbol-col .box-sape .flex-sapo::before {
        zoom: 1;
    }

    .section-symbol-col .box-sape .flex-sapo .single-sapo {
        width: 100%;
        height: auto;
        padding: 112px 35px 43px 35px;
        margin: -40px 0 0 0 !important;
    }

    .section-symbol-col .box-sape .flex-sapo .single-sapo::before {
        background-image: url(../img/Rectangle1.png);
    }

    .section-symbol-col .box-sape .flex-sapo .single-sapo:first-child {
        padding: 43px 35px 112px 35px;
        margin: 0 0 -40px 0 !important;
    }

    .section-symbol-col .box-sape .flex-sapo .single-sapo .box-text h3 {
        font-size: 20px;
        margin-bottom: 16px;
        text-align: center;
    }

    .section-symbol-col .box-sape .flex-sapo .single-sapo .box-text p {
        font-size: 14px;
        text-align: center;
    }

    .section-symbol-col .box-sape .flex-sapo .single-sapo .box-images {
        display: -ms-grid;
        display: grid;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 120px;
    }

    .section-symbol-col .box-sape .flex-sapo .single-sapo .box-images::before {
        zoom: 1;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        left: calc(50% - 40px);
        top: 54%;
    }

    .section-symbol-col
        .box-sape
        .flex-sapo
        .single-sapo
        .box-images
        .img-small {
        zoom: 1;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 auto;
    }

    .section-symbol-col .box-sape .flex-sapo .single-sapo .box-images .img-big {
        zoom: 1;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 auto;
    }

    .section-brand-history {
        padding: 40px 0;
        background: #fbfafa;
    }

    .section-brand-history .image {
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        position: relative;
        top: auto;
        right: auto;
    }

    .section-brand-history .image .img {
        height: auto;
        padding-top: 111%;
    }

    .section-brand-history .content-branding {
        max-width: none;
        margin-bottom: 20px;
    }

    .section-brand-history
        .content-branding
        .menu-branding
        .list-branding
        label
        > div::after {
        top: 5px;
    }

    .section-brand-history
        .content-branding
        .menu-branding
        .list-branding
        label
        > div
        .dy-date
        span {
        font-size: 18px;
    }

    .section-brand-history
        .content-branding
        .menu-branding
        .list-branding
        label
        input[type="radio"]:checked
        + div::after {
        top: 9px;
    }

    .section-brand-history
        .content-branding
        .menu-branding
        .list-branding
        label
        input[type="radio"]:checked
        + div
        .dy-date
        span {
        font-size: 30px;
    }

    .banner-site-page.banner-site-page-account .slidein-banner .item {
        padding-top: 200px;
    }

    .banner-site-page .link-page {
        bottom: 30px;
    }

    .banner-site-page .link-page .image-avata {
        min-width: 120px;
        max-width: 120px;
    }

    .banner-site-page .link-page .image-avata .img img {
        width: calc(100% - 4px);
        height: calc(100% - 4px);
    }

    .banner-site-page .link-page .account_text {
        padding-left: 20px;
    }

    .banner-site-page .link-page .account_text .name-text {
        font-size: 18px;
    }

    .banner-site-page .link-page .account_text .address-text {
        font-size: 14px;
    }

    .banner-site-page .link-page .title-banner {
        font-size: 36px;
    }

    .section-top-about {
        padding-bottom: 60px;
    }

    .section-top-about.section-about-in-background {
        padding: 60px 0;
    }

    .section-top-about.section-about-in-background::before {
        background-size: cover;
    }

    .section-top-about.section-about-in-background
        .box-flex-about
        .text-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .section-top-about.section-about-in-background .box-flex-about .image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .section-top-about .box-flex-about {
        display: -ms-grid;
        display: grid;
        gap: 20px;
    }

    .section-top-about .box-flex-about .text-content {
        width: 100%;
        padding-left: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .section-top-about .box-flex-about .text-content .title-site {
        margin-bottom: 30px;
    }

    .section-top-about .box-flex-about .image {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .section_item_news {
        padding: 60px 0;
    }

    .list-item-information {
        padding: 46px 0;
    }

    .list-item-information .list-gt .ligt .new-produce {
        zoom: 0.8;
    }

    .section_consumer_demands {
        margin-bottom: 80px;
    }

    .section_consumer_demands .list_products-consumer_demands {
        gap: 100px;
    }

    .section-list-achievement {
        padding-top: 40px;
    }

    .section-list-achievement .container-custom .stt {
        bottom: -140px;
        font-size: 160px;
        text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
            1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
    }

    .section-list-achievement .title-site {
        margin-bottom: 40px;
    }

    .section-list-achievement .slide-achievement .pro-content .context {
        padding-left: 30px;
    }

    .section-list-achievement
        .slide-achievement
        .pro-content
        .context
        .title-pro {
        font-size: 30px;
    }

    .site_form_sign_login {
        padding: 40px 0;
    }

    .site_form_sign_login .item-login .login_form {
        width: 100%;
        padding: 50px;
    }

    .site_form_sign_login .item-login .login_form .form .title-form {
        font-size: 28px;
    }

    .site_form_sign_login .item-login .login_form .img_logo-login {
        zoom: 0.9;
    }

    .title-site {
        margin-bottom: 40px;
    }

    .title-site .title-text ,.section_consumer_demands .box-top h2 {
        font-size: 32px;
        padding-bottom: 16px;
    }

    .title-site .title-text::before, .section_consumer_demands .box-top h2::after {
        width: 100px;
        height: 6px;
    }

    .title-site p {
        margin-top: 20px;
    }

    .list-item-doctor {
        padding: 40px 0;
    }

    .list-item-doctor .slide-doctor-item .pro-content .context .doctor-box h3 {
        font-size: 20px;
    }

    .section_bann_home
        .main_bann_col0_slide
        .item_background
        .box-content
        .max-cn {
        max-width: 500px;
    }

    .section_bann_home
        .main_bann_col0_slide
        .item_background
        .container-custom {
        max-width: 100%;
    }

    .section_bann_home
        .main_bann_col0_slide
        .item_background
        .images
        .icon-play {
        zoom: 0.8;
    }

    .slick-dots li {
        zoom: 0.8;
    }

    .list-item-joint {
        padding-top: 60px;
    }

    .list-item-joint .title-site {
        text-align: center;
    }

    .list-item-joint .title-site .title-text::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .list-item-joint .slide-joint-item .slick-dots {
        bottom: -36px;
    }

    .section_bann_video .bann_link_video .background_video .butt {
        display: none;
    }

    .section_bann_video .bann_link_video .background_video .img {
        padding-top: 220px;
    }

    .form-register-collaborator {
        padding: 70px 0;
    }

    .form-register-collaborator .title-site {
        margin-bottom: 36px;
    }

    .form-register-collaborator form .form-group input {
        font-size: 15px;
    }

    .section-more-product {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .list-policy-cpm .box-policy .box-desc {
        padding: 20px;
    }

    .list-policy-cpm .box-policy .box-desc .title-dr {
        padding-top: 20px;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .list-policy-cpm .box-policy .box-desc .desc-dr {
        font-size: 14px;
    }

    .section-payment .pro-payment-complete .breadcrumb {
        margin: 16px 0 14px 0;
    }

    .section-payment .pro-payment-complete .payment-flex .title-box-order {
        padding: 16px 0;
        margin-bottom: 17px;
    }

    .section-payment .pro-payment-complete .payment-flex .title-box-order h2 {
        font-size: 20px;
    }

    .section-payment .pro-payment-complete .payment-flex .box-btn-flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
    }

    .section-payment
        .pro-payment-complete
        .payment-flex
        .box-btn-flex
        .btn-return-cart {
        gap: 12px;
    }

    .section-payment
        .pro-payment-complete
        .payment-flex
        .box-btn-flex
        .btn-return-cart
        .icon {
        width: 38px;
        height: 38px;
    }

    .section-payment .pro-payment-complete .payment-flex .box-btn-flex .butt {
        display: none;
    }

    .section-payment .pro-payment-complete .payment-flex .box-btn-products {
        /* position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 22px 12px 25px 12px;
    gap: 4px;
    -webkit-box-shadow: 0px -4px 15.3999996185px 0px rgba(0, 0, 0, 0.0784313725);
    box-shadow: 0px -4px 15.3999996185px 0px rgba(0, 0, 0, 0.0784313725);
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    background: #ffffff;
    z-index: 999;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr)); */
    }

    .section-payment
        .pro-payment-complete
        .payment-flex
        .box-btn-products
        .total-bill
        .box-title
        h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .section-payment
        .pro-payment-complete
        .payment-flex
        .box-btn-products
        .total-bill
        .bott-text {
        font-size: 12px;
    }

    .section-payment
        .pro-payment-complete
        .payment-flex
        .box-btn-products
        .total-bill
        .box-prire
        .prire {
        font-size: 20px;
        margin-bottom: 1px;
    }

    .section-payment .pro-payment-complete .payment-flex .box-discount {
        padding: 20px 0;
    }

    .section-payment
        .pro-payment-complete
        .payment-flex
        .box-discount
        .input-group
        input {
        padding-left: 16px;
        font-size: 14px;
    }

    .section-payment
        .pro-payment-complete
        .payment-flex
        .information-item
        .title-information {
        font-size: 20px;
    }

    .section-payment
        .pro-payment-complete
        .payment-flex
        .information-item
        .required-field {
        margin-bottom: 24px;
    }

    .section-payment
        .pro-payment-complete
        .payment-flex
        .information-item
        .input-group {
        height: 60px;
    }

    .section-payment
        .pro-payment-complete
        .payment-flex
        .information-item
        .input-group
        input {
        padding-left: 24px;
        font-size: 14px;
    }

    .section-payment
        .pro-payment-complete
        .payment-flex
        .information-item
        .input-group
        select {
        font-size: 14px;
    }

    .section-payment
        .pro-payment-complete
        .payment-flex
        .information-item
        .input-group.input-email
        input {
        padding-left: 53px;
        background-position: 18px 50%;
    }

    .section-payment
        .pro-payment-complete
        .payment-flex
        .information-item
        .form-address
        .flex-form {
        gap: 12px 0;
    }

    .section-payment
        .pro-payment-complete
        .payment-flex
        .information-item.information-contact {
        margin-bottom: 23px;
    }

    .section-payment
        .pro-payment-complete
        .payment-flex
        .list-product-cart
        .item-product {
        margin-bottom: 22px;
        padding-bottom: 16px;
        border-bottom: 1px solid #cfcece;
    }

    .section-payment
        .pro-payment-complete
        .payment-flex
        .list-product-cart
        > a:last-child
        .item-product {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }

    .section-more-product {
        margin-bottom: 60px;
    }

    .product_detail_journey .journey-complete-box .box-top-day {
        margin-bottom: 10px;
    }

    .product_detail_journey .journey-complete-box .box-top-day .box-flex .item {
        display: none;
    }

    .product_detail_journey
        .journey-complete-box
        .box-top-day
        .box-flex
        .item
        span {
        font-size: 14px;
    }

    .product_detail_journey .slide-journey .slick-dots {
        width: calc(100% - 33px);
    }

    .product_detail_journey .slide-journey .journey-box {
        min-width: 460px;
        max-width: 460px;
    }

    .product_detail_journey .slide-journey .journey-box .image {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }

    .product_detail_journey .slide-journey .journey-box .box-content {
        padding-left: 0;
        text-align: center;
    }

    .product_detail_science_list .science-main-form {
        margin-top: 41px;
        margin-bottom: 40px;
    }

    .product_detail_science_list .science-main-form .title-site {
        text-align: left;
        margin-bottom: 20px;
    }

    .product_detail_science_list .science-main-form .title-site h2::before {
        left: 0%;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    .section-content-page-product .box-prime-content-top {
        margin-bottom: 60px;
    }

    .section-content-page-product .box-prime-content-top .bann-healthy-comple {
        width: auto;
        margin-left: -12px;
        margin-right: -12px;
        margin-top: 20px;
        padding: 22px 50px;
    }

    .section-content-page-product
        .box-prime-content-top
        .bann-healthy-comple
        .icon-bann {
        position: relative;
        width: 100%;
        max-width: 231px;
        margin-left: auto;
        margin-right: auto;
        top: auto;
        left: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .section-content-page-product
        .box-prime-content-top
        .bann-healthy-comple
        .img-bann {
        position: absolute;
        top: 0;
        left: 0;
        padding-top: 0;
        height: 100%;
    }

    .section-content-page-product
        .box-prime-content-top
        .bann-healthy-comple
        .box-desc {
        position: relative;
        max-width: 100%;
        right: auto;
        top: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .section-content-page-product
        .box-prime-content-top
        .bann-healthy-comple
        .box-desc
        h2 {
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .section-content-page-product
        .box-prime-content-top
        .bann-healthy-comple
        .box-desc
        .butt {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .section-content-page-product .evaluate_comple {
        padding: 60px 0;
    }

    .section-content-page-product
        .evaluate_comple
        .box-content
        .slide-evaluate {
        margin: 0 -15px;
    }

    .section-content-page-product
        .evaluate_comple
        .box-content
        .slide-evaluate
        .item-evaluate {
        padding: 0 15px;
    }

    .section-content-page-product .experts_take_comple .slide-experts-take {
        margin: 0 -16px;
    }

    .section-content-page-product
        .experts_take_comple
        .slide-experts-take
        .item-experts {
        padding: 0 16px;
    }

    .section-account-site .site-account .box-xs {
        min-width: 260px;
        max-width: 260px;
    }

    .section-account-site .site-account .list-item li .item-menu {
        padding: 10px;
        padding-left: 20px;
    }

    .section-account-site .site-account form {
        padding: 24px 20px;
    }

    .section-account-site .site-account form .group-input .title {
        min-width: 120px;
    }

    .section-account-site
        .site-account
        .content
        .list_cart_products
        .item_products {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 12px 0;
    }

    .section-account-site
        .site-account
        .content
        .list_cart_products
        .item_products
        .detail {
        width: calc(100% - 112px);
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section-account-site
        .site-account
        .content
        .list_cart_products
        .item_products
        .detail
        .text {
        width: 100%;
        font-size: 15px;
    }

    .section-account-site
        .site-account
        .content
        .list_cart_products
        .item_products
        .detail
        .price-box {
        max-width: 100%;
        min-width: 100%;
    }

    .section-account-site .site-account .content .box_billing .butt_yellow {
        zoom: 0.9;
    }

    .box-admin-image .title-qurtef {
        margin: 74px auto 20px auto;
        padding: 20px 0;
    }

    .box-admin-image .title-qurtef h2 {
        font-size: 20px;
    }

    .box-admin-image .title-qurtef::before {
        width: 51px;
        height: 51px;
    }

    .section-list-products .breadcrumb {
        margin: 16px 0 20px 0;
    }

    .section-list-products .form-desc-product .title-category {
        margin-bottom: 16px;
    }

    .section-list-products .form-desc-product .desc-box h2 {
        margin-bottom: 16px;
    }

    .section-list-products .box-list-products {
        padding-top: 40px;
    }

    .section-list-products .box-list-products .flex-box {
        -ms-grid-columns: (minmax(0, 1fr)) [1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .section-doctor-other .slider-doctor-other {
        margin: 0 -10px;
    }

    .section-doctor-other .slider-doctor-other .item-doctor {
        padding: 0 10px;
    }

    .section-detail-doctor .bann-detail-doctor {
        margin-bottom: 30px;
    }

    .section-detail-doctor .bann-detail-doctor .box-content .image {
        margin-bottom: 30px;
    }

    .section-detail-doctor
        .bann-detail-doctor
        .box-content
        .content
        .title-box {
        font-size: 24px;
        margin-bottom: 30px;
        padding-top: 15px;
    }

    .section-detail-doctor
        .bann-detail-doctor
        .box-content
        .content
        .title-box
        span {
        font-size: 16px;
    }

    .section-detail-doctor
        .bann-detail-doctor
        .box-content
        .content
        .title-box::before {
        width: 40px;
        height: 2px;
    }

    .input-admin-text .content p,
    .input-admin-text .content img {
        margin-bottom: 30px;
    }

    .section-news-category .breadcrumb {
        margin-bottom: 30px;
    }

    .section-news-category .list-news .title-site {
        display: none;
    }

    .section-news-category .list-news .grid-news-category {
        -ms-grid-columns: (minmax(0, 1fr)) [1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .section-news-category .news_tabs_controll {
        gap: 0px;
        margin-bottom: 30px;
    }

    .section-news-category .news_tabs_controll li a {
        padding: 3px 16px;
    }

    .section-news-category .news_tabs_controll li a.news_tab_active {
        font-size: 18px;
    }

    .section-expert-advisors .breadcrumb {
        display: none;
    }

    .section-expert-advisors .title-site {
        margin-bottom: 30px;
    }

    .section-expert-advisors .content-advisors .box-content {
        margin-bottom: 40px;
    }

    .section-expert-advisors
        .content-advisors
        .list-doctor-about
        .item-doctor
        .description
        .title-mod {
        font-size: 22px;
    }

    .section-expert-advisors
        .content-advisors
        .list-doctor-about
        .item-doctor
        .description
        .box-desc {
        font-size: 14px;
    }

    .section-expert-advisors .company-leadership-pro .container-custom {
        padding: 0;
    }

    .section-expert-advisors .leadership-complete {
        padding-bottom: 60px;
    }

    .section-expert-advisors .leadership-complete .box-leadership .desc-box {
        padding: 60px 20px;
    }

    .section-expert-advisors
        .leadership-complete
        .box-leadership
        .desc-box::before {
        left: 20px;
    }

    .section-expert-advisors
        .leadership-complete
        .box-leadership
        .desc-box
        .title-leadership {
        font-size: 28px;
    }

    .section-expert-advisors
        .leadership-complete
        .box-leadership
        .desc-box
        .description {
        font-size: 15px;
    }

    .section-expert-advisors .leadership-complete .box-leadership .image-dr {
        max-width: 88%;
    }

    .section-expert-advisors .leadership-complete .box-leadership .box-desc-dr {
        padding: 20px 10px;
    }

    .section-expert-advisors
        .leadership-complete
        .box-leadership
        .box-desc-dr
        > div
        .ceo-dr {
        font-size: 15px;
    }

    .section-expert-advisors
        .leadership-complete
        .box-leadership
        .box-desc-dr
        > div
        .desc-dr {
        font-size: 15px;
    }

    .section-agency .agency-complete {
        padding: 34px 0 20px 0;
    }

    .section-agency .agency-complete .title-complete {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .section-agency .agency-complete .grid-list-agency {
        -ms-grid-columns: (minmax(0, 1fr)) [3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .form-register-collaborator {
        padding: 50px 0;
    }

    .form-register-collaborator .title-site {
        margin-bottom: 20px;
    }

    .form-register-collaborator form .form-group input {
        font-size: 14px;
        padding-left: 17px;
    }

    .box-social-share {
        padding: 30px 0;
        gap: 12px;
    }

    .box-social-share .list-icon {
        gap: 12px;
    }

    .section-distributor-policy {
        padding-top: 19px;
    }

    .section-distributor-policy .breadcrumb {
        display: none;
    }

    .section-distributor-policy
        .distributor-complete
        .box-content-top
        .desc-box {
        margin-bottom: 20px;
    }

    .section-distributor-policy
        .distributor-complete
        .box-content-top
        .desc-box
        .title-Dancing {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .section-distributor-policy
        .distributor-complete
        .box-content-top
        .desc-box
        .description {
        font-size: 14px;
        margin-top: 20px;
    }

    .section-distributor-policy .distributor-complete .conpany-policy-top {
        margin-bottom: 30px;
    }

    .section-distributor-policy
        .distributor-complete
        .conpany-policy-top
        .box-policy {
        margin-bottom: 30px;
    }

    .section-distributor-policy
        .distributor-complete
        .conpany-policy-top
        .box-text-center
        h3 {
        font-size: 24px;
    }

    .section-distributor-policy
        .distributor-complete
        .conpany-policy-top
        .box-text-center
        p {
        font-size: 14px;
    }

    .section-difference {
        padding: 40px 0;
    }

    .section-difference .title-site {
        margin-bottom: 30px;
    }

    .section-difference .box-flex-rence {
        -ms-grid-columns: (minmax(0, 1fr)) [1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .section-difference .box-flex-rence .rence-item .image {
        margin-bottom: 15px;
    }

    .section-difference .box-flex-rence .rence-item .description {
        font-size: 17px;
    }

    .section-product-philosophy .title-site {
        margin-bottom: 40px;
    }

    .section-product-philosophy .pro-philosophy .philosophy-grid {
        -ms-grid-columns: (minmax(0, 1fr)) [1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .section-product-philosophy
        .pro-philosophy
        .philosophy-grid
        .item-philosophy {
        border-left: none;
    }

    .section-product-philosophy
        .pro-philosophy
        .philosophy-grid
        .item-philosophy
        .icon-image {
        margin-bottom: 30px;
    }

    .section-product-philosophy
        .pro-philosophy
        .philosophy-grid
        .item-philosophy
        .description
        p {
        font-size: 15px;
    }

    .list-item-information {
        padding: 36px 0;
    }

    .list-item-information .slick-slide {
        display: -ms-grid;
        display: grid;
        gap: 25px;
    }

    .banner-site-page .link-page {
        bottom: 25px;
    }

    .banner-site-page .link-page .title-banner {
        font-size: 28px;
    }

    .section_science_list .science-main-form {
        margin: 30px 0;
    }

    .science-main-form {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .science-main-form .box-content .slide-science {
        padding-bottom: 48px;
    }

    .science-main-form .title-site {
        text-align: center;
        margin-bottom: 25px;
    }

    .science-main-form .title-site .title-text::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .section_item_news {
        padding: 31px 0 40px 0;
    }

    .section_item_news .top-box {
        margin-bottom: 22px;
    }

    .section_item_news .top-box .news_tabs_controll {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .section_item_news .title-site {
        text-align: center;
        margin-bottom: 20px;
    }

    .section_item_news .title-site .title-text::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .section-list-achievement {
        padding-top: 28px;
        background-image: url(../img/sp1.png);
    }

    .section-list-achievement .container-custom #counter {
        display: none;
    }

    .section-list-achievement .title-site {
        margin-bottom: 20px;
    }

    .section-list-achievement .slide-achievement {
        padding-bottom: 60px;
    }

    .section-list-achievement .slide-achievement .pro-content .image {
        width: 100%;
    }

    .section-list-achievement .slide-achievement .pro-content .image .img {
        border: 4px solid #ffffff;
    }

    .section-list-achievement .slide-achievement .pro-content .context {
        width: 100%;
        margin-top: 20px;
        padding-left: 0px;
    }

    .section-list-achievement .slide-achievement .pro-content .context h3 {
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
    }

    .section-list-achievement
        .slide-achievement
        .pro-content
        .context
        .title-pro {
        font-size: 24px;
        text-align: center;
    }

    .list-item-joint {
        padding-top: 42px;
    }

    .list-item-joint .slide-joint-item {
        margin: 0 -8px;
    }

    .list-item-joint .slide-joint-item .join-item {
        padding: 0 8px;
    }

    .list-item-joint .slide-joint-item .pro-content {
        min-width: 318px;
        max-width: 318px;
    }

    .list-item-doctor .title-site {
        margin-bottom: 40px;
    }

    .list-item-doctor .slide-doctor-item {
        padding-bottom: 40px;
    }

    .list-item-doctor .slide-doctor-item .slick-next,
    .list-item-doctor .slide-doctor-item .slick-prev {
        top: calc(50% - 20px);
    }

    .list-item-doctor .slide-doctor-item .pro-content {
        min-width: 400px;
        max-width: 400px;
        padding: 30px 20px;
    }

    .list-item-doctor .slide-doctor-item .pro-content .context {
        width: calc(100% - 210px);
    }

    .list-item-doctor .slide-doctor-item .pro-content .image {
        width: 160px;
    }

    .list-item-doctor .slide-doctor-item .pro-content .background {
        width: 268px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        top: auto;
        bottom: 0;
        right: -20px;
    }

    .section_consumer_demands {
        margin-bottom: 60px;
    }

    .section_consumer_demands .box-top {
        margin-bottom: 46px;
    }

    .section_consumer_demands .box-top h2 {
        margin-bottom: 30px;
    }

    .section_consumer_demands .list_products-consumer_demands {
        gap: 100px 60px;
    }

    .section_consumer_demands .box-top h2 {
        font-size: 24px;
    }

    .section_bann_home
        .main_bann_col0_slide
        .item_background
        .box-content
        .max-cn {
        max-width: 420px;
        zoom: 0.5;
    }

    .section_bann_home
        .main_bann_col0_slide
        .item_background
        .images
        .icon-play {
        zoom: 0.6;
    }

    .section_bann_home .main_bann_col0_slide .slick-dots {
        bottom: 20px;
    }

    .section_bann_home .main_bann_col0_slide .slick-dots li {
        zoom: 0.6;
    }

    .title-site {
        margin-bottom: 30px;
    }

    .title-site .title-text {
        font-size: 28px;
        padding-bottom: 14px;
    }

    .title-site .title-text::before {
        width: 90px;
        height: 5px;
    }

    .section-top-about {
        padding-top: 14px;
        padding-bottom: 30px;
    }

    .section-top-about .breadcrumb {
        display: none;
    }

    .slide-news-item {
        margin: 0 -10px;
    }

    .slide-news-item .item-news {
        padding: 0 10px;
        min-width: 302px;
        max-width: 302px;
    }

    .section-new-other {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .section-new-other .title-site {
        margin-bottom: 20px;
    }

    .section-new-other .title-site .title-text::before {
        width: 43px;
        height: 3px;
    }
    .list-item-information .list-gt .ligt .image .img-hidden img , .list-item-information .list-gt .ligt .image .img img{
        transform: translate(-50%, -50%) ;
        -webkit-transform: translate(-50%, -50%) ;
    }
}

@media screen and (max-width: 575px) {
    .list-policy-cpm .box-policy .box-desc .title-dr {
        padding-top: 16px;
        font-size: 20px;
        margin-bottom: 16px;
    }

    .section-payment
        .pro-payment-complete
        .payment-flex
        .list-product-cart
        .item-product
        .content-box {
        padding-left: 18px;
        padding-right: 16px;
    }

    .section-payment
        .pro-payment-complete
        .payment-flex
        .list-product-cart
        .item-product
        .content-box
        .desc-box {
        margin-bottom: 8px;
    }

    .section-payment
        .pro-payment-complete
        .payment-flex
        .information-payment
        .payment-box {
        padding: 16px;
    }

    .section-payment
        .pro-payment-complete
        .payment-flex
        .information-payment
        .payment-box
        .option_item
        .bott-item
        .form-payment {
        gap: 8px 0;
    }

    .section-payment .pro-payment-complete .payment-flex .information-billing {
        margin-bottom: 32px;
    }

    .section-payment
        .pro-payment-complete
        .payment-flex
        .information-billing
        .billing-box
        .option_item {
        padding: 23px 16px;
    }

    .product_detail_journey .slide-journey .journey-box {
        min-width: 340px;
        max-width: 340px;
    }

    .section-more-product {
        margin-bottom: 40px;
    }

    .section-more-product .slide-products-more {
        margin: 0 -8px;
    }

    .section-more-product .slide-products-more .product-item {
        min-width: 316px;
        max-width: 316px;
        padding: 0 8px;
    }

    .section-content-page-product .box-prime-content-top {
        margin-bottom: 30px;
    }

    .section-content-page-product
        .box-prime-content-top
        .list-policy-cpm
        .doctor-mane-box
        .box-flex
        .image-avt {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .section-content-page-product
        .box-prime-content-top
        .list-policy-cpm
        .doctor-mane-box
        .box-flex
        .description {
        padding-left: 0;
    }

    .section-content-page-product .evaluate_comple {
        padding: 40px 0 30px 0;
    }

    .section-content-page-product
        .evaluate_comple
        .box-content
        .slide-evaluate
        .item-evaluate {
        max-width: 257px;
        min-width: 257px;
    }

    .section-content-page-product .questions_ask_comple {
        width: auto;
        margin: 0 -12px;
        padding: 16px 12px 13px 12px;
    }

    .section-content-page-product .questions_ask_comple .title-site {
        display: none;
    }

    .section-content-page-product
        .questions_ask_comple
        .box-list-ask
        .option_questions
        .option_item {
        padding: 20px 0;
    }

    .section-content-page-product
        .questions_ask_comple
        .box-list-ask
        .option_questions
        .option_item
        .box-content {
        padding-left: 17px;
    }

    .section-content-page-product .experts_take_comple .title-site {
        margin-bottom: 30px;
    }

    .section-content-page-product .experts_take_comple .slide-experts-take {
        padding-bottom: 48px;
    }

    .form-register-collaborator {
        padding: 30px 0;
    }

    .section-difference {
        padding: 30px 0;
    }

    .section-difference .title-site {
        margin-bottom: 20px;
    }

    .section-difference .title-site p {
        margin-top: 20px;
    }

    .section-difference .box-flex-rence .rence-item .image {
        margin-bottom: 12px;
    }

    .section-difference .box-flex-rence .rence-item .description {
        font-size: 16px;
    }

    .box-social-share {
        padding: 20px 0;
    }

    .section-distributor-policy .distributor-complete .title-site {
        margin-bottom: 16px;
    }

    .section-distributor-policy
        .distributor-complete
        .box-content-top
        .desc-box
        .title-Dancing {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .section-distributor-policy
        .distributor-complete
        .box-content-top
        .desc-box
        .description {
        margin-top: 16px;
    }

    .section-distributor-policy .distributor-complete .conpany-policy-top {
        margin-bottom: 20px;
    }

    .section-distributor-policy
        .distributor-complete
        .conpany-policy-top
        .box-policy {
        margin-bottom: 14px;
    }

    .section-distributor-policy
        .distributor-complete
        .conpany-policy-top
        .box-text-center
        h3 {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .section-expert-advisors .title-site {
        margin-bottom: 20px;
    }

    .section-expert-advisors .leadership-complete {
        padding-bottom: 30px;
    }

    .section-expert-advisors .leadership-complete .desc-box {
        padding: 40px 10px;
    }

    .section-expert-advisors .leadership-complete .desc-box::before {
        left: 10px;
    }

    .section-expert-advisors .leadership-complete .desc-box .title-leadership {
        font-size: 24px;
    }

    .section-expert-advisors .leadership-complete .desc-box .description {
        font-size: 14px;
    }

    .section-expert-advisors .leadership-complete .image-dr {
        max-width: 90%;
    }

    .section-expert-advisors .leadership-complete .box-desc-dr > div .ceo-dr {
        font-size: 14px;
    }

    .section-expert-advisors .leadership-complete .box-desc-dr > div .desc-dr {
        font-size: 14px;
    }

    .section-expert-advisors .content-advisors .box-content {
        display: -ms-grid;
        display: grid;
        gap: 20px;
    }

    .section-expert-advisors .content-advisors .box-content .description {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 14px;
    }

    .section-expert-advisors .content-advisors .box-content .image-box {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 0;
    }

    .section-expert-advisors .content-advisors .list-doctor-about {
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
    }

    .section-expert-advisors
        .content-advisors
        .list-doctor-about
        .item-doctor
        a {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 16px;
    }

    .section-expert-advisors
        .content-advisors
        .list-doctor-about
        .item-doctor
        .image {
        min-width: auto;
        max-width: none;
        width: 100%;
    }

    .section-expert-advisors
        .content-advisors
        .list-doctor-about
        .item-doctor
        .description {
        padding-left: 0;
    }

    .section-expert-advisors
        .content-advisors
        .list-doctor-about
        .item-doctor
        .description
        .title-mod {
        font-size: 20px;
    }

    .section-expert-advisors
        .content-advisors
        .list-doctor-about
        .item-doctor:last-child {
        border-bottom: none;
    }

    .section-product-philosophy {
        padding: 30px 0;
    }

    .section-product-philosophy .title-site {
        margin-bottom: 30px;
    }

    .section-product-philosophy .pro-philosophy .philosophy-grid {
        gap: 30px 0;
    }

    .section-product-philosophy
        .pro-philosophy
        .philosophy-grid
        .item-philosophy
        .icon-image {
        margin-bottom: 20px;
    }

    .section-product-philosophy
        .pro-philosophy
        .philosophy-grid
        .item-philosophy
        .description
        h3 {
        margin-bottom: 12px;
    }

    .section-product-philosophy
        .pro-philosophy
        .philosophy-grid
        .item-philosophy
        .description
        p {
        font-size: 14px;
    }

    .section-top-about.section-about-in-background {
        padding: 30px 0;
    }

    .section-top-about .box-flex-about .text-content .title-site {
        margin-bottom: 20px;
    }

    .section-brand-history {
        padding: 30px 0;
    }

    .section-brand-history .content-branding {
        margin-bottom: 10px;
    }

    .section-brand-history .content-branding .title-site {
        text-align: center;
    }

    .section-brand-history .content-branding .title-site .title-text::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .section-brand-history
        .content-branding
        .menu-branding
        .list-branding
        label
        > div {
        padding-left: 40px;
    }

    .section-brand-history
        .content-branding
        .menu-branding
        .list-branding
        label
        > div::after {
        top: 3px;
    }

    .section-brand-history
        .content-branding
        .menu-branding
        .list-branding
        label
        > div::before {
        top: 20px;
    }

    .section-brand-history
        .content-branding
        .menu-branding
        .list-branding
        label
        > div
        .dy-date
        span {
        font-size: 16px;
    }

    .section-brand-history
        .content-branding
        .menu-branding
        .list-branding
        label
        input[type="radio"]:checked
        + div::after {
        top: 3px;
    }

    .section-brand-history
        .content-branding
        .menu-branding
        .list-branding
        label
        input[type="radio"]:checked
        + div::before {
        top: 30px;
    }

    .section-brand-history
        .content-branding
        .menu-branding
        .list-branding
        label
        input[type="radio"]:checked
        + div
        .dy-date
        span {
        font-size: 20px;
    }

    .banner-site-page .slidein-banner .item {
        padding-top: 138px;
    }

    .banner-site-page .link-page .title-banner {
        font-size: 24px;
    }

    .section_consumer_demands {
        margin-bottom: 46px;
    }

    .section_consumer_demands .list_products-consumer_demands {
        gap: 80px 40px;
        -ms-grid-columns: minmax(0, 1fr) 40px minmax(0, 1fr);
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .title-site {
        margin-bottom: 20px;
    }

    .title-site .title-text, .section_consumer_demands .box-top h2 {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .title-site .title-text::before,.section_consumer_demands .box-top h2::after {
        width: 80px;
        height: 4px;
    }

    .list-item-information .list-gt .ligt .new-produce {
        zoom: 0.7;
    }

    .section-list-products .box-list-products .flex-box.list-products-mobile {
        display: block;
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 0;
    }

    .section-list-products
        .box-list-products
        .flex-box.list-products-mobile
        .product-item {
        min-width: 323px;
        max-width: 323px;
        padding: 0 10px;
    }

    .section-list-products
        .box-list-products
        .flex-box.list-products-mobile
        .slick-dots {
        bottom: -70px;
    }
}

@media screen and (max-width: 500px) {
    .section-content-page-product .container-product {
        padding: 40px 12px;
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .box-top-main {
        margin-bottom: 0;
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .box-top-main
        .title-products
        h1 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .box-top-main
        .price-box
        .price {
        margin-bottom: 5px;
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .box-top-main
        .price-box
        .price-maker {
        font-size: 14px;
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .product_option_bottle {
        position: relative;
        max-height: 400px;
        padding: 16px 0;
        overflow: hidden;
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .product_option_bottle
        .option_item
        .dots-check {
        min-width: 20px;
        max-width: 20px;
        height: 20px;
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .product_option_bottle
        .option_item
        .dots-check::before {
        width: calc(100% - 8px);
        height: calc(100% - 8px);
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .product_option_bottle
        .option_item
        .box-content
        .price-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
        margin-bottom: 10px;
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .product_option_bottle
        .option_item
        .box-content
        .subscription-box {
        margin-bottom: 10px;
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .product_option_bottle
        .option_item
        .box-content
        .subscription-box
        .title {
        margin-bottom: 5px;
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .product_option_bottle
        .option_item
        .box-content
        .bottle-box
        .title {
        margin-bottom: 5px;
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .product_option_bottle
        .btn-more-option {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px;
        padding-top: 99px;
        padding-bottom: 16px;
        z-index: 3;
        font-size: 14px;
        line-height: 140%;
        color: var(--color2);
        text-transform: uppercase;
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .product_option_bottle
        .btn-more-option::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(18.68%, rgba(255, 255, 255, 0)),
            color-stop(68.29%, #ffffff)
        );
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0) 18.68%,
            #ffffff 68.29%
        );
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .product_option_bottle.active {
        max-height: none;
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .product_option_bottle.active
        .btn-more-option {
        display: none;
    }

    .site_page_details_products
        .item_information
        .detail
        .product_information
        .box-btn-products {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 22px 12px 25px 12px;
        gap: 4px;
        -webkit-box-shadow: 0px -4px 15.3999996185px 0px rgba(0, 0, 0, 0.0784313725);
        box-shadow: 0px -4px 15.3999996185px 0px rgba(0, 0, 0, 0.0784313725);
        border-radius: 20px 20px 0 0;
        overflow: hidden;
        background: #ffffff;
        z-index: 99;
        -ms-grid-columns: minmax(0, 1fr);
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .section-expert-advisors .title-site {
        display: none;
    }

    .section-expert-advisors .leadership-complete {
        padding-bottom: 0px;
    }

    .section-contact-site {
        padding-bottom: 50px;
    }

    .section-contact-site .breadcrumb {
        margin-bottom: 20px;
    }

    .section-contact-site .layout-contact-prime .box-flex-top {
        margin-bottom: 50px;
    }

    .section-contact-site
        .layout-contact-prime
        .box-flex-top
        .box-list-address {
        margin-bottom: 30px;
    }

    .section-contact-site
        .layout-contact-prime
        .box-flex-top
        .box-list-address
        .item-box {
        padding: 16px 12px;
    }

    .section-contact-site
        .layout-contact-prime
        .box-flex-top
        .box-list-address
        .item-box
        .box-text {
        padding-left: 20px;
    }

    .section-contact-site
        .layout-contact-prime
        .box-flex-top
        .form-input-contact
        form
        .form-group
        textarea,
    .section-contact-site
        .layout-contact-prime
        .box-flex-top
        .form-input-contact
        form
        .form-group
        input {
        padding-left: 16px;
        font-size: 14px;
    }

    .section-contact-site
        .layout-contact-prime
        .box-flex-top
        .form-input-contact
        form
        .butt {
        margin-left: auto;
        margin-right: auto;
    }

    .section-contact-site .layout-contact-prime .box-flex-bott .box-text-maps {
        margin-bottom: 20px;
    }

    .section-contact-site
        .layout-contact-prime
        .box-flex-bott
        .box-text-maps
        .title-map {
        font-size: 20px;
    }

    .section-detail-new .top-box-detail .title-box-detail {
        font-size: 24px;
    }

    .section-detail-new .top-box-detail .date span {
        font-weight: 400;
    }

    .section-doctor-other {
        padding-top: 18px;
    }

    .section-doctor-other .title-site {
        margin-bottom: 20px;
    }

    .section-doctor-other .title-site .title-text::before {
        width: 43px;
        height: 3px;
    }

    .section-doctor-other .slider-doctor-other .item-doctor {
        min-width: 312px;
        max-width: 312px;
    }

    .section-detail-doctor .bann-detail-doctor {
        margin-bottom: 20px;
    }

    .section-detail-doctor .bann-detail-doctor .box-content .image {
        margin-bottom: 20px;
    }

    .section-detail-doctor
        .bann-detail-doctor
        .box-content
        .content
        .title-box {
        font-size: 22px;
        margin-bottom: 13px;
        padding-top: 14px;
    }

    .input-admin-text .content p,
    .input-admin-text .content img {
        margin-bottom: 20px;
    }

    .section-news-category {
        padding-bottom: 50px;
    }

    .section-news-category .news-list-category .grid-news-category {
        gap: 30px;
    }

    .section-news-category .news-list-category .item-news .item-content {
        padding: 15px 0 0 49px;
    }

    .section-news-category
        .news-list-category
        .item-news
        .item-content::before {
        bottom: 23px;
        left: 23px;
    }

    .section-news-category .list-news .grid-news-category {
        gap: 40px;
    }

    .section-list-products .form-desc-product .title-category {
        font-size: 14px;
    }

    .section-list-products .form-desc-product .desc-box h2 {
        font-size: 20px;
    }

    .section-list-products .box-list-products {
        padding-top: 16px;
    }

    .section-list-products
        .box-list-products.box-list-products-price
        .flex-box {
        gap: 30px;
    }

    /* 
  .section-list-products .box-list-products.box-list-products-price .flex-box .product-item {
    display: none;
  } */

    .section-list-products
        .box-list-products.box-list-products-price
        .flex-box
        .product-item:nth-child(1),
    .section-list-products
        .box-list-products.box-list-products-price
        .flex-box
        .product-item:nth-child(2),
    .section-list-products
        .box-list-products.box-list-products-price
        .flex-box
        .product-item:nth-child(3),
    .section-list-products
        .box-list-products.box-list-products-price
        .flex-box
        .product-item:nth-child(4),
    .section-list-products
        .box-list-products.box-list-products-price
        .flex-box
        .product-item:nth-child(5) {
        display: block;
    }

    .section-list-products
        .box-list-products.box-list-products-price.main
        .flex-box
        .product-item {
        display: block !important;
    }

    .section-agency .agency-complete {
        padding: 24px 0 17px 0;
    }

    .section-agency .agency-complete .title-complete {
        font-size: 24px;
    }

    .list-item-information {
        padding-top: 18px;
    }

    .list-item-doctor {
        padding-bottom: 26px;
    }

    .list-item-doctor .title-site {
        margin-bottom: 20px;
    }

    .list-item-doctor .slide-doctor-item {
        margin: 0 -10px;
    }

    .list-item-doctor .slide-doctor-item a {
        padding: 0 10px;
    }

    .list-item-doctor .slide-doctor-item .pro-content {
        min-width: 313px;
        max-width: 313px;
        padding: 20px 17px 50px 17px;
    }

    .list-item-doctor .slide-doctor-item .pro-content .context {
        width: calc(100% - 130px);
    }

    .list-item-doctor .slide-doctor-item .pro-content .image {
        width: 140px;
        right: -20px;
    }

    .section_consumer_demands {
        margin-bottom: 36px;
    }

    .section_consumer_demands .box-top {
        margin-bottom: 36px;
    }

    .section_consumer_demands .box-top h2 {
        margin-bottom: 17px;
        padding-bottom: 8px;
    }
    .section_consumer_demands .box-top h2::after {
        width: 60px;
        height: 3px;
    }
    .section_consumer_demands .list_products-consumer_demands {
        gap: 5px;
        -ms-grid-columns: minmax(0, 1fr);
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .section_consumer_demands
        .list_products-consumer_demands
        label
        .content-ligt {
        display: none;
        padding: 20px 20px 30px 20px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .section_consumer_demands
        .list_products-consumer_demands
        label
        .content-ligt
        .image {
        margin-bottom: 10px;
    }

    .section_consumer_demands
        .list_products-consumer_demands
        label
        .content-ligt
        .desc-box
        .box-content {
        margin-bottom: 20px;
    }

    .section_consumer_demands
        .list_products-consumer_demands
        label
        .content-ligt
        .desc-box
        h3 {
        display: none;
    }

    .section_consumer_demands
        .list_products-consumer_demands
        input:checked
        + div
        > .title-pro-mobile {
        background: var(--color1);
    }

    .section_consumer_demands
        .list_products-consumer_demands
        input:checked
        + div
        > .title-pro-mobile
        h3 {
        color: var(--color2);
        font-weight: 600;
    }

    .section_consumer_demands
        .list_products-consumer_demands
        input:checked
        + div
        > .title-pro-mobile
        svg {
        color: var(--color2);
    }

    .section_consumer_demands
        .list_products-consumer_demands
        input:checked
        + div
        > .content-ligt {
        display: block;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .section_bann_home
        .main_bann_col0_slide
        .item_background
        .box-content
        .max-cn {
        zoom: 0.4;
    }

    .section_bann_home
        .main_bann_col0_slide
        .item_background
        .images
        .icon-play {
        zoom: 0.4;
    }

    .section_bann_home .main_bann_col0_slide .slick-dots li {
        zoom: 0.5;
    }
}

@media (max-width: 460px) {
    .section-account-site
        .site-account
        .content
        .list_cart_products
        .item_products
        .image {
        max-width: 90px;
        min-width: 90px;
    }

    .section-account-site
        .site-account
        .content
        .list_cart_products
        .item_products
        .detail {
        padding-left: 14px;
    }

    .section-account-site
        .site-account
        .content
        .list_cart_products
        .item_products
        .detail
        .text {
        font-size: 14px;
    }

    .section-account-site .site-account .content .box_billing .butt_yellow {
        zoom: 0.8;
    }

    .product_detail_journey .slide-journey .journey-box {
        min-width: 299px;
        max-width: 299px;
    }

    .title-site {
        margin-bottom: 17px;
    }

    .title-site .title-text {
        padding-bottom: 8px;
    }

    .title-site .title-text::before {
        width: 60px;
        height: 3px;
    }

    .site_form_sign_login .item-login .login_form {
        width: 100%;
        padding: 50px 20px;
    }

    .site_form_sign_login .item-login .login_form .form .title-form {
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .site_form_sign_login .item-login .login_form .img_logo-login {
        zoom: 0.8;
    }

    .site_thanksyou .thanksyou-content {
        margin-bottom: 60px;
    }

    .site_thanksyou .thanksyou-content h1 {
        font-size: 42px;
    }

    .site_thanksyou .thanksyou-content p {
        font-size: 18px;
    }

    .site_thanksyou .btn-box {
        gap: 20px;
    }

    .site_thanksyou .btn-box .butt_sm {
        width: 140px;
        height: 40px;
    }

    .site_thanksyou .btn-box .butt_sm span {
        font-size: 14px;
    }
}

/* end css body */
footer {
    overflow: hidden;
    width: 100%;
    background: #ffffff;
    position: relative;
}

footer .footer_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0 30px 0;
}

footer .footer_main .footer-item-first {
    width: 193px;
}

footer .footer_main .footer-item-first .logo-foot {
    width: 100%;
    margin-bottom: 20px;
}

footer .footer_main .footer-item-first .flag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 11px;
    margin-bottom: 26px;
}

footer .footer_main .footer-item-first .flag-list .flag {
    width: 32px;
    height: 22px;
    /* border-radius: 3px; */
    overflow: hidden;
}

footer .footer_main .footer-item-first .flag-list .flag img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

footer .footer_main .footer-item-first .item-link h3 {
    font-family: "Times New Roman";
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: center;
    color: var(--color1);
    margin-bottom: 12px;
}

footer .footer_main .footer-item-first .item-link .list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

footer .footer_main .footer-item-first .item-link .list-link .link {
    width: 22px;
}

footer .footer_main .menu-list-footer {
    width: 100%;
    max-width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .footer_main .menu-list-footer .footer_item label {
    width: 100%;
}

footer .footer_main .menu-list-footer .footer_item label input {
    display: none;
}

footer .footer_main .menu-list-footer .footer_item h3 {
    font-family: "Times New Roman";
    font-style: normal;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    color: #000852;
    margin-bottom: 30px;
}

footer .footer_main .menu-list-footer .footer_item .desc-box ul {
    padding-left: 0;
    list-style: none;
}

footer .footer_main .menu-list-footer .footer_item .desc-box ul li {
    padding-left: 0;
    margin-bottom: 20px;
}

footer .footer_main .menu-list-footer .footer_item .desc-box ul li:last-child {
    margin-bottom: 0;
}

footer .footer_main .menu-list-footer .footer_item .desc-box ul li a {
    text-decoration: none;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color: #4f4f4f;
}

footer .footer_main .menu-list-footer .footer_item .desc-box ul li:hover a {
    color: var(--color2);
}

footer .bot_foot {
    width: 100%;
    border-top: 1px solid #dddee5;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

footer .bot_foot > div {
    font-style: normal;
    font-weight: 400;
    line-height: 150.6%;
    color: #4f4f4f;
    text-align: center;
}

.Subscribe-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: #000746;
}

.Subscribe-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.12;
    z-index: 1;
    background-image: url("../img/bann-lien-he.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.Subscribe-box .box-flex {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 2;
}

.Subscribe-box .box-flex .box-text {
    width: calc(50% - 70px);
}

.Subscribe-box .box-flex .box-text h2 {
    font-family: "DFVN Big Bang";
    line-height: 99%;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
}

.Subscribe-box .box-flex form {
    width: 50%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.Subscribe-box .box-flex form input {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 56px;
    outline: none;
    border-radius: 5px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.0823529412);
    background-repeat: no-repeat;
    background-position: 23px 50%;
    background-image: url("../img/mail.png");
}

.Subscribe-box .box-flex form input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0em;
    text-align: left;
    color: #bdbdbd;
}

.Subscribe-box .box-flex form input::-moz-placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0em;
    text-align: left;
    color: #bdbdbd;
}

.Subscribe-box .box-flex form input:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0em;
    text-align: left;
    color: #bdbdbd;
}

.Subscribe-box .box-flex form input::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0em;
    text-align: left;
    color: #bdbdbd;
}

.Subscribe-box .box-flex form input::placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0em;
    text-align: left;
    color: #bdbdbd;
}

.Subscribe-box .box-flex form button {
    min-width: 202px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    gap: 12px;
    background: #bf923d;
    color: #ffffff;
}

.Subscribe-box .box-flex form button span {
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
}

.item-arcontact-mobile {
    position: fixed;
    left: 16px;
    bottom: 20px;
    z-index: 88;
}

.item-arcontact-mobile .item_phone {
    position: relative;
    outline: none;
    cursor: pointer;
}

.item-arcontact-mobile .item_phone .icon_arcontactus {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #ff2020;
    line-height: 0;
}

.item-arcontact-mobile .coccoc-alo-ph-circle {
    width: 60px;
    height: 60px;
    top: -12px;
    left: -12px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 6px solid #ff2020;
    opacity: 0.1;
    -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@-webkit-keyframes coccoc-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@keyframes coccoc-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

.arcontactus-widget {
    position: fixed;
    right: 2%;
    bottom: 102px;
    z-index: 88;
}

.arcontactus-widget .fix {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    margin-bottom: 8px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    background: #2f80ed;
}

.arcontactus-widget .fix:nth-child(1) {
    background: #d25252;
}

.arcontactus-widget .fix.item_messages {
    background: #2f80ed;
}

.arcontactus-widget .fix .icon_arcontactus {
    line-height: 0;
}

.arcontactus-widget.arcontactus-slide {
    width: 36px;
    height: 36px;
}

.arcontactus-widget.arcontactus-slide .fix {
    border-radius: 100%;
    overflow: hidden;
    margin: 0;
    background: #ff2020 !important;
}

.backtotop-box {
    display: none;
}

.backtotop {
    position: fixed;
    bottom: 61px;
    right: 2%;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    background: #4f4f4f;
    outline: none;
    cursor: pointer;
    z-index: 88;
}

.backtotop::before {
    content: "";
    margin-top: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}

@media (min-width: 576px) {
    .item-arcontact-mobile {
        display: none;
    }
}

@media (min-width: 1200px) {
    footer::before {
        position: absolute;
        content: url("../img/bf-foot.png");
        bottom: 0;
        left: 0;
    }
}

@media (max-width: 1199px) {
    footer .footer_main .menu-list-footer {
        max-width: 600px;
    }

    .Subscribe-box {
        padding: 70px 0;
    }

    .Subscribe-box .box-flex .box-text {
        width: 100%;
        margin-bottom: 50px;
    }

    .Subscribe-box .box-flex .box-text h2 {
        text-align: center;
    }

    .Subscribe-box .box-flex form {
        width: 100%;
    }
}

@media (max-width: 991px) {
    footer .footer_main .menu-list-footer {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        display: -ms-grid;
        display: grid;
        gap: 40px;
    }

    .Subscribe-box {
        padding: 51px 0;
    }

    .Subscribe-box .box-flex .box-text {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    footer .bot_foot {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px;
    }

    .Subscribe-box .box-flex .box-text {
        margin-bottom: 16px;
    }

    .Subscribe-box .box-flex .box-text h2 {
        font-size: 24px;
        font-weight: 400;
    }

    .Subscribe-box .box-flex form {
        display: -ms-grid;
        display: grid;
        gap: 14px;
        height: auto;
    }

    .Subscribe-box .box-flex form input {
        height: 70px;
    }

    .Subscribe-box .box-flex form button {
        width: 100%;
        height: 70px;
        min-width: auto;
    }
    .product-item > div .image .img img {
        transform: translate(-50%, -50%) scale(1.3, 1.3);
        -webkit-transform: translate(-50%, -50%) scale(1.3, 1.3);
    }
}

@media screen and (max-width: 575px) {
    .backtotop {
        zoom: 0.9;
    }

    footer .footer_main {
        padding: 20px 0 16px 0;
        gap: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    footer .footer_main .menu-list-footer {
        max-width: 100%;
        gap: 16px;
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
    }

    footer .footer_main .menu-list-footer .footer_item {
        padding-top: 16px;
        border-top: 1px solid #cfcece;
    }

    footer .footer_main .menu-list-footer .footer_item label h3 {
        position: relative;
        font-family: "Montserrat";
        color: #333333;
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
    }

    footer .footer_main .menu-list-footer .footer_item label h3::before {
        position: absolute;
        content: "";
        top: 5px;
        right: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 6px;
        height: 6px;
        border-top: 2px solid #828282;
        border-right: 2px solid #828282;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    footer .footer_main .menu-list-footer .footer_item label .desc-box {
        padding-top: 20px;
        display: none;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    footer
        .footer_main
        .menu-list-footer
        .footer_item
        input[type="checkbox"]:checked
        + div
        > h3::before {
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    footer
        .footer_main
        .menu-list-footer
        .footer_item
        input[type="checkbox"]:checked
        + div
        > .desc-box {
        display: block;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    footer .bot_foot {
        padding: 16px 0;
        font-size: 12px;
    }

    footer .bot_foot .design-by {
        display: none;
    }

    .arcontactus-widget {
        display: none;
        right: auto;
        left: 16px;
        bottom: 20px;
    }
}

@media screen and (max-width: 500px) {
    .backtotop {
        zoom: 0.7;
        background: var(--color1);
        right: 10px;
        bottom: 22px;
    }
}

@supports (-webkit-overflow-scrolling: touch) {
    .section_bann_home
        .main_bann_col0_slide
        .item_background
        .box-content
        .max-cn {
        zoom: 1;
        max-width: 70%;
    }

    .section_bann_home
        .main_bann_col0_slide
        .item_background
        .box-content
        .desc-box
        .title-box {
        font-size: 14px;
        margin-bottom: 13px;
    }

    .section_bann_home
        .main_bann_col0_slide
        .item_background
        .box-content
        .desc-box
        .description {
        width: 100%;
        font-size: 10px;
    }

    .section_bann_home
        .main_bann_col0_slide
        .item_background
        .box-content
        .desc-box {
        color: #ffffff;
        margin-bottom: 15px;
    }

    .section_bann_home
        .main_bann_col0_slide
        .item_background
        .box-content
        .butt_yellow {
        padding: 6px 12px;
        font-size: 10px;
        border-radius: 6px 0 6px 0;
    }
}


@media  (max-width: 768px) {
  .list-item-information .list-gt .ligt .content-ligt{
    min-height: 700px;
  }
}
@media  (max-width: 500px) {
  .list-item-information .list-gt .ligt .content-ligt{
    min-height: 580px;
  }
}
@supports not (-webkit-overflow-scrolling: touch) {
}
@media (min-width: 1200px) and (max-width: 1460px) {
    .product-item > div .desc-box .description-item {
        min-height: 149px;
        max-height: 149px;
    }
}