:root {
    --primary-color: #e31f26;
    --secondary-color: #313131;
    --text-color: #003358;
    --dark: #121214;
    --green: #89d113;
    --gradient: linear-gradient(0deg, rgba(20, 99, 184, 1) 0%, rgba(0, 58, 118, 1) 100%);
    
    --gradient-red: linear-gradient(0deg, rgba(150, 17, 21, 1) 0%, rgba(242, 31, 39, 1) 59%, rgba(235, 33, 40, 1) 100%);
}

.background-colored {
    background-color: var(--primary-color);
}

section {
    padding: 120px 0;
}

body .body-inner {
    overflow: hidden;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 75%;
    }
}

.max-80 {
    max-width: 80%;
    margin: auto;
}

#page-title[data-bg-parallax], [data-bg-parallax] {
    background-color: transparent;
}

html {
    scroll-behavior: smooth;
}

.text-color {
    color: #c21016;
}

.text-gray {
    color: #888;
}

body, p,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
#mainMenu nav>ul>li>a,
#footer,
button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]),
.article-name span,
#footer p {
    font-family: "Noto Kufi Arabic", "Noto Znamenny Musical Notation", "Noto Sans Thai", sans-serif;
    letter-spacing: 0;
    line-height: 1.5;
    color: #000000;
}

body, p, address {
    font-size: 16px;
    font-weight: 400;
}

.italic {
    font-style: italic;
}

.w100, .w-100 {
    width: 100%;
}

.w80 {
    width: 80%;
}

.w70 {
    width: 70%;
}

/* logo */
#header .header-inner #logo a {
    display: inline-block;
    height: auto;
    float: left;
    font-size: initial;
    vertical-align: middle;
}

#header .header-inner #logo a>img {
    height: 55px;
}

/* a {color: var(--primary-color);} */
a:not(.btn):hover,
a:not(.btn-view):hover,
a:not(.btn):not(.badge):hover, a:not(.btn):not(.badge):focus, a:not(.btn):not(.badge):active {
    color: var(--primary-color);
}

.breadcrumb ul li+li:before,
.breadcrumb ul li,
.breadcrumb ul li a {
    color: #bfbfbf;
}

button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]) {
    color: #ffffff;
    border: none;
    line-height: 42px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-decoration: none;
    outline: none;
    padding: 0 30px;
    background: #2a2525;
}

button.btn.btn-outline, .btn:not(.close):not(.mfp-close).btn-outline, a.btn:not([href]):not([tabindex]).btn-outline {
    border-color: #333;
    color: #333;
    background: transparent;
}

button.btn.btn-primary, .btn:not(.close):not(.mfp-close).btn-primary, a.btn:not([href]):not([tabindex]).btn-primary {
    background-color: #be1323;
    border-color: #be1323;
}

button.btn.btn-outline:hover, button.btn.btn-outline:focus, button.btn.btn-outline:active,
button.btn.btn-outline.active, .btn:not(.close):not(.mfp-close).btn-outline:hover,
.btn:not(.close):not(.mfp-close).btn-outline:focus, .btn:not(.close):not(.mfp-close).btn-outline:active,
.btn:not(.close):not(.mfp-close).btn-outline.active, a.btn:not([href]):not([tabindex]).btn-outline:hover,
a.btn:not([href]):not([tabindex]).btn-outline:focus, a.btn:not([href]):not([tabindex]).btn-outline:active,
a.btn:not([href]):not([tabindex]).btn-outline.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

#header.header-modern:not(.header-active) .header-inner, #header.header-modern:not(.header-active) #header-wrap {
    border-radius: 16px;
}

button.btn.btn-primary:hover, button.btn.btn-primary:focus, button.btn.btn-primary:not(:disabled):not(.disabled):active,
button.btn.btn-primary:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-primary:hover,
.btn:not(.close):not(.mfp-close).btn-primary:focus,
.btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]).btn-primary:hover, a.btn:not([href]):not([tabindex]).btn-primary:focus,
a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled).active {
    background: var(--primary-color);
    color: #333;
}

button.btn:hover, button.btn:focus, button.btn:not(:disabled):not(.disabled):active,
button.btn:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close):hover,
.btn:not(.close):not(.mfp-close):focus, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]):hover,
a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active {
    background: var(--primary-color);
    color: #fff;
    border-color: transparent;
    text-decoration: none;
}

.headbar {
    position: relative;
}

.headbar .btn {
    position: absolute !important;
    right: 15px;
    top: 10px;
}

.header-extras>ul>li {
    margin-left: 5px;
}

.header-extras>ul>li.header-link {
    margin-left: 18px;
}

.flickity-button {
    border-radius: 50%;
}

.flickity-button:hover {
    background: var(--primary-color);
}

.form-group label:not(.error) {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 4px;
}

.btn-circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    display: inline-block;
    color: #fff;
    background: var(--gradient);
}

.btn-circle.btn-expand img {
    width: 14px;
    height: auto;
}

#search {
    background: rgba(0, 0, 0, 0.88);
    backdrop-filter: blur(2px);
}

#search .search-form .form-control {
    color: #fff;
    text-align: center;
}

#search .search-form .text-muted {
    color: rgba(255, 255, 255, 0.62) !important;
    opacity: 1;
}

#search .btn-search-close {
    background: var(--secondary-color);
    color: var(--primary-color)
}

.header-contact {
    margin-right: 20px;
}

.header-contact ul.list-contact li {
    display: inline-block;
}

.header-contact ul.list-contact li span {
    display: none;
}

ul.list-contact li i {
    margin-right: 1px !important;
}

ul.list-contact li a:hover i {
    color: var(--secondary-color);
    background: var(--primary-color);
}

.header-extras>ul>li>a:not(.btn) i,
.header-extras>ul>li .topbar-dropdown>.title i,
.header-language i {
    font-size: 18px;
}

.header-extras>ul>li .p-dropdown a>span {
    top: -13px;
}

.img-flags {
    width: 20px;
}

.p-dropdown .p-dropdown-content, .p-dropdown ul.p-dropdown-content {
    padding: 5px;
}

#side-shortcut {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: -webkit-fit-content;
    z-index: 200;
    padding: 10px 7px;
    background: rgba(219, 219, 219, 0.4);
    border-radius: 0 2em 2em 0;
    backdrop-filter: blur(10px);
}

#side-shortcut a.btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background: #799e8c;
    border: none;
    border-radius: 50%;
    position: relative;
    padding: 0 !important;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.46);
    background: unset;
    border-bottom: unset;
}

#side-shortcut a.btn i {
    margin: 0 !important;
    padding: 0pz !important;
}

#side-shortcut a.btn:after {
    display: none;
}

#side-shortcut span, #side-shortcut strong {
    font-weight: normal;
    background: inherit;
    color: #fff;
    line-height: 40px;
    position: absolute;
    left: 0;
    text-align: center;
    text-transform: capitalize;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    white-space: nowrap;
    width: auto;
    opacity: 0;
    border-radius: 50px;
    font-size: 14px;
    padding: 0 15px;
    padding-left: 50px;
}

#side-shortcut a.btn:hover {
    background: var(--seconadary-color);
    transform: translate(0);
}

#side-shortcut>div[class*="shortcut-"]:hover a.btn {
    box-shadow: -2px 0 11px rgba(0, 0, 0, 0.43);
}

#side-shortcut .shortcut-call {
    background: #3bc413;
}

.shortcut-line {
    background: #38cd01;
    border-radius: 10px 0px 0px;
}

.shortcut-facebook {
    background: #0766ff;
}

.shortcut-youtube {
    background: #ec0f0f;
}

.shortcut-wechat {
    background: #00c173;
}

.shortcut-mobile {
    background: #1dac12;
}

.shortcut-call {
    background: var(--secondary-color);
}

.shortcut-email {
    background: #ee0707;
    border-radius: 0px 0px 0px 10px;
    border: unset !important;
}

.shortcut-wechat span {
    border-radius: 10px !important;
    padding-bottom: 10px !important;
}

img.qr-short {
    width: 90px;
}

#side-shortcut>[class*="shortcut-"] {
    position: relative;
    border-bottom: unset;
    border-radius: 100px;
    margin: 5px 0;
}

#side-shortcut>[class*="shortcut-"]:hover span,
#side-shortcut>[class*="shortcut-"]:hover strong {
    opacity: 1;
}

.shortcut-instagram {
    background: url(http://jittaka.shopup2.com/sites/18602/files/u/social/instagram-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.shortcut-instagram .social-icon {
    width: 20px;
    filter: brightness(0) invert(1);
}

.shortcut-line .social-icon {
    width: 35px;
}

.shortcut-tiktok {
    background: #000;
}

.shortcut-tiktok .social-icon {
    width: 27px;
}

.shortcut-linktr {
    background: var(--primary-color);
}

.shortcut-linktr .social-icon {
    width: 20px;
}

/* search */
#btn-shopping,
#btn-search {
    margin-top: 17px;
}

#btn-shopping,
#btn-search,
.search-btn {
    width: 42px;
    height: 42px;
    align-content: center;
    border-radius: 50%;
    line-height: 40px;
    padding: 0;
    text-align: center;
    /* border: 1px solid rgba(0, 0, 0, 0.3); */
    /* box-shadow: 0 -2px 2px rgba(25, 25, 25, 0.34) inset; */
}

#btn-shopping i,
#btn-search i,
.search-btn i {
    line-height: inherit !important;
}

.header-extras a:hover i {
    color: var(--primary-color) !important;
}

/* #btn-shopping:hover,
#btn-search:hover,
.search-btn:hover{
background: #871927;
box-shadow: -1px 6px 9px rgba(79, 38, 38, 0.6) inset;
} */

.search-wrapper {
    width: 42px;
    height: 42px;
    display: flex;
    border-radius: 4rem;

    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    overflow: hidden;
    transition: 400ms ease-in-out;
    position: relative;
    margin-top: 16px;
}

.search-wrapper.active {
    width: 300px;
}

.search-wrapper input {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 40px;
    margin-right: 2px;
    outline: none;
    border: none;
    font-size: 500;
    font-size: 1.2rem;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.search-btn {
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: auto;
    z-index: 1;
    color: #fff;
}

.search-btn i {
    color: inherit !important;
}

.header-social {
    border-right: 1px solid rgba(255, 255, 255, 0.17);
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 80px;
    vertical-align: middle;
    align-content: center;
    margin-top: 23px;
}

/* menu */
#mainMenu nav>ul>li>a {
    font-size: 16px;
    font-weight: 600;
    padding: 0 10px;
    letter-spacing: 0;
}

#mainMenu nav>ul>li>a,
.header-extras>ul>li a,
.header-extras>ul>li a i,
.header-extras>ul>li .p-dropdown a>span {
    color: #1b1b1b;
}

#mainMenu nav>ul>li .dropdown-menu {
    min-width: 420px;
}

#mainMenu nav>ul>li.hover-active>a, #mainMenu nav>ul>li.hover-active>span, #mainMenu nav>ul>li.current>a, #mainMenu nav>ul>li.current>span, #mainMenu nav>ul>li:hover>a, #mainMenu nav>ul>li:hover>span,
#mainMenu nav>ul>li:focus>a, #mainMenu nav>ul>li:focus>span {
    color: var(--secondary-color);
}

#mainMenu nav>ul>li {
    display: inline-block;
    float: none;
    margin: 0;
}

#mainMenu nav>ul>li:hover {
    box-shadow: inset 0 5px 0px var(--primary-color);
}

#mainMenu nav>ul>li .dropdown-menu li {
    line-height: 40px;
    font-size: 1em;
}

#mainMenu nav>ul>li .dropdown-menu li a {
    color: #333;
    display: inline-block;
    width: 100%;
}

#mainMenu nav>ul>li .dropdown-menu>li.current>a, #mainMenu nav>ul>li .dropdown-menu>li.current>span,
#mainMenu nav>ul>li .dropdown-menu>li:hover>a, #mainMenu nav>ul>li .dropdown-menu>li:hover>span,
#mainMenu nav>ul>li .dropdown-menu>li:focus>a, #mainMenu nav>ul>li .dropdown-menu>li:focus>span,
#mainMenu nav>ul>li .dropdown-menu>li:active>a, #mainMenu nav>ul>li .dropdown-menu>li:active>span,
#mainMenu nav>ul>li .dropdown-menu>li.hover-active>a, #mainMenu nav>ul>li .dropdown-menu>li.hover-active>span {
    color: var(--primary-color);
}

#mainMenu nav>ul>li>a {
    padding: 0 10px;
    line-height: 80px;
    display: inline-block;
    text-transform: capitalize;
}

#mainMenu nav>ul>li>a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

#mainMenu nav>ul>li:hover {}

#mainMenu nav>ul>li .dropdown-menu li:hover {
    background: #f2f2f2;
}

/* Text scroll animation for long menu items */
#mainMenu nav>ul>li>a.long-text {
    position: relative;
    overflow: hidden;
}

#mainMenu nav>ul>li>a.long-text::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: inherit;
    background: inherit;
    color: inherit;
    transform: translateX(0);
    transition: transform 0s;
    white-space: nowrap;
}

#mainMenu nav>ul>li>a.long-text:hover::before {
    animation: textScroll 4s ease-in-out infinite;
}

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

    15% {
        transform: translateX(0);
    }

    85% {
        transform: translateX(calc(-100% + 150px));
    }

    100% {
        transform: translateX(calc(-100% + 150px));
    }
}


h2.htitle {
    font-size: 2.2em;
}

#slider {
    position: relative;
}

#slider::before {
    position: absolute;
    content: "";
    width: 100%;
}

#slider .slide {
    position: relative;
    aspect-ratio: 21/8;
}

#slider .slide .embed-responsive {
    height: 100%;
    width: initial;
}

#slider .flickity-page-dots {
    bottom: 25px;
}

.inspiro-slider .slide .slide-captions>p,
.inspiro-slider .slide .slide-captions h1 {
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.65);
    color: #fff;
}

.inspiro-slider .slide .slide-captions h1 {
    font-weight: 500;
    font-size: 2em;
    letter-spacing: 0;
    line-height: 1;
}

.inspiro-slider .slide .slide-captions>p {
    font-size: 1.7em;
    color: #fff;
    margin-bottom: 20px;
}

.inspiro-slider .slide .slide-captions .text-link img {
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    height: 40px;
}

.inspiro-slider .slide .slide-captions .text-link {
    position: absolute;
    bottom: -240px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
}

/* about */
.sect-about {
    background-color: #f5f5f5;
}

.sect-about .desc {
    max-width: 80%;
    margin: 10px auto 20px auto;
}

/* Recruitment */
/* .sect-recruitment{
background: url(../images/bg-01.jpg) no-repeat;
background-size: 100%;
background-position: center;
} */
.list-recruitment {
    width: -webkit-fit-content;
    text-align: left;
    margin: auto;
    margin-bottom: 20px;
    left: 20px;
    position: relative;
}

.sect-recruitment,
.sect-recruitment h5 {
    color: #c7c7c7;
    font-size: 18px;
}

/* footer */
#footer,
#footer .footer-content {
    background: #000;
}

#footer .footer-botom {
    padding-bottom: 20px;
}

#footer, #footer p, #footer a, #footer address {
    font-size: 14px;
}

#footer, #footer p, #footer a, #footer a:not(.btn):not(:hover) {
    color: #cbcbcb;
}

#footer h4,
#footer strong,
#footer .name-th {
    color: #fff !important;
}

#footer a:hover {
    color: var(--primary-color);
}

.ft-top-inner {
    margin: 0;
    background: #e9bf1c;
    border-radius: 30px;
    width: 100%;
    color: #000;
    position: relative;
    top: -120px;
    z-index: 3;
    margin-bottom: -80px;
    padding: 30px;
    align-content: center;
}

#footer .ft-top-inner h4,
#footer .ft-top-inner p {
    color: inherit !important;
    margin: 0;
}

#footer .ft-top-inner h4 {
    margin-bottom: 0;
    font-size: 1.5em;
}

.ft-top-inner .rgh {
    text-align: right;
    align-content: center;
}

#footer .footer-content {
    position: relative;
    padding: 80px 0 40px 0;
}

#footer .logo-footer {
    height: 55px;
    margin-right: 20px;
}

#footer .name-th {
    font-size: 1.2em;
}

#footer address {
    font-style: normal;
    line-height: 1.8;
    margin-bottom: 20px;
}

footer .social-icons {
    float: right;
}

#footer .list-contact li i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    transition: all 0.3s ease;
}

#footer .social-icons {
    margin-top: 20px;
}

#footer .social-icons li {
    margin-right: 10px;
}

#footer .social-icons li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.19);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 17px;
}

#footer .social-icons li a:hover {
    background: var(--hover-color);
    transform: translateY(-3px);
}

#footer .list-links li {
    margin: 0 15px;
    float: left;
}

#footer .list-links li:first-child {
    margin-left: 0;
}

#footer .list-links li a {
    font-weight: 500;
    color: #666;
    transition: all 0.3s ease;
}

#footer .col-links ul {
    display: inline-block;
}

#footer .copyright {
    font-size: inherit;
    margin: 0;
    line-height: 32px;
    float: right;
}

#footer {
    padding: 0;
}

#footer .logo-footer {
    margin-right: 0;
    margin-bottom: 15px;
}

#footer .list-links li {
    margin: 5px 10px;
}

footer ul.list-contact li {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
}

footer ul.list-contact li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: var(--primary-color);
    font-size: 14px;
}

footer ul.list-contact li i {
    margin-right: 7px !important;
}

ul.list-contact li a:hover {
    background: transparent;
}

#footer .widget .widget-title,
#footer .widget h4 {
    font-weight: normal;
    font-size: 16px;
}

#footer .copyright-content {
    background: transparent;
}

#footer .copyright-content {
    font-size: 15px;
}

footer .col-qr {
    text-align: right;
}

footer .col-qr .widget {
    display: inline-block;
    text-align: left;
}

footer .cright .inner {
    display: inline-block;
    float: left;
    margin-left: 40px;
}

footer .cright .social-icons {
    clear: both;
}

footer ul.list-contact {
    display: inline-block;
    float: left;
}

.clear {
    clear: both;
    display: block;
}

.img-qrcode {
    float: right;
}

footer .ft-connect .widget {
    text-align: center;
    display: inline-block;
    float: right;
    border-radius: 20px;
    backdrop-filter: blur(6px);
}

footer .ft-connect .widget h4 {
    text-transform: none;
}

footer .ft-connect .widget a:hover {
    color: #fff;
}

footer .ft-connect img {
    border-radius: 13px;
}

footer ul.list-contact li i {
    background: var(--primary-color);
    color: #fff;
}

footer ul.list-contact li a:hover i {
    background: var(--hover-color);
    color: #fff;
}

#footer .list-links li a:hover {
    color: var(--primary-color);
}

#scrollTop:after, #scrollTop:before {
    background: var(--primary-color);
}

#footer .col-fll .list-links a {
    font-weight: 600 !important;
}

#footer .col-right .list-links {
    float: right;
}

.list-contact.social span {
    display: none;
}

.list-contact.social li {
    display: inline-block;
}

.bg-color-box {
    background: #91c53f;
    color: #fff;
    padding: 20px;
}

#header.header-sticky.sticky-active .header-inner, #header.header-sticky.sticky-active #header-wrap {
    border-radius: 0;
}

.social-icons li.social-facebook a:hover {
    background-color: #227df5 !important;
    color: #fff;
}

.social-icons li.social-youtube a:hover {
    background-color: #ff0000 !important;
    color: #fff;
}

.social-icons li.social-line a:hover {
    background-color: #00c300 !important;
    color: #fff;
}

.social-icons li.social-x a {
    background-color: #000;
    color: #fff;
}

.social-icons li.social-x a:hover img, .social-icons li.social-line a:hover img {
    filter: brightness(0) invert(1);
}

.social-icons li.social-tiktok a:hover {
    background-color: #000 !important;
    color: #fff;
}

.social-icons li.social-linkedin a:hover {
    background-color: #0b66c2 !important;
    color: #fff;
}

.social-icons.social-icons-colored .social-whatsapp a, .social-icons.social-icons-colored-hover .social-whatsapp a:hover {
    background-color: #24d366 !important;
    color: #fff;
}

.social-icons.social-icons-colored-hover li a:not(:hover) .image-icon-social {
    filter: none;
}

.social-icons.social-icons-colored-hover li.social-x a:not(:hover),
.social-icons.social-icons-colored-hover li.social-tiktok a:not(:hover) {
    background: transparent;
    color: #000;
}

.social-icons.social-icons-colored-hover li a:not(:hover) .image-icon-social {
    filter: brightness(0) invert(1);
}

.social-icons.light li a:not(:hover) .image-icon-social {
    filter: brightness(0) invert(1);
}

.social-icons:not(.social-title) li.social-instagram a:hover {
    background-color: transparent;
    background: url('../images/social/instagram-bg.jpg') no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

/* .social-icons:not(.social-title) li.social-tiktok a, */
.social-icons:not(.social-title) li.social-tiktok a:hover {
    background-color: transparent;
    background: #000 url('../images/social/tiktok-bg.webp') no-repeat !important;
    background-size: 15px !important;
    background-position: center !important;
}

.social-icons li.social-tiktok a:hover i {
    opacity: 0;
}

.image-icon-social {
    height: 13px;
    top: -1px;
    position: relative;
    filter: brightness(0) invert(1);
}

footer .social-icons li.social-line a:hover .image-icon-social {
    filter: brightness(0) invert(1);
}

.social-x a:hover {
    color: #0766c2;
}

footer .social-icons li.social-instagram a:hover {
    color: #fff;
}

.social-icons li:hover img {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

.social-icons img {
    height: 16px;
}

.social-icons.social-icons-colored .social-gmail a, .social-icons.social-icons-colored-hover .social-gmail a:hover {
    background-color: #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.34) inset;
}

.social-icons li.social-mail a:hover {
    background-color: #ee0707 !important;
    color: #fff;
}

.social-icons li.social-line a:hover {
    background-color: #00c300 !important;
    color: #fff;
}

.social-icons li.social-linemyshop a {
    background-color: #00c300 !important;
    color: #fff;
}

.social-icons li.social-linemyshop a img.image-icon-social {
    filter: none;
}

.social-icons .social-phone a:hover {
    background-color: #25940f !important;
}

.social-icons .social-website a {
    background: #285fb4;
}

.social-icons .line-oa img {
    max-width: 81%;
    height: auto;
}

.social-shopee a, .social-shopee a:hover {
    background: #ee4d2d !important;
}

.social-shopee a img {
    filter: brightness(0) invert(1);
}

img.social-img-lazada {
    height: 23px;
}

.social-lazada a:hover {
    background: url(../images/social/social-lazada.png) no-repeat !important;
    background-size: 40px !important;
    background-position: center;
}

.social-img-icon a:hover img {
    opacity: 0 !important;
}

/* Gallery Slider Styles */
.sect-gallery {
    padding: 80px 0;
    background: #f8f9fa;
}

.gallery-slider {
    margin-top: 40px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 0 auto;
    max-width: 1200px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.gallery-item:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.gallery-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom right, rgba(227, 31, 38, 0.9), rgba(0, 0, 0, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-content {
    text-align: center;
    color: white;
    padding: 20px;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-content {
    transform: translateY(0);
}

.gallery-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: white;
}

.gallery-content p {
    font-size: 14px;
    margin-bottom: 15px;
    opacity: 0.9;
    color: white;
}

.gallery-lightbox {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.gallery-lightbox:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
    color: white;
    text-decoration: none;
}

.gallery-lightbox i {
    font-size: 18px;
}

/* Responsive Gallery */
@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 15px;
    }

    .gallery-content h4 {
        font-size: 16px;
    }

    .gallery-content p {
        font-size: 13px;
    }

    .gallery-lightbox {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .gallery-lightbox i {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .sect-gallery {
        padding: 60px 0;
    }
}

/* Privacy Policy Popup Styles */
.privacy-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    animation: fadeIn 0.3s ease-in-out;
}

.privacy-popup-content {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    animation: slideIn 0.3s ease-out;
    position: relative;
}

.privacy-popup-header {
    padding: 25px 30px 20px;
    border-radius: 12px 12px 0 0;
    text-align: center;
}

#privacy-close-btn {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #000;
    position: absolute;
    top: 20px;
    right: 20px;
}

#privacy-close-btn i {
    color: inherit;
}

.privacy-popup-header h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.privacy-popup-header i {
    font-size: 28px;
    color: #fff;
}

.privacy-popup-body {
    padding: 30px;
    line-height: 1.6;
}

.privacy-popup-body p {
    margin-bottom: 15px;
    color: #333;
    font-size: 15px;
}

.privacy-popup-body ul {
    margin: 15px 0;
    padding-left: 20px;
}

.privacy-popup-body li {
    margin-bottom: 8px;
    color: #555;
    font-size: 14px;
}

.privacy-popup-footer {
    padding: 20px 30px 30px;
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.privacy-popup-footer .btn {
    min-width: 120px;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.privacy-popup-footer .btn-outline {
    background: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}

.privacy-popup-footer .btn-outline:hover {
    background: var(--primary-color);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(227, 31, 38, 0.3);
}

.privacy-popup-footer .btn:not(.btn-outline) {
    background: var(--primary-color);
    color: #fff;
    border: 2px solid var(--primary-color);
}

.privacy-popup-footer .btn:not(.btn-outline):hover {
    background: #c21016;
    border-color: #c21016;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(227, 31, 38, 0.3);
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }

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

/* Responsive Design */
@media (max-width: 768px) {
    .privacy-popup-content {
        width: 95%;
        margin: 20px;
    }

    .privacy-popup-header {
        padding: 20px 20px 15px;
    }

    .privacy-popup-header h3 {
        font-size: 20px;
    }

    .privacy-popup-body {
        padding: 20px;
    }

    .privacy-popup-footer {
        padding: 15px 20px 25px;
        flex-direction: column;
    }

    .privacy-popup-footer .btn {
        width: 100%;
        min-width: auto;
    }
}

@media (max-width: 480px) {
    .privacy-popup-header h3 {
        font-size: 18px;
        flex-direction: column;
        gap: 5px;
    }

    .privacy-popup-body {
        padding: 15px;
    }

    .privacy-popup-body p {
        font-size: 14px;
    }

    .privacy-popup-body li {
        font-size: 13px;
    }
}

/* page-faqs */
.page-faqs .accordion>.card>.card-header {
    padding: 0;
}

/* page-career */
.page-career .companySelect {
    margin: 10px 0 20px 0;
    padding-top: 10px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #e0e0e0;
}

.page-career #companyFilter .form-check {
    float: left;
    display: inline-block;
    margin-right: 20px;
}

.job-item {
    margin-bottom: 20px;
}

.job-item .company-name,
.job-item .job-date {
    font-size: 14px;
    font-weight: normal;
    color: #848586;
    margin-right: 10px;
}

/* Job Requirements Styling */
.requirements-title {
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 16px;
    padding-bottom: 5px;
}

.requirements-list {
    padding-left: 0;
    margin-bottom: 25px;
}

.requirements-list li {
    position: relative;
    margin-bottom: 2px;
    line-height: 1.6;
    color: #555;
}

.requirements-list li:last-child {
    margin-bottom: 0;
}

/* Accordion Styling */
.accordion .ac-item .ac-title:before {
    right: 20px;
}

.accordion .ac-item {
    padding: 0;
    overflow: hidden;
}
.accordion .ac-item.ac-active .ac-title{
    background-color: #141414;
    color: #f4f4f4;
}
.ac-item.job-item.ac-active .company-name, 
.ac-item.job-item.ac-active .job-item .job-date,
.ac-item.job-item.ac-active .ac-title .job-title{
    color: #f4f4f4;
}

.ac-title {
    background: #f8f9fa;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid #ddd;
}

.ac-title:hover {
    background: #e9ecef;
}

.ac-title .job-title {
    margin: 0;
    color: #333;
    font-weight: bold;
    font-size: 18px;
}

.ac-content {
    padding: 20px;
    background: white;
}

/* Location Select Styling */
.locationSelect .btn {
    margin: 5px;
    border-radius: 25px;
    padding: 8px 20px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.locationSelect .btn.active {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

.locationSelect .btn:hover {
    background: #0056b3;
    color: white;
    border-color: #0056b3;
}

/* Company Select Styling */
.companySelect {
    background: #f8f9fa;
    padding: 20px;
    margin-bottom: 30px;
}

.companySelect .form-check {
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 10px;
}

.companySelect .form-check-label {
    font-size: 14px;
    color: #555;
    cursor: pointer;
    transition: all 0.3s ease;
}

.companySelect .form-check-input:checked+.form-check-label {
    color: var(--primary-color);
    font-weight: bold;
}

/* Pagination Styling */
.pagination-section {
    margin-top: 40px;
    padding: 20px 0;
    border-top: 1px solid #eee;
}

.pagination {
    margin-bottom: 0;
}

.pagination .page-item .page-link {
    color: #007bff;
    border: 1px solid #dee2e6;
    padding: 8px 12px;
    margin: 0 2px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.pagination .page-item .page-link:hover {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
    transform: translateY(-1px);
}

.pagination .page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}

.pagination .page-item.disabled .page-link {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6;
    cursor: not-allowed;
}

.pagination .page-item.disabled .page-link:hover {
    background-color: #fff;
    color: #6c757d;
    border-color: #dee2e6;
    transform: none;
}

.pagination-info {
    color: #6c757d;
    font-size: 14px;
}

/* Pagination Icons */
.pagination .page-link i {
    font-size: 12px;
    margin: 0 2px;
}

/* Responsive Pagination */
@media (max-width: 768px) {
    .pagination .page-link {
        padding: 6px 8px;
        font-size: 12px;
        margin: 0 1px;
    }

    .pagination .page-link i {
        font-size: 10px;
    }

    .pagination-info {
        font-size: 12px;
    }
}

#jobApplicationModal .modal-header,
#jobApplicationModal .modal-body {
    padding: 20px 4em;
}

#jobApplicationModal .modal-header h4 {
    margin: 20px 0 10px 0;
    color: #747373;
}

#jobApplicationModal .modal-header h5 {
    margin: 0;
}

#jobApplicationModal .modal-header h5 span {
    color: var(--primary-color);
}

#jobApplicationModal input {
    padding: 0;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
}

#jobApplicationModal .form-group {
    margin-bottom: 40px;
}

#jobApplicationModal label,
#jobApplicationModal input,
#jobApplicationModal input::placeholder {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

#jobApplicationModal .modal-footer {
    justify-content: center;
}


/* List with numbered parentheses */
.list-parentheses-number {
    list-style: none;
    padding-left: 0;
    counter-reset: list-counter;
}

.list-parentheses-number li {
    position: relative;
    padding-left: 30px;
    counter-increment: list-counter;
}

.list-parentheses-number li::before {
    content: '(' counter(list-counter) ')';
    position: absolute;
    left: 0;
}

/* List with roman parentheses */
.list-parentheses-roman {
    list-style: none;
    padding-left: 0;
    counter-reset: list-counter;
}

.list-parentheses-roman li {
    position: relative;
    padding-left: 30px;
    counter-increment: list-counter;
}

.list-parentheses-roman li::before {
    content: '(' counter(list-counter, lower-roman) ')';
    position: absolute;
    left: 0;
}




@media screen and (max-width: 1567px) {
    #header .container {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 1090px) {
    #header .header-inner #logo a>img {
        height: 45px;
    }

    #mainMenu nav>ul>li>a {
        padding: 0 8px;
    }
}

@media screen and (max-width: 1024px) {
    .header-extras {
        float: right;
        margin-right: 50px;
    }

    #mainMenu-trigger {
        position: absolute;
        right: 0;
        width: 90px;
    }

    #header .header-inner #logo a>img {
        height: 55px;
        margin-left: 20px;
    }

    #mainMenu:not(.menu-overlay) nav>ul>li>a {
        line-height: 50px;
        padding: 0;
    }

    #mainMenu nav>ul>li:hover {
        box-shadow: inset 0 -5px 0px var(--primary-color);
    }
}

@media screen and (max-width: 991px) {}
@media screen and (max-width: 768px) {
    .page-title-heading > .title{font-size: 1.5em;}
    h2.htitle, .h3, h3{
        font-size: 1.5em;
    }
    section{ padding: 60px 0;}
    #footer .social-icons li{ margin-right: 5px;}
    footer .footer-content .cleft,
    footer .footer-content .cmiddle,
    footer .footer-botom .col-links,
    footer .footer-botom .crgh{
        flex: none;
        max-width: initial;
        width: 100%;
    }
    footer .social-icons,
    #footer .copyright{ 
        float: left;
    }
    #faqAccordion{ margin-bottom: 40px;}
}
@media screen and (max-width: 767px) {
    .accordion .ac-item .ac-title{ padding-right: 40px;}
}
@media (min-width: 576px) and (max-width: 767px) {
    .container, .container-sm{ max-width: 95%;}
    .p-t-80{ padding-top: 40px !important;}
}
@media screen and (max-width: 360px) {
    #header .header-inner #logo a>img{
            height: 45px;
            margin-left: 10px;
    }
    #mainMenu-trigger{ width: 50px;}
    .header-extras {margin-right: 30px; }
    #footer .logo-footer{ height: 55px;}
    
}