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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    box-sizing: border-box;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

input,
button:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
    color: currentColor;
}

*:before,
*:after {
    box-sizing: border-box !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Text-level semantic
 */
:active {
    outline: none;
}

a {
    color: inherit;
    background-color: transparent;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-weight: bold;
}

/**
 * Embedded content
 */
img {
    max-width: 100%;
    height: auto;
    border-style: none;
    vertical-align: middle;
    display: block;
}

svg:not(:root) {
    overflow: hidden;
}

/**
 * Grouping content
 */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 16px;
}

/**
 * Forms
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button,
input[type=submit] {
    padding: 0;
    overflow: visible;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

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

input {
    line-height: normal;
    border-radius: 0;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: none;
    box-sizing: content-box;
}

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

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit;
}

input::placeholder,
textarea::placeholder {
    color: inherit;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

/**
 * Tables
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*# sourceMappingURL=reset.css.map */
.hazo-pagination ul li a:hover,
.scale-hover img {
    transition: 0.4s ease-out 0s;
}

.ws-sgct blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eb2b2d;
}

.ws-sgct blockquote p {
    margin: 0 !important;
}

.ws-sgct code {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}

.ws-sgct {
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
}

.ws-sgct p {
    margin-bottom: 2rem;
}

.ws-sgct img {
    margin-bottom: 1.5rem;
}

.ws-sgct table {
    margin: 0 0 15px;
    line-height: 2;
}

.ws-sgct table {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.ws-sgct table>tbody>tr>td,
.ws-sgct table>tbody>tr>th,
.ws-sgct table>tfoot>tr>td,
.ws-sgct table>tfoot>tr>th,
.ws-sgct table>thead>tr>td,
.ws-sgct table>thead>tr>th {
    border: 1px solid #ddd;
    padding: 7px 10px;
}

.ws-sgct h6 {
    font-size: 18px;
}

.ws-sgct h5 {
    font-size: 21px;
}

.ws-sgct h4 {
    font-size: 24px;
}

.ws-sgct h3 {
    font-size: 27px;
}

.ws-sgct h2 {
    font-size: 30px;
}

.ws-sgct ul,
.ws-sgct ol {
    margin: 0 0 20px;
    padding-left: 30px;
}

.ws-sgct ul li,
.ws-sgct ol li {
    line-height: 1.5;
    margin-bottom: 8px;
}

.ws-sgct ol {
    list-style: decimal;
}

.ws-sgct ul {
    list-style: disc;
}

.ws-sgct iframe {
    margin: auto;
}

.ws-sgct .syntaxhighlighter {
    padding: 10px 0;
}

.ws-sgct h2,
.ws-sgct h3,
.ws-sgct h4,
.ws-sgct h5,
.ws-sgct h6 {
    margin: 0 0 25px;
}

.overlay {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 0.2s ease;
}

.overlay.overlay-active {
    opacity: 1;
    visibility: visible;
}

.back-to-top {
    position: fixed;
    bottom: 6rem;
    right: 3rem;
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-main);
    cursor: pointer;
    border-radius: 50%;
    z-index: 9999;
}

.swal2-html-container {
    font-size: 16px;
}

.c-img {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 70%;
}

.c-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.scale-hover {
    display: block;
    overflow: hidden;
    width: 100%;
}

.scale-hover:hover>img {
    transform: scale(1.09);
}

.hazo-pagination {
    justify-content: center;
}

.hazo-pagination ul {
    display: flex;
    justify-content: center;
}

.hazo-pagination ul>ul {
    background-color: #f3f2f7;
    border-radius: 1.6rem;
}

.hazo-pagination ul li.active a {
    background: var(--color-main);
    color: #fff;
    border-radius: 50%;
}

.hazo-pagination ul li a {
    float: left;
    width: 35px;
    height: 35px;
    background: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 0;
    line-height: 35px;
    color: #282828;
    text-decoration: none;
    border-radius: 50%;
}

.hazo-pagination ul li a svg {
    width: 10px;
    height: 14px;
    margin-bottom: 2px;
}

.hazo-pagination ul li a svg path {
    stroke: var(--color-main);
}

.hazo-pagination ul li a:hover {
    background: var(--color-main) !important;
    color: #fff !important;
}

.hazo-pagination ul li a:hover svg path {
    stroke: #fff;
}

.hazo-pagination ul li.pagination-preNext a {
    border-radius: 50%;
    background-color: #f3f2f7;
    margin: 0 4px;
}

@media (min-width: 991px) {
    .col-lg-1-5 {
        width: 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}

@media (max-width: 767px) {
    .scroll-snap {
        flex-wrap: nowrap;
        overflow-x: auto;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    }
}

.scroll-snap .item {
    scroll-snap-align: center;
    scroll-snap-stop: always;
}

/****************FONT*****************/
@font-face {
    font-family: "UTM Avo";
    src: url(../fonts/UTM-Avo.ttf);
    font-weight: 400;
}

@font-face {
    font-family: "UTM Avo";
    src: url(../fonts/UTM-AvoItalic.ttf);
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "UTM Avo";
    src: url(../fonts/UTM-AvoBold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: "UTM Avo";
    src: url(../fonts/UTM-AvoBold_Italic.ttf);
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Dax";
    src: url(../fonts/UTM\ Dax.ttf);
    font-weight: 400;
}

@font-face {
    font-family: "Dax";
    src: url(../fonts/UTM\ DaxMedium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: "Dax";
    src: url(../fonts/UTM\ DaxBold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: "Exo";
    src: url(../fonts/Exo/Exo-ExtraLight.ttf);
    font-weight: 300;
}

@font-face {
    font-family: "Exo";
    src: url(../fonts/Exo/Exo-ExtraLightItalic.ttf);
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Exo";
    src: url(../fonts/Exo/Exo-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: "Exo";
    src: url(../fonts/Exo/Exo-Italic.ttf);
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Exo";
    src: url(../fonts/Exo/Exo-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: "Exo";
    src: url(../fonts/Exo/Exo-MediumItalic.ttf);
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Exo";
    src: url(../fonts/Exo/Exo-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: "Exo";
    src: url(../fonts/Exo/Exo-SemiBoldItalic.ttf);
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Exo";
    src: url(../fonts/Exo/Exo-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: "Exo";
    src: url(../fonts/Exo/Exo-BoldItalic.ttf);
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Exo";
    src: url(../fonts/Exo/Exo-Black.ttf);
    font-weight: 900;
}

@font-face {
    font-family: "Exo";
    src: url(../fonts/Exo/Exo-BlackItalic.ttf);
    font-weight: 900;
    font-style: italic;
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
}

@media only screen and (max-width: 576px) {
    html {
        font-size: 50%;
    }
}

:root {
    --color-main: #4C0901;
    --color-white: #fff;
    --color-black: #231f20;
    --color-brown: #4C0901;
    --color-brown2: #37518c;
    --color-gray: #939598;
    --color-yellow: #DBB35C;
}

@media (min-width: 992px) {
    .gutter-20 {
        margin-left: -20px;
        margin-right: -20px;
    }

    .gutter-20>[class*=col-] {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.gutter-15 {
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width: 991px) {
    .gutter-15 {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.gutter-15>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 991px) {
    .gutter-15>[class*=col-] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

body {
    font-family: "Exo";
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
}

body.hidden {
    overflow: hidden;
}

/*--------------HEADER----------------*/
.home-activities .flickity-button:focus {
    box-shadow: none;
}

.home-activities .flickity-button:hover {
    background: none;
}

.flex-center {
    display: flex;
    align-items: center;
}

.img-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img-contain {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

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

.container-fluid {
    padding: 0 5.2rem;
    max-width: 1920px;
}

.btn-main {
    display: block;
    line-height: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: var(--color-main);
    padding: 10px 16px;
    border-radius: 30px;
    border: 1px solid var(--color-main);
    color: var(--color-yellow);
    transition: all 0.5s;
    font-weight: 700;
    cursor: pointer;
}

.btn-main:hover {
    background: transparent;
    color: var(--color-main);
}

.btn-main.crystal {
    background: #fff;
    color: var(--color-yellow);
}

.btn-main.crystal:hover {
    background: var(--color-main);
    color: var(--color-white);
}

.pll-switcher-select {
    border: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    font-size: 1.8rem;
    font-weight: 400;
    background: transparent;
    width: 100px;
}

.pll-switcher-select:focus-visible {
    border: none;
}

.header {
    padding-bottom: 10px;
    position: sticky;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    transition: all 0.5s;
}

.header.active {
    background: transparent;
}


.header.active .header-logo {
    width: 130px;
}

.header-wrap {
    justify-content: space-between;
    gap: 1rem;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: var(--color-white);
}

.header-logo {
    transition: all 0.5s;
    width: 150px;
}

.header-nav>ul {
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    row-gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.header-nav>ul>li {
    position: relative;
}

.header-nav>ul>li>a {
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--color-black);
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
}

.header-nav>ul>li>a::after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: transparent;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.5s;
}

.header-nav>ul>li:hover>a,
.header-nav>ul>li.current-menu-parent>a,
.header-nav>ul>li.current_page_item>a,
.header-nav>ul>li.current-menu-item>a {
    color: var(--color-main);
}

.header-nav>ul>li:hover>a::after,
.header-nav>ul>li.current-menu-parent>a::after,
.header-nav>ul>li.current_page_item>a::after,
.header-nav>ul>li.current-menu-item>a::after {
    background-color: var(--color-main);
    bottom: -2rem;
}

.header-nav>ul>li>ul {
    position: absolute;
    z-index: 9;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 22rem;
    border-radius: 0.8rem;
    overflow: hidden;
    background-color: var(--color-main);
    padding: 0.5rem;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    margin-top: 2rem;
    box-shadow: 0px 2px 10px #333;
}

.header-nav>ul>li>ul>li {
    border-radius: 0.8rem;
    color: var(--color-white);
    padding: 0.5rem 1rem;
    font-size: 1.8rem;
}

.header-nav>ul>li>ul>li:hover {
    background-color: var(--color-white);
    color: var(--color-main);
}

.header-nav>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.header-right {
    gap: 2.4rem;
}

.header-translate {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.header-translate svg {
    margin-top: 3px;
}

.header-search {
    background-color: var(--color-main);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 6px 5px;
    color: var(--color-white);
    gap: 1.1rem;
    position: relative;
    cursor: pointer;
}

.header-search input {
    width: 11rem;
    font-size: 14px;
    border: none;
    background-color: transparent;
}

.title {
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 6rem;
    color: var(--color-brown);
}

.title h2 {
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 6rem;
    color: var(--color-brown);
}

.title p {
    color: #333;
    max-width: 68.5rem;
    margin: 0 auto;
    margin-top: 1rem;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
}

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 1;
    }
}

.hover-box {
    position: relative;
    overflow: hidden;
}

.hover-box::before {
    display: block;
    content: "";
    position: absolute;
    border-radius: 1.2rem;
    top: -100%;
    right: -100%;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.hover-box:hover::before {
    top: 0;
    right: 0;
}

.hover-box.bg-main::before {
    background: var(--color-main);
}

.hover-box.bg-blue::before {
    background: var(--color-brown);
}

.home .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 999;
}
.admin-bar .header {
    top: 33px !important;
}
.home-about {
    padding: 7rem 0 6rem;
    position: relative;
}

.home-about::after {
    position: absolute;
    content: "";
    bottom: 0%;
    right: 0;
    width: 40rem;
    height: 40rem;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    background: url(../images/lion.png) center/contain no-repeat;
}

.home-about-row {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8.3rem;
}

.home-about-left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3rem;
    row-gap: 3rem;
}

.home-about-item {
    max-width: 30rem;
    filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.1));
    background-color: var(--color-white);
    border-radius: 1.2rem;
    padding: 3rem;
    padding-right: 1.9rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 3rem;
}

.home-about-item-icon {
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 50%;
    border: 0.1rem solid #e0def7;
    padding: 0.4rem;
    position: relative;
    margin-bottom: 1.6rem;
    background-color: var(--color-white);
}

.home-about-item-icon svg {
    transition: all 0.5s;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../svg/about.svg) center/contain no-repeat;
    width: 2.4rem;
    height: 2.4rem;
}

.home-about-item-icon-wrap {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-color: #DBB35C;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-about-item-icon img {
    width: 3rem;
    height: 3rem;
    -o-object-fit: contain;
    object-fit: contain;
}

.home-about-item-desc {
    color: var(--color-brown);
    position: relative;
    z-index: 9;
    transition: all 0.5s;
}

.home-about-item-desc h3 {
    font-weight: 700;
    line-height: 3.6rem;
}

.home-about-item::after {
    display: block;
    content: "";
    position: absolute;
    top: -20rem;
    right: -50%;
    width: 50%;
    height: 14.5rem;
    background: url(/wp-content/uploads/2023/06/Ellipse-879.png) center/contain no-repeat;
    transition: all 0.5s;
    z-index: 9;
}

.home-about-item:hover::after {
    top: 0;
    right: 0;
}

.home-about-item:hover .home-about-item-desc {
    color: var(--color-white);
}

.home-about-item:hover .home-about-item-icon svg path:nth-child(1) {
    fill: #1f2d44;
}



.home-about-right h2 {
    margin: 10rem 0 2.4rem;
}

.home-about-desc {
    max-width: 46.8rem;
    padding-left: 2.4rem;
    border-left: 1px solid #c4c7cc;
}

.home-about-desc ul,
.home-about-desc p {
    margin-bottom: 2.4rem;
}

.home-contact {
    position: relative;
}

.home-contact .container {
    position: relative;
    z-index: 2;
}

/* .home-contact::after {
    position: absolute;
    content: "";
    width: 64rem;
    height: 62rem;
    top: -5rem;
    right: 0;
    background: url(../images/lion.png) center/contain no-repeat;
} */

.home-contact-list {
    margin-top: 1.7rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    row-gap: 3rem;
}

.home-contact-item {
    background-color: #f2f2f2;
    border-radius: 1.6rem;
    padding: 2.5rem 3rem;
    display: flex;
    gap: 3rem;
    color: var(--color-black);
    transition: all 0.5s;
}


.home-contact-item-icon {
    width: 4.2rem;
    height: auto;
    margin-top: 1rem;
    position: relative;
    z-index: 2;
}

.home-contact-item-content {
    position: relative;
    z-index: 2;
    width: 80%;
}

.home-contact-item-content h3 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.6rem;
    margin-bottom: 1.6rem;
}

.home-contact-item-content p+p {
    margin-top: 2.5rem;
}

.home-contact-item:hover * {
    transition: all 0.5s;
}

.home-contact-item:hover * {
    color: var(--color-white) !important;
}

.home-brand {
    padding: 1rem 0;
    position: relative;
    overflow: hidden;
}

.home-brand::after {
	display: none;
    position: absolute;
    content: "";
    width: 55rem;
    height: 34rem;
    bottom: 0;
    left: 0;
    background: url(../images/lion.png) center/contain no-repeat;
}

.home-brand .container {
    position: relative;
    z-index: 2;
}

.home-brand-hide {
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 15rem;
    font-weight: 700;
    line-height: 22rem;
    font-family: UTM Avo;
    letter-spacing: 0.16em;
    background: linear-gradient(180deg, #f2f2f2 0%, rgba(249, 249, 249, 0.47) 65.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.home-brand .title {
    position: relative;
    z-index: 2;
}

.home-brand-top {
    margin: 6rem 0 4.8rem;
    position: relative;
}

.home-brand-top-img {
    width: 27rem;
    height: 11rem;
    background: #f8f8f8;
    border-radius: 12px;
    margin: 0 1rem;
    cursor: pointer;
}

.home-brand-top-img img {
    mix-blend-mode: multiply;
}

.home-brand-top-img.active {
    border: 2px solid var(--color-main);
}

.home-brand-link {
    color: var(--color-main);
    font-size: 1.8rem;
    display: block;
    text-align: center;
    margin-top: 4.5rem;
    font-weight: 700;
}

.home-brand-link:hover {
    color: var(--color-brown);
}

.home-brand-item {
    display: none;
    -webkit-animation: upIn 1s linear;
    animation: upIn 1s linear;
}

.home-brand-item.active {
    display: block;
}

.home-activities {
    padding: 40px 0;
}

.home-activities-slide {
    margin-top: 40px;
}

.home-activities-list {
    column-count: 3;
    column-gap: 30px;
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 5.8rem;

}

.home-activities-item {
    overflow: hidden;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    display: block;
    margin-bottom: 30px;
}

@media (min-width: 991px) {
    .home-activities-item:nth-child(3n) .home-activities-item-img {
        padding-top: 130%;
    }

    .home-activities-item:nth-child(2) .home-activities-item-img {
        padding-top: 130%;
    }
}


.home-activities-item-content {
    padding: 3rem;
    color: var(--color-white);
    background-color: var(--color-brown);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.home-activities-item-content h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.home-activities-item-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/* .home-activities-item:nth-child(2n) .home-activities-item-content {
    background-color: #2f2440;
}

.home-activities-item:nth-child(3n) .home-activities-item-content {
    background-color: #ba0f30;
} */
.home-activities-item:hover .home-activities-item-content {
    background-color: var(--color-main);
}

.home-news {
    background-color: var(--color-brown);
    padding: 5.4rem 0 4.8rem;
}

.home-news-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-news-link {
    color: var(--color-main);
    text-decoration: underline;
    font-size: 1.8rem;
    display: block;
}

.home-news-link:hover {
    color: var(--color-white);
}

.home-news .container {
    position: relative;
}

.home-news-hide {
    position: absolute;
    left: -34rem;
    top: 30rem;
    background: linear-gradient(180deg, rgba(242, 242, 242, 0.2) 0%, rgba(249, 249, 249, 0.094) 65.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    transform: rotate(-90deg);
    font-size: 13rem;
    line-height: 22rem;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.home-news .title {
    color: var(--color-white);
}

.news {
    padding: 6rem 0;
}

.news-top {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 4.5rem;
}

.news-list {
    margin-top: 2.3rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.news-item-img {
    height: 18.6rem;
    border-radius: 0.8rem;
    position: relative;
}

.news-item .news-item-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
}

.news-item:hover .news-item-img::after {
    background-color: #6483b6b5;
}

.news-item-content {
    margin-top: 1.1rem;
    font-size: 1.4rem;
    color: var(--color-white);
}

.news-item-content h3 {
    font-weight: 700;
    margin-bottom: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news-item:hover h3 {
    color: var(--color-yellow);
}

.news-item-content p,
.news-item-content .btn-main {
    display: none;
}

.news-item-content.newspage {
    color: var(--color-brown) !important;
}

.news-item-content.newspage p {
    color: #939598;
}

.news-item:nth-child(1) {
    grid-column: 1/5;
    display: flex;
    gap: 3rem;
}

.news-item:nth-child(1) .news-item-img {
    width: 50%;
    height: 30rem;
}

.news-item:nth-child(1) .news-item-content {
    margin-top: 0;
    width: 50%;
    font-size: 1.6rem;
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    gap: 1.9rem;
}

.news-item:nth-child(1) .news-item-content span {
    order: 1;
}

.news-item:nth-child(1) .news-item-content h3 {
    font-size: 3.2rem;
    margin-bottom: 0;
    order: 2;
    -webkit-line-clamp: 3;
}

.news-item:nth-child(1) .news-item-content p,
.news-item:nth-child(1) .news-item-content .btn-main {
    display: block;
}

.news-item:nth-child(1) .news-item-content p {
    order: 3;
}

.news-item:nth-child(1) .news-item-content .btn-main {
    order: 4;
    background-color: var(--color-yellow);
    color: #fff;
}

.product-detail {
    padding: 5rem 0 3rem;
}

.product-detail .title {
    margin-bottom: 4rem;
}

.product-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.product-detail .product-list {
    max-width: 1100px;
    margin: 0 auto;
}

.product-item {
    width: 100%;
}

.product-item .scale-hover {
    height: 34.9rem;
    border: 0.1rem solid #f2f2f2;
    border-radius: 2.4rem;
}

.product-detail .product-item .scale-hover {
    height: 25rem;
}

.product-detail .product-item .btn-main {
    padding: 1rem 2.4rem;
}

.product-item h3 {
    font-weight: 700;
    color: var(--color-brown2);
    margin: 1.7rem 0;
}

.flickity-button {
    background: none;
}

.previous::after {
    content: "";
    background: url(/wp-content/uploads/2023/06/Frame-31-1.png) center/contain no-repeat;
    width: 4.9rem;
    height: 4.8rem;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
}

.next::after {
    content: "";
    background: url(/wp-content/uploads/2023/06/Frame-32.png) center/contain no-repeat;
    width: 4.9rem;
    height: 4.8rem;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
}

.slide {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-content {
    max-width: 55.8rem;
}

.slide-content h1 {
    font-weight: 700;
    font-size: 7.2rem;
    line-height: 10rem;
    color: var(--color-yellow);
    margin-bottom: 1.6rem;
}

.slide-content ul,
.slide-content p {
    margin-bottom: 0.8rem;
}

.slide-btn {
    display: flex;
    align-items: center;
    gap: 2.4rem;
    margin-top: 3rem;
}

.collaborate {
    max-width: 1920px;
    margin: 0 auto;
    padding: 4rem 0 0;
}

.collaborate-title {
    margin-bottom: 5.4rem;
    text-align: center;
}

.collaborate-title h2 {
    font-size: 3.2rem;
    color: var(--color-brown);
}

.collaborate-title p {
    color: #828282;
    font-size: 1.8rem;
    margin-top: 1.2rem;
}

.collaborate-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.collaborate-item {
    height: 26.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    gap: 2rem;
    color: var(--color-white);
}

.collaborate-item h3 {
    font-size: 2.4rem;
    line-height: 4.8rem;
    text-align: center;
}

.collaborate-item .btn-main:hover {
    background: var(--color-yellow);
    color: var(--color-brown);
    border-color: var(--color-yellow);
}

.footer {
    background-color: var(--color-brown);
    padding: 7.3rem 0;
    position: relative;
    color: var(--color-white);
}

.footer-list {
    display: grid;
    grid-template-columns: 30% 30% 40%;
}

.footer-item {
    max-width: 42rem;
}

/* 
.footer::after {
    position: absolute;
    content: "";
    width: 47rem;
    height: 45rem;
    bottom: 0;
    left: 0;
    background: url(../images/lion.png) center/contain no-repeat;
} */

/* .footer::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: url(../images/ft.png) top/contain no-repeat;
} */

.footer .container {
    position: relative;
    z-index: 2;
}

.footer-logo {
    display: block;
    width: 21.6rem;
    height: auto;
}

.footer-slogan {
    font-weight: 700;
    margin-top: 2.3rem;
    margin-bottom: 1.6rem;
}

.footer-add+.footer-add {
    margin-top: 0.8rem;
}

.footer-add span {
    font-size: 14px;
    margin-right: 0.3rem;
}

.footer-time {
    margin-bottom: 2.3rem;
    font-size: 1.4rem;
}

.footer-license {
    font-size: 14px;
    margin-top: 3.7rem;
}

.footer-license img {
    margin-top: 1.8rem;
    width: 16.7rem;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer-title {
    font-weight: 700;
    margin-bottom: 1rem;
}

.footer-contact-item {
    margin-bottom: 1.6rem;
}

.footer-contact-item a {
    font-weight: 700;
    font-size: 14px;
    margin-right: 0.3rem;
}

.footer-social {
    margin-top: 3rem;
}

.footer-social-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 150px;
}

.footer-menu {
    font-size: 1.4rem;
    margin-top: 2.3rem;
}

.footer ul li+li {
    margin-top: 1.6rem;
}

.footer a:hover {
    color: var(--color-yellow);
}

.banner {
    background-color: var(--color-main);
    padding: 8.1rem 0 7.5rem;
    position: relative;
}

/* .banner::before,
.banner::after {
    position: absolute;
    content: "";
    width: 27%;
    height: 58%;
    bottom: 0;
    left: 0;
    background: url(../images/lion2.png) center/cover no-repeat;
}

.banner::before {
    left: auto;
    right: 0;
    transform: matrix(-1, 0, 0, 1, 0, 0);
} */

.banner-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    max-width: 60rem;
    color: var(--color-white);
    position: relative;
    z-index: 99;
}

.banner-content h1 {
    font-size: 4.2rem;
    line-height: 6rem;
    font-weight: 700;
    margin-bottom: 2.4rem;
}

.banner-date {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}

.banner-img {
    border-radius: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 35rem;
}


.banner-img.over-auto {
    overflow: inherit;
    height: auto;
    min-height: 35rem;
}

.banner-play {
    cursor: pointer;
    background: rgba(138, 145, 114, 0.8705882353);
    position: absolute;
    border-radius: 50%;
    transition: all 0.5s;
}

.banner-play:hover {
    transform: scale(1.2);
}

.banner.detail {
    background-color: #939598;
}

.banner.detail .banner-content {
    color: var(--color-black);
}

.banner.detail .banner-content img {
    width: 17.4rem;
    height: 11rem;
    margin-bottom: 1.4rem;
    border-radius: 1.2rem;
}


.banner-search form {
    width: 20rem;
    padding: 10px;
    background-color: var(--color-white);
    border-radius: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-search form input {
    width: 80%;
    border: none;
    background-color: transparent;
    color: #828282;
}

.banner-search form path {
    stroke: #828282;
}

.banner-search form button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    padding: 2rem;
    height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
}

.swal2-container {
    z-index: 9999999999 !important;
}

.popup.active {
    display: flex;
}

.popup-close {
    position: absolute;
    top: 3rem;
    right: 2rem;
    z-index: 9;
}

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

.popup iframe {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    width: 100%;
    height: 80%;
}

.about-us {
    padding: 6rem 0 3rem;
    position: relative;
}

.about-us-bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.about-us-bg img {
    width: 100%;
    height: auto;
}

.about-us .container {
    position: relative;
    z-index: 2;
}

.about-us .title {
    padding-bottom: 2.4rem;
    margin-bottom: 4.4rem;
    border-bottom: 1px solid #939598;
}

.about-us .title.recruit-page {
    margin-bottom: 1.9rem;
}

.about-us-content h3 {
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: 700;
    margin-bottom: 1.9rem;
}

.about-us-content p {
    font-size: 1.8rem;
}

.about-us-img {
    height: 100%;
}

.about-us-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-cat .about-us-content {
    padding: 40px;
}

.about-us-cap {
    font-size: 2rem;
    color: #4f4f4f;
    margin-bottom: 4.3rem;
}

.page-cat [class*="col-"] {
    padding: 0;
}


.about-us-desc {
    color: #4f4f4f;
    max-width: 85rem;
    margin: 0 auto;
}

.about-us .row:nth-of-type(odd) {
    flex-direction: row-reverse;
}

.about-vision {
    padding: 0rem 0 2rem;
}

.about-vision-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-top: 4rem;
    border-top: 1px solid #bdbdbd;
    padding: 5.9rem 0 0;
}

.about-vision-item {
    position: relative;
}

.about-vision-item::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 11rem;
    height: 6rem;
    width: 1px;
    background-color: #bdbdbd;
}

.about-vision-item-year {
    font-size: 9.6rem;
    font-weight: 700;
    color: var(--color-main);
    opacity: 0.2;
}

.about-vision-item .d-flex {
    gap: 3.8rem;
}

.about-vision-item .d-flex img {
    width: 6.4rem;
    height: 6.4rem;
    margin-top: 2rem;
    -o-object-fit: contain;
    object-fit: contain;
}

.about-vision-item-content {
    width: 74%;
}

.about-vision-item-content h3 {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--color-brown);
    padding-bottom: 0.6rem;
    border-bottom: 2px solid var(--color-brown);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 1.8rem;
}

.about-vision-item-content ul li,
.about-vision-item-content p {
    color: #939598;
    line-height: 2.4rem;
}

.about-value {
    padding: 30px 0;
}

.about-value-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 1rem;
}

.about-value-item {
    width: 31rem;
    min-height: 24.4rem;
    border-radius: 1.6rem;
    background-color: #fff5f6;
    padding: 2.4rem 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.about-value-item h3 {
    font-size: 1.8rem;
    font-weight: 700;
}

.about-value .count-up {
    font-size: 6.4rem;
    line-height: 9.6rem;
    font-weight: 700;
    color: var(--color-main);
}

.about-value .count-desc {
    color: var(--color-main);
    font-weight: 700;
    margin-left: 1rem;
    font-size: 3.6rem;
    line-height: 5.4rem;
}

.about-team {
    padding: 7rem 0 0;
    position: relative;
}

.about-team-container {
    padding: 0 2.8rem;
    max-width: 1920px;
    margin: 0 auto;
}

.about-team-hide {
    position: absolute;
    height: 26.4rem;
    left: 3%;
    right: 0;
    top: 1%;
    font-style: normal;
    z-index: -1;
    font-weight: 700;
    font-size: 15rem;
    line-height: 81%;
    letter-spacing: 0.16em;
    background: linear-gradient(180deg, #f2f2f2 0%, rgba(249, 249, 249, 0.47) 65.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -moz-text-align-last: right;
    text-align-last: right;
    max-width: 1200px;
    margin: 0 auto;
}

.about-team .title {
    position: relative;
    z-index: 2;
}

.about-team-list {
    margin-top: 7.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
}

.about-team-item {
    flex: 0 1 18%;
}

.about-team-item .scale-hover {
    border-radius: 1.6rem;
}

.about-team-item-desc {
    text-align: center;
    margin-top: 2.1rem;
    color: #333;
}

.about-team-item-desc h3 {
    font-weight: 700;
}

.about-title h2 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.6rem;
}

.about-title p {
    margin-top: 1.9rem;
    font-size: 1.8rem;
}

.brand-page {
    padding: 6rem 0;
    position: relative;
}

.brand-page-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.brand-page-bg img {
    width: 100%;
    height: auto;
}

.brand-page-cap {
    font-size: 2.4rem;
    font-style: italic;
    font-weight: 700;
    padding-bottom: 3.2rem;
    border-bottom: 1px solid #939598;
    color: var(--color-brown);
    margin-bottom: 6.2rem;
}

.brand-page-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.brand-page-row+.brand-page-row {
    margin-top: 1.8rem;
}

.brand-page-row:nth-child(3) .brand-page-img {
    grid-column: 1;
    grid-row: 1;
    margin-right: auto;
    margin-left: 0;
}

.brand-page-row:nth-child(3) .brand-page-item {
    color: var(--color-main);
    background-color: #dbb35c;
}

.brand-page-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.brand-page-desc {
    font-size: 1.8rem;
    color: var(--color-black);
    margin-bottom: 4.3rem;
}

.brand-page-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.brand-page-item {
    border-radius: 0.8rem;
    background-color: #dbb35c;
    padding: 12px;
    font-weight: 700;
    color: var(--color-brown);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.5s;
}

.brand-page-item:hover {
    background-color: var(--color-brown) !important;
    color: #fff !important;
}

.brand-page-img {
    height: 50rem;
    width: 50rem;
    position: relative;
    margin-left: auto;
}

.brand-page-img img {
    position: absolute;
    border-radius: 1.6rem;
}

.brand-page-img img:nth-child(1) {
    top: 0;
    left: 0;
    width: 27.5rem;
    height: 31.6rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.brand-page-img img:nth-child(2) {
    bottom: 0;
    right: 0;
    width: 33.5rem;
    height: 38.5rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.brand-all {
    padding: 3.3rem 0 0;
}

.brand-all-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
}

.brand-all-bottom {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 3rem;
    margin-top: 3rem;
}

.brand-all-item {
    border-radius: 1.6rem;
    padding: 2rem 0.8rem;
    border: 1px solid #f2f2f2;
    transition: all 0.5s;
    display: block;
}

.brand-all-item:hover {
    box-shadow: 6px 9px #f2f2f2;
}

.brand-all-item:hover h3 {
    color: var(--color-main);
}

.brand-all-item img {
    width: 100%;
    height: 11rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.brand-all-item h3 {
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
    margin: 0.8rem 0;
    color: var(--color-brown);
}

.brand-all-item p {
    text-align: center;
    font-size: 1.2rem;
    color: #828282;
}

.search-product form {
    display: flex;
    align-items: center;
    width: 31rem;
    height: 4.2rem;
    background-color: #f2f2f2;
    padding: 3px;
}

.search-product form input {
    border: none;
    background-color: transparent;
    padding: 1rem 1.2rem;
    color: #828282;
    height: 100%;
    width: 88%;
}

.search-product form button {
    height: 100%;
    width: 3.6rem;
    border-radius: 0.4rem;
    background-color: var(--color-main);
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-product form button svg {
    width: 1.6rem;
    height: 1.6rem;
}

.product-info {
    padding: 60px 0;
}

.product-info-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.product-gallery {
    display: flex;
    gap: 24px;

}

.product-thumb-wrap {
    width: 88px;
}

.product-thumb {
    width: 300px;
    transform: rotate(90deg) translate(30px, -100%);
    transform-origin: left top;
}

.product-thumb img {
    width: 88px;
    height: 113px;
    transform: rotate(-90deg);
    margin: 0 16px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #eee;
}

.product-big .next::after,
.product-big .previous::after {
    display: none;
}

.product-big .flickity-button:hover {
    background: none;

}

.product-big .flickity-prev-next-button.previous {
    top: auto;
    left: -95px;
    bottom: 10px;
}

.product-big .flickity-prev-next-button.next {
    top: auto;
    right: auto;
    bottom: 10px;
    left: -80px;

}

.product-big {
    width: 83%;
}

.product-big img {
    width: 100%;
    height: 687px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #eee;
}


.product-name {
    font-weight: 700;
    font-size: 32px;
    color: #333;
    margin-bottom: 20px;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 20px;
}

.product-contact {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 21px;
    margin-top: 20px;
    color: var(--color-main);
}

.product-exp {
    padding: 12px 0;
    border-top: 1px solid #DBDDE0;
    border-bottom: 1px solid #DBDDE0;
}

.product-sale {
    margin-top: 17px;
    margin-bottom: 17px;

}


.product-sale-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-sale-item+.product-sale-item {
    margin-top: 15px;
}

.product-sale-item img {
    width: 24px;
    height: 24px;
    object-fit: cover;
}

.product-share {
    display: flex;
    align-items: center;
    gap: 17px;

}

.product-share-icon {
    display: flex;
    align-items: center;
    gap: 20px;
}

.product-share path {
    fill: #000;
}

.popup-info-bottom {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 70% 26%;
    gap: 50px;
}

.product-info-detail h2 {
    font-weight: 700;
    font-size: 24px;
    color: var(--color-main);
    margin-bottom: 10px;
}

.popup-info-bottom .sidebar-item {
    margin-top: 0;
}



.blog {
    padding: 6rem 0;
}

.blog-row {
    display: grid;
    grid-template-columns: 70% auto;
    gap: 3rem;
}

.blog-content h2 {
    font-weight: 700;
    font-size: 3.2rem;
    color: var(--color-brown);
    margin-bottom: 1.4rem;
}

.sidebar a:hover {
    color: var(--color-main);
}

.sidebar-title {
    font-weight: 700;
    font-size: 2.4rem;
    color: var(--color-brown);
}

.sidebar-item {
    margin-top: 4.5rem;
}

.sidebar-item-title {
    font-size: 1.4rem;
    color: var(--color-brown);
    font-weight: 700;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 1.6rem;
    display: block;
}

.sidebar-item-post {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    margin-top: 1.2rem;
}

.sidebar-item-post:nth-child(1) {
    margin-top: 1.6rem;
}

.sidebar-item-post img {
    width: 8.6rem;
    height: 6.6rem;
    border-radius: 0.8rem;
    object-fit: cover;
    border: 1px solid #eee;
}

.sidebar-item-post-content {
    width: 70%;
}

.sidebar-item-post-title {
    font-size: 1.4rem;
    color: var(--color-brown);
    font-weight: 700;
    margin-bottom: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.sidebar-item-post-date {
    font-size: 1.4rem;
    color: #333;
}

.single .news-list {
    grid-template-columns: repeat(3, 1fr);
}

.single .news-item:nth-child(1) {
    grid-column: inherit;
    display: block;
    gap: 3rem;
}

.single .news-item:nth-child(1) .news-item-img {
    width: 100%;
    height: 18.6rem;
    min-height: auto;
}

.single .news-item-content {
    color: var(--color-brown);
}

.single .news-item:nth-child(1) .news-item-content {
    width: 100%;
    margin-top: 1.1rem;
    font-size: 1.4rem;
    color: var(--color-brown);
    display: block;
}

.single .news-item:nth-child(1) .news-item-content h3 {
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
    -webkit-line-clamp: 2;
}

.page-template-template-about .home-activities {
    padding-bottom: 3rem;
}

.benefit {
    padding: 5rem 0;
}

.benefit-img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    margin-bottom: 6rem;
}

.benefit-img .scale-hover {
    height: 35rem;
    border-radius: 1.2rem;
}

.benefit-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    row-gap: 3.6rem;
    margin-top: 5rem;
}

.benefit-item {
    display: flex;
    gap: 3.6rem;
}

.benefit-item img {
    width: 3.8rem;
    height: 4.05rem;
}

.benefit-item-content {
    width: 81%;
}

.benefit-item-content h3 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-brown);
    margin-bottom: 0.8rem;
}

.benefit-item-content p {
    color: #4f4f4f;
}

.job .title p {
    font-size: 1.6rem;
    text-align: left;
    color: var(--color-brown);
    margin: 0;
    margin-top: 1.1rem;
}

.job-top {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
}

.job-bottom {
    max-width: 85rem;
    margin: 0 auto;
    margin-top: 4rem;
}

.job-bottom-list-title {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.job-bottom-list-title h3 {
    font-weight: 700;
}

.job-bottom-list-icon {
    width: 2rem;
    height: 2rem;
    background: url(../svg/plus.svg) center/contain no-repeat;
    cursor: pointer;
}

.job-bottom-list-number {
    background: #dbb35c;
    border-radius: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-main);
    height: 3rem;
    min-width: 4.9rem;
}

.job-bottom-list+.job-bottom-list {
    margin-top: 2.9rem;
}

.job-bottom-list.active .job-bottom-list-icon {
    background: url(../svg/minus.svg) center/contain no-repeat;
}

.job-bottom-list.active .job-bottom-wrap {
    opacity: 1;
    visibility: inherit;
    max-height: 9000px;
}

.job-bottom-wrap {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.5s;
}

.job-bottom-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.7rem;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 2rem;
    color: #4f4f4f;
}

.job-bottom-item:nth-child(1) {
    margin-top: 2.9rem;
}

.job-bottom-item p {
    font-weight: 700;
}

.job-bottom-item a {
    text-decoration: underline;
    font-weight: 700;
    color: var(--color-main);
}

.job-bottom-item a:hover {
    color: var(--color-brown);
}

.contact {
    padding: 8rem 0;
}

.popup .contact {
    padding: 3rem;
    background: #fff;
    position: relative;
    z-index: 2;
    border-radius: 16px;
}

.contact-row {
    display: grid;
}

.contact-title {
    color: #333;
}

.popup .contact-title {
    max-width: 520px;
}

.contact-title h2 {
    font-size: 4.2rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.popup .contact-title h2 {
    font-size: 28px;
}

.contact .wpcf7-form {
    margin-top: 0.7rem;
    max-width: 519px;
}

.contact .wpcf7-form .form-wrap {
    display: flex;
    gap: 2rem;
}

.contact .wpcf7-form label {
    display: block;
    font-size: 1.4rem;
    color: #4f4f4f;
    font-weight: 700;
    margin-bottom: 0.6rem;
}

.contact .wpcf7-form .wpcf7-textarea,
.contact .wpcf7-form .wpcf7-text {
    height: 4.2rem;
    width: 100%;
    border-radius: 0.8rem;
    border: 1px solid #e0e0e0;
    padding: 0.6rem 2.1rem;
}

.contact .wpcf7-form .wpcf7-textarea::-moz-placeholder,
.contact .wpcf7-form .wpcf7-text::-moz-placeholder {
    color: #bdbdbd;
}

.contact .wpcf7-form .wpcf7-textarea:-ms-input-placeholder,
.contact .wpcf7-form .wpcf7-text:-ms-input-placeholder {
    color: #bdbdbd;
}

.contact .wpcf7-form .wpcf7-textarea::placeholder,
.contact .wpcf7-form .wpcf7-text::placeholder {
    color: #bdbdbd;
}

.contact .wpcf7-form .wpcf7-textarea {
    height: 8rem;
}

.contact .wpcf7-form .form-item {
    margin-top: 2rem;
}

.contact .wpcf7-form input[type=submit].btn-main {
    display: block;
    line-height: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: var(--color-main);
    padding: 10px 16px;
    border-radius: 30px;
    border: 1px solid var(--color-main);
    color: var(--color-white);
    transition: all 0.5s;
    margin-top: 2rem;
}

.contact .wpcf7-form input[type=submit].btn-main:hover {
    background: transparent;
    color: var(--color-main);
}

.contact-item {
    background: #f2f2f2;
    border-radius: 1.6rem;
    padding: 2rem 3rem;
    display: flex;
    gap: 3rem;
    cursor: pointer;
}

.contact-item+.contact-item {
    margin-top: 1.5rem;
}

.contact-item img {
    width: 2.7rem;
    height: 2.7rem;
    margin-top: 11px;
}

.contact-item-content {
    width: 90%;
    color: var(--color-brown);
}

.banner-full-img {
    height: auto;
}

@media (min-width: 992px) {
    .banner-full-img {
        height: 506px;
    }

    .contact-item-content::-webkit-scrollbar {
        width: 2px;
        background-color: #f2f2f2;
    }

    .contact-item-content::-webkit-scrollbar-thumb {
        background-color: var(--color-main);
    }

    .contact-item-content {
        max-height: 152px;
        overflow-y: scroll;
    }

}

.contact-item-content h3 {
    font-size: 2.4rem;
    font-weight: 700;
}

.contact-item-desc {
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    transition: all 0.5s ease-in-out;
}

.contact-item-desc li+li,
.contact-item-desc p+p {
    margin-top: 0.5rem;
}

.contact-item.active .contact-item-content h3 {
    margin-bottom: 1rem;
}

.contact-item.active .contact-item-desc {
    opacity: 1;
    max-height: 9999px;
}

.page-template-template-contact .collaborate {
    display: none;
}


@media (min-width: 992px) {

    .job-top .search-product {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    .home-activities .flickity-prev-next-button.previous {
        left: -6rem;
    }

    .home-activities .flickity-prev-next-button.next {
        right: -5rem;
    }
}

@media (min-width: 1700px) {
    .home-activities .flickity-prev-next-button.previous {
        left: -18rem;
    }

    .home-activities .flickity-prev-next-button.next {
        right: -18rem;
    }
}

@media (max-width: 1400px) {
    .header-nav>ul {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }

    .home-about-row {
        gap: 3rem;
    }
}

@media (max-width: 1200px) {
    .collaborate-item h3 {
        font-size: 20px;
    }

    .brand-all-bottom {
        gap: 2rem;
    }

    .sidebar .search-product form {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .home-about-wrap-item:nth-child(2) .hover-box.bg-main::before {
        background: var(--color-brown);
    }

    .home-about-wrap-item:nth-child(3) .hover-box.bg-main::before {
        background: var(--color-brown);
    }

    .home-contact-wrap:nth-child(3) .hover-box.bg-blue::before {
        background: var(--color-main);
    }

    .home-contact-wrap:nth-child(2) .hover-box.bg-blue::before {
        background: var(--color-main);
    }

}

@media (max-width: 991px) {
    .menu-mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 80%;
        height: 100%;
        max-width: 320px;
        background-color: var(--color-main);
        z-index: 9999;
        transform: translateX(-100%);
        transition: 0.5s;
        padding-bottom: 50px;
    }

    .menu-mobile>ul {
        list-style: none;
        overflow-y: auto;
        height: calc(100vh - 85px);
        display: block;
    }

    .menu-mobile>ul li {
        position: relative;
        border-bottom: 1px solid rgba(255, 239, 239, 0.2901960784);
    }

    .menu-mobile>ul li a {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        display: block;
        padding: 15px 10px;
    }

    .menu-mobile>ul li .li-plus {
        position: absolute;
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        display: block;
        top: 0;
        right: 0;
        color: #fff;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .menu-mobile>ul li .li-plus:before,
    .menu-mobile>ul li .li-plus:after {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-90deg);
        background-color: #fff;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        -moz-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
        -o-transform: translate(-50%, -50%) rotate(-90deg);
    }

    .menu-mobile>ul li .li-plus:before {
        width: 11px;
        height: 1px;
    }

    .menu-mobile>ul li .li-plus:after {
        width: 1px;
        height: 11px;
    }

    .menu-mobile>ul li .clicked {
        transform: rotate(180deg);
    }

    .menu-mobile>ul li .clicked.li-plus:before {
        display: none;
    }

    .menu-mobile>ul li>ul {
        margin-top: 0;
        display: none;
        position: relative;
        opacity: 1;
        visibility: visible;
        transition: none;
    }

    .menu-mobile>ul li>ul li {
        border: none;
        padding: 0;
    }

    .menu-mobile>ul li>ul li a {
        padding-left: 25px;
    }

    .menu-mobile>ul .current-menu-item a {
        color: var(--color-main) !important;
        background: #fff;
    }

    .menu-mobile>ul .current-menu-item ul a {
        color: #fff;
    }

    .menu-mobile>ul .current-menu-parent ul {
        display: block;
    }

    .menu-mobile .menu-mobile-close {
        position: absolute;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        top: 0;
        right: 0px;
    }

    .menu-mobile .menu-mobile-close svg {
        color: #fff;
    }

    .menu-mobile .menu-mobile-close svg path {
        fill: #fff;
        stroke: #fff;
    }

    .menu-mobile.menu-mobile-active {
        transform: translate(0);
    }

    .home-about-row {
        grid-template-columns: auto;
    }

    .home-about-right {
        grid-row: 1;
    }

    .home-about-right h2 {
        margin-top: 0;
    }

    .home-about::after {
        bottom: 20%;
        width: 50%;
        height: 50%;
    }

    .home-contact::after {
        width: 50%;
        height: auto;
        top: -2rem;
    }

    .home-activities-list {
        column-count: 2;
    }


    .news-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .news-item:nth-child(1) {
        grid-column: 1/3;
        flex-direction: column;
        gap: 1.5rem;
    }

    .news-item:nth-child(1) .news-item-img {
        width: 100%;
        min-height: 30rem;
    }

    .news-item:nth-child(1) .news-item-content {
        width: 100%;
        gap: 1rem;
    }

    .news-item:nth-child(1) .news-item-content h3 {
        font-size: 3.2rem;
        margin-bottom: 0;
        order: 2;
        -webkit-line-clamp: 3;
    }

    .banner {
        padding: 4rem 0;
    }

    .banner-img {
        margin-top: 2rem;
    }

    .product-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }

    .product-detail {
        padding: 3rem 0;
    }

    .product-detail .title {
        margin-bottom: 5rem;
    }

    .collaborate {
        padding: 3rem 0;
    }

    .collaborate-title {
        margin-bottom: 3rem;
    }

    .collaborate-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-list {
        grid-template-columns: auto auto;
        gap: 3rem;
    }

    .footer-item:nth-child(3) {
        grid-column: 1/1;
        grid-row: 1/1;
    }

    .about-vision-item-year {
        font-size: 8rem;
    }

    .about-vision-item .d-flex {
        gap: 2rem;
    }

    .about-value-item {
        width: 47%;
        min-height: 24.4rem;
    }

    .about-value-item h3 {
        font-size: 1.8rem;
        font-weight: 700;
    }

    .about-team {
        padding: 10rem 0 0;
        position: relative;
    }

    .about-team-container {
        padding: 0 2.8rem;
        max-width: 1920px;
    }

    .about-team-hide {
        font-size: 10rem;
        line-height: 50%;
    }

    .about-team-list {
        margin-top: 3rem;
        flex-wrap: wrap;
    }

    .about-team-item {
        flex: 0 1 46%;
    }

    .brand-page-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 3rem;
    }

    .brand-page-row+.brand-page-row {
        margin-top: 3rem;
    }

    .brand-page-row:nth-child(3) .brand-page-img {
        grid-column: inherit;
        grid-row: inherit;
    }

    .brand-page-img {
        height: 50rem;
        width: 50rem;
        position: relative;
        margin-left: 0;
    }

    .brand-all-bottom {
        grid-template-columns: repeat(4, 1fr);
    }

    .blog-row {
        grid-template-columns: auto;
    }

    .sidebar .search-product form {
        width: 31rem;
    }

    .banner.recruit-banner .banner-img {
        height: 26rem;
    }

    .benefit-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .popup-info-bottom,
    .product-info-top {
        grid-template-columns: auto;
        gap: 20px;
    }

    .product-gallery {
        flex-direction: column-reverse;
        gap: 15px;
    }

    .product-thumb-wrap {
        width: 100%;
    }

    .product-thumb {
        width: 100%;
        transform: inherit;
        transform-origin: inherit;
    }

    .product-thumb img {
        transform: inherit;
    }

    .product-big .flickity-prev-next-button.next,
    .product-big .flickity-prev-next-button.previous {
        display: none
    }

    .product-big {
        width: 100%;
    }

    .product-big img {
        height: 400px;
        object-fit: contain;
    }

    .page-cat .about-us-content {
        padding: 0;
        margin-bottom: 20px;
    }

    .page-cat .row+.row {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .title h2 {
        font-size: 3.5rem;
    }

    .title p {
        margin-top: 1rem;
    }

    .slide {
        height: 55rem;
    }

    .slide-content h1 {
        font-size: 4rem;
        line-height: 6rem;
    }

    .slide-btn {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 1rem;
    }

    .home-contact-list {
        margin-top: 2rem;
        grid-template-columns: repeat(1, 1fr);
        row-gap: 2rem;
    }

    .home-about-wrap-item:nth-child(even) .hover-box.bg-main::before {
        background: var(--color-brown);
    }

    .home-contact-wrap:nth-child(even) .hover-box.bg-blue::before {
        background: var(--color-main);
    }

    .home-activities-item {
        width: 100%;
    }

    .about-us .title {
        margin-bottom: 2rem;
        padding-bottom: 2rem;
    }

    .about-us .row {
        row-gap: 2rem;
    }

    .about-us-content h3 {
        margin-bottom: 1rem;
    }

    .about-us-cap {
        margin-bottom: 2rem;
    }

    .about-vision-list {
        grid-template-columns: auto;
        border-top: none;
        border-left: 1px solid #bdbdbd;
        padding: 0;
        padding-left: 4rem;
    }

    .about-vision-item::after {
        bottom: 50%;
        left: auto;
        right: 100%;
        height: 1px;
        width: 4rem;
    }

    .brand-all-bottom {
        grid-template-columns: repeat(3, 1fr);
    }

    .benefit {
        padding: 3rem 0;
    }

    .benefit-img {
        grid-template-columns: auto;
    }

    .benefit-list {
        grid-template-columns: auto;
    }

    .contact {
        padding: 3rem 0;
    }

    .contact-title h2 {
        font-size: 2.8rem;
        line-height: 1.5;
    }

    .contact-item img {
        margin-top: 0;
    }

    .contact-item-content h3 {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {

    .container-fluid,
    .container {
        padding: 0 15px;
    }

    .slider .flickity-button {
        top: auto;
        bottom: 0;
    }

    .title {
        font-size: 2.8rem;
        line-height: 4rem;
    }

    .title h2 {
        font-size: 2.8rem;
        line-height: 4rem;
    }

    .home-about {
        padding: 4rem 0;
    }

    .home-about .home-about-left {
        grid-template-columns: repeat(1, 1fr);
    }

    .home-about-item {
        width: 100%;
        max-width: inherit;
        padding: 2rem;
        margin-bottom: 2rem;
    }

    .home-contact {
        padding: 3rem 0;
    }

    .home-brand {
        padding: 3rem 0;
    }

    .home-brand-hide {
        font-size: 6rem;
    }

    .home-brand-top-img {
        width: 20rem;
    }

    .home-activities {
        padding: 3rem 0;
    }


    .home-activities-list {
        margin-top: 3rem;
        column-count: 1;
    }

    .product-detail .title {
        margin-bottom: 3rem;
    }

    .product-list {
        gap: 2rem;
    }

    .product-item .scale-hover {
        height: 25rem;
        border: 0.1rem solid #f2f2f2;
        border-radius: 2.4rem;
    }

    .home-news-hide {
        left: 26px;
        top: -35px;
        transform: rotate(0);
        line-height: 2;
        font-size: 5rem;
    }

    .collaborate-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer::after {
        width: 24rem;
        height: 40rem;
    }

    .footer-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-item {
        max-width: none;
    }

    .banner-content h1 {
        font-size: 2.8rem;
        line-height: 1.5;
        margin-bottom: 1.5rem;
    }

    .banner-img {
        height: 30rem;
    }

    .about-value {
        padding: 3rem 0;
    }

    .about-value-list {
        gap: 2rem;
        margin-top: 3rem;
    }

    .about-value-item {
        width: 100%;
        min-height: 20rem;
        padding: 2rem;
    }

    .about-value .count-up {
        font-size: 5rem;
        line-height: 7rem;
    }

    .about-value .count-desc {
        font-weight: 700;
        font-size: 3rem;
        line-height: 4rem;
    }

    .about-team {
        padding: 3rem 0 0;
        position: relative;
    }

    .about-team-container {
        padding: 0 1.5rem;
    }

    .about-team-hide {
        font-size: 5rem;
        line-height: 1;
    }

    .about-team-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-team-item-desc {
        margin-top: 1rem;
    }

    .brand-page {
        padding: 4rem 0;
    }

    .brand-page-cap {
        padding-bottom: 2rem;
        margin-bottom: 3rem;
    }

    .brand-page-list {
        gap: 1.5rem;
    }

    .brand-page-img {
        width: 100%;
    }

    .brand-all {
        padding: 3rem 0 4rem;
    }

    .brand-all-bottom {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 3rem;
    }

    .news {
        padding: 3rem 0;
    }

    .news-top {
        margin-bottom: 3rem;
    }

    .blog {
        padding: 4rem 0;
    }

    .sidebar-item {
        margin-top: 3rem;
    }

    .single .news-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .banner-search form {
        width: 100%;
    }

    .product-name {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .product-contact {
        margin: 10px 0;
    }

    .product-info {
        padding: 30px 0;
    }
}


.home-brand-wrap {
    margin-top: 30px;
}

@media (max-width: 350px) {
    .title br {
        display: none;
    }
}


@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(calc(-250px * 1));
    }

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

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(calc(-250px * 1));
    }

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

.brand-slider {
    height: 58px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 6px;
}

.brand-slider::before,
.brand-slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.brand-slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.brand-slider::before {
    left: 0;
    top: 0;
}

.brand-slider .brand-slide-track {
    -webkit-animation: scroll 20s linear infinite;
    animation: scroll 20s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.brand-slider:nth-child(even) .brand-slide-track {
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}

.brand-slider .brand-slide {
    height: 58px;
    width: 120px;
    border-radius: 12px;
    border: 1px solid var(--color-brown);
    margin: 0 6px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.brand-slider .brand-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
}

.brand-slider .brand-slide:hover::after {
    background-color: rgb(216 101 101 / 29%);
}

.brand-slider .brand-slide-track:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
    cursor: pointer;
}

.home-activities-slide .col {
    padding: 0 15px;
}

@media (max-width: 575px) {
    .brand-slider .brand-slide {
        width: 120px;
        height: 60px;
        margin: 0 5px;
    }

    .brand-slider {
        margin-bottom: 5px;
    }

    .brand-slider,
    .brand-slider::before,
    .brand-slider::after {
        height: 60px;
    }
}

.box-map-iframe {
    display: none;
}

.home-contact-map {
    display: grid;
    grid-template-columns: 40% auto;
    gap: 20px;
    margin-top: 40px;
}

.home-contact-box {
    margin-bottom: 10px;
}

.home-contact-box-title {
    font-size: 22px;
    font-weight: 700;
    background-color: var(--color-brown);
    color: #fff;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.home-contact-box-title::after {
    display: inline-block;
    content: url(../svg/down.svg);
    transition: all 0.5s;
}

.home-contact-box-title.active::after {
    transform: rotate(180deg);
}

.home-contact-box-title h3 {
    width: 96%;
    text-align: center;
}

.box-map {
    display: grid;
    grid-template-columns: 20% auto;
    gap: 10px;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid var(--color-brown);
    margin: 10px 0;
    cursor: pointer;
}

.box-map img {
    width: 100%;
}

.box-map h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.box-map p {
    margin-bottom: 10px;
}

.box-map a {
    color: var(--color-main);
    font-style: italic;
}

.home-contact-wrap {
    max-height: 500px;
    overflow-y: scroll;
}

.home-contact-wrap::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
}

.home-contact-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.home-contact-wrap::-webkit-scrollbar-thumb {
    background: var(--color-brown2);
    border-radius: 10px;
}

.home-contact-right iframe {
    width: 100%;
    height: 500px;
}

@media (max-width: 767px) {
    .home-contact-map {
        grid-template-columns: repeat(1, 1fr);
    }

    .home-contact-box-title {
        font-size: 18px;
    }

    .box-map h4 {
        font-size: 16px;
    }
}

.footer-social-list a {
    width: 30px;
    height: 30px;
    background: #68686859;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    transition: all 0.5s;
}

.footer-social-list a:hover {
    background: var(--color-main);
}

.footer-social-list a svg {
    width: 20px;
    height: 20px;
}