:root {
    --alt-font: "Anuphan", sans-serif;
    --primary-font: "Anuphan", sans-serif;
}

.bg-white-2 {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.text-transparent {
    color: rgba(255, 255, 255, 0.8);
}

.text-gray-2 {
    color: #c8c8c8;
}

.text-video .title {
    font-size: 24px;
    font-weight: 400;
    color: black;
    padding: 20px 150px;
}

.elements-link {
    border-left: 2px solid rgb(255, 255, 255);
    padding-left: 60px;
    margin-left: 100px;
}

.elements-link li {
    margin-bottom: 5px;
}

.elements-link li a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

.elements-social {
    text-align: end;
}


.border-radius-30px {
    border-radius: 30px 30px 30px 0px !important;
}

.bar:not(:last-child)::after {
    content: "";
    display: block;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 60px 0;
    height: 20px;
    background: url('../img/faq/line.png') center bottom no-repeat;
    background-size: 30% 35px;
    pointer-events: none;
}

.quote1 img {
    max-height: 100px;
}

.bg-quota {
    background: url('../img/brand/quote2.png') no-repeat;
    background-position: bottom right;
    background-size: 150px;
}

.author-name img {
    max-height: 45px;
}

.shop-footer .price span {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
    padding: 0px 40px;
}

.shop-image .lable img {
    width: 100%;
}

.shop-image .lable-2 img {
    width: 120px;
}

.btn-lag,
.btn-lag a {
    font-size: 20px;
    color: #000000;
    opacity: 0.7;
}

.img-kr img {
    width: 50px;
}

.btn-lag a.active {
    color: #000;
    opacity: 1;
}

.embed-responsive-16by9 {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    z-index: 0;
}

.modal {
    padding-right: 0 !important;
    background-color: rgb(0 0 0 / 10%);
}

.modal-content {
    background-color: transparent;
}

.content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}

.text-editer img {
    width: 100%;
    height: auto;
}

@media (max-width: 1199px) {
    .elements-link {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }

    .elements-social {
        text-align: start;
    }
}

@media (max-width: 991px) {
    .elements-link {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }

    .elements-social {
        text-align: start;
    }

    .quote1 img {
        max-height: 50px;
    }

    .bg-quota {
        background-size: 100px;
    }

    .author-name img {
        max-height: 35px;
    }

    .shop-footer .price span {
        font-size: 24px;
    }

    .shop-image .lable img {
        width: 70px;
    }

    .shop-image .lable-2 img {
        width: 90px;
    }

    .sticky-buttons {
        padding: 5px 0px 5px 10px;
    }

    .sticky-buttons .sb-icon img {
        width: 30px;
    }

    .sticky-buttons.-left-bottom.-space li,
    .sticky-buttons.-left-center.-space li,
    .sticky-buttons.-left-top.-space li,
    .sticky-buttons.-right-bottom.-space li,
    .sticky-buttons.-right-center.-space li,
    .sticky-buttons.-right-top.-space li {
        margin: 2px 0;
    }

    .sticky-buttons.-right-bottom.-space,
    .sticky-buttons.-right-center.-space,
    .sticky-buttons.-right-top.-space {
        padding-right: 5px;
    }

    header .navbar-brand img {
        max-height: 20px;
    }

    .img-kr img {
        width: 30px;
    }

}

@media (max-width: 767px) {
    .text-video .title {
        font-size: 18px;
        padding: 10px 30px;
    }

    .elements-link {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }

    .elements-social {
        text-align: start;
    }

    .shop-image .lable img {
        width: 40px;
    }

    .shop-image .lable-2 img {
        width: 30px;
    }

    .shop-footer .price span {
        font-size: 16px;
    }

    .header-icon .icon>a {
        font-size: 16px;
    }

    .btn-lag,
    .btn-lag a {
        font-size: 18px;
    }

    .header-icon {
        margin-left: 0;
    }

    .scroll-progress {
        right: 0px;
    }
}