/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
@import url("https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&amp;display=swap");

:root {
    --red: #ed1e32;
    --red-2: #FF6347;
    --gray-light: #D6E8EB;
    --black: #0C171A;
    --black-2: #4B168C;
    --black-3: #171717;
    --black-4: #20265B;
    --black-5: #020D2B;
    --gray-dark: #EEF0F2;
    --gray-1: #EFF8FA;
    --gray-2: #FAF7EF;
    --gray-3: #EEF1F9;
    --gray-4: #F1FAFB;
    --gray-5: #D7ECE4;
    --gray-6: #F0F4F8;
    --white: #FFFFFF;
    --cayent: #BE8FEB;
    --yellow: #FFEC21;
    --yellow-2: #EFD813;
    --yellow-3: #FDB517;
    --green: #4CAF80;
    --green-2: #38A0A7;
    --green-3: #5DB996;
    --pink: #F1AAFA;
    --blue: #259CF4;
    --blue-2: #3744FE;
    --blue-3: #00A1DE;
    --blue-4: #0B55E5;
    --purple: #9588E8;
    --border: #EEEFEF;
    --border-2: #EDE8F3;
    --border-3: #EBEDFF;
    --border-4: #FFFFFF1A;
    --border-5: rgba(2, 13, 43, 0.1);
    --border-6: #FFFFFF33;
    --border-7: rgba(12, 23, 26, 0.1);
    --border-8: rgba(23, 23, 23, 0.1);
    --border-9: rgba(32, 38, 91, 0.1);
    --border-10: rgba(255, 255, 255, 0.2);
    --border-11: rgba(255, 255, 255, 0.15);
    --border-12: rgba(93, 50, 34, 0.1);
    --color-title: #0C171A;
    --color-paragraph: #666B68;
    --color-text: #FFFFFFA6;
    --color-text-2: rgba(12, 23, 26, 0.5);
    --color-text-3: rgba(255, 255, 255, 0.65);
    --color-text-4: rgba(255, 255, 255, 0.75);
    --color-text-5: rgba(12, 23, 26, 0.2);
    --bg-1: #FFFFFF0D;
    --bg-2: #F5F5F3;
    --bg-3: #611DB5;
    --bg-4: #DBE6FB;
}

/*---------- Reset css styles ----------- */
title html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section {
    display: block;
}

html {
    margin-right: 0 !important;
    font-size: 62.5%;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: var(--white);
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: none;
}

a img {
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
}

select {
    max-width: 100%;
}

/* General
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
    font-family: "Rethink Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--on-suface-container);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    overflow-y: auto;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

strong,
b,
cite {
    font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
    font-style: italic;
}

abbr,
acronym {
    border-bottom: 1px dotted #e0e0e0;
    cursor: help;
}

.btn-link:focus,
.btn-link:hover,
mark,
ins {
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

address {
    font-style: italic;
    margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
    margin: 20px 0;
    padding: 4px 12px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    overflow-x: auto;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    border-radius: 0;
    height: auto;
}

svg,
svg path {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Elements
-------------------------------------------------------------- */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

hr {
    margin-bottom: 20px;
    border: dashed 1px #ccc;
}

/* List */
ul,
ol {
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

li {
    list-style: none;
}

ul li,
ol li {
    padding: 0;
}

dl,
dd {
    margin: 0 0 20px;
}

dt {
    font-weight: bold;
}

del,
.disable {
    text-decoration: line-through;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

/* Table */
table,
th,
td {
    border: 1px solid #343444;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 0;
    table-layout: fixed;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 8px 12px;
}

/* Media */
embed,
object,
video {
    margin-bottom: 20px;
    max-width: 100%;
    vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */
/* Fixes */
button,
input {
    line-height: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
}

input[type=checkbox] {
    display: inline;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: button;
    border: 0;
}

input[type=checkbox],
input[type=radio] {
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    vertical-align: sub;
    /* Addresses excess padding in IE8/9 */
}

input[type=search] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

    input[type=search]::-webkit-search-decoration {
        /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
        -webkit-appearance: none;
    }

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* Remove chrome yellow autofill */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}

/* Reset search styling */
input[type=search] {
    outline: 0;
}

    input[type=search]::-webkit-search-decoration,
    input[type=search]::-webkit-search-cancel-button,
    input[type=search]::-webkit-search-results-button,
    input[type=search]::-webkit-search-results-decoration {
        display: none;
    }

/* Placeholder color */
::-webkit-input-placeholder {
    color: #171412;
}

::-moz-placeholder {
    color: #171412;
    opacity: 1;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
    color: #171412;
}

/* Typography
-------------------------------------------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Rethink Sans", sans-serif;
    color: var(--on-suface-container);
    margin: 0;
    text-rendering: optimizeLegibility;
}

h1,
.h1 {
    font-size: 75px;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: -1.5px;
    vertical-align: middle;
}

h2,
.h2 {
    font-size: 48px;
    line-height: 55px;
    font-weight: 700;
    letter-spacing: -0.96px;
    vertical-align: middle;
}

h3,
.h3 {
    font-size: 27px;
    line-height: 35px;
    font-weight: 700;
    vertical-align: middle;
}

h4,
.h4 {
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    letter-spacing: -0.48px;
    vertical-align: middle;
}

h5,
.h5 {
    font-size: 22px;
    line-height: 29px;
    font-weight: 700;
    letter-spacing: -0.44px;
    vertical-align: middle;
}

h6,
.h6 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: -0.4px;
    vertical-align: middle;
}

/* link style
-------------------------------------------------------------- */
a {
    text-decoration: none;
    color: var(--color-title);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    a:hover, a:focus {
        color: var(--red);
        outline: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

/* tf-container
-------------------------------------------------------------- */
.tf-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1320px;
    width: 100%;
}

    .tf-container .row {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

        .tf-container .row > * {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

    .tf-container.w-full {
        max-width: 100%;
    }

    .tf-container.w-1930 {
        max-width: 1930px;
    }

    .tf-container.w-1890 {
        max-width: 1890px;
    }

    .tf-container.w-1810 {
        max-width: 1810px;
    }

    .tf-container.w-1760 {
        max-width: 1760px;
    }

    .tf-container.w-1740 {
        max-width: 1740px;
    }

/* Extra classes
-------------------------------------------------------------- */
.hidden {
    display: none;
}

.block {
    display: block;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed !important;
}

.position-unset {
    position: unset !important;
}

.z-5 {
    z-index: 5;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.body-2 {
    font-size: 18px;
    line-height: 23px;
}

.caption-1 {
    font-size: 14px;
    line-height: 18px;
}

.w-max-content {
    width: max-content;
}

.bg-2 {
    background-color: var(--bg-2);
}

.bg-cayent {
    background-color: var(--cayent);
}

.bg-green {
    background-color: var(--green);
}

.bg-pink {
    background-color: var(--pink);
}

.color-title {
    color: var(--color-title) !important;
}

.color-paragraph {
    color: var(--color-paragraph) !important;
}

.color-white {
    color: var(--white) !important;
}

.color-red {
    color: var(--red);
}

.color-red-2 {
    color: var(--red-2) !important;
}

.color-black-2 {
    color: var(--black-2) !important;
}

.color-yellow {
    color: var(--yellow) !important;
}

.color-yellow-2 {
    color: var(--yellow-2) !important;
}

.color-yellow-3 {
    color: var(--yellow-3) !important;
}

.color-black-4 {
    color: var(--black-4) !important;
}

.color-black-5 {
    color: var(--black-5) !important;
}

.color-blue-4 {
    color: var(--blue-4) !important;
}

.color-text-3 {
    color: var(--color-text-3) !important;
}

.lsp-0 {
    letter-spacing: 0 !important;
}

.lh-24 {
    line-height: 24px;
}

.lh-28 {
    line-height: 28px;
}

.lh-30 {
    line-height: 30px;
}

.lh-32 {
    line-height: 32px;
}

.lh-35 {
    line-height: 35px;
}

.lh-40 {
    line-height: 40px;
}

.lh-45 {
    line-height: 45px;
}

.lh-52 {
    line-height: 52px;
}

.lh-55 {
    line-height: 55px;
}

.fs-20 {
    font-size: 20px;
}

.fs-30 {
    font-size: 30px;
}

.fs-35 {
    font-size: 35px;
}

.fs-40 {
    font-size: 40px;
}

.fw4 {
    font-weight: 400;
}

.fw5 {
    font-weight: 500;
}

.fw6 {
    font-weight: 600;
}

.fw7 {
    font-weight: 700;
}

.rg-10 {
    row-gap: 10px;
}

.rg-19 {
    row-gap: 19px;
}

.rg-20 {
    row-gap: 20px;
}

.rg-30 {
    row-gap: 30px;
}

.rg-50 {
    row-gap: 50px;
}

.rg-70 {
    row-gap: 70px;
}

.g-0 {
    gap: 0px !important;
}

.g-10 {
    gap: 10px;
}

.g-15 {
    gap: 15px;
}

.g-20 {
    gap: 20px;
}

.g-22 {
    gap: 22px;
}

.g-30 {
    gap: 30px;
}

.g-35 {
    gap: 35px;
}

.g-50 {
    gap: 50px;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-26 {
    margin-bottom: 26px !important;
}

.mb-28 {
    margin-bottom: 28px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-33 {
    margin-bottom: 33px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-36 {
    margin-bottom: 36px;
}

.mb-37 {
    margin-bottom: 37px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-42 {
    margin-bottom: 42px;
}

.mb-43 {
    margin-bottom: 43px;
}

.mb-44 {
    margin-bottom: 44px;
}

.mb-46 {
    margin-bottom: 46px;
}

.mb-48 {
    margin-bottom: 48px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-52 {
    margin-bottom: 52px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-62 {
    margin-bottom: 62px;
}

.mb-64 {
    margin-bottom: 64px !important;
}

.mb-70 {
    margin-bottom: 70px;
}

.mx-27 {
    margin: 0 27px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.mx-30 {
    margin-left: 15px;
    margin-right: 15px;
}

/* sib-form */
.sib-form {
    padding: 0;
    font-family: "Rethink Sans", sans-serif !important;
    box-sizing: border-box !important;
}

    .sib-form *, .sib-form ::after, .sib-form ::before {
        box-sizing: border-box !important;
    }

#sib-container {
    background-color: unset;
    padding: 0;
}

.sib-form .entry__field {
    background-color: unset;
    border: 0;
    box-shadow: none !important;
    margin: 0;
}

.sib-form .sib-form-container .input {
    border: 0;
    outline: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none !important;
    line-height: 26px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 99px;
    padding: 17px 28px 17px 28px;
    width: 100%;
    background-color: var(--white);
    height: unset !important;
    flex-grow: 1;
    max-width: unset;
}

.sib-form .entry__specification,
.sib-form .entry__error,
.entry__specification,
.entry__label {
    margin: 0 !important;
}

.sib-form .entry__error {
    margin-top: 5px !important;
    font-size: 14px;
    line-height: 20px;
}

.sib-form-block {
    padding: 0;
}

.sib-optin {
    display: none;
}

#sib-form {
    position: relative;
    display: flex;
    gap: 30px;
}

    #sib-form .sib-form-block__button {
        position: unset;
        top: 5px;
        right: 5px;
        padding: 18.5px 40px;
        line-height: 26px;
        min-height: unset;
    }

.sib-form .clickable__icon {
    margin: 0 5px 0 0;
    fill: #fff;
}

.sib-form-message-panel {
    border: 0;
    padding: 0;
    border-radius: 0px;
    background: transparent;
}

#success-message .sib-form-message-panel__inner-text {
    color: #6BC044;
}

#success-message svg path {
    fill: #6BC044;
}

.sib-form-message-panel__text {
    padding: 0;
}

#error-message .sib-form-message-panel__text {
    color: #ff4949;
}

@media (max-width: 575px) {
    #sib-form {
        flex-direction: column;
    }

        #sib-form .sib-form-block__button {
            width: 100%;
        }
}
/*------------ Components ---------------- */
/*------------ header ---------------- */
.top-bar .text-topbar {
    color: var(--color-paragraph);
}

.top-bar .dot {
    margin: 0 40px;
}

.top-bar .top-bar-inner {
    padding: 10px 0;
}

.top-bar.h-2 .top-bar-inner {
    padding: 9px 0;
}

.top-bar.h-5 .top-bar-inner {
    padding: 9px 0;
}

.dot {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

    .dot.bg-paragraph {
        background-color: var(--color-paragraph);
    }

    .dot.bg-white {
        background-color: var(--color-white);
    }

.top-bar-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 7px;
}

    .top-bar-item i {
        color: var(--color-paragraph);
    }

    .top-bar-item .content span {
        color: var(--color-paragraph);
    }

    .top-bar-item.phone-topbar a {
        letter-spacing: -0.2px;
    }

    .top-bar-item.email-topbar i {
        font-size: 13px;
    }

    .top-bar-item.time-topbar {
        gap: 12px;
    }

        .top-bar-item.time-topbar span {
            letter-spacing: -0.2px;
        }

.post-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 24px;
}

    .post-social .icon-social {
        font-size: 13px;
        color: var(--color-paragraph);
    }

        .post-social .icon-social i {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .post-social .icon-social:hover {
            color: var(--color-title);
        }

    .post-social.style-border {
        gap: 10px;
    }

        .post-social.style-border .icon-social {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid var(--border);
        }

            .post-social.style-border .icon-social:hover {
                background-color: var(--red);
                border-color: var(--red);
            }

                .post-social.style-border .icon-social:hover i {
                    color: var(--white);
                }

    .post-social.style-radius-50 {
        gap: 10px;
    }

        .post-social.style-radius-50 .icon-social {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .post-social.style-border-4 .icon-social {
        background-color: var(--border-4);
    }

        .post-social.style-border-4 .icon-social i {
            color: var(--white);
        }

        .post-social.style-border-4 .icon-social:hover {
            background-color: var(--white);
        }

            .post-social.style-border-4 .icon-social:hover i {
                color: var(--color-title);
            }

    .post-social.style-bg-white .icon-social {
        background-color: var(--white);
    }

        .post-social.style-bg-white .icon-social i {
            color: var(--color-title);
        }

        .post-social.style-bg-white .icon-social:hover {
            background-color: var(--red);
        }

            .post-social.style-bg-white .icon-social:hover i {
                color: var(--white);
            }

.logo-header {
    position: relative;
    z-index: 2;
}

.menu-primary-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 47px;
}

    .menu-primary-menu .menu-item {
        cursor: pointer;
    }

        .menu-primary-menu .menu-item:not(.menu-item-has-children) {
            padding-right: 0;
        }

        .menu-primary-menu .menu-item.menu-item-has-children {
            padding-right: 20px;
        }

            .menu-primary-menu .menu-item.menu-item-has-children .item-link {
                z-index: 2;
            }

                .menu-primary-menu .menu-item.menu-item-has-children .item-link::after {
                    content: "\e905";
                    position: absolute;
                    top: 55%;
                    right: -17px;
                    font-size: 11px;
                    line-height: 18px;
                    font-family: "icomoon";
                    transform: translateY(-50%) rotate(90deg);
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                    z-index: 1;
                }

        .menu-primary-menu .menu-item .item-link {
            color: var(--color-title);
            line-height: 78px;
            position: relative;
            font-weight: 500;
        }

        .menu-primary-menu .menu-item:hover .sub-menu-home,
        .menu-primary-menu .menu-item:hover .sub-menu {
            opacity: 1;
            visibility: visible;
            top: 100%;
            pointer-events: all;
        }

        .menu-primary-menu .menu-item:hover .item-link::after {
            transform: translateY(-50%) rotate(90deg) rotateY(180deg);
        }

.sub-menu-home {
    position: absolute;
    width: 100%;
    height: max-content;
    left: 0%;
    top: 110%;
    opacity: 0;
    visibility: hidden;
    background-color: var(--white);
    z-index: 1000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
    overflow: auto;
    box-shadow: 10px 4px 60px rgba(193, 193, 193, 0.25);
}

    .sub-menu-home ul {
        padding: 20px 30px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .sub-menu-home .item {
        padding: 20px;
        text-align: center;
        flex: 1 1 auto;
        max-width: calc(20% - 16px);
        border: 1px solid var(--border);
        width: 100%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .sub-menu-home .item .image {
            margin-bottom: 20px;
            position: relative;
        }

            .sub-menu-home .item .image .img-home {
                position: relative;
                height: 100%;
                display: block;
            }

                .sub-menu-home .item .image .img-home img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

            .sub-menu-home .item .image:hover .img-home::before {
                height: 100%;
            }

        .sub-menu-home .item .name-home {
            color: var(--color-title);
            position: relative;
            width: max-content;
            margin-left: auto;
            margin-right: auto;
            font-weight: 500;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .sub-menu-home .item:hover {
            border: 1px solid var(--red);
        }

            .sub-menu-home .item:hover .name-home {
                color: var(--red);
            }

        .sub-menu-home .item.current-item-home {
            border: 1px solid var(--red);
        }

            .sub-menu-home .item.current-item-home .name-home {
                color: var(--red);
            }

.sub-menu {
    position: absolute;
    width: 233px;
    left: -25px;
    top: 110%;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
    background-color: var(--white);
    box-shadow: 10px 4px 60px rgba(193, 193, 193, 0.25);
}

    .sub-menu .sub-menu-item {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .sub-menu .sub-menu-item .item-link-2 {
            display: inline-block;
            color: var(--color-title);
            position: relative;
            font-weight: 500;
            width: 100%;
            padding: 6px 24px;
        }

        .sub-menu .sub-menu-item:hover {
            background-color: var(--red);
        }

            .sub-menu .sub-menu-item:hover .item-link-2 {
                color: var(--white);
            }

    .sub-menu .menu-item-has-children-2 {
        position: relative;
    }

        .sub-menu .menu-item-has-children-2::after {
            content: "\e905";
            position: absolute;
            top: 50%;
            right: 24px;
            font-size: 11px;
            font-family: "icomoon";
            transform: translateY(-50%);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .sub-menu .menu-item-has-children-2:hover .sub-menu-2 {
            opacity: 1;
            visibility: visible;
            pointer-events: all;
        }

        .sub-menu .menu-item-has-children-2:hover::after {
            color: var(--white);
        }

        .sub-menu .menu-item-has-children-2.current-menu-item {
            background-color: var(--red);
        }

            .sub-menu .menu-item-has-children-2.current-menu-item .item-link-2 {
                color: var(--white);
            }

            .sub-menu .menu-item-has-children-2.current-menu-item::after {
                color: var(--white);
            }

.sub-menu-2 {
    position: absolute;
    background-color: var(--white);
    width: 233px;
    right: -100%;
    top: 0%;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 10px 4px 60px rgba(193, 193, 193, 0.25);
}

    .sub-menu-2 .sub-menu-item {
        padding: 6px 24px;
    }

        .sub-menu-2 .sub-menu-item a {
            display: inline-block;
            color: var(--color-title);
            width: 100%;
        }

        .sub-menu-2 .sub-menu-item:hover a {
            color: var(--white);
        }

.nav-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-search .search-btn {
    padding-top: 10px;
}

    .nav-search .search-btn i {
        color: var(--black);
        font-size: 18px;
    }

.header-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

    .header-right .nav-search {
        padding-right: 35px;
    }

    .header-right .nav-btn {
        padding-right: 35px;
    }

.megamenu-btn {
    padding: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--red);
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .megamenu-btn i {
        color: var(--white);
    }

    .megamenu-btn:hover {
        background-color: var(--black);
    }

.header {
    position: relative;
}

    .header .header-content {
        border: 1px solid var(--border);
        border-radius: 15px;
        padding: 0 5px 0 40px;
        background-color: var(--white);
    }

    .header .main-menu {
        padding-left: 50px;
    }

    .header .current-menu-item > a span {
        color: var(--red);
    }

    .header .current-menu-item > a::after {
        color: var(--red);
    }

    .header.style-color-black-2 .header-content {
        border-radius: 0;
    }

    .header.style-color-black-2 .menu-item .item-link {
        line-height: 85px;
    }

    .header.style-color-black-2 .menu-item:hover .item-link::after {
        color: var(--black-2);
    }

    .header.style-color-black-2 .menu-item:hover .item-link span {
        color: var(--black-2);
    }

    .header.style-color-black-2 .menu-item.current-menu-item > a span {
        color: var(--black-2);
    }

    .header.style-color-black-2 .menu-item.current-menu-item > a::after {
        color: var(--black-2);
    }

    .header.style-color-black-2 .header-content {
        border: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .header.style-color-black-2 .menu-item-has-children::after {
        color: var(--black-2);
    }

    .header.style-color-black-2 .megamenu-btn {
        padding: 0;
        background-color: transparent;
    }

        .header.style-color-black-2 .megamenu-btn i {
            color: var(--black-2);
            font-size: 18px;
        }

    .header.style-color-black-2 .header-right .nav-btn {
        padding-right: 30px;
    }

    .header.style-color-black-2 .sub-menu-home .item:hover {
        border: 1px solid var(--black-2);
    }

        .header.style-color-black-2 .sub-menu-home .item:hover .name-home {
            color: var(--black-2);
        }

    .header.style-color-black-2 .sub-menu-home .item.current-item-home {
        border: 1px solid var(--black-2);
    }

        .header.style-color-black-2 .sub-menu-home .item.current-item-home .name-home {
            color: var(--black-2);
        }

    .header.style-color-black-2 .sub-menu .sub-menu-item:hover {
        background-color: var(--black-2);
    }

    .header.style-color-blue-4 .sub-menu .sub-menu-item:hover {
        background-color: var(--blue-4);
    }

    .header.style-color-blue-4 .item-link {
        line-height: 78px;
    }

        .header.style-color-blue-4 .item-link span {
            position: relative;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .header.style-color-blue-4 .item-link::before {
            content: "";
            position: absolute;
            top: 50%;
            left: -13px;
            transform: translateY(-50%);
            border-radius: 999px;
            width: 0;
            height: 30px;
            background-color: var(--blue-4);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .header.style-color-blue-4 .menu-item:hover .item-link span {
        color: var(--white);
    }

    .header.style-color-blue-4 .menu-item:hover .item-link::after {
        color: var(--white);
    }

    .header.style-color-blue-4 .menu-item:hover .item-link::before {
        width: calc(100% + 26px);
    }

    .header.style-color-blue-4 .menu-item.menu-item-has-children:hover .item-link::before {
        width: calc(100% + 40px);
    }

    .header.style-color-blue-4 .megamenu-btn {
        background-color: var(--blue-4);
    }

        .header.style-color-blue-4 .megamenu-btn:hover {
            background-color: var(--color-title);
        }

    .header.style-color-blue-4 .current-menu-item.menu-item-has-children .item-link::before {
        width: calc(100% + 40px);
    }

    .header.style-color-blue-4 .current-menu-item .item-link span {
        color: var(--white);
    }

    .header.style-color-blue-4 .current-menu-item .item-link::after {
        color: var(--white);
    }

    .header.style-color-blue-4 .current-menu-item .item-link::before {
        width: calc(100% + 26px);
    }

    .header.style-color-blue-4 .sub-menu-home .item:hover {
        border: 1px solid var(--blue-4);
    }

        .header.style-color-blue-4 .sub-menu-home .item:hover .name-home {
            color: var(--blue-4);
        }

    .header.style-color-blue-4 .sub-menu-home .item.current-item-home {
        border: 1px solid var(--blue-4);
    }

        .header.style-color-blue-4 .sub-menu-home .item.current-item-home .name-home {
            color: var(--blue-4);
        }

    .header.style-absolute {
        margin-bottom: -125px;
        z-index: 999;
    }

        .header.style-absolute .header-content {
            border: 0;
            padding: 0;
            margin: 0 25px;
            background-color: transparent;
            border-radius: 0;
        }

        .header.style-absolute .item-link {
            color: var(--white);
            line-height: 124px;
        }

        .header.style-absolute .header-right {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
        }

            .header.style-absolute .header-right .nav-search {
                padding-right: 25px;
            }

                .header.style-absolute .header-right .nav-search .search-btn i {
                    color: var(--white);
                }

            .header.style-absolute .header-right .nav-btn {
                padding-right: 10.63px;
            }

            .header.style-absolute .header-right .mobile-button span {
                background-color: var(--white);
            }

        .header.style-absolute .megamenu-btn {
            padding: 0;
            width: 46px;
            height: 46px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: var(--white);
            border-radius: 50%;
        }

            .header.style-absolute .megamenu-btn i {
                color: var(--color-title);
            }

        .header.style-absolute .menu-item-has-children .item-link::after {
            right: -25px;
        }

        .header.style-absolute.header-bg {
            background-color: var(--blue-4);
        }

        .header.style-absolute .menu-item:hover a span {
            color: var(--yellow-2);
        }

        .header.style-absolute .menu-item:hover a::after {
            color: var(--yellow-2);
        }

        .header.style-absolute .current-menu-item > a span {
            color: var(--yellow-2);
        }

        .header.style-absolute .current-menu-item > a::after {
            color: var(--yellow-2);
        }

        .header.style-absolute .sub-menu-home .item:hover {
            border: 1px solid var(--blue-2);
        }

            .header.style-absolute .sub-menu-home .item:hover .name-home {
                color: var(--blue-2);
            }

        .header.style-absolute .sub-menu-home .item.current-item-home {
            border: 1px solid var(--blue-2);
        }

            .header.style-absolute .sub-menu-home .item.current-item-home .name-home {
                color: var(--blue-2);
            }

        .header.style-absolute .sub-menu .sub-menu-item:hover {
            background-color: var(--blue-2);
        }

    .header.style-border-bottom {
        margin-bottom: -98px;
    }

        .header.style-border-bottom .header-content {
            border-bottom: 1px solid var(--border-4);
            border-radius: 0;
            margin: 0;
        }

        .header.style-border-bottom .item-link {
            line-height: 97px;
        }

        .header.style-border-bottom .menu-item:hover a span {
            color: var(--yellow-3);
        }

        .header.style-border-bottom .menu-item:hover a::after {
            color: var(--yellow-3);
        }

        .header.style-border-bottom .current-menu-item > a span {
            color: var(--yellow-3);
        }

        .header.style-border-bottom .current-menu-item > a::after {
            color: var(--yellow-3);
        }

        .header.style-border-bottom .sub-menu-home .item:hover {
            border: 1px solid var(--yellow-3);
        }

            .header.style-border-bottom .sub-menu-home .item:hover .name-home {
                color: var(--yellow-3);
            }

        .header.style-border-bottom .sub-menu-home .item.current-item-home {
            border: 1px solid var(--yellow-3);
        }

            .header.style-border-bottom .sub-menu-home .item.current-item-home .name-home {
                color: var(--yellow-3);
            }

        .header.style-border-bottom .sub-menu .sub-menu-item:hover {
            background-color: var(--yellow-3);
        }

.nav-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 15px;
    align-items: center;
}

.mobile-button a {
    display: block;
    width: 24px;
    height: 18px;
    position: relative;
    cursor: pointer;
}

.mobile-button span {
    position: absolute;
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--black);
}

    .mobile-button span:first-child {
        top: 0;
    }

    .mobile-button span:nth-child(2) {
        top: 50%;
        transform: translateY(-50%);
    }

    .mobile-button span:last-child {
        bottom: 0;
    }

.mobile-nav-wrap {
    max-width: 300px;
    width: 100%;
}

    .mobile-nav-wrap .inner-mobile-nav {
        padding: 20px;
        width: 100%;
        height: 100%;
        background-color: var(--white);
        z-index: 99999;
        overflow-y: auto;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .mobile-nav-wrap .inner-mobile-nav .mobile-nav-close {
            background-color: transparent;
            border-radius: 50%;
            cursor: pointer;
        }

            .mobile-nav-wrap .inner-mobile-nav .mobile-nav-close svg {
                width: 15px;
                height: 15px;
            }

        .mobile-nav-wrap .inner-mobile-nav .top-header-mobi {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .mobile-nav-wrap .inner-mobile-nav a {
            color: var(--on-suface-container);
        }

    .mobile-nav-wrap .logo-mobile {
        max-width: 120px;
    }

    .mobile-nav-wrap .socials-mobile .date {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        gap: 8px;
        align-items: center;
        padding-bottom: 10px;
    }

    .mobile-nav-wrap .socials-mobile .socials-icon {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }

        .mobile-nav-wrap .socials-mobile .socials-icon .socials-item {
            width: 40px;
            height: 40px;
            border: 1px solid var(--Line);
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .mobile-nav-wrap .socials-mobile .socials-icon .socials-item a {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .mobile-nav-wrap .socials-mobile .socials-icon .socials-item:first-child, .mobile-nav-wrap .socials-mobile .socials-icon .socials-item:nth-child(2), .mobile-nav-wrap .socials-mobile .socials-icon .socials-item:nth-child(3), .mobile-nav-wrap .socials-mobile .socials-icon .socials-item:nth-child(4) {
                border-right: 0;
            }

            .mobile-nav-wrap .socials-mobile .socials-icon .socials-item:hover {
                background-color: var(--On-Surface);
                border-color: var(--On-Surface);
            }

                .mobile-nav-wrap .socials-mobile .socials-icon .socials-item:hover i {
                    color: var(--White);
                }

    .mobile-nav-wrap .mobile-main-nav {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 94%;
    }

.contact-mobile .title-contact-mobile {
    margin-bottom: 15px;
}

.contact-mobile .content-contact-moblile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    color: var(--color-paragraph);
}

    .contact-mobile .content-contact-moblile .icon-location-dot2 {
        font-size: 20px;
        margin-top: 3px;
    }

    .contact-mobile .content-contact-moblile .icon-envelope {
        font-size: 13px;
        margin-top: 4px;
    }

    .contact-mobile .content-contact-moblile:last-child {
        margin-bottom: 0;
    }

#menu-mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    padding: 30px 0;
}

    #menu-mobile > li {
        position: relative;
        border-bottom: 1px solid var(--border);
        cursor: pointer;
    }

        #menu-mobile > li a {
            padding: 12px 0;
        }

        #menu-mobile > li .sub-menu-mobile {
            border-radius: 8px;
            text-align: start;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
            margin-bottom: 5px;
        }

            #menu-mobile > li .sub-menu-mobile .menu-item a {
                padding: 7px 10px;
            }

            #menu-mobile > li .sub-menu-mobile .menu-item:first-child a {
                padding-top: 0;
            }

            #menu-mobile > li .sub-menu-mobile .sub-menu-mobile-2 a {
                padding-left: 20px;
                padding-right: 20px;
            }

            #menu-mobile > li .sub-menu-mobile.show {
                transform: translate(0);
                opacity: 1;
                visibility: visible;
            }

            #menu-mobile > li .sub-menu-mobile li {
                cursor: pointer;
            }

                #menu-mobile > li .sub-menu-mobile li:last-child {
                    border: none;
                }

        #menu-mobile > li:last-child {
            border: 0;
        }

            #menu-mobile > li:last-child a {
                padding-bottom: 0;
            }

    #menu-mobile li a {
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
        width: 100%;
        display: inline-block;
    }

    #menu-mobile li.menu-item-has-children-mobile > a {
        position: relative;
    }

        #menu-mobile li.menu-item-has-children-mobile > a::after {
            content: "\e905";
            position: absolute;
            font-family: "icomoon";
            position: absolute;
            font-size: 10px;
            right: 0;
            top: 50%;
            line-height: 16px;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        #menu-mobile li.menu-item-has-children-mobile > a.collapsed::after {
            transform: translateY(-50%) rotate(90deg);
        }

        #menu-mobile li.menu-item-has-children-mobile > a:not(.collapsed)::after {
            transform: translateY(-50%) rotate(270deg);
        }

.current-item {
    background-color: var(--red) !important;
}

    .current-item > a {
        color: var(--white) !important;
    }

.current-menu-mobile-item > a {
    color: var(--red) !important;
}

.header-sticky {
    position: fixed;
    position: -webkit-fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    background-color: var(--white);
    box-shadow: 10px 4px 60px rgba(193, 193, 193, 0.25);
}

    .header-sticky .header-content {
        padding: 0;
        border-color: transparent;
    }

    .header-sticky.header-bg {
        opacity: 1;
        visibility: visible;
    }

/*------------ footer ---------------- */
.footer {
    background-color: var(--black);
    padding-top: 92px;
    padding-bottom: 96px;
    border-radius: 15px;
    margin: 0 15px 15px;
}

    .footer .footer-inner {
        gap: 30px;
    }

    .footer .top {
        padding-bottom: 70px;
        border-bottom: 1px solid var(--border-4);
    }

    .footer .bottom {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        gap: 50px;
        margin-top: -25px;
    }

        .footer .bottom span {
            color: var(--white);
        }

        .footer .bottom ul {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            gap: 30px;
        }

            .footer .bottom ul li a {
                color: var(--color-text);
            }

    .footer .footer-left {
        max-width: 740px;
        width: 100%;
    }

        .footer .footer-left .middle {
            padding-top: 70px;
        }

    .footer .footer-right {
        padding-top: 7px;
    }

    .footer.style-2 {
        margin: 0;
        border-radius: 0;
        background-color: var(--black-2);
        padding-top: 0;
        padding-bottom: 0;
    }

        .footer.style-2 .top {
            padding-top: 70px;
        }

            .footer.style-2 .top .left h6,
            .footer.style-2 .top .left h2 {
                color: var(--white);
            }

        .footer.style-2 .line-footer {
            width: 100%;
            height: 1px;
            background-color: var(--border-4);
        }

        .footer.style-2 .middle {
            padding-top: 72px;
            padding-bottom: 70px;
        }

        .footer.style-2 .bottom {
            padding: 33px 0;
            margin-top: 0;
        }

            .footer.style-2 .bottom ul {
                gap: 36px;
            }

    .footer.style-3 {
        margin: 0;
        border-radius: 0;
        background-color: transparent;
        padding: 0;
    }

        .footer.style-3 .cta-footer {
            margin-bottom: -271px;
        }

        .footer.style-3 .footer-inner {
            padding-top: 351px;
            padding-bottom: 70px;
            background-color: var(--black-3);
        }

        .footer.style-3 .line-footer {
            width: 100%;
            height: 1px;
            background-color: var(--border-4);
        }

        .footer.style-3 .middle {
            padding-bottom: 70px;
        }

        .footer.style-3 .bottom {
            margin-top: 0;
        }

            .footer.style-3 .bottom ul {
                gap: 36px;
            }

    .footer.bg-img {
        margin: 0;
        border-radius: 0;
        background-color: transparent;
        position: relative;
    }

        .footer.bg-img::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 93.2%;
            background-image: url(../image/section/bg-footer-4-1.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            z-index: -1;
        }

        .footer.bg-img::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 93.2%;
            background-image: url(../image/section/bg-footer-4-2.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            z-index: -2;
        }

        .footer.bg-img .cta-footer {
            margin-bottom: 0;
        }

        .footer.bg-img .footer-inner {
            padding-top: 70px;
            padding-bottom: 0;
            background-color: transparent;
        }

        .footer.bg-img .line-footer {
            width: 100%;
            height: 1px;
            background-color: var(--border-4);
        }

        .footer.bg-img .bottom {
            padding: 35px 0;
        }

    .footer.style-4 {
        background-color: var(--black-5);
        padding-top: 0;
        padding-bottom: 0;
    }

        .footer.style-4 .footer-inner {
            position: relative;
        }

            .footer.style-4 .footer-inner .img-item {
                position: absolute;
                left: 0;
                bottom: 18.8%;
            }

        .footer.style-4 .top {
            padding: 69px 0;
            margin-bottom: 79px;
            border-bottom: 0;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
            border-radius: 0px 0px 15px 15px;
        }

        .footer.style-4 .middle {
            margin-bottom: 90px;
        }

        .footer.style-4 .bottom {
            border-top: 1px solid var(--border-4);
            padding: 33px 0;
            margin-top: 0;
        }

            .footer.style-4 .bottom ul {
                gap: 36px;
            }

        .footer.style-4 .logo-footer {
            max-width: 248px;
            padding: 29px 15px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: var(--blue-4);
            border-radius: 14px;
        }

        .footer.style-4 .list-item-footer-middle {
            flex-wrap: wrap;
            padding-top: 19px;
            padding-bottom: 37px;
            margin-bottom: 33px;
            border-bottom: 1px solid var(--border-4);
            gap: 15px 65.6px;
        }

            .footer.style-4 .list-item-footer-middle li a {
                color: var(--white);
            }

        .footer.style-4 .contact-list {
            flex-wrap: wrap;
            row-gap: 15px;
        }

            .footer.style-4 .contact-list li {
                gap: 15px;
            }

                .footer.style-4 .contact-list li i,
                .footer.style-4 .contact-list li span,
                .footer.style-4 .contact-list li a {
                    color: var(--white);
                }

                .footer.style-4 .contact-list li i {
                    line-height: 32px;
                    font-size: 20px;
                }

.subscribe-footer .title-footer {
    color: var(--white);
    margin-bottom: 8px;
}

.subscribe-footer .sub-title {
    color: var(--white);
    margin-bottom: 26px;
}

.footer-about {
    max-width: 319px;
}

    .footer-about .desc {
        color: var(--color-text);
        margin-bottom: 32px;
    }

    .footer-about .logo-footer {
        margin-bottom: 32px;
    }

    .footer-about .tf-btn {
        display: inline-flex;
    }

.footer-content .title-mobile {
    color: var(--white);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 0.3px;
}

    .footer-content .title-mobile i {
        display: none;
        color: var(--white);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-size: 10px;
        transform: rotate(90deg);
    }

.footer-content ul {
    margin-top: 26px;
}

.footer-content .support-item-footer {
    margin-bottom: 14px;
}

    .footer-content .support-item-footer a {
        color: var(--color-text);
        position: relative;
    }

        .footer-content .support-item-footer a:hover {
            color: var(--white);
        }

            .footer-content .support-item-footer a:hover::before {
                color: var(--white);
            }

    .footer-content .support-item-footer:last-child {
        margin-bottom: 0;
    }

.footer-content.open .title-mobile i {
    transform: rotate(270deg);
}

.box-item-footer {
    max-width: 410px;
    padding: 32px 39px 27px;
    background-color: var(--bg-1);
    border: 1px solid var(--border-4);
    border-radius: 10px;
}

    .box-item-footer .top-box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        gap: 20px;
        padding-bottom: 25px;
        border-bottom: 1px solid var(--border-4);
    }

        .box-item-footer .top-box i {
            font-size: 30px;
            color: var(--white);
        }

        .box-item-footer .top-box .title-box {
            color: var(--white);
        }

    .box-item-footer .desc {
        color: var(--color-text);
        margin-top: 25px;
    }

    .box-item-footer span,
    .box-item-footer a {
        color: var(--white);
    }

    .box-item-footer:last-child {
        margin-bottom: 0;
    }

    .box-item-footer.support-box-item {
        padding-bottom: 22px;
    }

        .box-item-footer.support-box-item .desc {
            margin-top: 18px;
        }

    .box-item-footer.clock-box-item .top-box {
        padding-bottom: 22px;
    }

    .box-item-footer.clock-box-item .desc {
        margin-top: 22px;
    }

    .box-item-footer.style-2 {
        padding: 29px 49px 32px;
    }

        .box-item-footer.style-2 .top-box {
            padding-bottom: 0;
            border-bottom: 0;
        }

            .box-item-footer.style-2 .top-box i {
                font-size: 29px;
                color: var(--white);
            }

            .box-item-footer.style-2 .top-box .title-box {
                color: var(--white);
            }

        .box-item-footer.style-2 .desc {
            margin-top: 23px;
            margin-bottom: 27px;
        }

        .box-item-footer.style-2 li {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            gap: 15px;
            margin-bottom: 13px;
        }

            .box-item-footer.style-2 li i {
                font-size: 20px;
                line-height: 33px;
            }

            .box-item-footer.style-2 li:last-child {
                margin-bottom: 0;
            }

        .box-item-footer.style-2.bg-yellow-2 {
            background-color: var(--yellow-2);
        }

            .box-item-footer.style-2.bg-yellow-2 .top-box i {
                color: var(--color-title);
            }

            .box-item-footer.style-2.bg-yellow-2 .top-box .title-box {
                color: var(--color-title);
            }

            .box-item-footer.style-2.bg-yellow-2 .desc {
                color: var(--color-title);
            }

            .box-item-footer.style-2.bg-yellow-2 a {
                color: var(--color-title);
            }

        .box-item-footer.style-2.bg-white {
            background-color: var(--white);
        }

            .box-item-footer.style-2.bg-white .top-box i {
                color: var(--color-title);
            }

            .box-item-footer.style-2.bg-white .top-box .title-box {
                color: var(--color-title);
            }

            .box-item-footer.style-2.bg-white .desc {
                color: var(--color-title);
            }

            .box-item-footer.style-2.bg-white a {
                color: var(--color-title);
            }

.cta-footer {
    background-color: var(--blue-2);
    width: 100%;
    position: relative;
    padding: 10px 15px;
    border-radius: 10px;
}

    .cta-footer::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("../image/section/bg-cta-footer.png");
    }

    .cta-footer .logo-cat-footer {
        width: 100px;
        height: 100px;
        background-color: var(--yellow-2);
        border-radius: 50%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        left: 595px;
        transform: translateY(-50%);
        z-index: 2;
    }

    .cta-footer .heading-section {
        margin-bottom: 37px;
    }

        .cta-footer .heading-section .text {
            letter-spacing: -0.17px;
        }

    .cta-footer .left {
        padding: 60px 0 70px;
    }

    .cta-footer .image {
        border-radius: 10px;
        width: 100%;
    }

        .cta-footer .image img {
            border-radius: 10px;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .cta-footer.style-bg-red-2 {
        background-color: var(--red-2);
    }

        .cta-footer.style-bg-red-2 .left {
            padding: 60px 0;
        }

/*------------ tabs ---------------- */
.wg-tab {
    overflow: auto;
}

    .wg-tab::-webkit-scrollbar {
        display: none;
    }

    .wg-tab ul {
        width: 100%;
        min-width: max-content;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        gap: 20px;
    }

        .wg-tab ul li a {
            display: inline-block;
            padding: 4px 18.7px;
            border-radius: 999px;
            border: 1px solid var(--border);
            color: var(--color-paragraph);
        }

            .wg-tab ul li a.active {
                color: var(--white);
                background-color: var(--red);
                border-color: var(--red);
            }

        .wg-tab ul li:hover a {
            color: var(--white);
            background-color: var(--red);
        }

    .wg-tab.style-boder-bottom ul {
        border-bottom: 1px solid var(--border);
        padding: 0 29px;
        gap: 10px 61px;
    }

        .wg-tab.style-boder-bottom ul li a {
            display: inline-block;
            padding: 19px 20px;
            border-radius: 0;
            border: 0;
            color: var(--color-title);
            position: relative;
        }

            .wg-tab.style-boder-bottom ul li a::before {
                content: "";
                position: absolute;
                width: 0;
                height: 4px;
                background-color: var(--red);
                bottom: -2px;
                left: 0;
                right: auto;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .wg-tab.style-boder-bottom ul li a.active {
                background-color: transparent;
                color: var(--color-title);
                font-weight: 700;
            }

                .wg-tab.style-boder-bottom ul li a.active::before {
                    content: "";
                    width: 100%;
                    left: 0;
                }

        .wg-tab.style-boder-bottom ul li:hover a {
            background-color: transparent;
            color: var(--color-title);
        }

            .wg-tab.style-boder-bottom ul li:hover a::before {
                content: "";
                width: 100%;
                left: auto;
                right: 0;
            }

    .wg-tab.style-2 ul {
        width: 100%;
        min-width: max-content;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: start;
        gap: 56px;
        border-bottom: 1px solid var(--border-2);
        margin-bottom: 41px;
    }

        .wg-tab.style-2 ul li a {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            gap: 10px;
            color: var(--color-paragraph);
            padding: 0 13px 17px 0;
            border-radius: 0;
            position: relative;
            border: 0;
        }

            .wg-tab.style-2 ul li a::before {
                content: "";
                position: absolute;
                left: auto;
                right: 0;
                height: 3px;
                width: 0;
                bottom: -2px;
                background-color: var(--black-2);
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .wg-tab.style-2 ul li a.active {
                color: var(--black-2);
                background-color: transparent;
            }

                .wg-tab.style-2 ul li a.active::before {
                    left: 0;
                    right: auto;
                    width: 100%;
                }

        .wg-tab.style-2 ul li:hover a {
            color: var(--black-2);
            background-color: transparent;
        }

            .wg-tab.style-2 ul li:hover a::before {
                left: 0;
                right: auto;
                width: 100%;
            }

.flat-animate-tab {
    overflow: hidden;
}

    .flat-animate-tab.style-boder {
        border: 1px solid var(--border);
        border-radius: 7px;
    }

.tab-content {
    position: relative;
}

    .tab-content .tab-pane {
        display: block;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        transition-timing-function: ease-in;
        transition-duration: 0.2s;
    }

        .tab-content .tab-pane.active {
            pointer-events: auto;
            opacity: 1;
            visibility: visible;
            position: relative;
            z-index: 2;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            transition-timing-function: ease-out;
            transition-duration: 0.3s;
            transition-delay: 0.3s;
        }

/*------------ button ---------------- */
.tf-btn {
    padding: 17px 40px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    border-radius: 999px;
    background-color: var(--red);
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid transparent;
}

    .tf-btn span {
        color: var(--white);
        line-height: 21px;
        font-weight: 700;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .tf-btn i {
        font-size: 14px;
        color: var(--white);
        transform: rotate(-45deg);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .tf-btn:hover {
        background-color: var(--black);
    }

        .tf-btn:hover i {
            transform: rotate(0deg);
        }

    .tf-btn.style-black {
        background-color: var(--black);
    }

    .tf-btn.style-border {
        background-color: transparent;
        border: 1px solid var(--black);
    }

        .tf-btn.style-border span {
            color: var(--color-paragraph);
        }

        .tf-btn.style-border i {
            color: var(--color-paragraph);
        }

        .tf-btn.style-border.border-color-border {
            border-color: var(--border);
        }

            .tf-btn.style-border.border-color-border:hover {
                border-color: var(--red);
                background-color: var(--red);
            }

                .tf-btn.style-border.border-color-border:hover span,
                .tf-btn.style-border.border-color-border:hover i {
                    color: var(--white);
                }

        .tf-btn.style-border.border-color-white {
            border-color: var(--white);
        }

            .tf-btn.style-border.border-color-white span,
            .tf-btn.style-border.border-color-white i {
                color: var(--white);
            }

        .tf-btn.style-border.border-color-black-2 {
            border-color: var(--black-2);
        }

            .tf-btn.style-border.border-color-black-2 span,
            .tf-btn.style-border.border-color-black-2 i {
                color: var(--black-2);
            }

            .tf-btn.style-border.border-color-black-2:hover {
                background-color: var(--black-2);
                border-color: var(--black-2);
            }

                .tf-btn.style-border.border-color-black-2:hover span,
                .tf-btn.style-border.border-color-black-2:hover i {
                    color: var(--white);
                }

        .tf-btn.style-border.border-color-border-5 {
            border-color: var(--border-5);
        }

            .tf-btn.style-border.border-color-border-5 span,
            .tf-btn.style-border.border-color-border-5 i {
                color: var(--color-paragraph);
            }

        .tf-btn.style-border.border-color-title {
            border-color: var(--color-title);
        }

            .tf-btn.style-border.border-color-title span,
            .tf-btn.style-border.border-color-title i {
                color: var(--color-title);
            }

        .tf-btn.style-border.style-border-2 {
            border-color: var(--border-2);
        }

            .tf-btn.style-border.style-border-2 span,
            .tf-btn.style-border.style-border-2 i {
                color: var(--color-title);
            }

        .tf-btn.style-border.border-color-border-9 {
            border-color: var(--border-9);
        }

            .tf-btn.style-border.border-color-border-9 span,
            .tf-btn.style-border.border-color-border-9 i {
                color: var(--color-paragraph);
            }

    .tf-btn.no-bg {
        background-color: transparent;
        padding: 0;
    }

        .tf-btn.no-bg span,
        .tf-btn.no-bg i {
            color: var(--color-paragraph);
        }

    .tf-btn.style-small {
        padding: 14px 30px;
    }

        .tf-btn.style-small span {
            font-size: 14px;
            line-height: 100%;
            font-weight: 700;
            letter-spacing: 0;
        }

    .tf-btn.small-2 {
        padding: 11px 25px;
        gap: 5px;
    }

    .tf-btn.btn-default {
        background-color: transparent;
        padding: 0;
        font-weight: 600;
    }

    .tf-btn.style-black-2 {
        background-color: var(--black-2);
    }

        .tf-btn.style-black-2:hover {
            background-color: var(--color-title);
        }

    .tf-btn.style-blue-4 {
        background-color: var(--blue-4);
    }

        .tf-btn.style-blue-4:hover {
            background-color: var(--color-title);
        }

    .tf-btn.style-yellow-2 {
        background-color: var(--yellow-2);
    }

        .tf-btn.style-yellow-2 span {
            color: var(--color-title);
        }

        .tf-btn.style-yellow-2 i {
            color: var(--color-title);
        }

        .tf-btn.style-yellow-2:hover {
            background-color: var(--color-title);
        }

            .tf-btn.style-yellow-2:hover span {
                color: var(--white);
            }

            .tf-btn.style-yellow-2:hover i {
                color: var(--white);
            }

    .tf-btn.style-white {
        background-color: var(--white);
    }

        .tf-btn.style-white span {
            color: var(--color-title);
        }

        .tf-btn.style-white i {
            color: var(--color-title);
        }

        .tf-btn.style-white:hover {
            background-color: var(--red);
        }

            .tf-btn.style-white:hover span {
                color: var(--white);
            }

            .tf-btn.style-white:hover i {
                color: var(--white);
            }

    .tf-btn.style-purple {
        background-color: var(--purple);
    }

        .tf-btn.style-purple:hover {
            background-color: var(--black);
        }

    .tf-btn.style-gray-light {
        background-color: var(--gray-light);
    }

        .tf-btn.style-gray-light span,
        .tf-btn.style-gray-light i {
            color: var(--color-title);
        }

        .tf-btn.style-gray-light:hover {
            background-color: var(--red);
        }

            .tf-btn.style-gray-light:hover span,
            .tf-btn.style-gray-light:hover i {
                color: var(--white);
            }

    .tf-btn.style-blue {
        background-color: var(--blue);
    }

        .tf-btn.style-blue:hover {
            background-color: var(--white);
        }

            .tf-btn.style-blue:hover span,
            .tf-btn.style-blue:hover i {
                color: var(--color-title);
            }

    .tf-btn.style-color-title {
        background-color: var(--color-title);
    }

        .tf-btn.style-color-title span,
        .tf-btn.style-color-title i {
            color: var(--white);
        }

    .tf-btn.style-black-4 {
        background-color: var(--black-4);
    }

        .tf-btn.style-black-4 span,
        .tf-btn.style-black-4 i {
            color: var(--white);
        }

    .tf-btn.style-gray-4 {
        background-color: var(--gray-4);
    }

        .tf-btn.style-gray-4 span,
        .tf-btn.style-gray-4 i {
            color: var(--color-title);
        }

    .tf-btn.style-black-5 {
        background-color: var(--black-5);
    }

        .tf-btn.style-black-5 span,
        .tf-btn.style-black-5 i {
            color: var(--white);
        }

    .tf-btn.style-blue-4 {
        background-color: var(--blue-4);
    }

        .tf-btn.style-blue-4 span,
        .tf-btn.style-blue-4 i {
            color: var(--white);
        }

    .tf-btn.hover-bg-white:hover {
        background-color: var(--white);
        border-color: var(--white);
    }

        .tf-btn.hover-bg-white:hover span {
            color: var(--color-title);
        }

        .tf-btn.hover-bg-white:hover i {
            color: var(--color-title);
        }

    .tf-btn.hover-bg-red:hover {
        background-color: var(--red);
        border-color: var(--red);
    }

        .tf-btn.hover-bg-red:hover span {
            color: var(--white) !important;
        }

        .tf-btn.hover-bg-red:hover i {
            color: var(--white) !important;
        }

    .tf-btn.hover-bg-black-2:hover {
        background-color: var(--black-2);
        border-color: var(--black-2);
    }

        .tf-btn.hover-bg-black-2:hover span {
            color: var(--white) !important;
        }

        .tf-btn.hover-bg-black-2:hover i {
            color: var(--white) !important;
        }

    .tf-btn.hover-bg-black-4:hover {
        background-color: var(--black-4);
        border-color: var(--black-4);
    }

        .tf-btn.hover-bg-black-4:hover span {
            color: var(--white) !important;
        }

        .tf-btn.hover-bg-black-4:hover i {
            color: var(--white) !important;
        }

    .tf-btn.hover-boder-white:hover {
        background-color: transparent;
        border-color: var(--white);
    }

        .tf-btn.hover-boder-white:hover span {
            color: var(--white) !important;
        }

        .tf-btn.hover-boder-white:hover i {
            color: var(--white) !important;
        }

    .tf-btn.hover-boder-purple:hover {
        background-color: transparent;
        border-color: var(--purple);
    }

        .tf-btn.hover-boder-purple:hover span {
            color: var(--purple) !important;
        }

        .tf-btn.hover-boder-purple:hover i {
            color: var(--purple) !important;
        }

    .tf-btn.hover-boder-black-5:hover {
        background-color: transparent;
        border-color: var(--black-5);
    }

        .tf-btn.hover-boder-black-5:hover span {
            color: var(--black-5) !important;
        }

        .tf-btn.hover-boder-black-5:hover i {
            color: var(--black-5) !important;
        }

    .tf-btn.hover-boder-blue-4:hover {
        background-color: transparent;
        border-color: var(--blue-4);
    }

        .tf-btn.hover-boder-blue-4:hover span {
            color: var(--blue-4) !important;
        }

        .tf-btn.hover-boder-blue-4:hover i {
            color: var(--blue-4) !important;
        }

    .tf-btn.hover-boder-color-title:hover {
        background-color: transparent;
        border-color: var(--color-title);
    }

        .tf-btn.hover-boder-color-title:hover span {
            color: var(--color-title) !important;
        }

        .tf-btn.hover-boder-color-title:hover i {
            color: var(--color-title) !important;
        }

    .tf-btn.hover-bg-yellow-2:hover {
        background-color: var(--yellow-2);
        border-color: var(--yellow-2);
    }

        .tf-btn.hover-bg-yellow-2:hover span {
            color: var(--color-title) !important;
        }

        .tf-btn.hover-bg-yellow-2:hover i {
            color: var(--color-title) !important;
        }

    .tf-btn.hover-bg-yellow-3:hover {
        background-color: var(--yellow-3);
        border-color: var(--yellow-3);
    }

        .tf-btn.hover-bg-yellow-3:hover span {
            color: var(--color-title) !important;
        }

        .tf-btn.hover-bg-yellow-3:hover i {
            color: var(--color-title) !important;
        }

    .tf-btn.hover-bg-purple:hover {
        background-color: var(--purple);
        border-color: var(--purple);
    }

        .tf-btn.hover-bg-purple:hover i,
        .tf-btn.hover-bg-purple:hover span {
            color: var(--white);
        }

    .tf-btn.w-full {
        width: 100%;
        max-width: 100%;
    }

    .tf-btn.style-bg-border-3 {
        background-color: var(--border-3);
    }

        .tf-btn.style-bg-border-3 span,
        .tf-btn.style-bg-border-3 i {
            color: var(--color-paragraph);
        }

    .tf-btn.bg-yellow-3 {
        background-color: var(--yellow-3);
        border-color: var(--yellow-3);
    }

        .tf-btn.bg-yellow-3 span {
            color: var(--black-4) !important;
        }

        .tf-btn.bg-yellow-3 i {
            color: var(--black-4) !important;
        }

.tf-btn-newsletter {
    color: var(--color-title);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .tf-btn-newsletter i {
        font-size: 20px;
    }

    .tf-btn-newsletter:hover {
        color: var(--red);
    }

.btn-arrow-details {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid var(--border);
}

    .btn-arrow-details .icon {
        width: 50px;
        height: 50px;
        border: 1px solid var(--border);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

        .btn-arrow-details .icon i {
            color: var(--red);
        }

    .btn-arrow-details .text {
        max-width: 215px;
    }

    .btn-arrow-details.next-details {
        flex-direction: row-reverse;
        text-align: end;
    }

.btn-grid {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 1px solid var(--border);
    border-radius: 50%;
}

    .btn-grid span {
        width: 5px;
        height: 5px;
        background-color: var(--red);
        position: absolute;
    }

        .btn-grid span:nth-child(1) {
            top: 21px;
            left: 21px;
        }

        .btn-grid span:nth-child(2) {
            top: 21px;
            right: 21px;
        }

        .btn-grid span:nth-child(3) {
            bottom: 21px;
            left: 21px;
        }

        .btn-grid span:nth-child(4) {
            bottom: 21px;
            right: 21px;
        }

.arrow-btn {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    border-radius: 50%;
}

    .arrow-btn i {
        color: var(--color-title);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .arrow-btn:hover {
        background-color: var(--red);
    }

        .arrow-btn:hover i {
            color: var(--white);
        }

    .arrow-btn.style-border {
        background-color: transparent;
        border: 1px solid var(--border-4);
    }

        .arrow-btn.style-border i {
            color: var(--white);
        }

        .arrow-btn.style-border:hover {
            border-color: var(--white);
        }

            .arrow-btn.style-border:hover i {
                transform: rotate(-45deg);
            }

        .arrow-btn.style-border.bg-white {
            background-color: var(--white);
            border-color: var(--white);
        }

            .arrow-btn.style-border.bg-white i {
                color: var(--color-title);
            }

            .arrow-btn.style-border.bg-white:hover {
                background-color: var(--black) !important;
                border-color: var(--black) !important;
            }

                .arrow-btn.style-border.bg-white:hover i {
                    color: var(--white);
                }

    .arrow-btn.style-border-2 {
        border-color: var(--border-3);
        width: 45px;
        height: 45px;
    }

        .arrow-btn.style-border-2 i {
            color: var(--color-paragraph);
        }

        .arrow-btn.style-border-2:hover {
            background-color: var(--yellow-2);
            border-color: var(--yellow-2);
        }

            .arrow-btn.style-border-2:hover i {
                color: var(--color-title);
            }

        .arrow-btn.style-border-2.arrow-next i {
            transform: rotate(-45deg);
        }

        .arrow-btn.style-border-2.arrow-prev i {
            transform: rotate(45deg);
        }

    .arrow-btn.border-color-border-9 {
        border-color: var(--border-9);
    }

        .arrow-btn.border-color-border-9 i {
            color: var(--color-paragraph);
        }

        .arrow-btn.border-color-border-9:hover {
            background-color: var(--yellow-3);
            border-color: var(--yellow-3);
        }

            .arrow-btn.border-color-border-9:hover i {
                transform: rotate(0);
                color: var(--color-title);
            }

    .arrow-btn.style-2 {
        width: 45px;
        height: 45px;
    }

    .arrow-btn.style-border-3 {
        width: 50px;
        height: 50px;
    }

    .arrow-btn.style-bg-green-3 {
        background-color: var(--green-3);
    }

    .arrow-btn.style-bg-green-3 {
        background-color: var(--green-3);
    }

    .arrow-btn.hover-bg-purple:hover {
        background-color: var(--purple);
        border-color: var(--purple);
    }

        .arrow-btn.hover-bg-purple:hover i {
            transform: rotate(0);
        }

    .arrow-btn.hover-bg-white-arrow-blue-4:hover {
        background-color: var(--white);
        border-color: var(--white);
    }

        .arrow-btn.hover-bg-white-arrow-blue-4:hover i {
            color: var(--blue-4);
            transform: rotate(0);
        }

.tf-btn-plus {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    width: 40px;
    height: 40px;
    font-size: 25px;
    border-radius: 5px;
    color: var(--black-2);
}

    .tf-btn-plus.style-color-title {
        color: var(--color-title);
    }

    .tf-btn-plus.boder-radius-50 {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        color: var(--black-4);
    }

    .tf-btn-plus:hover {
        background-color: var(--black-2);
        color: var(--white);
    }

    .tf-btn-plus.hover-bg-yellow-2:hover {
        background-color: var(--yellow-2);
        color: var(--white);
    }

    .tf-btn-plus.hover-bg-yellow-3:hover {
        background-color: var(--yellow-3);
        color: var(--white);
    }

    .tf-btn-plus.hover-bg-color-title:hover {
        background-color: var(--color-title);
        color: var(--white);
    }

.layout-btn {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-12);
    border-radius: 50%;
}

    .layout-btn i {
        color: var(--black);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .layout-btn:hover i {
        color: var(--red);
    }

    .layout-btn.active i {
        color: var(--red);
    }

.btn-product {
    width: 46px;
    height: 46px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    border-radius: 5px;
}

    .btn-product i {
        color: var(--color-title);
    }

    .btn-product:hover {
        background-color: var(--red);
    }

        .btn-product:hover i {
            color: var(--white);
        }

.hover-tooltip {
    position: relative;
}

    .hover-tooltip .tooltip {
        position: absolute;
        white-space: nowrap;
        padding: 4px 21px;
        bottom: calc(100% + 10px);
        transform: translateY(8px);
        opacity: 0;
        visibility: hidden;
        color: var(--white);
        width: max-content;
        background-color: var(--red);
        transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
        z-index: 100;
        text-align: center;
    }

        .hover-tooltip .tooltip::before {
            content: "";
            left: 50%;
            transform: translateX(-50%) rotate(45deg);
            bottom: -4px;
            position: absolute;
            background: var(--red);
            width: 8px;
            height: 8px;
            z-index: -1;
        }

    .hover-tooltip:hover .tooltip {
        opacity: 1;
        visibility: visible;
        transform: none;
        transition-delay: 0.1s;
    }

    .hover-tooltip.tooltip-bot .tooltip {
        top: calc(100% + 10px);
        bottom: auto;
    }

        .hover-tooltip.tooltip-bot .tooltip::before {
            top: -4px;
        }

    .hover-tooltip.tooltip-left .tooltip {
        right: 100%;
        bottom: auto;
        transform: translateX(0px);
    }

        .hover-tooltip.tooltip-left .tooltip::before {
            top: 50%;
            left: auto;
            transform: translateY(-50%) rotate(45deg);
            right: -4px;
        }

    .hover-tooltip.tooltip-left:hover .tooltip {
        transform: translateX(-8px);
    }

    .hover-tooltip.tooltip-right .tooltip {
        left: 100%;
        bottom: auto;
        transform: translateX(0px);
    }

        .hover-tooltip.tooltip-right .tooltip::before {
            top: 50%;
            right: auto;
            transform: translateY(-50%) rotate(45deg);
            left: -4px;
        }

    .hover-tooltip.tooltip-right:hover .tooltip {
        transform: translateX(8px);
    }

.fillter-btn {
    padding: 10px 15px;
    border: 1px solid var(--border-12);
    border-radius: 999px;
    background-color: var(--white);
    color: var(--color-paragraph);
}

    .fillter-btn.style-fixed {
        position: fixed;
        padding: 10px;
        top: 50%;
        right: 0;
        z-index: 999;
        border-radius: 5px 0 0 5px;
        background-color: var(--red);
    }

        .fillter-btn.style-fixed i {
            font-size: 20px;
            color: var(--white);
        }

.btn-add-to-cart {
    padding: 9px 20px;
}

/*------------ range slider ---------------- */
/*range-slider
    ---------------------*/
.range-slider .range-two-val {
    height: 4px;
    box-shadow: none;
    border: 0;
    background: rgba(255, 63, 37, 0.15);
}

    .range-slider .range-two-val .noUi-connects {
        position: relative;
    }

        .range-slider .range-two-val .noUi-connects .noUi-connect {
            background-color: var(--red);
            height: 3px;
        }

    .range-slider .range-two-val .noUi-origin .noUi-handle {
        position: absolute;
        cursor: pointer;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: var(--red);
        border: none;
        box-shadow: none;
        top: -6px;
        right: -9px;
    }

        .range-slider .range-two-val .noUi-origin .noUi-handle::after, .range-slider .range-two-val .noUi-origin .noUi-handle::before {
            display: none;
        }

        .range-slider .range-two-val .noUi-origin .noUi-handle:active {
            right: -10px !important;
        }

.range-slider .bottom {
    margin-top: 21px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.range-slider .value {
    width: 100%;
    gap: 15px;
    margin-top: 10px;
}

    .range-slider .value h6 {
        color: var(--color-title);
    }

.range-slider .input-container div {
    position: absolute;
    width: max-content;
    padding: 5px;
    margin: 0;
    border: 1px solid var(--Line);
    border-radius: 5px;
    top: 20%;
    background-color: var(--White);
}

    .range-slider .input-container div::before {
        position: absolute;
        display: block;
        content: "";
        bottom: -6px;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -3px;
        overflow: hidden;
        border: 3px solid var(--Line);
        border-top-color: transparent;
        border-top-color: var(--White);
    }

/*------------ form ---------------- */
form {
    position: relative;
    z-index: 30;
}

    form textarea,
    form input[type=text],
    form input[type=password],
    form input[type=datetime],
    form input[type=datetime-local],
    form input[type=date],
    form input[type=month],
    form input[type=time],
    form input[type=week],
    form input[type=number],
    form input[type=email],
    form input[type=url],
    form input[type=search],
    form input[type=tel],
    form input[type=color] {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 100%;
        border: unset;
        overflow: hidden;
        margin-bottom: 0;
        outline: none;
    }

        form textarea::placeholder,
        form input[type=text]::placeholder,
        form input[type=password]::placeholder,
        form input[type=datetime]::placeholder,
        form input[type=datetime-local]::placeholder,
        form input[type=date]::placeholder,
        form input[type=month]::placeholder,
        form input[type=time]::placeholder,
        form input[type=week]::placeholder,
        form input[type=number]::placeholder,
        form input[type=email]::placeholder,
        form input[type=url]::placeholder,
        form input[type=search]::placeholder,
        form input[type=tel]::placeholder,
        form input[type=color]::placeholder {
            font-size: 16px;
            font-weight: 400;
            line-height: 28px;
            color: var(--color-paragraph);
        }

    form input:-webkit-autofill {
        background-color: transparent !important;
        box-shadow: transparent !important;
        transition: background-color 5000s ease-in-out 0s;
    }

    form button,
    form input[type=button],
    form input[type=reset],
    form input[type=submit] {
        background-color: transparent;
        overflow: hidden;
        padding: 0;
    }

fieldset {
    width: 100%;
}

.cols {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    .cols.g-20 {
        gap: 20px;
    }

.form-newsletter input {
    padding: 16px 30px;
    border-radius: 999px;
    background-color: var(--white);
    flex-grow: 1;
    max-width: 67.6%;
    width: 100%;
}

.form-newsletter .tf-btn {
    white-space: nowrap;
    justify-content: center;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 18.5px 40px;
}

.form-newsletter2 {
    width: 100%;
    position: relative;
}

    .form-newsletter2 input {
        width: 100%;
        height: 55px;
        padding: 0 17px;
        border: 1px solid var(--border) !important;
    }

    .form-newsletter2 .tf-btn-newsletter {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
    }

.form-comment input {
    padding: 11px 12px;
    border-radius: 7px;
    outline: 1px solid transparent !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .form-comment input:focus {
        outline: 1px solid var(--color-title) !important;
    }

.form-comment textarea {
    height: 130px;
    padding: 13px 20px;
}

.form-comment.no-bg {
    background-color: transparent;
    padding: 0;
}

    .form-comment.no-bg .cols {
        gap: 50px;
    }

    .form-comment.no-bg label {
        margin-bottom: 10px;
    }

    .form-comment.no-bg input {
        padding: 16px 25px;
        border-radius: 5px;
        outline: 1px solid transparent !important;
        background-color: var(--gray-dark);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .form-comment.no-bg input:focus {
            outline: 1px solid var(--color-title) !important;
            background-color: var(--white);
        }

    .form-comment.no-bg textarea {
        border-radius: 5px;
        height: 150px;
        padding: 16px 25px;
        background-color: var(--gray-dark);
    }

        .form-comment.no-bg textarea:focus {
            outline: 1px solid var(--color-title) !important;
            background-color: var(--white);
        }

    .form-comment.no-bg .box-rating {
        margin-bottom: 34px;
    }

.form-contact-us {
    padding: 45px 15px 50px;
    background-color: var(--white);
    border-radius: 15px;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 10px 4px 60px rgba(193, 193, 193, 0.25);
}

    .form-contact-us .title {
        font-size: 30px;
        line-height: 100%;
        font-weight: 700;
        margin-bottom: 11px;
    }

    .form-contact-us .desc {
        color: var(--color-paragraph);
    }

    .form-contact-us .cols {
        flex-wrap: wrap;
    }

        .form-contact-us .cols .item {
            flex: 1 1 auto;
            max-width: calc(33.3333333333% - 20px);
        }

        .form-contact-us .cols .item-textarea {
            flex: 1 1 auto;
            max-width: 630px;
        }

        .form-contact-us .cols .tf-btn {
            max-width: 294.37px;
        }

    .form-contact-us .tf-btn {
        width: 100%;
        justify-content: center;
    }

        .form-contact-us .tf-btn span {
            white-space: nowrap;
        }

    .form-contact-us .item-textarea {
        position: relative;
    }

        .form-contact-us .item-textarea i {
            top: 30px;
            left: 25px;
            position: absolute;
            transform: translateY(-50%);
            z-index: 5;
            color: var(--color-paragraph);
        }

    .form-contact-us .item {
        position: relative;
    }

        .form-contact-us .item i {
            position: absolute;
            top: 30px;
            left: 20px;
            transform: translateY(-50%);
            z-index: 10;
            color: var(--color-paragraph);
        }

        .form-contact-us .item .icon-envelope {
            font-size: 12px;
        }

    .form-contact-us .nice-select {
        padding: 16px 20px 14px 43px !important;
    }

        .form-contact-us .nice-select::before {
            color: var(--color-paragraph);
        }

    .form-contact-us textarea {
        height: 90px;
        border: 1px solid var(--border);
        background-color: var(--white);
        border-radius: 30px;
        padding: 16px 20px 14px 49px;
    }

    .form-contact-us input {
        border: 1px solid var(--border) !important;
        background-color: var(--white);
        border-radius: 999px;
        padding: 16px 20px 14px 43px;
    }

    .form-contact-us.bg-black-2 {
        padding: 55px 40px 60px;
        background-color: var(--black-2);
    }

        .form-contact-us.bg-black-2 .title {
            color: var(--white);
        }

        .form-contact-us.bg-black-2 .desc {
            color: var(--white);
        }

        .form-contact-us.bg-black-2 .item {
            flex: 1 1 auto;
            max-width: calc(50% - 10px);
        }

            .form-contact-us.bg-black-2 .item i {
                color: var(--white);
                left: 25px;
            }

        .form-contact-us.bg-black-2 .item-textarea {
            max-width: 100%;
        }

            .form-contact-us.bg-black-2 .item-textarea i {
                color: var(--white);
                top: 24%;
            }

        .form-contact-us.bg-black-2 .nice-select {
            background-color: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.07) !important;
            padding: 18px 20px 14px 48px !important;
        }

            .form-contact-us.bg-black-2 .nice-select span {
                color: var(--white);
            }

            .form-contact-us.bg-black-2 .nice-select::before {
                color: var(--white);
            }

        .form-contact-us.bg-black-2 textarea {
            background-color: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.07);
            color: var(--white);
            height: 130px;
        }

            .form-contact-us.bg-black-2 textarea::placeholder {
                color: var(--white);
            }

            .form-contact-us.bg-black-2 textarea:focus {
                border-color: var(--white);
            }

        .form-contact-us.bg-black-2 input {
            background-color: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.07) !important;
            padding: 16px 20px 14px 48px;
            color: var(--white);
        }

            .form-contact-us.bg-black-2 input::placeholder {
                color: var(--white);
            }

            .form-contact-us.bg-black-2 input:focus {
                border-color: var(--white);
            }

        .form-contact-us.bg-black-2 .tf-btn {
            max-width: 56%;
        }

        .form-contact-us.bg-black-2 .error {
            color: var(--white);
        }

    .form-contact-us.style-2 {
        padding: 50px 60px;
        box-shadow: unset;
        position: relative;
    }

        .form-contact-us.style-2::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url(../image/section/bg-form-contact-h3.png);
        }

        .form-contact-us.style-2 .item {
            flex: 1 1 auto;
            max-width: calc(50% - 10px);
        }

            .form-contact-us.style-2 .item i {
                top: 25px;
            }

        .form-contact-us.style-2 .item-textarea {
            max-width: 100%;
        }

            .form-contact-us.style-2 .item-textarea i {
                top: 24%;
            }

        .form-contact-us.style-2 .nice-select {
            background-color: var(--gray-1);
            padding: 10px 20px 10px 43px !important;
        }

        .form-contact-us.style-2 input {
            border: 1px solid var(--border-3) !important;
            background-color: var(--gray-1);
            padding: 10px 20px 10px 43px;
        }

            .form-contact-us.style-2 input:focus {
                border: 1px solid var(--color-title) !important;
                background-color: var(--white);
                box-shadow: 10px 4px 60px rgba(0, 0, 0, 0.15);
            }

        .form-contact-us.style-2 .tf-btn {
            max-width: max-content;
        }

    .form-contact-us.style-white-2 {
        padding: 70px;
        max-width: 700px;
        margin-left: 0;
    }

        .form-contact-us.style-white-2 .cols .item {
            max-width: calc(50% - 5px);
        }

        .form-contact-us.style-white-2 .item i {
            color: var(--color-title);
            left: 25px;
        }

        .form-contact-us.style-white-2 .item-textarea {
            max-width: 100%;
        }

            .form-contact-us.style-white-2 .item-textarea i {
                top: 23%;
                left: 25px;
            }

        .form-contact-us.style-white-2 textarea {
            height: 134px;
            border-radius: 10px;
            color: var(--color-title);
            padding: 16px 20px 14px 23px;
        }

            .form-contact-us.style-white-2 textarea::placeholder {
                color: var(--color-title);
            }

            .form-contact-us.style-white-2 textarea:focus {
                background-color: var(--gray-light);
                border-color: var(--gray-light);
            }

        .form-contact-us.style-white-2 input {
            border: 1px solid var(--border) !important;
            background-color: var(--white);
            border-radius: 10px;
            padding: 16px 20px 14px 48px;
            color: var(--color-title);
        }

            .form-contact-us.style-white-2 input::placeholder {
                color: var(--color-title);
            }

            .form-contact-us.style-white-2 input:focus {
                background-color: var(--gray-light);
                border-color: var(--gray-light) !important;
            }

        .form-contact-us.style-white-2 .tf-btn {
            max-width: max-content;
        }

    .form-contact-us.no-bg {
        background-color: transparent;
        padding: 0;
        box-shadow: none;
    }

        .form-contact-us.no-bg .cols .item {
            max-width: calc(50% - 15px);
        }

        .form-contact-us.no-bg .item i {
            top: 50%;
            left: 25px;
        }

        .form-contact-us.no-bg .item-textarea {
            max-width: 100%;
        }

            .form-contact-us.no-bg .item-textarea i {
                top: 23%;
                left: 25px;
            }

        .form-contact-us.no-bg .tf-btn {
            max-width: max-content;
        }

        .form-contact-us.no-bg textarea {
            height: 130px;
            border: 1px solid var(--border);
            background-color: var(--white);
            border-radius: 10px;
            padding: 16px 20px 14px 49px;
        }

        .form-contact-us.no-bg input {
            border: 1px solid var(--border) !important;
            background-color: var(--white);
            border-radius: 10px;
            padding: 16px 20px 14px 48px;
        }

    .form-contact-us.no-bg-2 {
        padding: 36px 40px;
        max-width: 100%;
        background-color: transparent;
        box-shadow: none;
    }

        .form-contact-us.no-bg-2 .cols .item {
            max-width: calc(50% - 10px);
        }

        .form-contact-us.no-bg-2 .item i {
            left: 20px;
        }

        .form-contact-us.no-bg-2 .item-textarea {
            max-width: 100%;
        }

            .form-contact-us.no-bg-2 .item-textarea i {
                top: 23%;
                left: 25px;
            }

        .form-contact-us.no-bg-2 textarea {
            height: 130px;
            border-radius: 10px;
            color: var(--color-title);
            padding: 16px 20px 14px 51px;
        }

            .form-contact-us.no-bg-2 textarea:focus {
                background-color: var(--gray-dark);
            }

        .form-contact-us.no-bg-2 input {
            border: 1px solid var(--border) !important;
            background-color: var(--white);
            border-radius: 10px;
            padding: 16px 20px 14px 43px;
            color: var(--color-title);
        }

            .form-contact-us.no-bg-2 input:focus {
                background-color: var(--gray-dark);
            }

        .form-contact-us.no-bg-2 .nice-select {
            border-radius: 10px;
            padding-bottom: 16px !important;
        }

        .form-contact-us.no-bg-2 .tf-btn {
            max-width: max-content;
            padding-left: 100px;
            padding-right: 100px;
        }

    .form-contact-us.style-white-3 {
        padding: 53px 50px 58px;
        box-shadow: none;
        border: 1px solid var(--border);
    }

        .form-contact-us.style-white-3 textarea {
            height: 130px;
            border-radius: 20px;
            color: var(--color-title);
            padding: 16px 20px 14px 51px;
            border: 1px solid transparent;
            background-color: var(--gray-dark);
        }

            .form-contact-us.style-white-3 textarea:focus {
                border-color: var(--color-title);
            }

        .form-contact-us.style-white-3 input {
            border: 1px solid transparent !important;
            background-color: var(--gray-dark);
            padding: 16px 20px 14px 52px;
            color: var(--color-title);
        }

            .form-contact-us.style-white-3 input:focus {
                border-color: var(--color-title) !important;
            }

        .form-contact-us.style-white-3 .item i {
            left: 29px;
        }

        .form-contact-us.style-white-3 .item-textarea i {
            top: 30px;
            left: 25px;
        }

.check-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .check-box input[type=checkbox] {
        background: none;
        height: 20px;
        width: 20px;
        position: relative;
        overflow: hidden;
    }

        .check-box input[type=checkbox]:checked::before {
            opacity: 1;
            width: 100%;
            height: 100%;
            background-color: var(--black);
            top: 0;
            left: 0;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .check-box input[type=checkbox]::before {
            content: "\e903";
            position: absolute;
            font-size: 8px;
            color: var(--white);
            font-family: "icomoon";
            opacity: 0;
        }

.radio-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 19px;
}

    .radio-box input[type=checkbox] {
        display: none;
    }

        .radio-box input[type=checkbox]:checked + label::after {
            opacity: 1;
            visibility: visible;
        }

    .radio-box label {
        position: relative;
        max-width: calc(100% - 50px);
        padding-left: 35px;
        cursor: pointer;
    }

        .radio-box label::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 25px;
            height: 25px;
            border: 1px solid var(--border);
            border-radius: 50%;
        }

        .radio-box label::after {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 10px;
            width: 5px;
            height: 5px;
            background-color: var(--red);
            border-radius: 50%;
            opacity: 0;
            visibility: hidden;
        }

.wg-form-information .heading-form .title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 16px;
}

.wg-form-information input {
    border: 1px solid var(--border) !important;
    padding: 11px 24px;
}

.wg-form-information .nice-select {
    padding: 12px 24px !important;
    border-radius: 0;
}

.wg-form-information fieldset label {
    margin-bottom: 8px;
}

.form-payment .payment-item {
    margin-bottom: 10px;
}

    .form-payment .payment-item .payment-header {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
        padding: 12px 18px;
        border: 1px solid var(--border);
        border-radius: 8px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .form-payment .payment-item .box-content p {
        padding-top: 14px;
        padding-bottom: 14px;
        color: var(--color-paragraph);
    }

    .form-payment .payment-item.active .payment-header {
        border-color: var(--black);
    }

.form-payment .card-numbers {
    position: relative;
}

    .form-payment .card-numbers .img-icon-payment {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 16px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        gap: 12px;
    }

.tf-check-rounded {
    position: relative;
    border: 1px solid var(--border);
    border-radius: 50% !important;
    background: none;
    cursor: pointer;
    outline: 0;
    height: 20px;
    width: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none;
}

    .tf-check-rounded::before {
        content: "";
        position: absolute;
        border-radius: 50%;
        width: 6px;
        height: 6px;
        background-color: var(--red);
        opacity: 0;
    }

    .tf-check-rounded:checked {
        border-color: var(--red);
    }

        .tf-check-rounded:checked::before {
            opacity: 1;
        }

.form-login-sign-up {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px 10px 8px;
    border: 1px solid var(--border);
    border-radius: 15px;
}

    .form-login-sign-up .left {
        padding: 35px 30px 29px 15px;
        max-width: 51%;
    }

        .form-login-sign-up .left .title-form {
            margin-bottom: 10px;
            letter-spacing: -0.6px;
        }

        .form-login-sign-up .left .text {
            color: var(--color-paragraph);
            margin-bottom: 40px;
            max-width: 83%;
        }

        .form-login-sign-up .left .item {
            position: relative;
        }

            .form-login-sign-up .left .item .input-icon {
                position: absolute;
                top: 50%;
                left: 25px;
                transform: translateY(-50%);
            }

                .form-login-sign-up .left .item .input-icon i {
                    color: var(--color-paragraph);
                }

                .form-login-sign-up .left .item .input-icon.mail-icon i {
                    font-size: 12px;
                }

        .form-login-sign-up .left .btn-toggle-password {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 25px;
        }

    .form-login-sign-up input {
        border: 1px solid var(--border) !important;
        background-color: var(--white);
        border-radius: 999px;
        padding: 16px 20px 14px 49px;
    }

    .form-login-sign-up .password-item {
        margin-bottom: 27px;
    }

    .form-login-sign-up .btn-toggle-password {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        display: inline-flex;
        cursor: pointer;
    }

        .form-login-sign-up .btn-toggle-password i {
            font-size: 15px;
            color: var(--color-paragraph);
        }

        .form-login-sign-up .btn-toggle-password:not(.unshow) i::before {
            content: "\e96e";
        }

    .form-login-sign-up .image {
        border-radius: 15px;
        max-width: 49%;
    }

        .form-login-sign-up .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 15px;
        }

.forgot-password {
    display: block;
    text-decoration-line: underline;
    color: var(--color-title);
    margin-bottom: 27px;
}

.btn-google-singin {
    margin-bottom: 90px;
}

    .btn-google-singin img {
        max-width: 24px;
    }

.form-sign-up .left .text {
    margin-bottom: 31px;
}

.form-sign-up .password-item {
    margin-bottom: 18px;
}

.form-sign-up .btn-google-singin {
    margin-bottom: 39px;
}

/*------------ slider ---------------- */
.swiper-slide-active .fade-item-1 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition-delay: 0.6s;
}

.swiper-slide-active .fade-item-2 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition-delay: 0.8s;
}

.swiper-slide-active .fade-item-3 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition-delay: 1s;
}

.swiper-slide-active .fade-item-4 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition-delay: 1.2s;
}

.swiper-slide-active .fade-item-5 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition-delay: 1.3s;
}

.swiper-slide-active .fade-item-6 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition-delay: 1.4s;
}

.sw-pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

    .sw-pagination .swiper-pagination-bullet {
        background-color: transparent;
        opacity: 1;
        width: 21px;
        height: 21px;
        position: relative;
        margin-left: 0 !important;
        margin-right: 7px !important;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .sw-pagination .swiper-pagination-bullet::after {
            position: absolute;
            background-color: transparent;
            width: 21px;
            height: 21px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            content: "";
            z-index: 5;
            border-radius: 50%;
            border: 1px solid transparent;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .sw-pagination .swiper-pagination-bullet::before {
            position: absolute;
            background-color: var(--black);
            width: 7px;
            height: 7px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            content: "";
            z-index: 5;
            border-radius: 50%;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .sw-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
            border-color: var(--black) !important;
        }

    .sw-pagination.style-white .swiper-pagination-bullet::before {
        background-color: var(--white);
    }

    .sw-pagination.style-white .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
        border-color: var(--white) !important;
    }

    .sw-pagination.sw-pagination-box .swiper-pagination-bullet::before {
        background-color: var(--white);
    }

    .sw-pagination.sw-pagination-box .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
        border-color: var(--white) !important;
    }

.sw-team {
    border: 1px solid var(--border);
    border-radius: 7px;
}

    .sw-team .swiper-slide .team-item {
        border-left: 1px solid var(--border);
    }

    .sw-team .swiper-slide:first-child .team-item {
        border-left: 0;
    }

.swiper-button-disabled {
    opacity: 0.3 !important;
    pointer-events: none;
}

.sw-product {
    padding-bottom: 50px;
    margin-bottom: -50px;
}

.sw-page-title-home .swiper-slide {
    height: auto;
}

.tf-thumb-tes.h-2 {
    height: 100%;
}

    .tf-thumb-tes.h-2 .swiper-slide {
        height: auto !important;
    }

    .tf-thumb-tes.h-2 .image {
        height: 100%;
    }

        .tf-thumb-tes.h-2 .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.tf-swiper .swiper-slide {
    height: auto;
}

    .tf-swiper .swiper-slide > div {
        height: 100%;
    }

.sw-main-tes {
    height: 100%;
}

    .sw-main-tes .swiper-slide {
        height: auto;
    }

        .sw-main-tes .swiper-slide > div {
            height: 100%;
        }

/*------------ off canvas ---------------- */
.offcanvas-search {
    --bs-offcanvas-height: max-content;
    background-color: var(--white);
    padding: 55px 0 30px;
    overflow-y: auto;
}

    .offcanvas-search .btn-close-popup {
        background-color: transparent;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .offcanvas-search .wg-box-search .form-search .input-search {
        position: relative;
    }

        .offcanvas-search .wg-box-search .form-search .input-search .tf-btn {
            position: absolute;
            top: 8px;
            right: 8px;
        }

    .offcanvas-search .wg-box-search .form-search ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
    }

    .offcanvas-search .search-content .heading {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        gap: 8px;
        padding-bottom: 16px;
        border-bottom: 2px solid var(--Line);
    }

        .offcanvas-search .search-content .heading h5 {
            font-weight: 600;
            color: var(--On-Surface);
        }

    .offcanvas-search .search-content .search-list-article {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
    }

    .offcanvas-search .logo {
        position: absolute;
        top: 30px;
        left: 30px;
        max-width: 200px;
    }

.offcanvasMegamenu {
    background-color: var(--white);
    max-width: 450px;
    width: 100% !important;
    --bs-offcanvas-height: max-content;
    overflow-y: auto;
    padding: 20px;
    z-index: 999999;
}

    .offcanvasMegamenu .btn-close {
        overflow: visible;
    }

    .offcanvasMegamenu .heading {
        margin-bottom: 30px;
        text-align: end;
    }

    .offcanvasMegamenu .desc {
        color: var(--color-paragraph);
        margin-bottom: 40px;
    }

    .offcanvasMegamenu .title-content {
        color: var(--color-title);
        margin-bottom: 15px;
    }

    .offcanvasMegamenu .contact-list-mega-menu {
        margin-bottom: 40px;
    }

        .offcanvasMegamenu .contact-list-mega-menu li {
            padding-top: 3px;
            padding-bottom: 3px;
        }

            .offcanvasMegamenu .contact-list-mega-menu li a {
                color: var(--color-paragraph);
            }

                .offcanvasMegamenu .contact-list-mega-menu li a:hover {
                    color: var(--red);
                }

    .offcanvasMegamenu .megamenu-subscribe {
        margin-bottom: 40px;
    }

    .offcanvasMegamenu .megamenu-recent .tf-post-list {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid var(--border);
    }

        .offcanvasMegamenu .megamenu-recent .tf-post-list:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: 0;
        }

/*------------ product ---------------- */
/*------------ blog ---------------- */
.date {
    width: 80px;
    height: 80px;
    border-radius: 7px;
    background-color: var(--red);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .date .day {
        font-weight: 600;
        font-size: 35px;
        line-height: 100%;
        letter-spacing: -3%;
        text-align: center;
    }

    .date span {
        color: var(--white);
    }

    .date:hover {
        background-color: var(--black);
    }

.tf-post-grid .top-post {
    position: relative;
}

.tf-post-grid .image {
    display: block;
    border-radius: 7px;
}

    .tf-post-grid .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        height: 250px;
        object-fit: cover;
        object-position: bottom;
    }

.tf-post-grid .date {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.tf-post-grid .post-metas {
    padding: 20px 0;
    border-bottom: 1px solid var(--border);
}

.tf-post-grid .title-post {
    font-size: 35px;
    line-height: 100%;
    font-weight: 700;
    padding-top: 31px;
    padding-bottom: 15px;
    display: inline-block;
    letter-spacing: -0.7px;
}

.tf-post-grid .sub-title {
    margin-bottom: 30px;
    color: var(--color-paragraph);
}

.tf-post-grid .tf-btn {
    display: inline-flex;
}

.tf-post-grid.style-absolute {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

    .tf-post-grid.style-absolute .image {
        position: relative;
        height: 100%;
    }

        .tf-post-grid.style-absolute .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .tf-post-grid.style-absolute .image::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, rgba(12, 23, 26, 0) 0%, #0C171A 100%);
            border-radius: 10px;
        }

    .tf-post-grid.style-absolute .post-metas {
        padding-top: 20px;
        padding-bottom: 0;
        gap: 0 30px;
        border-bottom: 0;
        border-top: 1px solid var(--border-6);
    }

    .tf-post-grid.style-absolute .title-post {
        color: var(--white);
        font-size: 30px;
        padding: 0;
        padding-bottom: 20px;
        letter-spacing: -0.6px;
        line-height: 39px;
    }

    .tf-post-grid.style-absolute .tf-grid-post-content {
        position: absolute;
        bottom: 32px;
        padding: 0 50px;
    }

.tf-post-grid.style-2 .image {
    border-radius: 10px;
}

    .tf-post-grid.style-2 .image img {
        border-radius: 10px;
    }

.tf-post-grid.style-2 .post-metas {
    row-gap: 3px;
    padding: 17px 0;
    border-bottom-color: var(--border-2);
}

.tf-post-grid.style-2 .title-post {
    padding-top: 21px;
    letter-spacing: -0.6px;
    padding-bottom: 17px;
}

.tf-post-grid.style-2 .tf-btn {
    padding: 10px 23px;
    gap: 2px;
}

.tf-post-grid.style-3 {
    border: 1px solid var(--border-3);
    padding: 10px 10px 41px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .tf-post-grid.style-3 .post-metas {
        margin-bottom: 10px;
    }

    .tf-post-grid.style-3 .image {
        margin-bottom: 18px;
    }

    .tf-post-grid.style-3 .tf-grid-post-content {
        padding-left: 30px;
        padding-right: 30px;
    }

        .tf-post-grid.style-3 .tf-grid-post-content h5 {
            margin-bottom: 7px;
        }

section.section-blog .tf-swiper .swiper-slide > div {
    height: 100%;
    min-height: 510px;
}

.tf-grid-post-content p.sub-title.color-paragraph {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limits text to exactly 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* Optional: Fixed height ensures cards are perfectly aligned even if text is 1 line */
    min-height: 3em;
}

.tf-post-grid.style-3 .tf-grid-post-content .sub-title {
    margin-bottom: 10px;
    height: 23px;
}

.tf-post-grid.style-3 .tf-btn {
    gap: 2px;
    padding: 11px 23px;
}

.tf-post-grid.style-3:hover {
    background-color: var(--white);
    box-shadow: 10px 4px 60px rgba(193, 193, 193, 0.25);
}

.tf-post-grid.style-4 .post-metas {
    padding: 17px 0;
    margin-bottom: 25px;
}

    .tf-post-grid.style-4 .post-metas .metas-item {
        padding-right: 33px;
    }

.tf-post-grid.style-4 h4 {
    margin-bottom: 20px;
}

.tf-post-grid.style-4 .sub-title {
    margin-bottom: 25px;
}

.hover-img .image {
    overflow: hidden;
    display: block;
}

.hover-img img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hover-img:hover img {
    transform: scale(1.05);
}

.post-metas {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 49px;
}

    .post-metas.style-2 .metas-item {
        position: relative;
        padding-right: 36px;
    }

        .post-metas.style-2 .metas-item::before {
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            width: 5px;
            height: 5px;
            background-color: var(--white);
            border-radius: 50%;
        }

        .post-metas.style-2 .metas-item:last-child {
            padding-right: 0;
        }

            .post-metas.style-2 .metas-item:last-child::before {
                display: none;
            }

        .post-metas.style-2 .metas-item a {
            color: var(--white);
        }

    .post-metas.color-paragraph {
        gap: 30px;
    }

        .post-metas.color-paragraph .metas-item {
            padding-left: 35px;
            padding-right: 0;
        }

            .post-metas.color-paragraph .metas-item::before {
                background-color: var(--border-2);
                left: 0;
                right: auto;
            }

            .post-metas.color-paragraph .metas-item:last-child::before {
                display: block;
            }

            .post-metas.color-paragraph .metas-item a {
                color: var(--color-paragraph);
            }

    .post-metas.style-3 {
        padding: 12px 30px 11px;
        background-color: var(--gray-1);
        border-radius: 10px;
    }

        .post-metas.style-3 .metas-item {
            padding-left: 0;
            position: relative;
        }

            .post-metas.style-3 .metas-item:first-child {
                padding-right: 30px;
            }

            .post-metas.style-3 .metas-item::before {
                content: "";
                position: absolute;
                top: 50%;
                right: 0;
                left: auto;
                transform: translateY(-50%);
                width: 5px;
                height: 5px;
                background-color: var(--color-title);
                border-radius: 50%;
            }

            .post-metas.style-3 .metas-item:last-child::before {
                display: none;
            }

    .post-metas.no-bg {
        background-color: transparent;
    }

.metas-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .metas-item i {
        color: var(--red);
        font-size: 21px;
    }

    .metas-item.post-user .image {
        max-width: 30px;
        border-radius: 50%;
        overflow: hidden;
    }

.wg-pagination ul {
    gap: 12px;
}

    .wg-pagination ul a,
    .wg-pagination ul li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background-color: transparent;
        cursor: pointer;
        color: var(--color-paragraph);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border: 1px solid var(--border);
    }

        .wg-pagination ul a i,
        .wg-pagination ul li i {
            font-size: 14px;
        }

        .wg-pagination ul a:hover,
        .wg-pagination ul li:hover {
            background-color: var(--red);
            color: var(--white);
            border-color: var(--red);
        }

        .wg-pagination ul a.active,
        .wg-pagination ul li.active {
            background-color: var(--red);
            color: var(--white);
            border-color: var(--red);
        }

.wg-pagination.wg-pagination-2 ul {
    gap: 10px;
}

    .wg-pagination.wg-pagination-2 ul a,
    .wg-pagination.wg-pagination-2 ul li {
        width: 50px;
        height: 50px;
        color: var(--color-title);
    }

    .wg-pagination.wg-pagination-2 ul .active {
        color: var(--white);
    }

.sidebar-item {
    border: 1px solid var(--border);
    border-radius: 7px;
    margin-bottom: 30px;
    padding: 28px 30px 30px;
}

    .sidebar-item .title-content {
        margin-bottom: 20px;
    }

    .sidebar-item:last-child {
        margin-bottom: 0;
    }

    .sidebar-item.sidebar-style-2 {
        padding: 33px 40px 37px;
        background-color: var(--gray-dark);
    }

        .sidebar-item.sidebar-style-2 .title-content {
            padding-bottom: 21px;
            border-bottom: 1px solid var(--border-7);
            position: relative;
        }

            .sidebar-item.sidebar-style-2 .title-content::before {
                content: "";
                position: absolute;
                bottom: -2px;
                left: 0;
                width: 70px;
                height: 3px;
                background-color: var(--red);
            }

        .sidebar-item.sidebar-style-2.sidebar-categories .title-content {
            margin-bottom: 30px;
        }

        .sidebar-item.sidebar-style-2.sidebar-categories .item {
            padding: 13px 20px 12px 21px;
            border-top: 0;
            border-bottom: 0;
            border-radius: 7px;
            background-color: var(--white);
            margin-bottom: 9px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .sidebar-item.sidebar-style-2.sidebar-categories .item:last-child {
                margin-bottom: 0;
            }

            .sidebar-item.sidebar-style-2.sidebar-categories .item::before {
                left: 20px;
                background-color: var(--color-title);
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .sidebar-item.sidebar-style-2.sidebar-categories .item:hover {
                background-color: var(--red);
            }

                .sidebar-item.sidebar-style-2.sidebar-categories .item:hover a::before {
                    background-color: var(--white);
                }

                .sidebar-item.sidebar-style-2.sidebar-categories .item:hover i,
                .sidebar-item.sidebar-style-2.sidebar-categories .item:hover a {
                    color: var(--white);
                }

        .sidebar-item.sidebar-style-2.sidebar-company-profile .item i {
            transform: rotate(0);
        }

.form-search-siderbar {
    width: 100%;
    position: relative;
    border: 1px solid var(--line-4);
}

    .form-search-siderbar input {
        width: 100%;
        height: 55px;
        padding: 8px 19px;
        background-color: var(--gray-dark);
        border-radius: 7px;
        outline: none;
        color: var(--color-paragraph);
    }

        .form-search-siderbar input::placeholder {
            color: var(--color-paragraph);
        }

    .form-search-siderbar .tf-btn-search {
        position: absolute;
        top: 56%;
        right: 16px;
        transform: translateY(-50%);
        color: var(--red);
    }

        .form-search-siderbar .tf-btn-search i {
            font-size: 18px;
        }

    .form-search-siderbar.input-bg-white input {
        background-color: var(--white);
    }

.sidebar-search {
    padding: 24px 30px 30px;
}

    .sidebar-search.style-bg-gray-light {
        padding: 20px 30px 30px;
        background-color: var(--gray-light);
    }

        .sidebar-search.style-bg-gray-light .title-content {
            margin-bottom: 14px;
        }

.sidebar-categories .title-content {
    margin-bottom: 25px;
}

.sidebar-categories .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 13px;
    padding-bottom: 11px;
    position: relative;
    border-top: 1px solid var(--border);
}

    .sidebar-categories .item a {
        font-weight: 500;
        padding-left: 19px;
        position: relative;
    }

        .sidebar-categories .item a::before {
            content: "";
            height: 5px;
            width: 5px;
            background-color: var(--black);
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
        }

    .sidebar-categories .item i {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .sidebar-categories .item:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .sidebar-categories .item:hover a {
        color: var(--red);
    }

    .sidebar-categories .item:hover i {
        transform: rotate(-45deg);
    }

.sidebar-categories.style-2 {
    padding: 23px 30px 27px;
}

    .sidebar-categories.style-2 .title-content {
        margin-bottom: 20px;
    }

    .sidebar-categories.style-2 .item {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 14px;
        margin-bottom: 15px;
        border-top: 0;
        border-bottom: 0;
    }

        .sidebar-categories.style-2 .item span {
            color: var(--color-paragraph);
        }

        .sidebar-categories.style-2 .item a {
            color: var(--color-paragraph);
        }

            .sidebar-categories.style-2 .item a:hover {
                color: var(--red);
            }

        .sidebar-categories.style-2 .item::before {
            background-color: var(--red);
        }

        .sidebar-categories.style-2 .item:last-child {
            margin-bottom: 0;
        }

.sidebar-price {
    padding: 24px 30px 26px;
}

    .sidebar-price .title-content {
        margin-bottom: 31px;
    }

.tf-post-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 30px;
}

    .tf-post-list .image {
        max-width: 100px;
        border-radius: 7px;
    }

        .tf-post-list .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .tf-post-list .post-content {
        padding-top: 14px;
        max-width: calc(100% - 130px);
    }

        .tf-post-list .post-content .post-date {
            margin-bottom: 8px;
            letter-spacing: -0.4px;
            color: var(--color-paragraph);
        }

        .tf-post-list .post-content .name-post {
            display: inline-block;
            color: var(--color-title);
        }

            .tf-post-list .post-content .name-post:hover {
                color: var(--red);
            }

    .tf-post-list.small-2 {
        gap: 10px;
    }

        .tf-post-list.small-2 .image {
            max-width: 45.24%;
            border-radius: 10px;
            overflow: hidden;
        }

        .tf-post-list.small-2 .post-content {
            max-width: calc(54.76% - 10px);
            width: 100%;
            padding: 25px 30px 22px 30px;
            background-color: var(--gray-light);
            border-radius: 10px;
        }

        .tf-post-list.small-2 h5 {
            padding-bottom: 20px;
        }

        .tf-post-list.small-2 .name-post {
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .tf-post-list.small-2 .post-metas {
            padding-top: 18px;
            padding-bottom: 0;
            gap: 0 25px;
            border-top: 1px solid var(--border-7);
            flex-wrap: wrap;
        }

        .tf-post-list.small-2 .metas-item {
            padding-right: 30px;
        }

            .tf-post-list.small-2 .metas-item::before {
                background: rgba(12, 23, 26, 0.2);
            }

            .tf-post-list.small-2 .metas-item:last-child {
                padding-right: 0;
            }

                .tf-post-list.small-2 .metas-item:last-child::before {
                    display: none;
                }

            .tf-post-list.small-2 .metas-item a {
                color: var(--color-paragraph);
            }

.sidebar-recent-posts {
    padding-bottom: 40px;
}

    .sidebar-recent-posts .title-content {
        margin-bottom: 25px;
    }

    .sidebar-recent-posts .tf-post-list {
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid var(--border);
    }

        .sidebar-recent-posts .tf-post-list:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border: none;
        }

.sidebar-banner {
    background-image: url(../image/blog/bg-banner-sidebar.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 50px 48px;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}

    .sidebar-banner .sub-title {
        color: var(--white);
        margin-bottom: 9px;
        position: relative;
    }

    .sidebar-banner .title {
        font-size: 32px;
        line-height: 42px;
        font-weight: 700;
        color: var(--white);
        margin-bottom: 31px;
        position: relative;
    }

    .sidebar-banner .tf-btn {
        display: inline-flex;
        margin-bottom: 30px;
        position: relative;
    }

    .sidebar-banner .number-phone {
        position: relative;
        padding-left: 8px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        gap: 10px;
    }

        .sidebar-banner .number-phone i,
        .sidebar-banner .number-phone a {
            color: var(--white);
        }

        .sidebar-banner .number-phone i {
            font-size: 19px;
        }

        .sidebar-banner .number-phone a {
            letter-spacing: 0;
        }

            .sidebar-banner .number-phone a:hover {
                color: var(--red);
            }

    .sidebar-banner .benefit-list {
        margin-bottom: 70px;
        position: relative;
    }

        .sidebar-banner .benefit-list .benefit-items {
            margin-bottom: 20px;
        }

            .sidebar-banner .benefit-list .benefit-items i {
                font-size: 11px;
            }

            .sidebar-banner .benefit-list .benefit-items span {
                letter-spacing: -0.3px;
            }

            .sidebar-banner .benefit-list .benefit-items:last-child {
                margin-bottom: 0;
            }

    .sidebar-banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(6, 81, 183, 0) 0%, #0651B7 100%);
    }

.sidebar-banner-2 {
    background-image: url(../image/blog/bg-banner-sidebar-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 15px;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}

    .sidebar-banner-2 .discount {
        display: inline-block;
        padding: 2px 20px;
        background-color: var(--white);
        color: var(--color-title);
        border-radius: 999px;
        margin-bottom: 20px;
        position: relative;
    }

    .sidebar-banner-2 .title {
        color: var(--white);
        margin-bottom: 21px;
        position: relative;
    }

    .sidebar-banner-2 .tf-btn {
        display: inline-flex;
        position: relative;
    }

    .sidebar-banner-2 .benefit-list {
        margin-bottom: 33px;
        position: relative;
    }

        .sidebar-banner-2 .benefit-list .benefit-items {
            margin-bottom: 10px;
            justify-content: center;
        }

            .sidebar-banner-2 .benefit-list .benefit-items i {
                font-size: 11px;
            }

            .sidebar-banner-2 .benefit-list .benefit-items span {
                letter-spacing: -0.3px;
            }

            .sidebar-banner-2 .benefit-list .benefit-items:last-child {
                margin-bottom: 0;
            }

    .sidebar-banner-2::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(6, 81, 183, 0) 0%, #0651B7 100%);
    }

.benefit-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 12px;
}

    .benefit-items i,
    .benefit-items span {
        color: var(--white);
    }

    .benefit-items i {
        font-size: 13px;
    }

    .benefit-items.style-color-title i,
    .benefit-items.style-color-title span {
        color: var(--color-title);
    }

    .benefit-items.style-dot {
        padding-left: 20px;
        position: relative;
    }

        .benefit-items.style-dot::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: var(--color-title);
        }

        .benefit-items.style-dot span {
            color: var(--color-title);
        }

        .benefit-items.style-dot.dot-red {
            padding-left: 15px;
        }

            .benefit-items.style-dot.dot-red::before {
                background-color: var(--red);
            }

.sidebar-tags {
    padding: 22px 30px 30px;
}

    .sidebar-tags .title-content {
        margin-bottom: 20px;
    }

    .sidebar-tags .tabs-list {
        gap: 7px 5px;
    }

.tabs-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

    .tabs-list .tabs-item {
        padding: 5px 15px;
        background-color: var(--gray-dark);
        border-radius: 5px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .tabs-list .tabs-item:hover {
            background-color: var(--red);
            color: var(--white);
        }

    .tabs-list.style-radius .tabs-item {
        border-radius: 999px;
    }

.blog-details-content .image-blog-details {
    position: relative;
}

    .blog-details-content .image-blog-details .image {
        border-radius: 7px;
    }

        .blog-details-content .image-blog-details .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .blog-details-content .image-blog-details .date {
        position: absolute;
        bottom: 10px;
        right: 10px;
    }

.blog-details-content .details-content .title {
    font-size: 35px;
    line-height: 46px;
    letter-spacing: -0.7px;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-details-content .details-content-2 .title {
    margin-bottom: 15px;
}

.blog-details-content .details-content-3 .title {
    margin-bottom: 15px;
}

.blog-details-content .title {
    color: var(--color-title);
}

.blog-details-content .desc {
    color: var(--color-paragraph);
}

.wg-quote {
    padding: 30px 80px 22px 50px;
    background-color: var(--gray-light);
    border-radius: 7px;
}

    .wg-quote .text {
        color: var(--color-title);
        margin-bottom: 20px;
    }

    .wg-quote .name-quote {
        position: relative;
        padding-left: 70px;
    }

        .wg-quote .name-quote::before {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            width: 50px;
            height: 3px;
            background-color: var(--red);
        }

.post-tags-share {
    padding-top: 50px;
    border-top: 1px solid var(--border);
    padding-bottom: 50px;
}

.comment-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 40px;
    background-color: var(--gray-dark);
    padding: 35px 40px 33px;
    border-radius: 7px;
}

    .comment-item .image-avatar {
        max-width: 130px;
        border-radius: 50%;
        overflow: hidden;
    }

        .comment-item .image-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .comment-item .comment-content {
        max-width: calc(100% - 170px);
    }

    .comment-item .user-comment {
        margin-bottom: 16px;
    }

        .comment-item .user-comment .name {
            color: var(--color-title);
        }

        .comment-item .user-comment .author {
            color: var(--color-paragraph);
        }

    .comment-item .text-comment {
        color: var(--color-paragraph);
        margin-bottom: 16px;
        max-width: 90%;
    }

    .comment-item .post-social i {
        font-size: 14px;
    }

    .comment-item.style-border {
        background-color: transparent;
        border: 1px solid var(--border);
        border-radius: 7px;
        padding: 27px 38px 26px;
    }

        .comment-item.style-border .image-avatar {
            max-width: 85px;
        }

        .comment-item.style-border .user-comment {
            margin-bottom: 6px;
        }

        .comment-item.style-border .text-comment {
            margin-bottom: 18px;
            max-width: 100%;
        }

        .comment-item.style-border .rating {
            gap: 9px;
        }

.wg-comment {
    background-color: var(--gray-dark);
    padding: 40px 55px 40px 50px;
    border-radius: 10px;
}

    .wg-comment .title {
        margin-bottom: 6px;
    }

/* custom rating */
.list-rating-check {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
    gap: 7px;
}

    .list-rating-check:not(:checked) > input {
        position: absolute;
        opacity: 0;
    }

    .list-rating-check:not(:checked) > label {
        cursor: pointer;
        white-space: nowrap;
        color: var(--color-text-5);
        margin-bottom: 0;
        transition: all 0.2s ease-in-out;
    }

        .list-rating-check:not(:checked) > label:before {
            font-family: "icomoon";
            content: "\e962";
            font-size: 18px;
        }

    .list-rating-check > input:checked ~ label {
        color: var(--red);
    }

    .list-rating-check:not(:checked) > label:hover,
    .list-rating-check:not(:checked) > label:hover ~ label {
        color: var(--red);
    }

    .list-rating-check > input:checked + label:hover,
    .list-rating-check > input:checked + label:hover ~ label,
    .list-rating-check > input:checked ~ label:hover,
    .list-rating-check > input:checked ~ label:hover ~ label,
    .list-rating-check > label:hover ~ input:checked ~ label {
        color: var(--red);
    }

/*------------ testimonial ---------------- */
.testimonials-item {
    padding: 50px 60px 43px;
    background-color: var(--gray-light);
    border-radius: 10px;
}

    .testimonials-item .rating {
        margin-bottom: 13px;
        gap: 7px;
    }

        .testimonials-item .rating i {
            color: var(--red);
            font-size: 18px;
        }

    .testimonials-item .title {
        margin-bottom: 70px;
    }

    .testimonials-item .desc {
        margin-bottom: 78.38px;
        letter-spacing: 0.2px;
    }

    .testimonials-item .icon {
        margin-bottom: 14px;
    }

        .testimonials-item .icon i {
            font-size: 51px;
            color: var(--color-title);
        }

    .testimonials-item .user-testimonials {
        gap: 10px 6px;
        flex-wrap: wrap;
    }

        .testimonials-item .user-testimonials .position {
            color: var(--color-paragraph);
        }

    .testimonials-item.style-1 {
        height: 100%;
    }

    .testimonials-item.style-video {
        padding: 0;
        position: relative;
        overflow: hidden;
        height: 100%;
    }

        .testimonials-item.style-video .image {
            height: 100%;
        }

            .testimonials-item.style-video .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .testimonials-item.style-video .popup-youtube {
            width: 60px;
            height: 60px;
            margin-bottom: 25px;
        }

        .testimonials-item.style-video .icon {
            margin-bottom: 0;
        }

        .testimonials-item.style-video .testimonials-content {
            position: absolute;
            padding: 30px 40px;
            bottom: 0;
            left: 0;
        }

        .testimonials-item.style-video .user-testimonials .name-user a {
            color: var(--white);
        }

        .testimonials-item.style-video .user-testimonials .position {
            color: var(--white);
        }

    .testimonials-item.style-2 {
        background-color: var(--bg-2);
        position: relative;
        padding: 48px 80px;
    }

        .testimonials-item.style-2 .rating {
            margin-bottom: 20px;
        }

        .testimonials-item.style-2 .img-item {
            position: absolute;
            bottom: 0;
            right: 0;
        }

        .testimonials-item.style-2 .title a {
            color: var(--black-2);
            letter-spacing: -0.6px;
        }

        .testimonials-item.style-2 .desc {
            letter-spacing: 0px;
            margin-bottom: 85.38px;
        }

        .testimonials-item.style-2 .icon i {
            color: var(--black-2);
        }

    .testimonials-item.style-3 {
        position: relative;
        padding: 70px 50px 40px;
        background-color: var(--white);
        border-radius: 7px;
    }

        .testimonials-item.style-3 .rating {
            position: absolute;
            top: 20px;
            right: 20px;
        }

        .testimonials-item.style-3 .user-testimonials {
            padding-bottom: 37px;
            margin-bottom: 40px;
            border-bottom: 1px solid var(--border-3);
            gap: 20px;
        }

            .testimonials-item.style-3 .user-testimonials .img-avartar {
                max-width: 50px;
                border-radius: 50%;
            }

        .testimonials-item.style-3 .desc {
            display: -webkit-box;
            margin-bottom: 0;
            letter-spacing: 0px;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .testimonials-item.style-3 .name-user {
            margin-bottom: 3px;
        }

        .testimonials-item.style-3 .position {
            letter-spacing: -0.3px;
        }

    .testimonials-item.style-4 {
        background-color: var(--bg-2);
        position: relative;
        padding: 50px 60px;
    }

        .testimonials-item.style-4 .img-item {
            position: absolute;
            bottom: 0;
            right: 0;
        }

        .testimonials-item.style-4 .bottom-item {
            padding: 20px 30px;
            background-color: var(--white);
            border-radius: 15px;
        }

        .testimonials-item.style-4 .user-testimonials .img-avartar {
            display: block;
            max-width: 65px;
        }

        .testimonials-item.style-4 .icon {
            margin-bottom: 0;
        }

            .testimonials-item.style-4 .icon i {
                color: var(--yellow-3);
            }

        .testimonials-item.style-4 .title {
            margin-bottom: 50px;
        }

        .testimonials-item.style-4 .desc {
            margin-bottom: 50px;
            letter-spacing: -0.56px;
        }

        .testimonials-item.style-4 .rating i {
            color: var(--yellow-3);
        }

    .testimonials-item.style-5 {
        background-image: url(../image/testimonials-item/testimonials-item-style-5.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        border-radius: 10px;
        padding: 10px;
    }

        .testimonials-item.style-5 .heading-section {
            max-width: 719px;
            margin: 90px 0;
        }

        .testimonials-item.style-5 .box-funfact {
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 49px 51px 35px;
            max-width: 365px;
            width: 100%;
        }

            .testimonials-item.style-5 .box-funfact .rating {
                margin-bottom: 5px;
            }

                .testimonials-item.style-5 .box-funfact .rating i {
                    font-size: 18px;
                }

        .testimonials-item.style-5 .testimonials-content {
            max-width: 670px;
            padding: 70px 71px;
            background-color: var(--white);
            border-radius: 10px;
            position: relative;
        }

            .testimonials-item.style-5 .testimonials-content .img-item {
                position: absolute;
                top: 63%;
                left: 0;
                transform: translateY(-50%);
            }

            .testimonials-item.style-5 .testimonials-content .rating {
                margin-bottom: 20px;
            }

                .testimonials-item.style-5 .testimonials-content .rating i {
                    color: var(--black-5);
                }

            .testimonials-item.style-5 .testimonials-content .title {
                margin-bottom: 50px;
            }

                .testimonials-item.style-5 .testimonials-content .title a {
                    color: var(--black-5);
                }

            .testimonials-item.style-5 .testimonials-content .desc {
                letter-spacing: -0.8px;
                margin-bottom: 88.38px;
            }

            .testimonials-item.style-5 .testimonials-content .icon {
                margin-bottom: 17px;
            }

            .testimonials-item.style-5 .testimonials-content .img-avartar {
                display: block;
                max-width: 85px;
                border-radius: 50%;
            }

                .testimonials-item.style-5 .testimonials-content .img-avartar img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    border-radius: 50%;
                }

            .testimonials-item.style-5 .testimonials-content .user-testimonials {
                margin-bottom: 30px;
            }

        .testimonials-item.style-5::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, rgba(2, 13, 43, 0.5) 0%, rgba(2, 13, 43, 0) 100%);
            border-radius: 15px;
        }

    .testimonials-item.style-6 {
        background-color: var(--bg-2);
        padding: 40px 70px 34px;
        position: relative;
    }

        .testimonials-item.style-6 .img-item {
            position: absolute;
            bottom: 0;
            right: 0;
        }

        .testimonials-item.style-6 .rating {
            margin-bottom: 13px;
        }

        .testimonials-item.style-6 .title {
            margin-bottom: 40px;
        }

        .testimonials-item.style-6 .desc {
            margin-bottom: 40px;
        }

        .testimonials-item.style-6 .user-testimonials {
            padding-bottom: 6px;
        }

        .testimonials-item.style-6 .icon {
            margin-bottom: 0;
        }

            .testimonials-item.style-6 .icon i {
                color: var(--red);
                font-size: 46px;
            }

.sw-pagination-tes.style-color-black-2 {
    max-width: max-content;
}

    .sw-pagination-tes.style-color-black-2 .swiper-pagination-bullet::before {
        background-color: var(--black-2);
    }

    .sw-pagination-tes.style-color-black-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
        border-color: var(--black-2) !important;
    }

.sw-pagination-tes.style-color-red {
    margin-top: 43px;
}

    .sw-pagination-tes.style-color-red .swiper-pagination-bullet::before {
        background: rgba(255, 63, 37, 0.2);
    }

    .sw-pagination-tes.style-color-red .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
        background: var(--red);
    }

    .sw-pagination-tes.style-color-red .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
        border-color: var(--red) !important;
    }

.sw-testimonials {
    height: 100%;
}

    .sw-testimonials .swiper-slide {
        height: auto;
    }

/*------------ accordion ---------------- */
.according-item {
    border: 1px solid var(--border);
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .according-item .title-according {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 7px 7px 24px;
        letter-spacing: -0.4px;
        gap: 10px;
    }

        .according-item .title-according p {
            max-width: calc(100% - 60px);
            color: var(--color-title);
            padding-top: 7px;
        }

        .according-item .title-according span {
            display: block;
            width: 50px;
            height: 50px;
            border-radius: 7px;
            background: rgba(255, 63, 37, 0.15);
            position: relative;
        }

            .according-item .title-according span::before {
                content: "+";
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-size: 25px;
                color: var(--red);
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .according-item .title-according span::after {
                content: "-";
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-size: 25px;
                color: var(--white);
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
                opacity: 0;
                visibility: hidden;
            }

        .according-item .title-according:not(.collapsed) span {
            background: var(--red);
        }

            .according-item .title-according:not(.collapsed) span::before {
                opacity: 0;
                visibility: hidden;
            }

            .according-item .title-according:not(.collapsed) span::after {
                opacity: 1;
                visibility: visible;
            }

    .according-item .text {
        padding: 7px 18px 31px 24px;
        max-width: 88%;
        color: var(--color-paragraph);
    }

    .according-item.active {
        box-shadow: 10px 4px 60px rgba(193, 193, 193, 0.25);
    }

/*------------ shop ---------------- */
.tf-sort {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px 30px;
}

    .tf-sort .tf-sort-content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        gap: 30px;
        flex: 1 1 auto;
        max-width: calc(50% - 15px);
    }

        .tf-sort .tf-sort-content .text {
            white-space: nowrap;
            color: var(--color-paragraph);
        }

    .tf-sort .shop-sale {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        gap: 8px;
        align-items: center;
    }

        .tf-sort .shop-sale i {
            font-size: 24px;
        }

    .tf-sort .tf-sort-right {
        justify-content: end;
    }

    .tf-sort .nice-select {
        max-width: 300px;
        width: 100%;
    }

    .tf-sort .fillter-btn {
        flex-grow: 1;
        flex-shrink: 1;
        width: 100%;
        max-width: max-content;
    }

.grid-3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 0;
    margin-left: -15px;
    margin-right: -15px;
}

    .grid-3 .item {
        padding-left: 15px;
        padding-right: 15px;
        flex-shrink: 0;
        flex: 1 1 auto;
        max-width: 33.3333333333%;
    }

.product-item .image {
    position: relative;
    background-color: var(--gray-dark);
}

    .product-item .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.product-item .list-btn {
    position: absolute;
    left: 43px;
    right: 43px;
    bottom: 102px;
}

    .product-item .list-btn div {
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.product-item .size-box {
    position: absolute;
    bottom: 58px;
    left: 43px;
    right: 43px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-item .price {
    margin-bottom: 20px;
}

.product-item .product-item-content {
    margin-top: -22px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: var(--white);
    border-radius: 7px;
    position: relative;
    z-index: 9;
    padding: 18px 20px;
}

    .product-item .product-item-content .sub-name {
        color: var(--color-paragraph);
        display: block;
    }

    .product-item .product-item-content .name-product {
        display: inline-block;
        color: var(--color-title);
        margin-bottom: 7px;
        position: relative;
    }

        .product-item .product-item-content .name-product::before {
            content: "";
            position: absolute;
            width: 0;
            left: auto;
            right: 0;
            bottom: 0;
            height: 1px;
            background: var(--red);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .product-item .product-item-content .name-product:hover {
            color: var(--red);
        }

            .product-item .product-item-content .name-product:hover::before {
                width: 100%;
                left: 0;
                right: auto;
            }

    .product-item .product-item-content .price {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .product-item .product-item-content .rating-product {
        position: absolute;
        top: 15px;
        right: 15px;
    }

        .product-item .product-item-content .rating-product i {
            color: var(--red);
            margin-right: 4px;
        }

.product-item:hover .image img {
    opacity: 0.2;
}

.product-item:hover .size-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.product-item:hover .list-btn div {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .product-item:hover .list-btn div:nth-child(2) {
        transition-delay: 0.1s;
    }

    .product-item:hover .list-btn div:nth-child(3) {
        transition-delay: 0.2s;
    }

    .product-item:hover .list-btn div:nth-child(4) {
        transition-delay: 0.3s;
    }

.product-item.discount {
    position: relative;
}

    .product-item.discount::before {
        content: "-13%";
        position: absolute;
        top: 10px;
        left: 10px;
        background-color: var(--white);
        padding: 0 10px;
        font-weight: 600;
        color: var(--red);
        z-index: 2;
        border-radius: 5px;
    }

.product-item.style-grid .product-item-content {
    box-shadow: 10px 4px 60px rgba(193, 193, 193, 0.25);
}

.product-item.style-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 50px;
}

    .product-item.style-list:last-child {
        margin-bottom: 0;
    }

    .product-item.style-list .image {
        max-width: 300px;
        width: 100%;
    }

    .product-item.style-list .product-item-content {
        max-width: calc(100% - 300px);
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }

        .product-item.style-list .product-item-content .price {
            margin-bottom: 15px;
        }

        .product-item.style-list .product-item-content .desc {
            color: var(--color-paragraph);
            margin-bottom: 20px;
        }

.price-old {
    padding-right: 8px;
    text-decoration-line: line-through;
    color: var(--color-paragraph);
}

.list-color-product {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 7px;
}

    .list-color-product .list-color-item {
        border-radius: 50%;
        border: 1px solid var(--border);
        width: 25px;
        height: 25px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .list-color-product .list-color-item .swatch-value {
            width: 15px;
            height: 15px;
            border-radius: 50%;
            display: block;
        }

.size-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 2px 0;
    background-color: var(--white);
}

.tf-table-page-cart {
    width: 100%;
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
    min-width: 850px;
}

    .tf-table-page-cart tr {
        border-bottom: 1px solid var(--border);
    }

    .tf-table-page-cart thead th {
        border: none;
        color: var(--color-title);
        padding: 0 0 25px !important;
        font-size: 24px;
        font-weight: 500;
        line-height: 31px;
    }

        .tf-table-page-cart thead th:first-child {
            text-align: left;
            width: 447px;
        }

        .tf-table-page-cart thead th:nth-child(2) {
            width: 234px;
        }

        .tf-table-page-cart thead th:nth-child(3) {
            width: 70px;
            text-align: end;
        }

    .tf-table-page-cart tbody tr td {
        padding: 20px 0;
        border: none;
    }

        .tf-table-page-cart tbody tr td.tf-cart-item_product {
            display: flex;
            align-items: center;
            gap: 35px;
        }

            .tf-table-page-cart tbody tr td.tf-cart-item_product .image {
                flex-shrink: 0;
                max-width: 100px;
            }

                .tf-table-page-cart tbody tr td.tf-cart-item_product .image img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

            .tf-table-page-cart tbody tr td.tf-cart-item_product .name-product {
                text-decoration: none;
                color: var(--on-suface-container);
                white-space: nowrap;
            }

                .tf-table-page-cart tbody tr td.tf-cart-item_product .name-product:hover {
                    color: var(--primary);
                }

        .tf-table-page-cart tbody tr td.tf-cart-item_total {
            text-align: left;
        }

        .tf-table-page-cart tbody tr td.tf-cart-item_price {
            text-align: end;
        }

        .tf-table-page-cart tbody tr td:last-child {
            text-align: right;
        }

.box-order {
    padding: 30px 30px 35px 28px;
    border: 1px solid var(--border);
    border-radius: 7px;
}

    .box-order .title-box {
        padding-bottom: 33px;
        border-bottom: 1px solid var(--border);
        margin-bottom: 26px;
    }

    .box-order .subtotal,
    .box-order .discount {
        margin-bottom: 26px;
        padding-bottom: 24px;
        border-bottom: 1px solid var(--border);
    }

    .box-order .total-order {
        margin-bottom: 41px;
    }

.overlay-filter {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100vw;
    height: 100vh;
    background-color: var(--black);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .overlay-filter.show {
        visibility: visible;
        opacity: 0.3;
    }

.tf-product-media-wrap .image-main {
    max-width: 530px;
    width: 100%;
    display: block;
}

    .tf-product-media-wrap .image-main img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.tf-product-media-wrap .image-thumb {
    max-width: 170px;
    max-height: 200px;
}

    .tf-product-media-wrap .image-thumb img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.tf-product-media-wrap .tf-product-media-thumbs {
    max-height: 640px;
}

    .tf-product-media-wrap .tf-product-media-thumbs .swiper-slide {
        height: max-content;
        width: auto;
    }

.tf-product-media-wrap .tf-product-media-main {
    max-width: 530px;
}

    .tf-product-media-wrap .tf-product-media-main .swiper-slide {
        height: max-content;
    }

.wg-shop-details .right {
    max-width: 44%;
}

.tf-product-info-wrap {
    padding-left: 30px;
}

    .tf-product-info-wrap .name-product {
        margin-bottom: 20px;
    }

    .tf-product-info-wrap .price-rating {
        gap: 138px;
        margin-bottom: 45px;
    }

    .tf-product-info-wrap .text {
        margin-bottom: 20px;
    }

.tf-product-info-liveview {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 40px;
}

    .tf-product-info-liveview .liveview-count {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 41px;
        min-height: 27px;
        color: var(--white);
        background-color: var(--black);
        border-radius: 5px;
    }

    .tf-product-info-liveview p {
        color: var(--color-title);
    }

.tf-product-info-countdown {
    padding: 19px 0;
    border: 1px solid var(--border);
    border-radius: 7px;
    text-align: center;
    max-width: 380px;
    width: 100%;
    margin-bottom: 50px;
}

    .tf-product-info-countdown .countdown-title {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        padding-bottom: 14px;
    }

        .tf-product-info-countdown .countdown-title i,
        .tf-product-info-countdown .countdown-title p {
            font-size: 12px;
            font-weight: 500;
            line-height: 100%;
        }

        .tf-product-info-countdown .countdown-title p {
            color: var(--color-paragraph);
        }

    .tf-product-info-countdown .countdown__timer {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }

    .tf-product-info-countdown .countdown__item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: var(--red);
        color: var(--white);
        width: 55px;
        height: 57px;
        border-radius: 5px;
    }

        .tf-product-info-countdown .countdown__item .countdown__value {
            font-size: 20px;
            line-height: 100%;
            font-weight: 700;
            letter-spacing: -0.04px;
        }

        .tf-product-info-countdown .countdown__item .countdown__label {
            font-size: 14px;
        }

.variant-picker-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px;
}

    .variant-picker-item .variant-picker-values {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        gap: 10px;
        align-items: center;
        flex-wrap: wrap;
    }

        .variant-picker-item .variant-picker-values input {
            position: absolute;
            overflow: hidden;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            border: 0;
            clip: rect(0 0 0 0);
            word-wrap: normal;
        }

            .variant-picker-item .variant-picker-values input:checked + label:not(.color-btn) {
                border-color: var(--border);
            }

            .variant-picker-item .variant-picker-values input:checked + label.style-text:not(.color-btn) {
                background-color: var(--black);
                color: var(--white);
            }

        .variant-picker-item .variant-picker-values label {
            position: relative;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            text-align: center;
            padding: 4px;
            border: 1px solid var(--border);
            cursor: pointer;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .variant-picker-item .variant-picker-values label:hover {
                border-color: var(--black);
            }

            .variant-picker-item .variant-picker-values label .btn-checkbox {
                width: 100%;
                height: 100%;
                display: block;
                border-radius: 50%;
                border: 1px solid rgba(134, 134, 134, 0.12);
            }

            .variant-picker-item .variant-picker-values label.style-text {
                width: 40px;
                height: 40px;
                border-radius: 5px;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .variant-picker-item .variant-picker-values label.style-text:hover {
                    border-color: var(--black);
                }

        .variant-picker-item .variant-picker-values .tooltip {
            left: 50%;
            transform: translateX(-50%);
        }

    .variant-picker-item.values-color {
        gap: 17px;
    }

        .variant-picker-item.values-color .variant-picker-values {
            gap: 7px;
        }

    .variant-picker-item .color-btn.active {
        border-color: var(--red);
    }

.find-size {
    text-decoration: underline;
    text-underline-offset: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .find-size:hover {
        color: var(--red);
    }

.tf-product-info-quanlity {
    margin-bottom: 23px;
}

.wg-quantity {
    width: 127px;
    display: flex;
    justify-content: space-between;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 999px;
}

    .wg-quantity input {
        width: 51px;
        height: 35px;
        padding: 0;
        background-color: transparent;
        border: 0;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        line-height: 26px;
        color: var(--color-title);
        border-left: 1px solid var(--border);
        border-right: 1px solid var(--border);
    }

    .wg-quantity .btn-quantity {
        width: 38px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        color: var(--main);
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .wg-quantity .btn-quantity:hover {
            color: var(--primary);
        }

    .wg-quantity.small {
        width: 109px;
        height: 30px;
    }

        .wg-quantity.small .btn-quantity {
            width: 27px;
            height: 30px;
            font-size: 20px;
        }

        .wg-quantity.small input {
            width: 30px;
            height: 30px;
            font-size: 12px;
            line-height: 30px;
        }

.tf-product-btn-wishlist {
    width: 51px;
    height: 51px;
    flex-shrink: 0;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .tf-product-btn-wishlist .icon,
    .tf-product-btn-wishlist i {
        font-size: 18px;
        color: var(--main);
    }

    .tf-product-btn-wishlist:hover {
        border-color: var(--main);
    }

.tf-product-info-buy-button form {
    gap: 19px 10px;
    padding-right: 5px;
}

.tf-product-info-buy-button .top {
    gap: 19px 10px;
    padding-right: 38px;
}

.btn-fill img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 56px;
}

.payment-more-option {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    margin-top: 10px;
    text-decoration: underline;
    color: var(--color-paragraph);
    text-align: center;
}

.tf-payment img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 78px;
}

.description-box {
    padding: 49px;
}

    .description-box .text {
        color: var(--color-paragraph);
    }

    .description-box .benefit-list .benefit-items {
        margin-bottom: 15px;
    }

        .description-box .benefit-list .benefit-items:last-child {
            margin-bottom: 0;
        }

.circle-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    font-size: 13px;
    border: 1px solid var(--color-title);
    border-radius: 50%;
    color: var(--color-title);
}

.tb-info-product {
    border: none !important;
    width: 100%;
    padding: 48px 50px 50px;
    margin-bottom: 0;
}

    .tb-info-product tr {
        border: 1px solid var(--border);
        vertical-align: middle;
    }

        .tb-info-product tr th {
            padding: 19.5px 67px;
            border-right: 1px solid var(--border);
            border-bottom: 1px solid var(--border);
            border-left: 1px solid var(--border);
            width: 29.4%;
            font-size: 20px;
            line-height: 26px;
            font-weight: 500;
        }

            .tb-info-product tr th:first-child {
                border-top: 1px solid var(--border);
            }

        .tb-info-product tr td {
            padding: 19.5px 169px;
            border: 1px solid var(--border);
            width: 70.6%;
            font-size: 20px;
            line-height: 26px;
        }

.box-comment {
    padding: 28px 50px 50px;
}

    .box-comment .heading-form .title {
        margin-bottom: 7px;
    }

.remove-btn {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 50%;
    cursor: pointer;
}

    .remove-btn span {
        color: var(--color-title);
    }

.product-list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .product-list-item .image {
        max-width: 100px;
    }

        .product-list-item .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.tf-page-cart-sidebar {
    padding: 33px 57px 43px 50px;
    border: 1px solid var(--border);
}

.box-oder-summary {
    padding-bottom: 43px;
}

    .box-oder-summary .title {
        margin-bottom: 32px;
    }

    .box-oder-summary .product-list-item {
        padding-bottom: 40px;
        border-bottom: 1px solid var(--border);
    }

    .box-oder-summary .shipping,
    .box-oder-summary .subtotal {
        padding: 25px 0;
        border-bottom: 1px solid var(--border);
    }

    .box-oder-summary .total-order {
        padding: 22px 0;
    }

.box-payment .title {
    margin-bottom: 32px;
}

.box-payment .payment-box {
    margin-bottom: 33px;
}

.box-payment .text {
    margin-bottom: 20px;
    color: var(--color-paragraph);
}

/*------------ map ---------------- */
.map {
    max-width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 10px;
}

    .map .marker {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        cursor: pointer;
    }

        .map .marker::after {
            content: "\e96c";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-family: "icomoon";
            color: var(--red);
            font-size: 82px;
        }

.mapboxgl-ctrl-attrib a,
.mapboxgl-ctrl-attrib.mapboxgl-compact,
a.mapboxgl-ctrl-logo {
    display: none !important;
}

.mapboxgl-popup-content {
    padding: 16px;
    background-color: var(--white);
}

    .mapboxgl-popup-content .mapboxgl-popup-close-button {
        font-size: 30px;
        overflow: hidden;
        color: var(--on-suface-variant-1);
    }

/*------------ nice-select ---------------- */
.nice-select {
    border-color: var(--border) !important;
    border-radius: 999px;
    position: relative;
}

    .nice-select::before {
        content: "\e923";
        font-family: "icomoon";
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 6px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: var(--color-paragraph);
    }

    .nice-select::after {
        display: none;
    }

    .nice-select > span {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        color: var(--color-paragraph);
    }

    .nice-select.no-border {
        border: none !important;
        padding: 0 !important;
    }

    .nice-select.open {
        z-index: 50;
    }

        .nice-select.open::before {
            transform: translateY(-50%) rotate(180deg);
        }

    .nice-select.style-radius-50 {
        border-radius: 999px;
        border-color: var(--border-12);
    }

        .nice-select.style-radius-50::before {
            color: var(--color-paragraph);
        }

/*------------ nice-select ---------------- */
.calendar-table {
    max-width: 100%;
    width: 100%;
    min-width: 1200px;
}

.fc-view-harness-active {
    height: 936px !important;
}

.fc-scroller {
    overflow: hidden !important;
}

.fc-toolbar {
    display: none !important;
}

.fc-timegrid-event {
    inset: 0px -5px 0px -2px !important;
    border-radius: 0;
}

.fc-timegrid-body {
    width: 100% !important;
}

    .fc-timegrid-body .fc-col-header {
        width: 100% !important;
    }

    .fc-timegrid-body .fc-scroller {
        width: 100% !important;
    }

.custom-event {
    background-color: var(--gray-light) !important;
    border: none !important;
    justify-content: space-between;
}

.custom-title {
    color: var(--color-title);
    font-weight: 700;
    font-size: 16px;
    line-height: auto;
}

.custom-time {
    color: var(--color-paragraph);
    padding-top: 10px;
    font-size: 16px;
    line-height: auto;
}

.custom-location {
    display: flex;
    align-items: center;
    margin-top: 8px;
    font-size: 16px;
    line-height: auto;
    color: var(--color-title);
}

.fc .fc-timegrid-slot-label {
    color: var(--color-title);
}

.fc .fc-col-header-cell-cushion {
    line-height: 64.5px;
    text-transform: none;
}

.calender-item {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.column-layout {
    padding: 30px 0 !important;
}

    .column-layout .custom-location {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .column-layout .icon-calendar {
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-color: var(--white);
    }

        .column-layout .icon-calendar i {
            font-size: 16px;
            color: var(--color-title);
        }

.row-layout {
    padding: 30px 0 !important;
}

    .row-layout .custom-location {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .row-layout .icon-calendar i {
        font-size: 16px;
        color: var(--color-title);
    }

.fc-col-header {
    margin-bottom: 0;
}

.fc-direction-ltr .fc-timegrid-slot-label-frame {
    text-align: center;
}

/*------------ animation ---------------- */
.tf-fade-top {
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tf-fade-left {
    transform: translateX(-20px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tf-fade-right {
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tf-fade-bottom {
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tf-fade-bottom-left {
    transform: translate(20px, -20px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tf-fade-top-right {
    transform: translate(-20px, -20px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tf-animate-1 {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
    -webkit-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
    -khtml-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
    -moz-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
    -ms-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
    -o-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
    transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
}

    .tf-animate-1.active-animate {
        clip-path: inset(0 0 0 0);
        opacity: 1;
        transform: translateX(0);
    }

    .tf-animate-1.transition-1s {
        -webkit-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
        -khtml-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
        -moz-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
        -ms-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
        -o-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
        transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
    }

.tf-animate-2 {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
    -webkit-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
    -khtml-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
    -moz-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
    -ms-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
    -o-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
    transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
}

    .tf-animate-2.active-animate {
        clip-path: inset(0 0 0 0);
        opacity: 1;
        transform: translateX(0);
    }

    .tf-animate-2.transition-1s {
        -webkit-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
        -khtml-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
        -moz-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
        -ms-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
        -o-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
        transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
    }

.tf-animate-3 {
    clip-path: inset(100% 0 0 0);
    opacity: 0;
    -webkit-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
    -khtml-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
    -moz-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
    -ms-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
    -o-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
    transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
}

    .tf-animate-3.active-animate {
        clip-path: inset(0 0 0 0);
        opacity: 1;
        transform: translateX(0);
    }

    .tf-animate-3.transition-1s {
        -webkit-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
        -khtml-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
        -moz-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
        -ms-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
        -o-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
        transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
    }

.tf-animate-4 {
    clip-path: inset(0 0 0 100%);
    opacity: 0;
    -webkit-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
    -khtml-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
    -moz-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
    -ms-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
    -o-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
    transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
}

    .tf-animate-4.active-animate {
        clip-path: inset(0 0 0 0);
        opacity: 1;
        transform: translateX(0);
    }

    .tf-animate-4.transition-1s {
        -webkit-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
        -khtml-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
        -moz-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
        -ms-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
        -o-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
        transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
    }

@keyframes infiniteScroll {
    0% {
        transform: translateX(0%);
    }

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

@keyframes ripple {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0.9;
    }

    100% {
        width: 150%;
        height: 150%;
        opacity: 0;
    }
}

.text-flip {
    display: grid;
    transform-style: preserve-3d;
    transform-origin: center center;
    position: relative;
}

.text-face {
    grid-area: 1/1;
    backface-visibility: hidden;
}

.text-front {
    transform: rotateX(0deg);
}

.text-back {
    transform: rotateX(180deg);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
        box-shadow: 0 2px 0 var(--red);
    }

    50% {
        transform: rotate(180deg);
        box-shadow: 0 2px 0 var(--red);
    }

    100% {
        transform: rotate(360deg);
        box-shadow: 0 2px 0 var(--red);
    }
}

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

    100% {
        transform: rotate(-360deg);
    }
}

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

    100% {
        transform: rotate(360deg);
    }
}
/*------------ zoom ---------------- */
.tf-zoom-main {
    position: sticky;
    top: 30px;
    z-index: 50;
}

    .tf-zoom-main .drift-zoom-pane {
        top: 0;
        left: 0;
        height: 520px;
        max-width: 520px;
        width: 100%;
        background: #fff;
        -webkit-transform: translate3d(0, 0, 0);
        box-shadow: 0 1px 5px rgba(127, 127, 127, 0.0196078431), 0 5px 18px rgba(127, 127, 127, 0.2);
        z-index: 3;
    }

.drift-bounding-box.drift-open {
    background: rgba(255, 255, 255, 0.2509803922);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4) inset;
    z-index: 5000;
}

.drift-zoom-pane {
    z-index: 5000;
}

.section-image-zoom .other-image-zoom {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section-image-zoom.zoom-active .other-image-zoom {
    opacity: 0.3;
}

.pswp__bg {
    background: var(--white);
}

.pswp__icn {
    fill: rgb(34, 34, 34);
    color: var(--white);
}

    .pswp__icn .pswp__icn-shadow {
        stroke: var(--white);
        stroke-width: 1px;
        fill: none;
    }

.pswp__counter {
    color: #222;
    text-shadow: 1px 1px 3px #ffffff;
}

.tf-model-viewer {
    width: 100%;
    height: 100%;
    position: relative;
}

    .tf-model-viewer model-viewer {
        display: block;
        position: relative;
        z-index: 5;
        width: 100%;
        height: 100%;
    }

        .tf-model-viewer model-viewer.disabled {
            pointer-events: none;
        }

    .tf-model-viewer.active model-viewer {
        pointer-events: all;
    }

    .tf-model-viewer.active .wrap-btn-viewer {
        display: none;
    }

/*------------ widgets ---------------- */
.box-page-title {
    max-width: 66.4%;
    width: 100%;
    background-color: var(--black-2);
    padding: 73px 94px 58px 100px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

    .box-page-title .title {
        font-size: 200px;
        line-height: 140px;
        font-weight: 700;
        color: var(--white);
        letter-spacing: -4px;
        margin-bottom: 96px;
        text-align: center;
    }

    .box-page-title .title-2 {
        font-size: 65px;
        line-height: 71px;
        color: var(--white);
        font-weight: 700;
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: 1px solid var(--border-4);
        letter-spacing: -1.3px;
    }

    .box-page-title .box-page-title-content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }

    .box-page-title .text {
        color: var(--white);
        margin-bottom: 27px;
    }

    .box-page-title .right-box .benefit-items {
        margin-bottom: 15px;
    }

        .box-page-title .right-box .benefit-items:last-child {
            margin-bottom: 0;
        }

    .box-page-title .right-box .benefit-list {
        margin-bottom: 37px;
    }

    .box-page-title .img-item {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .box-page-title .tf-btn {
        display: inline-flex;
    }

.box-agent {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
}

    .box-agent .image {
        width: 100%;
        max-width: 35px;
        border: 1px solid var(--white);
        border-radius: 50%;
        overflow: hidden;
        margin-left: -9px;
    }

        .box-agent .image:first-child {
            margin-left: 0;
        }

        .box-agent .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .box-agent h6 {
        color: var(--white);
    }

    .box-agent.style-2 .image {
        max-width: 58px;
        margin-left: -15px;
    }

        .box-agent.style-2 .image:first-child {
            margin-left: 0;
        }

    .box-agent.style-2 .plus {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--white);
        font-size: 25px;
    }

.box-image {
    border-radius: 15px;
    overflow: hidden;
    max-width: calc(33.6% - 10px);
    width: 100%;
}

    .box-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.box-banner.box-1 {
    background-color: var(--blue);
    padding: 50px 70px;
    position: relative;
    border-radius: 15px;
    max-width: calc(33.6% - 10px);
    width: 100%;
}

    .box-banner.box-1::before {
        content: "";
        background-image: url(../image/page-title/bg-box-banner-h2.png);
        position: absolute;
        top: 10px;
        right: 10px;
        width: 359px;
        height: 250px;
    }

    .box-banner.box-1 .icon {
        margin-bottom: 14px;
    }

        .box-banner.box-1 .icon i {
            color: var(--white);
            font-size: 55px;
        }

    .box-banner.box-1 .title-banner {
        color: var(--white);
        margin-bottom: 23px;
    }

    .box-banner.box-1 .benefit-list {
        margin-bottom: 27px;
    }

.box-banner.box-2 {
    max-width: 66.4%;
    width: 100%;
    background-color: var(--pink);
    border-radius: 15px;
    position: relative;
    width: 100%;
}

    .box-banner.box-2 .title-banner {
        font-size: 180px;
        line-height: 100%;
        font-weight: 700;
        color: var(--white);
    }

    .box-banner.box-2 .tf-marquee {
        padding-top: 24px;
    }

        .box-banner.box-2 .tf-marquee .marquee-wrapper {
            animation: infiniteScroll 150s linear infinite;
        }

    .box-banner.box-2 .text {
        color: var(--black-2);
        padding-left: 95px;
        padding-right: 95px;
        padding-top: 36px;
        padding-bottom: 47px;
    }

    .box-banner.box-2 span {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
    }

    .box-banner.box-2 .img-item {
        position: absolute;
        bottom: 0;
        right: 162px;
    }

.tf-marquee {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    width: 100%;
}

    .tf-marquee .marquee-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        animation: infiniteScroll 50s linear infinite;
        align-items: center;
        transition: animation-duration 300ms;
    }

        .tf-marquee .marquee-wrapper .initial-child-container {
            flex: 0 0 auto;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            min-width: auto;
            flex-direction: row;
            align-items: center;
            gap: 50px;
        }

            .tf-marquee .marquee-wrapper .initial-child-container .marquee-child-item {
                display: inline-flex;
            }

        .tf-marquee .marquee-wrapper:hover {
            animation-play-state: paused;
        }

.text-color-transparent {
    font-size: 150px;
    line-height: 195px;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.wg-video {
    background-image: url(../image/section/wg-video.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 5;
    height: 700px;
    border-radius: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .wg-video.img-2 {
        background-image: url(../image/section/wg-video-img2.jpg);
        height: 430px;
    }

    .wg-video.img-3 {
        background-image: url(../image/section/img-wg-video-3.jpg);
        height: auto;
    }

    .wg-video.style-color-black-2 .popup-youtube .icon i {
        color: var(--black-2);
        font-size: 18px;
    }

    .wg-video.style-color-black-2 .popup-youtube:hover {
        background-color: var(--black-2);
    }

        .wg-video.style-color-black-2 .popup-youtube:hover .icon i {
            color: var(--white);
        }

        .wg-video.style-color-black-2 .popup-youtube:hover .wave {
            border: 1px solid var(--black-2);
        }

    .wg-video.style-2 {
        background-image: url(../image/video-wallpaper.jpeg);
        background-position: left;
        height: 822px;
    }

        .wg-video.style-2 .popup-youtube {
            position: absolute;
            top: 23%;
            left: 50%;
            transform: translateX(-50%);
        }

    .wg-video.style-3 {
        background-image: url(../image/section/wg-video-style-3.jpg);
        height: 600px;
        border-radius: 10px;
    }

        .wg-video.style-3::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(2, 13, 43, 0.2);
            border-radius: 10px;
        }

        .wg-video.style-3 .popup-youtube {
            position: absolute;
            top: 21.8%;
            left: 50%;
            transform: translateX(-50%);
        }

            .wg-video.style-3 .popup-youtube i {
                color: var(--blue-4);
            }

            .wg-video.style-3 .popup-youtube:hover {
                background-color: var(--blue-4);
            }

                .wg-video.style-3 .popup-youtube:hover .wave {
                    border-color: var(--blue-4);
                }

.popup-youtube {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    border-radius: 50%;
    backdrop-filter: blur(20px);
}

    .popup-youtube .icon {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 2;
    }

        .popup-youtube .icon i {
            font-size: 16px;
            color: var(--yellow-3);
        }

            .popup-youtube .icon i.icon-color-red {
                color: var(--red);
            }

    .popup-youtube .wave {
        width: 150%;
        height: 150%;
        background-color: transparent;
        border: 1px solid var(--white);
    }

    .popup-youtube:hover {
        background-color: var(--red);
    }

        .popup-youtube:hover .icon i {
            color: var(--white);
        }

        .popup-youtube:hover .wave {
            border: 1px solid var(--red);
        }

.wave {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    animation: ripple 2s infinite;
}

    .wave:nth-child(2) {
        animation-delay: 0.5s;
    }

    .wave:nth-child(3) {
        animation-delay: 1s;
    }

.box-funfact {
    background-color: var(--white);
    position: relative;
    padding: 48px 60px 34px;
    border-radius: 15px 0 0 0;
}

    .box-funfact .counter-item {
        margin-bottom: 7px;
    }

        .box-funfact .counter-item .number-counter {
            font-size: 55px;
            line-height: 100%;
            font-weight: 700;
            font-style: italic;
            color: var(--black-5);
        }

    .box-funfact .rating {
        position: relative;
        margin-bottom: 6px;
    }

        .box-funfact .rating i {
            color: var(--black-5);
            font-size: 18px;
        }

    .box-funfact .text {
        margin-bottom: 22px;
        color: var(--black-5);
    }

    .box-funfact::before {
        content: "";
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        position: absolute;
        top: 10px;
        left: 10px;
        border-radius: 15px;
        background: linear-gradient(180deg, rgba(93, 185, 150, 0.5) 0%, rgba(93, 185, 150, 0) 100%);
    }

    .box-funfact.style-bg-2 {
        border-radius: 0 15px 0 0;
    }

        .box-funfact.style-bg-2 .text {
            letter-spacing: -0.3px;
        }

        .box-funfact.style-bg-2::before {
            left: auto;
            right: 10px;
            background: linear-gradient(180deg, rgba(11, 85, 229, 0.2) 0%, rgba(11, 85, 229, 0) 100%);
        }

    .box-funfact.style-bg-3 {
        padding: 49px 60px 35px;
    }

        .box-funfact.style-bg-3 .rating {
            gap: 7px;
            margin-bottom: 5px;
        }

            .box-funfact.style-bg-3 .rating i {
                color: var(--red);
                font-size: 18px;
            }

        .box-funfact.style-bg-3 .text {
            letter-spacing: -0.2px;
        }

        .box-funfact.style-bg-3::before {
            background: linear-gradient(180deg, rgba(255, 63, 37, 0.15) 0%, rgba(255, 63, 37, 0) 100%);
        }

.rating {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 7px;
}

    .rating i {
        color: var(--red);
    }

.counter-item .number-counter {
    gap: 5px;
}

    .counter-item .number-counter.fs-65 {
        font-size: 65px;
        line-height: 100%;
    }

    .counter-item .number-counter span {
        font-family: "Rethink Sans", sans-serif;
    }

.counter-item .odometer-formatting-mark {
    display: none;
}

.counter-item .odometer-value {
    width: 100%;
}

.features-item {
    padding: 38px 50px 29px;
    border: 1px solid var(--border);
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 15px;
    overflow: hidden;
}

    .features-item .icon {
        position: relative;
        margin-bottom: 22px;
    }

        .features-item .icon i {
            font-size: 55px;
            color: var(--red);
        }

    .features-item .title {
        color: var(--color-title);
        margin-bottom: 16px;
        position: relative;
        letter-spacing: -0.05px;
    }

    .features-item .desc {
        color: var(--color-paragraph);
        margin-bottom: 20px;
        position: relative;
        max-width: 464px;
    }

    .features-item .number-features {
        position: absolute;
        top: 13px;
        right: 0px;
        height: 300px;
        width: 356px;
        font-weight: 600;
        font-size: 300px;
        line-height: 300px;
    }

    .features-item:hover {
        background-color: var(--white);
        border-color: var(--white);
        box-shadow: 10px 4px 60px rgba(193, 193, 193, 0.25);
    }

    .features-item.style-2 {
        padding: 40px 40px 38px;
        border: 0;
        background-color: var(--white);
        border-radius: 10px;
    }

        .features-item.style-2 .icon {
            margin-bottom: 26px;
            max-width: max-content;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            .features-item.style-2 .icon i {
                color: var(--black-2);
            }

        .features-item.style-2 .title {
            letter-spacing: -0.4px;
            margin-bottom: 20px;
        }

        .features-item.style-2 .desc {
            margin-bottom: 27px;
        }

        .features-item.style-2:hover {
            box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
        }

            .features-item.style-2:hover .icon {
                transform: rotateY(180deg);
            }

    .features-item.style-3 {
        padding: 40px 50px 42px;
        min-height: 484px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border: 0;
    }

        .features-item.style-3 .icon {
            margin-bottom: 15px;
        }

            .features-item.style-3 .icon i {
                font-size: 45px;
            }

        .features-item.style-3 .title {
            border-bottom: 1px solid var(--border-4);
            padding-bottom: 30px;
            margin-bottom: 30px;
        }

        .features-item.style-3 li {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-bottom: 15px;
            margin-bottom: 25px;
            border-bottom: 1px solid var(--border-4);
        }

            .features-item.style-3 li:last-child {
                margin-bottom: 0;
            }

        .features-item.style-3 .number-phone {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            gap: 14px;
        }

            .features-item.style-3 .number-phone .number-phone-icon {
                width: 36px;
                height: 36px;
                background-color: var(--yellow-2);
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
            }

                .features-item.style-3 .number-phone .number-phone-icon i {
                    color: var(--color-title);
                    font-size: 15px;
                }

            .features-item.style-3 .number-phone a,
            .features-item.style-3 .number-phone span {
                color: var(--white);
            }

        .features-item.style-3 .tf-btn {
            padding-left: 40px;
            padding-right: 40px;
        }

            .features-item.style-3 .tf-btn span {
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

        .features-item.style-3:hover {
            box-shadow: unset;
        }

    .features-item.style-4 {
        padding: 30px 39px 22px;
        border-radius: 10px;
        background-color: transparent;
    }

        .features-item.style-4 .icon {
            margin-bottom: 30px;
            width: 80px;
            height: 80px;
            background-color: var(--gray-4);
            border-radius: 50%;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            .features-item.style-4 .icon i {
                font-size: 40px;
                color: var(--black-4);
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -ms-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

        .features-item.style-4 .title-box {
            margin-bottom: 14px;
        }

            .features-item.style-4 .title-box a {
                color: var(--black-4);
            }

        .features-item.style-4 .desc {
            margin-bottom: 17px;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .features-item.style-4 .tf-btn {
            gap: 9px;
        }

        .features-item.style-4::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 0;
            top: auto;
            left: 0;
            bottom: 0;
            background-color: var(--black-4);
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .features-item.style-4:hover {
            border-color: var(--black-4);
            box-shadow: unset;
        }

            .features-item.style-4:hover::before {
                height: 100%;
                bottom: auto;
                top: 0;
            }

            .features-item.style-4:hover .icon {
                background-color: var(--yellow-3);
            }

                .features-item.style-4:hover .icon i {
                    color: var(--color-title);
                }

            .features-item.style-4:hover .title-box {
                position: relative;
            }

                .features-item.style-4:hover .title-box a {
                    color: var(--white);
                }

            .features-item.style-4:hover .desc {
                color: var(--white);
            }

            .features-item.style-4:hover .tf-btn span,
            .features-item.style-4:hover .tf-btn i {
                color: var(--white);
            }

    .features-item.style-3-2 {
        min-height: 391px;
        padding: 43px 50px 39px;
        row-gap: 34px;
    }

        .features-item.style-3-2 .top-item {
            padding-bottom: 30px;
            margin-bottom: 30px;
            border-bottom: 1px solid var(--border-5);
        }

        .features-item.style-3-2 .icon {
            margin-bottom: 0;
        }

            .features-item.style-3-2 .icon i {
                font-size: 50px;
            }

        .features-item.style-3-2 .title {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 0;
            padding-bottom: 7px;
        }

        .features-item.style-3-2 li {
            padding-bottom: 0;
            margin-bottom: 20px;
            border-bottom: 0;
        }

            .features-item.style-3-2 li:last-child {
                margin-bottom: 0;
            }

    .features-item.style-bg-blue-2 {
        background-color: var(--blue-2);
    }

        .features-item.style-bg-blue-2 .icon i {
            color: var(--white);
        }

        .features-item.style-bg-blue-2 .title a {
            color: var(--white);
        }

        .features-item.style-bg-blue-2 li span {
            color: var(--white);
        }

    .features-item.style-bg-yellow-2 {
        background-color: var(--yellow-2);
    }

        .features-item.style-bg-yellow-2 .icon i {
            color: var(--color-title);
        }

        .features-item.style-bg-yellow-2 .title {
            border-bottom-color: var(--border-8);
        }

            .features-item.style-bg-yellow-2 .title a {
                color: var(--color-title);
            }

    .features-item.style-bg-3 {
        background-color: var(--bg-3);
    }

        .features-item.style-bg-3 .icon i {
            color: var(--white);
        }

        .features-item.style-bg-3 .title a {
            color: var(--white);
        }

        .features-item.style-bg-3 .text {
            color: var(--white);
        }

    .features-item.style-bg-gray-6 {
        background-color: var(--gray-6);
    }

        .features-item.style-bg-gray-6 .icon i {
            color: var(--black-5);
        }

        .features-item.style-bg-gray-6 .title a {
            color: var(--black-5);
        }

        .features-item.style-bg-gray-6 li span {
            color: var(--black-5);
        }

    .features-item.style-bg-gray-5 {
        background-color: var(--gray-5);
    }

        .features-item.style-bg-gray-5 .icon i {
            color: var(--black-5);
        }

        .features-item.style-bg-gray-5 .title a {
            color: var(--black-5);
        }

        .features-item.style-bg-gray-5 li span {
            color: var(--black-5);
        }

    .features-item.style-bg-4 {
        background-color: var(--bg-4);
        padding: 40px 50px 39px;
    }

        .features-item.style-bg-4 .icon i {
            color: var(--black-5);
        }

        .features-item.style-bg-4 .title a {
            color: var(--black-5);
        }

        .features-item.style-bg-4 .text {
            color: var(--black-5);
        }

        .features-item.style-bg-4 .number-phone .number-phone-icon {
            background-color: var(--black-5);
        }

            .features-item.style-bg-4 .number-phone .number-phone-icon i {
                color: var(--white);
            }

        .features-item.style-bg-4 .number-phone span,
        .features-item.style-bg-4 .number-phone a {
            color: var(--black-5);
        }

    .features-item.style-5 {
        padding: 40px 15px;
        border-radius: 7px;
        background-color: var(--white);
        text-align: center;
        border: 0;
    }

        .features-item.style-5::before {
            content: "";
            position: absolute;
            top: auto;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0;
            background-color: var(--blue-4);
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .features-item.style-5 .icon {
            margin-bottom: 46px;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .features-item.style-5 i {
            font-size: 65px;
            color: var(--blue-4);
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .features-item.style-5 .title {
            margin-bottom: 0;
            letter-spacing: -0.4px;
        }

            .features-item.style-5 .title a {
                color: var(--black-4);
            }

        .features-item.style-5 .desc {
            margin-bottom: 17px;
        }

        .features-item.style-5:hover {
            box-shadow: none;
        }

            .features-item.style-5:hover::before {
                top: 0;
                bottom: auto;
                height: 100%;
            }

            .features-item.style-5:hover .icon {
                transform: rotateY(-180deg);
            }

                .features-item.style-5:hover .icon i {
                    color: var(--white);
                }

            .features-item.style-5:hover .title a {
                color: var(--white);
            }

    .features-item.style-6 {
        padding: 40px 50px;
        border-radius: 15px;
    }

        .features-item.style-6 .icon {
            margin-bottom: 21px;
        }

        .features-item.style-6 .title {
            margin-bottom: 72px;
        }

        .features-item.style-6 .desc {
            margin-bottom: 21px;
        }

        .features-item.style-6 .number-features {
            top: -30px;
            right: 20px;
            font-size: 200px;
            line-height: 200px;
            width: 235px;
        }

        .features-item.style-6 .tf-btn {
            padding-left: 48px;
            padding-right: 50px;
        }

        .features-item.style-6:hover {
            box-shadow: none;
            border-color: var(--border);
        }

    .features-item.bg-gray-1 {
        background-color: var(--gray-1);
    }

    .features-item.bg-gray-2 {
        background-color: var(--gray-2);
    }

    .features-item.bg-gray-3 {
        background-color: var(--gray-3);
    }

    .features-item.style-bg-gray-dark {
        background-color: var(--gray-dark);
    }

    .features-item.style-bg-gray-light {
        background-color: var(--gray-light);
    }

    .features-item.style-bg-5 {
        background: #FFECEA;
    }

        .features-item.style-bg-5 .number-phone .number-phone-icon {
            background-color: var(--red);
        }

            .features-item.style-bg-5 .number-phone .number-phone-icon i {
                color: var(--white);
            }

        .features-item.style-bg-5 .number-phone span,
        .features-item.style-bg-5 .number-phone a {
            color: var(--color-title);
        }

.about-item .number-item {
    width: 50px;
    height: 50px;
    color: var(--color-paragraph);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 50%;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.about-item .title {
    color: var(--color-title);
    letter-spacing: 0;
}

.about-item:hover .number-item {
    color: var(--color-title);
    border-color: var(--black);
}

.about-item.style-list .top-item {
    margin-bottom: 20px;
}

.about-item.style-list .number-item {
    margin-bottom: 0;
    color: var(--white);
    border-color: var(--white);
}

.about-item.style-list .title {
    color: var(--white);
}

.about-item.style-list .desc {
    color: var(--color-text-4);
}

.about-item.style-list:hover .number-item {
    color: var(--color-title);
    border-color: var(--white);
    background-color: var(--white);
}

.about-item.style-desc {
    background-color: var(--gray-light);
    border-radius: 10px;
    padding: 40px 40px 32px;
    overflow: hidden;
    height: 100%;
}

    .about-item.style-desc .number-item {
        color: var(--color-title);
        border-color: var(--black);
        width: 40px;
        height: 40px;
        margin-bottom: 30px;
    }

    .about-item.style-desc .title {
        margin-bottom: 30px;
        letter-spacing: -0.45px;
    }

    .about-item.style-desc .desc {
        color: var(--color-paragraph);
        transform: translateY(10px);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .about-item.style-desc .item-content {
        transform: translateY(57%);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .about-item.style-desc:hover .desc {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        transition-delay: 0.2s;
    }

    .about-item.style-desc:hover .item-content {
        transform: translateY(0);
    }

.about-item.style-2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 25px;
}

    .about-item.style-2 .icon i {
        font-size: 50px;
    }

.department-item {
    background-color: var(--white);
    padding: 50px 50px 47px;
    border-radius: 10px;
}

    .department-item .top-item {
        margin-bottom: 30px;
    }

    .department-item .sub-title {
        padding: 1px 15px;
        border: 1px solid var(--color-title);
        border-radius: 999px;
        margin-bottom: 15px;
        display: inline-block;
    }

    .department-item .icon {
        margin-bottom: 30px;
    }

        .department-item .icon i {
            font-size: 65px;
            color: var(--red);
        }

    .department-item .desc {
        color: var(--color-paragraph);
        margin-bottom: 18px;
    }

    .department-item.style-1 {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .department-item.style-1 .icon {
            max-width: max-content;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .department-item.style-1:hover {
            box-shadow: 10px 4px 60px rgba(193, 193, 193, 0.6);
        }

            .department-item.style-1:hover .icon {
                transform: rotateY(360deg);
            }

    .department-item.style-2 {
        padding: 5px 5px 40px;
        text-align: center;
        background-color: var(--white);
        border-radius: 15px;
    }

        .department-item.style-2 .top-item {
            margin-bottom: 25px;
        }

        .department-item.style-2 .image {
            border-radius: 10px;
        }

            .department-item.style-2 .image img {
                width: 100%;
                height: 100%;
                border-radius: 10px;
                object-fit: cover;
            }

        .department-item.style-2 .item-icon {
            width: 100px;
            height: 100px;
            padding: 5px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: var(--white);
            border-radius: 50%;
            margin-top: -50px;
            margin-left: auto;
            margin-right: auto;
            position: relative;
        }

            .department-item.style-2 .item-icon::before {
                content: "";
                position: absolute;
                top: 5px;
                left: 5px;
                right: 5px;
                bottom: 5px;
                border-radius: 50%;
                background-color: var(--cayent);
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .department-item.style-2 .item-icon i {
                font-size: 45px;
                color: var(--white);
                position: relative;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .department-item.style-2 .item-icon.bg-blue::before {
                background-color: var(--blue);
            }

            .department-item.style-2 .item-icon.bg-green::before {
                background-color: var(--green);
            }

            .department-item.style-2 .item-icon.bg-yellow::before {
                background-color: var(--yellow);
            }

            .department-item.style-2 .item-icon.bg-yellow i {
                color: var(--color-title);
            }

            .department-item.style-2 .item-icon.bg-white i {
                color: var(--red);
            }

            .department-item.style-2 .item-icon.bg-white::before {
                background-color: var(--white);
            }

        .department-item.style-2 .item-content {
            padding-left: 15px;
            padding-right: 15px;
        }

            .department-item.style-2 .item-content .title {
                margin-bottom: 10px;
            }

            .department-item.style-2 .item-content .desc {
                margin-bottom: 20px;
            }

        .department-item.style-2 .tf-btn {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            justify-content: center;
        }

        .department-item.style-2:hover .item-icon.bg-white i {
            color: var(--white);
        }

        .department-item.style-2:hover .item-icon.bg-white::before {
            background-color: var(--red);
        }

    .department-item.style-border {
        border: 1px solid var(--border);
    }

        .department-item.style-border .tf-btn {
            padding-top: 15px;
            padding-bottom: 15px;
        }

.box-cta {
    background-image: url(../image/section/bg-cta-section-department-h1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 74px 70px 70px;
    border-radius: 10px;
}

    .box-cta .top-box {
        margin-bottom: 17px;
    }

    .box-cta .sub-title {
        font-size: 30px;
        line-height: 100%;
        color: var(--white);
        letter-spacing: -0.5px;
        margin-bottom: 7px;
    }

    .box-cta .title {
        font-size: 45px;
        line-height: 55px;
        color: var(--white);
        font-weight: 600;
        letter-spacing: -0.9px;
    }

    .box-cta .desc {
        margin-bottom: 29px;
        color: var(--white);
    }

    .box-cta .benefit-list {
        margin-bottom: 37px;
    }

        .box-cta .benefit-list .benefit-items {
            margin-bottom: 10px;
        }

            .box-cta .benefit-list .benefit-items i {
                font-size: 13px;
            }

            .box-cta .benefit-list .benefit-items:last-child {
                margin-bottom: 0;
            }

.team-item {
    padding: 30px 40px;
}

    .team-item .name-team {
        margin-bottom: 5px;
        font-size: 20px;
        text-align: center;
    }

        .team-item .name-team a {
            color: var(--color-title);
            letter-spacing: 0.4px;
        }

            .team-item .name-team a:hover {
                color: var(--red);
            }

    .team-item .position {
        color: var(--color-paragraph);
        text-align: center;
        display: block;
        height: 30px;
    }

        .team-item .position:hover {
            color: var(--red);
        }

    .team-item .top-item {
        margin-bottom: 36px;
    }

    .team-item .image {
        border-radius: 50%;
        max-width: 210px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }

    .team-item .bottom-btn {
        text-align: center;
        margin-bottom: 20px;
    }

    .team-item .post-social {
        justify-content: center;
        gap: 7px;
    }

    .team-item .tf-btn {
        padding: 16px 29px 15px 30px;
    }

    .team-item.style-border {
        border: 1px solid var(--border);
        border-radius: 7px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        text-align: center;
        padding: 28px 15px 33px;
    }

        .team-item.style-border .top-item {
            margin-bottom: 27px;
        }

        .team-item.style-border .name-team {
            margin-bottom: 3px;
        }

            .team-item.style-border .name-team a {
                letter-spacing: unset;
            }

        .team-item.style-border .image {
            margin-bottom: 35px;
        }

        .team-item.style-border:hover {
            background-color: var(--white);
            box-shadow: 10px 4px 60px rgba(193, 193, 193, 0.15);
        }

    .team-item.style-2 {
        padding: 0;
    }

        .team-item.style-2 .top-item {
            margin-bottom: 30px;
            position: relative;
        }

            .team-item.style-2 .top-item .tf-btn-plus {
                position: absolute;
                top: 0;
                right: 0;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .team-item.style-2 .top-item .tf-btn {
                width: max-content;
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%);
                opacity: 0;
                visibility: hidden;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

        .team-item.style-2 .image {
            border-radius: 7px;
            max-width: 100%;
            margin-bottom: 0;
        }

            .team-item.style-2 .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .team-item.style-2 .name-team {
            margin-bottom: 5px;
        }

            .team-item.style-2 .name-team a {
                color: var(--color-title);
                letter-spacing: unset;
            }

                .team-item.style-2 .name-team a:hover {
                    color: var(--red);
                }

        .team-item.style-2 .tf-btn {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            justify-content: center;
        }

        .team-item.style-2:hover .top-item .tf-btn-plus {
            top: 10px;
            right: 10px;
            opacity: 1;
            visibility: visible;
        }

        .team-item.style-2:hover .top-item .tf-btn {
            opacity: 1;
            visibility: visible;
            bottom: 20px;
        }

.lab-item {
    background-color: var(--white);
    padding: 40px 35px 40px 40px;
    border-radius: 10px;
    position: relative;
}

    .lab-item .icon {
        margin-bottom: 30px;
    }

    .lab-item .name-lab {
        margin-bottom: 25px;
    }

    .lab-item .desc {
        color: var(--color-paragraph);
        margin-bottom: 30px;
    }

    .lab-item .line {
        width: 100%;
        height: 1px;
        background-color: var(--border);
        margin-bottom: 30px;
    }

    .lab-item .price {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: end;
        gap: 4px;
        margin-bottom: 15px;
    }

        .lab-item .price span {
            color: var(--color-paragraph);
        }

    .lab-item.discount .discount-number {
        color: var(--white);
        background-color: var(--red);
        border-radius: 5px;
        padding: 3px 10px;
        position: absolute;
        top: 10px;
        right: 10px;
    }

.wg-year-ex {
    background-color: var(--red);
    max-width: 350px;
    width: 100%;
    border-radius: 20px;
    padding: 38px 40px 40px;
    position: relative;
}

    .wg-year-ex .number-counter {
        color: var(--white);
    }

    .wg-year-ex .title-counter {
        color: var(--white);
    }

    .wg-year-ex .img-item {
        position: absolute;
        top: 30px;
        right: 30px;
    }

    .wg-year-ex.bg-black-2 {
        background-color: var(--black-2);
        padding: 35px 40px 40px;
    }

    .wg-year-ex.bg-white {
        background-color: var(--black-2);
    }

        .wg-year-ex.bg-white h1 {
            color: var(--color-title);
        }

        .wg-year-ex.bg-white .title-counter {
            color: var(--color-paragraph);
        }

.box-features {
    background-color: var(--gray-light);
    border-radius: 15px;
    width: 100%;
    position: relative;
}

    .box-features .image-box {
        position: relative;
    }

        .box-features .image-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .box-features .image-box::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0) 74%, #FFFFFF 100%);
        }

    .box-features .box-content {
        padding: 0 70px 50px;
        background-color: var(--white);
        position: relative;
        border-radius: 0 0 15px 15px;
    }

        .box-features .box-content .item {
            margin-bottom: 40px;
        }

            .box-features .box-content .item .title {
                margin-bottom: 15px;
            }

            .box-features .box-content .item:last-child {
                margin-bottom: 0;
            }

.wg-brand {
    border: 1px solid var(--border);
    border-radius: 15px;
    padding: 0 15px;
}

    .wg-brand .brand-item {
        max-width: 150px;
    }

        .wg-brand .brand-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            height: 90px;
            width: auto !important;
        }

    .wg-brand .marquee-wrapper {
        padding: 69px 0;
    }

        .wg-brand .marquee-wrapper .initial-child-container {
            gap: 132px;
        }

    .wg-brand.style-bg-gray-5 {
        background-color: var(--gray-5);
        border-color: var(--gray-5);
    }

        .wg-brand.style-bg-gray-5 .marquee-wrapper {
            padding: 70px 0;
        }

    .wg-brand.no-border {
        border: 0;
    }

.wg-banner {
    position: relative;
    background-image: url(../image/section/bg-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
}

    .wg-banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(6, 81, 183, 0.7) 15%, rgba(6, 81, 183, 0.3) 60%);
        border-radius: 15px;
    }

    .wg-banner .banner-inner {
        position: relative;
    }

        .wg-banner .banner-inner .img-item {
            position: absolute;
            bottom: 0;
            right: 0;
        }

    .wg-banner .banner-content {
        position: relative;
        z-index: 5;
    }

        .wg-banner .banner-content .title,
        .wg-banner .banner-content .sub-title {
            color: var(--white);
        }

        .wg-banner .banner-content .benefit-items span {
            letter-spacing: -0.15px;
        }

    .wg-banner.style-2 {
        overflow: hidden;
        padding-left: 70px;
        padding-right: 70px;
        border-radius: 0;
        background-image: url(../image/section/bg-banner-2.jpg);
    }

        .wg-banner.style-2 .banner-inner {
            height: 100%;
        }

        .wg-banner.style-2 .banner-content {
            max-width: 584px;
        }

        .wg-banner.style-2 .img-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.fun-fact-item {
    padding: 40px 50px 31px;
    border-radius: 15px;
    min-height: 287px;
}

    .fun-fact-item .icon {
        margin-bottom: 26px;
    }

        .fun-fact-item .icon i {
            font-size: 55px;
        }

    .fun-fact-item .counter-item .number-counter {
        margin-bottom: 8px;
    }

    .fun-fact-item .counter-item span {
        font-size: 55px;
        line-height: 100%;
        font-weight: 700;
    }

    .fun-fact-item .title-counter {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .fun-fact-item.bg-yellow {
        background-color: var(--yellow);
    }

        .fun-fact-item.bg-yellow .icon i {
            color: var(--black-2);
        }

        .fun-fact-item.bg-yellow .counter-item span {
            color: var(--black-2);
        }

        .fun-fact-item.bg-yellow .counter-item .title-counter {
            color: var(--black-2);
        }

    .fun-fact-item.bg-black-2 {
        background-color: var(--black-2);
    }

        .fun-fact-item.bg-black-2 .icon i {
            color: var(--white);
        }

        .fun-fact-item.bg-black-2 .counter-item span {
            color: var(--white);
        }

        .fun-fact-item.bg-black-2 .counter-item .title-counter {
            color: var(--white);
        }

    .fun-fact-item.bg-green {
        background-color: var(--green);
    }

        .fun-fact-item.bg-green .icon i {
            color: var(--white);
        }

        .fun-fact-item.bg-green .counter-item span {
            color: var(--white);
        }

        .fun-fact-item.bg-green .counter-item .title-counter {
            color: var(--white);
        }

    .fun-fact-item.bg-pink {
        background-color: var(--pink);
        padding: 40px 50px 38px;
    }

        .fun-fact-item.bg-pink .icon i {
            color: var(--black-2);
        }

        .fun-fact-item.bg-pink .counter-item span {
            color: var(--black-2);
        }

        .fun-fact-item.bg-pink .counter-item .title-counter {
            color: var(--black-2);
        }

    .fun-fact-item.bg-red-2 {
        background-color: var(--red-2);
    }

        .fun-fact-item.bg-red-2 .icon i {
            color: var(--white);
        }

        .fun-fact-item.bg-red-2 .counter-item span {
            color: var(--white);
        }

        .fun-fact-item.bg-red-2 .counter-item .title-counter {
            color: var(--white);
        }

    .fun-fact-item.bg-black-4 {
        background-color: var(--black-4);
    }

        .fun-fact-item.bg-black-4 .icon i {
            color: var(--white);
        }

        .fun-fact-item.bg-black-4 .counter-item span {
            color: var(--white);
        }

        .fun-fact-item.bg-black-4 .counter-item .title-counter {
            color: var(--white);
        }

    .fun-fact-item.bg-green-2 {
        background-color: var(--green-2);
    }

        .fun-fact-item.bg-green-2 .icon i {
            color: var(--white);
        }

        .fun-fact-item.bg-green-2 .counter-item span {
            color: var(--white);
        }

        .fun-fact-item.bg-green-2 .counter-item .title-counter {
            color: var(--white);
        }

    .fun-fact-item.bg-yellow-3 {
        background-color: var(--yellow-3);
        padding: 40px 50px 38px;
    }

        .fun-fact-item.bg-yellow-3 .icon i {
            color: var(--color-title);
        }

        .fun-fact-item.bg-yellow-3 .counter-item span {
            color: var(--color-title);
        }

        .fun-fact-item.bg-yellow-3 .counter-item .title-counter {
            color: var(--color-title);
        }

.gallery-item {
    position: relative;
    min-height: 470px;
}

    .gallery-item .image {
        border-radius: 10px;
        height: 100%;
    }

        .gallery-item .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }

    .gallery-item .item-content {
        padding: 24px 40px 31px;
        background-color: var(--white);
        border-radius: 10px;
        position: absolute;
        bottom: 10px;
        left: 10px;
        right: 10px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .gallery-item .sub-title {
        color: var(--color-paragraph);
    }

    .gallery-item .title {
        margin-bottom: 16px;
    }

        .gallery-item .title a {
            color: var(--color-title);
            letter-spacing: 0;
        }

    .gallery-item .desc {
        color: var(--color-paragraph);
        margin-bottom: 24px;
    }

    .gallery-item:hover .item-content {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

.services-item {
    padding: 40px 50px;
    border-radius: 10px;
    overflow: hidden;
}

    .services-item .icon {
        margin-bottom: 16px;
    }

        .services-item .icon i {
            font-size: 50px;
        }

    .services-item h4 {
        margin-bottom: 70px;
    }

    .services-item .desc {
        margin-bottom: 30px;
    }

    .services-item .tf-btn {
        max-width: 287.37px;
        width: 100%;
        padding-top: 16px;
        padding-bottom: 16px;
        gap: 3px;
        padding-left: 26px;
        white-space: nowrap;
        justify-content: center;
    }

        .services-item .tf-btn.style-notext {
            padding: 0;
            width: 45px;
            height: 45px;
            align-items: center;
            justify-content: center;
        }

    .services-item.style-bg-black-3 {
        background-color: var(--black-3);
    }

        .services-item.style-bg-black-3 .icon i {
            color: var(--yellow-2);
        }

        .services-item.style-bg-black-3 .desc,
        .services-item.style-bg-black-3 .title {
            color: var(--white);
        }

    .services-item.style-bg-gray-2 {
        background-color: var(--gray-2);
    }

        .services-item.style-bg-gray-2 .icon i {
            color: var(--color-title);
        }

        .services-item.style-bg-gray-2 .title {
            color: var(--color-title);
        }

        .services-item.style-bg-gray-2 .desc {
            color: var(--color-paragraph);
        }

    .services-item.style-bg-border-3 {
        background-color: var(--border-3);
    }

        .services-item.style-bg-border-3 .icon i {
            color: var(--color-title);
        }

        .services-item.style-bg-border-3 .title {
            color: var(--color-title);
        }

        .services-item.style-bg-border-3 .desc {
            color: var(--color-paragraph);
        }

    .services-item.style-bg-gray-3 {
        background-color: var(--gray-3);
    }

        .services-item.style-bg-gray-3 .icon i {
            color: var(--color-title);
        }

        .services-item.style-bg-gray-3 .title {
            color: var(--color-title);
        }

        .services-item.style-bg-gray-3 .desc {
            color: var(--color-paragraph);
        }

    .services-item.style-bg-img {
        background-image: url(../image/section/bg-img-services.jpg);
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding: 0;
    }

        .services-item.style-bg-img .item-content {
            max-width: 410px;
            padding: 40px 50px;
            background: linear-gradient(270deg, rgba(235, 237, 255, 0) 0%, #EBEDFF 20%);
        }

        .services-item.style-bg-img .desc {
            max-width: 347px;
            color: var(--color-paragraph);
        }

    .services-item.style-2 {
        position: relative;
        text-align: center;
        background-color: var(--white);
        border: 1px solid var(--border-9);
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }

        .services-item.style-2::before {
            content: "";
            position: absolute;
            top: auto;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 0;
            background-color: var(--black-4);
            -webkit-transition: all 0.8s ease;
            -moz-transition: all 0.8s ease;
            -ms-transition: all 0.8s ease;
            -o-transition: all 0.8s ease;
            transition: all 0.8s ease;
        }

        .services-item.style-2 .icon {
            margin-bottom: 15px;
            position: relative;
            -webkit-transition: all 0.8s ease;
            -moz-transition: all 0.8s ease;
            -ms-transition: all 0.8s ease;
            -o-transition: all 0.8s ease;
            transition: all 0.8s ease;
        }

            .services-item.style-2 .icon i {
                color: var(--color-title);
                font-size: 60px;
                -webkit-transition: all 0.8s ease;
                -moz-transition: all 0.8s ease;
                -ms-transition: all 0.8s ease;
                -o-transition: all 0.8s ease;
                transition: all 0.8s ease;
            }

        .services-item.style-2 .image {
            display: block;
            position: relative;
        }

        .services-item.style-2 h4 {
            margin-bottom: 30px;
            position: relative;
        }

        .services-item.style-2 .desc {
            position: relative;
            margin-bottom: 19px;
            color: var(--color-paragraph);
            -webkit-transition: all 0.8s ease;
            -moz-transition: all 0.8s ease;
            -ms-transition: all 0.8s ease;
            -o-transition: all 0.8s ease;
            transition: all 0.8s ease;
        }

        .services-item.style-2 .tf-btn {
            max-width: unset;
        }

        .services-item.style-2 .image {
            margin-bottom: 32px;
        }

        .services-item.style-2:hover {
            border-color: transparent;
            background-color: transparent;
        }

            .services-item.style-2:hover::before {
                top: 0;
                bottom: auto;
                height: 100%;
            }

            .services-item.style-2:hover .icon {
                transform: rotateY(180deg);
            }

                .services-item.style-2:hover .icon i {
                    color: var(--yellow-3);
                }

            .services-item.style-2:hover .title {
                color: var(--white);
            }

            .services-item.style-2:hover .desc {
                color: var(--white);
            }

            .services-item.style-2:hover .tf-btn {
                background-color: var(--yellow-3);
                border-color: var(--yellow-3);
            }

                .services-item.style-2:hover .tf-btn i {
                    transform: rotate(0);
                    color: var(--color-title);
                }

    .services-item.style-3 {
        padding: 5px;
        background-color: var(--purple);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .services-item.style-3 .item-content {
            padding: 35px 24px 0 35px;
        }

        .services-item.style-3 .sub-title {
            padding-left: 17px;
            position: relative;
            color: var(--white);
            margin-bottom: 10px;
        }

            .services-item.style-3 .sub-title::before {
                content: "";
                width: 5px;
                height: 5px;
                position: absolute;
                background-color: var(--white);
                border-radius: 50%;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
            }

        .services-item.style-3 .title {
            margin-bottom: 40px;
        }

            .services-item.style-3 .title a {
                position: relative;
                color: var(--white);
            }

                .services-item.style-3 .title a::before {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: auto;
                    right: 0;
                    height: 1px;
                    width: 0;
                    background-color: var(--white);
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                .services-item.style-3 .title a:hover::before {
                    left: 0;
                    right: auto;
                    width: 100%;
                }

        .services-item.style-3 .icon {
            margin-bottom: 36px;
        }

            .services-item.style-3 .icon i {
                color: var(--white);
                font-size: 55px;
            }

        .services-item.style-3 .desc {
            color: var(--white);
            margin-bottom: 46px;
        }

        .services-item.style-3 .image {
            border-radius: 7px;
        }

            .services-item.style-3 .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 7px;
            }

    .services-item.style-bg-green-3 {
        background-color: var(--green-3);
    }

    .services-item.style-bg-blue-4 {
        background-color: var(--blue-4);
    }

    .services-item.style-bg-green-2 {
        background-color: var(--green-2);
    }

.box-why {
    background-color: var(--yellow-2);
    padding: 40px 50px 33px;
    border-radius: 10px;
}

    .box-why .title {
        border-bottom: 1px solid var(--border-7);
        padding-bottom: 30px;
        margin-bottom: 27px;
    }

    .box-why .benefit-items {
        margin-bottom: 10px;
        gap: 9px;
    }

        .box-why .benefit-items:last-child {
            margin-bottom: 0;
        }

.image-compare {
    border-radius: 16px;
}

    .image-compare .icv__arrow-wrapper {
        display: none;
    }

    .image-compare .icv__circle {
        width: 60px;
        height: 60px;
        background-color: rgba(255, 255, 255, 0.3);
        position: relative;
        border-color: transparent !important;
    }

        .image-compare .icv__circle::after {
            position: absolute;
            content: "";
            display: block;
            width: 48px;
            height: 48px;
            border-radius: 999px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: var(--white);
        }

        .image-compare .icv__circle::before {
            position: absolute;
            font-family: "icomoon";
            content: "\e93d";
            top: 50%;
            left: 50%;
            z-index: 1;
            transform: translate(-50%, -50%);
            font-size: 19px;
        }

    .image-compare .icv__label {
        padding: 11px 30px;
        color: var(--black);
        border-radius: 40px;
        background-color: var(--white);
        font-weight: 700;
        font-size: 22px;
        line-height: 29px;
        bottom: 30px;
    }

    .image-compare .icv__label-before {
        left: 30px;
    }

    .image-compare .icv__label-after {
        right: 30px;
    }

.text-overlay {
    font-size: 150px;
    line-height: 100%;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

    .text-overlay.text-2 {
        background: linear-gradient(180deg, rgba(23, 23, 23, 0.05) 0%, rgba(23, 23, 23, 0) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

.box-call {
    background-color: var(--white);
    padding: 25px 54px 22px 40px;
    border-radius: 10px;
    width: max-content;
}

    .box-call .icon-box i {
        font-size: 45px;
    }

    .box-call .sub-title {
        color: var(--color-paragraph);
        margin-bottom: 5px;
    }

    .box-call .title {
        color: var(--color-title);
        margin-bottom: 8px;
    }

    .box-call .number-phone {
        color: var(--color-paragraph);
    }

        .box-call .number-phone:hover {
            color: var(--red);
        }

.features-list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 30px;
    max-width: 493px;
}

    .features-list-item .number-item {
        width: 50px;
        height: 50px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--red-2);
        border-radius: 50%;
        color: var(--white);
    }

        .features-list-item .number-item.bg-yellow-3 {
            background-color: var(--yellow-3);
            color: var(--color-title);
        }

        .features-list-item .number-item.bg-blue-3 {
            background-color: var(--blue-3);
        }

    .features-list-item .item-content {
        max-width: calc(100% - 80px);
    }

        .features-list-item .item-content .title {
            margin-bottom: 10px;
        }

        .features-list-item .item-content .desc {
            color: var(--color-paragraph);
        }

.team-item-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px 10px 8px;
    border: 1px solid var(--border-9);
    border-radius: 10px;
    overflow: hidden;
}

    .team-item-list .left {
        position: relative;
        max-width: 50%;
    }

        .team-item-list .left .tf-btn-plus {
            position: absolute;
            top: 15px;
            right: 15px;
        }

        .team-item-list .left .post-social {
            position: absolute;
            top: 55px;
            right: 15px;
            gap: 5px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-100%);
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            .team-item-list .left .post-social .icon-social {
                background-color: var(--white);
                border-color: var(--white);
            }

                .team-item-list .left .post-social .icon-social:hover {
                    background-color: var(--yellow-3);
                    border-color: var(--yellow-3);
                }

                    .team-item-list .left .post-social .icon-social:hover i {
                        color: var(--color-title);
                    }

    .team-item-list .image {
        border-radius: 10px;
        overflow: hidden;
    }

        .team-item-list .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .team-item-list .item-content {
        padding: 29px 39px 32px;
        max-width: 50%;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .team-item-list .item-content .name-team {
            margin-bottom: 5px;
        }

        .team-item-list .item-content .position {
            margin-bottom: 27px;
            color: var(--color-paragraph);
            display: block;
        }

        .team-item-list .item-content .desc {
            margin-bottom: 30px;
            color: var(--color-paragraph);
        }

        .team-item-list .item-content .tf-btn {
            max-width: max-content;
        }

    .team-item-list:hover .post-social {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

.donate-item {
    padding: 30px 30px 60px;
    border: 1px solid var(--border-9);
    border-radius: 999px;
    text-align: center;
    position: relative;
}

    .donate-item::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        height: 0;
        width: 0;
        background-color: var(--black-4);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .donate-item .image {
        display: block;
        border-radius: 50%;
        margin-bottom: 40px;
        position: relative;
    }

        .donate-item .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
        }

    .donate-item .title {
        margin-bottom: 20px;
        position: relative;
    }

    .donate-item:hover .title a {
        color: var(--white);
    }

    .donate-item:hover::before {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 999px;
    }

.why-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 50px;
    padding: 30px 50px;
    background-color: var(--white);
    border-radius: 10px;
}

    .why-item .icon i {
        font-size: 55px;
        color: var(--blue-4);
    }

    .why-item .title {
        margin-bottom: 15px;
    }

        .why-item .title a {
            color: var(--black-5);
        }

    .why-item .desc {
        color: var(--color-paragraph);
    }

    .why-item.style-border {
        border: 1px solid var(--border);
        background-color: var(--white);
        padding: 30px 50px 28px;
    }

.box-icon .icon-box {
    margin-bottom: 30px;
}

    .box-icon .icon-box i {
        color: var(--red);
        font-size: 45px;
    }

.box-icon .title {
    margin-bottom: 15px;
}

.box-icon .desc {
    color: var(--color-paragraph);
}

.box-icon.style-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 33px 40px 26px;
    gap: 30px;
    border: 1px solid var(--border);
    border-radius: 10px;
    min-height: 156px;
}

    .box-icon.style-list .icon {
        margin-top: 6px;
        width: 70px;
        height: 70px;
        background-color: var(--gray-light);
        border-radius: 7px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .box-icon.style-list .icon i {
            color: var(--color-title);
            font-size: 40px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .box-icon.style-list .title {
        color: var(--color-title);
        margin-bottom: 12px;
    }

    .box-icon.style-list .box-content {
        max-width: calc(100% - 100px);
    }

    .box-icon.style-list ul li {
        margin-bottom: 5px;
    }

        .box-icon.style-list ul li:last-child {
            margin-bottom: 0;
        }

    .box-icon.style-list:hover .icon {
        background-color: var(--red);
    }

        .box-icon.style-list:hover .icon i {
            color: var(--white);
        }

.history-item .top-history {
    text-align: center;
    padding: 23px 0;
    background-color: var(--white);
    border-radius: 7px;
}

    .history-item .top-history .year-history {
        color: var(--color-paragraph);
        margin-bottom: 5px;
        display: block;
    }

.history-item .middle-history {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: transparent;
    position: relative;
}

    .history-item .middle-history .icon {
        width: 40px;
        height: 40px;
        background-color: var(--red);
        border-radius: 50%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        z-index: 5;
        position: relative;
    }

        .history-item .middle-history .icon i {
            color: var(--white);
        }

    .history-item .middle-history .line {
        height: 1px;
        width: calc(100% + 30px);
        background-color: var(--border-7);
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

.history-item .bottom-history {
    padding: 10px;
    background-color: var(--white);
    border-radius: 7px;
}

.history-item .history-content {
    padding: 23px 47px 23px 30px;
    max-width: 56%;
    width: 100%;
}

    .history-item .history-content .text {
        color: var(--color-paragraph);
    }

        .history-item .history-content .text a {
            text-decoration-line: underline;
        }

    .history-item .history-content .benefit-items {
        padding-left: 15px;
        margin-bottom: 10px;
    }

        .history-item .history-content .benefit-items::before {
            background-color: var(--red);
        }

        .history-item .history-content .benefit-items:last-child {
            margin-bottom: 0;
        }

    .history-item .history-content .item-content {
        margin-bottom: 17px;
    }

        .history-item .history-content .item-content .title-content {
            position: relative;
            padding-left: 15px;
            letter-spacing: -0.3px;
            margin-bottom: 8px;
        }

            .history-item .history-content .item-content .title-content::before {
                content: "";
                position: absolute;
                width: 5px;
                height: 5px;
                background-color: var(--red);
                border-radius: 50%;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
            }

        .history-item .history-content .item-content:last-child {
            margin-bottom: 0;
        }

.history-item .image {
    max-width: 270px;
    width: 100%;
    border-radius: 7px;
    display: inline-block;
}

    .history-item .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 7px;
    }

.progress-wrap {
    position: fixed;
    bottom: 40px;
    right: 20px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    background: var(--white);
}

    .progress-wrap::after {
        position: absolute;
        content: "\e901";
        font-family: "icomoon";
        text-align: center;
        line-height: 40px;
        font-size: 10px;
        color: var(--on-suface-container);
        left: 0;
        top: 0;
        height: 40px;
        width: 40px;
        cursor: pointer;
        display: block;
        z-index: 1;
        -webkit-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        transition: all 400ms linear;
        transform: rotate(180deg);
        transform: rotate(-90deg);
    }

    .progress-wrap.active-progress {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .progress-wrap svg path {
        fill: none;
    }

    .progress-wrap svg.progress-circle path {
        box-sizing: border-box;
        stroke: var(--red);
        stroke-width: 5;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
        transition-duration: 0.4s;
        transition-timing-function: linear;
    }

    .progress-wrap.style-color-black-2 svg.progress-circle path {
        stroke: var(--black-2);
    }

    .progress-wrap.style-color-yellow-2 svg.progress-circle path {
        stroke: var(--yellow-2);
    }

    .progress-wrap.style-color-yellow-3 svg.progress-circle path {
        stroke: var(--yellow-3);
    }

    .progress-wrap.style-color-blue-4 svg.progress-circle path {
        stroke: var(--blue-4);
    }

.info-doctor-details .image {
    display: block;
    margin-bottom: 10px;
    border-radius: 10px;
}

    .info-doctor-details .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

.info-doctor-details .info-content {
    background-color: var(--black);
    padding: 40px 50px;
    position: relative;
    border-radius: 10px;
}

    .info-doctor-details .info-content .top-content {
        padding-bottom: 40px;
        border-bottom: 1px solid var(--border-11);
        margin-bottom: 40px;
    }

    .info-doctor-details .info-content .name {
        margin-bottom: 3px;
    }

        .info-doctor-details .info-content .name a {
            color: var(--white);
        }

    .info-doctor-details .info-content .position {
        color: var(--white);
        display: inline-block;
        margin-bottom: 40px;
    }

    .info-doctor-details .info-content .desc {
        color: var(--color-text-3);
    }

    .info-doctor-details .info-content .bottom-content p {
        color: var(--white);
        margin-bottom: 20px;
    }

    .info-doctor-details .info-content .post-social .icon-social {
        width: 45px;
        height: 45px;
    }

    .info-doctor-details .info-content .img-item {
        position: absolute;
    }

        .info-doctor-details .info-content .img-item.item-1 {
            top: 0;
            left: 0;
        }

        .info-doctor-details .info-content .img-item.item-2 {
            bottom: 0;
            right: 0;
        }

.doctor-details-content h2 {
    margin-bottom: 34px;
}

.doctor-details-content .desc {
    color: var(--color-paragraph);
}

.education-specia {
    background-color: var(--gray-light);
    border-radius: 7px;
}

    .education-specia .image {
        position: relative;
        border-radius: 7px 7px 0 0;
    }

        .education-specia .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 7px 7px 0 0;
        }

        .education-specia .image::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, rgba(214, 232, 235, 0) 45%, #D6E8EB 100%);
            border-radius: 7px 7px 0px 0px;
        }

    .education-specia .title-content {
        color: var(--color-title);
        padding-bottom: 26px;
        border-bottom: 1px solid var(--border-7);
        margin-bottom: 28px;
    }

    .education-specia .bottom {
        padding: 47px 55px 48px 50px;
    }

    .education-specia .specia-content {
        max-width: 39.42%;
        width: 100%;
    }

        .education-specia .specia-content .specia-item {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 10px;
        }

            .education-specia .specia-content .specia-item i {
                color: var(--red);
            }

            .education-specia .specia-content .specia-item:last-child {
                margin-bottom: 0;
            }

    .education-specia .education-content {
        max-width: 48.3%;
        width: 100%;
    }

        .education-specia .education-content .education-item {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
        }

            .education-specia .education-content .education-item i {
                color: var(--red);
            }

            .education-specia .education-content .education-item .content {
                width: 100%;
            }

            .education-specia .education-content .education-item:last-child {
                margin-bottom: 0;
            }

.box-details-item {
    border: 1px solid var(--border);
    border-radius: 7px;
}

    .box-details-item .title-box {
        padding-bottom: 26px;
        border-bottom: 1px solid var(--border-7);
        margin-bottom: 30px;
    }

.box-skills {
    padding: 46px 49px 34px;
}

    .box-skills .text {
        margin-bottom: 48px;
        color: var(--color-paragraph);
    }

    .box-skills .list-skills {
        justify-content: space-between;
        gap: 30px;
        max-width: 538px;
    }

.item-skill {
    text-align: center;
}

    .item-skill .progress-circle-svg {
        margin-left: auto;
        margin-right: auto;
    }

    .item-skill h6 {
        margin-top: 15px;
        padding-left: 7px;
    }

.box-mess {
    padding: 46px 49px 48px;
    box-shadow: 10px 4px 60px rgba(193, 193, 193, 0.15);
}

    .box-mess .title-box {
        margin-bottom: 40px;
    }

.wg-doctor-details .info-doctor-details {
    position: sticky;
    top: 30px;
}

.gallery-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 30px;
}

    .gallery-list .column {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
    }

    .gallery-list .column-1 {
        align-items: end;
        gap: 24px;
        padding-bottom: 65px;
    }

    .gallery-list .row-1 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        gap: 30px;
        align-items: end;
    }

    .gallery-list .column-2 {
        gap: 27px;
    }

    .gallery-list .image {
        border-radius: 7px;
        width: 100%;
    }

        .gallery-list .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 7px;
        }

        .gallery-list .image.img-1 {
            max-width: 370px;
        }

        .gallery-list .image.img-2 {
            max-width: 272px;
        }

        .gallery-list .image.img-3 {
            max-width: 370px;
        }

        .gallery-list .image.img-4 {
            max-width: 270px;
        }

        .gallery-list .image.img-5 {
            max-width: 470px;
        }

.item-services-details {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
}

    .item-services-details .icon {
        width: 25px;
        height: 25px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-color: var(--red);
        margin-top: 6px;
    }

        .item-services-details .icon i {
            font-size: 10px;
            color: var(--white);
        }

    .item-services-details .item-content {
        max-width: calc(100% - 45px);
    }

        .item-services-details .item-content .title-item {
            margin-bottom: 7px;
        }

    .item-services-details .desc {
        color: var(--color-paragraph);
    }

.services-details-content .desc {
    color: var(--color-paragraph);
}

.services-details-content .list-item {
    flex-wrap: wrap;
    gap: 10px;
}

    .services-details-content .list-item .item-services-details {
        max-width: calc(50% - 15px);
        width: 100%;
    }

.services-details-content .image-details {
    max-width: 100%;
    border-radius: 7px;
}

    .services-details-content .image-details img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 7px;
    }

.portfolio-item {
    position: relative;
}

    .portfolio-item .btn-portfolio {
        width: 60px;
        height: 60px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--red);
        border-radius: 50%;
        position: absolute;
        top: 20px;
        right: 20px;
        transform: translateX(10px);
        opacity: 0;
        visibility: hidden;
    }

        .portfolio-item .btn-portfolio i {
            color: var(--white);
            transform: rotate(-45deg);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .portfolio-item .btn-portfolio:hover i {
            transform: rotate(0);
        }

    .portfolio-item .image {
        display: block;
        position: relative;
        border-radius: 7px;
    }

        .portfolio-item .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 7px;
        }

        .portfolio-item .image::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 0;
            background: rgba(12, 23, 26, 0.7);
            border-radius: 7px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .portfolio-item .item-content {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 30px 40px;
    }

        .portfolio-item .item-content .sub-title {
            color: var(--white);
            position: relative;
            padding-left: 15px;
            transform: translateY(10px);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            opacity: 0;
            visibility: hidden;
        }

            .portfolio-item .item-content .sub-title::before {
                content: "";
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
                width: 5px;
                height: 5px;
                background-color: var(--white);
                border-radius: 50%;
            }

        .portfolio-item .item-content .title {
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .portfolio-item .item-content .title a {
                color: var(--white);
            }

    .portfolio-item:hover .image::before {
        height: 100%;
    }

    .portfolio-item:hover .item-content .sub-title {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .portfolio-item:hover .item-content .title {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        transition-delay: 0.3s;
    }

    .portfolio-item:hover .btn-portfolio {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        transition-delay: 0.2s;
    }

.box-project-info {
    padding: 39px 50px 44px;
    border: 1px solid var(--border);
    border-radius: 7px;
}

    .box-project-info .title-box {
        padding-bottom: 21px;
        border-bottom: 1px solid var(--border);
        position: relative;
        margin-bottom: 31px;
    }

        .box-project-info .title-box::before {
            content: "";
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 70px;
            height: 3px;
            background-color: var(--red);
        }

    .box-project-info .info-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        gap: 70px;
        align-items: center;
        padding-bottom: 20px;
        border-bottom: 1px solid var(--border);
        margin-bottom: 19px;
    }

        .box-project-info .info-item div {
            max-width: 33%;
            width: 100%;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-grow: 1;
        }

        .box-project-info .info-item h6 {
            color: var(--color-paragraph);
        }

        .box-project-info .info-item:last-child {
            margin-bottom: 0;
            border-bottom: 0;
            padding-bottom: 0;
        }

.portfolio-details-item .title {
    letter-spacing: -0.7px;
    max-width: 90%;
}

.portfolio-details-item .desc-details {
    color: var(--color-paragraph);
}

.portfolio-details-item .list-services-details-item {
    margin-top: 40px;
    border-top: 1px solid var(--border);
    padding-top: 44px;
}

.portfolio-details-item .item-services-details {
    margin-bottom: 26px;
}

    .portfolio-details-item .item-services-details .title-item {
        margin-bottom: 12px;
    }

    .portfolio-details-item .item-services-details .desc {
        max-width: 515px;
    }

    .portfolio-details-item .item-services-details:last-child {
        margin-bottom: 0;
    }

.wg-portfolio-details .list-btn {
    margin-top: 80px;
    padding-top: 46px;
    border-top: 1px solid var(--border);
}

.wg-portfolio-details .btn-arrow-details {
    max-width: 410px;
    padding-bottom: 44px;
}

    .wg-portfolio-details .btn-arrow-details .text {
        max-width: calc(100% - 80px);
    }

.wg-portfolio-details .image {
    max-width: 100%;
    border-radius: 10px;
}

    .wg-portfolio-details .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

.pricing-item {
    padding: 10px;
    background-image: url(../image/section/pricing-item-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

    .pricing-item .pricing-content {
        padding: 48px 50px 45px;
        max-width: 610px;
        background-color: var(--white);
        border-radius: 10px;
    }

        .pricing-item .pricing-content .title {
            margin-bottom: 30px;
            padding-bottom: 31px;
            border-bottom: 1px solid var(--border-7);
            letter-spacing: -0.6px;
        }

    .pricing-item li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 20px;
        padding-top: 20px;
        border-bottom: 1px solid var(--border);
        gap: 15px;
    }

        .pricing-item li h6 {
            color: var(--color-paragraph);
        }

        .pricing-item li .name-price {
            position: relative;
            padding-left: 20px;
        }

            .pricing-item li .name-price::before {
                content: "";
                position: absolute;
                top: 50%;
                left: 0;
                width: 5px;
                height: 5px;
                background-color: var(--red);
                border-radius: 50%;
            }

        .pricing-item li:first-child {
            padding-top: 0;
        }

        .pricing-item li:last-child {
            padding-bottom: 0;
            border-bottom: 0;
        }

    .pricing-item.style-right {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: end;
    }

        .pricing-item.style-right .pricing-content {
            flex-grow: 1;
        }

    .pricing-item.img-2 {
        background-image: url(../image/section/pricing-item-2.jpg);
    }

    .pricing-item.img-3 {
        background-image: url(../image/section/pricing-item-3.jpg);
    }

    .pricing-item.img-4 {
        background-image: url(../image/section/pricing-item-4.jpg);
    }

    .pricing-item.img-5 {
        background-image: url(../image/section/pricing-item-5.jpg);
    }

.progress-circle-svg {
    position: relative;
    width: 107px;
    height: 107px;
}

    .progress-circle-svg .text-number {
        position: absolute;
        top: 47%;
        left: 53%;
        transform: translate(-50%, -50%);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: nowrap;
        align-items: end;
    }

        .progress-circle-svg .text-number .body-2 {
            line-height: 100%;
        }

    .progress-circle-svg .progress-text {
        font-size: 35px;
        font-weight: 600;
        color: var(--color-title);
        z-index: 1;
    }

    .progress-circle-svg .progress-ring {
        position: absolute;
        top: 0;
        left: 0;
    }

    .progress-circle-svg .progress-ring-track {
        stroke: transparent;
        stroke-width: 6;
        fill: transparent;
    }

    .progress-circle-svg .progress-ring-bar {
        stroke: var(--red);
        stroke-width: 6;
        fill: transparent;
        stroke-linecap: round;
        transform: rotate(75deg);
        transform-origin: center;
        transition: stroke-dashoffset 0.8s ease-out;
    }

#loading {
    background-color: var(--white);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
    right: 0px;
    z-index: 999999;
}

    #loading #loading-center {
        width: 100%;
        height: 100%;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #loading #loading-center .loader-container {
            display: flex;
            justify-content: center;
            align-items: center;
        }

            #loading #loading-center .loader-container .wrap-loader {
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                #loading #loading-center .loader-container .wrap-loader .icon {
                    position: absolute;
                    max-width: 80px;
                }

            #loading #loading-center .loader-container .loader {
                width: 100px;
                height: 100px;
                border-radius: 50%;
                animation: spin 1s linear infinite;
            }

    #loading .icon {
        width: 42px;
        height: 42px;
    }

/*------------ sections ---------------- */
.tf-spacing-1 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.tf-spacing-2 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.tf-spacing-3 {
    margin-top: 0;
    margin-bottom: 100px;
}

.tf-spacing-4 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.tf-spacing-5 {
    padding-top: 90px;
    padding-bottom: 100px;
}

.tf-spacing-6 {
    padding-top: 130px;
    padding-bottom: 102px;
}

.tf-spacing-7 {
    padding-top: 128px;
    padding-bottom: 130px;
}

.tf-spacing-8 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.tf-spacing-9 {
    padding-top: 0;
    padding-bottom: 116px;
}

.tf-spacing-10 {
    padding-top: 0;
    padding-bottom: 120px;
}

.tf-spacing-11 {
    padding-top: 0;
    padding-bottom: 130px;
}

.tf-spacing-12 {
    padding-top: 130px;
    padding-bottom: 125px;
}

.page-title .page-title-content {
    background-image: url("../image/page-title/page-title-1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 15px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

    .page-title .page-title-content::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #0C171A 0%, rgba(12, 23, 26, 0) 60%);
    }

    .page-title .page-title-content .title {
        color: var(--white);
        position: relative;
        margin-bottom: 24px;
    }

.page-title.page-details .breadkcum {
    margin-bottom: 19px;
}

.page-title.page-details .title {
    margin-bottom: 30px;
}

.page-title.page-details .post-metas {
    gap: 15px 52px;
    flex-wrap: wrap;
}

.page-title.img-2 .page-title-content {
    background-image: url("../image/page-title/page-title-2.jpg");
}

.page-title.style-2 .title {
    margin-bottom: 40px;
}

.page-title.style-2 .page-breadkcum {
    padding-left: 0;
}

.page-title.style-2 .dot {
    margin: 0 27px;
}

.breadkcum {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

    .breadkcum .dot {
        margin: 0 29px;
    }

    .breadkcum a,
    .breadkcum h3 {
        color: var(--white);
    }

    .breadkcum .page-breadkcum {
        padding-left: 9px;
    }

.page-title-home {
    position: relative;
}

    .page-title-home .page-title-home-inner {
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding-top: 157px;
        padding-bottom: 157px;
        align-items: center;
        border-radius: 15px;
        overflow: hidden;
        height: 100%;
    }

        .page-title-home .page-title-home-inner.img-1 {
            background-image: url(../image/main-hero-banner.jpg);
        }

        .page-title-home .page-title-home-inner.img-2 {
            background-image: url(../image/page-title/silder-page-title-home-2.jpg);
        }

        .page-title-home .page-title-home-inner.img-3 {
            background-image: url(../image/page-title/silder-page-title-home-3.jpg);
        }

        .page-title-home .page-title-home-inner::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(270deg, rgba(214, 232, 235, 0) 35%, #D6E8EB 70%);
        }

    .page-title-home .top-content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        gap: 25px;
        margin-bottom: 20px;
    }

    .page-title-home .title {
        margin-bottom: 50px;
    }

    .page-title-home .list-btn {
        gap: 15px;
    }

    .page-title-home .tf-btn {
        display: inline-flex;
    }

    .page-title-home .arrow-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
        opacity: 0;
        visibility: hidden;
    }

        .page-title-home .arrow-btn.arrow-next {
            left: 1%;
        }

        .page-title-home .arrow-btn.arrow-prev {
            right: 1%;
        }

    .page-title-home .pagination-home {
        position: absolute;
        bottom: 72px;
        left: 16.4%;
    }

    .page-title-home:hover .arrow-btn {
        opacity: 1;
        visibility: visible;
    }

    .page-title-home.h-3 {
        margin: 10px;
    }

        .page-title-home.h-3 .page-title-content {
            max-width: calc(50% - 5px);
            background-color: var(--blue-2);
            position: relative;
            padding: 184px 15px 100px;
            border-radius: 10px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: column;
            align-items: center;
            overflow: hidden;
            flex-grow: 1;
        }

            .page-title-home.h-3 .page-title-content::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-image: url(../image/page-title/bg-pagetitle-h3.png);
            }

        .page-title-home.h-3 .top-content {
            margin-bottom: 30px;
        }

        .page-title-home.h-3 .title {
            margin-bottom: 35px;
        }

        .page-title-home.h-3 .img-sub-title {
            max-width: 82px;
        }

        .page-title-home.h-3 .text-img img {
            max-width: 80px;
            height: auto;
            border-radius: 999px;
        }

        .page-title-home.h-3 .sub-title {
            color: var(--white);
        }

        .page-title-home.h-3 h1 {
            color: var(--white);
        }

        .page-title-home.h-3 .text-clip {
            color: var(--yellow-2);
        }

        .page-title-home.h-3 .desc {
            color: var(--white);
            margin-bottom: 40px;
            max-width: 450px;
        }

        .page-title-home.h-3 .text-color-transparent {
            position: absolute;
            top: 100px;
            left: 27px;
        }

        .page-title-home.h-3 .image {
            max-width: calc(50% - 5px);
            width: 100%;
            border-radius: 10px;
            overflow: hidden;
        }

            .page-title-home.h-3 .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .page-title-home.h-3 .content {
            max-width: 580px;
            width: 100%;
        }

    .page-title-home.h-4 {
        overflow: hidden;
    }

        .page-title-home.h-4 .sub-title {
            margin-bottom: 19px;
            color: var(--white);
        }

        .page-title-home.h-4 .title {
            font-size: 80px;
            line-height: 90px;
            font-weight: 700;
            letter-spacing: -1.6px;
            color: var(--white);
            margin-bottom: 42px;
        }

        .page-title-home.h-4::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 83.7%;
            background-image: url(../image/page-title/bg-page-title-h4-2.png);
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
        }

        .page-title-home.h-4::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 83.7%;
            background-image: url(../image/page-title/bg-page-title-h4-1.png);
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
        }

        .page-title-home.h-4 .page-title-content {
            padding-top: 226px;
            padding-bottom: 130px;
        }

        .page-title-home.h-4 .img {
            position: relative;
            z-index: 5;
            border-radius: 50%;
        }

            .page-title-home.h-4 .img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 50%;
            }

            .page-title-home.h-4 .img.img-1 {
                max-width: 270px;
            }

            .page-title-home.h-4 .img.img-2 {
                max-width: 300px;
            }

        .page-title-home.h-4 .item-page-title {
            position: absolute;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 5;
        }

            .page-title-home.h-4 .item-page-title.item-1 {
                width: 304px;
                height: 348px;
                top: 31.3%;
                left: 2.85%;
                transform: translateY(-50%);
            }

                .page-title-home.h-4 .item-page-title.item-1 .circle-line {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    animation: rotated 15s linear infinite;
                }

                    .page-title-home.h-4 .item-page-title.item-1 .circle-line::before {
                        content: "";
                        position: absolute;
                        top: 0;
                        right: 0;
                        width: 270px;
                        height: 270px;
                        border: 1px solid var(--white);
                        border-radius: 50%;
                        z-index: 5;
                    }

            .page-title-home.h-4 .item-page-title.item-2 {
                width: 346px;
                height: 370px;
                top: 28.5%;
                right: 3.7%;
                transform: translateY(-50%);
            }

                .page-title-home.h-4 .item-page-title.item-2 .circle-line {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    animation: rotated2 15s linear infinite;
                }

                    .page-title-home.h-4 .item-page-title.item-2 .circle-line::before {
                        content: "";
                        position: absolute;
                        bottom: 0;
                        right: 0;
                        width: 300px;
                        height: 300px;
                        border: 1px solid var(--white);
                        border-radius: 50%;
                        z-index: 5;
                    }

    .page-title-home.h-5 {
        background-image: url(../image/page-title/bg-page-title-h5.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 15px;
    }

        .page-title-home.h-5 .page-title-inner {
            position: relative;
            padding: 10px;
        }

            .page-title-home.h-5 .page-title-inner .page-title-content {
                position: relative;
                max-width: 669px;
                width: 100%;
                padding: 55px 70px 70px;
                background: var(--white);
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                align-items: center;
                justify-content: space-between;
                flex-direction: column;
                border-radius: 15px;
            }

                .page-title-home.h-5 .page-title-inner .page-title-content .title {
                    font-size: 70px;
                    line-height: 80px;
                    font-weight: 700;
                    letter-spacing: -1.4px;
                    margin-bottom: 198px;
                }

                    .page-title-home.h-5 .page-title-inner .page-title-content .title img {
                        max-width: 230px;
                        width: 100%;
                        height: auto;
                        object-fit: cover;
                        border-radius: 999px;
                    }

                    .page-title-home.h-5 .page-title-inner .page-title-content .title span {
                        font-style: italic;
                    }

                .page-title-home.h-5 .page-title-inner .page-title-content .desc {
                    margin-bottom: 28px;
                }

                .page-title-home.h-5 .page-title-inner .page-title-content .text-color {
                    color: var(--blue-4);
                }

            .page-title-home.h-5 .page-title-inner .box-funfact {
                position: absolute;
                bottom: 0;
                right: 0;
                max-width: 365px;
                width: 100%;
            }

            .page-title-home.h-5 .page-title-inner .img-item {
                position: absolute;
                top: 53.7%;
                left: 0;
                transform: translateY(-50%);
            }

.line-h2 {
    width: 100%;
    height: 1px;
    background-color: var(--border-2);
    border-radius: 15px;
}

.heading-section .sub-title {
    color: var(--red);
    letter-spacing: 0;
}

.heading-section .title {
    color: var(--color-title);
}

.heading-section .text {
    color: var(--color-paragraph);
}

.heading-section.style-white .sub-title {
    color: var(--white);
}

.heading-section.style-white .title {
    color: var(--white);
}

.heading-section.style-white .text {
    color: var(--white);
}

.heading-section.style-2 {
    background-color: var(--black);
    position: relative;
    padding: 63px 50px 73px;
    border-radius: 10px;
    overflow: hidden;
}

    .heading-section.style-2 .sub-title {
        color: var(--white);
        position: relative;
    }

    .heading-section.style-2 .title {
        color: var(--white);
        position: relative;
    }

    .heading-section.style-2 .text {
        color: var(--white);
        position: relative;
    }

    .heading-section.style-2 .img-item {
        position: absolute;
    }

        .heading-section.style-2 .img-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .heading-section.style-2 .img-item.item-1 {
            top: 0;
            left: 0;
            bottom: 0;
        }

        .heading-section.style-2 .img-item.item-2 {
            top: 0;
            right: 0;
            bottom: 0;
        }

.features-list .sw-features {
    padding: 30px 15px;
    margin: -30px -15px;
}

.list-item-department {
    max-width: 1760px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.section-content .desc.style-line-left {
    padding-left: 20px;
    border-left: 3px solid var(--blue-4);
}

.section-about {
    position: relative;
}

    .section-about.h-1 {
        border: 1px solid var(--border);
        border-radius: 15px;
    }

        .section-about.h-1 .img-item {
            position: absolute;
        }

            .section-about.h-1 .img-item.item-1 {
                top: 0;
                left: 0;
            }

            .section-about.h-1 .img-item.item-2 {
                bottom: 0;
                right: 0;
            }

        .section-about.h-1 .list-item {
            gap: 50px;
        }

            .section-about.h-1 .list-item .about-item {
                flex: 1 1 auto;
                max-width: calc(50% - 25px);
                width: 100%;
            }

        .section-about.h-1 .section-content {
            padding-top: 16px;
            padding-bottom: 15px;
            padding-left: 40px;
        }

            .section-about.h-1 .section-content .desc {
                color: var(--color-paragraph);
                letter-spacing: 0;
            }

    .section-about.h-2 .left {
        position: relative;
        height: 100%;
    }

        .section-about.h-2 .left .wg-year-ex {
            position: absolute;
            top: 0;
            left: 0;
        }

            .section-about.h-2 .left .wg-year-ex .number-counter {
                gap: 0;
            }

        .section-about.h-2 .left .image {
            padding-top: 80px;
            overflow: hidden;
        }

            .section-about.h-2 .left .image img {
                width: auto;
                height: auto;
                object-fit: cover;
                border-radius: 10px;
            }

        .section-about.h-2 .left .img-item-home {
            padding: 10px 10px 0;
            border-radius: 10px;
            max-width: 320px;
            position: absolute;
            bottom: 0;
            right: 0;
            background-color: var(--white);
        }

            .section-about.h-2 .left .img-item-home img {
                width: 100%;
                height: auto;
                object-fit: cover;
                border-radius: 10px;
            }

    .section-about.h-2 .right {
        padding-top: 20px;
    }

    .section-about.h-2 .section-content .desc {
        color: var(--color-paragraph);
    }

    .section-about.h-2 .section-content .line {
        width: 100%;
        height: 1px;
        background-color: var(--border-2);
    }

    .section-about.h-2 .section-content .item .text {
        color: var(--color-paragraph);
        max-width: calc(100% - 221px);
    }

    .section-about.h-3 .section-content {
        padding-top: 9px;
    }

    .section-about.h-3 .benefit-list {
        margin-bottom: 37px;
    }

    .section-about.h-3 .benefit-items {
        gap: 11px;
    }

        .section-about.h-3 .benefit-items span {
            letter-spacing: -0.15px;
        }

    .section-about.h-3 .image {
        border-radius: 10px;
        height: 100%;
        width: 100%;
    }

        .section-about.h-3 .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }

    .section-about.h-3 .list-img {
        height: 100%;
    }

        .section-about.h-3 .list-img .img-1 {
            max-width: 59.5%;
        }

        .section-about.h-3 .list-img .img-2 {
            max-width: 40.5%;
        }

    .section-about.h-4 .section-content {
        padding: 0 15px;
    }

    .section-about.h-5 .section-about-inner {
        flex-direction: column;
    }

        .section-about.h-5 .section-about-inner .image {
            width: 100%;
            border-radius: 15px;
        }

            .section-about.h-5 .section-about-inner .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 15px;
            }

        .section-about.h-5 .section-about-inner .section-about-content {
            padding: 70px 0;
        }

        .section-about.h-5 .section-about-inner .list-item {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-wrap: wrap;
            gap: 38px 10px;
        }

            .section-about.h-5 .section-about-inner .list-item .about-item {
                flex: 1 1 auto;
                max-width: calc(50% - 5px);
                width: 100%;
                padding-right: 20px;
            }

                .section-about.h-5 .section-about-inner .list-item .about-item:last-child {
                    padding-right: 0;
                }

    .section-about.p-about .image {
        border-radius: 10px;
    }

        .section-about.p-about .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }

    .section-about.p-about .list-item {
        width: 100%;
        padding: 40px 50px;
        background-color: var(--red);
        border-radius: 10px;
    }

        .section-about.p-about .list-item .about-item {
            padding-bottom: 40px;
            border-bottom: 1px solid var(--border-10);
            margin-bottom: 40px;
        }

            .section-about.p-about .list-item .about-item:last-child {
                padding-bottom: 0;
                margin-bottom: 0;
                border-bottom: 0;
            }

.section-department {
    position: relative;
}

    .section-department.h-1 .section-department-inner {
        background-color: var(--gray-light);
        border-radius: 15px;
    }

    .section-department.h-2 .img-item {
        position: absolute;
        top: 0;
        left: 0;
    }

.section-appointmrent.h-1 .list-counter {
    position: relative;
    border: 1px solid var(--border);
    padding: 40px 15px;
    border-radius: 10px;
}

    .section-appointmrent.h-1 .list-counter .counter-item {
        flex: 1 1 auto;
        max-width: calc(50% - 15px);
        width: 100%;
    }

        .section-appointmrent.h-1 .list-counter .counter-item:nth-child(2) {
            padding-left: 45px;
        }

    .section-appointmrent.h-1 .list-counter .number-counter {
        margin-bottom: 3px;
    }

    .section-appointmrent.h-1 .list-counter::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 1px;
        height: 100%;
        background-color: var(--border);
    }

.section-appointmrent.h-1 .form-contact-us {
    margin-top: -340px;
}

.section-why.h-1 .image {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

    .section-why.h-1 .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.section-why.h-5 .section-why-content {
    background-color: var(--purple);
    flex: 1 1 auto;
    max-width: calc(50% - 15px);
    border-radius: 15px;
    position: relative;
}

    .section-why.h-5 .section-why-content .section-content {
        max-width: 685px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    .section-why.h-5 .section-why-content .why-item {
        margin-bottom: 20px;
    }

        .section-why.h-5 .section-why-content .why-item:last-child {
            margin-bottom: 0;
        }

.section-why.h-5 .img-item {
    position: absolute;
    left: 0;
    top: 27.8%;
}

.section-why.h-5 .image {
    max-width: calc(50% - 15px);
    flex: 1 1 auto;
    border-radius: 15px;
}

    .section-why.h-5 .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
    }

.section-why.p-about .list-why-item .why-item {
    margin-bottom: 20px;
}

    .section-why.p-about .list-why-item .why-item:last-child {
        margin-bottom: 0;
    }

.section-why.p-about .image-section {
    border-radius: 10px;
}

    .section-why.p-about .image-section img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

.section-why.p-about .right {
    position: relative;
    height: 100%;
}

    .section-why.p-about .right .image-section img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section-why.p-about .right .box-funfact {
        position: absolute;
        bottom: -2px;
        right: 0;
        max-width: 365px;
        width: 100%;
    }

.section-lab {
    position: relative;
}

    .section-lab.h-1 .section-lab-inner {
        background-color: var(--black);
        border-radius: 15px;
        overflow: hidden;
    }

    .section-lab.h-1 .image {
        position: relative;
    }

        .section-lab.h-1 .image .simpleParallax {
            height: 100%;
        }

        .section-lab.h-1 .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .section-lab.h-1 .image::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 268px;
            bottom: 0;
            left: 0;
            background: linear-gradient(180deg, rgba(12, 23, 26, 0) 0%, #0C171A 100%);
            z-index: 1;
        }

    .section-lab.h-1 .bottom-section {
        position: relative;
    }

        .section-lab.h-1 .bottom-section .img-item {
            position: absolute;
        }

            .section-lab.h-1 .bottom-section .img-item.item-1 {
                top: -40px;
                left: 0;
            }

            .section-lab.h-1 .bottom-section .img-item.item-2 {
                bottom: 0;
                right: 0;
            }

    .section-lab.p-services {
        background-color: var(--gray-light);
        border-radius: 10px;
    }

        .section-lab.p-services .img-item {
            position: absolute;
        }

            .section-lab.p-services .img-item.item-1 {
                top: 0;
                left: 0;
            }

            .section-lab.p-services .img-item.item-2 {
                bottom: 0;
                right: 0;
            }

        .section-lab.p-services .lab-item .tf-btn {
            padding-top: 15px;
            padding-bottom: 15px;
        }

.section-banner.h-2 {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    flex-wrap: wrap;
}

    .section-banner.h-2 .wg-banner {
        max-width: calc(50% - 5px);
        width: 100%;
    }

        .section-banner.h-2 .wg-banner .img-item {
            right: 30px;
        }

        .section-banner.h-2 .wg-banner:nth-child(2) .img-item {
            right: 17px;
        }

.section-banner.p-about .img-item {
    max-width: 433px;
    right: 18px;
}

.section-blog.h-1 .tf-post-list {
    margin-bottom: 30px;
}

    .section-blog.h-1 .tf-post-list:last-child {
        margin-bottom: 0;
    }

.section-blog.h-3 .sw-blog {
    margin: -40px -80px -40px;
    padding: 40px 80px 40px;
}

.section-contact.h-2 .wg-video {
    max-width: 1210px;
    width: 100%;
}

.section-contact.h-2 .form-contact-us {
    max-width: 640px;
    width: 100%;
}

.section-contact.p-contact .image {
    border-radius: 167px;
}

    .section-contact.p-contact .image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 167px;
    }

.section-contact.p-contact .form-contact-us {
    flex-grow: 1;
    max-width: 850px;
}

.section-features {
    position: relative;
}

    .section-features.h-2 {
        background-color: var(--blue);
        border-radius: 15px;
    }

        .section-features.h-2 .img-item {
            position: absolute;
        }

            .section-features.h-2 .img-item.item-2 {
                top: 30px;
                right: 30px;
            }

            .section-features.h-2 .img-item.item-1 {
                bottom: 30px;
                left: 30px;
            }

        .section-features.h-2 .sw-features-2 {
            padding: 15px;
            margin: -15px;
        }

    .section-features.h-3 {
        background-color: var(--black-3);
        border-radius: 10px;
        overflow: hidden;
        margin-right: 10px;
        margin-left: 10px;
    }

        .section-features.h-3 .image {
            position: relative;
        }

            .section-features.h-3 .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .section-features.h-3 .image::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(180deg, rgba(23, 23, 23, 0) 0%, #171717 100%);
                z-index: 1;
            }

        .section-features.h-3 .section-features-inner {
            padding-bottom: 100px;
        }

        .section-features.h-3 .heading-section .desc {
            max-width: 1009px;
            margin-left: auto;
            margin-right: auto;
            color: var(--color-text-3);
        }

    .section-features.section-features-2-h-4 .features-list-item {
        margin-bottom: 30px;
    }

        .section-features.section-features-2-h-4 .features-list-item:last-child {
            margin-bottom: 0;
        }

    .section-features.section-features-2-h-4 .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section-features.section-features-2-h-4 .img-item {
        overflow: hidden;
        border-radius: 10px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .section-features.section-features-2-h-4 .section-content {
        padding-top: 70px;
    }

    .section-features.section-features-2-h5 .section-features-inner {
        border-radius: 15px;
        background-color: var(--gray-5);
        padding-top: 364px;
        padding-bottom: 70px;
    }

    .section-features.section-features-2-h5 .list-features {
        max-width: 1560px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    .section-features.section-features-2-h5 .img-item {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .section-features.p-history .section-content {
        padding-top: 9px;
    }

    .section-features.p-history .benefit-items {
        margin-bottom: 10px;
    }

        .section-features.p-history .benefit-items:last-child {
            margin-bottom: 0;
        }

    .section-features.p-history .desc a {
        text-decoration-line: underline;
    }

    .section-features.p-history .right {
        position: relative;
    }

        .section-features.p-history .right .wg-year-ex {
            position: absolute;
            bottom: 10px;
            right: 10px;
        }

    .section-features.p-history .image {
        border-radius: 10px;
    }

        .section-features.p-history .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }

.section-fun-fact .image {
    border-radius: 15px;
    height: 100%;
}

    .section-fun-fact .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
    }

.section-testimonials.h-2 .image {
    border-radius: 10px;
}

    .section-testimonials.h-2 .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

.section-testimonials.h-2 .sw-main-tes .sw-pagination-tes {
    position: absolute;
    bottom: 63px;
    right: 63px;
    left: auto;
}

.section-testimonials.h-3 {
    background-color: var(--border-3);
    padding-top: 50px;
    overflow: hidden;
}

    .section-testimonials.h-3 .list-text .initial-child-container {
        gap: 100px;
    }

.section-testimonials.h-5 .list-btn {
    position: absolute;
    bottom: 80px;
    left: 53.8%;
    z-index: 5;
}

.section-testimonials.p-about .left {
    background-color: var(--gray-light);
    padding-top: 100px;
    padding-bottom: 94px;
    border-radius: 10px;
    max-width: calc(50% - 15px);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

    .section-testimonials.p-about .left .sw-main-tes {
        max-width: 830px;
        margin-left: auto;
        margin-right: auto;
    }

.section-testimonials.p-about .sw-thumb-tes {
    border-radius: 10px;
    max-width: calc(50% - 15px);
}

    .section-testimonials.p-about .sw-thumb-tes .image {
        border-radius: 10px;
        height: 100%;
    }

        .section-testimonials.p-about .sw-thumb-tes .image img {
            border-radius: 10px;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.section-appointment {
    position: relative;
}

    .section-appointment.h-3 {
        background-color: var(--black-3);
        overflow: hidden;
    }

        .section-appointment.h-3 .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .section-appointment.h-3 .image.image-1 {
            position: relative;
            height: 300px;
        }

            .section-appointment.h-3 .image.image-1 .simpleParallax {
                height: 100%;
            }

            .section-appointment.h-3 .image.image-1::before {
                content: "";
                position: absolute;
                bottom: -2px;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(180deg, rgba(12, 23, 26, 0) 0%, #0C171A 100%);
                z-index: 1;
            }

        .section-appointment.h-3 .image.image-2 {
            border-radius: 10px;
            overflow: hidden;
            height: 100%;
        }

            .section-appointment.h-3 .image.image-2 .simpleParallax {
                height: 100%;
            }

            .section-appointment.h-3 .image.image-2 img {
                border-radius: 10px;
            }

        .section-appointment.h-3 .list-text {
            position: absolute;
            top: 32%;
        }

            .section-appointment.h-3 .list-text .initial-child-container {
                gap: 100px;
            }

        .section-appointment.h-3 .section-appointment-inner {
            margin-top: -290px;
            margin-bottom: 100px;
        }

        .section-appointment.h-3 .img-item {
            position: absolute;
            right: 35px;
            bottom: -173px;
        }

    .section-appointment.p-events .section-appointment-inner {
        background-image: url(../image/section/bg-section-appointment.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 10px;
        border-radius: 10px;
    }

    .section-appointment.p-make {
        background-color: var(--gray-light);
        overflow: hidden;
        border-radius: 15px;
    }

        .section-appointment.p-make .image {
            position: relative;
        }

            .section-appointment.p-make .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .section-appointment.p-make .image::before {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 30%;
                background: linear-gradient(180deg, rgba(214, 232, 235, 0) 0%, #D6E8EB 100%);
                z-index: 5;
            }

        .section-appointment.p-make .text-overlay {
            margin-top: 57px;
            margin-bottom: -80px;
            padding-left: 15px;
            padding-right: 15px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(180deg, rgba(12, 23, 26, 0.05) 0%, rgba(12, 23, 26, 0) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-fill-color: transparent;
            text-align: center;
            white-space: nowrap;
            overflow: hidden;
        }

        .section-appointment.p-make .bottom-section {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            justify-content: space-between;
            background-color: var(--white);
            padding: 10px;
            border-radius: 7px;
        }

            .section-appointment.p-make .bottom-section .form-contact-us {
                max-width: 63%;
                margin-left: 0;
            }

        .section-appointment.p-make .image-2 {
            border-radius: 7px;
        }

            .section-appointment.p-make .image-2 img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 7px;
            }

.section-services.h-4 {
    background-color: var(--gray-4);
}

.section-services.h-5 {
    background-color: var(--black-5);
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 15px;
}

.section-team.h-4 .heading-section .text {
    max-width: 330px;
}

.section-team.p-about .section-team-inner {
    background-color: var(--black);
    border-radius: 15px;
    overflow: hidden;
}

.section-team.p-about .list-box {
    background-color: var(--white);
    padding: 50px 15px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 15px;
    position: relative;
    z-index: 2;
}

.section-team.p-about .image-section {
    position: relative;
    max-height: 750px;
    overflow: hidden;
}

    .section-team.p-about .image-section img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section-team.p-about .image-section::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 35.734%;
        left: 0;
        bottom: 0;
        z-index: 1;
        background: linear-gradient(180deg, rgba(12, 23, 26, 0) 0%, #0C171A 100%);
    }

.section-team.p-about .bottom-section {
    position: relative;
}

.section-team.p-about .img-item {
    position: absolute;
    max-width: 542.7px;
}

    .section-team.p-about .img-item.item-1 {
        top: 0;
        left: 0;
    }

    .section-team.p-about .img-item.item-2 {
        bottom: 0;
        right: 0;
    }

.bg-about-h4 {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../image/section/bg-about-h4.png);
}

.section-video.h-5 {
    margin-bottom: -364px;
}

    .section-video.h-5 .heading-section {
        max-width: 800px;
    }

    .section-video.h-5 .section-video-inner .content-video {
        background-color: var(--white);
        border-radius: 10px;
        padding: 50px 15px;
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px;
        z-index: 5;
    }

        .section-video.h-5 .section-video-inner .content-video .title {
            color: var(--black-5);
            letter-spacing: -0.8px;
        }

    .section-video.h-5 .tf-btn {
        width: max-content;
    }

.line-h-3 {
    background-color: var(--border-7);
    width: 100%;
    height: 1px;
}

.section-history.p-history {
    background: linear-gradient(180deg, #EEF0F2 0%, #EEF0F2 100%);
    border-radius: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

    .section-history.p-history .sw-history .swiper-pagination-bullet::before {
        background: rgba(12, 23, 26, 0.2);
    }

    .section-history.p-history .sw-history .swiper-pagination-bullet-active::before {
        background: var(--red);
    }

    .section-history.p-history .sw-history .swiper-pagination-bullet-active::after {
        border-color: var(--red);
    }

    .section-history.p-history .arrow-btn {
        position: absolute;
        top: 44.3%;
        transform: translateY(-50%);
        z-index: 5;
    }

        .section-history.p-history .arrow-btn.arrow-prev {
            left: -4.2%;
        }

        .section-history.p-history .arrow-btn.arrow-next {
            right: -4.2%;
        }

.section-appointment.p-make {
    margin-left: 15px;
    margin-right: 15px;
}

.line-h4 {
    width: 100%;
    height: 1px;
    background: rgba(32, 38, 91, 0.1);
}

/*-------------- Responsive ----------------- */
@media (min-width: 551px) {
    .history-item .bottom-history {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    .page-title .page-title-content {
        background-attachment: fixed;
    }

    .section-why.p-about .right {
        height: 100%;
    }

    .section-services.h-5 .heading-section .text {
        max-width: 401px;
    }

    .section-services.h-5 .sw-pagination-services {
        display: none;
    }

    .box-page-title .box-page-title-content .left-box {
        padding-top: 31px;
    }

    .box-features .image-box img {
        margin-top: -42px;
    }

    .wg-video.img-3 {
        background-attachment: fixed;
    }

    .wg-brand {
        padding: 0 100px;
    }

    .sw-box-item-footer .swiper-slide {
        height: max-content !important;
    }

    .section-contact.p-contact .image.img-1 {
        margin-top: 73px;
    }

    .section-contact.p-contact .image.img-2 {
        margin-top: 180px;
    }

    .form-comment.no-bg .tf-btn {
        padding-left: 98px;
        padding-right: 98px;
    }

    .wg-doctor-details .info-doctor-details {
        position: sticky;
        top: 30px;
    }

    .section-about.h-1 .wg-video {
        height: 100%;
    }

    .section-about.p-about .heading-section .title {
        max-width: 86%;
    }

    .section-about.p-about .heading-section .text {
        max-width: 95%;
    }

    .section-about.p-about .image {
        max-width: 59.7%;
    }

    .section-about.p-about .list-item {
        max-width: 40.3%;
        width: 100%;
    }

    .section-features.section-features-2-h5 .section-features-inner {
        padding-bottom: 100px;
    }

    .section-video.h-5 .section-video-inner .content-video {
        padding: 50px 70px;
        bottom: 30px;
        left: 35px;
        right: 35px;
    }

    .section-video.h-5 .section-video-inner .left {
        max-width: 670px;
    }

    .section-testimonials.h-4 .list-testimonials {
        margin-left: 70px;
    }

    .section-about.h-4 .section-about-inner {
        justify-content: end;
    }

    .section-about.h-4 .left {
        max-width: 45%;
        width: 100%;
    }

    .section-about.h-4 .section-content {
        padding: 54px 97px 54px 13px;
        margin-left: auto;
        margin-right: 0;
        max-width: 564px;
        width: 100%;
    }

    .section-about.h-4 .image {
        max-width: 54.9%;
        width: 100%;
    }

        .section-about.h-4 .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .section-about.h-4 .benefit-items {
        margin-bottom: 10px;
    }

        .section-about.h-4 .benefit-items:last-child {
            margin-bottom: 0;
        }

    .section-about.h-5 .section-about-inner {
        flex-direction: row;
    }

        .section-about.h-5 .section-about-inner .image {
            max-width: 50%;
        }

        .section-about.h-5 .section-about-inner .section-about-content {
            padding: 92px 0 92px 50px;
        }

        .section-about.h-5 .section-about-inner .section-content {
            max-width: 100%;
        }

    .section-features.section-features-2-h-4 .img-item {
        position: absolute;
        left: 0;
        max-width: 48%;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        margin-left: 0;
        margin-right: 0;
    }

    .section-features.section-features-2-h-4 .section-content {
        padding-top: 27px;
        padding-bottom: 24px;
    }

    .cta-footer {
        padding: 10px;
    }

        .cta-footer .left {
            padding: 60px 130px 60px 80px;
        }

        .cta-footer .image {
            max-width: 629px;
        }

        .cta-footer.style-bg-red-2 .left {
            padding: 90px 80px;
        }

    .section-appointment.h-3 .image.image-1 {
        height: 390px;
    }

    .section-about.h-2 .image {
        padding-left: 89px;
    }

    .section-about.h-2 .left .img-item-home {
        right: 7.7%;
    }

    .box-banner.box-2 .text span {
        position: relative;
        display: block;
    }

        .box-banner.box-2 .text span .tf-btn {
            position: absolute;
            bottom: 4px;
            margin-left: 35px;
        }

    .top-bar .text-topbar {
        margin-right: 13px;
    }

    .section-appointmrent.h-1 .heading-section .text {
        max-width: 520px;
    }

    .page-title .page-title-content {
        padding: 230px 130px;
    }

    .page-title.page-details .page-title-content {
        padding-top: 188px;
        padding-bottom: 187px;
    }

    .page-title.style-2 .page-title-content {
        padding: 183px 130px;
    }

    .blog-details-content .details-content .title {
        max-width: 850px;
    }

    .blog-details-content .desc {
        max-width: 820px;
    }
}

@media (min-width: 1150px) {
    .sw-grid {
        padding: 70px 15px;
        margin: -70px -15px;
    }

        .sw-grid .swiper-wrapper {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            row-gap: 30px;
        }

            .sw-grid .swiper-wrapper .colum-2 {
                grid-column: 3/5;
                width: 100% !important;
                height: 100%;
            }

        .sw-grid .swiper-slide {
            width: 100%;
            padding: 0 15px;
        }

            .sw-grid .swiper-slide > div {
                width: 100%;
            }

        .sw-grid.sw-grid-3 {
            padding: 0;
            margin: 0 -15px;
        }

            .sw-grid.sw-grid-3 .swiper-wrapper {
                grid-template-columns: repeat(3, 1fr);
            }

                .sw-grid.sw-grid-3 .swiper-wrapper .colum-2 {
                    grid-column: 2/4;
                }

    .form-login-sign-up .left {
        padding: 35px 70px 29px 60px;
    }

    .form-login-sign-up.form-sign-up .left {
        padding: 29px 70px 18px 60px;
    }

    .wg-services-details .services-details-content {
        padding-left: 40px;
    }

    .section-history.p-history {
        margin-left: 30px;
        margin-right: 30px;
    }

    .section-appointment.p-make {
        margin-left: 30px;
        margin-right: 30px;
    }

    .testimonials-item.style-5 .heading-section {
        max-width: 50%;
    }

    .testimonials-item.style-5 .testimonials-content {
        max-width: 50%;
    }

    .section-services.h-5 {
        margin-left: 30px;
        margin-right: 30px;
    }

    .section-banner.h-2 {
        margin-right: 10px;
        margin-left: 10px;
    }

    .section-features.h-3 .section-features-inner {
        margin-top: -93px;
    }

    .section-features.section-features-1-h-4 .section-content {
        padding-right: 35px;
    }

    .section-features.section-features-1-h-4 .heading-section .left {
        max-width: 440px;
        padding-bottom: 7px;
    }

    .section-appointment.h-3 {
        margin-right: 10px;
        margin-left: 10px;
        border-radius: 10px;
    }

    .section-testimonials.h-3 {
        margin-right: 10px;
        margin-left: 10px;
        border-radius: 10px;
    }

    .section-lab {
        position: relative;
    }

        .section-lab.h-1 .image {
            height: 750px;
        }

        .section-lab.h-1 .top-section {
            margin-top: -650px;
        }

            .section-lab.h-1 .top-section .wg-year-ex {
                position: absolute;
                bottom: 10%;
            }

    .form-contact-us {
        padding: 45px 110px 50px;
    }

    .section-appointmrent.h-1 .list-counter {
        padding: 35px 60px 40px 60px;
    }
}

@media (min-width: 1350px) {
    .wg-doctor-details .details-content {
        padding-left: 60px;
        padding-top: 3px;
    }

    .mx-30 {
        margin-left: 30px;
        margin-right: 30px;
    }

    .footer {
        margin: 0 30px 30px;
    }
}

@media (min-width: 1501px) {
    .features-item.style-3-2 {
        padding: 40px 70px 43px;
    }

    .features-item.style-bg-5 {
        padding: 40px 50px 43px;
    }

    .department-item.style-2 .item-content {
        padding-left: 51px;
        padding-right: 51px;
    }

    .tf-product-info-wrap {
        padding-left: 127px;
    }

    .section-team.p-about .list-box {
        max-width: 1460px;
        margin-left: auto;
        margin-right: auto;
        padding: 50px 85px;
        margin-top: -303px;
        margin-bottom: 6px;
    }
}

@media (min-width: 1700px) {
    .section-history.p-history .arrow-btn.arrow-prev {
        left: -7.2%;
    }

    .section-history.p-history .arrow-btn.arrow-next {
        right: -7.2%;
    }

    .testimonials-item.style-5 .heading-section {
        max-width: 719px;
        margin: 90px 331px 90px auto;
    }

    .testimonials-item.style-5 .testimonials-content {
        max-width: 670px;
        padding: 70px 71px;
        background-color: var(--white);
        border-radius: 10px;
    }

    .section-about.h-2 .left {
        margin-left: -143px;
    }

    .section-about.h-5 .section-about-inner {
        flex-direction: row;
    }

        .section-about.h-5 .section-about-inner .image {
            max-width: 804px;
        }

        .section-about.h-5 .section-about-inner .section-about-content {
            padding: 95px 0 92px 130px;
        }

        .section-about.h-5 .section-about-inner .section-content {
            max-width: 627px;
        }

    .page-title-home .arrow-btn.arrow-next {
        left: 5.2%;
    }

    .page-title-home .arrow-btn.arrow-prev {
        right: 5.2%;
    }

    .page-title-home.h-3 .content {
        margin-right: 65px;
    }

    .header .main-menu {
        padding-left: 407px;
    }

    .header.style-absolute .main-menu {
        padding-left: 90px;
    }

    .header.style-border-bottom .main-menu {
        padding-left: 100px;
    }
}

@media (max-width: 1500px) {
    .page-title-home.h-4 .item-page-title {
        display: none;
    }

    .section-blog.h-3 .sw-blog {
        margin: -40px -15px -40px;
        padding: 40px 15px 40px;
    }

    .services-item.style-2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sw-department.sw-grid {
        margin-left: -10px;
        margin-right: -10px;
    }

        .sw-department.sw-grid .swiper-wrapper {
            row-gap: 20px;
        }

        .sw-department.sw-grid .swiper-slide {
            padding: 0 10px;
        }

    .sw-department .department-item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sw-department .box-cta {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-history.p-history .arrow-btn {
        display: none;
    }

    .section-team.p-about br {
        display: none;
    }

    .box-banner.box-1 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .top-bar .top-bar-inner {
        padding: 7px 0;
    }

    .top-bar .dot-topbar {
        display: none;
    }

    .top-bar .top-bar-item {
        display: none;
    }

    .page-title-home .arrow-btn {
        display: none;
    }
}

@media (max-width: 1350px) {
    .calendar-scroll {
        overflow: auto;
    }

    .nav-search .search-btn {
        padding-top: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .box-page-title {
        max-width: 100%;
        width: 100%;
        background-color: var(--black-2);
        padding: 50px 30px;
    }

        .box-page-title .box-page-title-content {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: end;
            justify-content: space-between;
        }

        .box-page-title .text {
            color: var(--white);
            margin-bottom: 31px;
        }

        .box-page-title .right-box .benefit-items {
            margin-bottom: 20px;
        }

            .box-page-title .right-box .benefit-items:last-child {
                margin-bottom: 0;
            }

        .box-page-title .right-box .benefit-list {
            margin-bottom: 40px;
        }

        .box-page-title .img-item {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }

    .box-image {
        max-width: calc(50% - 10px);
    }

    .box-banner.box-1 {
        max-width: 50%;
        width: 100%;
    }

    .box-banner.box-2 {
        max-width: 100%;
        width: 100%;
    }

    .footer .footer-left {
        max-width: 65%;
    }

    .footer .footer-right {
        max-width: 35%;
    }

    .nav-btn {
        display: none;
    }

    .page-title-home .pagination-home {
        position: absolute;
        left: 35px;
    }
}

@media (max-width: 1200px) {
    .info-doctor-details .info-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .fun-fact-item {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .sw-gallery.h-2 {
        margin-left: 15px;
        margin-right: 15px;
    }

    .gallery-item .item-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .wg-banner.style-2 {
        padding-left: 0;
        padding-right: 0;
    }

        .wg-banner.style-2 .banner-content {
            padding-left: 15px;
            padding-right: 15px;
        }

        .wg-banner.style-2 .img-item {
            top: 15%;
            right: 0 !important;
        }

    .testimonials-item.style-1 {
        padding-left: 15px;
        padding-right: 15px;
    }

        .testimonials-item.style-1 .title {
            margin-bottom: 20px;
        }

        .testimonials-item.style-1 .desc {
            margin-bottom: 20px;
        }

        .testimonials-item.style-1 .icon i {
            font-size: 35px;
        }
}

@media (max-width: 1149px) {
    .order-xl1 {
        order: 1;
    }

    .post-metas.style-2 {
        gap: 15px;
    }

        .post-metas.style-2 .metas-item {
            padding-left: 20px;
        }

    .section-features.h-2 .item-2 {
        display: none;
    }

    .section-features.section-features-1-h-4 .heading-section {
        align-items: center;
        margin-bottom: 40px;
    }

        .section-features.section-features-1-h-4 .heading-section .list-btn {
            flex-direction: row;
        }

    .section-testimonials.p-about .list-testimonials {
        flex-direction: column;
    }

    .section-testimonials.p-about .left,
    .section-testimonials.p-about .sw-thumb-tes {
        max-width: 100%;
    }

    .tf-product-media-wrap .thumbs-slider {
        flex-direction: column;
    }

    .sidebar-filter {
        position: fixed;
        bottom: 0;
        z-index: 3000;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        background-clip: padding-box;
        outline: 0;
        background-color: var(--white);
        padding: 15px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        overflow: auto;
        max-width: 400px;
    }

        .sidebar-filter.left {
            top: 0;
            left: 0;
            transform: translateX(-100%);
        }

        .sidebar-filter.right {
            top: 0;
            right: 0;
            transform: translateX(100%);
        }

        .sidebar-filter.show {
            transform: none;
        }

    .footer.style-3 .middle, .footer.style-2 .middle {
        flex-wrap: wrap;
        row-gap: 40px;
    }

        .footer.style-3 .middle .footer-about, .footer.style-2 .middle .footer-about {
            flex: 1 1 auto;
            max-width: 100%;
        }

        .footer.style-3 .middle .footer-content, .footer.style-2 .middle .footer-content {
            flex: 1 1 auto;
            max-width: 50%;
            width: 100%;
        }

        .footer.style-3 .middle .box-item-footer, .footer.style-2 .middle .box-item-footer {
            flex: 1 1 auto;
            max-width: 100%;
        }

    .section-about.h-1 .section-content {
        padding: 40px 0 0;
    }

    .page-title-home.h-3 .page-title-inner {
        flex-direction: column;
    }

        .page-title-home.h-3 .page-title-inner .page-title-content {
            max-width: 100%;
            padding-top: 160px;
            padding-bottom: 70px;
        }

            .page-title-home.h-3 .page-title-inner .page-title-content .content {
                max-width: 100%;
            }

        .page-title-home.h-3 .page-title-inner .desc {
            max-width: 100%;
        }

        .page-title-home.h-3 .page-title-inner .image {
            max-width: 100%;
        }

    .header .header-content {
        padding: 15px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .header.header-bg .header-content {
        padding-left: 0;
        padding-right: 0;
    }

    .header .main-menu {
        display: none;
    }

    .header .nav-megamenu {
        display: none;
    }

    .header .nav-search {
        padding-right: 0;
    }

    .header.style-absolute .header-content {
        margin: 0;
        padding: 10px 0;
    }

    .logo-header {
        max-width: 120px !important;
    }
}

@media (max-width: 991px) {
    .arrow-btn {
        width: 40px;
        height: 40px;
    }

    .pricing-item .pricing-content .title {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .pricing-item ul li {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .pricing-item h6 {
        font-size: 16px;
        line-height: 22px;
    }

    .wg-tab .tab-product {
        gap: 20px;
        padding: 0 10px;
    }

    .wg-tab .nav-tab-item h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .tb-info-product,
    .description-box {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sw-pagination-history.mt-50 {
        margin-top: 20px !important;
    }

    .section-about.h-1 .wg-video {
        height: 350px;
    }

    .section-about.p-about .text {
        font-size: 16px;
        line-height: 25px;
    }

    .section-video.h-5 .wg-video {
        height: 500px;
    }

    .wg-video .popup-youtube {
        width: 50px;
        height: 50px;
    }

    .wg-video.style-2 {
        height: 350px;
    }

        .wg-video.style-2 .popup-youtube {
            top: 22%;
        }

    .section-appointmrent.h-1 .form-contact-us {
        margin-top: -150px;
    }

    .section-services.h-5 .list-btn {
        display: none;
    }

    .page-title-home.h-5 .image.img-bg img {
        min-height: 450px;
    }

    .services-item.style-3 .item-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .order-lg1 {
        order: 1;
    }

    .section-appointmrent .tf-container .row > div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .lh-40 {
        line-height: 25px;
    }

    .section-about.h-5.mb-30 {
        margin-bottom: 0 !important;
    }

    .tf-post-grid.style-absolute .image {
        height: 470px;
    }

    .tf-post-grid.style-absolute .tf-grid-post-content {
        bottom: 15px;
    }

    .heading-section {
        margin-bottom: 40px !important;
    }

        .heading-section h6 {
            font-size: 16px;
            line-height: 22px;
            font-weight: 500;
        }

        .heading-section.style-2 {
            margin-bottom: 0 !important;
        }

    .footer.style-4 .heading-section {
        margin-bottom: 0 !important;
    }

    .section-contact.p-contact .bottom-section {
        flex-direction: column;
    }

    .section-contact.p-contact .form-contact-us {
        max-width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }

    .section-appointment.p-make .bottom-section .form-contact-us {
        max-width: 50%;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

        .section-appointment.p-make .bottom-section .form-contact-us .cols {
            flex-direction: column;
        }

            .section-appointment.p-make .bottom-section .form-contact-us .cols .item {
                max-width: 100%;
            }

    .section-appointment.p-make .bottom-section .image-2 {
        max-width: 50%;
    }

    .wg-shop-details {
        flex-direction: column;
        row-gap: 70px;
    }

        .wg-shop-details .right {
            max-width: 100%;
        }

        .wg-shop-details .tf-product-info-wrap {
            padding-left: 0;
        }

    .tf-product-media-wrap .image-main {
        max-width: 100%;
    }

    .tf-product-media-wrap .tf-product-media-thumbs {
        max-height: unset;
    }

        .tf-product-media-wrap .tf-product-media-thumbs .swiper-slide {
            height: unset;
        }

    .tf-product-media-wrap .tf-product-media-main {
        max-width: 100%;
    }

        .tf-product-media-wrap .tf-product-media-main .swiper-slide {
            height: unset;
            width: 100%;
        }

    .tf-product-info-countdown {
        max-width: 100%;
    }

    .grid-3 .item {
        max-width: 50%;
    }

    .section-testimonials.h-2 .image {
        max-height: 450px;
    }

    .section-testimonials.h-3 .text-overlay {
        display: none;
    }

    .section-testimonials.p-about .left {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .section-testimonials.h-5 .list-btn {
        display: none;
    }

    .section-team.p-about .list-box {
        flex-direction: column;
    }

    .section-about.p-about .bottom-section {
        flex-direction: column;
    }

    .lh-52 {
        line-height: 30px;
    }

    .lh-55 {
        line-height: 30px;
    }

    .fs-30 {
        font-size: 20px;
    }

    .fs-40 {
        font-size: 25px;
    }

    .testimonials-item.style-2 {
        padding: 40px 15px 54px;
    }

        .testimonials-item.style-2 .title {
            margin-bottom: 30px;
        }

        .testimonials-item.style-2 .desc {
            margin-bottom: 30px;
        }

        .testimonials-item.style-2 .icon i {
            font-size: 35px;
        }

    .testimonials-item.style-5 {
        flex-direction: column;
    }

        .testimonials-item.style-5 .heading-section {
            max-width: 100%;
        }

        .testimonials-item.style-5 .box-funfact {
            display: none;
        }

        .testimonials-item.style-5 .testimonials-content {
            max-width: 100%;
            padding: 40px 71px;
        }

            .testimonials-item.style-5 .testimonials-content .title {
                margin-bottom: 30px;
            }

            .testimonials-item.style-5 .testimonials-content .desc {
                margin-bottom: 40px;
            }

        .testimonials-item.style-5 .arrow-btn {
            display: none;
        }

        .testimonials-item.style-5 .icon i {
            font-size: 35px;
        }

    .section-why.h-5 .section-why-inner {
        flex-direction: column;
    }

        .section-why.h-5 .section-why-inner .section-why-content,
        .section-why.h-5 .section-why-inner .image {
            max-width: 100%;
        }

        .section-why.h-5 .section-why-inner .section-content {
            max-width: 100%;
        }

    .px-mobile-lg {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .section-about.h-1 .section-content .desc {
        margin-bottom: 40px;
    }

    .section-about.h-2 .section-content .mb-50 {
        margin-bottom: 40px;
    }

    .section-about.h-2 .bottom-btn.mb-20 {
        margin-bottom: 0;
    }

    .section-about.h-4 .section-about-inner {
        justify-content: start;
        flex-direction: column;
        row-gap: 70px;
    }

    .section-team.h-4 .heading-section .right {
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .cta-footer {
        flex-direction: column;
    }

        .cta-footer .logo-cat-footer {
            width: 70px;
            height: 70px;
            top: 10px;
            left: auto;
            right: 10px;
            transform: translateY(0);
        }

    .section-contact.h-2 .section-contact-inner {
        flex-direction: column;
    }

    .section-contact.h-2 .form-contact-us {
        max-width: 100%;
    }

    .section-contact.h-2 .wg-video {
        height: 400px;
        max-width: 100%;
    }

    .tf-spacing-1 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .tf-spacing-2 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .tf-spacing-3 {
        margin-top: 0;
        margin-bottom: 70px;
    }

    .tf-spacing-4 {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .tf-spacing-5 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .tf-spacing-6 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .tf-spacing-7 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .tf-spacing-8 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .tf-spacing-9 {
        padding-top: 0;
        padding-bottom: 70px;
    }

    .tf-spacing-10 {
        padding-top: 0;
        padding-bottom: 70px;
    }

    .tf-spacing-11 {
        padding-top: 0;
        padding-bottom: 70px;
    }

    .tf-spacing-12 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .section-banner.h-2 .wg-banner {
        max-width: 100%;
    }

    .section-about.h-2 .image {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
    }

    .section-banner.h-1 .img-item {
        display: none;
    }

    .features-item.style-1 .number-features {
        font-size: 60px;
    }

    .counter-item .number-counter.fs-65 {
        font-size: 30px;
    }

    .counter-item .title-counter.body-2 {
        font-size: 16px;
    }

    .page-title-home.h-4 .page-title-content {
        padding-top: 170px;
        padding-bottom: 70px;
    }

        .page-title-home.h-4 .page-title-content .title {
            font-size: 40px;
            line-height: 45px;
        }

    .page-title-home.h-4 .wg-video {
        height: 350px;
    }

    .page-title-home.h-5 .page-title-inner .page-title-content .title {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: -0.4px;
        margin-bottom: 50px;
    }

    .page-title-home.h-5 .box-funfact {
        display: none;
    }

    .form-contact-us .cols {
        justify-content: space-between;
        gap: 15px;
    }

        .form-contact-us .cols .item {
            max-width: calc(50% - 7.5px);
        }

        .form-contact-us .cols .item-textarea {
            max-width: 100%;
        }

    .box-page-title {
        padding-left: 15px;
        padding-right: 15px;
    }

        .box-page-title .title {
            display: none;
        }

        .box-page-title .title-2 {
            font-size: 45px;
            padding-bottom: 20px;
            margin-bottom: 20px;
        }

        .box-page-title .img-item {
            display: none;
        }

        .box-page-title .box-page-title-content {
            flex-direction: column;
            align-items: start;
            row-gap: 30px;
        }

    .box-image {
        max-width: 100%;
        max-height: 507px;
    }

    .box-banner.box-1 {
        max-width: 100%;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .box-banner.box-2 {
        max-width: 100%;
        width: 100%;
    }

        .box-banner.box-2 .text {
            padding-left: 15px;
            padding-right: 15px;
        }

        .box-banner.box-2 .img-item {
            display: none;
        }

    br {
        display: none;
    }

    .page-title-home.h-1 .page-title-home-inner {
        padding-top: 70px;
        padding-bottom: 130px;
    }

    .page-title-home.h-1 .top-content {
        margin-bottom: 10px;
    }

    .page-title-home.h-1 .title {
        margin-bottom: 30px;
    }

    .breadkcum .dot {
        margin: 0 10px !important;
    }

    .footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .footer .footer-inner {
            padding-bottom: 40px;
            flex-direction: column;
            row-gap: 20px;
        }

        .footer .top {
            padding-bottom: 40px;
        }

        .footer .footer-left {
            max-width: 100%;
        }

            .footer .footer-left .middle {
                padding-top: 40px;
            }

        .footer .footer-right {
            max-width: 100%;
        }

        .footer .box-item-footer {
            max-width: 100%;
        }

        .footer .bottom {
            margin-top: 0;
        }

        .footer.style-2 .footer-inner {
            padding-bottom: 0;
        }

        .footer.style-4 .top {
            margin-bottom: 70px;
        }

        .footer.style-4 .footer-inner {
            padding-bottom: 0;
        }

        .footer.style-4 .middle {
            margin-bottom: 70px;
        }

    .tf-btn {
        padding: 14px 20px;
    }

        .tf-btn span {
            font-size: 14px;
        }

        .tf-btn.no-bg {
            padding: 0;
        }

    h1 {
        font-size: 32px;
        line-height: 35px;
    }

    h2 {
        font-size: 27px;
        line-height: 35px;
    }

    h3 {
        font-size: 24px;
        line-height: 31px;
    }

    h4 {
        font-size: 22px;
        line-height: 29px;
    }

    h5 {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .tf-sort {
        flex-wrap: wrap;
    }

        .tf-sort .tf-sort-content {
            max-width: 100%;
            gap: 15px;
        }

        .tf-sort .tf-sort-left {
            flex-wrap: wrap;
        }

        .tf-sort .tf-sort-right {
            justify-content: start;
        }

            .tf-sort .tf-sort-right .fillter-btn {
                padding: 15px 10px;
            }

    .section-appointment.p-make .bottom-section {
        flex-direction: column;
    }

        .section-appointment.p-make .bottom-section .form-contact-us {
            max-width: 100%;
            padding-left: 5px;
            padding-right: 5px;
        }

        .section-appointment.p-make .bottom-section .image-2 {
            max-width: 100%;
        }

            .section-appointment.p-make .bottom-section .image-2 img {
                max-height: 760px;
            }

    .section-testimonials.h-2 .sw-main-tes .sw-pagination-tes {
        bottom: 30px;
        right: 0;
    }

    .department-item.style-1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .department-item.style-1 .top-item {
            margin-bottom: 20px;
        }

        .department-item.style-1 .icon {
            margin-bottom: 20px;
        }

            .department-item.style-1 .icon i {
                font-size: 35px;
            }

    .wg-brand .marquee-wrapper {
        padding: 25px 0;
    }

        .wg-brand .marquee-wrapper .initial-child-container {
            gap: 70px;
        }

    .wg-brand .brand-item {
        max-width: 120px;
    }

    .form-login-sign-up {
        flex-direction: column;
    }

        .form-login-sign-up .left {
            max-width: 100%;
        }

        .form-login-sign-up .image {
            max-width: 100%;
        }

    .services-details-content .mb-44,
    .services-details-content .mb-36,
    .services-details-content .mb-42 {
        margin-bottom: 20px !important;
    }

    .services-details-content .list-item {
        flex-direction: column;
        row-gap: 20px;
    }

        .services-details-content .list-item .item-services-details {
            max-width: 100%;
        }

    .services-details-content .list-img {
        flex-direction: column;
    }

    .gallery-list {
        flex-direction: column;
    }

        .gallery-list .column-1 {
            flex-direction: row;
            flex-wrap: wrap;
            padding-bottom: 0;
            gap: 30px;
        }

            .gallery-list .column-1 .img-1,
            .gallery-list .column-1 .img-2 {
                max-width: calc(50% - 15px);
            }

        .gallery-list .row-1 {
            flex-wrap: wrap;
        }

            .gallery-list .row-1 .img-3,
            .gallery-list .row-1 .img-4 {
                max-width: calc(50% - 15px);
            }

        .gallery-list .img-5 {
            max-width: 100%;
        }

    .comment-item.style-border {
        flex-direction: column;
        row-gap: 20px;
    }

        .comment-item.style-border .comment-content {
            max-width: 100%;
        }

    .product-item.style-list {
        flex-direction: column;
    }

        .product-item.style-list .image {
            max-width: 100%;
        }

        .product-item.style-list .product-item-content {
            max-width: 100%;
            padding-left: 0;
            padding-right: 0;
        }

    .team-item-list .item-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .image-compare .icv__img-a {
        object-fit: cover;
        height: 300px;
    }

    .image-compare .icv__label {
        padding: 6px 20px;
        font-size: 14px;
        line-height: 22px;
        bottom: 12px;
    }

    .image-compare .icv__label-before {
        left: 12px;
    }

    .image-compare .icv__label-after {
        right: 12px;
    }

    .image-compare .icv__circle {
        width: 42px;
        height: 42px;
    }

        .image-compare .icv__circle::after {
            width: 32px;
            height: 32px;
        }

        .image-compare .icv__circle::before {
            font-size: 12px;
        }

    .px-mobile-md {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .features-item {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .cols.g-30 {
        gap: 15px;
    }

    .box-cta.style-1 {
        padding: 30px 15px;
    }

    .box-cta .sub-title {
        font-size: 16px;
        line-height: 24px;
    }

    .box-cta .title {
        font-size: 27px;
        line-height: 30px;
    }

    .page-title-home.h-5 .page-title-inner .page-title-content {
        max-width: 100%;
        padding: 40px 15px;
    }

    .blog-details-content .list-btn .btn-arrow-details {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .btn-arrow-details .text {
        display: none;
    }

    .wg-quote {
        padding: 30px 15px;
    }

    .comment-item {
        padding: 30px 15px;
    }

        .comment-item .text-comment {
            max-width: 100%;
        }

    .wg-comment {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer .form-newsletter fieldset {
        flex-wrap: wrap;
    }

    .footer .form-newsletter input {
        max-width: 100%;
    }

    .footer .middle {
        flex-wrap: wrap;
        row-gap: 30px;
    }

        .footer .middle .footer-about {
            flex: 1 1 auto;
            max-width: 100%;
        }

        .footer .middle .footer-content {
            padding-top: 0;
            flex: 1 1 auto;
            max-width: 50%;
        }

    .footer .bottom {
        align-items: center;
        text-align: center;
        flex-direction: column;
        row-gap: 10px;
    }
}

@media (max-width: 550px) {
    .page-title-home.h-3 .text-img {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .wg-shop-details {
        row-gap: 50px;
    }

        .wg-shop-details .price-rating {
            margin-bottom: 20px;
        }

        .wg-shop-details .tf-product-info-variant-picker {
            margin-bottom: 30px;
        }

    .grid-3 .item {
        max-width: 100%;
    }

    .features-item.style-6 .title {
        margin-bottom: 30px;
    }

    .section-video.h-5 .section-video-inner .content-video {
        padding-top: 30px;
        padding-bottom: 30px;
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .donate-item {
        padding: 15px 15px 30px;
    }

        .donate-item .image {
            margin-bottom: 20px;
        }

        .donate-item .title {
            margin-bottom: 10px;
        }

    .section-about.h-3 .list-img {
        gap: 15px;
    }

    .section-blog.h-3 .sw-blog {
        margin: -40px 0 -40px;
        padding: 40px 0 40px;
    }

    .footer.style-2 .top {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer.style-2 .middle {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer.style-2 .bottom {
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .footer.style-2 .bottom ul {
            row-gap: 2px;
        }

    .footer.style-3 .footer-inner {
        padding-bottom: 40px;
    }

    .footer.style-3 .middle {
        padding-bottom: 40px;
    }

    .post-metas.style-2 {
        gap: 10px;
    }

        .post-metas.style-2 .metas-item {
            padding-left: 0px;
            font-size: 13px;
        }

            .post-metas.style-2 .metas-item::before {
                display: none;
            }

    .section-appointmrent.h-1 .list-counter {
        flex-direction: column;
        row-gap: 20px;
    }

        .section-appointmrent.h-1 .list-counter .counter-item {
            max-width: 100%;
        }

        .section-appointmrent.h-1 .list-counter::before {
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateX(0);
            transform: translateY(-50%);
            width: 100%;
            height: 1px;
        }

    .section-features-1-h-4 .heading-section {
        flex-wrap: wrap;
    }

    .testimonials-item.style-4 .title {
        margin-bottom: 30px;
    }

    .testimonials-item.style-4 .desc {
        margin-bottom: 30px;
    }

    .testimonials-item.style-4 .icon i {
        font-size: 35px;
    }

    .testimonials-item.style-video {
        max-height: 479px;
    }

    .section-about.h-1 .list-item {
        flex-direction: column;
        row-gap: 20px;
    }

        .section-about.h-1 .list-item .about-item {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            max-width: 100%;
            gap: 15px;
            align-items: center;
        }

        .section-about.h-1 .list-item .number-item {
            margin-bottom: 0;
        }

    .section-features.p-history .wg-year-ex {
        position: relative;
    }

        .section-features.p-history .wg-year-ex .img-item {
            top: 10px;
            right: 10px;
        }

    .form-login-sign-up {
        flex-direction: column;
    }

        .form-login-sign-up .left {
            padding-left: 5px;
            padding-right: 5px;
        }

    .map {
        height: 350px;
    }

    .box-icon.style-list {
        flex-direction: column;
    }

        .box-icon.style-list .box-content {
            max-width: 100%;
        }

    .gallery-list .column-1 .img-1,
    .gallery-list .column-1 .img-2 {
        max-width: 100%;
    }

    .gallery-list .row-1 .img-3,
    .gallery-list .row-1 .img-4 {
        max-width: 100%;
    }

    .tb-info-product tr th {
        width: 50%;
    }

    .tb-info-product tr td {
        width: 50%;
    }

    .education-specia .bottom {
        flex-direction: column;
    }

        .education-specia .bottom .education-content,
        .education-specia .bottom .specia-content {
            max-width: 100%;
        }

    .box-skills .list-skills {
        flex-wrap: wrap;
        justify-content: center;
    }

        .box-skills .list-skills .item-skill {
            max-width: calc(50% - 15px);
            width: 100%;
        }

    .history-item .image,
    .history-item .history-content {
        max-width: 100%;
    }

    .history-item .bottom-history {
        height: 100%;
    }

    .section-why.p-about .box-funfact {
        position: relative;
        max-width: 100%;
    }

        .section-why.p-about .box-funfact::before {
            left: 0;
            width: 100%;
        }

    .why-item {
        flex-direction: column;
        gap: 20px;
    }

    .heading-section.style-3 .right {
        flex-direction: column;
        align-items: start !important;
    }

    .section-about.h-5 .section-about-inner .list-item .about-item {
        max-width: 100%;
        padding-right: 0;
    }

    .team-item-list {
        flex-direction: column;
    }

        .team-item-list .left {
            max-width: 100%;
        }

        .team-item-list .item-content {
            max-width: 100%;
        }

    .box-call {
        width: auto;
        flex-direction: column;
    }

    .section-testimonials.h-2 .sw-main-tes .sw-pagination-tes {
        bottom: 30px;
        right: 15px;
    }

    .section-about.h-2 .left .wg-year-ex {
        position: unset;
    }

    .section-about.h-2 .left .image {
        padding-top: 20px;
    }

    .section-about.h-2 .left .img-item-home {
        max-width: 100%;
        position: unset;
        padding: 20px 0 0;
    }

    .section-about.h-2 .section-content .item {
        flex-direction: column;
        row-gap: 15px;
    }

        .section-about.h-2 .section-content .item .text {
            max-width: 100%;
        }

    .tf-post-list.small-2 {
        flex-direction: column;
    }

        .tf-post-list.small-2 .image,
        .tf-post-list.small-2 .post-content {
            max-width: 100% !important;
        }

    .px-mobile-sm {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .cols {
        flex-wrap: wrap;
    }

        .cols .item {
            max-width: 100% !important;
        }

    .section-appointmrent.h-1 .list-counter .counter-item {
        padding: 0 !important;
    }

    .form-contact-us .cols .item-textarea {
        max-width: 100%;
    }

    .form-contact-us .cols .tf-btn {
        max-width: 100%;
    }

    .list-item-department .department-item {
        max-width: 100%;
    }

    .comment-item {
        gap: 20px;
    }

        .comment-item .image-avatar {
            max-width: 50px;
        }

        .comment-item .comment-content {
            max-width: calc(100% - 70px);
        }

    .tf-post-list.style-small {
        gap: 15px;
    }

        .tf-post-list.style-small .post-content {
            max-width: calc(100% - 90px);
        }

    .footer .middle {
        flex-direction: column;
    }

        .footer .middle .footer-content {
            padding-top: 0 !important;
            flex: 1 1 auto;
            max-width: 100% !important;
        }

            .footer .middle .footer-content ul {
                margin-top: 15px;
            }

    .footer .title-mobile {
        cursor: pointer;
    }

        .footer .title-mobile i {
            display: block;
        }

    .footer .bottom ul {
        flex-wrap: wrap;
        row-gap: 10px !important;
        justify-content: center;
    }

    .box-item-footer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sidebar-item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tf-post-grid .post-metas {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .tf-post-grid.style-3 .tf-grid-post-content {
        padding-left: 0;
        padding-right: 0;
    }

    .top-bar .top-bar-inner {
        justify-content: center !important;
        text-align: center;
    }

    .top-bar .post-social {
        display: none;
    }
}

/*# sourceMappingURL=styles.css.map */




.logo.logo-header img {
    height: 70px;
}

.header .main-menu {
    padding-left: 100px !important;
}

.swiper {
    height: 550px !important;
}







/* Card Base Styling */
.health-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    border-radius: 12px;
    height: 100%;
    border: 1px solid rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    cursor: pointer !important;
}

    .health-card:hover {
        transform: translateY(-5px);
    }

    .health-card h3 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 8px;
        color: #222;
        line-height: 27px;
    }

    .health-card p {
        font-size: 14px;
        color: #666;
        margin: 0;
        line-height: 18px;
    }

/* Icon and Blob Styling */
.icon-box {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; /* Creates the 'blob' shape */
}

/* Specific Color Schemes from Image */
.bg-light-green {
    background-color: #f9fdf2;
    border-color: #e9f5d6;
}

.icon-green {
    background-color: #edf7db;
    color: #8eb33a;
}

.bg-light-blue {
    background-color: #f0faff;
    border-color: #e0f2fe;
}

.icon-blue {
    background-color: #e1f5fe;
    color: #0288d1;
}

.bg-light-purple {
    background-color: #f6f5ff;
    border-color: #ede9ff;
}

.icon-purple {
    background-color: #ede9ff;
    color: #7e67f8;
}

.bg-light-orange {
    background-color: #fff6f3;
    border-color: #ffede7;
}

.icon-orange {
    background-color: #ffede7;
    color: #f2744d;
}



/* Center the main container */
.justify-content-center {
    justify-content: center !important;
}

.tf-tb-center {
    display: flex;
    align-items: center;
    gap: 40px; /* Adjust this to control the distance between the three items */
    padding: 10px 0;
}

.action-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

/* Styled Button from your image */
.appointment-btn {
    background-color: #f7ddd4;
    padding: 10px 24px;
    border-radius: 50px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05); /* Optional: subtle depth */
}

.content-link {
    text-decoration: none;
    color: inherit;
}



/* Custom Header Navigation Tweaks */
.menu-primary-menu {
    display: flex;
    align-items: center;
    gap: 25px; /* Proper horizontal spacing between main items */
}

/* Dropdown Container */
.sub-menu {
    min-width: 260px !important;
    padding: 15px 0 !important;
    border-radius: 10px !important;
    border: none !important;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1) !important;
    background: #ffffff !important;
}

/* Sub-menu Item Styling */
.sub-menu-item {
    padding: 0 15px !important;
    margin-bottom: 5px;
}

    .sub-menu-item .item-link-2 {
        font-size: 16px !important; /* Smaller, professional font size */
        line-height: 1.4 !important;
        padding: 10px 12px !important;
        display: block !important;
        white-space: normal !important; /* Allows text wrap */
        word-wrap: break-word;
        border-radius: 6px;
        color: #333 !important;
        transition: all 0.3s ease;
    }

        .sub-menu-item .item-link-2:hover {
            /* background-color: #f0f7ff !important; */
            color: #ffffff !important;
        }

/* Main Menu Text */
.menu-item > .item-link {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #222;
}

/* Responsive Margin Adjustment for JMCH Header */
@media (max-width: 993px) {
    header#header {
        margin-top: 10px !important;
        transition: margin 0.3s ease;
    }

    #a11y-trigger {
        position: fixed;
        bottom: 85px !important;
    }
}

.img-avartar img {
    border-radius: 50%;
}
