/*
Theme Name: SmartIDAds
Description: This is a child theme for Flatsome Theme
Author: Linhhuynh.dev
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
    --color1: #f7a116;
    --color2: #0c8e3a;
    --color-white: #fff;
    --color-black: #000;
    --color-shadown: #1a552e;
}

::-webkit-scrollbar-track {
    background-color: #e6e6e6
}

::-webkit-scrollbar-thumb {
    background-color: #7a7a7a
}

::-webkit-scrollbar {
    width: .25rem;
    height: .25rem;
}

/* Regular */
@font-face {
    font-family: 'SVN-Poppins';
    src: url('assets/fonts/SVN-Poppins-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Regular Italic */
@font-face {
    font-family: 'SVN-Poppins';
    src: url('assets/fonts/SVN-Poppins-RegularItalic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Light */
@font-face {
    font-family: 'SVN-Poppins';
    src: url('assets/fonts/SVN-Poppins-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Light Italic */
@font-face {
    font-family: 'SVN-Poppins';
    src: url('assets/fonts/SVN-Poppins-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Medium */
@font-face {
    font-family: 'SVN-Poppins';
    src: url('assets/fonts/SVN-Poppins-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* SemiBold */
@font-face {
    font-family: 'SVN-Poppins';
    src: url('assets/fonts/SVN-Poppins-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'SVN-Poppins';
    src: url('assets/fonts/SVN-Poppins-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Set toàn bộ website dùng font SVN-Poppins */
body,
button,
input,
select,
textarea {
    font-family: 'SVN-Poppins', sans-serif !important;
}

/* Nếu muốn đồng bộ heading */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'SVN-Poppins', sans-serif !important;
}

.nav-line-bottom>li>a:before,
.nav-line-grow>li>a:before,
.nav-line>li>a:before {
    height: 1px;
}

.section,
.row .section {
    padding-left: 0px;
    padding-right: 0px;
}

.kk-star-ratings {
    justify-content: center;
}

.smart_desgin_title {
    font-size: 40px;
    line-height: 1.5;
    color: var(--color2);
    margin-bottom: 0px;
}

.smart_desgin_title img {
    width: 51px;
    height: 51px;
    object-fit: contain;
    margin-left: 15px;
}

.smart_desgin_title span {
    color: var(--color1);
}

.mt-30 {
    margin-top: 2rem;
}

tbody th,
tbody td {
    padding: .5rem .625rem .625rem;
}

td:first-child,
th:first-child {
    padding-left: 8px;
}

.color-black th,
.color-black td {
    color: var(--color-black);
}

tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0;
}

.smart_why_inner {
    padding: 30px 0;
    border-radius: 30px;
    text-align: center;
}

.smart_why_inner.bg-01 {
    background: linear-gradient(89.94deg, rgba(255, 78, 66, 0.025) 23.88%, rgba(247, 161, 22, 0.5) 99.95%);
}

.smart_why_number span {
    font-size: 70px;
    line-height: 60px;
    font-weight: 600;
    color: var(--color-white);
}

.smart_why_inner .smart_why_number span,
.smart_why_inner .smart_why_number span {
    /* color: transparent; */
    -webkit-text-stroke: 1px var(--color1);
}

.smart_why_content {
    color: var(--color-white);
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
}

.smart_why_inner .smart_why_content,
.smart_why_inner .smart_why_content {
    color: var(--color1);
}

.smart_why_inner.bg-02 {
    background: linear-gradient(105.01deg, var(--color1) 0%, #f9bb58 65.82%);
}

.smart_why_inner.bg-02 .smart_why_content {
    color: var(--color-white);
}

.smart_why_inner.bg-02 .smart_why_number span,
.smart_why_inner.bg-02 .smart_why_number span {
    -webkit-text-stroke: unset
}

.smart_why_inner.bg-03 {
    background: linear-gradient(89.94deg, rgba(247, 161, 22, 0.5) 2.2%, rgba(255, 78, 66, 0.025) 71.89%);
}

.smart_price_inner p {
    margin-bottom: 0;
}

.section-title-bold-center span,
.section-title-center span {
    text-align: center;
    width: 100%;
    margin: 0 !important;
    display: block;
}

.smart_price_inner .section-title-main {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.smart_price_inner .section-title-container {
    margin-bottom: 0;
}

.shadown-column .col-inner {
    box-shadow: 0px 0px 15px 0px #0000000D;
    background: #FFFFFF;
    transition: 0.7s;
}

.list-icon-price {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.list-icon-price .text {
    position: relative;
    padding-bottom: 8px;
    margin: 10px 0;
    border-bottom: 1px solid #DCDCDC;
    line-height: 24px;
    padding-left: 25px;
    opacity: 1;
}

.list-icon-price .text::before {
    content: '';
    position: absolute;
    top: 4px;
    background: url(/wp-content/uploads/2025/09/icon-check.png);
    left: 0;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
}

.gap-mobile .active .list-icon-price .text::before {
    background: url(/wp-content/uploads/2025/10/icon-check2.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.list-icon-price .text.close::before {
    background: url(/wp-content/uploads/2025/09/t.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.list-icon-price .text:last-child {
    border-bottom: 0;
}

.list-icon-price p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.button-register {
    color: #ffffff;
    background: var(--color2);
    box-shadow: 0 4px 0px var(--color-shadown);
    transition: all 0.5s, background-color 0.3s;
    padding: 0px 40px;
    font-size: 18px;
    margin: 0 !important;
}

.button-register:hover {
    box-shadow: 0 4px 0px var(--color-shadown);
}

.bg-fff .button-register {
    color: var(--color-black);
    background: var(--color-white);
    box-shadow: 0 4px 0px var(--color-shadown);
}

.bg-fff .list-icon-price .text {
    opacity: 1;
}

.bg-fff .list-icon-price .text::before {
    background: var(--color-white);
}

.section-answer .smart_answer_item {
    max-width: 1050px;
    margin: 0 auto;
    padding: 50px 100px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px #00000033;
    border-radius: 30px;
}

.section-answer .smart_answer_icon1 .img-inner,
.section-answer .smart_answer_icon2 .img-inner,
.section-answer .smart_answer_icon3 .img-inner {
    position: absolute;
}

.section-answer .smart_answer_icon1 .img-inner img,
.section-answer .smart_answer_icon2 .img-inner img,
.section-answer .smart_answer_icon3 .img-inner img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.section-answer .smart_answer_icon1 .img-inner {
    top: -60px;
    right: 0;
    width: 189px;
    height: 179px;
}

.section-answer .smart_answer_icon2 .img-inner {
    bottom: -25px;
    left: 0;
    width: 172px;
    height: 138px;
}

.section-answer .smart_answer_icon3 .img-inner {
    bottom: -40px;
    right: 0;
    width: 203px;
    height: 161px;
}

.smart_quote_item {
    box-shadow: #179100 -10px -10px 0px;
    background: rgb(255, 255, 255);
    padding: 40px;
    border-radius: 20px;
    margin-left: 40px;
}

.smart_quote_item .smart_desgin_title {
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
}

.smart_quote_item input,
.smart_quote_item select,
.smart_quote_item textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
    max-height: 50px;
    min-height: 50px;
    font-weight: 400;
    font-size: 18px
}

.smart_quote_item input:focus {
    box-shadow: unset;
}

.smart_quote_item .wpcf7-submit {
    margin: 0;
    border-bottom: 0;
    color: #ffffff;
    background: var(--color1);
    box-shadow: 0 4px 0px var(--color-shadown);
    transition: all 0.5s, background-color 0.3s;
    padding: 10px 0 8px;
    width: 85%;
    border-radius: 100px;
    border: none;
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 1rem;
}

.smart_quote_item p {
    text-align: center;
}

.wpcf7-spinner {
    display: none;
}

.cell-title {
    display: flex;
    align-items: center;
    gap: 15px;
    grid-gap: 15px;
    margin-bottom: 15px;
}

.cell-title figure {
    width: 83px;
    height: 83px;
}

.cell-title .smart_desgin_title {
    display: block;
    width: auto;
}

.banner {
    background-color: transparent;
}

.banner-project {
    max-height: 238px;
    overflow: hidden;
}

.banner-project .banner-inner {
    border-radius: 10px;
    overflow: hidden;
    max-height: 238px;
}

.banner-project .banner-layer {
    width: 95% !important;
    bottom: 0;
    top: unset;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: var(--color-white);
    z-index: 2;
}

.banner-project .banner-layer p {
    margin-bottom: 0;
}

.banner-project .banner-bg:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48.74%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
}

.section-faq {
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #FFF7F7 100%);
}

.mb-0 p {
    margin-bottom: 0;
}

.accordion .toggle {
    right: 0;
    left: auto;
}

.accordion-title {
    padding-left: 20px;
    border: 0;
    background: #F9F9F9;
    color: var(--color-black);
    border-radius: 100px;
    font-weight: 400;
    font-size: 1rem;
}

.accordion-inner {
    padding-left: 20px;
    padding-right: 20px;
}

.accordion-title.active {
    background: var(--color1);
    color: var(--color-white);
    font-weight: 400;
}

.accordion-title .toggle i {
    position: relative;
    top: 0px;
}

.accordion-item {
    margin-bottom: 10px;
    background: #F9F9F9;
    border-radius: 30px 30px 20px 20px;
    position: relative;
}

.smart_desgin_title b {
    background: var(--color1);
    color: #fff;
    padding: 10px 15px;
    border-radius: 100px;
    font-size: 36px;
    line-height: 36px;
}

.smart_icon_desgin .img-inner {
    position: absolute;
    top: 34%;
    transform: translateY(-108%);
    right: 0;
    width: 250px;
    height: 167px;
}

.smart_whychosee_content {
    position: relative;
}

.smart_icon_desgin {
    position: absolute;
}

.smart_icon_desgin.icon1 {
    top: 40%;
    transform: translateY(-40%);
    left: 0;
}

.smart_icon_desgin.icon1 figure {
    width: 115px;
    height: 130px;
}

.smart_icon_desgin.icon2 {
    top: 20%;
    transform: translateY(-20%);
    right: 0;
}

.smart_icon_desgin.icon2 figure {
    width: 89px;
    height: 118px;
}

.smart_icon_desgin.icon3 {
    top: 80%;
    transform: translateY(-80%);
    right: 0;
}

.smart_icon_desgin.icon3 figure {
    width: 168px;
    height: 79px;
}

.smart_icon_desgin.logo {
    bottom: 0;
    left: 0;
}

.smart_icon_desgin.logo figure {
    width: 345px;
    height: 335px;
}

.smart_icon_desgin.logo figure img,
.smart_icon_desgin.icon1 figure img,
.smart_icon_desgin.icon2 figure img,
.smart_icon_desgin.icon3 figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.smart_whychosee_lists.smart_box1 {
    width: 915px;
    height: 915px;
    margin: 0 auto;
    background: radial-gradient(50% 50% at 50% 50%, rgba(249, 83, 66, 0.85) 0%, rgba(249, 83, 66, 0.0595) 100%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.smart_whychosee_lists.smart_box2 {
    width: 786px;
    height: 786px;
    margin: 0 auto;
    background: #F9534299;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.smart_whychosee_lists.smart_box3 {
    width: 525px;
    height: 525px;
    margin: 0 auto;
    border: 0.7px solid #ffffff59;
    /* background: #FF9A90; */
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.smart_whychosee_lists.smart_box3 .lists_nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    list-style: none;
    margin: 0;
}

.smart_whychosee_lists.smart_box3 .lists_nav li {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    transition: 5s all;
}

.smart_whychosee_lists.smart_box3 .lists_nav li::after {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 100%;
}

.smart_whychosee_lists.smart_box3 .lists_nav li:nth-child(1):after {
    top: 40%;
    left: 100%;
    transform: translate(-100%, -40%);
}

.smart_whychosee_lists.smart_box3 .lists_nav li:nth-child(2):after {
    top: 101%;
    left: 80%;
    transform: translate(-80%, -101%);
}

.smart_whychosee_lists.smart_box3 .lists_nav li:nth-child(3):after {
    top: 190%;
    left: 69%;
    transform: translate(-69%, -190%);
}

.smart_whychosee_lists.smart_box3 .lists_nav li:nth-child(4):after {
    display: none;
}

.smart_whychosee_lists.smart_box3 .lists_nav li:nth-child(5):after {
    top: 96%;
    left: 135%;
    transform: translate(-96%, -135%);
}

.smart_whychosee_lists.smart_box3 .lists_nav li:nth-child(6):after {
    top: -60%;
    left: 49%;
    transform: translate(-49%, 60%);
}

.smart_whychosee_lists.smart_box3 .lists_nav li .smart_lists_title {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.smart_whychosee_lists.smart_box3 .lists_nav li figure {
    width: 66px;
    height: 66px;
    margin: 0 auto;
    border: 0.5px solid #FFFFFF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.smart_whychosee_lists.smart_box3 .lists_nav li {
    transition: transform .5s ease, background-color .5s ease, box-shadow .5s ease;
}

.smart_whychosee_lists.smart_box3 .lists_nav li:hover figure {
    transform: scale(1.23);
}

.smart_whychosee_lists.smart_box3 .lists_nav li figure img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.smart_whychosee_lists.smart_box3 .lists_nav li:nth-child(1) {
    width: 25%;
    top: -10px;
}

.smart_whychosee_lists.smart_box3 .lists_nav li:nth-child(1) figure {
    background: linear-gradient(0deg, #02929B, #02929B),
        linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

.smart_whychosee_lists.smart_box3 .lists_nav li:nth-child(2) {
    width: 40%;
    top: -45px;
    right: 65px;
}

.smart_whychosee_lists.smart_box3 .lists_nav li:nth-child(2) figure {
    background: linear-gradient(0deg, #9B0283, #9B0283),
        linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

.smart_whychosee_lists.smart_box3 .lists_nav li:nth-child(3) {
    width: 20%;
    top: 25%;
    transform: translateY(-25%);
    right: -35px;
}

.smart_whychosee_lists.smart_box3 .lists_nav li:nth-child(3) figure {
    background: linear-gradient(0deg, #2587E1, #2587E1),
        linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

.smart_whychosee_lists.smart_box3 .lists_nav li:nth-child(4) {
    width: 40%;
    top: 90%;
    transform: translateY(-90%);
    right: -20px;
}

.smart_whychosee_lists.smart_box3 .lists_nav li:nth-child(4) figure {
    background: linear-gradient(0deg, #058531, #058531),
        linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

.smart_whychosee_lists.smart_box3 .lists_nav li:nth-child(5) {
    width: 25%;
    top: 104%;
    transform: translateY(-104%);
    left: 20px;
    display: flex;
    flex-direction: column-reverse;
}

.smart_whychosee_lists.smart_box3 .lists_nav li:nth-child(5) .smart_lists_title {
    margin-bottom: 0;
    margin-top: 10px;
}

.smart_whychosee_lists.smart_box3 .lists_nav li:nth-child(5) figure {
    background: linear-gradient(0deg, #FCB219, #FCB219),
        linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

.smart_whychosee_lists.smart_box3 .lists_nav li:nth-child(6) {
    width: 25%;
    top: 65%;
    transform: translateY(-65%);
    left: -60px;
    display: flex;
    flex-direction: column-reverse;
}

.smart_whychosee_lists.smart_box3 .lists_nav li:nth-child(6) .smart_lists_title {
    margin-bottom: 0;
    margin-top: 10px;
}

.smart_whychosee_lists.smart_box3 .lists_nav li:nth-child(6) figure {
    background: linear-gradient(0deg, #ED3927, #ED3927),
        linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

.smart_whychosee_lists.smart_box4 {
    width: 465px;
    height: 465px;
    margin: 0 auto;
    background: #F95342B0;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.smart_whychosee_lists.smart_box4 .lists_nav_item {
    display: none;
}

.smart_whychosee_lists.smart_box4 .lists_nav_item figure {
    width: 66px;
    height: 66px;
    margin: 0 auto;
    border: 0.5px solid #FFFFFF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.smart_whychosee_lists.smart_box4 .lists_nav_item li figure img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.smart_whychosee_lists.smart_box4 .lists_content li:nth-child(1) .lists_nav_item figure {
    background: linear-gradient(0deg, #02929B, #02929B),
        linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

.smart_whychosee_lists.smart_box4 .lists_content li:nth-child(2) .lists_nav_item figure {
    background: linear-gradient(0deg, #9B0283, #9B0283),
        linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

.smart_whychosee_lists.smart_box4 .lists_content li:nth-child(3) .lists_nav_item figure {
    background: linear-gradient(0deg, #2587E1, #2587E1),
        linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

.smart_whychosee_lists.smart_box4 .lists_content li:nth-child(4) .lists_nav_item figure {
    background: linear-gradient(0deg, #058531, #058531),
        linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

.smart_whychosee_lists.smart_box4 .lists_content li:nth-child(5) .lists_nav_item figure {
    background: linear-gradient(0deg, #FCB219, #FCB219),
        linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

.smart_whychosee_lists.smart_box4 .lists_content li:nth-child(6) .lists_nav_item figure {
    background: linear-gradient(0deg, #ED3927, #ED3927),
        linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

.smart_whychosee_lists.smart_box4 .lists_content {
    position: absolute;
    width: 65%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    margin: 0;
}

.smart_whychosee_lists.smart_box4 .lists_content li {
    display: none;
    opacity: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    text-align: justify;
    color: #fff;
    transition: display .4s ease;
    will-change: opacity, display;
    transition: transform .5s ease, background-color .5s ease, box-shadow .5s ease;
}

.smart_whychosee_lists .lists_content li.active {
    display: unset;
    opacity: 1;
    transition: transform .5s ease, background-color .5s ease, box-shadow .5s ease;
}

.smart_procedure_item {
    position: static;
}

.smart_procedure_icon {
    position: absolute;
    top: 35%;
    transform: translateY(-35%);
    right: -90px;
}

.smart_procedure_icon img {
    width: 85px;
    height: 60px;
    object-fit: contain;
}

.smart_procedure_item figure {
    width: 280px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto 15px;
    position: relative;
}

.smart_procedure_item figure span {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 89px;
    height: 89px;
    border: 3px solid #FFFFFF;
    font-size: 41px;
    line-height: 89px;
    font-weight: 700;
    background: #F1A82A;
    border-radius: 100%;
    box-shadow: 0px 4px 4px 0px #00000040;
    color: #fff;
}

.smart_procedure_item figure img {
    width: 245px;
    max-width: 245px;
    height: 245px;
    margin-left: 15px;
}

.smart_procedure_item .smart_procedure_titles {
    text-align: center;
    font-size: 30px;
    font-weight: 30px;
    font-weight: 600;
    color: var(--color1);
}

.smart_procedure_item .smart_procedure_description {
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    text-align: center;
    padding: 0 20px;
}

.smart_procedure_contents .owl-nav.disabled {
    padding-top: 40px;
}

.smart_procedure_contents .owl-next {
    right: 30%;
    transform: translateY(-30%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.smart_procedure_contents .line {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 2px;
    background: #000;
}

.smart_procedure_contents .owl-next span {
    left: -90px;
}

.smart_procedure_contents .owl-prev {
    left: 30%;
    transform: translateY(-30%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.smart_procedure_contents .owl-prev:hover,
.smart_procedure_contents .owl-next:hover {
    opacity: 0.5;
}

.smart_procedure_contents .owl-prev span {
    right: -90px;
}

.smart_procedure_contents .owl-prev .line {
    left: 20px;
}

.smart_procedure_contents .owl-next .line {
    right: 20px;
}

.smart_procedure_contents .owl-prev {
    left: 30%;
    transform: translateY(-30%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.owl-nav [class^=owl-] {
    color: var(--color-black) !important;
    line-height: 45px;
    position: absolute;
    text-align: center;
    transition: all .3s ease-in 0s;
    z-index: 100;
    height: 45px;
    width: 45px;
    background: #fff !important;
    border: 1px solid #EB4F54 !important;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px !important;
    margin: 0;
}

.smart_procedure_contents .line {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 2px;
    background: var(--color-black);
}

.smart_procedure_contents .owl-prev .line {
    left: 20px;
}

.owl-nav [class^=owl-] span {
    position: absolute;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
}

.smart_procedure_contents .owl-prev span {
    right: -90px;
}

.smart_procedure_contents .owl-next {
    right: 30%;
    transform: translateY(-30%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.smart_procedure_contents .owl-next .line {
    right: 20px;
}

.smart_procedure_contents .owl-next span {
    left: -90px;
}

.owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
    grid-gap: 5px;
}

.owl-dots .owl-dot span {
    display: block;
    width: 12.5px;
    height: 12.5px;
    border-radius: 100%;
    background: var(--color1);
    border: 2px solid #fff;
    box-shadow: 0px 0px 7px 0px #00000033;
    transition: all 300ms ease-in 0ms;
}

.owl-dot.active span {
    width: 15px;
    height: 15px;
}

.owl-dots button {
    margin: 0;
}

.smart_images_background .section-bg {
    width: 621px;
    height: 787px;
    left: 0;
    top: 25%;
    transform: translateY(-25%);
    background-size: contain;
}

.smart_videos_contents span {
    position: absolute;
    width: 87px;
    height: 87px;
    background: #F9534233;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 40%;
    left: 50%;
    transform: translate(-40%, -50%);
}

.smart_videos_contents span::before {
    width: 87px;
    height: 87px;
    background: #F9534233;
    border-radius: 100%;
    position: absolute;
    content: '';
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

.smart_videos_contents span::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: #F95342E5;
    border-radius: 100%;
    z-index: -1;
}

.smart_videos_contents svg {
    color: #fff;
    fill: #fff;
    width: 27px;
    height: 27px;
}

.cs_moving_section_in {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 100%;
    position: relative;
    overflow: hidden;
}

.cs_moving_section {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 5px 0;
    animation: 50s linear infinite slide-har2;
}

.left .cs_moving_section {
    animation: 80s linear infinite slide-har3;
}

.cs_partner_logo_wrap {
    display: flex;
    align-items: center;
    width: 100%;
}

.cs_partner_logo {
    flex: none;
    padding: 10px 30px;
}

.cs_partner_logo img {
    transition: all .4s linear;
    /*
    filter: brightness(1) grayscale(100%);
	*/
    width: 150px;
    height: 50px;
    object-fit: contain;
}

.cs_partner_logo:hover img {
    filter: none;
}

.benefit_inner {
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 20px 0px #F2F2F21A;
    background: var(--color-white);
    border-radius: 100px;
    transition: 0.7s;
    padding-right: 15px;
    margin-bottom: 1.5rem;
}

.benefit_inner .icon-box-img {
    flex: 0 0 170px;
    max-width: 170px;
    width: 170px;
    height: 170px;
    border-radius: 100%;
    background: var(--color1);
    box-shadow: 0px 0px 15px 0px #0000001A;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.7s;
}

.benefit_inner .icon-box-img img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.benefit_inner:hover {
    box-shadow: 0px 0px 10px 0px #00000040;
}

.benefit_inner:hover .icon-box-img {
    background: var(--color2);
}

.criteria_dev .criteria_content {
    box-shadow: 0px 0px 20px 0px #F2F2F21A;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 20px;
}

.criteria_dev .criteria_desc {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E4E4E4;
}

.criteria_dev .criteria_desc figure {
    flex: 0 0 79px;
    max-width: 79px;
    width: 79px;
    height: 79px;
    box-shadow: 0px 0px 30px 0px #0000001A;
    background: #FFFFFF;
    margin-right: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.criteria_dev .criteria_desc figure img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.criteria_title {
    font-size: 25px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 0;
}

.criteria_title span {
    color: var(--color1);
}

.criteria_dev .criteria_content:hover {
    box-shadow: 0px 0px 10px 0px #00000040;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.footer-social a {
    border: 1px solid #454545;
    padding: 10px 15px;
    min-height: 70px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.footer-social {
    display: grid;
    gap: 15px 30px;
    grid-gap: 15px 30px;
    grid-template-columns: repeat(3, 1fr);
    color: #fff;
}

.footer-social a:hover {
    border-color: #f84d54;
    color: #f84d54;
}

.address-social .icon-box-img {
    width: 15px !important;
}

.address-social .icon-box-text {
    padding-left: 8px !important;
}

.address-social .icon-box-left {
    flex-flow: unset
}

.menu-footer {
    flex-direction: unset;
    justify-content: center;
    gap: 20px;
}

.menu-footer a,
.menu-footer .ux-menu-link__text {
    color: var(--color-white);
    text-transform: uppercase;
}

.footer_call p {
    margin-bottom: 0;
}

.text-end p {
    margin-bottom: 0;
    font-size: .8rem;
}

.text-end p a {
    color: var(--color-white);
}

.footer-credit a {
    color: var(--color-white);
    font-size: .8rem;
}

.footer-credit .ux-menu {
    flex-direction: unset;
    justify-content: start;
}

.footer-credit .ux-menu a:hover,
.menu-footer a:hover,
.menu-footer .ux-menu-link__text:hover {
    color: var(--color1);
}

.footer-credit>.menu-item:not(:last-child)::after {
    content: "/";
    color: var(--color-white);
    margin: 0 8px;
    opacity: .8;
    margin-top: -5px;
}

.absolute-footer.dark {
    display: none !important;
}

.footer-credit,
.text-end {
    padding-bottom: 0 !important;
}

.single-product .shop-container {
    background-color: #fafafa;
}

.iqonic-shap,
.iqonic-shap-bg {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
    pointer-events: none;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    user-select: none;
}

.iqonic-shap-bg img {
    opacity: 0.4;
    width: 100%;
    animation: spin 8s linear infinite;
}

.iqonic-shap-bg img,
.iqonic-shap img {
    display: inline-block;
    pointer-events: none;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.product-images {
    border: 1px solid #eee;
    padding: 7px;
    border-radius: 5px;
    background: white;
}

.noidung_ptodetail {
    background-color: rgb(255 255 255 / 40%);
    box-shadow: 0 13px 57px -15px rgb(64 83 111 / 15%);
    border: 2px solid #fff;
    padding: 30px;
    border-radius: 10px;
}

.title-pro-detail {
    text-transform: capitalize;
    font-size: 24px;
    display: block;
    font-weight: 700;
}

.attr-pro-detail {
    list-style: none;
    padding: 0px;
}

.attr-pro-detail li {
    padding: 4px 0;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    font-size: 14px;
}

.attr-label-pro-detail {
    margin: 0px 5px 0px 0px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}

.attr-content-pro-detail {
    display: inline-block;
    margin-bottom: 0px;
}

.product-info {
    padding-top: 0;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.title-pro {
    margin-bottom: 15px !important;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
}

.desc-pro-lido p {
    margin-bottom: 8px;
}

.btn10 {
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 10;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.muangay1 {
    color: rgb(17, 17, 17);
    transform: translateY(0px);
    margin-right: 10px;
    font-size: 0.875rem;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    box-shadow: rgba(255, 117, 117, 0.45) 0px 10px 20px -12px;
    line-height: 25px;
    background: rgb(255, 255, 255);
    padding: 10px 30px;
    transition: 0.5s ease-in-out;
    border-radius: 100px;
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: var(--color1);
    position: absolute;
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: 2px 0px 14px #fcf4ef;
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fcf4ef;
    position: absolute;
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0px 14px #f4d1bb;
}

.btn10:hover {
    color: rgb(255, 255, 255) !important;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

.muangay1:hover {
    transform: translateY(-3px);
    color: rgb(17, 17, 17);
}

.muangay2 {
    font-size: 1rem;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    background-color: var(--color1);
    transform: translateY(0px);
    box-shadow: var(--color-shadown) 0px 10px 20px -12px;
    cursor: pointer;
    color: rgb(255, 255, 255) !important;
    padding: 10px 30px;
    border-radius: 100px;
    transition: 0.5s ease-in-out;
}

.attr-pro-detail .d-flex {
    display: flex;
    align-items: center;
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%;
}

.muangay2:hover {
    transform: translateY(3px);
}

.form-row-first,
.form-row-last {
    width: 100%;
}

.input-text {
    border-radius: 4px !important;
    min-height: 45px;
}

.mt-2 {
    margin-top: 1rem;
}

/* Base style cho message */
.message-container {
    padding: 15px 20px;
    margin: 15px 0;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    animation: fadeIn 0.3s ease-in-out;
    margin: 0 auto;
}

/* Icon mặc định */
.message-container i {
    font-size: 20px;
}

/* Success */
.message-container.success-color {
    background: #e6f8ec;
    border: 1px solid #2ecc71;
    color: #27ae60;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.message-container.success-color i {
    color: #2ecc71;
}

/* Error */
.message-container.error-color {
    background: #fdecea;
    border: 1px solid #e74c3c;
    color: #c0392b;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.message-container.error-color i {
    color: #e74c3c;
}

/* Warning */
.message-container.warning-color {
    background: #fff7e6;
    border: 1px solid #f39c12;
    color: #e67e22;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.message-container.warning-color i {
    color: #f39c12;
}

/* Link/button trong message */
.message-container a.button {
    padding: 6px 12px;
    background: #3498db;
    color: #fff !important;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.2s;
}

.message-container a.button:hover {
    background: #2980b9;
}

.product-small .box-image {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    height: 350px !important;
    cursor: pointer;
}

.product-small .box-image img {
    max-width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    margin: auto;
    left: 0;
    right: 0;
    padding: 0;
}

.product-small .product-small.box {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px #00000026;
    border-radius: 15px;
    padding: 5px;
}

.box-text {
    padding-top: 1.4em;
}

.product-title a {
    font-size: 18px !important;
    line-height: 25px;
    font-weight: 500 !important;
    color: rgb(26, 26, 26) !important;
    transition: 0.7s !important;
    display: block !important;
    text-align: center;
}

.price-wrapper {
    display: none;
}

.nav-dropdown-has-border .nav-dropdown {
    border: 0 !important;
}

.pos-right {
    right: 0;
}

.blob {
    position: absolute;
    z-index: -1;
    mix-blend-mode: multiply;
    top: -5%;
}

.service-bg .section-bg.fill img {
    left: auto;
    width: fit-content;
    right: 0;
}

.service-bg-left .section-bg.fill img {
    width: max-content;
}

.service-bg-right .section-bg.fill img {
    left: auto;
    width: fit-content;
    right: 0;
    max-width: 700px;
    max-height: 700px;
}

.btn-conffig {
    border: 1px solid !important;
    font-weight: 500 !important;
    line-height: 44px !important;
}

.box-icon-left-0 p {
    margin-bottom: 0;
}

.meta-cat a {
    color: var(--color-white);
    display: inline-block;
    padding: 6px 15px;
    line-height: normal !important;
    border-radius: 99px;
    font-weight: 300;
    font-size: 13px;
    background-color: var(--color1);
}

.meta-cat a.experience {
    background-color: var(--color2);
}

.post-title a {
    color: var(--color-black);
    margin-bottom: 5px !important;
    margin-top: 20px !important;
    margin: 0px 0px 15px;
    font-weight: 600;
    font-size: 1.25rem;
}

.box-blog-post .subtitle {
    font-weight: 700;
    -webkit-text-fill-color: unset;
    margin-bottom: 10px;
    background: none;
    text-transform: capitalize;
    font-size: 1rem;
}

.contact-animation svg {
    width: 100%;
}

.contact-animation #speech-bubble-icon {
    -webkit-animation: blinkingIcon 1.75s ease-in-out infinite;
    animation: blinkingIcon 1.75s ease-in-out infinite;
}

.contact-animation #at-icon {
    -webkit-animation: blinkingIcon 1.75s ease-in-out 0.5s infinite;
    animation: blinkingIcon 1.75s ease-in-out 0.5s infinite;
}

.contact-animation #phone-icon {
    -webkit-animation: blinkingIcon 1.75s ease-in-out 0.75s infinite;
    animation: blinkingIcon 1.75s ease-in-out 0.75s infinite;
}

.contact-animation #bottom-envelope {
    opacity: 0;
}

.contact-animation #top-envelope {
    -webkit-animation: topEnvelope 6s linear infinite;
    animation: topEnvelope 6s linear infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    z-index: 0;
    opacity: 0;
}

.contact-animation #text-blocks {
    -webkit-animation: textBlocks 6s ease-in-out infinite;
    animation: textBlocks 6s ease-in-out infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.contact-animation #text-blocks #text-1,
.contact-animation #text-blocks #text-2,
.contact-animation #text-blocks #text-3,
.contact-animation #text-blocks #text-4,
.contact-animation #text-blocks #text-5,
.contact-animation #text-blocks #text-6,
.contact-animation #numberOne {
    -webkit-animation: writeText 6s linear infinite;
    animation: writeText 6s linear infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.contact-animation #lever #Path_24,
.contact-animation #lever #Path_25 {
    -webkit-animation: leverFlick 6s linear infinite;
    animation: leverFlick 6s linear infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.contact-animation #contactArm {
    -webkit-animation: armSwipe 6s ease-in-out infinite;
    animation: armSwipe 6s ease-in-out infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.contact-animation #contactHand {
    -webkit-animation: handSwipe 6s ease-in-out infinite;
    animation: handSwipe 6s ease-in-out infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.contact-animation #paper-aeroplane-path {
    -webkit-animation: paperAeroplanePath 2s linear forwards;
    animation: paperAeroplanePath 2s linear forwards;
    stroke-dasharray: 346;
}

.contact-animation #paper-aeroplane {
    -webkit-transform: translate(-184px, 70px);
    -ms-transform: translate(-184px, 70px);
    transform: translate(-184px, 70px);
    -webkit-animation: paperAeroplane 2.5s linear forwards;
    animation: paperAeroplane 2.5s linear forwards;
}

.contact-animation #paper-aeroplane-shadow {
    -webkit-transform: translate(-183px, 11px);
    -ms-transform: translate(-183px, 11px);
    transform: translate(-183px, 11px);
    -webkit-animation: paperAeroplaneShadow 2.5s linear forwards;
    animation: paperAeroplaneShadow 2.5s linear forwards;
}

.contact-animation #mobilePhone {
    -webkit-animation: mobilePhone 2.5s ease-in-out forwards;
    animation: mobilePhone 2.5s ease-in-out forwards;
    opacity: 0;
    -webkit-animation-delay: 750ms;
    animation-delay: 750ms;
}

.contact-animation #mobilePhoneShadow {
    -webkit-animation: mobilePhoneShadow 2.5s ease-in-out forwards;
    animation: mobilePhoneShadow 2.5s ease-in-out forwards;
    opacity: 0;
    -webkit-animation-delay: 750ms;
    animation-delay: 750ms;
}

.contact-animation #notificationBox {
    -webkit-animation: notificationBox 3s ease-in-out forwards;
    animation: notificationBox 3s ease-in-out forwards;
    opacity: 0;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.contact-animation #mailboxWhole {
    -webkit-animation: mailboxWhole 3s ease-in-out forwards;
    animation: mailboxWhole 3s ease-in-out forwards;
    opacity: 0;
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
}

.contact-animation #contactMan {
    -webkit-animation: contactMan 3s ease-in-out forwards;
    animation: contactMan 3s ease-in-out forwards;
    opacity: 0;
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
}

.contact-animation #phoneBox,
.contact-animation #atBox,
.contact-animation #speechBox {
    -webkit-animation: boxShifter 2s linear forwards;
    animation: boxShifter 2s linear forwards;
    opacity: 0;
}

.contact-animation #phoneBox {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.contact-animation #atBox {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

.contact-animation #speechBox {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.btn-contact {
    border: 1px solid !important;
    font-weight: 600 !important;
    background-image: linear-gradient(135deg, var(--color1) 0%, #FF7442 100%);
    padding: 10px 40px 10px 40px;
    color: #fff !important;
    font-size: 15px;
}

.contact-form input {
    font-weight: 400;
    min-height: 45px;
    border-radius: 5px;
}

.contact-form .wpcf7-submit {
    margin-top: 1rem;
}

.contact-form textarea {
    border-radius: 5px;
    font-weight: 400;
}

.section-title-normal span,
.section-title-normal {
    border-bottom: 0;
    margin: 0;
}

.ms-auto {
    margin: 0 auto !important;
}

.btn-viewmore {
    cursor: pointer;
    padding: .625rem 2rem !important;
    border-radius: 5rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    background-size: 400% auto !important;
    background: linear-gradient(270deg, #f6c05f 0, var(--color1) 100%) !important;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
    border: 0 !important;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.btn-viewmore:hover {
    background: var(--color1) !important;
}

.title-bn .section-titles {
    color: #5f5f5f;
    font-size: 2.25rem;
    line-height: 1.5;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #5f5f5f !important;
    font-weight: 400;
    text-transform: uppercase;
}

.brs-5 img {
    border-radius: 10px;
}

.is-border {
    border: 1px solid #8f8f8f;
}

.star-rating span:before {
    color: var(--color1);
}

.testimonial-text {
    margin-top: 17px;
}

.faq-page .accordion-title {
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq-page .accordion-title {
    background: #faf5f0
}

.faq-page .accordion-title.active {
    color: #000
}

.bg-linegrean {
    background: linear-gradient(135deg, #f1b35140, var(--color1));
    border-radius: 15px;
    padding: 10px;
    padding-top: 25px;
    padding-bottom: 0;
}

.text-upp {
    text-transform: uppercase;
}

.text-i {
    font-style: italic;
}

.tabpanel-custom li a {
    padding: 20px 10px;
    border: 1px solid var(--color1);
    border-radius: 500px;
}

.tabpanel-custom .nav-left {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-bottom: 10px;
}

.tabpanel-custom .nav-left::-webkit-scrollbar {
    width: .5rem;
    height: .5rem;
}

.tabpanel-custom .nav-left::-webkit-scrollbar-thumb {
    background-color: var(--color1);
    border-radius: 10px;
}

.tabpanel-custom ul li {
    margin: 0 !important;
    flex: 0 0 auto;
}

.tabpanel-custom li a {
    padding: 12px 35px;
    border: 1px solid var(--color1);
    border-radius: 500px;
    white-space: nowrap;
}

.tabpanel-custom li a:before {
    content: unset
}

.tabpanel-custom li.active a,
.tabpanel-custom li a:hover {
    background-color: var(--color1);
    color: var(--color-white);
}

.price-mtop {
    margin-top: -75px;

}

.section-titles {
    margin-bottom: 0 !important;
}

.mn-top5 {
    margin-top: -80px;
}

.active.mn-top5 .col-inner {
    border-radius: 20px;
}

.title-before .section-title-main {
    position: relative;
    padding-bottom: 10px;
}

.mn-top5.active .title-before .section-title-main:before {
    background: #fff;
}

.title-before .section-title-main:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 60%;
    height: 3px;
    background: #45ab5d;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.border-radius-left .col-inner {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.border-radius-right .col-inner {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.tab-price-list li a:before {
    content: unset;
}

.tab-price-list ul {
    justify-content: space-between;
    gap: 20px;
    flex-flow: unset
}

.tab-price-list li a {
    width: 100%;
    background-color: #f7941d;
    color: var(--color-white);
    font-weight: 700;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
}

.tab-price-list li {
    width: 33.3333333%;
    margin: 0 !important;
    text-align: center;
}

#client_review_owl .inner-review-owl {
    background: #f9b547;
    padding: 30px;
    border-radius: 40px;
    border-left: 6px solid #44aa5c;
    position: relative;
    margin-bottom: 30px;
}

.image-avatar {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    position: relative;
    top: 65px;
    left: -25px;
    z-index: 1;
}

.image-avatar img {
    border: 10px solid #6084bf;
    border-radius: 100px;
    object-fit: cover;
}

.header-client {
    padding-left: 55px;
    position: relative;
    top: -15px;
}

.owl-carousel .owl-stage-outer {
    overflow: unset !important;
}

.owl_client {
    padding-left: 30px;
}

.overlay-hidden {
    overflow: hidden;
}

#client_review_owl {
    padding-bottom: 30px;
}

#client_review_owl .inner-review-owl:after {
    content: "";
    position: absolute;
    bottom: -3.4em;
    right: 0em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 100px 0px 0px;
    border-color: #44aa5c transparent transparent transparent;
    transform: rotate(70deg);
    z-index: -1;
}

#client_review_owl .inner-review-owl:before {
    content: "";
    position: absolute;
    bottom: -3.2em;
    right: 0em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 100px 0px 0px;
    border-color: #f9b547 transparent transparent transparent;
    transform: rotate(70deg);
}

.review-content {
    position: relative;
    z-index: 2;
    font-size: 1.1rem;
}

.owl_client .owl-prev span,
.owl_client .owl-next span {
    display: none;
}

.owl_client .owl-prev,
.owl_client .owl-next {
    position: unset !important;
    border-radius: 50px !important;
    background-color: #f9b547 !important;
    border: 1px solid #f9b547 !important;
    line-height: 48px !important;
    text-align: center;
    color: var(--color-white) !important;
}

.owl_client .owl-prev svg,
.owl_client .owl-next svg {
    fill: var(--color-white);
}

.owl_client .owl-theme .owl-nav {
    margin-top: 30px;
}

.header-client h3 {
    font-weight: 400;
}

.count-down h3 {
    text-transform: uppercase;
    font-weight: 500;
}

.count-down p {
    color: #29b554;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}

.border-radius-10 img {
    border-radius: 15px;
}

.content_stt {
    position: absolute;
    top: 48%;
    width: 65%;
    left: 217px;
    font-size: 1.1rem;
    font-weight: 600;
    transform: translateY(-50%);
}

.number_stt {
    position: absolute;
    top: 32px;
    left: 25px;
    width: 125px;
    height: 125px;
    background: #11bb49;
    border-radius: 500px;
    text-align: center;
    line-height: 129px;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.support_layout {
    border: 2px solid #000;
    padding: 20px;
    border-radius: 10px;
}

.support_layout .title_support {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -23px;
    background: rgb(23 145 0);
    width: 85%;
    text-align: center;
    padding: 7px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
}

.support_layout .content_support {
    padding-top: 20px;
    font-weight: 500;
    font-size: 1.1rem;
}

.support_layout .icon_support img {
    width: 80px;
}

.support_layout .icon_support {
    text-align: right;
    padding-top: 10px;
}

.title-setting .section-title-main {
    background-color: #f7941d;
    color: #fff;
    border-radius: 5px;
    padding: 8px 15px;
    font-weight: 600;
    font-size: 1.25rem;
    width: fit-content;
    margin: 0 auto !important;
}

.list-menupage .ux-menu-link__text {
    text-align: left;
    font-size: 1.1rem;
    padding-left: 30px;
    position: relative;
}

.list-menupage .ux-menu-link__text::before {
    content: '';
    position: absolute;
    background: url('/wp-content/uploads/2025/09/t-web.webp');
    background-repeat: no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    left: 0;
    top: -2px;
}

.list-menupage .ux-menu-link {
    margin-bottom: 8px !important;
}

.bg-custom-image .col-inner {
    background: url(/wp-content/themes/smartidads/assets/icon_fixed.svg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
}

.list-menupage {
    padding-left: 28px;
}

.post-item .col-inner {
    border-radius: 10px;
    overflow: hidden;
}

.pbb-0 .col {
    padding-bottom: 0 !important;
}

.icon-box-left,
.icon-box-right {
    align-items: center;
}

.list-distfooter .ux-menu-link__text {
    padding-left: 20px;
    position: relative;
}

.list-distfooter .ux-menu-link__text:before {
    content: '•';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header-main .nav>li>a {
    font-weight: 600;
}

#custom-promo-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#custom-promo-popup .container-event {
    padding: 35px 45px 20px 45px;
    box-sizing: border-box;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    border-radius: 25px;
    background: linear-gradient(to right, #f7a41d, #efb757, #f7d498);
    transform: translateY(-15px);
    transition: 0.3s;
}

#custom-promo-popup .close-popup-event {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff40;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: 0.3s;
}

#custom-promo-popup .smartidads-title-event {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#custom-promo-popup .img-box-gift {
    width: 80px;
    margin-right: 25px;
}

#custom-promo-popup .title-event {
    color: var(--color-white);
    font-size: 1.5rem;
    font-weight: 600;
}

.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.offer-box {
    background: linear-gradient(270deg, #ffefd4 0, #ffc972 100%) !important;
    padding: 30px 17px;
    border-radius: 15px;
    box-shadow: 0 4px 40px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.wpcf7-text {
    min-height: 45px;
    border-radius: 10px !important;
    border: 1px solid #ffffff !important;
}

.wpcf7-submit {
    border-radius: 10px !important;
}

.center-button {
    text-align: center;
}

.center-button .wpcf7-submit {
    background: linear-gradient(270deg, #ffc76d 0, #f7a116 100%) !important;
    border: 0 !important;
}

.nav-column>li>a,
.nav-dropdown>li>a,
.nav-vertical-fly-out>li>a,
.nav>li>a {
    color: var(--color-black);
}

.from_the_blog_excerpt {
    font-size: 1.1rem;
}

.bg-custom-image .section-titles {
    margin-left: 10px;
    margin-right: 10px;
}

.bg-linean {
    background: linear-gradient(270deg, #ffb742 0, #fffcf6 100%)
}

.smart_quote_item .wpcf7-text {
    border-bottom: 1px solid #ccc !important;
    border-radius: 0 !important;
}

.woocommerce-customer-details {
    display: none !important;
}

.widget-title {
    font-size: 1.5rem !important;
}

.widget_recent_entries ul li a,
.widget_categories ul li a {
    color: #000;
    font-size: 1.25rem;
    font-weight: 500 !important;
    text-transform: capitalize !important;
}

.single-page {
    font-size: 1.15rem;
}

.btn-yellow {
    background-color: var(--color1);
    box-shadow: 0 4px 0px #b98126;
    margin-left: 15px !important;
}

.icon-box-img img {
    padding-top: 0
}

.text h3,
.text p {
    margin-bottom: 0
}

.font_menu {
    font-size: 18px !important;
}

.menu-item-1063 a {
    font-size: 24px !important;
}

.blog-wiget .box-text {
    padding-top: 0;
    padding-bottom: 0;
}

.blog-wiget .col {
    padding-bottom: 1rem;
}

.blog-wiget a {
    margin: 0 !important;
}

.blog-wiget .box-image img {
    border-radius: 5px;
}

.accordion-title {
    font-size: 1.1rem !important;
}

.accordion p {
    font-size: 1.1rem !important;
}

.lightbox-content {
    border-radius: 10px;
}

@-webkit-keyframes boxShifter {
    0% {
        -webkit-transform: translate(21px, 0px);
        transform: translate(21px, 0px);
        opacity: 0;
    }

    100% {
        -webkit-transform: initial;
        transform: initial;
        opacity: 1;
    }
}

@keyframes boxShifter {
    0% {
        -webkit-transform: translate(21px, 0px);
        transform: translate(21px, 0px);
        opacity: 0;
    }

    100% {
        -webkit-transform: initial;
        transform: initial;
        opacity: 1;
    }
}

@-webkit-keyframes contactMan {
    0% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes contactMan {
    0% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes mailboxWhole {
    0% {
        -webkit-transform: translate(0px, 178px);
        transform: translate(0px, 178px);
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    100% {
        -webkit-transform: initial;
        transform: initial;
        opacity: 1;
    }
}

@keyframes mailboxWhole {
    0% {
        -webkit-transform: translate(0px, 178px);
        transform: translate(0px, 178px);
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    100% {
        -webkit-transform: initial;
        transform: initial;
        opacity: 1;
    }
}

@-webkit-keyframes notificationBox {
    0% {
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0);
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    100% {
        -webkit-transform: initial;
        transform: initial;
        opacity: 1;
    }
}

@keyframes notificationBox {
    0% {
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0);
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    100% {
        -webkit-transform: initial;
        transform: initial;
        opacity: 1;
    }
}

@-webkit-keyframes mobilePhone {
    0% {
        -webkit-transform: translate(-299px, 172px);
        transform: translate(-299px, 172px);
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    100% {
        -webkit-transform: initial;
        transform: initial;
        opacity: 1;
    }
}

@keyframes mobilePhone {
    0% {
        -webkit-transform: translate(-299px, 172px);
        transform: translate(-299px, 172px);
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    100% {
        -webkit-transform: initial;
        transform: initial;
        opacity: 1;
    }
}

@-webkit-keyframes mobilePhoneShadow {
    0% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0.15;
    }
}

@keyframes mobilePhoneShadow {
    0% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0.15;
    }
}

@-webkit-keyframes paperAeroplane {
    0% {
        -webkit-transform: translate(-184px, 70px);
        transform: translate(-184px, 70px);
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    100% {
        -webkit-transform: initial;
        transform: initial;
        opacity: 1;
    }
}

@keyframes paperAeroplane {
    0% {
        -webkit-transform: translate(-184px, 70px);
        transform: translate(-184px, 70px);
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    100% {
        -webkit-transform: initial;
        transform: initial;
        opacity: 1;
    }
}

@-webkit-keyframes paperAeroplaneShadow {
    0% {
        -webkit-transform: translate(-183px, 11px);
        transform: translate(-183px, 11px);
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    100% {
        -webkit-transform: initial;
        transform: initial;
        opacity: 0.15;
    }
}

@keyframes paperAeroplaneShadow {
    0% {
        -webkit-transform: translate(-183px, 11px);
        transform: translate(-183px, 11px);
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    100% {
        -webkit-transform: initial;
        transform: initial;
        opacity: 0.15;
    }
}

@-webkit-keyframes paperAeroplanePath {
    0% {
        stroke-dashoffset: 346;
        opacity: 0;
    }

    100% {
        stroke-dashoffset: 692;
        opacity: 1;
    }
}

@keyframes paperAeroplanePath {
    0% {
        stroke-dashoffset: 346;
        opacity: 0;
    }

    100% {
        stroke-dashoffset: 692;
        opacity: 1;
    }
}

@-webkit-keyframes armSwipe {
    0% {
        -webkit-transform: initial;
        transform: initial;
    }

    16% {
        -webkit-transform: skew(-20deg) translate(30px, -23px) scale(1.1);
        transform: skew(-20deg) translate(30px, -23px) scale(1.1);
    }

    25% {
        -webkit-transform: initial;
        transform: initial;
    }

    100% {
        -webkit-transform: initial;
        transform: initial;
    }
}

@keyframes armSwipe {
    0% {
        -webkit-transform: initial;
        transform: initial;
    }

    16% {
        -webkit-transform: skew(-20deg) translate(30px, -23px) scale(1.1);
        transform: skew(-20deg) translate(30px, -23px) scale(1.1);
    }

    25% {
        -webkit-transform: initial;
        transform: initial;
    }

    100% {
        -webkit-transform: initial;
        transform: initial;
    }
}

@-webkit-keyframes handSwipe {
    0% {
        -webkit-transform: initial;
        transform: initial;
    }

    16% {
        -webkit-transform: translate(-49px, -24px) scale(1.1);
        transform: translate(-49px, -24px) scale(1.1);
    }

    25% {
        -webkit-transform: initial;
        transform: initial;
    }

    100% {
        -webkit-transform: initial;
        transform: initial;
    }
}

@keyframes handSwipe {
    0% {
        -webkit-transform: initial;
        transform: initial;
    }

    16% {
        -webkit-transform: translate(-49px, -24px) scale(1.1);
        transform: translate(-49px, -24px) scale(1.1);
    }

    25% {
        -webkit-transform: initial;
        transform: initial;
    }

    100% {
        -webkit-transform: initial;
        transform: initial;
    }
}

@-webkit-keyframes blinkingIcon {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes blinkingIcon {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes topEnvelope {
    0% {
        -webkit-transform: translate(-74px, -31px);
        transform: translate(-74px, -31px);
        opacity: 0;
    }

    12.5% {
        -webkit-transform: rotate(-60deg) translate(-303px, 313px);
        transform: rotate(-60deg) translate(-303px, 313px);
        opacity: 1;
    }

    20% {
        -webkit-transform: rotate(-60deg) translate(-303px, 313px);
        transform: rotate(-60deg) translate(-303px, 313px);
    }

    50% {
        -webkit-transform: rotate(-60deg) translate(-443px, 239px);
        transform: rotate(-60deg) translate(-443px, 239px);
        opacity: 1;
    }

    75% {
        -webkit-transform: rotate(-60deg) translate(-408px, 133px);
        transform: rotate(-60deg) translate(-408px, 133px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes topEnvelope {
    0% {
        -webkit-transform: translate(-74px, -31px);
        transform: translate(-74px, -31px);
        opacity: 0;
    }

    12.5% {
        -webkit-transform: rotate(-60deg) translate(-303px, 313px);
        transform: rotate(-60deg) translate(-303px, 313px);
        opacity: 1;
    }

    20% {
        -webkit-transform: rotate(-60deg) translate(-303px, 313px);
        transform: rotate(-60deg) translate(-303px, 313px);
    }

    50% {
        -webkit-transform: rotate(-60deg) translate(-443px, 239px);
        transform: rotate(-60deg) translate(-443px, 239px);
        opacity: 1;
    }

    75% {
        -webkit-transform: rotate(-60deg) translate(-408px, 133px);
        transform: rotate(-60deg) translate(-408px, 133px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes textBlocks {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    77.5% {
        -webkit-transform: translate(-28px, -35px) scale(1.2);
        transform: translate(-28px, -35px) scale(1.2);
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes textBlocks {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    77.5% {
        -webkit-transform: translate(-28px, -35px) scale(1.2);
        transform: translate(-28px, -35px) scale(1.2);
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes writeText {
    0% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    77.5% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes writeText {
    0% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    77.5% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes leverFlick {
    0% {
        -webkit-transform: initial;
        transform: initial;
    }

    2.5% {
        -webkit-transform: rotate(-10deg) translate(-17px, 38px);
        transform: rotate(-10deg) translate(-17px, 38px);
    }

    20% {
        -webkit-transform: initial;
        transform: initial;
    }

    100% {
        -webkit-transform: initial;
        transform: initial;
    }
}

@keyframes leverFlick {
    0% {
        -webkit-transform: initial;
        transform: initial;
    }

    2.5% {
        -webkit-transform: rotate(-10deg) translate(-17px, 38px);
        transform: rotate(-10deg) translate(-17px, 38px);
    }

    20% {
        -webkit-transform: initial;
        transform: initial;
    }

    100% {
        -webkit-transform: initial;
        transform: initial;
    }
}

/* Hiệu ứng */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

@keyframes slide-har2 {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes slide-har3 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@media(max-width:849px) {
    .active.mn-top5 {
        margin-top: 0 !important;
    }

    .active.mn-top5 .col-inner {
        border-radius: 0 !important;
        padding-bottom: 40px !important;
    }

    .gap-mobile .col {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 2rem;
    }

    .tab-price-list li a {
        font-size: .8rem;
    }

    .pttop-1 {
        padding-top: 55px !important;
    }

    .tab-price-list ul {
        gap: 5px;
    }

    .bg-linegrean .text {
        font-size: 2.5rem !important;
    }

    .bg-linegrean {
        width: 96%;
    }
}

@media(max-width:767px) {
    .number_stt {
        width: 15vw;
        height: 15vw;
        top: 4.2vw;
        left: 3.3vw;
        line-height: 15vw;
    }

    .content_stt {
        left: 28vw
    }

    #custom-promo-popup {
        height: 100%;
    }

    #custom-promo-popup .container-event {
        transform: translateY(0);
        top: 0;
        height: 90vh;
        overflow: scroll;
    }

    .order-1 {
        order: 1
    }

    .order-2 {
        order: 2
    }
}

.mb-0 h2 {
    font-size: 2rem;
    line-height: 49px;
}

.mb-0 h1 {
    font-size: 3rem;
}

.woocommerce-additional-fields,
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    display: none;
}

@media(max-width:549px) {
    .smart_desgin_title {
        font-size: 25px;
    }

    .font_mobile {
        font-size: 1.1rem !important;
    }

    .mb-0 h2 {
        font-size: 1.5rem !important;
        line-height: 37px;
    }

    .mb-0 h1 {
        font-size: 2.3rem !important;
    }

    .section-answer .smart_answer_item {
        max-width: 100%;
        padding: 50px 20px;
    }

    .section-answer .smart_answer_icon2 .img-inner {
        bottom: -65px;
        width: 100px;
    }

    .section-answer .smart_answer_icon3 .img-inner {
        bottom: -60px;
        width: 100px;
    }

    .smart_quote_item {
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .smart_icon_desgin {
        display: none;
    }

    .smart_desgin_title b {
        font-size: 1.5rem;
        background: transparent;
        color: var(--color1);
    }

    .smart_whychosee_title .smart_desgin_title {
        line-height: 40px;
    }

    .smart_desgin_title b {
        font-size: 24px;
        line-height: 32px;
    }

    .smart_whychosee_title .smart_desgin_title br {
        display: none;
    }

    .section-whychosee,
    .section-faq {
        padding: 30px 0;
    }

    .smart_icon_desgin.logo,
    .smart_icon_desgin.icon2,
    .smart_icon_desgin.icon3,
    .smart_icon_desgin.icon1 {
        display: none;
    }

    .smart_whychosee_lists.smart_box1,
    .smart_whychosee_lists.smart_box2,
    .smart_whychosee_lists.smart_box3,
    .smart_whychosee_lists.smart_box4 {
        width: 100%;
        height: 100%;
        background: transparent;
    }

    .smart_whychosee_lists.smart_box3 {
        border: 0.7px solid #ffffff59;
    }

    .smart_whychosee_lists.smart_box3 .lists_nav {
        display: none;
    }

    .smart_whychosee_lists.smart_box4 .lists_nav_item {
        display: block;
    }

    .smart_whychosee_lists.smart_box4 .lists_content {
        display: block;
    }

    .smart_whychosee_lists.smart_box4 .lists_content {
        position: relative;
        width: 100%;
        left: unset;
        top: unset;
        transform: unset;
    }

    .list_nav_title_desgin {
        color: #000;
    }

    .smart_whychosee_lists.smart_box4 .lists_content li {
        display: block;
        opacity: 1;
        margin-bottom: 30px;
        margin-left: 0;
    }

    .smart_whychosee_lists.smart_box4 .lists_nav_item .smart_lists_title {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        color: #000;
    }

    .smart_whychosee_lists.smart_box4 .lists_nav_item figure {
        width: 80px;
        height: 80px;
        margin: 0 auto 15px;
    }

    .smart_whychosee_lists.smart_box4 .lists_nav_item {
        display: inline-flex;
        flex-direction: column-reverse;
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }

    .smart_whychosee_lists.smart_box4 .lists_nav_item figure img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }

    .owl-nav [class^=owl-] {
        top: 50%;
        transform: translateY(-50%);
    }

    .smart_procedure_contents .owl-prev {
        left: 5%;
    }

    .smart_procedure_contents .owl-next {
        right: 5%;
    }

    .owl-nav [class^=owl-] span,
    .owl-nav [class^=owl-] .line {
        display: none;
    }

    .smart_procedure_item figure img {
        width: 220px;
        max-width: 220px;
        height: 220px;
        margin-left: 14px;
    }

    .benefit_inner {
        display: block;
        text-align: center;
        margin-bottom: 2.5rem;
    }

    .benefit_inner .icon-box-img {
        flex: 0 0 130px;
        max-width: 130px;
        width: 130px !important;
        height: 130px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .benefit_inner h3 span {
        font-size: 25px !important;
    }

    .criteria_dev .criteria_desc figure {
        flex: 0 0 59px;
        max-width: 59px;
        width: 59px;
        height: 59px;
    }

    .criteria_dev .criteria_desc figure img {
        width: 35px;
        height: 35px;
    }

    .criteria_title {
        font-size: 18px;
        line-height: 24px;
    }

    .footer_call {
        font-size: 2rem !important;
    }

    .footer-social {
        gap: 15px;
        grid-gap: 15px;
        grid-template-columns: repeat(2, 1fr);
    }

    .address-social .col {
        padding-bottom: 0 !important;
    }

    #footer .address-social .col:first-child .col-inner {
        padding-top: 30px !important;
    }

    #footer .address-social .col-inner,
    .text-end .col-inner {
        padding-top: 10px !important;
    }

    .address-social .icon-box-text p {
        margin-bottom: 10px;
    }

    .menu-footer {
        display: block;
    }

    .pb-m-0 {
        padding-bottom: 0 !important;
    }

    .gap-mobile .col-inner,
    .gap-mobile .active.mn-top5 .col-inner {
        border-radius: 20px !important;
    }

    .gap-mobile .col {
        margin-bottom: 3rem;
    }

    .bg-linegrean .col {
        padding-bottom: 11px !important;
    }

    .text.text-upp.text-i {
        font-size: 1rem !important;
    }

    .tab-price-list li {
        width: 100%;
    }

    .tab-price-list ul {
        flex-flow: row wrap;
    }

    .bg-linegrean .text {
        font-size: 1.8rem !important;
    }

    .bg-linegrean {
        width: 93%;
    }

    .content_stt {
        font-size: 1.1rem;
        font-weight: 500 !important;
        line-height: 24px;
    }

    .gap-mobile .col {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .title-mobile {
        font-size: 1rem !important;
    }

    .product-small .box-image {
        height: 350px !important
    }

    .tabpanel-custom li a {
        padding: 10px 20px;
    }

    .number_stt {
        top: 3.87vw;
        left: 3.1vw;
        line-height: 17vw;
    }

    .content_stt {
        top: 50%;
        left: 26vw;
    }

    .bg-custom-image .ux-menu-link__text {
        font-size: 1rem;
        font-weight: 500;
    }

    #custom-promo-popup .container-event {
        padding: 35px 10px 20px 10px;
    }

    .tab-price-list li a {
        font-size: 1.1rem;
    }

    .font_menu {
        font-size: 18px !important;
    }

    .smart_quote_item textarea {
        height: 100px;
        max-height: 100px;
    }

    .blog-wiget .box-image {
        width: 20% !important;
    }

    .blog-wiget .box-list-view .box,
    .blog-wiget .box-vertical {
        display: table;
        width: 100%;
    }

    .blog-wiget .box-list-view .box .box-image,
    .blog-wiget .box-list-view .box .box-text,
    .blog-wiget .box-vertical .box-image,
    .blog-wiget .box-vertical .box-text {
        direction: ltr;
        display: table-cell;
        vertical-align: middle;
    }

    .blog-wiget .box-text {
        padding-left: 10px;
    }

    .blog-wiget a {
        font-size: 1.1rem;
    }
}