.site-header.scroll_top{
    top:0;
}
.hb-detail-mobile{
    display: none;
}
.site-header.scroll_top .site-branding>div {
    background:transparent;
    width: 100%;
    display: flex;
    padding: 0px 0px 0px 0;
    backdrop-filter: unset;
    -webkit-backdrop-filter: unset;
    border-radius: 0px;
}
.site-header.scroll_top .site-branding>div>div:first-child>a{
    background: white;
    padding: 37px 70px 40px 30px;
    border-radius: 0 0 20px 0;
	transition: padding .5s, background 0.5s 0.5s;
}
.site-header.scroll_down .site-branding>div>div:first-child>a{
	transition: padding .5s;
}
.site-header.scroll_top .site-branding>div>div:first-child{
	
}
.site-header.scroll_top .site-branding>div>div:first-child img{
    width: 130px;
}

.site-header.scroll_top .site-branding>div>div:last-child{
    padding: 45px 0;
}
.about-tahsin-section{
    background: white;
}

.home_banner{
    width: 100%;
    padding: 133px var(--pad-space) 0px var(--pad-space);
    padding-bottom: calc(var(--section-gap) + var(--global-h3-size));
    background: white;
}
.home_banner h2{
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,0%);
    margin: 0;
    letter-spacing: 17px;
    height: 100%;
    text-align: center;
    font-family: "Noto Serif TC", serif;
    color: white;
    font-weight: 700;
    font-size: 2.2vw;
}
.home_banner_slick{
    position: relative;
}

.home_banner_slick .slick-dots {
    position: absolute;
    bottom: 3vw;
    left: 50%;
    display: grid;
    grid-template-columns: repeat(4, auto);
    padding-inline-start: 0px;
    grid-gap:40px;
    transform: translateX(-50%);
}
.home_banner_slick .slick-dots li{
    display: block;
    text-align: center;
}
.home_banner_slick .slick-dots li button{
    border:unset;
    width: 100%;
    padding: 0;
}
.home_banner_slick .slick-dots li button:hover,
.home_banner_slick .slick-dots li button:active,
.home_banner_slick .slick-dots li button:focus{
    border:unset;
    background: transparent;
    outline: unset;
}
.home_banner_slick .slick-dots li button>div{
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background: white;
    margin: 0 auto;
    opacity: 0.5;
}

.home_banner_slick .slick-dots li.slick-active div{
    opacity: 1;
}
.home_banner_slick .slick-slide>div{
    width: 100%;
    height: 100vh;
    min-height: 900px;
    /* aspect-ratio: 1840 / 880; */
    border-radius: var(--box-radius);
    overflow: hidden;
    background: black;
}
.home_banner_slick .slick-slide:first-child>div{
    background: transparent;
}
.home_banner_slick .slick-slide video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.home_banner_slick .slick-slide{
    border-radius: var(--box-radius);
    overflow: hidden;
}
.home_banner_slick .slick-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1;
}

.home_banner_slick .slick-slide:nth-child(2):before,
.home_banner_slick .slick-slide:nth-child(3):before,
.home_banner_slick .slick-slide:nth-child(4):before{
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) , rgb(0, 0, 0, 0.5));
}


.hb_detail{
    position: absolute;
    right: 7vw;
    bottom: 50%;
    width: 100%;
    z-index: 1;
    transform: translateY(50%);
}
.hb_detail h3{
    font-size: var(--global-h3-size);
    color: white;
    font-family: "Poppins", sans-serif;
    text-transform:uppercase;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1em;
}
.hb_detail h4{
    font-size: var(--global-h4-size);
    color: white;
    font-family: "Noto Sans TC", sans-serif;
    margin: 20px auto 30px auto;
    font-weight: 400;
    line-height: 1em;
}
.hb_detail p{
    font-size: var(--global-p-size);
    color: white;
    font-family: "Noto Sans TC", sans-serif;
    line-height: 2em;
    font-weight: 400;
}
.home_banner_slick .slick-slide:nth-child(2) .hb_detail{
    max-width: 510px;
}
.home_banner_slick .slick-slide:nth-child(2) .hb_detail p{
    max-width: 450px;
}
.home_banner_slick .slick-slide:nth-child(3) .hb_detail{
    max-width: 530px;
}
.home_banner_slick .slick-slide:nth-child(4) .hb_detail{
    max-width: 430px;
}
.hb_detail a{
    font-family: 'Noto Sans TC';
    border: 2px solid white;
    text-decoration: unset !important;
    color: white;
    padding: 10px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    display: block;
    max-width: 130px;
    line-height: 1em;
    text-align: center;
    margin-top: 45px;
    transition: all .3s ease;
}
.hb_detail a:hover,
.hb_detail a:focus{
    background: white;
    color: var(--main-color);
}




.about_tahsin {
    width: 90%;
    margin: 0 auto;
    padding: 0px var(--pad-space) 0px var(--pad-space);
    padding-bottom: var(--section-gap);
    background: white;
}
.about_tahsin>div {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    align-items: center;
    grid-gap: calc(4% + 80px);
}
.about_tahsin>div>div:first-child{
    position: relative;
}
.about_tahsin>div>div:first-child::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg,#ffffff 10px,rgba(255,255,255,0) 50%);
}
.about_tahsin>div>div:first-child>div{
    position: absolute;
    transform: translateY(-50%);
    top: 0;
    z-index: 1;
}
.about_tahsin h3{
    font-family: "Poppins", sans-serif;
    font-size: var(--global-h3-size);
    color: var(--main-color);
    font-weight: 600;
    margin: 0;
    line-height: 1.1em;
}
.about_tahsin img{
    border-radius: var(--box-radius);
    width: 100%;
}
.about_tahsin h4{
    font-family: "Noto Sans TC", sans-serif;
    font-size: var(--global-h4-size);
    font-weight: 500;
    margin-bottom: 35px;
    color: var(--main-color);
}
.about_tahsin p {
    font-size: var(--global-p-size);
    width: 100%;
    max-width: 515px;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    line-height: 2em;
    margin-bottom: 40px;
}
.about_tahsin a{
    font-family: "Noto Sans TC", sans-serif;
}

.our_product{
    padding: 0px 0 0px var(--pad-space);
    padding-bottom: var(--section-gap);
    background: white;
}
.our_product_content{
    background: #E8E8E8;
    width: calc(100% - 80px );
    margin-left: auto;
    padding: 7% 0 7% 7%;
    border-radius: var(--box-radius) 0 0 var(--box-radius);
}
.our_product_content>div:first-child{
    width: 83%;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
}
.our_product_content>div:nth-child(2){
    display: flex;
    gap:30px;
    margin-bottom: 70px;
}
.our_product_content>div:nth-child(2) button{
    padding: 0;
    border:unset;
    background: white;
    outline: unset;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.our_product_content>div:nth-child(2) button:first-child{
    padding-right: 5px;
}
.our_product_content>div:nth-child(2) button:last-child{
    padding-left: 2px;
}
.our_product_content>div:nth-child(2) button svg{
    width: 15px;
    height: 22px;
}
.our_product_content>div:last-child{
    width: 100%;
}
.our_product_content h3{
    text-align: right;
    font-size: var(--global-h3-size);
    color: var(--main-color);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.1em;
    margin: 0;
}
.our_product_content h4{
    font-family: "Noto Sans TC", sans-serif;
    font-size: var(--global-h4-size);
    font-weight: 500;
    margin-bottom: 35px;
    color: var(--main-color);
    margin: 0;
    margin-bottom: 25px;
}
.our_product_content p {
    font-size: var(--global-p-size);
    width: 100%;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    line-height: 2em;
}
.product_slick .slick-list{
	padding-right: 50vw;
}
.product_slick .slick-slide{
    padding-right: 30px;
    /* opacity: 1; */
	opacity: 0.5;
    transition: all .5s ease;
}
.product_slick .slick-slide>div{
    aspect-ratio: 600 / 400;
    width: 100%;
    border-radius: var(--box-radius);
    position: relative;
    background: black;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_slick .slick-slide>div>a{
	text-decoration: unset;
}
.product_slick .slick-slide:not(.slick-active){
    /* opacity: 0.5;
    transition: all .5s ease; */
}
.product_slick .slick-current,
.product_slick .slick-current + .slick-slide{
	opacity: 1;
}
.product_slick .slick-slide h5{
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-weight: 600;
    margin: 0;
    opacity: 1;
}
.product_slick .slick-slide h5 span{
    font-family: "Noto Sans TC", sans-serif;
    font-size: 33px;
    font-weight: 500;
}
.product_slick .slick-slide>div img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    position: absolute;
    left:0;
    top:0;
    z-index: 1;
    opacity: 0.5;
}
.product_slick .slick-slide>div::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:0px solid var(--main-color);
    z-index: 2;
    border-radius: var(--box-radius);
    transition: all .3s ease;
}
.product_slick .slick-slide>div:hover::before{
    border:15px solid var(--main-color);
}
.product_slick .slick-slide>div:hover img{
    opacity: 1;
    transition: all 1s ease;
}
.product_slick .slick-slide>div:hover h5{
    opacity: 0;
    transition: all .5s ease;
}


.our_service{
    /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%,rgba(0, 0, 0, 0.7) 100%), url('/wp-content/uploads/2024/05/our_service_bg_full.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    padding: var(--section-gap) var(--pad-space);
    margin-bottom: var(--section-gap);
    background-attachment: fixed;
    /* padding-bottom: calc(var(--section-gap) - 40px); */
    padding-bottom: 0px;
}
.our_service>div{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.our_service_header{
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.our_service_header>div{
    width: 100%;
    max-width: 640px;
}
.our_service_header h3{
    color:white;
    font-size: var(--global-h3-size);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.1em;
    margin: 0;
}
.our_service_header h4{
    font-family: "Noto Sans TC", sans-serif;
    font-size: var(--global-h4-size);
    font-weight: 400;
    color: white;
    margin: 0;
    margin-bottom: 25px;
}
.our_service_header p{
    font-size: var(--global-p-size);
    width: 100%;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    line-height: 2em;
    color: white;
    margin-bottom: 7px;
}
.our_service_content{
    padding-top: var(--section-gap);
    display: grid;
    grid-template-columns: 1fr;
    grid-gap:40px;
}
.our_service_content>div{
    display: flex;
    gap:40px;
    width: 100%;
    overflow: hidden;
}
/*
.our_service_content>div:nth-child(odd){
    justify-content: flex-end;
}
.our_service_content>div:nth-child(even){
    justify-content: flex-start;
}
*/
.our_service_content>div:nth-child(1) .osc_text p{
    width: 100%;
    max-width: 220px;
}
.our_service_content>div:nth-child(2) .osc_text p{
    width: 100%;
    max-width: 256px;
}
.our_service_content>div:nth-child(3) .osc_text p{
    width: 100%;
    max-width: 220px;
}
.our_service_content>div:nth-child(4) .osc_text p{
    width: 100%;
    max-width: 240px;
}
.our_service_content>div>div{
    width: 33.333%;
}
.our_service_content>div:nth-child(odd) .osc_img{
    transform: translate3d(calc(100% + 40px), 0px, 0px);
}
.our_service_content>div:nth-child(even) .osc_img{
    transform: translate3d(calc(-100% + 40px), 0px, 0px);
}
.osc_img{
    aspect-ratio: 526/526;
    border-radius: var(--box-radius);
    overflow: hidden;
}
.osc_img img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.osc_text{
    background-color: white;
    border-radius: var(--box-radius);
    overflow: hidden;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.our_service_content h5{
    color: var(--main-color);
    font-size: var(--global-h3-size);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 0.7em;
    margin: 0;
}
.our_service_content h6{
    font-family: "Noto Sans TC", sans-serif;
    font-size: var(--global-h4-size);
    font-weight: 500;
    color: var(--main-color);
    margin: 0;
    margin-bottom: 15px;
}
.our_service_content p{
    font-size: var(--global-p-size);
    width: 100%;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    line-height: 2em;
    margin-bottom: 0px;
}
.osc_text img{
    max-width: 80px;
}
.osc_text>div:first-child{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.our_service_a{
    text-align: center;
    margin-top: 90px;
}



.news{
    background: white;
}
.news h3{
    color:var(--main-color);
    font-size: var(--global-h3-size);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.1em;
    margin: 0;
}
.news h4{
    font-family: "Noto Sans TC", sans-serif;
    font-size: var(--global-h4-size);
    font-weight: 400;
    color: var(--main-color);
    margin: 0;
}
.news p{
    font-size: 15px;
    width: 100%;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
    line-height: 2em;
    margin:0;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.news{
    padding: 0 var(--pad-space) var(--section-gap) var(--pad-space);
    padding-top: var(--section-gap);
}
.new_header{
    margin-bottom: 80px;
    text-align: center;
}
.new_content{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap:30px;
}
.new_content h4{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}
.new_content>div{
    background-color: #E8E8E8;
    display: grid;
    grid-template-columns: 1fr 536px;
    border-radius: var(--box-radius);
}
.new_content>div>div:first-child{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 45px;
}
.new_content>div>div:last-child{
    border-radius: var(--box-radius);
    overflow: hidden;
    width: 100%;
    height: 100%;
    aspect-ratio: 536 / 304;
}
.new_content>div>div:last-child img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    display: block;
}
.new_content_detail{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}





@media only screen and (max-width: 1500px) {
    .about_tahsin>div {
        grid-gap: 40px;
    }
    .about_tahsin{
        width: 100%;
    }
    .our_product_content>div:first-child{
        width: 95%;
    }
    .about_tahsin>div>div:last-child{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media only screen and (max-width: 1300px) {
    /* .home_banner_slick .slick-slide>div{
        aspect-ratio: 1012 / 797;
    } */
    .product_slick .slick-slide h5{
        font-size: 33px;
    }
    .product_slick .slick-slide h5 span{
        font-size: 25px;
    }
    .osc_text{
        padding: 35px;
    }
    .our_service_header{
        gap:80px;
    }
    .home_banner h2{
        font-size: 4vw;
    }
}
@media only screen and (max-width: 1200px) {
    .new_content_detail {
        flex-direction: column-reverse;
        gap: 15px;
        padding-bottom: 40px;
    }
	.product_slick .slick-list{
		padding-right: 7vw;
	}
}
@media only screen and (max-width: 1024px) {
    .home_banner_slick .slick-slide:nth-child(2):before, .home_banner_slick .slick-slide:nth-child(3):before, .home_banner_slick .slick-slide:nth-child(4):before{
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0, 0.5));
    }
    .home_banner_slick .slick-slide>div{
        height: 80vh;
        min-height: 700px;
    }
    .hb_detail {
        right: unset;
        bottom: 110px;
        transform: translateY(0%);
        left: 40px;
    }
    .site-header.scroll_top .site-branding>div>div:last-child {
        padding: 35px 0;
    }
    .site-header.scroll_top .site-branding>div>div:first-child>a {
        padding: 30px 50px 30px 20px;
    }
    .site-header.scroll_top .site-branding>div>div:first-child img {
        width: 90px;
    }
    .home_banner{
        padding-top: 109px;
    }
    /*
    .home_banner_slick .slick-slide>div{
        aspect-ratio: 1024 / 1366;
    }*/
    .home_banner_slick .slick-dots{
        left: 50%;
        transform: translateX(-50%);
        bottom: 40px;
    }
    .about_tahsin>div {
        grid-template-columns: 1fr;
    }
    .about_tahsin p{
        max-width: unset;
    }
    .our_product_content{
        width: 100%;
    }
    .our_product_content>div:nth-child(2){
        margin-bottom: 25px;
    }
    .our_product_content{
        padding: 40px 0 40px var(--pad-space);
    }
    .product_slick .slick-slide{
        padding-right: 15px;
    }
    .our_product_content>div:first-child{
        width: 100%;
        padding-right: var(--pad-space);
    }

    .our_service_content>div{
        /*gap:20px;*/
    }
    .osc_blank{
        display: none;
    }
    .our_service_content>div>div{
        width: 50%;
    }
    .our_service_header{
        flex-direction: column;
        align-items: flex-start;
        gap:20px;
    }
    /*
    .our_service_content{
        padding-top: 50px;
    }
    */
    .our_service_content>div{
        gap: 25px;
    }
    .our_service_content{
        grid-gap:25px;
    }
    .our_service_a{
        margin-top: var(--section-gap);
    }
    /* .our_service{
        padding-bottom: var(--section-gap);
    } */

    .new_content>div{
        grid-template-columns: 1fr;
    }
    .new_content>div>div:first-child{
        order: 2;
    }
}

@media only screen and (max-width: 767px) {
    .home_banner{
        padding-top: 83px;
    }
    .site-header.scroll_top .site-branding>div>div:first-child img {
        width: 70px;
    }
    .site-header.scroll_top .site-branding>div>div:first-child>a {
        padding: 20px 40px 20px 20px;
    }
    .site-header.scroll_top .site-branding>div>div:last-child {
        padding: 25px 0;
    }
    .home_banner h2{
        font-size: clamp(15px, 6vw, 30px);
    }
    /* .home_banner_slick .slick-slide>div{
        aspect-ratio: 767 / 1284;
    } */
    .hb_detail{
        max-width: unset;
        left: 0;
        padding: 0 var(--pad-space);
    }
    .our_product_content>div:first-child{
        grid-template-columns: 1fr;
        grid-gap:15px;
    }
    .our_product_content h4{
        margin-bottom: 15px;
    }
    .our_product_content>div:first-child>div:nth-child(1){
        order: 1;
    }
    .our_product_content h3{
        text-align: left;
    }
    .our_product_content p{
        margin-bottom: 15px;
    }
    .osc_text img{
        max-width: 55px;
    }
    .new_header{
        margin-bottom: 40px;
    }
    .our_product_content{
        padding: 35px 0 35px 35px;
    }
    .hb-detail-desk{
        display: none;
    }
    .hb-detail-mobile{
        display: block;
    }
    .home_banner_slick .slick-slide:nth-child(2) .hb_detail{
        max-width: unset;
    }
    .home_banner_slick .slick-slide:nth-child(2) .hb_detail p{
        max-width: unset;
    }
    .home_banner_slick .slick-slide:nth-child(3) .hb_detail{
        max-width: unset;
    }
    .home_banner_slick .slick-slide:nth-child(4) .hb_detail{
        max-width: unset;
    }

    .new_content>div>div:first-child{
        padding: 35px;
    }
}

@media only screen and (max-width: 600px) {
	.site-header.scroll_top .site-branding>div>div:last-child{
		transform: translateY(0%);
	}
    .product_slick .slick-slide>div{
        border-radius: 20px;
		aspect-ratio: 600 / 500;
    }
    .home_banner_slick .slick-dots{
        grid-gap:25px;
    }
    .home_banner{
        padding-top: 59px;
    }
    .site-header.scroll_top .site-branding>div>div:first-child img {
        width: 60px;
    }
    .site-header.scroll_top .site-branding>div>div:first-child>a {
        padding: 15px 25px 15px 15px;
    }
    .site-header.scroll_top .site-branding>div>div:last-child {
        padding: 15px 0;
    }
    .hb_detail{
        bottom: 70px;
    }
    .hb_detail h4{
        margin: 5px auto 10px auto;
    }
    .hb_detail p{
        line-height: 1.7em;
    }
    .hb_detail a{
        margin-top: 10px;
    }
    .home_banner_slick .slick-dots{
        bottom: 25px;
    }
    .home_banner_slick .slick-dots li button>div{
        width: 9px;
        height: 9px;
    }

    .home_banner_slick .slick-dots{
        max-width: 180px;
    }
    .about_tahsin>div{
        grid-gap:20px;
    }
    .about_tahsin h4{
        margin: 0;
        margin-bottom: 20px;
    }
    .about_tahsin p{
        margin: 0;
        margin-bottom: 25px;
    }
    .our_product{
        padding-top: 0px;
    }
    .product_slick .slick-slide>div:hover::before{
        border:7px solid var(--main-color);
    }
    .product_slick .slick-slide>div::before{
        border-radius: 20px;
    }
    .product_slick .slick-slide h5 {
        font-size: 25px;
        font-size: clamp(15px, 6vw, 25px);
    }
    .product_slick .slick-slide h5 span {
        font-size: 20px;
        font-size: clamp(15px, 6vw, 20px);
    }
    .our_product_content>div:nth-child(2){
        gap:15px;
    }


    .our_service_content>div:nth-child(odd){
        flex-direction: column-reverse;
    }
    .our_service_content>div>div{
        aspect-ratio: 1 / 1 ;
    }
    .osc_text{
        padding: 45px;
    }
    .our_service_content h5{
        font-size: 80px;
    }
    .osc_text img{
        max-width: 62px;
    }
    .our_service_content>div{
        flex-direction: column;
    }
    .our_service_content>div>div{
        width: 100%;
    }
    .our_product_content>div:nth-child(2) button{
        width: 40px;
        height: 40px;
    }
    .our_product_content>div:nth-child(2) button svg {
        width: 10px;
        height: 18px;
    }

    .our_product{
        padding: 0 var(--pad-space);
        padding-bottom: var(--section-gap);
    }
    .our_product_content>div:first-child{
        padding-right: var(--pad-space);
    }
    .our_product_content {
        padding: 40px 0 40px var(--pad-space);
        border-radius: var(--box-radius);
    }
    .home_banner_slick .slick-slide>div{
        min-height: 466px;
        height: 60vh;
    }
    .hb_detail p{
        margin-bottom: 25px;
        font-size: 14px;
    }
    .about_tahsin p,
    .our_product_content p,
    .our_service_header p{
        line-height: 1.7em;
    }
    .our_service_content p{
        line-height: 1.6em;
    }
    .our_service_header{
        gap: 3px;
    }
    .our_service_content{
        padding-top: 25px;
    }
    .our_product_content>div:first-child{
        grid-gap:1px;
    }
    .our_product_content h4{
        margin-bottom: 20px;
    }


    .new_content>div>div:first-child{
        padding: 25px;
    }
    .new_content_btn{
        grid-gap:20px;
    }
    .new_content_btn>a>img{
        height: 20px;
    }
    .new_content h4{
        margin-bottom: 10px;
    }
    .new_content_detail{
        gap: 10px;
    }
    .news span{
        line-height: 1em;
    }
    .news p{
        line-height: 1.7em;
    }
    .new_content_detail{
        padding-bottom: 25px;
    }

    .product_slick .slick-slide>div:hover::before{
        border: 0px;
    }
    .product_slick .slick-slide>div:hover h5{
        opacity: 1;
    }
    .product_slick .slick-slide>div:hover img{
        opacity: 0.5;
    }
	.product_slick .slick-list{
		padding-right: 10vw;
	}
}