.is-outline {
    color: #fff;
}
.text-gradient {
    background-image: linear-gradient(45deg, #005cab, rgb(255, 210, 55));
    background-clip: text;
    color: transparent;
    font-size: xx-large;
}
.ux-menu-link__link {
    align-items: baseline;
    border-bottom-color: #ececec;
    border-bottom-width: 1px;
    color: currentColor;
    flex: 1;
    min-height: 2.5em;
    padding-bottom: .3em;
    padding-top: .3em;
    transition: all .2s;
    border-bottom-style: solid;
}

.tai-lieu .ux-menu-link::before,
    .tai-lieu .ux-menu-link::after {filter: hue-rotate(1e2f65);
    content: "";
    position: static;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    }
    .tai-lieu .ux-menu-link::before {
        background-image: url('https://sunnygroup.vn/wp-content/uploads/2025/09/14.png');
    }
    .tai-lieu .ux-menu-link::after {
        background-image: url('https://sunnygroup.vn/wp-content/uploads/2025/09/16.png');
    }
.tai-lieu .ux-menu-link {
   cursor: pointer;
    min-height: 55px;
    width: 100%;
    border: 1px solid #eecd77;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0.5rem 1.25rem;
     background: -webkit-linear-gradient(0deg, rgb(0, 121, 192) 0%, rgb(0, 177, 225) 100%);
    margin-bottom: 10px !important;
}


.absolute-footer.text-center ul {
    border: 0;
    padding-top: 5px;
    text-transform: none;
    font-weight: bold;
    font-size: unset;
}
.nav {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    width: max-content;
}
blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 0px;
}

.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
    background-image: url(https://baovietgiadinh.com.vn/wp-content/uploads/2024/09/body.jpg);
}
.box-push .box-text {
    margin: -15% auto 0;
    max-width: 85%;
    padding: 15px 20px;
    border-radius: 5px 5px 0 0;
    border: 2px #c9a338 solid;
}

.flickity-page-dots .dot {
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    transition: opacity .3s;
    width: 12px;
    border-radius: 0px;
    background: linear-gradient(90deg, rgba(0, 91, 170, 1) 0%, rgba(0, 147, 217, 1) 100%);
    border: 2px #eecd77 solid;
}

.button.alt, .button.checkout, .checkout-button, .secondary {
    background-color: var(--fs-color-secondary);
    border: 1px #caa546 solid;
}
.alert {
    background-color: var(--fs-color-alert);
    border: 1px #caa546 solid;
}
.lightbox-content {
    background-image: url(https://baovietgiadinh.com.vn/wp-content/uploads/2024/09/body.jpg);
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
    margin: 0 auto;
    position: relative;
    border: 2px #eecd77 solid;
    border-radius: 5px;
}

.button.icon.circle, .button.icon.round {
    padding-left: 0;
    padding-right: 0;
    border: 2px #eecd77 solid;
    background: linear-gradient(90deg, rgba(0, 91, 170, 1) 0%, rgba(0, 147, 217, 1) 100%);
    width: auto;
}
a.icon-circle:hover, a.remove:hover, a:hover {
    color: #fff;
}

.absolute-footer {
    font-size: .9em;
    padding: 10px 0 15px;
    border-top: solid 3px rgb(238 205 119);
}



a.icon-circle:hover, a.remove:hover, a:hover {
    color: #c9a338;
}

.badge-frame .badge-inner, .badge-outline .badge-inner {
    border: 2px solid;
    color: var(--fs-color-primary);
    background: linear-gradient(90deg, rgba(0, 91, 170, 1) 0%, rgba(0, 147, 217, 1) 100%);
}

