:root {
    --body-text-white-color: #fff;
    --body-text-light-color: #afb4bf;
    --body-text-color: #000;
    --body-bg: #f2f2f6;

    --sidebar-text-color: #bec5cc;
    --sidebar-bg: #182535;
    --sidebar-item-open-bg: #212e3d;
    --sidebar-item-hover-bg: #2a3645;
    --sidebar-brand-text-color: #fff;

    --primary-color: #FFCE05;
    --primary-hover-color: #fbcd23;
    --primary-focus-color: #e1b309;
    --primary-light-color: #fff9e7;

    --accent-color: #e78e36;
    --accent-hover-color: #eca55e;
    --accent-focus-color: #b9722b;
    --accent-light-color: #fdf4eb;

    --secondary-color: #69809a;
    --secondary-hover-color: #8799ae;
    --secondary-focus-color: #596d83;

    --success-color: #39da8a;
    --success-hover-color: #61e1a1;
    --success-focus-color: #30b975;

    --info-color: #00cfdd;
    --info-hover-color: #33d9e4;
    --info-focus-color: #00b0bc;

    --warning-color: #fdac41;
    --warning-hover-color: #fdbd67;
    --warning-focus-color: #d79237;

    --danger-color: #ff5b5c;
    --danger-hover-color: #ff7c7d;
    --danger-focus-color: #d94d4e;

    --light-btn-text-color: #263c55;
    --light-color: #e5e9ed;
    --light-hover-color: #b7babe;
    --light-focus-color: #e9ecf0;

    --dark-color: #495563;
    --dark-hover-color: #6d7782;
    --dark-focus-color: #3e4854;

    --bs-body-font-family: "Trebuchet MS", "Battambang", "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    --bs-title-font-family: "Trebuchet MS", "Koulen", "Battambang", "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

body {
    background: #fff;
}
.container {
    max-width: 1110px;
}
.text-primary {
    color: var(--primary-color) !important;
}
.main-title {
    border-bottom: 4px solid var(--primary-color) !important;
    margin-bottom: 15px;
    line-height: 45px;
}
.title-border {
    border-bottom: 3px solid var(--primary-color);
    margin-bottom: 15px;
}
.block-shadow {
    box-shadow:0 2px 40px 8px rgba(15, 15, 15, 0.15);
}
.card-content .card-body{
    padding: 20px 30px;
}
.content-page {
    padding: 35px 0;
}
.form-control {
    color: var(--body-text-color) !important;
}
.btn-link {
    color: var(--primary-color) !important;
    text-decoration: underline;
    font-weight: bold;
}
.btn-link:hover {
    color: var(--body-text-color) !important;
}
.icon-social-footer.bxl-telegram,
.icon-social-header.bxl-telegram {
    color: #3B82F6 !important;
}
.icon-social-footer.bxl-facebook-square,
.icon-social-header.bxl-facebook-square {
    color: #1D4ED8 !important;
}
.icon-social-footer.bxl-tiktok,
.icon-social-header.bxl-tiktok {
    color: #fff !important;
}
.icon-social-footer.bxl-youtube,
.icon-social-header.bxl-youtube {
    color: #DC2626 !important;
}
.icon-social-footer.bxl-linkedin-square,
.icon-social-header.bxl-linkedin-square {
    color: #2563EB !important;
}
.default-item {
    box-shadow:0 2px 16px 8px rgba(15, 15, 15, 0.15);
    background: #fff;
    padding: 15px 15px 25px 15px;
}
.default-item .thumbnail {
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.default-item .thumbnail img {
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.default-item .content .date {
    padding: 20px 0 5px 0;
}
.default-item .content .title {
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.default-item .content .excerpt {
    color: var(--body-text-color);
    height: 145px;
    overflow: hidden;
}
.about-us-vision {
    position: relative;
    padding: 3rem 0;
    width: 100%;
}
.about-us-vision .content-wrapper {
    max-width: 1000px;
    height: 550px;
    background: url('/storage/file-manager/images/about-us/vision.jpg') top center no-repeat;
    background-size: 100%;
    margin: 0 auto;
}
.about-us-vision .content-wrapper .content {
    padding: 2rem;
    max-width: 600px;
    background: #fff;
    margin: 270px auto 0;
}
.table-career {
    border-collapse: collapse;
}
.table-career tr td {
    padding: 8px;
    border: 1px solid #eee;
}
/* .table-career tr > td:first-child, */
.table-career tr > td:nth-child(odd) {
    background: #eef2fe;
}
.table-career tr td p {
    margin-bottom: 0;
}

/* Start: Component Style */
    .btn {
        color: var(--body-text-color);
        padding: 7px 30px;
        /* font-size: 1rem; */
    }
    .btn.btn-primary:hover {
        color: var(--primary-color) !important;
        background-color: var(--body-text-color) !important;
        border-color: var(--body-text-color) !important;
    }
    /* .dropdown.dropdown-hover > .dropdown-toggle:active {
        pointer-events: none;
    } */
    .dropdown.dropdown-hover .dropdown-menu {
        padding: 0;
        border-radius: 0;
    }
    .dropdown.dropdown-hover > .dropdown-menu li {
        position: relative;
    }
    .dropdown.dropdown-hover > .dropdown-menu .dropdown-submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: 0px;
    }
    .dropdown.dropdown-hover > .dropdown-menu .dropdown-submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown.dropdown-hover > .dropdown-menu .dropdown-item.dropdown-toggle {
        position: relative;
        padding-right: 30px;
    }
    .dropdown.dropdown-hover > .dropdown-menu .dropdown-item.dropdown-toggle::after {
        border: 1.5px solid;
        border-bottom: 0;
        border-left: 0;
        position: absolute;
        right: 20px;
        top: 25px;
    }
    .dropdown.dropdown-hover:hover>.dropdown-menu {
        display: block;
    }
    .dropdown.dropdown-hover > .dropdown-menu > li:hover > .dropdown-submenu {
        display: block;
    }
    .dropdown.dropdown-hover > .dropdown-toggle.show + .dropdown-menu {
        margin-top: 0;
    }

    .content-banner .content-banner-content {
        height: 420px;
        display: flex;
        align-items: center;
    }
    .content-banner .content-banner-content * {
        color: var(--body-text-white-color);
    }
    .content-banner .content-banner-content a:hover {
        color: var(--primary-color);
    }
    .content-breadcrumb {
        padding: 10px 18px;
        margin: 10px 0 20px 0;
        border-bottom: 1px solid #eee;
    }
    .content-breadcrumb .breadcrumb {
        margin-bottom: 0;
    }
    .content-breadcrumb .breadcrumb .breadcrumb-item {
        color: var(--text-body-color);
    }
    .content-breadcrumb .breadcrumb .breadcrumb-item::before,
    .content-breadcrumb .breadcrumb .breadcrumb-item a {
        color: var(--text-body-color);
    }
    .content-breadcrumb .breadcrumb .breadcrumb-item a:hover {
        text-decoration: underline;
    }

    .event-item {
        box-shadow:0 2px 16px 8px rgba(15, 15, 15, 0.15);
    }
    .event-item img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 250px;
    }
    .event-item .content {
        padding: 20px 30px;
    }
    .event-item .content .title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 10px;
    }
    .event-item .content .excerpt {
        color: var(--body-text-color);
        height: 145px;
        overflow: hidden;
    }

    .product-item {
        border: 1px solid var(--primary-color);
        transition: 0.3s linear;
        border-radius: 0.25rem;
        overflow: hidden;
    }
    .product-item .thumbnail {
        height: 220px;
        overflow: hidden;
    }
    .product-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
    .product-item:hover {
        box-shadow: 0 .25rem 1rem rgba(147,158,170,.45);
        border-color: var(--body-text-color);
    }
    .product-item .btn-product-item {
        transition: 0.3s ease-in-out;
        text-align: center;
        display: block;
        padding: 8px 20px;
        width: 100%;
        background: var(--primary-color);
        color: var(--body-text-color);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .product-item:hover .btn-product-item {
        background: var(--body-text-color);
        color: var(--primary-color);
    }

    .content-image {
        width: 100%;
        padding: 5px;
        border: 1px solid #eee;
        border-radius: 5px;
    }
/* Start: Component Style */

/* Start: Header #header */
    #header {
        background: var(--body-text-color);
        border-bottom: 5px solid var(--primary-color);
    }
    .header .logo img {
        height: 48px;
        border: 1px solid #222;
    }
    .header .search {
        flex-grow: 1;
    }
    .header .search .form-control-search {
        height: 42px;
    }
    .header .search .btn-search {
        height: 42px;
        width: 42px;
    }
    .header .info .contact > div {
        color: var(--body-text-white-color);
        font-size: 0.95rem;
    }
    .header .info .contact > div i {
        color: var(--primary-color);
    }
    .navbar-main {
        border-top: 1px solid #4A5565;
        padding: 0;
    }
    .navbar-main .nav-item:not(:last-child) {
        margin-right: 8px;
    }
    .navbar-main .nav-link {
        color: var(--body-text-white-color);
        font-weight: bold;
        padding: 16px 16px;
        position: relative;
    }
    .navbar-main .nav-link::before {
        content: "";
        height: 5px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        border-radius: 4px 4px 0 0;
    }
    .navbar-main .nav-item .nav-link.active,
    .navbar-main .nav-item:hover .nav-link,
    .navbar-main .dropdown-toggle.show,
    .navbar-main .nav-item .dropdown-toggle.show::before {
        color: var(--primary-color);
    }
    .navbar-main .nav-item .nav-link.active::before,
    .navbar-main .nav-item:hover .nav-link::before,
    .navbar-main .nav-item .dropdown-toggle.show::before {
        background: var(--primary-color);
    }
    .navbar-main .dropdown-toggle::after {
        margin-left: 5px;
    }
    .navbar-main .dropdown:hover > .dropdown-toggle::after,
    .navbar-main .dropdown > .dropdown-toggle.show::after {
        margin-top: 3px;
        border: 1.5px solid;
        border-bottom: 0;
        border-right: 0;
    }
    .navbar-main .dropdown-menu li a.dropdown-item {
        padding: 10px 25px;
        color: var(--body-text-color);
    }
    .navbar-main .dropdown-menu li > a.dropdown-item.dropdown-toggle.show,
    .navbar-main .dropdown-menu li:hover > a.dropdown-item {
        background: var(--primary-color);
        color: var(--body-text-color);
    }
    .navbar-main .dropdown.dropdown-hover > .dropdown-menu li {
        position: static;
    }
    .navbar-main .dropdown-submenu {
        top: 0;
    }
    .navbar-main .mega-menu-content .title {
        padding: 10px 20px;
        border-bottom: 4px solid var(--primary-color);
    }
    .navbar-main .mega-menu-content .content {
        padding: 18px 15px;
    }
    .navbar-main .mega-menu-content .product-item .thumbnail {
        width: 100%;
        height: 131px;
        overflow: hidden;
    }
    .navbar-main .mega-menu-content .product-item .thumbnail img {
        object-fit: cover;
        object-position: center;
        width: 100%;
    }
/* End: Header #header */
/* Start: Footer */
    #footer {
        background: var(--body-text-color);
        padding-top: 25px;
        border-top: 5px solid var(--primary-color);
    }
    #footer .footer-title {
        font-size: 25px;
        margin-bottom: 25px;
        color: var(--primary-color);
    }
    #footer .f-top {
        padding: 45px 0;
    }
    #footer .footer-logo img{
        height: 65px;
        width: auto;
        border: 1px solid #222;
    }
    #footer .footer-about {
        color: var(--body-text-white-color);
    }
    #footer .footer-about .phone {
        color: var(--body-text-white-color);
        margin: 10px 0;
    }
    #footer .footer-menu .footer-menu-item {
        color: var(--body-text-white-color);
        display: block;
        margin-bottom: 10px;
        text-decoration: none;
    }
    #footer .footer-menu .footer-menu-item:hover {
        text-decoration: underline !important;
    }
    #footer .footer-menu .footer-menu-item i {
        font-size: 12px;
        text-decoration: none !important;
    }
    #footer .f-top .social {
        padding: 0;
    }
    #footer .f-top .social li {
        margin-bottom: 10px;
    }
    #footer .f-top .social li .social-item {
        display: flex;
        align-items: center;
        gap: 15px;
        font-size: 22px;
        color: var(--body-text-white-color);
    }
    #footer .f-top .social li .social-item:hover {
        color: var(--body-text-white-color);
    }
    #footer .f-top .social li .social-item i {
        font-size: 28px;
    }
    #footer .f-bottom {
        border-top: 1px solid var(--secondary-color);
        color: var(--body-text-light-color);
        padding: 18px 0;
    }
/* End: Footer */

/* Start: Front Slider */
    #front-slider {
        overflow: hidden;
    }
    #front-slider .carousel-control-prev,
    #front-slider .carousel-control-next {
        width: 150px;
    }
    /* #front-slider .carousel-item {
        height: 720px;
    } */
    #front-slider .carousel-item img.carousel-image {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    #front-slider .carousel-item .carousel-caption {
        left: 180px;
        top: 100px;
        width: 700px;
        bottom: unset;
        text-align: unset;
    }
    #front-slider .carousel-item .carousel-caption .title {
        position: relative;
        line-height: 55px;
        padding-bottom: 10px;
        margin-bottom: 25px;
    }
    #front-slider .carousel-item .carousel-caption .title::after {
        content: '';
        width: 60px;
        height: 5px;
        background: var(--primary-color);
        position: absolute;
        bottom: 0;
        left: 0;
    }
    #front-slider .carousel-item .carousel-caption .excerpt {
        font-size: 20px;
        margin-bottom: 25px;
    }
    #front-slider .carousel-indicators {
        margin-bottom: 15px;
        gap: 5px;
    }
    #front-slider .carousel-indicators .carousel-indicator-item .indicator-item-content {
        width: 130px;
        height: 65px;
        position: relative;
    }
    #front-slider .carousel-indicators .carousel-indicator-item .indicator-item-content.active::after {
        content: '';
        width: 100%;
        height: 5px;
        position: absolute;
        background: var(--primary-color);
        bottom: -10px;
        left: 0;
    }
    #front-slider .carousel-indicators .carousel-indicator-item .indicator-item-content {
        opacity: 0.6;
    }
    #front-slider .carousel-indicators .carousel-indicator-item .indicator-item-content.active {
        opacity: 1;
    }
    #front-slider .carousel-indicators .carousel-indicator-item .indicator-item-content img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
/* End: Front Slider */

/* Start: Front Item */
    .front-title-wrapper {
        background: var(--primary-color);
        color: var(--body-text-color);
        Border-bottom: 4px solid var(--body-text-color);
        margin-bottom: 35px;
        padding: 8px 0;
    }
    .front-title-wrapper .front-title {
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
    }
    .front-item {
        padding: 15px;
        box-shadow:0 2px 16px 8px rgba(15, 15, 15, 0.15);
    }
    .front-item .content {
        padding: 10px;
    }
    .front-item .product-title {
        color: var(--primary-color);
        text-align: center;
        margin-bottom: 6px;
    }
    .front-item .product-specs {
        overflow: hidden;
    }
    .front-item .thumbnail {
        height: 290px;
        overflow: hidden;
    }
    .front-item .thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .front-item .content .title {
        height: 72px;
        overflow: hidden;
    }
    .front-item .content .date {
        padding: 2px 0;
        color: #7d8a99;
    }
    .front-item.event .content .excerpt {
        height: 72px;
        overflow: hidden;
        position: relative;
    }
    .front-item.product .content .excerpt {
        margin-top: 14px;
        height: 116px;
        overflow: hidden;
    }
    .front-item.promotion .content .excerpt {
        height: 72px;
        overflow: hidden;
        position: relative;
    }
/* End: Front Item */

/* Start: Front Popular Product */
    #front-popular-product {
        margin-bottom: 60px;
    }
    #front-popular-product .front-title {
        text-align: center;
        background: var(--primary-color);
        color: var(--body-text-color);
        border-bottom: 4px solid var(--body-text-color);
        padding: 8px 0;
        margin-bottom: 25px;
        font-weight: bold;
        text-transform: uppercase;
    }
/* End: Front Popular Product */

/* Start: Front Event */
    #front-event {
        margin-bottom: 60px;
    }
    #front-event .front-title {
        text-align: center;
        background: var(--body-text-color);
        color: var(--body-text-white-color);
        border-bottom: 4px solid var(--primary-color);
        padding: 8px 0;
        margin-bottom: 25px;
        font-weight: bold;
        text-transform: uppercase;
    }
/* End: Front Event */

/* Start: Front Customer Carousel */
    #front-customer .front-title {
        text-align: center;
        background: #fff;
        color: var(--primary-color);
        border-bottom: 4px solid var(--primary-color);
        padding: 8px 0;
        margin-bottom: 25px;
        font-weight: bold;
        text-transform: uppercase;
    }
    #front-customer .owl-carousel .item {
        background: #f4f4f4;
        border-radius: 0.75rem;
        padding: 15px;
    }
    #front-customer .owl-carousel .owl-stage {
        margin: 0 auto;
    }
    #front-customer .owl-carousel .owl-nav .owl-prev,
    #front-customer .owl-carousel .owl-nav .owl-next {
        box-shadow: 0 .125rem .25rem rgba(147,158,170,.4);
        background: var(--primary-color);
        color: var(--body-text-white-color);
        width: 40px;
        height: 40px;
        line-height: 45px;
        font-size: 20px;
        border-radius: 50%;
        transition: 0.3s ease-in-out;
        position: absolute;
        top: calc(50% - 30px);
        text-align: center;
    }
    #front-customer .owl-carousel .owl-nav .owl-prev {
        left: -25px;
    }
    #front-customer .owl-carousel .owl-nav .owl-next {
        right: -25px;
    }
    #front-customer .owl-carousel .owl-nav .owl-prev:hover,
    #front-customer .owl-carousel .owl-nav .owl-next:hover {
        box-shadow: 0 .25rem 1rem rgba(147,158,170,.45);
        background: var(--body-text-color);
        color: var(--primary-color);
    }
/* End: Front Customer Carousel */

/* Start: Product page */
    #product-page .product-item {
        box-shadow:0 2px 16px 8px rgba(15, 15, 15, 0.15);
        border-color: #fff;
    }
    #product-detail-page .product-detail-info {
        width: 350px;
        min-width: 350px;
    }
    .product-specs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        z-index: 1;
    }
    .product-specs > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        font-weight: 400;
        color: #afb4bf;
        margin-bottom: 10px;
    }
    .product-specs > div span {
        color: #2a303b;
        display: block;
    }
    #product-slider {
        max-width: 100%;
        overflow: hidden;
        padding-bottom: 65px;
    }
    #product-slider .carousel-indicators {
        margin: 0 auto;
        gap: 5px;
    }
    #product-slider .carousel-indicators .carousel-indicator-item img {
        border: 1px solid var(--primary-color);
        width: 80px;
        height: 55px;
        object-fit: cover;
        object-position: center;
    }
/* End: Product page */

/* Start: Contact Us Page */
    #contact-us-page {
        padding: 50px 0;
    }
    #contact-us-page .contact-us-content {
        box-shadow:0 2px 16px 8px rgba(15, 15, 15, 0.15);
        background: #fff;
        padding: 40px 30px;
        border-radius: 0.5rem;
        margin-bottom: 50px;
    }
    #contact-us-page .contact-item {
        margin-bottom: 12px;
    }
    #contact-us-page .contact-item .title {
        font-size: 22px;
        text-transform: uppercase;
        padding: 5px 20px;
    }
    #contact-us-page .contact-item .content {
        padding: 5px 20px;
    }
    #contact-us-page .contact-item .contact-list > li {
        margin-bottom: 10px;
        font-size: 18px;
    }
    #contact-us-page .list-social {
        display: flex;
        gap: 10px;
        margin: 15px 0;
    }
    #contact-us-page .list-social .btn-social {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 0.5rem;
        font-size: 40px;
        line-height: 55px;
        text-align: center;
        transition: 0.18s ease-in-out;
    }
    .btn-social .bxl-telegram {
        color: #3B82F6 !important;
    }
    .btn-social .bxl-facebook-square {
        color: #1D4ED8 !important;
    }
    .btn-social .bxl-tiktok {
        color: #080808 !important;
    }
    .btn-social .bxl-youtube {
        color: #DC2626 !important;
    }
    .btn-social .bxl-linkedin-square {
        color: #2563EB !important;
    }
/* End: Contact Us Page */

/* Start: Promotion Page */
    #promotion-page {
        padding: 50px 0;
    }
    #promotion-page .main-title {
        margin-bottom: 25px;
    }
    #promotion-detail-page {
        padding: 50px 0;
    }
    #promotion-detail-page .main-title {
        margin-bottom: 25px;
    }
    .promotion-item {
        box-shadow:0 2px 16px 8px rgba(15, 15, 15, 0.15);
        background: #fff;
        padding: 15px 15px 25px 15px;
    }
    .promotion-item .thumbnail {
        width: 100%;
        height: 300px;
        overflow: hidden;
    }
    .promotion-item .thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .promotion-item .content .date {
        padding: 20px 0 5px 0;
    }
    .promotion-item .content .title {
        margin-bottom: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .promotion-item .content .excerpt {
        color: var(--body-text-color);
        height: 72px;
        overflow: hidden;
    }
/* End: Promotion Page */

/* Start: Career Page */
    #career-page {
        padding: 50px 0;
    }
    #career-page .career-item {
        background: #fff;
        margin-bottom: 20px;
        box-shadow:0 2px 16px 8px rgba(15, 15, 15, 0.15);
        padding: 10px;
    }
    #career-page .career-item .title a {
        color: var(--body-text-color);
        background: var(--primary-color);
        display: block;
        padding: 10px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #career-page .career-item .title a i {
        font-size: 22px;
    }
    #career-page .career-item .title a:hover {
        color: var(--primary-color);
        background: var(--body-text-color);
    }
    #career-page .career-item .content {
        padding: 15px 15px 10px 15px;
        border: 1px solid var(--primary-color);
    }
    #career-detail-page {
        padding: 50px 0;
    }
    #career-detail-page .career-info {
        padding: 3px 0;
        color: #555;
    }
    #career-detail-page .main-title {
        margin-bottom: 25px;
    }
/* End: Career Page */

/* *`xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    /* body {
        background: cyan;
    } */
}

/* *`xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    /* Start: Front Slider */
        #front-slider .carousel-control-prev,
        #front-slider .carousel-control-next {
            width: 90px;
        }
        #front-slider .carousel-item {
            height: 600px;
        }
        #front-slider .carousel-item .carousel-caption {
            left: 100px;
            top: 80px;
            width: 600px;
        }
        #front-slider .carousel-item .carousel-caption .title {
            line-height: 35px;
            margin-bottom: 15px;
            font-size: 32px;
        }
        #front-slider .carousel-indicators .carousel-indicator-item .indicator-item-content {
            width: 110px;
            height: 55px;
        }
    /* End: Front Slider */

    /* Start: Front Customer Carousel */
        #front-customer .owl-carousel .owl-nav .owl-prev {
            left: -20px;
        }
        #front-customer .owl-carousel .owl-nav .owl-next {
            right: -20px;
        }
        #footer .f-top .social li {
            margin-bottom: 0;
        }
        #footer .f-top .social li .social-item {
            font-size: 20px;
        }
        #footer .f-top .social li .social-item i {
            font-size: 25px;
        }
    /* End: Front Customer Carousel */

    /* Start: Contact Us Page */
        #contact-us-page {
            padding: 40px 20px;
        }
    /* Start: Contact Us Page */
}

/* *`lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    /* Start: Header #header */
        .header .logo img {
            height: 40px;
        }
        .navbar-main {
            border-top: none;
        }
    /* End: Header #header */
    /* Start: Footer */
        #footer .footer-title {
            margin-bottom: 15px;
            color: var(--body-text-white-color);
        }
    /* End: Footer */

    /* Start: Front Slider */
        #front-slider .carousel-control-prev,
        #front-slider .carousel-control-next {
            width: 80px;
        }
        #front-slider .carousel-item {
            height: 500px;
        }
        #front-slider .carousel-indicators .carousel-indicator-item .indicator-item-content {
            width: 90px;
            height: 45px;
            position: relative;
        }
        #front-slider .carousel-item .carousel-caption .excerpt {
            font-size: 1.1rem;
            margin-bottom: 12px;
        }
    /* End: Front Slider */

    /* Start: Front Customer Carousel */
        #front-customer .owl-carousel .owl-nav .owl-prev {
            left: -15px;
        }
        #front-customer .owl-carousel .owl-nav .owl-next {
            right: -15px;
        }
        #front-customer .owl-carousel .owl-nav .owl-prev,
        #front-customer .owl-carousel .owl-nav .owl-next {
            width: 40px;
            height: 40px;
            line-height: 46px;
            font-size: 22px;
        }
    /* End: Front Customer Carousel */

    /* Start: Contact Us Page */
        #contact-us-page {
            padding: 40px 0;
        }
    /* Start: Contact Us Page */
}

/* *`md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    /* Start: Component */
        .dropdown.dropdown-hover:hover > .dropdown-toggle:not(.show) + .dropdown-menu {
            display: none;
        }
        .dropdown.dropdown-hover > .dropdown-menu > li:hover > .dropdown-toggle:not(.show) + .dropdown-submenu {
            display: none;
        }
        .navbar-main .dropdown.dropdown-hover > .dropdown-menu .dropdown-submenu {
            position: unset;
        }
        .dropdown.dropdown-hover > .dropdown-menu > li > .dropdown-submenu.show {
            display: block;
        }
    /* End: Component */
    /* Start: Header */
        .navbar-main > div {
            padding: 0;
            position: relative;
        }
        .navbar-main .navbar-collapse {
            background: var(--body-text-color);
            padding-bottom: 25px;
            position: absolute;
            z-index: 99;
            top: -64px;
            width: 100%;
            transition: 0.2s ease-in-out;
        }
        .navbar-main .navbar-collapse.show {
            height: calc(100vh - 50px);
            overflow: auto;
        }
        .navbar-main .nav-item {
            margin-right: 0 !important;
        }
        .navbar-main .nav-item .nav-link {
            padding: 15px 25px;
            border-bottom: 1px solid #4A5565;
        }
        .navbar-main .nav-item .nav-link::before {
            height: 100%;
            width: 4px;
            border-radius: 0 4px 4px 0;
        }
        .navbar-main .dropdown:hover > .dropdown-toggle:not(.show)::after {
            margin-top: -8px;
            border: 1.5px solid;
            border-top: 0;
            border-left: 0;
        }
        .navbar-main .mega-menu-content {
            box-shadow: 0 .125rem .25rem rgba(147,158,170,.4) inset;
            background: #f4f4f4; 
        }
        .navbar-main .dropdown.dropdown-hover > .dropdown-menu .dropdown-item.dropdown-toggle::after {
            border: 1.5px solid;
            border-top: 0;
            border-left: 0;
            margin-top: -8px;
        }
        .navbar-main .dropdown.dropdown-hover > .dropdown-menu li .dropdown-item.dropdown-toggle.show::after {
            border: 1.5px solid;
            border-bottom: 0;
            border-right: 0;
            margin-top: -5px;
        }
    /* End: Header */

    /* Start: Front Slider */
        #front-slider .carousel-control-prev,
        #front-slider .carousel-control-next {
            width: 60px;
        }
        #front-slider .carousel-item {
            height: 380px;
        }
        #front-slider .carousel-item .carousel-caption {
            left: 65px;
            top: 20px;
            width: 500px;
        }
        #front-slider .carousel-item .carousel-caption .title {
            margin-bottom: 10px;
            font-size: 29px;
        }
        #front-slider .carousel-item .carousel-caption .excerpt {
            margin-bottom: 10px;
            font-size: 1rem;
        }
    /* End: Front Slider */

    /* Start: Front Customer Carousel */
        #front-customer .owl-carousel .owl-nav .owl-prev {
            left: -10px;
        }
        #front-customer .owl-carousel .owl-nav .owl-next {
            right: -10px;
        }
    /* End: Front Customer Carousel */
}

/* *`sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    /* Start: Front Slider */
        #front-slider .carousel-item {
            height: 320px;
        }
    /* End: Front Slider */

    /* Start: Front Customer Carousel */
        #front-customer .owl-carousel .item {
            padding: 15px;
        }
        #front-customer .owl-carousel .owl-nav .owl-prev,
        #front-customer .owl-carousel .owl-nav .owl-next {
            width: 30px;
            height: 30px;
            line-height: 36px;
            font-size: 18px;
            top: calc(50% - 25px);
        }
    /* End: Front Customer Carousel */
}

/* Start: Body Content Style */
    html[lang="km"] {
        h1,h2,h3,h4,h5,h6 {
            font-weight: normal;
        }
    }
    .mce-content-body,
    .body-content {
        margin-top: 20px;

        h1,h2,h3,h4,h5,h6 {
            margin: unset;
            font-size: unset;
        }
        ul {
            list-style-type: unset;
        }
        ol {
            list-style: revert;
        }
    }
/* End: Body Content Style */