@import url("icon-pack.css");
@import url("twitter.css");
.section-breadcrumb-wrap-block {
    background-color: #eee;
}

.section-breadcrumb-wrap-block .breadcrumb-nav {
    padding: 20px 0;
}

.section-breadcrumb-wrap-block .breadcrumb-nav li {
    list-style: none;
    margin-right: 15px;
}

.section-breadcrumb-wrap-block .breadcrumb-nav li a {
    display: inline-block;
    margin-right: 10px;
}

.section-breadcrumb-wrap-block .breadcrumb-nav li .la:after {
    content: "\f105";
}

.section-breadcrumb-wrap-block .breadcrumb-nav li:last-of-type .la {
    display: none;
}

.section-breadcrumb-wrap-block .breadcrumb-nav li:last-of-type a {
    color: var(--bs-theme-color);
}

.section-product-detail-wrap-block {
    padding: 3rem 0;
}

.product-detail-content {
    margin-top: 2rem;
    gap: 3rem;
}

.product-gallery {
    flex: 0 0 50%;
}

.main-image {
    width: 100%;
    margin-bottom: 1rem;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}

.main-image img {
    width: 100%;
    height: auto;
    display: block;
}

.thumbnail-images {
    display: flex;
    gap: 1rem;
}

.thumb-item {
    flex: 0 0 80px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.thumb-item.active {
    border-color: var(--bs-theme-color);
}

.thumb-item img {
    width: 100%;
    height: auto;
    display: block;
}

.product-info {
    flex: 0 0 calc(50% - 3rem);
}

.product-description h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--bs-theme-color);
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.feature-list li {
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    position: relative;
}

.feature-list li i.la:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    color: var(--bs-theme-color);
}

.specs-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

.specs-table td {
    padding: 0.5rem;
    border: 1px solid #eee;
}

.specs-table td:first-child {
    font-weight: bold;
    background: #f9f9f9;
}

@media (max-width: 991px) {
    .product-gallery,
    .product-info {
        flex: 0 0 100%;
    }
}

.product-tabs-section {
    margin-top: 3rem;
    padding: 2rem 0;
    background: #f9f9f9;
}

.tab-nav {
    margin-bottom: 2rem;
    border-bottom: 2px solid #eee;
    padding: 0 1rem;
}

.tab-nav .nav-item {
    cursor: pointer;
    padding: 1.2rem 2.5rem;
    position: relative;
    color: #666;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tab-nav .nav-item.active {
    color: var(--bs-theme-color);
    border-bottom-color: var(--bs-theme-color);
    font-weight: 600;
}

.tab-nav .nav-item:hover {
    color: var(--bs-theme-color);
    background: rgba(var(--bs-theme-color-rgb), 0.05);
}

.product-details-content {
    padding: 2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}


.product-details-content h3 {
    color: var(--bs-theme-color);
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.product-details-content ol li{
    list-style: auto;
}
.product-details-content ul li{
    list-style: auto;
}

.product-details-content ol {
    list-style: decimal;
    padding-left: 1.5rem;
}
.product-details-content ul{
    list-style: decimal;
    padding-left: 1.5rem;
}

.product-details-content li {
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #444;
}

.spec-table-group {
    margin-bottom: 2.5rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    overflow: hidden;
}

.spec-table-group h4 {
    color: #fff;
    margin: 0;
    padding: 1rem 1.5rem;
    background: var(--bs-theme-color);
    font-size: 1.1rem;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
}

.unit-note {
    color: #666;
    font-size: 0.9rem;
    margin: 0;
    padding: 0.8rem 1.5rem;
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
    font-style: italic;
}

.table-responsive {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

.specs-table.technical {
    margin: 0;
}

.product-details-content table th {
    background: #f8f9fa;
    color: var(--bs-theme-color);
    font-weight: 600;
    border-bottom: 2px solid #eee;
}

.product-details-content table td:first-child {
    background: #f8f9fa;
    font-weight: 600;
    color: #444;
}

.product-details-content table tr:nth-child(even) {
    background: #fff;
}

.product-details-content table tr:hover {
    background: #f8f9fa;
}


.product-details-content p {
    margin-bottom: 1rem;
    line-height: 1.8;
    color: #444;
}

.keyword-tags.simple {
    display: flex;
    gap: 1rem;
    justify-content: center;
    padding: 2rem;
}

.keyword-tags.simple .keyword-tag {
    font-size: 1.2rem;
    padding: 0.8rem 2rem;
    background: var(--bs-theme-color);
    color: #fff;
    border: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.keyword-tags.simple .keyword-tag:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .tab-nav .nav-item {
        padding: 1rem 1.5rem;
        font-size: 1.1rem;
    }

    .spec-table-group h4 {
        padding: 0.8rem 1.2rem;
        font-size: 1rem;
    }

    .unit-note {
        padding: 0.6rem 1.2rem;
        font-size: 0.85rem;
    }

    .keyword-tags.simple {
        flex-direction: column;
        align-items: center;
    }

    .keyword-tags.simple .keyword-tag {
        width: 100%;
        text-align: center;
    }
}

.tab-pannel {
    display: none;
}

.tab-pannel.active {
    display: block;
}

.section-block-demo160-banner1 {
    overflow: hidden;
}

.section-block-demo160-banner1 .item-inner {
    display: block;
}

.section-block-demo160-banner1 img {
    visibility: visible !important;
    width: 100%;
}

.section-block-demo160-banner1 .item-info {
    position: absolute;
    left: 0;
    top: 38.5%;
    color: #fff;
    width: 100%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-banner-wrap-block[banner-text-position=center] .item-info {
    padding: 0 15%;
}

.section-block-demo160-banner1 .item-info h2 {
    font-size: 50px;
    line-height: 1.66;
    font-weight: 600;
}

.section-block-demo160-banner1 .item-info .button {
    padding-top: 42px;
}

.section-block-demo160-banner1 .item-info .button img {
    width: 3.5%;
}

@media(max-width: 1280px) {
    .section-block-demo160-banner1 .item-info h2 {
        font-size: 38px;
    }
}

.section-block-demo78-product {
    position: relative;
    margin: 70px 0;
}

.section-block-demo78-product .title-bar {
    position: relative;
    margin-bottom: 1rem;
}

.section-block-demo78-product .title-bar .title {
    color: #303030;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 42px;
    line-height: 1;
}

.section-block-demo78-product .tab-nav {
    padding: 1rem 0;
    margin-bottom: 2.5rem;
}

.section-block-demo78-product .tab-nav .nav-item {
    position: relative;
    padding: 1rem 35px;
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.5;
}

.section-block-demo78-product .tab-nav .nav-item i {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    width: 0;
    height: 3px;
    border-radius: 2px;
    background-color: var(--bs-theme-color);
}

.section-block-demo78-product .tab-nav .nav-item.active i {
    width: 100%;
}

.section-block-demo78-product .tab-nav .nav-item.active {
    color: var(--bs-theme-color);
}

.section-block-demo78-product .item-inner .item-img {
    position: relative;
    width: 40%;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.section-block-demo78-product .item-inner .item-info {
    position: relative;
    padding: 1rem 5.5%;
    width: 55%;
    margin-left: auto;
}

.section-block-demo78-product .item-inner .item-title {
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.33;
}

.section-block-demo78-product .item-inner .item-desc {
    margin: 37px 0 58px 0;
    line-height: 1.875;
}

.section-block-demo78-product .item-inner .item-more {
    position: relative;
    padding: 0 30px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 40px;
}

@media (max-width:1366px) {
    .section-block-demo78-product {
        margin: 3.5rem 0;
    }

    .section-block-demo78-product .title-bar .title {
        font-size: 2.5rem;
    }

    .section-block-demo78-product .tab-nav .nav-item {
        padding: .7rem 1.5rem;
        font-size: 1.5rem;
    }

    .section-block-demo78-product .item-inner .item-title {
        font-size: 2.2rem;
    }

    .section-block-demo78-product .item-inner .item-more {
        padding: 0 1.5rem;
        font-size: 16px;
        line-height: 36px;
    }

    .section-block-demo78-product .item-inner .item-desc {
        margin: 2rem 0 3rem 0;
    }
}

@media (max-width:992px) {
    .section-block-demo78-product .title-bar .title {
        padding: 5px 0;
        font-size: 2rem;
    }

    .section-block-demo78-product .item-inner .item-title {
        font-size: 1.7rem;
    }

    .section-block-demo78-product .tab-nav {
        padding: 5px 0;
    }

    .section-block-demo78-product .item-inner .item-desc {
        margin: 1.25rem 0 1.8rem 0;
    }

    .section-block-demo78-product .tab-nav .nav-item {
        padding: .5rem 1rem;
        font-size: 1.2rem;
    }

    .section-block-demo78-product .item-inner .item-info {
        padding: 1rem 0 1rem 2.5%;
    }
}

@media (max-width:640px) {
    .section-block-demo78-product .title-bar .title {
        font-size: 1.8rem;
    }

    .section-block-demo78-product .item-inner .item-title {
        font-size: 1.4rem;
    }

    .section-block-demo78-product .item-inner,
    .section-block-demo78-product .tab-nav {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section-block-demo78-product .item-inner .item-img {
        width: 100%;
    }

    .section-block-demo78-product .item-inner .item-info {
        padding: 1rem 0 0 0;
        width: 100%;
    }
}

.section-block-sjy-advantage01 {
    padding: 25px 0 35px 0;
    background-image: -webkit-linear-gradient(top, #d3edf9 20%, #fff 50%, #d3edf9 100%);
    background-image: linear-gradient(to bottom, #d3edf9 20%, #fff 50%, #d3edf9 100%);
}

.section-block-sjy-advantage01 .title-bar {
    margin-bottom: 40px;
}

.section-block-sjy-advantage01 .title-bar .title {
    padding: 1rem 0;
}

.section-block-sjy-advantage01 .title-bar .text {
    color: #333;
    text-align: center;
    font-size: 20px;
}

.section-block-sjy-advantage01 .title-bar .title {
    position: relative;
    color: #000;
    text-transform: capitalize;
    font-size: 40px;
}

.section-block-sjy-advantage01 .advantage-items {
    padding: 15px 0;
}

.section-block-sjy-advantage01 .advantage-item {
    padding: 5px;
}

.section-block-sjy-advantage01 .advantage-item .item-inner {
    position: relative;
    padding: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-block-sjy-advantage01 .advantage-item .item-inner .item-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 30px;
    padding: 10px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--bs-sec-theme-color);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.section-block-sjy-advantage01 .advantage-item .item-inner .item-title {
    color: var(--bs-theme-color);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.section-block-sjy-advantage01 .advantage-item .item-inner .item-icon img {
    -webkit-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s;
}

.section-block-sjy-advantage01 .advantage-item .item-inner:hover .item-icon img {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

@media (max-width:1366px) {
    .section-block-sjy-advantage01 .title-bar .title {
        font-size: 2.5rem;
    }

    .section-block-sjy-advantage01 .title-bar {
        margin-bottom: 2rem;
    }

    .section-block-sjy-advantage01 .title-bar .title {
        padding: .5rem 0;
    }

    .section-block-sjy-advantage01 .title-bar .text {
        font-size: 1.2rem;
    }

    .section-block-sjy-advantage01 .advantage-item .item-inner .item-icon {
        margin: 0 1rem;
        width: 60px;
        height: 60px;
    }

    .section-block-sjy-advantage01 .advantage-item .item-inner .item-title {
        font-size: 1rem;
    }
}

@media (max-width:1080px) {
    .section-block-sjy-advantage01 .title-bar .title {
        font-size: 2rem;
    }
}

@media (max-width:640px) {
    .section-block-sjy-advantage01 .title-bar .text {
        font-size: 1rem;
    }

    .section-block-sjy-advantage01 .advantage-item .item-inner .item-title {
        font-size: 12px;
    }

    .section-block-sjy-advantage01 .advantage-item .item-inner .item-icon {
        margin: 0 10px 0 0;
    }

    .section-block-sjy-advantage01 .advantage-item {
        width: 100%;
    }
}

.section-block-demo13-number .title-bar {
    position: relative;
    margin-bottom: 5rem;
}

.section-block-demo13-number .title-bar .title {
    padding: 0;
    color: var(--bs-sec-theme-color);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 3rem;
    line-height: 1.25;
}

.section-block-demo13-number .title-bar .heading-type-2 {
    margin-bottom: 1.5rem;
}

.section-block-demo13-number .title-bar .heading-type-2 i {
    margin-right: auto;
    margin-left: auto;
}

.section-block-demo13-number .title-bar .heading-type-3 strong {
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-block-demo13-number .title-bar .heading-type-3 i {
    display: none;
}

.section-block-demo13-number {
    margin: 5rem 0;
    background-image: url(../images/64e3257804f8e24491.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.section-block-demo13-number .number-item {
    display: inline-block;
}

.section-block-demo13-number .item-img {
    position: relative;
    margin-bottom: 1.5rem;
    display: table;
}

.section-block-demo13-number .item-num {
    color: var(--bs-theme-color);
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 1;
}

.section-block-demo13-number .item-title {
    position: relative;
    margin: 10px 0;
    color: var(--bs-sec-theme-color);
    text-transform: capitalize;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
}

.section-block-demo13-number .item-desc {
    color: #1a1a1a;
    line-height: 1.67;
}




@media (max-width: 1366px) {
    .section-block-demo13-number .title-bar {

        margin-bottom: 2.5rem;
    }

    .section-block-demo13-number .title-bar .title {
        font-size: 2.3rem;
    }
}

@media only screen and (max-width:1080px) {
    .section-block-demo13-number .number-item {

        width: 50%;
        margin-bottom: 1.5rem;
    }

    .section-block-demo13-number .item-num {
        font-size: 3rem;
    }
}


@media (max-width: 768px) {
    .section-block-demo13-number {
        margin: 2.5rem auto;
    }

    .section-block-demo13-number .title-bar .title {
        font-size: 1.75rem;
    }

    .section-block-demo13-number .item-img {

        margin-bottom: 0.68rem;
    }
}

@media (max-width: 640px) {
    .section-block-demo13-number .number-item {
        text-align: center;

        width: 100%;
        margin-bottom: 1rem;
    }
}

.section-block-demo07-product1 {
    padding: 6rem 0;
}

.section-block-demo07-product1 .title-bar .title {
    position: relative;
    font-weight: 400;
    font-size: 58px;
    font-family: Oswald;
}

.section-block-demo07-product1 .tab-nav {
    margin: 3rem 0;
}

.section-block-demo07-product1 .nav-item {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0 .5em .5em;
    padding: .5em 1em;
    min-width: 13rem;
    border: 1px solid #ffa683;
    border-radius: 2em;
    text-align: center;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 18px;
    font-family: Oswald;
}

.section-block-demo07-product1 .nav-item.active {
    background: linear-gradient(to right, var(--bs-theme-color), var(--bs-sec-theme-color));
    color: #fff;
}

.section-block-demo07-product1 .tab-pannel {
    padding: 0 100px;
}

.section-block-demo07-product1 .product-item .item-inner .item-info {
    padding: 1rem 0;
}

.section-block-demo07-product1 .product-item .item-inner .item-info .item-title {
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    font-family: Oswald;
    line-height: 1.5;
}

.section-block-demo07-product1 .swiper-button-prev {
    left: 0;
}

.section-block-demo07-product1 .swiper-button-next {
    right: 0;
}

@media (max-width:1366px) {
    .section-block-demo07-product1 .title-bar .title {
        font-size: 3rem;
    }

    .section-block-demo07-product1 .product-item .item-inner .item-info .item-title {
        font-size: 16px;
    }

    .section-block-demo07-product1 .tab-pannel {
        padding: 0 60px;
    }
}

@media only screen and (max-width:1080px) {
    .section-block-demo07-product1 .tab-pannel {
        padding: 0;
    }
}

@media (max-width:768px) {
    .section-block-demo07-product1 {
        padding: 2.5rem 0;
    }

    .section-block-demo07-product1 .title-bar .title {
        font-size: 1.75rem;
    }
}

@media (max-width:480px) {
    .section-block-demo07-product1 .title-bar .title {
        padding: .5rem;
        font-size: 2rem;
    }

    .section-block-demo07-product1 .product-item .item-inner .item-info .item-title {
        font-size: 14px;
    }
}

.section-block-demo13-case {
    padding: 5rem 0;
}

.section-block-demo13-case .section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: var(--bs-theme-color);
}

.section-block-demo13-case .title-bar {
    position: relative;
    margin-bottom: 3rem;
    align-items: center;
    justify-content: space-between;
}

.section-block-demo13-case .title-bar .title {
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 3rem;
    line-height: 1.25;
}

.section-block-demo13-case .item-inner {
    position: relative;
    position: relative;
    display: block;
}

.section-block-demo13-case .item-info {
    position: relative;
    z-index: 9;
    padding: 1.5rem 0;
    color: var(--bs-sec-theme-color);
}

.section-block-demo13-case .item-title {
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 1.5rem;
}

.section-block-demo13-case .item-tag {
    display: block;
    color: #8893b9;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.67;
}

.section-block-demo13-case[slide-btn-style="custom-5"] .swiper-button::before {
    font-size: 2rem;
}

.section-block-demo13-case[pagination-btn-position="top"][swipernormal] .outer-swiper-wrap {
    padding-top: 0;
}

.section-block-demo13-case[pagination-btn-position="top"][swipernormal] .swiper-control {
    padding: 0;
    top: -100px;
    width: auto;
}

@media (max-width:1366px) {
    .section-block-demo13-case .title-bar .title {
        font-size: 2.3rem;
    }
}

@media (max-width:768px) {
    .section-block-demo13-case {
        padding: 2.5rem 0;
    }

    .section-block-demo13-case .title-bar {
        margin-bottom: 1.5rem;
    }

    .section-block-demo13-case .title-bar .title {
        font-size: 1.75rem;
    }

    .section-block-demo13-case .item-info {
        padding: 1rem 0;
    }

    .section-block-demo13-case .item-tag {
        font-size: 12px;
    }

    .section-block-demo13-case .item-title {
        font-size: 16px;
    }
}

.section-block-demo66-partner1 {
    position: relative;
    padding: 5rem 0 8.2rem;
}

.section-block-demo66-partner1 .title-bar {
    text-align: center;
    color: var(--bs-sec-theme-color);
    margin-bottom: 2rem;
    padding: 2.7rem 0 0;
}

.section-block-demo66-partner1 .title-bar .text {
    font-size: 1.7rem;
    margin-bottom: .4rem;
    color: var(--bs-sec-theme-color);
}

.section-block-demo66-partner1 .title-bar .title {
    font-size: 3.4rem;
    font-weight: 700;
}

.section-block-demo66-partner1 [heading-type="1"] {
    padding: 0;
}

.section-block-demo66-partner1 .partner-items {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
}

.section-block-demo66-partner1 .partner-item {
    padding: 0.64rem;
}

.section-block-demo66-partner1 .partner-item .item-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    height: 10.28rem;
    border: 1px solid #cacaca;
}

.section-block-demo66-partner1 .partner-item .item-inner:hover {
    box-shadow: 0 0 16px 7px rgba(37, 42, 50, .3);
}

.section-block-demo66-partner1 .partner-item .item-inner img {
    max-height: 100%;
}

.section-block-demo66-partner1 .partner-item .item-inner {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width: 1280px) {
    .section-block-demo66-partner1 .title-bar .title {
        font-size: 2.5rem;
    }
}

@media (max-width: 992px) {
    .section-block-demo66-partner1 {
        padding: 3rem 0;
    }

    .section-block-demo66-partner1 .title-bar .title {
        font-size: 2rem;
    }

    .section-block-demo66-partner1 .title-bar .text {
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {}

@media (max-width: 576px) {
    .section-block-demo66-partner1 .partner-items {
        padding: 0;
    }

    .section-block-demo66-partner1 .title-bar .title {
        font-size: 1.5rem;
    }

    .section-block-demo66-partner1 .title-bar .text {
        font-size: 1.2rem;
    }

    .section-block-demo66-partner1 .partner-item {
        padding: .3rem;
    }
}

.section-block-demo13-news {
    padding: 5rem 0;
}

.section-block-demo13-news .title-bar {
    position: relative;
    margin-bottom: 3rem;
    align-items: center;
    justify-content: space-between;
}

.section-block-demo13-news .title-bar .title {
    padding: 0;
    color: var(--bs-sec-theme-color);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 3rem;
    line-height: 1.25;
}


.section-block-demo13-news[block-border-padding="2"] .sc-block-item .item-inner .item-info {
    padding: 1rem 1.5rem;
}

.section-block-demo13-news .news-item .item-inner .item-info {
    padding: 1.78rem;
}

.section-block-demo13-news .news-item .item-time {
    display: block;
    margin: 6px 0;
    color: var(--bs-theme-color);
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
}

.section-block-demo13-news .news-item .item-time span {
    display: inline-block;
    margin-right: .5rem;
    padding-right: .5rem;
    border-right: 1px solid var(--bs-theme-color);
}

.section-block-demo13-news .news-item .item-title {
    margin-bottom: 10px;
    color: var(--bs-sec-theme-color);
    text-transform: capitalize;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.43;
}

.section-block-demo13-news .news-item .item-inner .item-desc {
    color: #8893b9;
    line-height: 1.67;
    padding-bottom: 25px;
    border-bottom: 1px solid #e1eeff;
}

.section-block-demo13-news .news-item .item-inner .btn {
    margin-top: 25px;
    text-transform: uppercase;
}

@media (max-width:1366px) {
    .section-block-demo13-news .title-bar .title {
        font-size: 2.3rem;
    }
}

@media only screen and (max-width:1080px) {
    .section-block-demo13-news .news-item {
        padding: 5px;
    }

    .section-block-demo13-news .news-item .item-inner .item-info {
        padding: 1rem;
    }

    .section-block-demo13-news .news-item .item-title {
        margin-bottom: 5px;
        font-size: 1.38rem;
    }

    .section-block-demo13-news .news-item .item-desc {
        font-size: 12px;
    }

    .section-block-demo13-news .news-item .item-more {
        margin-top: 1rem;
        padding-top: 1rem;
    }
}

@media (max-width:768px) {
    .section-block-demo13-news {
        padding: 2.5rem 0;
    }

    .section-block-demo13-news .title-bar .title {
        font-size: 1.75rem;
    }
}

@media (max-width:480px) {
    .section-block-demo13-news .news-item {
        width: 100%;
    }

    .section-block-demo13-news .btn {
        margin-top: 1rem;
    }
}

.section-block-demo13-inquiry {
    position: relative;
    margin-top: 90px;
    padding: 7rem 0 10rem 0;
    background-image: url(../images/64e325045091869007.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.section-block-demo13-inquiry .layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.section-block-demo13-inquiry .title-bar {
    position: relative;
    margin-bottom: 3rem;
}

.section-block-demo13-inquiry .text,
.section-block-demo13-inquiry .title-bar .title {
    color: #fff;
}

.section-block-demo13-inquiry .title-bar .title {
    padding: 0;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.25;
}

.section-block-demo13-inquiry .title-bar .text {
    margin-top: 3rem;
    padding: 0 10%;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.section-block-demo13-inquiry .inquiry-wrap {
    text-align: center;
}

.section-block-demo13-inquiry .btn {
    text-transform: uppercase;
}

@media (max-width:1366px) {
    .section-block-demo13-inquiry .title-bar .title {
        font-size: 2.3rem;
    }
}

@media only screen and (max-width:1080px) {
    .section-block-demo13-inquiry {
        margin-top: 3rem;
        padding: 3rem 0 5rem 0;
    }
}

@media (max-width:768px) {
    .section-block-demo13-inquiry .title-bar .title {
        font-size: 1.75rem;
    }

    .section-block-demo13-inquiry .title-bar .text {
        margin-top: 1.5rem;
        padding: 0;
        font-size: 14px;
        line-height: 1.68;
    }

    .section-block-demo13-inquiry .title-bar {
        margin-bottom: 1.5rem;
    }
}

.section-block-demo1-productlist1 {
    position: relative;
}

.section-block-demo1-productlist1 .sc-block-item .item-inner .item-info .item-title {
    font-weight: bold;
    color: var(--bs-theme-color);
}

.section-block-demo1-newlist1 {
    position: relative;
}

.section-block-demo1-newlist1 .new-items {}

.section-block-demo1-newlist1 .new-item {}

.section-block-demo1-newlist1 .new-item .item-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 2rem 1rem;
    border-bottom: 1px solid #eee;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.section-block-demo1-newlist1 .new-item .item-inner:hover {}

.section-block-demo1-newlist1 .new-item .item-inner .item-img {
    position: relative;
    overflow: hidden;
    margin: 0 20px 0 0;
    padding: 5px;
    width: 16rem;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 5px;
}

.section-block-demo1-newlist1 .new-item .item-inner .item-img img {
    width: 100%;
    border-radius: 5px;
    -moz-transition-duration: .8s;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    -ms-transition-duration: .8s;
    transition-duration: .8s;
}

.section-block-demo1-newlist1 .new-item .item-inner:hover .item-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08)
}

.section-block-demo1-newlist1 .new-item .item-info {
    position: relative;
    flex: 1;
}

.section-block-demo1-newlist1 .new-item .item-info .item-title {
    color: var(--bs-theme-color);
    font-weight: 700;
    margin: 0 0 1rem;
    font-size: 1.4rem;
}

.section-block-demo1-newlist1 .new-item .item-info .item-desc {
    margin: 1rem 0;
}

.section-block-demo1-newlist1 .new-item .item-info .item-time {
    color: #aaa;
}

.section-block-demo1-newlist1 .new-item .item-info .item-time svg {
    fill: #aaa;
}

.section-block-demo1-newlist1 .new-item .item-info .item-more {
    padding: 0.3rem 1.7rem;
    font-size: 1rem;
    float: right;
}

.section-block-demo1-newlist1 .new-item .item-info .item-more i.la {
    font-size: 1rem;
}

@media only screen and (max-width:1080px) {
    .section-block-demo1-newlist1 .new-item .item-inner .item-img {
        width: 100%;
    }
}

@media only screen and (max-width:992px) {
    .section-block-demo1-newlist1 .new-item .item-inner .item-img {
        width: 13rem;
    }
}

@media only screen and (max-width:576px) {
    .section-block-demo1-newlist1 .new-item .item-inner .item-img {
        width: 100%;
    }
}

.pagePagination {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 200%;
}

.pagePagination a {
    font-size: 14px;
    border: 1px solid #eee;
    padding: 4px 10px;
    margin-right: 5px;
    border-radius: 4px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.pagePagination a:hover,
.pagePagination a.active {
    background: var(--bs-theme-color);
    color: #fff;
}

.pagePagination span {
    color: #333;
    font-size: 12px;
}

.news-detail-content {
    margin-top: 20px;
}
.news-image {
    width: 100%;
    margin-bottom: 20px;
}
.news-image img {
    width: 100%;
    height: auto;
}
.news-info {
    width: 100%;
}
.news-summary {
    margin-bottom: 15px;
}
.news-summary h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}
.news-summary p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}
.news-details {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.news-details p iframe {
    max-width: 100%;
    min-height: auto;
}

.document-gallery {
    margin-top: 15px;
}
.document-gallery .row {
    margin: -15px;
}
.document-item {
    padding: 15px;
    width: 25%;
}
.document-inner {
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    aspect-ratio: 1/1.414; /* A4 boyut oranı */
    display: block;
    cursor: pointer;
}
.document-inner:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}
.document-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.document-inner:hover .document-image {
    transform: scale(1.05);
}
.document-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1;
}
.document-inner:hover .document-overlay {
    opacity: 1;
}
.document-zoom {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8) translateY(20px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.document-inner:hover .document-zoom {
    transform: scale(1) translateY(0);
}
.document-zoom i {
    font-size: 24px;
    color: #333;
    transition: all 0.3s ease;
}
.document-inner:hover .document-zoom i {
    transform: scale(1.1);
}
@media (max-width: 1200px) {
    .document-item {
        width: 33.333%;
    }
}
@media (max-width: 768px) {
    .document-item {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .document-item {
        width: 100%;
    }
}
.contact-section {
    padding: 40px 0;
}
.contact-info {
    background: #fff;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
}
.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}
.contact-item:last-child {
    margin-bottom: 0;
}
.contact-icon {
    width: 50px;
    height: 50px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}
.contact-icon i {
    font-size: 20px;
    color: #1594d2;
}
.contact-text {
    flex-grow: 1;
}
.contact-text h4 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #333;
}
.contact-text p, .contact-text a {
    color: #666;
    margin: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}
.contact-text a:hover {
    color: #007bff;
}
.contact-form {
    background: #fff;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
form.contact-form {
    box-shadow: none;
    padding: 0;
}
.form-group {
    margin-bottom: 20px;
}
.form-control {
    height: 50px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    transition: all 0.3s ease;
}
.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}
textarea.form-control {
    height: 150px;
    resize: none;
}
.btn-submit {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 12px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.btn-submit:hover {
    background: #0056b3;
}
.map-container {
    margin-top: 40px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.map-container iframe {
    width: 100%;
    height: 400px;
    border: none;
}
@media (max-width: 768px) {
    .contact-info {
        margin-bottom: 30px;
    }
}
.section-title {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}
.section-title h3 {
    font-size: 24px;
    color: #333;
    margin: 0;
    font-weight: 600;
}

.btn-submit.disabled {
    background: #cccccc !important;
    color: #666666 !important;
    cursor: not-allowed !important;
    opacity: 0.7 !important;
    pointer-events: none !important;
    box-shadow: none !important;
}
.btn-submit.disabled:hover {
    background: #cccccc !important;
    transform: none !important;
}

.gslide-description {
    background: rgba(0, 0, 0, 0.8);
}
.gslide-description .gdesc-inner {
    padding: 10px;
}
.gslide-description .gdesc-inner .gdesc-content {
    color: #fff;
    text-align: center;
}
.gclose {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
}
.gclose svg {
    width: 20px;
    height: 20px;
}
.gnext, .gprev {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.gnext svg, .gprev svg {
    width: 20px;
    height: 20px;
}

#sectionId1vfyg9f {
    padding: 80px 0;
    position: relative;
}
#sectionId1vfyg9f::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
}
#sectionId1vfyg9f .layout {
    position: relative;
    z-index: 1;
}
#sectionId1vfyg9f>.layout.title-bar>.title {
    font-family: Roboto;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 50px;
}
#sectionId1vfyg9f>.layout.title-bar>.title>strong {
    color: rgb(255, 255, 255);
}
.certificate-slider-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.certificate-slider {
    padding: 20px 0;
}
.certificate-item {
    position: relative;
    border: 1px solid rgba(255,255,255,0.1);
    background: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
}
.certificate-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.certificate-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1.414;
    object-fit: cover;
}
.certificate-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}
.certificate-item:hover .certificate-overlay {
    opacity: 1;
}
.certificate-zoom {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: all 0.3s ease;
}
.certificate-item:hover .certificate-zoom {
    transform: scale(1);
}
.certificate-zoom i {
    font-size: 20px;
    color: #333;
}
@media (max-width: 768px) {
    .certificate-slider-wrap {
        padding: 0 10px;
    }
}
#sectionId5v6haqx>.layout.title-bar>.title {
    font-size: 42px;
    text-transform: uppercase;
    font-family: Roboto;
    font-weight: 600;
}

#sectionId5v6haqx {
    padding-bottom: 47px;
}
#sectionIdnews013>.layout>.title-bar.d-flex.flex-wrap>.title {
    font-weight: 600;
    font-family: Roboto;
}

#sectionIdnews013 {
    padding-top: 94px;
    padding-bottom: 94px;
}

#sectionIdnews013>.layout.news-items.sc-block-items.d-flex>.sc-block-item.news-item.block-item>.item-inner>.item-img>img {
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
}
#sectionIdnume013 {
    padding-top: 83px;
    padding-bottom: 83px;
}

#sectionIdnume013>.layout>.title-bar>.title.heading-type-1 {
    font-family: Roboto;
    font-weight: 600;
}
#sectionId9gzaeim>.layout.d-flex.flex-wrap.block-items>.block-item.advantage-item>.item-inner.d-flex>.item-icon {
    background-color: rgb(51, 104, 198);
    width: 140px;
    height: 140px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
}

#sectionId9gzaeim>.layout.d-flex.flex-wrap.block-items>.block-item.advantage-item>.item-inner.d-flex {
    flex-wrap: wrap;
    flex-direction: column;
}

#sectionId9gzaeim>.layout.d-flex.flex-wrap.block-items>.block-item.advantage-item>.item-inner.d-flex>.item-title {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    font-size: 18px;
    text-transform: capitalize;
}

#sectionId9gzaeim>.layout.title-bar>.title {
    font-size: 42px;
    font-weight: 700;
    font-family: Roboto;
    margin-bottom: 50px;
}

#sectionId9gzaeim>.layout.d-flex.flex-wrap.block-items {
    margin-top: 70px;
    justify-content: center;
}

#sectionId9gzaeim>.layout.title-bar {
    margin-bottom: 50px;
}

#sectionId9gzaeim>.layout.d-flex.flex-wrap.block-items>.block-item.advantage-item>.item-inner.d-flex>.item-icon>img {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
}
#sectionId2yrnq1g {
    padding-bottom: 57px;
}

#sectionId2yrnq1g>.layout>.title-bar>.title {
    font-family: Roboto;
    color: rgb(3, 27, 78);
    text-transform: capitalize;
}

#sectionId2yrnq1g>.layout>.tab-nav.d-flex.justify-content-between>.nav-item {
    text-transform: capitalize;
}
#sectionIds06f7w3>.layout.outer-swiper-wrap>.execute-swiper-slide>.swiper-wrapper>.swiper-slide>.item-inner>.item-info>p {
    margin-top: 10px;
    font-size: 30px;
}

#sectionIds06f7w3>.layout.outer-swiper-wrap>.execute-swiper-slide>.swiper-wrapper>.swiper-slide>.item-inner>.item-info {
    top: 40px;
    bottom: 3000px;
}

#sectionIds06f7w3>.layout.outer-swiper-wrap>.execute-swiper-slide>.swiper-wrapper>.swiper-slide>.item-inner>.item-info>.ani {
    font-size: 38px;
}

#sectionIds06f7w3>.layout.outer-swiper-wrap>.execute-swiper-slide>.swiper-wrapper>.swiper-slide>.item-inner>.item-info {
    top: 50px;
}

#sectionIds06f7w3>.layout.outer-swiper-wrap>.execute-swiper-slide>.swiper-wrapper>.swiper-slide>.item-inner>.item-info>.ani {
    font-size: 36px;
}

.preloader{ 
    position:fixed; 
    left:0px; 
    top:0px; 
    width:100%; 
    height:100%; 
    z-index:999999999999; 
    background-color:rgba(255,255,255,1); 
    background-position:center center; 
    background-repeat:no-repeat; 
    background-image:url(../images/loading.gif);
    background-size: 300px 225px;
}