@font-face {
    font-family: 'PoppinsBold';
    src: url('/wp-content/themes/lhelec/assets/fonts/Poppins-Bold.eot');
    src: url('/wp-content/themes/lhelec/assets/fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/lhelec/assets/fonts/Poppins-Bold.woff2') format('woff2'),
        url('/wp-content/themes/lhelec/assets/fonts/Poppins-Bold.woff') format('woff'),
        url('/wp-content/themes/lhelec/assets/fonts/Poppins-Bold.ttf') format('truetype'),
        url('/wp-content/themes/lhelec/assets/fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arial';
    src: url('/wp-content/themes/lhelec/assets/fonts/ArialMT.eot');
    src: url('/wp-content/themes/lhelec/assets/fonts/ArialMT.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/lhelec/assets/fonts/ArialMT.woff2') format('woff2'),
        url('/wp-content/themes/lhelec/assets/fonts/ArialMT.woff') format('woff'),
        url('/wp-content/themes/lhelec/assets/fonts/ArialMT.ttf') format('truetype'),
        url('/wp-content/themes/lhelec/assets/fonts/ArialMT.svg#ArialMT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PoppinsMedium';
    src: url('/wp-content/themes/lhelec/assets/fonts/Poppins-Medium.eot');
    src: url('/wp-content/themes/lhelec/assets/fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/lhelec/assets/fonts/Poppins-Medium.woff2') format('woff2'),1
        url('/wp-content/themes/lhelec/assets/fonts/Poppins-Medium.woff') format('woff'),
        url('/wp-content/themes/lhelec/assets/fonts/Poppins-Medium.ttf') format('truetype'),
        url('/wp-content/themes/lhelec/assets/fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



body{
    overflow-x: hidden;
    font-family: 'Arial' !important;
    font-size: 16px;
}
body p,body{
    color: #000000;
	font-size: 16px;
	line-height: 1.9;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
dl {
	margin: 0;
}

dt {
	font-weight: normal;
}

ul,
li {
	list-style-type: none;
	margin: 0;
}
summary {
    list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: var(--heading--font-weight-strong) !important;
    color: #333333;
    font-family: 'PoppinsBold' !important;
}
a{
    text-decoration: none;
    outline: none;
    font-family: 'Arial' !important;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none !important;
    color: inherit !important;
	background-color: transparent !important;
    outline: none !important;
}
img {
	border: 0;
	vertical-align: middle;
	transition: all 0.6s;
}
table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
input,
textarea,
select,
button {
	border: 0;
	outline: none;
}
.mt-base {
    margin-top: 50px;
}
.pd-base{
    padding: 80px 0;
}
.m-80{
    margin-top: 80px;
}
.fullwidth{
    width: 100%;
}
.align_right{
    text-align: right;
}
.head_bar {
    padding: 16px 100px;
    background: linear-gradient(to bottom, #163054, #0f4678);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_container{
    padding: 0 100px;
}
.head_contact{
    padding-left: 0;
}
.head_contact li {
    list-style: none;
    color: #ffffff;
    display: inline-flex;
    font-size: 14px;
    padding-right: 15px;
    align-items: center;
}
.head_contact li::after {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #ffffff;
    display: inline-block;
    transform: rotateZ(115deg);
    margin-left: 15px;
}
.head_contact li:last-child::after{
    display: none;
}
.head_social {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.head_social li{
    margin: 0 5px;
    opacity: 1 !important;    
}
.head_social li a{
    opacity: 1 !important;
}
.header_flex {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
}
.header_logo h1{
	line-height: 0;
}
.box.box-active:not(.no-animation) {
    animation: navslide .5s ease forwards;
}
@keyframes navslide{
    from{
        opacity:0;
        -webkit-transform:translate3d(0,-10px,0);
        transform:translate3d(0,-10px,0)
    }
    to{
        opacity:1;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
.hidden-sm{
    display: block !important;
}
.box.header-bottom.hidden-sm {
    width: 100%;
    z-index: 9999;
    background: transparent;
    height: 167px;
    border-bottom: 1px solid transparent;    
}
.box.header-bottom.box-active {
    position: fixed;
    z-index: 9999;
    height: 149px;
    background: rgba(0,0,0,0.6) !important;
    box-shadow: 0 16px 24px rgb(14 13 18 / 7%);
    top: 0;
}
.header_menu .primary-navigation .primary-menu-container > ul > .menu-item{
    padding: 0 15px;
}
.header_menu .primary-navigation .primary-menu-container > ul > .menu-item > a{
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    transition: all ease 0.3s;
    padding: 10px 0;
    position: relative;
}
.header_menu .primary-navigation .primary-menu-container > ul > .menu-item > a::after{
    content: '';
    display: none;
    width: 100%;
    height: 2px;
    background-color: #005692;
    opacity: 0;
    transition: all ease 0.3s;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.header_menu .primary-navigation .primary-menu-container > ul > .menu-item > a:hover{
    color: #005692;
}
.header_menu .primary-navigation .primary-menu-container > ul > .menu-item > a:hover::after{
    opacity: 1;
}
.header_main{
    padding: 22px 0;
    background-color: #f3f3f4;
}
.search-form .search-field{
    margin: 0 !important;
    border: 0;
    background-color: #ffffff;
    width: 375px;
    height: 45px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    padding-left: 30px;
    font-size: 16px;
    color: #929292;
}
.lan_search .search-form .search-submit{
    margin: 0 !important;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url('/wp-content/uploads/2024/05/Search.png');
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
form.searchwp-form .swp-items-stretch{
    position: relative;
}
#searchwp-form-1 input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 5px;
    background-color: transparent;
    border: 0;
    background-image: url('/wp-content/uploads/2024/05/Search.png');
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
form.searchwp-form input.swp-input--search{
    background-image: unset !important;
}
.searchwp-live-search-result .searchwp-live-search-result--title a {
    font-size: 18px;
    font-weight: 400;
}
.searchwp-live-search-result {
    align-items: center;
}
#searchwp-form-1 .swp-input {
    width: 305px;
    height: 45px;
    border-radius: 50px !important;
    border: 0 !important;
    padding-left: 15px !important;
}
.search-form .search-submit:hover{
    background-color: transparent;
}
.search-form{
    position: relative;
}
.lan{
    display: inline-block;
    margin: 0 20px 0 35px;
}
.lan .textwidget>ul {
	float: right;
	margin-left: 10px;
}
.lan li.choose-site {
	position: relative;
}
.lan li.choose-site ul {
	display: none;
    position: absolute;
    top: 35px;
    left: 0;
    background-color: #ffffff;
    width: 90px;
    border: 1px solid #e3e3e3;
    z-index: 10;
}
.lan li.choose-site>ul>li>a {
	background-color: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0;
	width: 100%;
	text-align: left;
	height: auto;
	line-height: 26px;
	font-size: 14px;
    color:#000000;
    text-align: center;
    font-weight: 500;
}
.lan li.choose-site>ul>li:last-child>a {
	border-bottom: none;
}
.lan li.choose-site>ul>li>a:hover, .lan li.choose-site>ul>li:hover>a {
	background-color: #333333;
    color: #000000;
}
.lan li.choose-site ul li {
	margin: 0;
	width: 100%;
}
.lan li.choose-site ul li a {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	display: block;
}
.lan li.choose-site>a {
    padding: 0;
    text-align: center;
    font-size: 16px;
    color: #000000;
    display: inline-flex;
    font-weight: 500;
    align-items: center;
}
.lan li.choose-site>a:hover{
    cursor: pointer;
}
.lan li.choose-site>a .fa{
    margin-left: 10px;
}
.lan li.choose-site>a::before{
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url('/wp-content/uploads/2024/05/lan.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
}
.lan_search{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: space-between;
    /*min-width: 380px;*/
}
.slide_content {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    background-image: url('/wp-content/uploads/2024/05/silde-bg.png');
    max-width: 920px;
    padding: 60px 100px 60px 200px;
    background-repeat: no-repeat;
    background-size: cover;
}
.slide_box h3{
    font-size: 24px;
    font-family: 'PoppinsMedium' !important;
    color: #ffffff;
    font-weight: 500 !important;
}
.slide_box h2{
    color: #ffffff;
    font-size: 60px;
    text-transform: uppercase;
}
.slide_box p{
    font-size: 14px;
    color: #ffffff;
    max-width: 600px;
    margin: 15px 0;
}
.swiper-button-next-banner,
.swiper-button-prev-banner{
    right: 65px;
    left: auto;
    width: 70px;
    height: 70px;
    background-color: rgba(0,0,0,0.45);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 50%;
    font-size: 18px;
    transition: all ease 0.3s;
}
.swiper-button-next-banner:hover,
.swiper-button-prev-banner:hover{
    background-color: rgba(1,1,1,1);
}
.swiper-button-next-banner{
    bottom: 35%;
    top: auto;
}
.swiper-button-prev-banner{
    top: 50%;
    bottom: auto;
}
.swiper-button-next-banner:after{
    content: "\f178";
    font-family: FontAwesome;
    font-size: 24px;
}
.swiper-button-prev-banner:after{
    content: "\f177";
    font-family: FontAwesome;
    font-size: 24px;
}
.btn_light{
    font-family: 'PoppinsBold' !important;
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
}
.btn_light img{
    margin-left: 15px;
    transition: all ease 0.3s;
}
.btn_light:hover{
    color: #ffffff;
}
.btn_light:hover img{
    transform: translateX(20px);
}
.btn_red{
    font-family: 'PoppinsBold' !important;
    color: #c30f1c;
    font-size: 18px;
    text-transform: capitalize;
}
.btn_red img{
    margin-left: 15px;
    transition: all ease 0.3s;
}
.btn_red:hover{
    color: #c30f1c;
}
.btn_red:hover img{
    transform: translateX(20px);
}
.home_part_one{
    background-image: url('/wp-content/uploads/2024/05/onebg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 165px 0;
    background-position: bottom;
}
.home_part_one h2{
    font-size: 60px;
    color: #141414;
    text-transform: uppercase;
    line-height: 68px;
    margin-bottom: 25px;
    text-align: left;
}
.home_part_one p{
    font-size: 20px;
    line-height: 30px;
    color: #666666;
}
h4.ellipsis{
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin: 10px 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 15px;
}
h4.ellipsis + p{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.proSwiper .item {
    text-align: center;
    background-color: #ffffff;
    min-height: 384px;
    padding: 30px 30px 50px 30px;
}
.home_part_two{
    padding: 115px 0 0 0;
    background-color: #ffffff;
}
.home_part_two h2{
    font-size: 60px;
    line-height: 62px;
    color: #000000;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.home_part_two p{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 30px;
}
.home_v_l{
    padding: 0 200px 0 80px !important;
}
.counter_box{
    background-color: #f5f8fb;
    padding: 15px 0;
    transition: all ease 0.3s;
}
.counter_box:hover{
    background-color: #e0eaf2;
}
.stats-top .stats-number,
.counter_suffix{
    color: #c30f1c;
    font-size: 48px;
    font-family: 'PoppinsBold' !important;
}
.stats-block .stats-text{
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    text-transform: uppercase;
}
.cp_section {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    margin-top: 50px;
    padding: 0 100px;
}
.cp_box{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.home_part_three{
    padding: 115px 0;
    background-image: url('/wp-content/uploads/2024/05/logobg.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
.home_part_three h2{
    text-align: center;
    font-size: 60px;
    line-height: 62px;
    color: #000000;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.cp_box img{
    margin: 30px 0;
}
.home_part_four{
    padding: 0 0 140px 0;
}
.home_h2{
    text-align: center;
    font-size: 60px;
    line-height: 62px;
    color: #000000;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.application_section{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 70px;
}
.application_item{
    width: 25%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    transition: all ease 0.3s;
}
.application_box{
    position: absolute;
    top: 40px;
    left: 50px;
    padding-left: 20px;
    border-left: 2px solid #ffffff;
    opacity: 0;
    transform: translateY(-20px);
    transition: all ease 0.3s;
}
.application_box p{
    font-size: 24px;
    line-height: 44px;
    color: #ffffff;
}
.application_box h3{
    font-size: 40px;
    line-height: 44px;
    color: #ffffff;
}
.application_link{
    position: absolute;
    bottom: 40px;
    right: 50px;
    opacity: 0;
    transform: translateY(40px);
    transition: all ease 0.2s;
}
.application_item:hover .application_box{
    opacity: 1;
    transform: translateY(0);
}
.application_item:hover .application_link{
    opacity: 1;
    transform: translateY(0);
}
.title_box{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 75px;
}
.home_part_five{
    padding: 0 0 140px 0;
    background-image: url('/wp-content/uploads/2024/05/newbg.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.home_part_five h2{
    margin-bottom: 0;
}
.news_left_1 ul{
    padding-left: 0;
}
.news_section{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.news_left{
    width: 65%;
}
.news_right{
    width: 31%;
}
.news_left_1 li{
    min-height: 555px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.new_1_box{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 25px 50px;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all ease 0.3s;
}
.new_1_box .date{
    font-size: 14px;
    font-family: 'PoppinsBold';
    color: #ffffff;
    margin-bottom: 15px;
}
.new_1_box a{
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    /* font-family: 'PoppinsMedium' !important; */
}
.news_left_1 li:hover .new_1_box{
    background-color: rgba(0, 0, 0, 0.65);
}
.news_left_2{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 40px;
}
.new_2_box{
    width: 48%;
    padding: 40px;
    background-color: #f5f8fb;
    transition: all ease 0.3s;
}
.news_left_3{
    margin-top: 0;
    margin-bottom: 40px;
}
.news_left_3 .new_2_box{
    width: 100%;
}
.new_2_box .date{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    font-family: 'PoppinsBold';
    margin-bottom: 15px;
}
.new_2_box_title{
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    /* font-family: 'PoppinsMedium' !important; */
    margin-bottom: 25px;
    display: block;
}
.new_2_box_more{
    display: block;
    text-align: right;
    color: #c30f1c;
    font-family: 'PoppinsBold' !important;
    font-size: 14px;
    line-height: 28px;
}
.new_2_box:hover{
    background-color: #dcdee0;
}
.new_2_box:hover .new_2_box_title{
    color: #333333;
}
.new_2_box:hover .new_2_box_more{
    color: #c30f1c;
}
.news_left_4 li{
    min-height: 555px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
footer{
    background-image: url('/wp-content/uploads/2024/05/footbg.jpg');
    padding: 60px 0 45px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.footer_up{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
}
.foot_item h3{
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
    font-family: 'Arial' !important;
    font-weight: 500 !important;
}
.foot_item ul{
    padding: 0;
}
.foot_item li a,
.foot_item li{
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    opacity: 0.75;
}
.foot_item .foot_menu_tel{
    font-size: 20px;
    line-height: 24px;
    font-family: 'PoppinsMedium';
    opacity: 1;
    margin-bottom: 10px;
}
.foot_menu_tel img{
    margin-right: 10px;
}
.tnp-field > label{
    display: none !important;
}
.tnp-email{
    background-color: #314e71 !important;
    color: #fff !important;
    padding: 20px !important;
    font-size: 14px !important; 
}
.foot_item form {
    position: relative;
}
.tnp-field.tnp-field-button {
    position: absolute;
    right: 25px;
    top: 0;
    display: flex;
    height: 100%;
    align-items: center;
    width: 42px;
}
input.tnp-submit {
    background-color: transparent !important;
    background-image: url('/wp-content/uploads/2024/05/newsletter.png') !important;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 0 !important;
    width: 100% !important;
}
.tnp-email::-webkit-input-placeholder {
	color: rgba(255,255,255,0.75)  !important;
}
.foot_item .head_social{
    justify-content: flex-start;
}
.footer_down{
    margin-top: 60px;
}
.footer_down p{
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    opacity: 0.75;
}
#comments{
    display: none;
}
.titlebar_breadcrumbs {
    background-color: rgba(2, 102, 177, 0.1);
    padding: 17.65px 0;
}
.titlebar_breadcrumbs a,
.titlebar_breadcrumbs span{
    font-size: 16px;
    line-height: 24px;
    color: #454545;
    text-transform: uppercase;
    font-family: 'PoppinsMedium';
}
/* single */
.sp_one_box{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.sp_one_gallery{
    width: 35%;
}
.sp_one_content{
    width: 60%;
}
.gallery_swiper,.gallery_thumb_swiper{
    overflow: hidden;
}
.gallery_swiper{
    margin-bottom: 25px;
}
.gallery_thumb_border img{
    border: 1px solid #dbdbdb;
    border-radius: 8px;
}
.swiper-slide-thumb-active .gallery_thumb_border img{
    border: 1px solid #0f4678;
}
.gallery_border{
    padding-right: 10px;
}
.gallery_thumb_border:hover{
    cursor: pointer;
}
.sp_one_content h2{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #454545;
    font-family: 'PoppinsMedium' !important;
}
.sp_one_content h1 {
    font-size: 48px;
    line-height: 56px;
    padding-bottom: 15px;
}
.sp_one_content span,
.sp_one_content dt,
.sp_one_content p,
.sp_one_content a,
.sp_one_content li{
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    font-family: 'Arial';
}
.sp_one_content p{
    margin-bottom: 15px;
}
.sp_one_content li{
    margin: 5px 0;
}
.sp_one_content dt{
    color: #333333;
}
.cta_group{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    max-width: 470px;
}
.cta_group a{
    display: inline-block;
    width: 45% !important;
    margin: 5px 0;
    transition: 0.3s all ease;
}
.cta_group a:hover{
    opacity: 0.7;
}
.cta_group .solid_btn_red{
    background-color: #c20e1b;
    width: 230px !important;
    height: 50px !important;
    font-family: 'PoppinsBold' !important;
    color: #ffffff !important;
    font-size: 18px !important;
    text-transform: capitalize;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}
.cta_group .solid_btn_blue{
    background-color: #005692;
    width: 230px !important;
    height: 50px !important;
    font-family: 'PoppinsBold' !important;
    color: #ffffff !important;
    font-size: 18px !important;
    text-transform: capitalize;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}
.cta_group .solid_btn_blue:focus{
    background-color: #005692 !important;
}
.single_product_one{
    padding: 80px 0;
}
.single_tab .nav-tabs{
    display: inline-block;
    border-color: #9396A2 !important;
}
.single_tab li a{
    color: #005692;
    font-size: 20px;
    line-height: 30px;
    min-width: 320px;
    border-radius: 0;
    border: 0;
    margin: 0;
    font-family: 'PoppinsBold' !important;
}
.single_tab li a:hover,
.single_tab li a:focus{
    background-color: #ffffff !important;
    border: 0 !important;
    color: #9396A2 !important;
}
.single_tab li.active a{
    color: #ffffff !important;
    background-color: #005692 !important;
    border: 0 !important;
    border-bottom: 2px solid #005692 !important;
}
.single_tab table {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    width: 100% !important;
    border: 0;
}
.single_tab tbody tr:nth-child(odd) {
    background-color: #efefec;
}
.single_tab .table-title {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    background-color: #005592!important;
}
.single_tab table tr{
    border: 0;
}
.single_tab table td {
    padding: 25px 0 25px 206px;
    height: auto !important;
    border: 0;
    text-align: left;
}
.single_tab table td:first-child{
    font-size: 24px;
    color: #333333;
}
.single_tab table td,
.single_tab table td p{
    font-size: 16px;
    color: #929292;
}
.single_tab table tr{
    height: auto !important;
}
.single_tab .tab-content{
    padding: 0;
    min-height: 500px;
}
.tab-content-no{
    padding: 25px 0;
}
.single_related{
    background-color: #ffffff;
    padding: 100px 0;
}
.single_related_list{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: space-between;
}
.single_related_item {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 49%;
    background-color: #ffffff;
    border: 3px solid #eeeeee;
    margin: 15px 0;
}
.related_img{
    width: 30%;
    height: 100%;
    padding: 15px;
}
.related_content {
    width: 65%;
    padding: 10px 10px 10px 0;
}
.related_content h3{
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.related_content p{
    font-size: 14px;
    color: #666666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.related_content .solid_btn_blue{
    font-size: 14px;
}
.ralated_tab{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.part_one_item {
    width: 28%;
    background-color: #005692;
    border: 0;
}
.part_one_content{
    width: 72%;
    background-color: #efefec;
    padding: 10px 25px;
}
.part_one_item li{
    float: none;
    display: block;
    border: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
}
.part_one_item li a{
    color: #005692 !important;
    font-size: 20px;
    border: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    padding: 35px;
    background-color: #f7f7f7 !important;
    font-family: 'PoppinsBold' !important;
}
.part_one_item li.active a{
    color: #ffffff !important;
    background-color: #005692 !important;
}
.related_img img {
    height: 100%;
    object-fit: cover;
    border: 1px solid #efefef;
    border-bottom: 4px solid #005692;
}
.single_product_two {
    padding: 80px 0;
    /* background-color: #f7f7f7; */
}
.related_content .solid_btn_blue {
    font-size: 14px;
    background-color: #005692;
    color: #ffffff;
    padding: 2px 0;
    display: block;
    width: 100px;
    margin-top: 5px;
    text-align: center;
    transition: all ease 0.3s;
}
.related_content .solid_btn_blue:hover{
    opacity: 0.7;
}
.home_part_six{
    padding: 80px 0;
    background-color: #f7f7f7;
}
.nf-form-fields-required,
.nf-field-label{
    display: none;
}
.form_box{
    background-color: #ffffff;
    padding: 55px 40px 30px 40px;
}
.form_box .bar{
    margin: 20px auto 25px auto;
}
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea{
    background-color: #ffffff !important;
}
.nf-form-content input[type=submit]{
    background-color: #005692 !important;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    height: 44px !important;
    width: 172px !important;
    padding: 0 !important;
    border-radius: 5px !important;
}
.nf-form-content input[type=submit]:hover{
    background-color: rgba(0, 86, 146, 0.7) !important;
    color: #ffffff !important;
}
.h2_title {
    text-align: center;
    font-size: 40px;
    line-height: 62px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 50px;
}
div#description img {
    display: block;
    margin: 25px auto;
}
div#description {
    font-size: 18px;
}
dl.do-entry-item {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}
dt.do-entry-item {
    width: auto;
}
.sp_one_content table{
    border: 0;
    width: 100% !important;
}
.sp_one_content tr{
    border: 0;
}
.sp_one_content td{
    border: 0;
    padding: 2px 0;
    color: #666666;
    font-weight: 400;
    width: 25%;
    font-size: 18px;
}
.sp_one_content td strong{
    color: #333333;
    font-weight: 600;
    font-family: 'PoppinsMedium' !important;
}
.cat_one{
    padding: 70px 100px;
}
.cat_one h1{
    font-size: 48px;
    line-height: 62px;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
}
.cat_des p,
.cat_des a{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 15px;
    text-align: center;
}
.cat_des a:hover{
    color: #005692;
    text-decoration: underline;
}
.cat_des{
    padding: 0 100px;
    position: relative;
}
.cat_des::before{
    content: '';
    display: block;
    width: 28px;
    height: 22px;
    background-image: url('/wp-content/uploads/2024/05/before.png');
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    position: absolute;
}
.cat_des::after{
    content: '';
    display: block;
    width: 28px;
    height: 22px;
    background-image: url('/wp-content/uploads/2024/05/after.png');
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    position: absolute;
}
.custom_container{
    padding: 0 100px;
}
.cat_h2{
    font-size: 60px;
    color: #000000;
}
.filter_section{
    padding: 37px 0;
    background-color: #f5f8fb;
    border-top: 1px solid #d7dbde;
}
.filter_box{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    background-color: #ffffff;
}
.filter_item{
    width: 25%;
    border-right: 1px solid #e0e3e4;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ffffff;
}
.face_box{
    overflow-y: auto;
    height: 400px;
}
/* 自定义整个滚动条 */
.face_box::-webkit-scrollbar {
    width: 6px; /* 设置滚动条的宽度 */
}
/* 自定义滚动条轨道 */
.face_box::-webkit-scrollbar-track {
    background: #f1f1f1; /* 设置轨道的背景颜色 */
}   
/* 自定义滚动条的滑块（thumb） */
.face_box::-webkit-scrollbar-thumb {
    background: #888; /* 设置滑块的背景颜色 */
}   
/* 当滑块悬停或活动时，可以添加更多样式 */
.face_box::-webkit-scrollbar-thumb:hover {
    background: #555; /* 设置滑块在悬停状态下的背景颜色 */
}
.filter_item h3{
    color: #ffffff;
}
.filter_title{
    background: linear-gradient(to bottom, #163054, #0f4678);
    padding: 30px 45px;
}
.facetwp-radio {
    font-size: 16px;
    line-height: 36px;
    color: #141414;
}
.face_box .facetwp-facet {
    margin-bottom: 0 !important;
    padding: 25px 45px;
}
.face_reset .facetwp-reset {
    width: 100%;
    background-color: transparent !important;
    color: #005692 !important;
    font-size: 20px;
    font-family: 'PoppinsMedium' !important;
    border: 0 !important;
}
.face_reset .facetwp-reset:hover{
    border: 0 !important;
}
.face_reset .facetwp-type-reset {
    padding: 5px 0;
    border-top: 1px solid #e0e3e4;
    margin-top: 30px;
}
.reset_all{
    margin: 45px 0 60px 0;
}
.reset_all .facetwp-reset {
    background-color: #c30f1c !important;
    border-radius: 50px !important;
    border: 0 !important;
    transition: all ease 0.3s;
    font-size: 20px;
    width: 400px;
    color: #ffffff !important;
}
.reset_all .facetwp-reset:hover{
    opacity: 0.75;
    color: #ffffff !important;
}
.reset_all .facetwp-facet{
    padding: 0;
}
.filter_result{
    padding: 85px 0;
}
.filter_re_box{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
}
.filter_re_box h2{
    font-size: 48px;
    line-height: 62px;
    color: #000000;
}
.filter_re_box .facetwp-search {
    border: 1px solid #d2d2d2;
    width: 500px;
    height: 64px;
    padding-left: 30px;
    font-size: 16px;
    color: #b8b8b8;
    border-radius: 50px;
}
.filter_re_box .facetwp-icon {
    right: 20px;
}
.facetwp-facet {
    margin-bottom: 0 !important;
}
.facetwp-counter{
    display: none;
}
.cat_h3{
    font-size: 24px;
    text-transform: uppercase;
    color: #c30f1c;
    margin-bottom: 15px;
}
.m-100{
    margin-top: 100px;
}
.ps3{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    box-shadow: 0.08rem 0rem 0.15rem 0rem rgba(0, 0, 0, 0.06);
    margin: 25px 0;
    background-color: #ffffff;
    align-items: stretch;
}
.ps3_item{
    width: 50%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    padding: 25px;
    flex-wrap: wrap;
}
.pro_style3 > .ps3:nth-child(1){
    background: linear-gradient(to bottom, #163054, #0f4678);
}
.facetwp-template > .ps3 .ps3_item:nth-child(1){
    box-shadow: 0.38rem 0rem 0.55rem 0rem rgba(0, 0, 0, 0.06);
}
.ps3_img{
    width: 30%;
}
.ps3_content{
    width: 65%;
}
.ps3_content h3{
    font-size: 18px;
    color: #666666;
    font-family: 'Arial' !important;
    font-weight: 400 !important;
}
.ps3_item .ps3_content h2{
    font-size: 34px;
    color: #333333;
    margin: 15px 0 25px 0;
}
.ps3_item h2{
    color: #ffffff;
    margin: 0;
    font-size: 24px;
}
.pro_style3 > .ps3:nth-child(1) .ps3_item:nth-child(1){
    border-right: 1px solid #ffffff;
}
.ps3_ul{
    margin: 0;
    padding: 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
}
.ps3_ul a {
    color: #005692;
    font-size: 18px;
    line-height: 36px;
}
.ps3_ul a img{
    margin-right: 10px;
    vertical-align: text-top;
}
.ps3_content{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: space-between;
}
.ps3_content > p{
    color: #666;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ps3_item table{
    border: 0;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}
.ps3_item_series ul{
    margin: 0;
    padding: 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 30px;
}
.ps3_item_series li strong {
    color: #000000;
    display: inline-block;
    margin-right: 15px;
    font-weight: 400;
    font-family: 'PoppinsMedium';
    text-transform: capitalize;
}
.ps3_item_series li {
    font-size: 16px;
    color: #999999;
    width: 50%;
    margin: 0;
    font-family: 'Arial' !important;
}
.ps3_img img{
    border: 1px solid #efefef;
}
.ps3_item .into_btn{
    margin-top: 5px;
}
.pro_style3 > .ps3:nth-child(1){
    margin-bottom: 0;
}
.pro_style3 > .ps3:nth-child(2){
    margin-top: 0;
}
.ps3_match{
    width: 100%;
    padding: 0 30px;
    margin-top: 10px;
    display: none;
}
.filter-content.is-active .ps3_match{
    display: block;
}
.search-results .ps3_match{
    display: block;
}
.ps3_match p,
.ps3_match a,
.ps3_match li,
.ps3_match span,
.ps3_match strong{
    font-size: 12px;
    line-height: 18px;
    background-color: #4e96dc;
    display: block;
    padding: 4px 12px;
    color: #fff;
    text-transform: capitalize;
}
.ps3_match p{
    border-bottom: 1px solid #efefef;
}
.filter-content {
    padding: 50px 0;
    background-color: #f5f8fb;
}
.into_btn{
    font-size: 16px;
    color: #ffffff;
    background-color: #c30f1c;
    padding: 10px 40px;
    text-align: center;
    transition: all ease 0.3s;
}
.into_btn:hover{
    opacity: 0.85;
    color: #ffffff;
}
button.facetwp-load-more {
    background-color: #005692 !important;
    font-size: 18px;
    padding: 8px 20px;
    text-transform: capitalize;
    color: #ffffff !important;
    transition: all ease 0.3s;
}
button.facetwp-load-more:hover{
    background-color: #005692 !important;
    color: #ffffff !important;
    opacity: 0.85;
}
.pro_style3 .facetwp-facet{
    text-align: center;
    margin-top: 50px;
}
.ps3:first-child{
    margin-top: 0;
}
.top-banner{
    position: relative;
}
.top-banner::after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 0;
    top: 0;
    left: 0;
}
.banner_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.banner_cover h1{
    color: #ffffff;
    font-size: 56px;
    text-transform: uppercase;
    text-align: left;
}
.banner_cover p{
    color: #ffffff;
    font-size: 24px;
    line-height: 36px;
    max-width: 900px;
    margin: 0 auto;
}
.vc_row.container{
    margin: 0 auto;
}
.aboutpage h2{
    font-size: 38px;
}
.about_one h2{
    font-size: 30px;
}
.aboutpage .isotope-item{
    width: 24%;
}
.about_one .isotope-item{
    width: inherit !important;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active > a {
    background-color: #1F2128 !important;
    color: #ffffff !important;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a {
    background-color: #eee !important;
    color: #666 !important;
}
.vc_tta-panel-body {
    padding: 50px 0  0 0!important;
}
.vc_tta-panel-body p,
.vc_tta-panel-body div,
.vc_tta-panel-body span,
.vc_tta-panel-body a,
.vc_tta-panel-body li{
    font-size: 18px;
    margin-bottom: 15px;
}
.vc_tta-panel-body h3{
    font-size: 24px;
    margin-bottom: 25px;
}
.vc_tta-panel-body h4{
    font-size: 20px;
    margin-bottom: 20px;
}
.vc_tta-panel-body h2{
    font-size: 32px;
    margin-bottom: 25px;
}
.aboutpage .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list{
    text-align: center;
}
.aboutpage .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list::after{
    display: none;
}
.aboutpage .vc_tta-title-text {
    font-size: 20px;
}
.about_one{
    padding: 80px 0;
}
.about_one ul li {
    font-weight: 400;
    font-size: 16px;
    color: #606060;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50%;
    line-height: 1.2;
}
.about_one ul.mt-base{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_one ul.mt-base li:hover {
    padding-left: 40px;
}
.about_one ul.mt-base li:before {
    font-family: FontAwesome;
    content: "\f178";
    left: 0px;
    position: absolute;
}
.about_one p{
    color: #1F2128;
    margin-bottom: 30px;
}
.about_one h2{
    margin-bottom: 35px;
}
.wpb_image_grid_ul{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    gap: 15px;
}
.wpb_image_grid_ul{
    flex-wrap: wrap;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item {
    float: unset !important;
    position: unset !important;
    overflow: hidden;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item img{
    transition: 0.3s;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item img:hover{
    transform: scale(1.1);
}
.about_two{
    padding: 50px 0;
}
.aio-icon-box.top-icon{
    background: rgba(255,255,255,0.85);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
    padding: 55px 40px;
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.aio-icon-box.top-icon:hover {
    margin-top: -25px;
}
.aio-icon-box.top-icon h3 {
    font-size: 22px !important;
}
.aio-icon-box.top-icon{
    font-size: 16px;
}
.about_video{
    padding-left: 100px !important;
}
.aio-icon-read{
    background-color: rgba(0,86,146,0.85);
    width: 160px !important;
    height: 40px !important;
    color: #ffffff !important;
    font-size: 16px !important;
    text-transform: capitalize;
    display: flex !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    margin: 25px auto 0;
}
.aio-icon-read:hover{
    background-color: rgba(0,86,146,1);
}
/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline {
    position: relative;
    white-space: nowrap;
    max-width: 1600px;
    padding: 0 10px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 320px auto;
    grid-gap: 20px;
}  
.timeline::before,
.timeline::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 30px;
    width: 100px;
    z-index: 2;
}  
.timeline::after {
    right: 0;
    background: linear-gradient(90deg, rgba(110, 112, 112, 0.01) 0%, rgba(134, 134, 134, 0.1) 50%, rgba(234, 255, 251, 0) 100%);
}  
.timeline::before {
    left: 340px;
    background: linear-gradient(90deg, rgba(110, 112, 112, 0.01) 0%, rgba(143, 143, 143, 0.1) 50%, rgba(234, 255, 251, 0) 100%);
}
.timeline .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 40px;
    color: #ffffff;
    background: #005592;
    white-space: normal;
    border-radius: 10px;
}  
.timeline .info h2{
    color: #ffffff;
}
.timeline .info img {
    margin-bottom: 20px;
}  
.timeline .info p {
    margin-top: 10px;
    color: #ffffff;
}  
.timeline .info a {
    text-decoration: none;
}  
.timeline ol::-webkit-scrollbar {
    height: 12px;
}  
.timeline ol::-webkit-scrollbar-thumb,
.timeline ol::-webkit-scrollbar-track {
    border-radius: 92px;
}  
.timeline ol::-webkit-scrollbar-thumb {
    background: #6faad1;
}
.timeline ol::-webkit-scrollbar-track {
    background: #005592;
}
.timeline ol {
    font-size: 0;
    padding: 330px 0;
    transition: all 1s;
    overflow-x: scroll;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}
.timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 230px;
    height: 5px;
    background: #f7f7f7;
    scroll-snap-align: start;
}
.timeline ol li:last-child {
    width: 340px;
}
.timeline ol li:not(:first-child) {
    margin-left: 14px;
}
.timeline ol li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 1px);
    bottom: 0;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #005592;
    z-index: 1;
}
.timeline ol li div {
    position: absolute;
    left: calc(100% + 7px);
    width: 350px;
    padding: 15px;
    font-size: 14px;
    line-height: 22px;
    white-space: normal;
    color: #333333;
    background: #f7f7f7;
    border-radius: 0 10px 10px 10px;
    height: 250px;
    overflow-y: hidden;
}
.timeline ol li div::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
}
.timeline ol li:nth-child(odd) div {
    top: -16px;
    transform: translateY(-100%);
    border-radius: 10px 10px 10px 0;
}  
.timeline ol li:nth-child(odd) div::before {
    top: 100%;
    border-width: 8px 8px 0 0;
    border-color: #ffffff transparent transparent transparent;
}  
.timeline ol li:nth-child(even) div {
    top: calc(100% + 16px);
}
.timeline ol li:nth-child(even) div::before {
    top: -8px;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent #f7f7f7;
}
.timeline time {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 8px;
    color: #005592;
}
.timeline ol li div h3{
    font-size: 18px;
    margin-bottom: 5px;
}
/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 800px) {
    .timeline {
      display: block;
    }
  
    .timeline::before,
    .timeline::after {
      width: 50px;
    }
  
    .timeline::before {
      left: 0;
    }
}
.about_four{
    padding: 80px 0;
}
.about_five{
    background-color: #f5f5f5;
    padding: 80px 0;
}
.about_five h2{
    text-align: center;
    margin-bottom: 35px;
}
.about_five h2 + p{
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.person-item .img {
    position: relative;
    z-index: 2;
    margin-top: 14px;
    float: left;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.person-item .content {
    position: absolute;
    z-index: 1;
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
    right: 15px;
    top: 0px;
    width: 80%;
    height: 183px;
    padding-left: 120px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.person-item .content .text {
    width: 100%;
    position: relative;
    min-height: 85px;
}
.person-item .content .text:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 85px;
    right: 0px;
    background: #DDDDDD;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.person-item .content .text .user-name {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.69px;
    color: #1F2128;
    margin-bottom: 5px;
    margin-top: 3px;
}
.person-item .content .text span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #606060;
    letter-spacing: 0.52px;
    margin-bottom: 10px;
}
.person-item .content .text ul {
    overflow-x: hidden;
}
.person-item .content .text ul li {
    float: left;
}
.person-item .content .text ul li a {
    display: inline-block;
    font-size: 14px;
    color: #6F8BA4;
    margin-right: 15px;
}
.person-item.active .content .text:before {
    background: #1F2128;
}
.person-item:hover .img {
    margin-top: -15px;
}
.person-item:hover .content .text:before {
    background: #1F2128;
}
.person-items{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 50px;
}
.person-item{
    position: relative;
    width: 32%;
}
.person-item .content .pdf_down {
    font-size: 20px;
    margin-top: 20px;
    display: inline-block;
}
.certificate_box{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    align-items: stretch;
    column-gap: 19px;
}
.cert_box {
    background: #ffffff;
    padding: 30px;
    text-align: left;
    margin-bottom: 25px;
    position: relative;
    width: 24%;
}
.patent .cert_box{
    background-color: #f3f3f3;
}
.cert_box::before{
    content: "";
    position: absolute;
    width: 85px;
    height: 5px;
    bottom: 0px;
    background: #DDDDDD;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    left: calc(50% - 42.5px)
}
.cert_box:hover::before{
    background: #1F2128;
}
.cert_text p{
    font-size: 18px;
    margin-bottom: 15px;
}
.cert_text h3 {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
    text-transform: capitalize;
}
.certificate{
    background-color: #f3f3f3;
    padding: 80px 0;
}
.certificate h2{
    text-align: center;
    margin-bottom: 35px;
}
.certificate h2 + p{
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
.certificate_box{
    margin-top: 50px;
}
.patent{
    padding: 80px 0;
}
.patent h2{
    text-align: center;
    margin-bottom: 35px;
}
.patent h2 + p{
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
.patents{
    margin-top: 50px;
}
.patents ul{
    border: 1px solid #333;
    padding-left: 0;
}
.patents li{
    float: left;
    width: 25%;
    text-align: center;
    padding: 10px;
    display: inline-block;
    border-bottom: 1px solid #333;
}
.patents li a{
    color: #333;
    font-size: 18px;
}
.patents li:nth-child(21){
    border-bottom: 0;
}
.patents li:nth-child(22){
    border-bottom: 0;
}
.cert_lists{
    width: 20%;
    display: inline-block;
    float: left;
    min-height: 400px;  
    text-align: center;
}
.cert_lists .img_logo {
    display: inline-block;
    width: 40px;
    height: 40px;
}
.cert_lists:first-child .img_logo{
	 width: 80px;
    height: 80px;
}
.pdf_down{
    font-size: 14px;
    line-height: 20px;
    background-color: #c30f1c;
    color: #fff;
    border-radius: 0;
    padding: 2px 10px;
    border: 2px solid #c30f1c;
    display: inline-block;
    transition: all ease 0.3s;
}
.pdf_down:hover{
    background-color: #ffffff;
    color: #c30f1c;
}
.cert_lists img:first-child{
    margin-bottom: 20px;
}
.factory_gallery .wpb_image_grid_ul {
    flex-wrap: wrap;
}
.h2_technologies{
    font-size: 28px;
    margin-top: 0;
}
.h2_technologies::after{
    content: '';
    width: 100px;
    height: 3px;
    display: block;
    background-color: #005592;
    margin-top: 15px;
    margin-bottom: 25px;
}
.tech_padding {
    padding: 50px !important;
}
.h3_technologies{
    margin-bottom: 15px;
}
.h2_technologies + div p{
    color: #999999;
}
.ult_tabs {
    display: flex !important;
    flex-wrap: wrap;
}
.ult_tabcontent.ult-responsive.style3 {
    width: 100%;
}
.ult_tabmenu.style3 {
    width: 100%;
    height: auto;
    /* order: 2; */
    border-bottom: 0 !important;
    margin-bottom: 35px !important;
}
.ult_tabmenu.style3>li.ult_tab_li {
    border-radius: 50% !important;
    width: 12px;
    height: 12px;
    margin: 0 10px !important;
}
.ult_tab_min_contain p {
    font-size: 24px !important;
    color: #181D4E !important;
    margin-bottom: 15px;
}
.ult_tab_min_contain h3{
    margin-bottom: 10px;
}
.ult_tab_min_contain h3 + p{
    font-size: 16px !important;
    color: #999999 !important;
}
.page-id-9450 .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    margin: 0;
    border: 1px solid #e7e7e7;
}
.page-id-9450 .wpb_image_grid .wpb_image_grid_ul img {
    margin: 0 auto;
}
.page-id-9450 .wpb_image_grid .wpb_image_grid_ul {
    height: auto !important;
}
.product_page{
    padding: 80px 0;
}
.show_style_items{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 180px;
    justify-content: space-between;
    margin-bottom: 80px;
}
.show_style .item .i1{
    display: block;
}
.show_style .item .i2{
    display: none;
}
.show_style .item.on .i1{
    display: none;
}
.show_style .item.on .i2{
    display: block;
}
.show_style .item{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
}
.show_style .item .icon{
    margin-right: 5px;
}
.show_product{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 25px;
}
.product_item{
    width: 23.5%;
    margin: 15px 0;
}
.hide-pic .product_item_img{
    display: none;
}
.hide-pic .product_item_content{
    border: 2px solid transparent !important;
    height: 100%;
}
.hide-pic .product_item_content:hover{
    border: 2px solid #005592 !important;
}
.product_item_img{
    position: relative;
    border: 1px solid #efefef;
    border-bottom: 0;
}
.product_link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: rgba(0,85,146,0.7);
    transition: all ease 0.3s;
    opacity: 0;
}
.product_link a{
    padding: 10px 10px;
    border: 1px solid #ffffff;
    color: #ffffff;
    transition: all ease 0.3s;
    opacity: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 14px;
}
.product_link a:hover{
    background-color: #005592;
    border: 1px solid #005592;
    color: #ffffff;
    cursor: pointer;
}
.product_item:hover .product_link,
.product_item:hover a{
    opacity: 1;
}
.product_item_content{
    background-color: #f3f7fa;
    padding: 25px 30px;
    transition: all ease 0.3s;
    border: 2px solid transparent;
    border-top: 4px solid #005592;
    min-height: 128px;
}
.product_item_content h3{
    font-size: 18px;
    color: #000000;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hide-pic .product_item_content h3{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product_item_content h3 a{
    color: #000000;
}
.product_item_content p {
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    margin-top: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hide-pic .product_item_content p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product_item:hover .product_item_content{
    background-color: #ffffff;
    border: 2px solid #005592;
    border-top: 4px solid transparent;
}
/* pagenav */
.wp-pagenavi {
    clear: both;
    text-align: center;
    width: 100%;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #005592;
    padding: 3px 5px;
    margin: 2px;
    margin-top: 30px;
}
.wp-pagenavi span.current {
    background: #005592;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    display: inline-block;
    width: 31px;
    height: 31px;
    line-height: 25px;
    text-align: center;
    border: none;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    vertical-align: bottom;
}
.wp-pagenavi a {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    display: inline-block;
    width: 31px;
    height: 31px;
    line-height: 22px;
    text-align: center;
    border: none;
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
}
.extend{
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    display: inline-block;
    width: 31px;
    height: 31px;
    line-height: 22px;
    text-align: center;
    border: none;
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
}
a.last,a.first {
    width: auto;
    display: none;
}
.wp-pagenavi a:focus .wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #005592;
    color: #ffffff;
    background-color: #005592;
}
.page-nav {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 40px;
    padding: 0;
}
.page-id-9440 .application_section{
    margin-top: 0;
}
.page-id-9440 .home_part_four{
    padding: 0;
}
.resource_lists{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.resource_item{
    width: 32%;
    border-radius: 10px;
    padding: 18px 20px 30px;
    border: 1px solid #efefef;
    margin: 15px 0;
    background-color: #ffffff;
}
.resource_item a{
    overflow: hidden;
    display: block;
    width: 100%;
    border-radius: 10px;
}
.resource_item img{
    border-radius: 10px;
    transition: all ease 0.3s;
    width: 100%;
    object-fit: cover;
}
.resource_item:hover img{
    transform: scale(1.1);
}
.resource_content{
    margin-top: 35px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
}
.resource_content h3{
    font-size: 20px;
    color: #242627;
    margin-bottom: 15px;
}
.resource_content p{
    font-size: 16px;
    color: #242627;
    line-height: 22px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.simple_link{
    color: #c30f1c;
    font-size: 14px;
    font-family: 'PoppinsBold' !important;
}
.resource_page{
    padding: 80px 0;
    background-color: #f7f7f7;
}
.resource_one{
    padding: 50px 0;
}
.resource_one h4{
    border-radius: 5px;
    background-color: #ffffff;
    padding: 4px 9px 6px;
    font-size: 14px;
    color: #5f6567;
    text-align: center;
    display: block;
    width: 100px;
    margin: 10px auto;
}
.resource_one h2{
    text-align: center;
    font-size: 40px;
    margin-bottom: 25px;
}
.resource_one p{
    font-size: 18px;
    color: #666666;
    text-align: center;
}
.resource_two{
    background-color: #ffffff;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
    padding: 50px 70px;
    border-radius: 10px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.resource_two_item{
    width: 50%;
}
.resource_two h3 a{
    font-size: 34px;
    color: #242627;
    margin-bottom: 25px;
    font-family: 'PoppinsBold' !important;
    display: block;
}
.resource_two p{
    font-size: 18px;
    color: #242627;
    line-height: 22px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.resource_two_link{
    border-radius: 10px;
    overflow: hidden;
    display: block;
} 
.resource_two img{
    border-radius: 10px;
    transition: all ease 0.3s;
}
.resource_two:hover img{
    transform: scale(1.1);
}
.resource_two_content{
    padding-right: 50px;
}
#fullheight >.vc_column_container>.vc_column-inner,
#fullheight >.vc_column_container>.vc_column-inner>.wpb_wrapper,
#fullheight .aio-icon-component,
#fullheight .aio-icon-box.top-icon{
    height: 100%;
}
#fullheight .aio-icon-box.top-icon{
    padding: 55px 40px 20px 40px;
}
.uavc-list .uavc-list-content{
    margin: 20px 0 !important;
}
.uavc-list li,
.uavc-list li a{
    color: #333333;
    font-size: 18px;
    line-height: 26px !important;
}
.uavc-list li .aio-icon i{
    font-size: 24px !important;
}
.wpforms-render-modern a{
    text-decoration: underline !important;
    font-weight: bold !important;
}
.page-id-9433 .vc_row.container{
    margin: 50px auto;
    padding: 50px 0;
    border-bottom: 2px dashed #eee;
}
.page-id-9433 .vc_row.container:last-child{
    border-bottom: 0;
}
.page-id-9424 .vc_row.container{
    margin: 50px auto;
    padding: 50px 0;
    border-bottom: 2px dashed #eee;
}
.page-id-9424 .vc_row.container:last-child{
    border-bottom: 0;
}
/*********404*************/
.cls-1 {
    fill: #666;
  }
  .cls-2 {
    fill: #005592;
  }
  .cls-3 {
    fill: #005592;
  }
  .cls-4 {
    fill: #ccc;
  }
  .cls-5 {
    fill: #005592;
  }
  .cls-6,
  .cls-7,
  .cls-8 {
    fill: #6faad1;
  }
  .cls-10,
  .cls-6 {
    opacity: 0.6;
  }
  .cls-7 {
    opacity: 0.4;
  }
  .cls-9 {
    fill: #6faad1;
  }
  .cls-11 {
    fill: #6faad1;
  }
  .cls-12 {
    fill: #6faad1;
  }
  .cls-13 {
    fill: #6faad1;
  }
  .cls-14 {
    fill: #005592;
  }
  .com-404 .wrapper {
    max-width: 700px;
    width: 100%;
    margin: auto;
  }
  .show-antor .search-form {
    text-align: center;
    max-width: 700px;
    width: 100%;
    margin: auto;
  }
  .show-antor #search-bg {
    display: flex;
  }
  .show-antor p {
    padding: 18px 0;
  }
  .com-404 {
    padding: 100px 15px;
  }
  .no-results .search-form .search-field {
    background-color: #f1f1f1 !important;
    width: 350px;
    height: 45px;
    border: 0 !important;
    margin: 0 !important;
    font-size: 16px;
    color: #666666 !important;
    padding: 0 15px;
  }
  .no-results label {
    display: none;
  }
  .search_content {
    margin: 80px 0;
    text-align: center;
  }
  .search_content h1 {
    margin-bottom: 25px;
  }
.primary-navigation .sub-menu .menu-item > a {
    font-size: 14px !important;
    font-family: 'PoppinsMedium' !important;
    padding: 15px 30px !important;
    transition: 0.2s;
}
.primary-navigation .sub-menu .menu-item > a:hover{
    background-color: #005592 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    opacity: 1;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
    display: none !important;
}
#menu-item-9543 .sub-menu,
#menu-item-9538 .sub-menu{
    min-width: 185px;
}
.header_menu .fa{
    margin-left: 5px;
}
.searchwp-live-search-result--info {
    flex: inherit !important;
}
.menu-item-description{
    display: none !important;
}
.foot_item h3 .fa{
    display: none;
}
.mobile_search{
    display: none !important;
}
.pagecontents{
    padding: 80px 0;
}
.sustain p{
    margin-bottom: 15px;
}
.single_h2 {
    font-size: 40px;
    color: #000000;
    max-width: 800px;
    margin: 0 auto 45px !important;
}
.pagecontents h1,
.pagecontents h2,
.pagecontents h3,
.pagecontents h4,
.pagecontents h5,
.pagecontents h6{
    margin: 0 0 25px 0;
}
.pagecontents p,
.pagecontents li{
    margin-bottom: 15px;
    color: #000000;
    font-size: 16px;
    line-height: 1.9;
}
.pagecontents ul,
.pagecontents li{
    list-style: disc;
}
.pagecontents ul{
    margin-bottom: 35px;
}
.search-form .search-field{
    border: 1px solid #000000;
}
.searchwp-modal-form__content input.search-submit{
    color: transparent !important;
}
.searchwp-modal-form__footer{
    background-image: none;
}
.searchwp-modal-form__content .search-form .search-submit{
    margin: 0 !important;
    border: 0;
    position: absolute;
    right: 15px;
    top: 14px;
    background-image: url(/wp-content/uploads/2024/05/Search.png);
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    padding: 0;
}
.searchwp-modal-form-default .searchwp-modal-form__content .search-form label{
    display: none;
}
.facetwp-page {
    background-color: #163054;
    color: #fff;
    width: 30px !important;
    height: 30px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0 !important;
}
.facetwp-page:hover{
    background-color: #c30f1c;
    color: #ffffff;
}
.facetwp-page.active {
    font-weight: 400;
    background-color: #c30f1c;
}
.search_form {
    display: flex;
    align-items: center;
    gap: 25px;
}
.search_form label {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
#searchwp-form-1 .swp-input{
    width: 1200px;
}
#fancybox-content>div {
    overflow-y: scroll !important;
}
#fancybox-wrap {
    width: 50% !important;
    left: 25% !important;
}
.Floating-sidebar ul{
    padding-left: 0;
}
.Floating-sidebar {
    position: fixed;
    right: 0;
    top: 50%;
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-o-transform: translate(0,-50%);
transform: translate(0,-50%);
z-index: 20;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.Floating-sidebar.active {
-webkit-transform: translate(100%,-50%);
-moz-transform: translate(100%,-50%);
-ms-transform: translate(100%,-50%);
-o-transform: translate(100%,-50%);
transform: translate(100%,-50%);
}
.Floating-sidebar span {
    position: absolute;
    top: 50%;
    right: 100%;
-webkit-transform: translate(100%,-50%);
-moz-transform: translate(100%,-50%);
-ms-transform: translate(100%,-50%);
-o-transform: translate(100%,-50%);
transform: translate(100%,-50%);
width: 20px;
height: 60px;
line-height: 60px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
background: rgba(0, 0, 0, 0.7);
color: white;
text-align: center;
font-size: 16px;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
z-index: -1;
cursor: pointer;
cursor: hand;
}
.Floating-sidebar.active span {
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-o-transform: translate(0,-50%);
transform: translate(0,-50%);
}
.Floating-sidebar ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0071DC ;
    color: white;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    position: relative;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
cursor: pointer;
cursor: hand;
opacity: 1;
}
.Floating-sidebar ul li:first-child {
    border-top-left-radius: 5px;
}
.Floating-sidebar ul li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom: none;
}
.Floating-sidebar ul li.wechat img {
    width: 120px;
    position: absolute;
    right: -100%;
    top: 0;
    opacity: 0;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
z-index: -1;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
max-width: none;
}
.Floating-sidebar ul li:hover,
.Floating-sidebar ul li.active {
    background: #a41a70;
}
.Floating-sidebar ul li.wechat:hover img {
right:160px;
opacity: 1;
}
.Floating-sidebar ul li.close a:after,
.Floating-sidebar ul li.close a:before {
    content: '';
    width: 50%;
    height: 2px;
    position: absolute;
    top: 50%;
-webkit-transform: translate(-50%,-50%) rotate(45deg);
-moz-transform: translate(-50%,-50%) rotate(45deg);
-ms-transform: translate(-50%,-50%) rotate(45deg);
-o-transform: translate(-50%,-50%) rotate(45deg);
transform: translate(-50%,-50%) rotate(45deg);
background: white;
}
.Floating-sidebar ul li.close a:before {
-webkit-transform: translate(-50%,-50%) rotate(-45deg);
-moz-transform: translate(-50%,-50%) rotate(-45deg);
-ms-transform: translate(-50%,-50%) rotate(-45deg);
-o-transform: translate(-50%,-50%) rotate(-45deg);
transform: translate(-50%,-50%) rotate(-45deg);
}
.Floating-sidebar dl {
    position: absolute;
    top: 0;
    left: 100%;
    width: 240px;
    background: white;
    padding: 15px;
-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
-o-box-shadow: 0 0 10px rgba(0,0,0,.2);
box-shadow: 0 0 10px rgba(0,0,0,.2);
-webkit-transform: translateX(-120%);
-moz-transform: translateX(-120%);
-ms-transform: translateX(-120%);
-o-transform: translateX(-120%);
transform: translateX(-120%);
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
z-index: -1;
opacity: 0;
}
.Floating-sidebar.form2 dl {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
.Floating-sidebar.active.form2 dl {
-webkit-transform: translateX(-120%);
-moz-transform: translateX(-120%);
-ms-transform: translateX(-120%);
-o-transform: translateX(-120%);
transform: translateX(-120%);
}
.Floating-sidebar dl dt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.Floating-sidebar dl dd {
    margin-bottom: 5px;
}
.Floating-sidebar dl dd label {
    font-size: 14px;
    display: block;
}
.Floating-sidebar dl dd input,
.Floating-sidebar dl dd textarea {
    width: 100%;
    line-height: 24px;
    padding: 5px 10px;
    background: white;
    font-size: 12px;
    color: black;
    border: 1px solid #eee;
}
.Floating-sidebar dl dd textarea {
    height: 100px;
    resize: vertical;
}
.Floating-sidebar dl dd:last-child {
    margin-bottom: 0;
}
.Floating-sidebar dl dd input[type="submit"] {
    background: #a41a70;
    color: white;
    border-color: #a41a70;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
font-size: 16px;
text-transform: uppercase;
}
.Floating-sidebar dl dd input[type="submit"]:hover {
    background: #a41a70;
}
.Floating-sidebar a{
    color: #fff;
}
.Floating-sidebar ul li:hover{
    background:#070b3b;
}
.Floating-sidebar .close:hover{
    opacity: 1;
}
@media (max-width:1680px){
    #searchwp-form-1 .swp-input {
        width: 1000px;
    }
    .proSwiper .item {
        padding: 15px;
    }
    .slide_box h2,
    .home_part_one h2,
    .home_part_two h2,
    .home_part_three h2,
    .home_h2 {
        font-size: 48px;
        line-height: 58px;
    }
    .cp_box img {
        padding: 0 30px;
    }
}
@media (max-width: 1440px){
    #searchwp-form-1 .swp-input {
        width: 800px;
    }
    .header_container{
        padding: 0 20px;
    }
    .head_bar{
        padding-left: 20px;
        padding-right: 20px;
    }
    /*.header_menu .primary-navigation .primary-menu-container > ul > .menu-item {*/
    /*    padding: 0 5px;*/
    /*}*/
    .stats-top .stats-number, .counter_suffix {
        font-size: 20px !important;
    }
    .stats-block .stats-text {
        font-size: 16px !important;
    }
    h4.ellipsis + p {
        font-size: 16px;
        line-height: 24px;
    }
    .home_v_l {
        padding: 0 80px 0 40px !important;
    }
    .swiper-button-prev-banner {
        top: 44%;
    }
    .cp_section{
        padding: 0 50px;
    }
    .application_section {
        justify-content: flex-start;
    }
    .application_item {
        width: 33.33%;
    }
    .custom_container {
        padding: 0 50px;
    }
    .ps3_item .ps3_content h2 {
        font-size: 28px;
    }
    .cat_h2 {
        font-size: 48px;
    }
    .filter_title,
    .face_box .facetwp-facet {
        padding: 30px;
    }
    .single_tab table td {
        padding: 25px 0 25px 115px;
    }
    .part_one_item {
        width: 23%;
    }
    .part_one_content {
        width: 77%;
    }
    .related_img {
        width: 40%;
    }
    .related_content {
        width: 60%;
    }
}
@media (max-width: 1280px){
    .slide_content {
        padding: 50px 100px 50px 100px;
        background-size: contain;
    }
    .slide_box h3{
        font-size: 18px;
    }
    .home_v_l {
        padding: 0 40px 0 0 !important;
    }
    .slide_box h2, .home_part_one h2, .home_part_two h2, .home_part_three h2, .home_h2 {
        font-size: 38px;
        line-height: 52px;
    }
    .cp_section {
        padding: 0;
    }
    .application_box h3 {
        font-size: 28px;
        line-height: 36px;
    }
    .application_box p {
        font-size: 20px;
    }
    .ps3_ul{
        flex-wrap: wrap;
    }
    .ps3_item_series li{
        width: 100%;
    }
    .single_tab table td:first-child {
        font-size: 20px;
    }
    .single_tab table td {
        padding: 25px 0 25px 85px;
    }
    #searchwp-form-1 .swp-input {
        width: 600px;
    }
}
@media (max-width: 1024px){
    .head_bar {
        padding: 16px 20px;
    }
    #searchwp-form-1 .swp-input {
        width: 600px;
    }
    .lan_search {
        min-width: 245px;
    }
    .header_logo img{
        width: 100px;
    }
    .header_menu .primary-navigation .primary-menu-container > ul > .menu-item {
        padding: 0 2px;
    }
    .lan {
        margin: 0 0 0 15px;
    }
    .swiper-button-next-banner, .swiper-button-prev-banner{
        width: 50px;
        height: 50px;
    }
    .application_item {
        width: 33.33%;
        height: 320px;
    }
    picture img {
        height: 300px;
        object-fit: cover;
    }
    .aboutpage .vc_col-sm-6{
        width: 100%;
    }
    .aboutpage .vc_col-sm-4{
        width: 50%;
    }
    .about_video {
        padding-left: 0 !important;
    }
    .person-item {
        width: 48%;
        margin: 30px 0;
    }
    .page-id-9446 .wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill {
        height: 400px;
    }
    .page-id-9717 .wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill {
        height: 800px;
    }
    .page-id-9424 .aboutpage .vc_col-sm-4{
        width: 33.33333333% !important;
    }
    .cat_one .container{
        width: 100%;
    }
    .cat_one {
        padding: 70px 20px;
    }
    .product_item {
        width: 31%;
    }
    .resource_two h3 a {
        font-size: 28px;
    }
    .resource_item {
        width: 48%;
    }
    .part_one_item {
        width: 100%;
    }
    .part_one_content {
        width: 100%;
    }
    .part_one_item li {
        float: left;
        width: 50%;
    }
    .single_related {
        padding: 0 0 100px 0;
    }
}
@media (max-width: 991px){
    .head_contact{
        display: none;
    }
    .menu-button-container #primary-mobile-menu{
        color: #ffffff !important;
    }
    .menu-button-container {
        padding: 8px 0 0 0 !important;
    }
    #searchwp-form-1 .swp-input {
        width: 400px;
    }
    .lan_search {
        min-width: 295px;
    }
    .menu-wrapper > li > .sub-menu.sub-active{
        display: block;
    }
    .mega_menu > a::after,.common_menu > a::after{
        display: none;
    }
    .header_menu button.sub-menu-toggle {
        display: inline-block !important;
        color: #000000 !important;
        position: absolute;
        top: 4px;
        right: 0;
        text-align: center;
    }
    .icon-plus::after{
        content: "\f107";
        font: normal normal normal 18px/1 FontAwesome;
    }
    .icon-minus::after{
        content: "\f106";
        font: normal normal normal 18px/1 FontAwesome;
    }
    .menu-image-title-after.menu-image-title{
        margin: 0;
        font-size: 14px;
    }
    .icon-plus svg,.icon-minus svg{
        display: none;
    }
    .icon-plus,.icon-minus{
        justify-content: center;
    }
	.primary-navigation > div > .menu-wrapper > li > .sub-menu{
		border: 0;
		width: auto;
	}
    .menu-wrapper > li > .sub-menu{
        display: none;
    }
    .menu-wrapper > li > .sub-menu.sub-active{
        display: block;
    }
	.header_menu .primary-navigation .primary-menu-container > ul > .menu-item > a {
        padding: 18px 2px;
        border-bottom: 1px solid #eee;
	}
	.header_menu .primary-navigation .primary-menu-container > ul > .menu-item > a:focus{
		color: #000000 !important;
	}
	.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
		height: 51px !important;
		width: 51px !important;
	}
	.primary-navigation > div > .menu-wrapper .sub-menu-toggle:focus{
		outline: none !important;
	}
    .lock-scrolling .site {
        z-index: 1;
    }
    .menu-button-container #primary-mobile-menu .dropdown-icon.open .svg-icon {
        top: 0;
        margin-left: 0;
    }  
    button#primary-mobile-menu {
        background-color: #005692 !important;
        padding: 0 !important;
        width: 40px;
        height: 40px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-right: 5px;
    }  
    .box.header-bottom.hidden-sm {
        height: 146px;
    }
    .primary-navigation > div > .menu-wrapper .sub-menu-toggle{
        display: inline-block !important;
    }
    .header_menu .fa{
        display: none;
    }
    .primary-navigation .sub-menu .menu-item > a {
        font-family: 'PoppinsMedium' !important;
        transition: 0.2s;
        font-size: 16px !important;
        padding: 10px 13.2px !important;
    }
    .banner picture img {
        height: 500px;
        object-fit: cover;
    }
    .slide_box p {
        max-width: inherit;
        padding-right: 100px;
    }
    .slide_content {
        padding: 50px;
    }
    .home_part_one p{
        margin-bottom: 50px;
    }
    .home_part_two .vc_col-sm-6{
        width: 100%;
    }
    .home_v_l{
        padding: 0 15px !important;
        margin-top: 35px;
    }
    .home_part_two{
        padding: 0;
    }
    .cp_section{
        flex-wrap: wrap;
    }
    .cp_box{
        flex-direction: row;
    }
    .cp_box img {
        padding: 0 30px;
        max-width: 200px;
    }
    .application_item {
        height: 250px;
    }
    .btn_light img {
        width: 55px;
    }
    .application_box {
        top: 20px;
        left: 30px;
    }
    .application_link {
        bottom: 20px;
        right: 30px;
    }
    .application_box h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .application_box p {
        font-size: 16px;
    }
    .news_left,.news_right{
        width: 100%;
    }
    .news_right{
        margin-top: 25px;
    }
    .news_section{
        flex-wrap: wrap;
    }
    .footer_up{
        flex-wrap: wrap;
    }
    .foot_item:last-child{
        margin-top: 35px;
    }
    .mobile_search{
        display: block !important;
    }
    .sp_one_gallery {
        width: auto;
        max-width: 400px;
    }
    .sp_one_content {
        width: 100%;
        margin-top: 35px;
    }
    .single_tab table td {
        padding: 25px 0 25px 45px;
    }
    .part_one_item li a {
        padding: 22px 35px;
    }
    .single_related_item{
        width: 100%;
    }
    .sp_one_content h1 {
        font-size: 36px;
    }
    div#description {
        overflow-x: auto;
    }
}
@media (max-width: 580px){
    .Floating-sidebar{
        display: none;
    }
    #fancybox-wrap {
        width: 70% !important;
        left: 15% !important;
    }
    .slide_box p{
        display: none;
    }
    .slide_content {
        padding: 25px 50px;
        background-size: cover;
    }
    .slide_box h2 {
        font-size: 30px;
        line-height: 52px;
    }
    .swiper-button-next-banner, .swiper-button-prev-banner{
        right: 25px;
    }
    .home_part_one {
        padding: 80px 0;
    }
    .proSwiper .item .Img a{
        display: block;
    }
    .proSwiper .item img{
        width: 100%;
        object-fit: cover;
    }
    .application_item{
        width: 100%;
    }
    .search_form{
        display: none;
    }
    .lan_search {
        min-width: inherit;
    }
    .box.header-bottom.hidden-sm {
        height: 133px;
    }
    .title_box{
        flex-wrap: wrap;
        justify-content: center;
    }
    .title_box h2{
        margin-bottom: 25px;
    }
    .new_2_box {
        width: 100%;
        margin: 20px 0;
    }
    .news_left_2{
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .news_right {
        margin-top: 0;
    }
    .news_left_3 {
        margin-bottom: 20px;
    }
    .foot_item h3 .fa {
        display: block;
        font-weight: 700;
    }
    .foot_item {
        flex-basis: 100%;
        margin-bottom: 25px;
        border-bottom: 1px solid #eee;
    }
    .foot_item .primary-menu-container,
    .foot_item .foot_menu{
        display: none;
    }
    .activemenu {
        display: block !important;
        margin-bottom: 15px;
        padding-top: 10px !important;
    }
    .foot_item h3 .fa{
        display: block;
        font-weight: bold;
    }
    .foot_item h3{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .activeh3 .fa{
        transform: rotate(180deg);
    }
    .foot_item:last-child{
        border-bottom: 0;
    }
    .home_part_five{
        padding: 0;
    }
    .search-form .search-field{
        border: 1px solid #000000;
    }
    .searchwp-modal-form__content input.search-submit{
        color: transparent !important;
    }
    .searchwp-modal-form__footer{
        background-image: none;
    }
    .searchwp-modal-form__content .search-form .search-submit{
        margin: 0 !important;
        border: 0;
        position: absolute;
        right: 15px;
        top: 14px;
        background-image: url(/wp-content/uploads/2024/05/Search.png);
        background-color: transparent !important;
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center;
        padding: 0;
    }
    .foot_item h3 {
        font-size: 20px;
        text-transform: uppercase;
    }
    .about_one ul li,
    .person-item{
        width: 100%;
    }
    .aboutpage .vc_col-sm-4 {
        width: 100%;
    }
    .cert_text h3 {
        font-size: 22px;
        margin: 15px 0;
    }
    .page-id-9717 .wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill {
        height: 400px;
    }
    .tech_padding {
        padding: 50px 20px !important;
    }
    .page-id-9424 .aboutpage .vc_col-sm-4{
        width: 100% !important;
        order: 2;
    }
    .cat_one h1 {
        font-size: 36px;
        line-height: 48px;
    }
    .cat_des {
        padding: 0;
    }
    .filter_re_box h2,
    .cat_h2 {
        font-size: 32px;
    }
    .filter_re_box {
        flex-wrap: wrap;
    }
    .filter_re_box .facetwp-search {
        width: 100%;
    }
    .facetwp-template{
        overflow-x: auto;
    }
    .facetwp-template .ps3{
        display: flex;
        width: 660px;
    }
    .pro_style3 > .ps3{
        display: none;
    }
    .ps3_img {
        width: 100%;
    }
    .ps3_content {
        width: 100%;
    }
    .product_item {
        width: 100%;
    }
    .banner_cover h1 {
        font-size: 36px;
    }
    .single_h2 {
        font-size: 28px;
    }
    .resource_two_item {
        width: 100%;
    }
    .resource_two{
        padding: 25px;
    }
    .resource_two_content {
        padding-right: 0;
        margin-bottom: 50px;
    }
    .resource_item {
        width: 100%;
    }
    .page-id-9433 .vc_row-flex:nth-child(odd) .vc_col-sm-6:first-child{
        order: 1;
    }
    .page-id-9431 .aboutpage {
        padding: 0 30px;
    }
    .part_one_item li {
        float: unset;
        width: 100%;
    }
    .part_one_content {
        padding: 0 10px;
    }
}