<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: VinaWebsite.VN
Description: Templates develop by vinahost.vn
Author: VINAHOST.VN
Template: flatsome
Support: website@vinahost.vn
Version: 2.2.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.img-border-radius img {
    border-radius: 7px;
}
.header-main ul.header-nav &gt; li &gt; a {
    color: #111;
}
.header .header-inner {
    padding: 0 20px;
    background-color: #fff;
    border-radius: 5px;
}
.header .header-wrapper .header-top {
    background-color: transparent !important;
}
#top-bar ul li a {
    color: #111;
    font-weight: 600;
    font-size: 16px;
}
.header-main {
    /* background-color: #fff; */
    /* border-radius: 5px; */
}
.footer-2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 260px;
    height: 100%;
    background-image: url(https://tiens-makelifebeautiful.com/wp-content/uploads/2024/09/footer-shape-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-2:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 260px;
    height: 100%;
    background-image: url(https://tiens-makelifebeautiful.com/wp-content/uploads/2024/09/footer-shape-2.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-2 .ux-menu-link__link:hover {
    color: var(--primary-color);
}
.footer-2 .icon-box-img svg path {
    fill: var(--primary-color);
}
.sec__testimonial .banner,
.sec__testimonial .banner-bg.fill {
    border-radius: 15px;
}
.border-radius-20 .banner,
.border-radius-20 .banner-bg.fill {
    border-radius: 20px;
}
.box-shadow-1 {
    box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}
.about-feature.active .col-inner {
    box-shadow: 0px 7px 22px 0px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
    border-left: 5px solid var(--primary-color);
}
.about-feature .col-inner {
    border-radius: 15px;
    border-left: 5px solid transparent;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.about-feature .col-inner:hover {
    background: #fff;
    box-shadow: 0px 7px 22px 0px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
    border-left: 5px solid var(--primary-color);
}
.about-feature p {
    margin-bottom: 0;
}
.white {
    background-color: #111 !important;
    color: #fff !important;
}
.portfolio-wrapper .section-bg {
    border-radius: 23px 0 0 23px;
    background: linear-gradient(49deg, #600EE4 17.28%, #790FDE 51.11%, #A41FE2 94.57%);
}
.counter-items .counter-title {
    padding: 25px 30px;
    text-align: center;
    border-radius: 100px;
    background: linear-gradient(145.27deg, rgba(255, 2, 154, 0.17) 15.55%, rgba(159, 114, 144, 0.0238) 86.81%);
    margin-bottom: 20px;
    margin-top: 30px;
}
.counter-items .counter-title h2 {
    font-size: 50px;
    font-weight: 700;
    color: #0d1224;
    line-height: 1;
    margin-bottom: 0;
}
.counter-items p {
    font-size: 16px;
    font-weight: 700;
    color: #0d1224;
    font-family: "Space Grotesk", sans-serif;
}
.counter-items .counter-title.bg-2 {
    background: linear-gradient(145deg, rgba(255, 74, 17, 0.14) 15.55%, rgba(248, 206, 191, 0.14) 86.81%);
}
.counter-items .counter-title.bg-3 {
    background: linear-gradient(145deg, rgba(0, 236, 9, 0.14) 15.55%, rgba(29, 227, 73, 0) 86.81%);
}
.counter-items .counter-title.bg-4 {
    background: linear-gradient(145deg, rgba(145, 5, 255, 0.14) 15.55%, rgba(185, 173, 255, 0.03) 86.81%);
}
.row__pdb0 &gt; .col &gt; .col-inner {
    padding-bottom: 0 !important;
}
a.button,
a.button.white,
a.button.primary:not(.icon) {
    border-radius: 99px !important;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 9;
    overflow: hidden;
    border: none;
}
a.button.primary.contact-button::before,
a.button.white:before {
    content: "";
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    width: 0;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: 99px !important;
}
a.button.primary.contact-button::before {
    background-color: #111;
}
a.button.white:before {
    background-color: var(--primary-color);
}
a.button.primary.contact-button:hover::before,
a.button.white:hover::before {
    width: 100%;
}
a.button span {
    z-index: 1;
    position: relative;
}
.nav.nav-pills .tab a {
    color: #111;
    padding: 18px 30px;
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
    border-radius: 42px;
    line-height: 1;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
}
.nav.nav-pills .tab:not(last-child) {
    margin-right: 20px;
}
.nav.nav-pills .tab.active a {
    background-color: var(--primary-color);
    color: #fff;
}
.product-small.box {
    transition: all 0.4s ease-in-out;
}
.product-small.box:hover {
    background-color: var(--white);
    box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
}

.entry-header .entry-title {
    font-weight: 700;
}

@media (min-width: 1200px) {
    .entry-header .entry-image {
        max-width: 930px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .entry-header .entry-header-text {
        padding-top: 12px;
    }
    .archive-page-header .page-title {
        font-size: 26px;
    }
    #post-list .archive-news-list .post-item:first-child .col-inner .box .box-text .post-title a {
            font-size: 26px;
            line-height: 33px;
    }
    .entry-header .entry-title {
        font-size: 24px;
        line-height: 33px;
    }
}</pre></body></html>