:root {
    --primary-color: #3b3d80;
    --secondary-color: #8bb83a;
    --dark: #121214;
    --hover: #406ba5;

    --blue: #3b3d80;
    --l-blue: #406ba5;
    --green: #60993d;
    --l-lgreen: #8bb83a;
    --red: #e3322a;
    --gradient-blue: linear-gradient(319deg, rgba(26, 27, 75, 1), rgba(20, 121, 255, 1) 56.72%);
    --gradient-green: linear-gradient(319deg, rgba(174, 224, 81, 1) 2%, rgba(118, 166, 23, 1) 100%);

    --c-glass: #bbbbbc;
    --c-light: #fff;
    --c-dark: #000;

    --c-content: #e1e1e1;
    --c-action: #03d5ff;

    --c-bg: #1b1b1d;

    --glass-reflex-dark: 2;
    --glass-reflex-light: 0.3;

    --saturation: 150%;

}

.text-green {
    color: #8bb83a;
}

[data-animate] {
    opacity: initial;
}

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

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

html {
    scroll-behavior: smooth;
}

.text-color {
    color: var(--primary-color);
}

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: "Prompt", sans-serif; */
    font-family: "Montserrat", "Noto Sans Thai", sans-serif;
    letter-spacing: 0;
    line-height: 1.5;
    color: #000000;
}

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

.font-fx, .font-custom {
    font-family: "STIX Two Text", "Noto Sans Thai", sans-serif !important;
}

.italic {
    font-style: italic;
}

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

.w80 {
    width: 80%;
}

.w70 {
    width: 70%;
}

section {
    background: transparent;
}

.index-main-content {
    position: relative;
}

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);
}

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: linear-gradient(319deg, rgba(26, 27, 75, 1), rgba(20, 121, 255, 1) 56.72%);
}

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-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: linear-gradient(319deg, rgba(26, 27, 75, 1), rgba(20, 121, 255, 1) 56.72%);
    border-color: #1178e7;
    color: #fff;
    box-shadow: 0 10px 23px rgba(17, 108, 231, 0.79);
}

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

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: linear-gradient(319deg, rgba(26, 27, 75, 1), rgba(20, 121, 255, 1) 56.72%);
    color: #fff;
    border-color: transparent;
    text-decoration: none;
    box-shadow: 0 10px 23px rgba(17, 108, 231, 0.79);
}

.btn-view {
    background: var(--gradient-blue);
    color: #fff;
    padding: 0 10px;
    border-radius: 50px;
}

.btn-view:hover {
    background: var(--gradient-green);
    color: #fff !important;
}

.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(--gradient-green);
}

.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-green);
}

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

#search {
    background: rgba(31, 68, 80, 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 a:hover,
.header-extras>ul>li a:hover i {
    color: var(--primary-color);
}

.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;
}

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

#btn-shopping,
#btn-search,
.search-btn {
    border: 1px solid #ddd;
    width: 42px;
    height: 42px;
    align-content: center;
    border-radius: 50%;
    line-height: 40px;
    padding: 0;
    text-align: center;
    box-shadow: -1px 6px 9px rgba(0, 0, 0, 0.39) inset;
}

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

#btn-shopping:hover,
#btn-search:hover,
.search-btn:hover {
    box-shadow: -1px 6px 9px rgba(0, 0, 0, 0.39) inset;
}

.search-btn:hover i {
    color: var(--primary-color);
}

.search-wrapper {
    width: 42px;
    height: 42px;
    display: flex;
    border-radius: 4rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.23);
    overflow: hidden;
    transition: 400ms ease-in-out;
    position: relative;
    margin-top: 16px;
}

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

.search-wrapper input {
    color: #000;
    background: #fff;
    box-shadow: -1px 6px 9px rgba(0, 0, 0, 0.39) inset;
    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: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: auto;
    z-index: 1;
    color: #fff;
    border: none;
}

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

#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 .dropdown-menu li {
    line-height: 40px;
    font-size: 1em;
}

#mainMenu nav>ul>li .dropdown-menu li a {
    color: #333;
}

#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(--secondary-color);
}

#mainMenu nav>ul>li>a {
    padding: 10px 15px;
    border-radius: 50px;
}

#mainMenu nav>ul>li>a:hover {
    background: #aee051;
    background: linear-gradient(319deg, rgba(174, 224, 81, 1) 2%, rgba(118, 166, 23, 1) 100%);
    color: #fff;
    text-decoration: none;
}

#slider::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    z-index: 1;
    pointer-events: none;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.46) 63%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.4;
    backdrop-filter: blur(9px);
}

#slider::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    z-index: 1;
    pointer-events: none;
    background: #fff;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.93) 19.33%, rgba(252, 252, 255, 0.4) 49.16%, rgba(248, 248, 248, 0.11) 75.21%, rgba(255, 255, 255, 0));
    z-index: 198;
}

.inspiro-slider .slide .slide-captions {
    width: 50%;
    text-align: left;
}

.inspiro-slider .slide .container,
.inspiro-slider .slide .container-wide {
    align-self: auto !important;
}

.inspiro-slider .slide .slide-captions {
    top: 160px;
}

.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: 3em;
    letter-spacing: 0;
    line-height: 1.5;
}

.inspiro-slider .slide .slide-captions h1 span {
    font-family: "STIX Two Text", "Noto Sans Thai", sans-serif !important;
    display: block;
    font-size: 2em;
    margin-bottom: 10px;
    letter-spacing: 5px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.42);
}

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

/* service */
.sect-service {
    overflow: initial;
    padding: 0;
}

/* .sect-service .container >.row{
position: relative;
top: -200px;
margin-bottom: -200px;
z-index: 2;
} */

/* about */
.sect-about {
    background: url(../images/bg-01.jpg) no-repeat;
    background-position: center;
    background-size: 100%;
}

.sect-about .headbar .ctm-title {
    font-size: 3em;
    max-width: 500px;
    font-weight: 700;
    color: #4357b5;
    line-height: 1.25;
    margin-right: 40px;
    float: left;
}

.sect-about .headbar .ctm-title span {
    color: var(--l-lgreen);
}

.sect-about .headbar .htitle {
    font-size: 2.5em;
    color: #888;
}

.sect-about:not(.page-about) .headbar .htitle {
    float: right;
    display: inline-block;
    width: 50%;
    text-align: right;
}

.sect-about .cright {
    text-align: right;
}

.sect-about .about-content {
    align-content: center;
}

.text-sm-floating {
    position: absolute;
    right: 15px;
    top: 16px;
    font-size: 14px;
}

img.img-bed {
    position: relative;
    left: -10%;
    width: 900px;
}

.video-box {
    position: relative;
    margin-bottom: 10px;
}

.box-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-flex;
}

.box-btn a i {
    color: #0f6dc4 !important;
}

.box-btn a.play-button {
    width: 60px;
    height: 60px;
    z-index: 3;
    margin: auto;
    text-align: center;
    background: #fff;
    color: #000 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-btn a i {
    color: #e02121 !important;
    font-size: 24px;
}

.pulse {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    animation: pulse-animation 1.5s infinite ease-out;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.pulse:nth-child(2) {
    animation-delay: 0.5s;
}

.pulse:nth-child(3) {
    animation-delay: 1s;
}

@keyframes pulse-animation {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

.transition {
    transition: all .3s ease-in-out;
}

/* articles Section */
.sect-articles {
    padding: 80px 0;
    padding-bottom: 160px;
}

.article-slide {
    margin: 0 -15px;
}

.article-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin: 15px 0;
    height: 100%;
}

.article-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.article-image {
    position: relative;
    overflow: hidden;
    height: 250px;
}

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

.article-card:hover .article-image img {
    transform: scale(1.1);
}

.article-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.article-card:hover .article-overlay {
    opacity: 1;
}

.article-content {
    position: relative;
    padding: 20px;
    min-height: 200px;
}

.article-content h4 {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: var(--primary-color);
    line-height: 1.4;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.article-content p {
    color: #666;
    margin-bottom: 15px;
    font-weight: 500;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.article-meta {
    display: flex;
    justify-content: space-between;
    color: #888;
    font-size: 0.9em;
}

.article-meta span {
    display: flex;
    align-items: center;
}

.article-meta i {
    margin-right: 5px;
    color: var(--primary-color);
}

/* article Slider Navigation */
.article-slide .flickity-button {
    background: var(--primary-color);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.article-slide .flickity-button:hover {
    background: var(--secondary-color);
}

.article-slide .flickity-button:disabled {
    opacity: 0.3;
}

.article-slide .flickity-page-dots {
    bottom: -40px;
}

.article-slide .flickity-page-dots .dot {
    background: #ddd;
    opacity: 1;
}

.article-slide .flickity-page-dots .dot.is-selected {
    background: var(--primary-color);
}

@media (max-width: 767px) {
    .sect-articles {
        padding: 60px 0;
    }

    .article-card {
        margin: 10px;
    }

    .article-image {
        height: 180px;
    }
}

/* service */
.article-card.service-card .article-content {
    min-height: 175px;
}

.article-card.service-card .article-content p {
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

/* banner */
/* .sect-banner{ padding-top: 0;} */
.sect-banner .bnr-left {
    width: 90%;
    float: left;
    border-radius: 0 300px;
    position: relative;
    overflow: hidden;
    /* left: 2%; */
}

.sect-banner .bnr-right {
    width: 40%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    border-radius: 200px 0;
    overflow: hidden;
    right: 2%;
}

.caption-inside {
    position: relative;
}

.caption-inside .captions {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15%;
    margin: auto;
    vertical-align: middle;
    align-content: center;
    font-size: 1.5em;
    max-width: 41%;
}

.quote-icon {
    position: relative;
}

.quote-icon::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 70px;
    left: -60px;
    top: -20px;
    background: url(../images/icon-quote-green.svg) no-repeat;
    background-size: 100%;
    background-position: center;
}

/* footer */
#footer {
    background: #e7e7e7;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

#footer {
    background: #03071d;
    background: url(../images/bg-footer.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
}

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

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

#footer .footer-content {
    position: relative;
}

#footer .company-name {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

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

#footer .name-th {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    /* color: var(--primary-color); */
}

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

#footer .list-contact li {
    margin-bottom: 15px;
}

#footer .list-contact li i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #1a2034;
    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;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    transition: all 0.3s ease;
}

#footer .social-icons li a:not(:hover) {
    background: #1a2034 !important;
}

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

#footer .list-links li {
    margin: 0 8px;
    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 .list-links li a:hover {
    color: var(--primary-color);
}

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

@media (max-width: 767px) {

    #footer .company-name {
        flex-direction: column;
        text-align: center;
    }

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

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

.img-qrcode {
    width: 150px;
    margin: -5px;
}

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

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{ color:#fff !important; }*/
ul.list-contact li a:hover {
    color: #000 !important;
    background: transparent;
    text-decoration: underline;
}

#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;
    /* background: rgba(255, 255, 255, 0.53);*/
    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;
}

#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,
.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-line a {
    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 {
    background: #25940f;
}

.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;
}

/* about */
.sh_subpage .dark #mainMenu nav>ul>li>a,
.sh_subpage .dark .header-extras .p-dropdown a>span,
.sh_subpage .dark .header-extras a>i {
    color: #000;
}

#header[data-transparent=true]+#page-title {
    top: initial;
    margin-bottom: initial;
    position: relative;
    padding: 80px 0 40px 0;
}

/* Services Page */
.service-card {
    background-color: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    transition: all 0.4s ease;
    overflow: hidden;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(40, 40, 90, 0.15);
}

.service-card .card-img-top {
    border-radius: 0;
    height: 200px;
    object-fit: cover;
}

.service-card .card-body {
    padding: 15px;
}

.service-card .card-title {
    font-size: 1.13em;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.service-card .card-text {
    color: #666;
    font-size: 15px;
    margin-top: 7px;
    /* margin-bottom: 25px; */
    /* min-height: 70px; */
}

/* Pagination */
.pagination {
    justify-content: center;
    margin-top: 30px;
}

.pagination .page-item .page-link {
    border: none;
    border-radius: 50px !important;
    /* important to override bootstrap */
    color: var(--primary-color);
    background-color: #f0f0f0;
    margin: 0 5px;
    padding: 10px 15px;
    min-width: 45px;
    text-align: center;
    transition: all 0.3s ease;
}

.pagination .page-item .page-link:hover {
    background-color: var(--primary-color);
    color: #fff;
    text-decoration: none;
}

.pagination .page-item:not(.disabled).active>.page-link {
    color: #fff;
}

.pagination .page-item.active .page-link {
    background: var(--primary-color);
    background: linear-gradient(319deg, rgba(26, 27, 75, 1), rgba(20, 121, 255, 1) 56.72%);
    color: #fff;
    box-shadow: 0 5px 15px rgba(20, 121, 255, 0.4);
}

.pagination .page-item.disabled .page-link {
    background-color: #e9ecef;
    color: #6c757d;
}

/* Service Detail Page */
.service-detail .product-image {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-detail .product-title h3 {
    font-size: 30px !important;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 10px !Important;
}

.service-detail .product-brief {
    font-size: 1.1em;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
}

.service-detail .product-features h4 {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.service-detail .product-features ul {
    list-style: none;
    padding-left: 0;
}

.service-detail .product-features ul li {
    font-size: 1.05em;
    color: #666;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.service-detail .product-features ul li i {
    color: var(--secondary-color);
    margin-right: 12px;
    font-size: 1.2em;
}

/* Post Meta */
.service-detail .post-date {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.service-detail .category-link {
    border-radius: 50px;
    font-size: 0.9em;
    font-weight: 500;
    transition: all 0.3s ease;
}

.service-detail .category-link:hover {
    color: var(--hover);
    text-decoration: none;
}

.service-detail .post-meta-date {
    color: #888;
    font-size: 0.95em;
}

.service-detail .post-meta-date i {
    margin-right: 8px;
}

.post-share {
    margin-left: auto;
}

.btn-share {
    color: #555;
    font-weight: 500;
    transition: color 0.3s ease;
}

.btn-share:hover {
    color: var(--primary-color);
    text-decoration: none;
}

/* Share Modal */
.modal-wrapper {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-wrapper.show {
    display: flex;
}

.modal-content {
    background-color: #fff;
    margin: auto;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    width: 90%;
    max-width: 400px;
    text-align: center;
    position: relative;
    animation: fadeInModal 0.4s;
}

@keyframes fadeInModal {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

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

.close-modal-btn {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.modal-content h4 {
    margin-top: 0;
    font-size: 1.5em;
    color: var(--primary-color);
}

.share-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.share-btn {
    padding: 12px 20px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.share-btn:hover {
    opacity: 0.9;
    color: #fff;
    text-decoration: none;
}

.facebook-btn {
    background-color: #1877F2;
}

.twitter-btn {
    background-color: #1DA1F2;
}

.copy-link-btn {
    background-color: #6c757d;
}

.link-copied-message {
    margin-top: 15px;
    color: var(--secondary-color);
    font-weight: 500;
}

.news-card .post-meta-date {
    font-size: 14px;
    margin-bottom: 4px;
    display: inline-block;
    color: #9c9c9c;
}

/* Contact Page */
.contact-form .form-control {
    border-radius: 8px;
    padding: 12px 15px;
    height: auto;
    border: 1px solid #e9ecef;
}

.contact-form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(60, 61, 128, 0.25);
}

.contact-form label {
    font-weight: 500;
    color: #333;
}

.contact-info-detail {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
}

.contact-info-detail h4 {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 20px;
}

.list-icon {
    list-style: none;
    padding-left: 0;
}

.list-icon li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #555;
    font-size: 1.05em;
}

.list-icon li i {
    color: var(--primary-color);
    margin-right: 15px;
    font-size: 1.3em;
    width: 25px;
    text-align: center;
}

.contact-map iframe {
    border-radius: 10px;
}

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

/* Privacy Policy Page */
.privacy-policy-content h4 {
    font-size: 1.5em;
    font-weight: 600;
    color: var(--primary-color);
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
}

.privacy-policy-content p {
    line-height: 1.8;
    margin-bottom: 15px;
}

.privacy-policy-content ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 15px;
}

.privacy-policy-content ul li {
    margin-bottom: 10px;
}

.privacy-policy-content address {
    font-style: normal;
    line-height: 1.8;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

/* PDPA Banner */
.pdpa-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(26, 27, 75, 0.95);
    color: #fff;
    padding: 20px;
    z-index: 1100;
    display: none;
    backdrop-filter: blur(5px);
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
}

.pdpa-banner.show {
    display: block;
}

.pdpa-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 75%;
    margin: 0 auto;
    gap: 20px;
}

.pdpa-content p {
    margin: 0;
    font-size: 0.95em;
    color: #fff;
}

.pdpa-content p a {
    color: var(--secondary-color);
    text-decoration: underline;
}

.pdpa-content p a:hover {
    color: #fff;
}

#pdpa-accept-btn {
    flex-shrink: 0;
    background: var(--secondary-color);
    color: #fff;
}

#pdpa-accept-btn:hover {
    background: #7ca535;
}

@media (max-width: 768px) {
    .pdpa-content {
        flex-direction: column;
        text-align: center;
    }

    .pdpa-content p {
        margin-bottom: 15px;
    }
}

.btn-viewmore {
    position: relative;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 2em;
    background-color: var(--primary-color);
    color: #fff !important;
    transition: all .2s ease-in-out;
}

.btn-viewmore img {
    width: 69px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    right: 0;
    margin: auto;
    z-index: 3;
}

.btn-viewmore::before {
    position: absolute;
    content: "";
    left: -20px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 150px;
    height: 150px;
    background: url(../images/contact.png) no-repeat;
    background-size: 100%;
    background-position: center;
    z-index: 1;
    -webkit-animation: spin 5s linear infinite;
    -moz-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
}

.btn-viewmore:hover::before {
    animation: paused;
}

.btn-viewmore:hover {
    transform: scale(1.1);
    background: var(--secondary-color);
    box-shadow: -0.9921875px 15.84375px 17px rgba(117, 111, 111, 0.22);
}

.rotate {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.sect-banner .btn-viewmore {
    position: absolute;
    top: 10%;
    right: 12%;
    z-index: 2;
    box-shadow: 0 10px 23px rgba(17, 108, 231, 0.79);
}

#scrollTop {
    bottom: 70px !important;
}

/* index-2-styl */
/* 0a69de */
.headbar .htitle {
    color: #0a69de;
}

.container-fluid {
    padding: 0 40px;
}

#header .header-inner,
.hero-banner-wrap {
    /* background: #929292;
background: linear-gradient(to right, rgba(235, 235, 235, 1), rgba(228, 228, 228, 1) 18%, rgba(255, 255, 255, 1) 32%,
rgba(137, 150, 172, 1) 43%, rgba(202, 206, 213, 1) 68%, rgba(255, 255, 255, 1));

background:linear-gradient(to right, rgba(235, 235, 235, 1), rgba(228, 228, 228, 1) 18%, rgba(255, 255, 255, 1) 32%,
rgba(204, 224, 216, 1) 43%, rgba(202, 206, 213, 1) 68%, rgba(255, 255, 255, 1)); */
}

.hero-banner-wrap .container-fluid {
    padding: 0px 40px 40px 40px;
}

#header .header-inner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
    background: var(--gradient-green);
}

#header .header-inner #logo {
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 50%;
    align-content: center;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    border-top-left-radius: 0;
    box-shadow: 0 5px 10px rgba(150, 150, 150, 0.28);
}

#header .header-inner #logo a>img {
    height: 70%;
}

#header.header-sticky.sticky-active .header-inner {
    background: linear-gradient(to right, rgba(146, 146, 146, 0.24), rgba(228, 228, 228, 0.59) 18%, rgba(255, 255, 255,
                0.29) 32%, rgba(137, 150, 173, 0.41) 43%, rgba(202, 206, 213, 0.48) 68%, rgba(255, 255, 255, 0.47));
    backdrop-filter: blur(20px);
}

#header.header-sticky.sticky-active .header-inner #logo {
    zoom: 0.8;
}

.top-link {
    float: right;
    line-height: normal;
    overflow: hidden;
}

.top-link .alink {
    position: relative;
}

.top-link .alink img {
    height: 52px;
    margin-right: -20px;
}

.alink p {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    padding: 0 30px;
    color: #fcfffb;
    text-shadow: 0 2px 1px rgba(26, 125, 42, 1);
    font-weight: 600;
}

/* #slider{border-radius: 20px;} */
#slider::before,
#slider::after {
    display: none;
}

.sect-service {
    padding: 80px 0;
    padding-top: 0;
}

.sect-articles {
    background: url(../images/bg-about.png) no-repeat;
    background-size: 100%;
    background-position: center;
}

/* Icon Boxes */
.sect-value {
    background: url(../images/bg-ab.png) no-repeat;
    background-size: 100%;
    background-position: center;
}

.icon-box {
    /* background: #fff; */
    padding: 20px !important;
    border-radius: 20px;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.08); */
    transition: all 0.4s ease;
    /* height: 100%; */
    position: relative;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-green);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.icon-box:hover::before {
    transform: scaleX(1);
}

.icon-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    background: var(--gradient-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 18px 19px #cbec6b;
}

.icon-box:hover .icon-wrapper {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(139, 184, 58, 0.4);
}

.icon-emoji {
    font-size: 2.5em;
    line-height: 1;
}

.icon-emoji img {
    width: 43px;
    filter: brightness(1) invert(1);
}

.icon-box h4 {
    font-size: 1.3em;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 15px;
    line-height: 1.3;
}

.icon-box p {
    color: #666;
    line-height: 1.6;
    margin: 0;
    font-size: 0.95em;
}

@media (max-width: 768px) {
    .icon-box {
        padding: 30px 20px;
        margin-bottom: 20px;
    }

    .icon-wrapper {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }

    .icon-emoji {
        font-size: 2em;
    }

    .icon-box h4 {
        font-size: 1.2em;
    }
}

.article-content h4 {
    margin-bottom: 0;
}

.sect-service .service-slide .article-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 1px -7px 30px rgba(0, 0, 0, 0.08);
}

.article-card.service-card .article-content {
    min-height: initial;
    padding-right: 60px;
}

.article-card.service-card .article-content .btn-circle {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.article-card.service-card .article-content .btn-circle:not(:hover) {
    background: #e2e2e2;
    color: #333;
}

.sect-service .service-slide .article-card .article-content p {
    display: none;
}

/* banner */
.sect-banner.banner-style-2 {
    padding: 0;
    overflow: initial;
}

.sect-banner.banner-style-2 .inner {
    position: relative;
    overflow: hidden;
    background: #0756b4;
    background: #0756B4;
    background: linear-gradient(0deg, rgba(7, 86, 180, 1) 0%, rgba(25, 137, 212, 1) 100%);
    padding: 120px 0;
}

.sect-banner.banner-style-2 .bnr-right {
    right: 4%;
    top: -60px;
    border-radius: initial;
}

.sect-banner.banner-style-2 .bnr-right img {
    border-radius: 200px 0;
}

/* ball */
.ball {
    --delay: 0s;
    --size: 0.4;
    --speed: 20s;
    aspect-ratio: 1;
    width: calc(150% * var(--size));
    /* background: linear-gradient(259.53deg, #0A3FFF 6.53%, #F55F0A 95.34%); */
    background: linear-gradient(259.53deg, #26cad5 6.53%, #12ef15 95.34%);
    filter: blur(10vw);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    animation: loop var(--speed) infinite linear;
    animation-delay: var(--delay);
    transform-origin: 50% 50%;
    opacity: 0.6;
}

@keyframes loop {
    0% {
        transform: translate3D(0%, 51%, 0) rotate(0deg);
    }

    5% {
        transform: translate3D(8%, 31%, 0) rotate(18deg);
    }

    10% {
        transform: translate3D(22%, 13%, 0) rotate(36deg);
    }

    15% {
        transform: translate3D(40%, 2%, 0) rotate(54deg);
    }

    20% {
        transform: translate3D(46%, 21%, 0) rotate(72deg);
    }

    25% {
        transform: translate3D(50%, 47%, 0) rotate(90deg);
    }

    30% {
        transform: translate3D(53%, 80%, 0) rotate(108deg);
    }

    35% {
        transform: translate3D(59%, 98%, 0) rotate(125deg);
    }

    40% {
        transform: translate3D(84%, 89%, 0) rotate(144deg);
    }

    45% {
        transform: translate3D(92%, 68%, 0) rotate(162deg);
    }

    50% {
        transform: translate3D(99%, 47%, 0) rotate(180deg);
    }

    55% {
        transform: translate3D(97%, 21%, 0) rotate(198deg);
    }

    60% {
        transform: translate3D(80%, 7%, 0) rotate(216deg);
    }

    65% {
        transform: translate3D(68%, 25%, 0) rotate(234deg);
    }

    70% {
        transform: translate3D(59%, 41%, 0) rotate(251deg);
    }

    75% {
        transform: translate3D(50%, 63%, 0) rotate(270deg);
    }

    80% {
        transform: translate3D(38%, 78%, 0) rotate(288deg);
    }

    85% {
        transform: translate3D(21%, 92%, 0) rotate(306deg);
    }

    90% {
        transform: translate3D(3%, 79%, 0) rotate(324deg);
    }

    100% {
        transform: translate3D(0%, 51%, 0) rotate(360deg);
    }
}

.glow-container {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
}

.sect-banner.banner-style-2 .cta-box .h-title {
    font-size: 2.25em;
    letter-spacing: 0;
    margin-bottom: 20px;
}

/* article */
.sect-articles .article-slide {
    margin: 0;
}

.sect-articles .article-card,
.sect-articles .article-slide .flickity-viewport {
    border-radius: 25px;
}

.sect-articles .article-card {
    margin: 0;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.sect-articles .article-image {
    height: initial;
}

.sect-articles .article-content {
    position: absolute;
    bottom: 0;
    min-height: initial;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.05) 100%);
    width: 100%;
    padding: 30px;
    padding-top: 60px;
}

.sect-articles .article-content h4,
.sect-articles .article-content p,
.sect-articles .article-meta,
.sect-articles .article-meta i {
    color: #fff;
}

.sect-articles .article-content h4 {
    margin-bottom: 10px;
    font-size: 1.6em;
}

.sect-articles .article-card:hover {
    transform: none;
}

.sect-articles .article-meta span {
    padding: 8px 14px;
    background-color: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(8px);
    border-radius: 50px;
    margin-bottom: 15px;
    margin-left: -4px;
    font-weight: 600;
}

.sect-articles .article-card .btn-circle {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    width: 50px;
    aspect-ratio: 1;
    height: initial;
    align-content: center;
    font-size: 1.6em;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(8px);
}

.sect-articles .post-thumbnail-list .post-thumbnail-entry .post-thumbnail-content a {
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin: 3px 0 5px 0;
}

.sect-articles .post-thumbnail-list .post-thumbnail-entry>img {
    float: left;
    display: block;
    height: 79px;
    width: 120px;
    margin-right: 16px;
    border-radius: 10px;
}

.sect-articles .cright {
    padding-left: 40px;
}

.sect-articles {
    padding-bottom: 80px;
}

#footer {
    border: none;
    /* background: linear-gradient(0deg, rgba(7, 86, 180, 1) 0%, rgba(25, 137, 212, 1) 100%); */
    background: linear-gradient(to top, rgba(251, 251, 251, 1), rgb(255, 255, 255) 57.56%, rgba(247, 247, 247, 1));
}

#footer, #footer p, #footer a, #footer a:not(.btn):not(:hover),
#footer h4, #footer strong, #footer .name-th {
    color: #333 !important;
}

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

#footer .list-contact li a:not(:hover) i,
#footer .social-icons li a:not(:hover) {
    background: #c6c8cd !important;
    color: #505866 !important;
}

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

#footer .logo-footer {
    height: 196px;
    margin-right: 0;
}

#footer::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
    background: var(--gradient-green);
    background: #929292;
    background: linear-gradient(90deg, rgba(146, 146, 146, 1) 0%, rgba(228, 228, 228, 1) 18%, rgba(255, 255, 255, 1) 32%,
            rgba(137, 150, 172, 1) 43%, rgba(202, 206, 213, 1) 68%, rgba(255, 255, 255, 1) 100%);
}

@media(max-width: 1367px) {
    #mainMenu.menu-left nav {
        margin-left: 50px;
    }

    .inspiro-slider .slide .slide-captions h1 {
        font-size: 2.5em;
    }

    .inspiro-slider .slide .slide-captions>p {
        font-size: 1.5em;
    }

    .sect-about .headbar .ctm-title {
        max-width: 50%;
        margin: 0;
    }

    .sect-about .headbar .htitle {
        font-size: 2em;
    }

    .article-content h4 {
        font-size: 1em;
    }

    .sect-banner .bnr-left {
        border-radius: 0 13em;
    }

    .sect-banner .bnr-right {
        border-radius: 9em 0;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }

    #footer .copyright {
        margin-right: 0;
    }

    #footer .logo-footer {
        height: auto;
        width: 100%;
    }
}

@media(max-width: 1280px) {
    #mainMenu.menu-left nav {
        margin-left: 8vw;
    }
}

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

    #mainMenu-trigger {
        margin-right: 20px;
    }

    #header .header-inner #logo {
        width: 120px;
        height: 120px;
    }

    #header #logo>a {
        vertical-align: middle;
    }

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

    #mainMenu:not(.menu-overlay).menu-left nav {
        margin-left: 120px;
    }

    .sect-about .headbar .ctm-title {
        width: 45%;
    }

    .sect-about:not(.page-about) .headbar .htitle {
        width: 55%;
    }

    .article-content h4 {
        min-height: 44px;
    }

    .sect-banner .bnr-left {
        border-radius: 0 10em;
    }

    .sect-banner .bnr-right {
        border-radius: 6em 0;
    }

    .sect-articles .cleft {
        width: 55%;
        flex: none;
        max-width: initial;
    }

    .sect-articles .cright {
        padding-left: 15px;
    }

    footer .cright .inner {
        margin-left: 0;
    }

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

    footer .col-links, footer .cp-right {
        width: 100%;
        flex: none;
        max-width: initial;
    }

    #footer .copyright {
        margin-top: 10px;
        float: left;
    }
}

@media(max-width: 991px) {
    .sect-about .headbar .ctm-title {
        font-size: 2.5em;
    }

    .service-card .card-img-top {
        height: auto;
    }

    .service-card .card-title {
        font-size: 1em;
    }

    .service-card .card-text {
        font-size: 13px;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
    }
}

@media(max-width: 768px) {
    .inspiro-slider {
        height: 50vh;
    }

    .inspiro-slider .slide .container, .inspiro-slider .slide .container-wide {
        align-self: center !important;
    }

    .inspiro-slider .slide .slide-captions h1 {
        font-size: 2em;
    }

    .inspiro-slider .slide .slide-captions>p {
        font-size: 1em;
    }

    .inspiro-slider .slide .slide-captions {
        width: 65%;
        top: 0;
        font-size: 1em;
        bottom: 0;
        margin: 0;
        left: 0;
    }

    .sect-about .headbar .ctm-title {
        font-size: 2em;
    }

    .sect-about .headbar .htitle {
        font-size: 1.5em;
    }

    .caption-inside .captions h4 {
        font-size: 1em;
    }

    .sect-banner .btn-viewmore {
        z-index: 5;
        zoom: 0.6;
    }

    .sect-articles .cleft {
        width: 80%;
        flex: none;
        max-width: initial;
        margin: auto;
        margin-bottom: 40px;
    }

    .sect-articles .article-content {
        padding: 20px;
    }

    #footer .logo-footer {
        max-width: 180px;
        margin: 0 auto;
        float: none;
    }

    #footer .company-name {
        flex-direction: initial;
        text-align: left;
        flex: none;
    }
}

@media(min-width: 521px) {
    .alink p i {
        display: none;
    }
}

@media(max-width: 520px) {
    .top-link {
        width: 237px;
    }

    .alink p {
        margin: 0;
        left: 90px;
        right: initial;
        padding: 0;
    }

    .alink p span {
        display: none;
    }

    .header-extras {
        margin-right: -35px;
    }

    #mainMenu:not(.menu-overlay).menu-left nav {
        margin-left: 0;
        text-align: center;
    }

    .sect-about .headbar .ctm-title,
    .sect-about:not(.page-about) .headbar .htitle {
        width: 100%;
        max-width: initial;
    }

    .sect-about:not(.page-about) .headbar .htitle {
        text-align: left;
        margin-top: 20px;
    }

    .sect-about .about-content {
        margin-top: 20px;
    }

    .sect-banner .bnr-left {
        border-radius: 0 4em;
    }

    .sect-banner .bnr-right {
        border-radius: 3em 0;
    }

    .caption-inside .captions h4,
    .sect-articles .article-content h4 {
        font-size: 16px;
    }

    .sect-articles .cleft {
        width: 100%;
    }

    #footer .list-links li {
        display: block;
        margin: 0;
        float: none;
        line-height: 40px;
    }

}

@media(max-width: 480px) {
    body, p, address {
        font-size: 16px;
    }

    .sect-articles .headbar {
        position: relative;
        text-align: center !important;
        margin-bottom: 20px;
    }

    /* .sect-about .about-content, .sect-about:not(.page-about) .headbar .htitle{ text-align: center;} */
    .sect-about .about-content p {
        text-align: left;
    }

    .caption-inside .captions h4 {
        font-size: 13px;
    }

    .article-content h4 {
        min-height: initial;
    }

    footer .flogo {
        text-align: center;
    }

    #footer .logo-footer {
        width: 120px;
    }

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

    .sect-articles {
        padding-bottom: 20px;
    }

    #footer .footer-content {
        padding-top: 40px;
    }

    #footer .copyright {
        line-height: 1.5;
    }

    #header .header-inner #logo {
        width: 90px;
        height: 90px;
    }

    #header .header-inner #logo a>img {
        height: 72px;
        float: left;
        margin-top: -10px;
    }

    .headbar .btn {
        position: relative !important;
        top: inherit;
        right: initial;
    }

    .headbar {
        margin-bottom: 10px;
    }

    .headbar .htitle {
        margin-bottom: 5px;
    }

    #page-title {
        padding: 20px 0;
    }

    .contact-info-detail {
        padding: 20px;
    }

    .list-icon li i {
        margin-right: 10px;
    }

    .contact-info-detail h4 {
        font-size: 1em;
        margin: 10px 0;
    }

    .list-icon li {
        font-size: 14px;
        word-break: break-word;
    }

}

@media(max-width: 440px) {
    .quote-icon::before {
        width: 35px;
        height: 70px;
        left: -40px;
        top: -30px;
    }

    .article-content p {
        display: none;
    }
}

@media(max-width: 390px) {
    #mainMenu-trigger {
        margin-right: 10px;
    }

}

@media(max-width: 375px) {
    body, p, address {
        font-size: 14px;
    }

    .top-link {
        width: 140px;
    }

    .alink p strong {
        display: none;
    }

    .alink p i {
        font-size: 1.5em;
    }

    .headbar .btn {
        position: relative !important;
        right: initial;
        top: initial;
    }

    .caption-inside .captions h4, .sect-articles .article-content h4 {
        font-size: 14px;
    }

    #scrollTop {
        bottom: 120px !important;
    }

    #footer .copyright {
        line-height: 1.5;
    }

    .service-detail .product-title h3 {
        font-size: 1.5em !important;
    }

    .service-detail .post-date {
        width: 100%;
        display: inline-block;
    }

    .post-date .post-share {
        float: right;
    }

}

@media(max-width: 320px) {
    .inspiro-slider {
        height: 35vh;
    }

    .inspiro-slider .slide .slide-captions h1 {
        font-size: 1.2em;
    }

    .inspiro-slider .slide .slide-captions>p {
        font-size: 14px;
        line-height: 1.5;
    }

    .quote-icon::before {
        width: 28px;
        height: 70px;
        left: -34px;
        top: -24px;
    }

    .caption-inside .captions h4, .sect-articles .article-content h4 {
        font-size: 10px;
    }

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