@import url('https://fonts.googleapis.com/css2?family=Atma:wght@300;400;500;600;700&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.05);
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out !important;
  z-index: 1000 !important;
}

header.visible {
  transform: translateY(0);
}

body {
    font-family: "Barlow", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

div#wrap {
    margin-top: 3.77rem;
    min-height: 550px;
}

.a-tx {
    font-family: "Atma", serif;
    font-weight: 400;
    font-style: normal;
}

@media (max-width: 991px) {
    .web-only {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .mobile-only {
        display: none!important;
    }
}

@media (min-width: 768px) {
    .o_main_header > .o_main_header_main > .o_primary_nav {
        height: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        justify-self: center;
    }
    .o_main_header > .o_main_header_main > .o_primary_nav::before {
        content: "";
        background: transparent;
        z-index: -1;
        visibility: hidden;
        box-shadow: 0 1px 0 transparent;
        width: 100%;
        height: 60px;
        position: absolute;
        top: 0;
        left: auto;
        bottom: auto;
        right: 0;
        transition: background 500ms cubic-bezier(0.55, 0, 0.1, 1) 0ms,
            visibility 0ms linear 500ms, box-shadow 500ms linear 0ms;
    }
}

@media (max-width: 767px) {
    .tabs-mobile {
        margin-top: 10px !important;
    }
    .pcss3t-theme-1 > label {
        margin: 0 -1px 5px 0 !important;
        border-radius: 10px !important;
    }
}

.product-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;

    position: relative;
    width: 125px;
    height: 120px;

    background: #F4F4F4;
    border-radius: 10px;
}

.product-img {
    width: 86.24px;
    height: 100px;
}

.product-name {
    width: 86.24px;
    height: 18px;

    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;

    color: #000000;
    overflow: hidden;
}

.prod-1 {
    flex: none;
    order: 0;
    flex-grow: 0;
}

.prod-2 {
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.home-title1 {
    font-size: 33px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 0.2;
}

.home-title2 {
    font-size: 70px;
    color: #000;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1;
}

.home-title3 {
    font-size: 20px;
    color: #131313;
    font-weight: 600;
    letter-spacing: 0.3;
}

.home-description {
    font-size: 20px;
    color: #131313;
    font-weight: 400;
    text-align: justify;
    letter-spacing: 0.5;
}

.home-video {
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
}

.home-slider img {
    width: 100%;
}

.home-product-categories .pc {
    transition: all 250ms;
}

.home-product-categories .pc:hover {
    opacity: .7;
    > img {
        scale: 1.015;
        box-shadow: 2px 2px 10px -1px #b1b1b1;
    }
}

.home-product-categories .pc img {
    width: 100%;
    max-height: 800px;
    box-shadow: 2px 3px 15px -6px #CACACA;
    border-radius: 20px;
}

.au-btn {
    background: #d9d9d9;
    padding: 10px 25px;
    border-radius: 20px;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
}

.small-icon-round {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 2px solid #A9A9A9;
    border-radius: 50%;
    text-align: center;
}

.small-icon-round i {
    font-size: 24px;
    color: #000000;
}

.qp-icon i{
    font-size: 70px;
    color: #000000;
}

.qp-title {
    font-size: 28px;
    color: #000000;
    font-weight: 700;
}

.qp-description {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.sec-title {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}

.sec-icon {
    font-size: 24px !important;
}

.sec-desc {
    padding: 10px 15px;
}

.sec-desc .sub-title {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.sec-desc .type-title {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    border-top: 3px solid black;
}

.sec-desc .type-desc {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    border-top: 1px solid #C1C1C1;
    text-align: justify;
    padding-bottom: 2rem;
}

.sec-desc .type-desc .type-desc-box {
    padding: 0.75rem 1rem;
    margin-top: 0.25rem;
    background: #D9D9D9;
}

.sec-desc p {
    font-size: 14px;
    color: #000000;
}

.sec-desc ul > li {
    font-size: 14px;
    color: #000000;
}

.menu-bg-img {
    min-height: 450px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.menu-bgb-img {
    min-height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.section-overly {
    position: relative;
    z-index: 0;
}

.section-overly::before {
    position: absolute;
    content: "";
    background-color: rgba(33, 33, 33, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
}

.att-title {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    border-top: 3px solid black;
}

.att-icon {
    font-size: 40px;
    align-content: center;
}

.att-desc {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    border-top: 1px solid #C1C1C1;
    text-align: justify;
}
.att-desc ol {
    padding: 10px 15px !important;
    margin-top: 0.5rem !important;
    background: #D9D9D9 !important;
}

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

.fb-18 {
    font-size: 18px;
    font-weight: bold;
}

.fb-24 {
    font-size: 24px;
    font-weight: bold;
}

.fb-33 {
    font-size: 33px;
    font-weight: bold;
}

.fb-40 {
    font-size: 40px;
    font-weight: bold;
}

.fb-45 {
    font-size: 45px;
    font-weight: bold;
}

.h-140px {
    height: 140px;
}

.cv-alph {
    background: #A9A9A9;
    border-radius: 25px 25px 0 0;
    text-align: center;
    font-size: 80px;
    font-weight: bold;
    color: white;
}

.cv-desc {
    background: #D9D9D9;
    height: 230px;
    border-radius: 0 0 25px 25px;
    color: #000000;
	box-shadow: 0 3px rgba(0,0,0,0.2);
}

.cv-desc h2 {
    font-size: 24px;
    font-weight: bold;
}

.cv-desc p {
    font-size: 18px;
    text-align: justify;
}

.pqp-body {
    height: 600px;
}

.pqp-top {
    height: 300px;
    background: #131313;
}

.pqp-bottom {
    height: 300px;
    background: #FFFFFF;
}

.pqp-val {
    position: absolute;
    width: 100%;
    top: 37%;
}

.certification-img{
    height: 25px;
}

.lang-active{
    background-color: #714b67!important;
    color: white!important;
}

.o_lang_flag{
    width: 1.6em!important;
    height: 1.6em!important;
}

.dropdown-menu{
    padding: 0px;
}

.cu-img {
    width: 100%;
    height: 100%;
    max-height: 800px;
    object-fit: cover;
}

.btn-submit {
    border-radius: 8px;
    border-width: 0;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 10px 50px;
    text-align: center;
    transition: all 200ms;
    vertical-align: baseline;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.btn-submit:hover {
    background-color: rgba(51, 51, 51, 0.05);
}

.pagination-btn {
    padding: 0.5rem 1rem;
    margin: 0 2px;
    background: none;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: black;
    transition: all 200ms ease-in-out;
}

.pagination-btn:hover {
    background: #374151;
    color: #FFFFFF;
}

.pagination-btn.active {
    background: #374151;
    color: #FFFFFF;
}

.empty-page {
    min-height: 500px;
    align-content: center;
    text-align: center;
}

.empty-page p {
    font-size: 33px;
}

.empty-page img {
    max-height: 350px;
}

.product-category-container {
    width: 100%; /* Adjust width as needed */
    height: 60px; /* Show only 200px of height */
    overflow: hidden;
    position: relative;
}

/*
.product-category-container.active {
    box-shadow: 0px 5px 6px -3px #0056ff;
}
*/

div.active-line {
    width: 100%;
    height: 5px;
    background: linear-gradient(180deg, #0022ff, #00a1ff);
    border-radius: 20px 20px 0 0;
    padding: 0;
}

.product-category-container:hover {
    opacity: .85;
    scale: 1.015;
    box-shadow: 2px 2px 10px -1px #b1b1b1;
    transition: all 250ms;
}

.product-category-container img {
    width: 100%;
    position: absolute; /* Align image to the top */
    top: 0; /* Keep the top side visible */
    left: 0;
    filter: grayscale(100%);
    transition: filter 300ms ease;
}

.product-category-container:hover img, .product-category-container.active img {
    filter: grayscale(0%);
}

.container.pub-detail {
    padding: 1.5rem 2rem;
}

.pub-detail .title {
    font-size: 24px;
    color: #000000;
}

.pub-detail .event-img {
    width: 100%;
    height: 100%;
    max-height: 540px;
    object-fit: cover;
}

.pub-detail .date {
    font-size: 14px;
    color: #000000;
}

.pub-detail .description {
    font-size: 14px;
    color: #000000;
    text-align: justify;
}

.product-category-description img, .pub-detail img {
    width: 100%;
    object-fit: cover;
    border-radius: 0 !important;
}

.product-category-description p, .pub-detail p {
    font-size: 16px;
    font-weight: 500;
}

.product-category-description video, .pub-detail video {
    object-fit: cover;
    width: 100%;
}
.product-category-description ol, .product-category-description ul, , .pub-detail ol, , .pub-detail ul {
    text-align: left;
}

.hpc-container .hpc-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.hpc-container .hpc-content {
    background: #fafafa;
    border-radius: 0 0 20px 20px;
    padding: 10px 10px;
}

.hpc-container .hpc-content p {
    text-wrap: auto;
    text-align: justify;
    font-size: 14px;
}

.alert-simple.alert-success {
    border: 1px solid rgba(36, 241, 6, 0.46);
    background-color: rgba(7, 149, 66, 0.12156862745098039);
    box-shadow: 0px 0px 2px #259c08;
    color: #0ad406;
    text-shadow: 0px 0.5px #00040a;
    transition: 0.5s;
}

.alert-success:hover {
    background-color: rgba(7, 149, 66, 0.35);
    transition: 0.5s;
}

.greencross {
    font-size: 18px;
    color: #25ff0b;
    text-shadow: none;
}

.alert-simple.alert-danger {
    border: 1px solid rgba(241, 6, 6, 0.81);
    background-color: rgba(220, 17, 1, 0.16);
    box-shadow: 0px 0px 2px #ff0303;
    color: #ff0303;
    text-shadow: 0px 0.5px #00040a;
    transition: 0.5s;
}

.alert-danger:hover {
    background-color: rgba(220, 17, 1, 0.33);
    transition: 0.5s;
}

.danger {
    font-size: 18px;
    color: #ff0303;
    text-shadow: none;
}

.alert:before {
    content: "";
    position: absolute;
    width: 0;
    height: calc(100% - 44px);
    border-left: 1px solid;
    border-right: 2px solid;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 20px;
}

.alert > .start-icon {
    margin-right: 5px;
}

.alert > .start-icon {
    margin-right: 0;
    min-width: 20px;
    text-align: center;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.fa-times {
    -webkit-animation: blink-1 2s infinite both;
    animation: blink-1 2s infinite both;
}

@-webkit-keyframes blink-1 {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes blink-1 {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.li-footer {
    font-size: .875rem;
    font-weight: 500;
}

.dropdown-menu a.active {
    color: #405aad !important;
}