* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    scroll-padding-top: 100px
}

:root {
    --spacing: 100px 0;
    --space: 10px;
    --gap: 10px;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body,
html {
    font-size: 16px;
    line-height: 1.75;
    font-family: "Roboto", sans-serif;
}

[class^="vuta-container-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.vuta-container-fluid {
    width: 100%;
}

.vuta-container {
    width: min(1320px, 100%);
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.vuta-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

[class^="vuta-col-"] {
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 0) {
    .vuta-col-12 {
        width: 100%;
        flex: 0 0 auto;
    }

    .vuta-col-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .vuta-col-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .vuta-col-9 {
        width: 75%;
        flex: 0 0 auto;
    }

    .vuta-col-8 {
        width: 66.66666%;
        flex: 0 0 auto;
    }

    .vuta-col-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .vuta-col-6 {
        width: 50%;
        flex: 0 0 auto;
    }

    .vuta-col-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .vuta-col-4 {
        width: 33.33334%;
        flex: 0 0 auto;
    }

    .vuta-col-3 {
        width: 25%;
        flex: 0 0 auto;
    }

    .vuta-col-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .vuta-col-1 {
        width: 8.33333333%;
        flex: 0 0 auto;
    }

    .vuta-col-reset-2 {
        width: 20%;
        flex: 0 0 auto;
    }

    .vuta-col-reset-8 {
        width: 80%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .vuta-offset-11 {
        margin-left: 91.66666667% !important;
    }

    .vuta-offset-10 {
        margin-left: 83.33333333% !important;
    }

    .vuta-offset-9 {
        margin-left: 75% !important;
    }

    .vuta-offset-8 {
        margin-left: 66.66666667% !important;
    }

    .vuta-offset-7 {
        margin-left: 58.33333333% !important;
    }

    .vuta-offset-6 {
        margin-left: 50% !important;
    }

    .vuta-offset-5 {
        margin-left: 41.66666667% !important;
    }

    .vuta-offset-4 {
        margin-left: 33.33333333% !important;
    }

    .vuta-offset-3 {
        margin-left: 25% !important;
    }

    .vuta-offset-2 {
        margin-left: 1666666667% !important;
    }

    .vuta-offset-1 {
        margin-left: 8.33333333% !important;
    }
}

/* sm */
@media (min-width: 575px) {
    .vuta-col-sm-12 {
        width: 100%;
        flex: 0 0 auto;
    }

    .vuta-col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .vuta-col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .vuta-col-sm-9 {
        width: 75%;
        flex: 0 0 auto;
    }

    .vuta-col-sm-8 {
        width: 66.66666%;
        flex: 0 0 auto;
    }

    .vuta-col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .vuta-col-sm-6 {
        width: 50%;
        flex: 0 0 auto;
    }

    .vuta-col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .vuta-col-sm-4 {
        width: 33.33334%;
        flex: 0 0 auto;
    }

    .vuta-col-sm-3 {
        width: 25%;
        flex: 0 0 auto;
    }

    .vuta-col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .vuta-col-sm-1 {
        width: 8.33333333%;
        flex: 0 0 auto;
    }

    .vuta-col-sm-reset-2 {
        width: 20%;
        flex: 0 0 auto;
    }

    .vuta-col-sm-reset-8 {
        width: 80%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .offset-sm-11 {
        margin-left: 91.66666667% !important;
    }

    .offset-sm-10 {
        margin-left: 83.33333333% !important;
    }

    .offset-sm-9 {
        margin-left: 75% !important;
    }

    .offset-sm-8 {
        margin-left: 66.66666667% !important;
    }

    .offset-sm-7 {
        margin-left: 58.33333333% !important;
    }

    .offset-sm-6 {
        margin-left: 50% !important;
    }

    .offset-sm-5 {
        margin-left: 41.66666667% !important;
    }

    .offset-sm-4 {
        margin-left: 33.33333333% !important;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-2 {
        margin-left: 16.66666667% !important;
    }

    .offset-sm-1 {
        margin-left: 8.33333333% !important;
    }
}

/* md */
@media (min-width: 767px) {
    .vuta-col-md-12 {
        width: 100%;
        flex: 0 0 auto;
    }

    .vuta-col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .vuta-col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .vuta-col-md-9 {
        width: 75%;
        flex: 0 0 auto;
    }

    .vuta-col-md-8 {
        width: 66.66666%;
        flex: 0 0 auto;
    }

    .vuta-col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .vuta-col-md-6 {
        width: 50%;
        flex: 0 0 auto;
    }

    .vuta-col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .vuta-col-md-4 {
        width: 33.33334%;
        flex: 0 0 auto;
    }

    .vuta-col-md-3 {
        width: 25%;
        flex: 0 0 auto;
    }

    .vuta-col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .vuta-col-md-1 {
        width: 8.33333333%;
        flex: 0 0 auto;
    }

    .vuta-col-md-reset-2 {
        width: 20%;
        flex: 0 0 auto;
    }

    .vuta-col-md-reset-8 {
        width: 80%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .vuta-offset-md-11 {
        margin-left: 91.66666667% !important;
    }

    .vuta-offset-md-10 {
        margin-left: 83.33333333% !important;
    }

    .vuta-offset-md-9 {
        margin-left: 75% !important;
    }

    .vuta-offset-md-8 {
        margin-left: 66.66666667% !important;
    }

    .vuta-offset-md-7 {
        margin-left: 58.33333333% !important;
    }

    .vuta-offset-md-6 {
        margin-left: 50% !important;
    }

    .vuta-offset-md-5 {
        margin-left: 41.66666667% !important;
    }

    .vuta-offset-md-4 {
        margin-left: 33.33333333% !important;
    }

    .vuta-offset-md-3 {
        margin-left: 25% !important;
    }

    .vuta-offset-md-2 {
        margin-left: 1666666667% !important;
    }

    .vuta-offset-md-1 {
        margin-left: 8.33333333% !important;
    }
}

/* lg */
@media (min-width: 992px) {
    .vuta-col-lg-12 {
        width: 100%;
        flex: 0 0 auto;
    }

    .vuta-col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .vuta-col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .vuta-col-lg-9 {
        width: 75%;
        flex: 0 0 auto;
    }

    .vuta-col-lg-8 {
        width: 66.66666%;
        flex: 0 0 auto;
    }

    .vuta-col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .vuta-col-lg-6 {
        width: 50%;
        flex: 0 0 auto;
    }

    .vuta-col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .vuta-col-lg-4 {
        width: 33.33334%;
        flex: 0 0 auto;
    }

    .vuta-col-lg-3 {
        width: 25%;
        flex: 0 0 auto;
    }

    .vuta-col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .vuta-col-lg-1 {
        width: 8.33333333%;
        flex: 0 0 auto;
    }

    .vuta-col-lg-reset-2 {
        width: 20%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .vuta-col-lg-reset-8 {
        width: 80%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .vuta-offset-lg-11 {
        margin-left: 91.66666667% !important;
    }

    .vuta-offset-lg-10 {
        margin-left: 83.33333333% !important;
    }

    .vuta-offset-lg-9 {
        margin-left: 75% !important;
    }

    .vuta-offset-lg-8 {
        margin-left: 66.66666667% !important;
    }

    .vuta-offset-lg-7 {
        margin-left: 58.33333333% !important;
    }

    .vuta-offset-lg-6 {
        margin-left: 50% !important;
    }

    .vuta-offset-lg-5 {
        margin-left: 41.66666667%;
    }

    .vuta-offset-lg-4 {
        margin-left: 33.33333333% !important;
    }

    .vuta-offset-lg-3 {
        margin-left: 25% !important;
    }

    .vuta-offset-lg-2 {
        margin-left: 1666666667% !important;
    }

    .vuta-offset-lg-1 {
        margin-left: 8.33333333% !important;
    }
}

/* xl */
@media (min-width: 1200px) {
    .vuta-col-xl-12 {
        width: 100%;
        flex: 0 0 auto;
    }

    .vuta-col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .vuta-col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .vuta-col-xl-9 {
        width: 75%;
        flex: 0 0 auto;
    }

    .vuta-col-xl-8 {
        width: 66.66666%;
        flex: 0 0 auto;
    }

    .vuta-col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .vuta-col-xl-6 {
        width: 50%;
        flex: 0 0 auto;
    }

    .vuta-col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .vuta-col-xl-4 {
        width: 33.33334%;
        -ms-flex: 0 0 33.33334%;
        flex: 0 0 auto;
    }

    .vuta-col-xl-3 {
        width: 25%;
        flex: 0 0 auto;
    }

    .vuta-col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .vuta-col-xl-1 {
        width: 8.33333333%;
        flex: 0 0 auto;
    }

    .vuta-col-xl-reset-2 {
        width: 20%;
    }

    .vuta-col-xl-reset-8 {
        width: 80%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .vuta-offset-xl-11 {
        margin-left: 91.66666667% !important;
    }

    .vuta-offset-xl-10 {
        margin-left: 83.33333333% !important;
    }

    .vuta-offset-xl-9 {
        margin-left: 75% !important;
    }

    .vuta-offset-xl-8 {
        margin-left: 66.66666667% !important;
    }

    .vuta-offset-xl-7 {
        margin-left: 58.33333333% !important;
    }

    .vuta-offset-xl-6 {
        margin-left: 50% !important;
    }

    .vuta-offset-xl-5 {
        margin-left: 41.66666667% !important;
    }

    .vuta-offset-xl-4 {
        margin-left: 33.33333333% !important;
    }

    .vuta-offset-xl-3 {
        margin-left: 25% !important;
    }

    .vuta-offset-xl-2 {
        margin-left: 16.66666667% !important;
    }

    .vuta-offset-xl-1 {
        margin-left: 8.33333333% !important;
    }
}


p {
    margin-bottom: 1rem;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

figure {
    width: 100%;
    margin: 0;
}

figure img {
    width: 100%;
    object-fit: cover;
}

a,
a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul li,
ol li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gr-input {
    width: 100%;
}

.gr-input input {
    width: 100%;
    height: 45px;
}

.gr-input input:focus {
    outline: none;
}


.d-none {
    display: none;
}

.d-flex {
    display: flex !important;
}

.d-block {
    display: block !important;
}

.d-in-flex {
    display: inline-flex !important;
}

.d-in-block {
    display: inline-block !important;
}


.d-mobile {
    display: none;
}

@media screen and (max-width: 440px) {
    .d-mobile {
        display: block;
    }
}

.d-col {
    display: none;
}

@media screen and (max-width: 575px) {
    .d-col {
        display: block;
    }

    .vuta-container {
        padding: 0 15px;
    }

    [class^="vuta-col-"] {
        padding: 0 8px;
    }

    .vuta-row {
        margin: 0 -8px;
    }
}

.d-md {
    display: none;
}

@media screen and (max-width: 767px) {
    .d-md {
        display: block;
    }
}

.d-lg {
    display: none;
}

@media screen and (max-width: 996px) {
    .d-lg {
        display: block;
    }
}

.d-xl {
    display: none;
}

@media screen and (max-width: 1200px) {
    .d-xl {
        display: block;
    }
}

.overlay {
    position: fixed;
    background: rgba(51, 51, 51, 0.5);
    inset: 0;
    z-index: 333;
    display: none;
    width: 100%;
    height: 100%;
    display: none;
}

.overlay.active {
    display: block;
}

.popup-content {
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: relative;
}

/* input */
.vuta-input {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.vuta-input:disabled,
.vuta-input[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.vuta-input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

/* button */
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

button {
    border: none;
    background: none;
    box-shadow: none;
}

button:focus {
    outline: none;
}

button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

/* menu header*/
#menu #open_menu {
    display: none;
}

#menu #list_menu {
    display: flex;
    align-items: center;
    gap: 30px;
}

#menu #list_menu .dropdown {
    position: relative;
}

#menu #list_menu .sub-menu {
    position: absolute;
    top: calc(100% + 10px);
    background: #fff;
    min-width: 200px;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
    visibility: hidden;
    opacity: 0;
}

#menu #list_menu .dropdown:hover .sub-menu {
    top: calc(100%);
    opacity: 1;
    visibility: visible;
}

#menu #list_menu .sub-menu>li>a {
    display: block;
    padding: 5px 15px;
    color: #333;
    border-bottom: 1px solid #ccc;
}

#menu #list_menu .sub-menu>li:last-child>a {
    border-bottom: none;
}

#menu #list_menu .sub-menu>li:hover>a {
    background: #ffc300;
    color: #fff;
    border-bottom: 1px solid #ffc300;
}

#menu #list_menu .dropdown .link>a {
    color: #222;
    font-size: 1em;
}

#menu #list_menu .dropdown .link:hover>a,
#menu #list_menu .dropdown .link:hover>i {
    color: #ffc300;
}

#menu #list_menu .dropdown:active .link>a {
    color: #ffc300;
}

#menu #list_menu .dropdown .link i {
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    transition: all ease 0.5s;
}

#menu #list_menu .dropdown .link:hover>i {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    transition: all ease 0.5s;
}

.slick-arrow {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #fff;
    background: transparent;
    z-index: 2;
    opacity: 0.9;

    &::before {
        position: absolute;
        font-family: FontAwesome;
        content: '\f054';
        font-size: 30px;
        color: #fff;
    }

    &.slick-prev {
        left: 20px;

        &::before {
            content: '\f053';
        }
    }

    &.slick-next {
        right: 20px;
    }
}

/* menu mobile */
@media (max-width:1200px) {
    .overlay .close {
        position: absolute;
        right: 15px;
        top: 15px;
        color: #fff;
        z-index: 999;
        cursor: pointer;
    }

    #menu #open_menu {
        display: block;
    }

    #menu #open_menu span {
        width: 20px;
        height: 3px;
        background: #222;
        margin-bottom: 3px;
        display: block;
    }

    #menu #open_menu span:last-child {
        margin-bottom: 0;
    }

    #menu #list_menu {
        display: block;
        position: fixed;
        left: -500px;
        transition: all ease 0.5s;
        top: 0;
        height: 100vh;
        min-width: 330px;
        box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
        background: #fff;
        z-index: 999;
    }

    #menu #list_menu.active {
        left: 0;
    }

    #menu #list_menu .dropdown a {
        display: block;
        padding: 10px 15px;
        border-bottom: 1px solid #c6c6c6;
    }

    #menu #list_menu .dropdown .link:hover>a {
        background: #ffc300;
        color: #fff;
    }

    #menu #list_menu .dropdown .link>i {
        position: absolute;
        right: 0;
        top: 0;
        height: 45px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    #menu #list_menu .dropdown .link:hover>i {
        -webkit-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
        -o-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
        transition: all ease 0.5s;
        color: #fff;
    }

    #menu #list_menu .dropdown.open .link>i {
        -webkit-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
        -o-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
        transition: all ease 0.5s;
    }

    #menu #list_menu .sub-menu {
        position: unset;
        box-shadow: none;
        width: 100%;
        visibility: visible;
        opacity: 1;
        display: none;
    }

    #menu #list_menu .sub-menu>li:last-child>a {
        border-bottom: 1px solid #ccc;
    }

    #menu #list_menu .sub-menu>li>a {
        background: #f9f9f9;
    }

    #menu #list_menu .dropdown.open .sub-menu {
        display: block;
    }

}

/* animation fixed top */
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

}

.fadeindown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

input[type=text].required,
input[type=password].required,
input[type=email].required,
input[type=number].required,
input[type=search].required,
input[type=tel].required,
input[type=time].required,
input[type=url].required,
input[type=url].required,
textarea.required,
select.required,
label.required {
    background-image: url(../css/images/icon-required.png);
    background-position: right center;
    background-repeat: no-repeat;
}

textarea.required {
    background-position: right 10px;
}

select.required {
    background-position: calc(100% - 15px) 10px;
}

label.required {
    padding-right: 20px;
}

label.radio-box,
label.check-box {
    font-weight: normal;
    margin-right: 20px;
    cursor: pointer;
}

.radio-box,
.check-box {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 10px
}

.has-error .radio-box,
.has-error .check-box {
    border-color: #de495b;
}

.radio-box label,
.check-box label {
    margin-bottom: 0;
}

.radio-box label [type="radio"],
.check-box label [type="radio"] {
    margin-top: -2px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.image-center {
    text-align: center;
}

/* Nút tăng giảm số lượng .add-gr */
.buttons_added {
    opacity: 1;
    display: inline-block;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    vertical-align: top;
}

.is-form {
    border-right: none;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    transition: background .5s;
    color: #333;
    padding: 0 10px;
    border: solid 1px #d1d1d1;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(209, 209, 209);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #d1d1d1;
    background: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 0;
}

.is-form:focus,
.input-text:focus {
    outline: none;
}

.is-form.minus {
    border-radius: 4px 0 0 4px;
}

.is-form.plus {
    border-radius: 0 4px 4px 0;
}

.input-qty {
    border: solid 1px #d1d1d1;
    background: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 0;
    font-weight: 400;
    box-sizing: border-box;
    text-align: center;
    border-left: 0;
    border-right: 0;
}

.input-qty:focus {
    outline: none;
    box-shadow: none;
}

.input-qty::-webkit-outer-spin-button,
.input-qty::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* nav-tabs */
.tab-content .tab-item {
    display: none;
}

.tab-content .tab-item.active {
    display: block;
}

/* nút xem thêm - thu gọn */
.more_less_action {
    text-align: center;
    display: block;
    text-transform: uppercase;
    position: absolute;
    bottom: -5px;
    text-decoration: underline;
    color: var(--secondary) !important;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 400;
    font-size: 12px;
}

.more_less_action.action_less {
    display: none;
}

.less_active .action_less {
    display: block;
}

.less_active .action_more {
    display: none;
}

.data_more_less {
    position: relative;
}

.data_more_less:not(.less_active):not(.action_disabled) .data_more_less_inner:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    height: 80px;
}

.data_more_less.action_disabled .more_less_action {
    display: none;
}

.data_more_less_inner {
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
}

/* faq */

[class^="hidden-"] {
    display: none;
}

.faq .link {
    cursor: pointer;
}

.ps-popup {
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    display: flex !important;
    flex-flow: row nowrap;
    height: 100vh;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all .4s ease;
    visibility: hidden;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100vw;
    z-index: 99999;
}

.ps-popup.active {
    opacity: 1;
    transition-delay: .5s;
    visibility: visible;
}

.ps-popup__content {
    max-width: 830px;
    position: relative;
    transition: tranform .4s ease;
    width: 100%;
    min-height: 400px;
    max-height: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.ps-popup__content .box-img img {
    object-fit: contain;
}

@media (max-width:575px) {
    .ps-popup__content {
        max-width: calc(100% - 10px);
        margin: 0 auto;
    }
}

.ps-popup .link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.ps-popup__close {
    background-color: #000;
    border: none;
    border-radius: 0;
    display: inline-block;
    z-index: 2;
    height: 40px;
    position: absolute;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    top: 10px;
    width: 40px;
}

.ps-popup__close:hover {
    color: #ffc107;
}

.ps-checkbox {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    padding: 0 5px;
    background: #333;
    border-radius: 5px 5px 0 0;
}

.ps-checkbox label {
    cursor: pointer;
    font-family: var(--primary-font), sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 30px;
    position: relative;
    line-height: 30px;
    color: #fff;
}

.ps-checkbox label::after,
.ps-checkbox label::before {
    content: "";
    display: block;
    position: absolute;
    transition: all .4s ease;
    z-index: 10;
}

.ps-checkbox label::before {
    border: 1px solid #fff;
    height: 20px;
    left: 0;
    top: 0;
    width: 20px;
    border-radius: 3px;
    top: -2px;
}

.ps-checkbox label::after {
    border: 2px solid #fff;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: rgb(255, 255, 255);
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: rgb(255, 255, 255);
    border-left: none;
    border-top: none;
    height: 10px;
    left: 7px;
    opacity: 0;
    top: 4px;
    transform: rotate(0deg);
    width: 6px;
}

.ps-checkbox input {
    display: none;
}

.ps-checkbox input[type="checkbox"]:checked~label::after {
    opacity: 1;
    transform: rotate(45deg);
}

.ps-popup input[type="checkbox"]:checked~label::before {
    background-color: #000;
    border-color: #000;
}


.table table {
    border: 1px solid #ccc;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.table table tr {
    border: 1px solid #ddd;
    padding: 5px;
}

.table table th,
.table table td {
    padding: 10px;
    /* text-align: center; */
    border: 1px solid #ddd
}

.table table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

@media screen and (max-width: 600px) {

    .table table {
        border: 0;
    }

    .table table thead {
        display: none;
    }

    .table table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 1px solid #ddd;
    }

    .table table th,
    .table table td {
        padding: 10px;
        /* text-align: center; */
        border: 0;
    }

    .table table td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
    }

    .table table td:last-child {
        border-bottom: 0;
    }

    .table table td:before {
        content: attr(data-th);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }
}

.report-btn {
    display: flex;
    align-items: center;
    height: 40px;
    width: 100px;
    justify-content: center;
    background: #fff;
    font-size: 14px;
    color: #333;
    gap: 5px;
    box-shadow: 0 3px 6px -4px rgb(0 0 0/12%), 0 6px 16px 0 rgb(0 0 0/8%), 0 9px 28px 8px rgb(0 0 0/5%);
    border-radius: 4px;
}

.report-btn span {
    margin-top: 8px;
}

#popup-report {
    position: fixed;
    z-index: 999999;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
}

#popup-report.active {
    display: block;
}

#popup-report .popup-content {
    height: 100%;
    width: 100%;
    position: relative;
}

#popup-report .popup-content .form-report {
    position: absolute;
    max-width: 436px;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 8px;
    height: auto;
}

#popup-report .popup-content .form-report .header-modal {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    padding-bottom: .625rem;
}

#popup-report .popup-content .form-report h5 {
    font-size: 20px;
    font-weight: 400;
    color: #333;
}

#popup-report .popup-content .form-report .vuta-input input {
    height: 42px;
}

#popup-report .popup-content .form-report .vuta-input {
    margin-bottom: 20px;
}

#popup-report .popup-content .form-report ul li {
    padding-top: .625rem;
    padding-bottom: .625rem;
    border-bottom: 1px solid #eee;
}

#popup-report .popup-content .form-report ul li:last-child {
    border-bottom: 0;
}

#popup-report .popup-content .form-report ul li label {
    padding-left: 23px;
    position: relative;
}

#popup-report .popup-content .form-report ul li label input {
    position: absolute;
    left: 0;
    top: 1px;
    height: 16px;
    width: 16px;
    border: 1px solid rgb(209 213 219) !important;
    border-radius: 2px;
}

#popup-report .popup-content .form-report textarea {
    min-height: 130px;
    background: #eee;
    margin-top: 10px;
}

#popup-report .popup-content .form-report .box-btn {
    margin-top: 15px;
    border-top: 1px solid #eee;
}

#popup-report .popup-content .form-report .box-btn button {
    background-color: #003b70;
    color: #fff;
    width: 100%;
    margin-top: 15px;
    cursor: pointer;
}

#popup-report .popup-content .form-report .box-btn button:hover {
    opacity: 0.8;
}

.lightSlider .lslide {
    aspect-ratio: 1/1;
    overflow: hidden;
}

.lightSlider .lslide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.lSPager li {
    height: 100%;
    width: 100%;
    aspect-ratio: 1/1;
    border: 1px solid #d6d6d6;
    overflow: hidden;
    padding: 5px;
}

.lSPager li.active {
    border: 1px solid var(--primary);
}

.lSPager li img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

#mobile-btn span {
    background: #000;
    height: 3px;
    width: 25px;
    display: block;
}

#menu-mobile {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 100%;
    transition: 0.5s;
    display: flex;
    align-items: flex-end;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#menu-mobile.active {
    top: 0;
    visibility: visible;
    opacity: 1;
}

#menu-mobile .mobile-link {
    display: flex;
    align-items: center;
    gap: 10px;
}

#menu-mobile .wraper-menu-mobile {
    width: 100%;
    height: 95%;
    z-index: 99999;
    top: 100%;
    left: 0;
    border-radius: 20px 20px 0 0;
    padding: 45px 15px 30px;
    position: relative;
    background-color: #fff;
    transition: 0.5s;
    margin: 0;
    overflow-y: scroll;
}

#menu-mobile.active .wraper-menu-mobile {
    top: 0;
}

#menu-mobile .close-mobile-menu {
    display: block;
    position: absolute;
    top: 5px;
    right: 25px;
    padding: 10px;
    font-size: 20px;
}

#menu-mobile .list-mobile-menu {
    padding-left: 10px;
}

#menu-mobile .list-mobile-menu>li>.mobile-link>a {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

#menu-mobile .list-mobile-menu ul {
    padding-left: 20px;
    margin-top: 12px;
}

#menu-mobile .list-mobile-menu ul li {
    margin-bottom: 10px;
}

#menu-mobile .list-mobile-menu ul li a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    color: #ffc300;
}

#menu-mobile .list-mobile-menu>li+li {
    border-top: 1px solid #ececec;
    margin-top: 10px;
    padding-top: 10px
}

article figure {
    padding: 8px;
    background: var(--primary);
    margin-bottom: 1rem;
}

article figure img {
    width: 100%;
    height: auto;
}

table caption,
article figure figcaption {
    text-align: center;
    color: #000;
    padding-top: 5px;
    font-style: italic;
    background: var(--primary);
    padding-bottom: 4px;
}

blockquote {
    padding-left: 20px;
    padding-right: 8px;
    border-left: 3px solid var(--primary);
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}

article h2 {
    font-size: 24px;
    font-weight: 600;
}

article h3 {
    font-size: 20px;
    font-weight: 600;
}

article h4 {
    font-size: 18px;
    font-weight: 600;
}