:root{
    --theme-color: #0B489D;
}
.entry-content p,
p{
    margin-bottom: 5px;
}
.elementor-element .e-con-inner{
    width: 95% !important;
}
.yith-wcan-filters .yith-wcan-filter{
    margin-bottom: 10px !important;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a:hover,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a:hover{
    color: var(--theme-color) !important;
}
.filters-container .filter-title{
    font-size: 18px;
    margin-bottom: 10px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item:hover,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active {
    background-color: var(--theme-color) !important;
    box-shadow: unset !important;
}
.filters-container .filter-title:hover{
    color: var(--theme-color) !important;
}
.filters-container .filter-title:hover::after{
    border-color: var(--theme-color);
}
.filters-container .filter-content li input[type="checkbox"]{
    margin-right: 10px;
}
.filters-container .filter-content li .term-label{
    font-size: 16px;
}
.woocommerce-pagination ul li .page-numbers{
    color: #333333;
}
.woocommerce-pagination ul li .page-numbers:hover,
.woocommerce-pagination ul li .page-numbers.current{
    background: var(--theme-color) !important;
}
.elementor-counter-title{
    text-align: center;
}
/* Foot */
.foot-logo img{
    filter: brightness(0) invert(1);
}
.foot-form .elementor-form .elementor-form-fields-wrapper{
    position: relative;
}
.foot-form .elementor-form .elementor-form-fields-wrapper .elementor-field-type-submit{
    position: absolute;
    right: 20px;
    top: 8px;
    width: 50px;
}
.foot-form .elementor-form .elementor-form-fields-wrapper .elementor-field-type-submit .elementor-button{
    border-radius: 50%;
    min-height: unset;
    padding: 5px;
    width: 30px;
    height: 30px;
}
/* head */
.site-header{
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
}
#menu-item-2300 a .menu-text{
    font-weight: bold;
    color: var(--theme-color);
}
.top-menu .elementor-nav-menu > li.menu-item > ul.sub-menu{
    min-width: 100% !important;
}
.site-header .ast-primary-header-bar .main-navigation > ul > li > .astra-megamenu{
	background: linear-gradient( 149deg, #F2F5F7 0%, #BCCDD895 100%);
	backdrop-filter: blur(10px);
	border-radius: 15px;
	box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.16);
}
.immobilization{
    position: fixed;
    top: 0;
    background: #ffffff;
    width: 100%;
}
ul.ast-hidden{
    display: inherit !important;
}

/* FAQS Page */
.faq-box .e-n-accordion-item{
    border-bottom: 1px solid #DEDEDE;
    /* padding: 30px 0; */
}
.faq-box .e-n-accordion-item .e-n-accordion-item-title{
    border: 0 !important;
}
/* About Us Page */
.shape-box{
    position: relative;
    overflow: hidden !important;
}
.shape-box::after{
    content: '';
    width: 52%;
    height: 50px;
    background: #ffffff;
    position: absolute;
    right: -80px;
    bottom: 0;
    z-index: 5;
    transform: skew(-40deg);
}
.history-title{
    position: relative;
}
.history-title::before{
    content: '';
    width: 35%;
    height: 2px;
    background: #D2D2D2;
    position: absolute;
    top: 55%;
    left: 0;
    z-index: 5;
}
.history-title::after{
    content: '';
    width: 35%;
    height: 2px;
    background: #D2D2D2;
    position: absolute;
    top: 55%;
    right: 0;
    z-index: 5;
}

.certification-button{
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	padding: 10px 0;
  	margin-top: 50px;
}
.certification-button > div{
	color: #fff;
	width: 47px;
	height: 47px;
	background: #333333;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: unset;
	margin-right: 20px;
}
.certification-button > div:hover{
	background: var(--theme-color);
}
.certification-button > div::after{
	font-size: 20px;
}
/* Download Page */
.download-item-box{
    position: relative;
}
.download-item-box .left-top-corner{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
/* Posts List Page */
.posts-list-box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 40px;
}
.posts-list-box .posts-item{
    position: relative;
    min-height: 200px;
    border-bottom: 1px solid #D2D2D2;
}
.posts-list-box .posts-item > img{
    width: 100%;
    height: 100%;
}
.posts-list-box .posts-item .posts-content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: #FFFFFF;
}
.posts-list-box .posts-item .posts-content .posts-text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
}
.posts-list-box .posts-item .posts-content .posts-text .posts-top{
    margin-bottom: 20px;
    display: flex;
    justify-content: left;
}
.posts-list-box .posts-item .posts-content .posts-text .posts-top > div{
    margin-right: 20px;
}
.posts-list-box .posts-item .posts-content .posts-text .posts-top .posts-date{
    color: #999999;
}
.posts-list-box .posts-item .posts-content .posts-text .posts-top .posts-tab{
    background: #DEECFF;
    color: var(--theme-color);
    padding: 0 10px;
    border-radius: 5px;
}
.posts-list-box .posts-item .posts-content .posts-text a{
    font-size: 20px;
    line-height: 33px;
    color: #333333;
}
.posts-list-box .posts-item:hover .posts-content{
    background: #00000075;
    height: auto;
}
.posts-list-box .posts-item:hover .posts-content .posts-text .posts-top .posts-date{
    color: #FFFFFF;
}
.posts-list-box .posts-item:hover .posts-content .posts-text a{
    color: #FFFFFF;
}
.posts-paginate{
    padding: 60px 0;
    /* text-align: center; */
}
.posts-paginate .nav-links span,
.posts-paginate .nav-links a{
    padding: 5px 10px;
    border: 1px solid #DFDFDF;
    margin: 0 2px;
    color: #333333;
}
.posts-paginate .nav-links span:hover,
.posts-paginate .nav-links a:hover,
.posts-paginate .nav-links .current{
    color: #ffffff;
    background: var(--theme-color);
}
/* Posts Info Page */
.posts-info-related .related-head{
    text-align: center;
    padding: 15px;
    background: var(--theme-color);
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}
.posts-info-related .posts-item{
    margin-top: 10px;
    position: relative;
}
.posts-info-related .posts-item > img{
    width: 100%;
    height: 100%;
}
.posts-info-related .posts-item .posts-content{
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: #FFFFFF;
    border-bottom: 1px solid #D2D2D2;
}
.posts-info-related .posts-item .posts-content .posts-text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 20px;
}
.posts-info-related .posts-item .posts-content .posts-text .posts-top{
    display: flex;
    justify-content: left;
}
.posts-info-related .posts-item .posts-content .posts-text .posts-top > div {
    margin-right: 10px;
    font-size: 12px;
}
.posts-info-related .posts-item .posts-content .posts-text .posts-top .posts-tab{
    background: #DEECFF;
    color: var(--theme-color);
    padding: 0 10px;
    border-radius: 5px;
}
.posts-info-related .posts-item .posts-content .posts-text a{
    font-size: 14px;
    color: #333333;
}
.posts-info-related .posts-item:hover .posts-content{
    background: #00000075;
}
.posts-info-related .posts-item:hover .posts-content .posts-text .posts-top .posts-date {
    color: #FFFFFF;
}
.posts-info-related .posts-item:hover .posts-content .posts-text a{
    color: #FFFFFF;
}
.posts-content .elementor-widget-container > * {
    margin-bottom: 10px;
}
/* CNC Cutting Tools Page */
.chamfer-angle{
    position: relative !important;
    overflow: hidden !important;
}
.chamfer-angle::after{
    content: "";
    width: 54%;
    height: 40px;
    background: #FFFFFF;
    position: absolute;
    right: -5%;
    bottom: 0;
    z-index: 5;
    transform: skew(-45deg);
}
.video-item{
    position: relative;
}
.video-item .play-video{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
}
/* Technology Page */
.head-menu{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.head-menu > div,
.head-menu > div a{
    padding: 30px 0;
    border-bottom: 4px solid #0000;
    font-size: 18px;
    color: #666666;
    cursor: pointer;
    font-weight: bold;
}
.head-menu > div:hover,
.head-menu > div.active{
    border-bottom: 4px solid var(--theme-color);
}
.head-menu > div:hover a,
.head-menu > div.active a{
    color: #333333;
}
.amorphosis-box > .e-con-inner{
    overflow: hidden;
}
.amorphosis{
    transform: skew(-45deg);
    position: relative !important;
}
.amorphosis > .elementor-element{
    transform: skew(45deg);
    position: absolute;
    left: -3%;
    top: 0;
}
/* Porduct List Page */
.category-box{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.category-box .category-item{
    margin: 10px 30px 10px 0;
}
.category-box .category-item a{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.category-box .category-item a:hover{
    color: var(--theme-color);
}
/* Product Info Page */
.product-parameter-box{

}
.product-parameter-box .parameter-item{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.product-parameter-box .parameter-item > div{
    width: 40%;
    font-size: 16px;
    line-height: 28px;
}
.product-parameter-box .parameter-item .parameter-title{
    color: #666666;
}
.product-parameter-box .parameter-item .parameter-value{
    color: #000000;
    font-weight: bold;
}
.PartsSwiper .machinable-parts-item{
    padding: 30px;
    background: #F2F5F7;
}
.PartsSwiper .machinable-parts-item > img{
    width: 100%;
}
.features-box{
    
}
.features-box .features-item{
    margin-bottom: 40px;
}
.features-box .features-item .features-title{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}
.features-box .features-item .features-content{
    display: flex;
    justify-content: space-between;
}
.features-box .features-item .features-content .left{
    width: 20px;
}
.features-box .features-item .features-content .right{
    width: calc(100% - 40px);
    color: #666666;
}
.PartsSwiper .machinable-parts-item .machinable-parts-title{
    margin-top: 30px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
}
.applications-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.applications-box .applications-short{
    width: 20%;
}
.applications-box .applications-long{
    width: 40%;
}
.applications-box div .applications-item{
    position: relative;
}
.applications-box div .applications-item img{
    width: 100%;
}
.applications-box div .applications-item .applications-title{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}
.specifications-box .specifications-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px 0;
    border-bottom: 1px solid #B4B4B4;
}
.specifications-box .specifications-row > div{
    max-width: 50%;
    font-size: 16px;
    color: #666666;
}
.specifications-box .specifications-row.title{
    border-bottom: 2px solid #333333;
}
.specifications-box .specifications-row.title > div{
    font-weight: bold;
    color: #333333;
    font-size: 20px;
}
.specifications-box .specifications-row .strong{
    font-weight: bold;
    color: #333333;
}
.tab-box{
    display: none !important;
}
.tab-box.active{
    display: block !important;
}
/* Index Page */
.index-video-box{
    position: relative;
}
.index-video-box .video-text{
    position: absolute;
    z-index: 5;
}
.index-our-advantages-item{
    position: relative;
}
.index-our-advantages-item .advantages-text{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.index-banner-box{
    position: relative;
}
.index-banner-box::after{
    content: ' ';
    width: 50%;
    border-bottom: 35px solid #FFFFFF;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}
.index-display-product{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 30px;
    margin-top: 50px;
}
.index-display-product .product-tiem{
    text-align: center;
}
.index-display-product .product-tiem .product-img img{
    width: 100%;
}
.index-display-product .product-tiem .product-title{
    margin: 35px 0;
}
.index-display-product .product-tiem .product-title a{
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}
.index-display-product .product-tiem .product-button a{
    padding: 10px 40px;
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    color: #999999;
}
.index-display-product .product-tiem:hover .product-img img{
    scale: 1.1;
}
.index-display-product .product-tiem:hover .product-title a{
    color: var(--theme-color);
}
.index-display-product .product-tiem:hover .product-button a{
    border: 1px solid var(--theme-color);
    color: #FFFFFF;
    background: var(--theme-color);;
}
.opmt-box{
    position: relative;
}
.opmt-box::after{
    content: ' ';
    width: 45%;
    border-bottom: 35px solid #FFFFFF;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    position: absolute;
    top: 0;
    left: 10%;
    z-index: 5;
    transform: rotate(180deg);
}
.index-news .posts-list-box .posts-item .posts-content{
    background: #F2F5F7;
}
.index-news .posts-list-box .posts-item:hover .posts-content{
    background: #00000075;
}
.yunjuweb-index-number .elementor-counter-title{
    text-align: left;
}
/* Technology&Solutions Page */
.car-center-box{
    position: relative;
}
.car-center-box .car-center-title{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #00000075;
    
}
.car-center-box .car-center-title .elementor-widget-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Solution Page Related Block */
.page-related-box{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.page-related-box .page-related-item{
    width: 23%;
    margin: 2%;
    padding: 20px;
    border-radius: 15px;
    background: #f8f8f8f8;
}
.page-related-box .page-related-item .page-related-img{
    overflow: hidden;
}
.page-related-box .page-related-item .page-related-img a,
.page-related-box .page-related-item .page-related-img a img{
    width: 100%;
}
.page-related-box .page-related-item .page-related-title{
    text-align: center;
    margin-top: 20px;
}
.page-related-box .page-related-item .page-related-title a{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.page-related-box .page-related-item:hover .page-related-img a img{
    scale: 1.1;
}
.page-related-box .page-related-item:hover .page-related-title a{
    color: var(--theme-color);
}