/* ==========================================================================
   1. Root Variables & Global Styles
   ========================================================================== */
/* Root Variables */
:root {
    /* 模块内容宽度 */
    --bs-screen-full: 100%;
    --bs-screen-xxl: 88%;
    --bs-screen-large: 78%;
    --bs-screen-mid: 68%;
    --bs-screen-small: 58%;
    --bs-body-font-weight: 400;
    /* 文字颜色 */
    --bs-body-color: #333333;
    /* body背景颜色 */
    --bs-body-bg: #fff;
    /* 主题色 */
    --bs-theme-color: #1288d2;
    /* 副主题色 */
    --bs-sec-theme-color: #313237;
    /* a标签文字颜色 */
    --bs-link-color: #333333;
    /* a标签文字hover颜色 */
    --bs-link-hover-color: #000;
    --bs-font-sans-serif: "Poppins";
    --bs-body-font-size: 1rem;
    --bs-h-font-sans-serif: "Poppins";
    --bs-h-font-weight: 700;
    --bs-h-font-size: 1rem;
}

/* ==========================================================================
   2. Header Styles - Demo11 Header
   ========================================================================== */
/* Header Styles */
.section-block-demo11-header .header-row {
    border: none;
}

.section-block-demo11-header .layout {
    width: 92.7%;
}

.section-block-demo11-header.section-header-wrap-block .nav>li>a {
    font-size: 18px;
    text-transform: capitalize;
}

.section-block-demo11-header .nav>li:nth-child(n+2) {
    margin-left: 34px;
}

.section-block-demo11-header .search {
    margin-left: 42px;
}

.section-block-demo11-header.section-header-wrap-block .change-language {
    background: #1288d2;
    border-radius: 34px;
    padding: 7.5px 16px;
    margin-left: 34px;
}

.section-block-demo11-header .country-flag+span {
    font-size: 16px;
    text-transform: uppercase;
}

.section-block-demo11-header .change-language .change-language-title .country-flag {
    background: url(../image/65f001c9e701d53999.png);
    background-position: 0 !important;
    width: 19px;
    height: 19px;
    position: relative;
}

.section-block-demo11-header .change-language .change-after {
    display: none;
}

/* ==========================================================================
   3. Footer Styles - Demo41 Footer
   ========================================================================== */
/* Footer Styles */
.section-block-demo41-footer {
    padding: 93px 0 0;
    background-size: cover;
    background-color: #2da0b7;
}

.section-block-demo41-footer .foot_top {
    color: #FFF;
}

.section-block-demo41-footer .foot_top .layout {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 25px;
    margin-bottom: 85px;
}

.section-block-demo41-footer .foot_top .inquiry-title {
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.section-block-demo41-footer .foot_top .inquiry-info .text {
    font-size: 18px;
    color: #FFFFFF;
    max-width: 645px;
    line-height: 1.7;
}

.section-block-demo41-footer .foot_top .btn-inquiry {
    line-height: 70px;
    padding: 0 54px;
    font-size: 26px;
    cursor: default;
    border-radius: 50px;
}

.section-block-demo41-footer .foot-item {
    width: auto;
    max-width: 25%;
}

.section-block-demo41-footer .foot-contact {
    margin: 0;
}

.section-block-demo41-footer .foot-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.section-block-demo41-footer .foot-nav li {
    margin-bottom: 27px;
}

.section-block-demo41-footer .foot-nav a {
    font-size: 20px;
    color: rgba(255, 255, 255, .7);
}

.section-block-demo41-footer .foot-items {
    padding-bottom: 93px
}

.section-block-demo41-footer .foot-item {
    margin: 0;
}

.section-block-demo41-footer .foot_link li {
    margin-bottom: 15px;
    display: block;
}

.section-block-demo41-footer .foot_link a {
    font-size: 20px;
    color: rgba(255, 255, 255, .7);
}

.section-block-demo41-footer .sns {
    padding-top: 10px;
}

.section-block-demo41-footer .sns li {
    text-align: center;
}

.section-block-demo41-footer .sns li img {
    max-height: 40px;
    max-width: 40px;
}

.section-block-demo41-footer .copy {
    background: #fff;
    color: #666666;
    font-size: 18px;
}

.section-block-demo41-footer .copy .layout {
    justify-content: center;
}

.section-block-demo41-footer .copy_left {
    color: #666666;
    font-size: 18px;
    font-weight: 500;
}

.section-block-demo41-footer .copy_feed {
    color: #666;
    font-size: 18px;
    font-weight: 500;
}

/* Media Queries */
@media only screen and (max-width:1680px) {
    .section-block-demo11-header .logo img {
        height: 4rem;
    }

    .section-block-demo11-header .header-row {
        justify-content: flex-end;
    }

    .section-header-wrap-block.section-block-demo11-header .nav {
        flex: none;
    }
    
    .section-header-wrap-block.section-block-demo11-header .nav li {
        /* padding: 0 25px; */
    }
}

@media only screen and (max-width:1440px) {
    .section-block-demo11-header.section-header-wrap-block .nav>li>a {
        font-size: 16px;
    }

    .section-block-demo11-header .nav>li:nth-child(n+2) {
        margin-left: 15px;
    }

    .section-block-demo11-header .search,
    .section-block-demo11-header.section-header-wrap-block .change-language {
        margin-left: 20px;
    }
}

@media only screen and (max-width:1200px) {
    .section-block-demo11-header.section-header-wrap-block .nav>li>a {
        font-size: 14px;
    }
    .section-block-demo41-footer .foot_top .btn-inquiry {
        line-height: 42px;
        padding: 0 20px;
        font-size: 18px;
    }
    .section-block-demo41-footer .foot_top .inquiry-title {
        font-size: 32px;
    }
    .section-block-demo41-footer .foot_top .layout {
        margin-bottom: 30px;
    }
    .section-block-demo41-footer {
        padding-top: 45px;
    }
    .section-block-demo41-footer .foot-items {
        padding-bottom: 45px;
    }
}

@media only screen and (max-width:992px) {
    .section-block-demo41-footer .foot-item {
        width: 50%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .section-block-demo41-footer .foot_top .layout,
    .section-block-demo41-footer .copy .layout {
        flex-wrap: wrap;
    }
    .section-block-demo41-footer .foot_top .inquiry-info {
        width: 100%;
    }
    .section-block-demo41-footer .foot_top .btn-inquiry {
        margin-top: 20px;
    }
    .section-block-demo41-footer .copy_left {
        width: 100%;
    }
}

@media only screen and (max-width:640px) {
    .section-block-demo41-footer .foot-item {
        width: 100%;
    }
    .section-block-demo41-footer .foot-nav li,
    .section-block-demo41-footer .foot-title {
        margin-bottom: 15px;
    }
}

/* ==========================================================================
   4. Banner Styles - Demo1 Banner
   ========================================================================== */
.section-block-demo1-banner1 {
    overflow: hidden;
}
.section-block-demo1-banner1 .item-inner {
    display: block;
}
.section-block-demo1-banner1 img {
    visibility: visible !important;
}
.section-block-demo1-banner1 .item-info {
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff;
    width: 60%;
    padding: 8%;
    font-size: 1.5rem;
    transform: translateY(-50%);
}
.section-block-demo1-banner1 .item-info .btn {
    padding: 0.8rem 2.5rem;
}
.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev {
    left: 10px;
}
.swiper-button-next {
    right: 10px;
}
@media only screen and (max-width: 768px) {
    .section-block-demo1-banner1 .item-info {
        display: none !important;
    }
    .section-block-demo1-banner1 img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .swiper-button-prev, 
    .swiper-button-next {
        width: 20px;
        height: 30px;
        margin-top: -15px;
        background-color: rgba(0,0,0,0.5);
        border-radius: 3px;
    }
    .swiper-button-prev {
        left: 5px;
    }
    .swiper-button-next {
        right: 5px;
    }
    .swiper-pagination {
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        text-align: center;
    }
}

/* ==========================================================================
   5. Why Choose Us Section - Demo145 Else
   ========================================================================== */
.section-block-demo145-else {
    padding: 100px 0 0;
}

.section-block-demo145-else .top {
    position: relative;
    margin-bottom: 65px;
}

.section-block-demo145-else .top .title {
    font-size: 53px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.section-block-demo145-else .top .con {
    font-size: 18px;
    color: #e6e6e6;
}

.section-block-demo145-else .top .tit {
    font-size: 248px;
    color: #FCFCFC;
    line-height: 1;
    font-weight: 700;
    right: 0;
    position: absolute;
    bottom: 0;
    transform: translateY(48%);
    letter-spacing: 13px;
}

.section-block-demo145-else .number-items {
    position: relative;
    z-index: 2;
    justify-content: space-between;
}

.section-block-demo145-else .number-items .item {
    list-style: none;
    padding: 60px 100px 85px 33px;
    width: 21.8%;
    box-shadow: 0 0 20px #3332;
    background-size: cover;
}

.section-block-demo145-else .number-items .wrap {
    font-size: 18px;
    color: #666666;
    line-height: 1.3;
    margin-bottom: 62px;
}

.section-block-demo145-else .number-items .item-num {
    font-size: 68px;
    color: #439d22;
    font-family: "Bai Jamjuree";
    margin-bottom: 14px;
}

.section-block-demo145-else .number-items .tit {
    font-size: 22px;
    font-weight: 500;
}

.section-block-demo145-else .bottom {
    position: relative;
    color: #fff;
    padding: 286px 0 95px;
    margin-top: -237px;
}

.section-block-demo145-else .bottom .layout {
    position: relative;
}

.section-block-demo145-else .bottom .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section-block-demo145-else .bottom img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section-block-demo145-else .bottom .tit {
    font-size: 61px;
    color: #FFFFFF;
    max-width: 715px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 19px;
}

.section-block-demo145-else .bottom .wrap {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 500;
    /* max-width: 950px; */
    line-height: 1.5;
    text-align: justify;
}

@media only screen and (max-width: 1440px) {
    .section-block-demo145-else{padding: 60px 0;}
    .section-block-demo145-else .number-items .item{padding: 30px;}
    .section-block-demo145-else .number-items .wrap{margin-bottom: 15px;height:5em;}
    .section-block-demo145-else .bottom .tit,.section-block-demo145-else .top .title{font-size: 42px;}
    .section-block-demo145-else .bottom{padding-bottom: 120px;}
    .section-block-demo145-else .top .tit {font-size: 160px;}
}

@media only screen and (max-width: 992px) {
    .section-block-demo145-else .number-items{flex-wrap: wrap;}
    .section-block-demo145-else .number-items .item{width: 48%;margin-bottom: 15px;}
.section-block-demo145-else .number-items .wrap{height:auto;}
    .section-block-demo145-else .top .tit{display: none;}
    .section-block-demo145-else {padding: 40px 0 ;}
}
@media only screen and (max-width: 640px) {
    .section-block-demo145-else .number-items .item{width: 100%;margin-bottom: 15px;}
    .section-block-demo145-else .bottom .tit,.section-block-demo145-else .top .title{font-size: 32px;}
    .section-block-demo145-else .top{margin-bottom: 25px;}
    .section-block-demo145-else .bottom{padding-bottom: 90px;}
}
@media only screen and (max-width: 768px) {
    .section-block-demo145-else {
        padding: 40px 0;
    }

    .section-block-demo145-else .top {
        margin-bottom: 30px;
    }

    .section-block-demo145-else .top .title {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .section-block-demo145-else .top .con {
        font-size: 16px;
    }

    .section-block-demo145-else .number-items {
        flex-direction: column;
    }

    .section-block-demo145-else .number-items .item {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px;
        box-shadow: none;
        border: 1px solid #e0e0e0;
    }

    .section-block-demo145-else .number-items .wrap {
        font-size: 16px;
        margin-bottom: 15px;
        height: auto;
    }

    .section-block-demo145-else .number-items .item-num {
        font-size: 48px;
        margin-bottom: 5px;
    }

    .section-block-demo145-else .number-items .tit {
        font-size: 18px;
    }

    .section-block-demo145-else .bottom {
        padding: 40px 0;
        margin-top: 0;
    }

    .section-block-demo145-else .bottom .tit {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .section-block-demo145-else .bottom .wrap {
        font-size: 16px;
    }
}

/* ==========================================================================
   6. Products Application Section - Demo145 Else2
   ========================================================================== */
.section-block-demo145-else2 {
    padding: 157px 0 0 0;
}

.section-block-demo145-else2 .top {
    position: relative;
    margin-bottom: 63px;
}

.section-block-demo145-else2 .top .title {
    font-size: 53px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.section-block-demo145-else2 .top .con {
    font-size: 18px;
    color: #e6e6e6;
text-align: justify;
}

.section-block-demo145-else2 .top .tit {
    font-size: 154px;
    color: #FCFCFC;
    line-height: 1;
    font-weight: 700;
    right: 62px;
    position: absolute;
    bottom: 0;
    transform: translateY(56%);
    text-transform: uppercase;
}

.section-block-demo145-else2 .box {
    position: relative;
}

.section-block-demo145-else2 .items {
    position: relative;
    z-index: 2;
}

.section-block-demo145-else2 .item {
    width: 25%;
    border-right: 1px solid rgba(255, 255, 255, .3);
    text-align: center;
    color: #fff;
    padding: 180px 40px 73px;
    transition: all .3s linear;
    position: relative;
}

.section-block-demo145-else2 .num {
    font-size: 36px;
    font-family: "Bai Jamjuree";
    color: #fff;
    opacity: 0;
    padding-bottom: 93px;
    display: block;
    position: relative;
}


.section-block-demo145-else2 .num .line {
    width: 2px;
    height: 44px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    background: #ffffff;
}

.section-block-demo145-else2 .icon {
    width: 130px;
    height: 130px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    margin: 0 auto 63px;
}

.section-block-demo145-else2 .item .tit {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.section-block-demo145-else2 .item .wrap {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 65px;
    opacity: 0;
}

.section-block-demo145-else2 .item .btn {
    line-height: 36px;
    padding: 0 37px;
    opacity: 0;
}

.section-block-demo145-else2 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section-block-demo145-else2 .bg .execute-swiper-slide, .section-block-demo145-else2 .swiper-wrapper{height: 100%;}
.section-block-demo145-else2 .bg .execute-swiper-slide img{height: 100%;object-fit: cover;width: 100%;}
.section-block-demo145-else2 .item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 136, 210, .85);
    opacity: 0;
    transition: all .3s linear;
    z-index: -1;
}

.section-block-demo145-else2 .item:hover {
    padding: 127px 40px 127px;
}

.section-block-demo145-else2 .item:hover:after {
    opacity: 1;
}

.section-block-demo145-else2 .item:hover .num,
.section-block-demo145-else2 .item:hover .wrap,
.section-block-demo145-else2 .item:hover .btn {
    opacity: 1;
}
@media only screen and (max-width: 1500px) {
    .section-block-demo145-else2 .top .tit{font-size:82px;}
}

@media only screen and (max-width: 1440px) {
    .section-block-demo145-else2{padding-top: 50px;}
    .section-block-demo145-else2 .top .title{font-size: 42px;}

    .section-block-demo145-else2 .icon{margin-bottom: 20px;width: 80px;height: 80px;}
    .section-block-demo145-else2 .icon img{height: 50px;}
    .section-block-demo145-else2 .item .tit{font-size: 20px;margin-bottom: 10px;}
    .section-block-demo145-else2 .item .wrap{margin-bottom: 10px;font-size: 16px;}
    .section-block-demo145-else2 .item:hover,.section-block-demo145-else2 .item{padding: 80px 15px;}
}

@media only screen and (max-width:992px) {
    .section-block-demo145-else2 .top .tit{display: none;}
    .section-block-demo145-else2 .item{width: 50%;}
    .section-block-demo145-else2 .item:nth-of-type(2n){border: none;}
    .section-block-demo145-else2 .items{flex-wrap: wrap;}
    .section-block-demo145-else2 .num{padding: 0;margin-bottom: 15px;}
    .section-block-demo145-else2 .num .line{display: none;}
}

@media only screen and (max-width:640px) {
    .section-block-demo145-else2 .item{width: 100%;border: none;}

}

/* ==========================================================================
   7. Products Showcase Section - Demo75 Products
   ========================================================================== */
/* 按钮 */
.section-block-demo75-products .section-more[btn-hover-animation="btn-ani-style3"] div{
    background-color: var(--bs-theme-color);
    overflow: hidden;
    position: relative;
    z-index: -2;
}
.section-block-demo75-products .section-more[btn-hover-animation="btn-ani-style3"]{
    background-color: transparent !important;
}
.section-block-demo75-products .section-more div{
    display: block;
    font-size: 20px;
    letter-spacing: -1px;
    padding: 1px 24px;
    border-radius: 10px 0 10px 0;
}
.section-block-demo75-products .section-more[btn-hover-animation="btn-ani-style3"][btn-bg-color="white"] div{background-color: white;}
.section-block-demo75-products .section-more[btn-hover-animation="btn-ani-style3"][btn-bg-color="dark"] div{background-color: black;}
.section-block-demo75-products .section-more[btn-hover-animation="btn-ani-style3"][btn-bg-color="gray"] div{background-color: gray;}
.section-block-demo75-products .section-more[btn-hover-animation="btn-ani-style3"][btn-bg-color="sec-theme"] div{background-color: var(--bs-sec-theme-color);}
.section-block-demo75-products .section-more[btn-hover-animation="btn-ani-style3"][btn-bg-color="none"] div{background-color: transparent;}
.section-block-demo75-products .section-more[btn-hover-animation="btn-ani-style3"]:not([btn-hover-bg-color="none"]):hover div{background-color: transparent; transition-duration: .6s;}
.section-block-demo75-products .section-more{
    border-width:  1px;
    padding: 3px;
    margin: 48px 0 28px;
    border-radius: 12px 0 12px 0;
    display: inline-block;
}
/* 图片-文字 */
.section-block-demo75-products .item-inner {
    display: block;
    position: relative;
    padding: 5px;
}
.section-block-demo75-products .item-inner:hover>img:nth-of-type(2) {
    opacity: 1;
    visibility: visible;
}
.section-block-demo75-products .item-inner>img:nth-of-type(2) {
    opacity: 0;
    width: calc(100% - 10px);
    position: absolute;
    left: 5px;
    top: 5px;
    visibility: hidden;
    transition-duration: .5s;
}
.section-block-demo75-products .item-inner>img{
    margin-bottom: -60px;
    position: relative;
    z-index: 2;
}
.section-block-demo75-products .item-inner>div{
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    line-height: 60px;
    font-size: 18px;
    word-spacing: -1px;
    letter-spacing: -1.5px;
    position: relative;
    z-index: 3;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    text-align: center;
    /*text-transform: uppercase;*/
}
/* 背景 */
.section-block-demo75-products {
    position: relative;
    text-align: center;
    padding: 5rem 0 1px;
    background-color: #401B85;
}
/* 大标题 */
.section-block-demo75-products .title-bar {
    padding: 40px 0 19px;
}
.section-block-demo75-products .title-bar .title {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
}
.section-block-demo75-products .title-bar .text {
    font-size: 18px;
    line-height: 26px;
    width: 49%;
    display: inline-block;
    /* margin-top: .1rem; */
    color: #ffffff;
    text-align: center;
}
.section-block-demo75-products .title-bar [heading-type="6"] strong {
    position: relative;
    padding-bottom: 11px;
}
.section-block-demo75-products [heading-type="6"] i {
    bottom: -2px;
    width: 65px;
    height: 6px;
    border-radius: 3px;
}
.section-block-demo75-products [heading-type="6"] span.line {
    left: -13%;
    width: 126%;
    background: #ffffff;
}
/* 大壳 */
.section-block-demo75-products .outer-swiper-wrap {
    position: relative;
    margin: 2rem auto;
    padding: 2rem 47px;
}
/* 小壳 */
.section-block-demo75-products .execute-swiper-slide {
    padding: 1rem 0 3rem;
}
/* 隐藏其他元素 */
.section-block-demo75-products .outer-swiper-wrap .swiper-initialized .swiper-slide .item-inner {
    opacity: 0;
}
.section-block-demo75-products .outer-swiper-wrap .swiper-initialized .swiper-slide.swiper-slide-visible .item-inner {
    opacity: 1;
}
/* 大小位置控制 */
.section-block-demo75-products .swiper,
.section-block-demo75-products .swiper-initialized {
    overflow: visible;
}
.section-block-demo75-products .swiper-slide .item-inner {
    cursor: pointer;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
/* 大小位置控制 */
.section-block-demo75-products .swiper-slide .item-inner {
    transform: scale(.9) translateX(-55px);
    transform-origin: right center;
}
.section-block-demo75-products .swiper-slide.swiper-slide-next+div .item-inner {
    transform: scale(.9) translateX(55px);
    transform-origin: left center;
}
.section-block-demo75-products .swiper-slide.swiper-slide-prev .item-inner{
    transform: scale(1) translateX(-50px);
}
.section-block-demo75-products .swiper-slide.swiper-slide-next .item-inner{
    transform: scale(1) translateX(50px);
}
.section-block-demo75-products .swiper-slide.swiper-slide-active .item-inner{
    transform: scale(1.26);
    transform-origin: center center;
}
.section-block-demo75-products .swiper-slide.swiper-slide-active .item-inner>img{
    box-shadow: 8px 8px 16px hsla(0, 0%, 0%, 0.5);
    transition-duration: 1s;
}
/* 切换按钮定制 */
.section-block-demo75-products .swiper-control  .swiper-button-prev{
    left: -55px;
    top: 36%;
}
.section-block-demo75-products .swiper-control  .swiper-button-next{
    right: -55px;
    top: 36%;
}
.section-block-demo75-products[slide-btn-style="custom-8"][pagination-btn-color="theme"] .swiper-button {
    background-color: #fff;
    border:  0px;
    width: 66px;
    height: 66px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}


@media (max-width: 1280px) {
    .section-block-demo75-products .swiper-slide.swiper-slide-prev .item-inner{
        transform: scale(1) translateX(-40px);
    }
    .section-block-demo75-products .swiper-slide.swiper-slide-next .item-inner{
        transform: scale(1) translateX(40px);
    }
    .section-block-demo75-products .item-inner>div {
        font-size: 16px;
        line-height: 1.5;
        word-spacing: 1px;
        letter-spacing: 0;
    }
    .section-block-demo75-products .item-inner>img {
        margin-bottom: -24px;
    }
    .section-block-demo75-products .title-bar .title {
        font-size: 2.5rem;
    }
}

@media (max-width: 992px) {
    .section-block-demo75-products {
        padding: 1rem 0;
    }
    .section-block-demo75-products .title-bar .title {
        font-size: 2rem;
        padding: 0 0 2rem;
    }
    .section-block-demo75-products .swiper-control{
        display: none;
    }
    .section-block-demo75-products .outer-swiper-wrap {
        margin: 0 auto;
        padding: 1rem 47px;
    }
    .section-block-demo75-products .section-more{
        margin: 10px 0;
    }
    .section-block-demo75-products .title-bar .text {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .section-block-demo75-products .swiper-slide.swiper-slide-prev .item-inner{
        transform: scale(1.1) translateX(-20px);
    }
    .section-block-demo75-products .swiper-slide.swiper-slide-next .item-inner{
        transform: scale(1.1) translateX(20px);
        transform-origin: left center;
    }
    .section-block-demo75-products .section-more div{
        font-size: 1rem;
        padding: 1px 10px;
    }
    .section-block-demo75-products .section-more{
        padding: 1px;
    }
    .section-block-demo75-products .item-inner>div {
        font-size: 14px;
        line-height: 24px;
    }
    .section-block-demo75-products .title-bar .title {
        font-size: 1.5rem;
    }

    .section-block-demo75-products .title-bar .text {
        font-size: 1rem;
    }
}

@media (max-width: 420px) {
    .section-block-demo75-products .title-bar {
        padding: 20px 0;
    }
}

/* ==========================================================================
   9. Mascot Styles
   ========================================================================== */
#mascot {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000; 
}

#mascot img {
    width: 200px;
    height: auto;
}

/* ==========================================================================
   10. News Section Styles
   ========================================================================== */
.section-block-demo145-news {
    padding: 75px 0 220px;
    background-position: bottom;
    background-size: cover;
    background-color:#9e0073;
}

.section-block-demo145-news .top {
    margin-bottom: 42px;
}

.section-block-demo145-news .bottom {
    z-index: 3;
}

.section-block-demo145-news .title {
    padding: 0;
}

.section-block-demo145-news .title strong {
    font-size: 53px;
    color: #ffffff;
    font-family: Poppins;
    font-weight: 500;
    text-transform: uppercase;
    top: 59%;
    left: 0;
}

.section-block-demo145-news [heading-type="3"] .sub {
    font-size: 154px;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    opacity: .07;
    font-family: Poppins;
    left: -10px;
}

.section-block-demo145-news .main-slider {
    width: 48.5%;
    min-width: auto;
    flex: unset;
    margin: 0;
}

.section-block-demo145-news .main-slider img {
    width: 100%;
}

.section-block-demo145-news .thumbs-slider {
    width: 48.5%;
    padding-right: 110px;
    height: 492px;
    text-align: left;
    position: static;
}

.section-block-demo145-news .tab-pannel {
    justify-content: space-between;
    align-items: center;
}

.thumbs-slider .swiper-slide {
    display: block;
    padding: 0;
    border-bottom: 2px solid #E4E6E7;
    transition: all .3s linear;
}

.thumbs-slider .swiper-slide-thumb-active {
    opacity: 1;
}

.section-block-demo145-news .thumbs-slider .title {
    font-size: 31px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 9px;
}

.section-block-demo145-news .thumbs-slider time {
    display: block;
    text-align: left;
    color: #999999;
    font-weight: 600;
    width: 100%;
    margin-bottom: 14px;
}

.section-block-demo145-news .thumbs-slider time em {
    display: block;
}

.section-block-demo145-news .thumbs-slider .wrap {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.thumbs-slider .swiper-buttons {
    display: flex;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    justify-content: space-between;
    padding: 0 20px;
    transform: translateY(-50%);
    z-index: 10;
}

.thumbs-slider .swiper-buttons div {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #999;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    cursor: pointer;
}

.section-block-demo145-news .swiper_side {
    border-top: 2px solid #EAECEF;
    margin-top: 110px;
    position: relative;
}

.section-block-demo145-news .mover_wrap {
    transition: all .3s linear;
}

.section-block-demo145-news .swiper_side .raido {
    width: 12px;
    height: 12px;
    border: 1px solid #A7A7A7;
    display: block;
    border-radius: 50%;
    background: #fff;
    transition: all .3s linear;
    margin: 0 auto 12px;
}

.section-block-demo145-news .swiper_side .nav-item {
    position: relative;
    transition: all .3s linear;
    margin: 0;
    flex: 0 0 auto;
}

.section-block-demo145-news .swiper_side .nav-item .item {
    text-align: center;
}

.section-block-demo145-news .swiper_side .wrap {
    font-size: 18px;
    color: #999999;
    font-weight: 600;
    transition: all .3s linear;
}

.section-block-demo145-news .news_wrap {
    max-width: 1150px;
    width: 95%;
    margin: -7px auto 0;
    overflow: hidden;
}

.section-block-demo145-news .swiper_side .nav-item.active .raido {
    background-color: #006448;
    border-color: #006448;
}

.section-block-demo145-news .swiper_side .nav-item.active .wrap {
    color: #006448;
}

.section-block-demo145-news .wrap_control div {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    background: #006448;
    border-radius: 50%;
    justify-content: center;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    transition: all .3s linear;
}

.section-block-demo145-news .wrap_next {
    right: 0;
}

@media only screen and (max-width:1440px) {
    .section-block-demo145-news .thumbs-slider .title{font-size: 24px;}
    .section-block-demo145-news [heading-type="3"] .sub{font-size: 92px;}
    .section-block-demo145-news .title strong{font-size: 32px;}
    .section-block-demo145-news .thumbs-slider .swiper-buttons {top: -100px;}
    .section-block-demo145-news .thumbs-slider .wrap{font-size: 16px;}
    .section-block-demo145-news .swiper_side{margin-top: 60px;}
    .section-block-demo145-news{padding: 75px 0 150px;}
}

@media only screen and (max-width:992px) {
    .section-block-demo145-news .main-slider{width: 100%;}
    .section-block-demo145-news .thumbs-slider{width: 100%;margin-top: 30px;}
    .section-block-demo145-news .tab-pannel.active{flex-wrap: wrap;}
    .section-block-demo145-news{padding: 45px 0;}
}