/*!
Theme Name: Geelanter
Author: Hunk
Author URI: https://www.imhunk.com/
Version: 1.1
Requires PHP: 7.0
*/

@font-face {
    font-family: 'Roboto';
    src: url('font/Roboto-Medium.woff2') format('woff2'),
         url('font/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('font/Roboto-Bold.woff2') format('woff2'),
         url('font/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('font/Roboto-Light.woff2') format('woff2'),
         url('font/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('font/Roboto-Black.woff2') format('woff2'),
         url('font/Roboto-Black.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('font/Roboto-Regular.woff2') format('woff2'),
         url('font/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem; /* 等于 16px */
  line-height: 1.5;
  color: #333;

   font-family: 'Poppins', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  html {
    font-size: 56.25%; /* 1rem = 9px */
  }
}

@media (max-width: 480px) {
  html {
    font-size: 50%; /* 1rem = 8px */
  }
}


/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}


/*--------------------------- header menu ---------------------------*/

.Hunk-logo {
    width: 220px;
    margin: 2px 0;
}


.category-title:hover{color: #0d2c54;}

@media (max-width: 992px){

  .Hunk-logo{width: 200px;}




}

.homemenu .Hunk-menu-main>li>a, .homemenu .Hunk-search-button i:before,   .homemenu .arrow-toggle i:before{color:#333!important;}



.home .Hunk-header.homemenu{background-color: #fff!important; box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.3)!important; /* 底部阴影 */
  transition: box-shadow 0.3s ease!important;}


        .Hunk-search-button {
            cursor: pointer;
            background: #fff;
            border: none;
     
            padding: 20px;
        }

        .search-box-content {
            max-width: 1200px;
            margin: 3rem auto;
            display: flex;
            flex-direction: column;


        }

     .Hunk-search-box {
    position: absolute; /* 或 fixed */

    top:60px;
    
    right: 0; /* 你可以根据需要定位 */
    width: 100%;
    height: 0;
    overflow: hidden;
    background: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: height 0.3s ease;
    z-index: 999; /* 确保在上方 */

}

input[type="submit"]{background-color: #f7941d;color: #fff;}


 .Hunk-search-box label{width: 70%;}


 .Hunk-search-box .search-submit{font-size: 1.6rem;padding: 1.2rem 2rem;}

        #searchInput {
            padding: 10px;
            border: none;
            outline: none;
            max-width: 90%;
        }

        .search-suggestions {

          margin-top: 1.5rem;
           
            display: flex;
            flex-direction: column;
        }

        .search-suggestion {
            padding: 10px;
            cursor: pointer;
        }

        .search-suggestion:hover {
            background-color: #f0f0f0;
        }

    .fa{transition: transform 0.3s ease; }

    .rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease; /* 添加过渡效果 */
}

.Hunk-header{background-color: #fff;box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.3)!important; /* 底部阴影 */
  transition: box-shadow 0.3s ease!important;}

.home .Hunk-header{background-color: #fff;box-shadow:none!important;}
    /* responsive */
@media(max-width: 991px){

  .home .arrow-toggle i:before{color: #333!important;}

  .Hunk-header .Hunk-menu > ul > li .submenu {
    position: relative; /* 让子菜单相对主菜单显示 */
    display: none; /* 默认隐藏 */
  }

  .Hunk-header .Hunk-menu > ul > li .submenu.active {
    display: block; /* 添加 active 时显示 */
  }

  .Hunk-header .Hunk-menu > ul > li .submenu.mega-menu {
    width: auto; /* 保持自动宽度 */
  }
}

   


    .arrow-toggle{border:none!important;background:#fff!important;margin: 0;padding: 0;}

    .Hunk-category-img{margin-bottom: 1.5rem;transition: all .5s;}

    .Hunk-category-img:hover{transform: scale(1.1);transition: all .5s;}

   


*{
  margin:0;
  box-sizing: border-box;
}
:before,:after{
  box-sizing: border-box;
}
.header-container{
  max-width: 1450px;
  margin:auto;
}
.header-row{
  display: flex;
  flex-wrap: wrap;
}
.v-center{
  align-items: center;
  justify-content: center;
}

a{
  text-decoration: none;
}
/* header */


.menu-item-has-children li:hover a {
    padding-left: 10px !important;
    transition: all .5s !important;
}

.Hunk-menu li{margin-bottom: 0;}
.Hunk-header{
  display: block;
  width: 100%;
  position: sticky;
  z-index: 99;
  padding:0;
  top: 0;
}
.Hunk-header .item-left{
  flex:0 0 17%;
}
.Hunk-header .Hunk-logo a{
  font-size: 30px;
  color:#000000;
  font-weight: 700;
  text-decoration: none;
}
.Hunk-header .item-center{
  flex:0 0 76%;
  display: flex;
  justify-content: center;
}
.Hunk-header .item-right{
  flex:0 0 3%;
  display: flex;
  justify-content: flex-end;
}
.Hunk-header .item-right a{ 
     text-decoration: none;
     font-size: 16px;
     color:#555555;
     display: inline-block;
     margin-left: 10px;
     transition: color 0.3s ease;
}
.Hunk-header .Hunk-menu > ul > li{
  display: inline-block;
  line-height: 50px;
  margin-left: 25px;

  margin-bottom: 0;
}


.Hunk-header i:before{font-size: 1.8rem;color: #333;}



.home .Hunk-menu-main .Hunk-menu-button{background-color: #f7941d!important;color:#fff!important;}




.search-close {
 
  background: none;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
      position: absolute;
    top: 2rem;
    right: 10%;
    padding: 10px;
    color: #333;
}


.Hunk-search-button:hover{background: transparent!important;}
.Hunk-search-button:hover i:before{color: #f7941d;}

  .Hunk-menu-main .Hunk-menu-button{outline: 1px solid #f7941d!important;color: #f7941d!important;}
  .Hunk-menu-main .Hunk-menu-button:hover{color:#fff!important;}

@media (min-width: 992px){


 .Hunk-header button i:before{color: #333;}


}

.home .Hunk-header button{background-color: transparent!important;}

.Hunk-header .Hunk-menu > ul > li > a{
  font-size: 1.8rem;
  font-weight: 500;
  color:#000000;
  position: relative;
  text-transform: capitalize;
  transition: color 0.3s ease;
}
.Hunk-header .Hunk-menu > ul > li .submenu{
  position: absolute;
  z-index: 500;
  background-color:#ffffff;
  box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
  padding: 20px 10px;
  transition: all 0.5s ease;
  margin-top:25px;
  opacity:0;
  visibility: hidden;
}
@media(min-width: 992px){
.Hunk-header .Hunk-menu > ul > li.menu-item-has-children:hover .submenu{
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}
}
.Hunk-header .Hunk-menu > ul > li .submenu > ul > li{
  line-height: 1;
}
.Hunk-header .Hunk-menu > ul > li .submenu > ul > li > a{
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}
.Hunk-header .Hunk-menu > ul > li .single-column-menu{
  min-width: 280px;
  max-width: 350px;
}

.single-column-menu li{line-height: 2.5;}
.Hunk-header .Hunk-menu > ul > li .submenu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.Hunk-header .Hunk-menu > ul > li .submenu.mega-menu > .list-item > ul > li > a {
  padding:7px 0;
  display: inline-block;
  font-size: 15px;
  color:#555555;
  transition: color 0.3s ease;
}
.Hunk-header .Hunk-menu > ul > li .submenu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);  
}

.Hunk-header .Hunk-menu > ul > li .submenu.mega-menu-column-4, .Hunk-header .Hunk-menu > ul > li .submenu.mega-menu-column-3, .Hunk-header .Hunk-menu > ul > li .submenu.mega-menu-column-2{
  max-width: 1250px;
  width: 100%;  
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
}
.Hunk-header .Hunk-menu > ul > li .submenu.mega-menu-column-2 > .list-item{
  flex:0 0 33%;
  padding:0 30px;
}

.Hunk-header .Hunk-menu > ul > li .submenu.mega-menu-column-3 > .list-item{
  flex:0 0 33%;
  padding:0 30px;
}


.Hunk-header .Hunk-menu > ul > li .submenu.mega-menu-column-4 > .list-item{
  flex:0 0 25%;
  padding:0 15px;
}

 .list-item .megamenu-icon{width: 60px!important;height: 60px!important;}
.Hunk-header .Hunk-menu > ul > li .submenu.mega-menu-column-4 > .list-item .title{
  font-size: 16px;
  color:#f7941d;
  font-weight: 500;
  line-height: 1;
  padding:10px 0;
}
.Hunk-header .Hunk-menu > ul > li .submenu.mega-menu-column-4 > .list-item.text-center .title{
  text-align: center;
}
.Hunk-header .Hunk-menu > ul > li .submenu.mega-menu-column-4 > .list-item img{
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 0px;
  height: 300px;
  object-fit: cover;
}
.Hunk-header .Hunk-menu > ul > li .submenu.mega-menu > .list-item > ul > li > a:hover,
.Hunk-header .Hunk-menu > ul > li .submenu > ul > li > a:hover,
.Hunk-header .item-right a:hover,
.Hunk-header .Hunk-menu > ul > li:hover > a,.Hunk-header .Hunk-menu > ul > li:hover i:before{
  color:#f7941d;
}
/* banner section */
.banner-section{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger{
  display: none;
}


 
 .list-item li a:before{content: '\2713';margin-right: 5px;}
  .list-item li:hover a{padding-left: 10px!important;transition: all .5s!important;}

  .list-item li a{transition: all .5s!important;}

 .list-item ul{padding-left: 0;margin-top:2rem;}

  .list-item h4{margin-bottom: 1rem;font-size: 2.3rem;}
/*responsive*/

@media(max-width: 550px){

  .search-close{right:0;}



}
@media(max-width: 991px){

  .search-box-content{padding:0 1.5rem;}

  .Hunk-header .Hunk-menu > ul > li .submenu.mega-menu-column-2 > .list-item{padding:0 5px;}

  .menu-item-has-children{display: flex!important;position:relative;align-items: center;flex-flow:row wrap;}

  .Hunk-menu-main>li{border-bottom: 1px solid rgba(0, 0, 0, 0.1);width: 100%;}
  .Hunk-menu-main>li>a{display: flex!important;width: auto;flex-grow: 1;}

  .arrow-toggle{padding:1rem;color:#333;}

  .Hunk-header .item-center{
    order:3;
    flex:0 0 100%;
  }


  .Hunk-header .item-left,
  .Hunk-header .item-right{
    flex:0 0 auto;
  }
  .v-center{
    justify-content: space-between;

            padding: 0 10px;
  }
  .Hunk-header .mobile-menu-trigger{
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }

  .home .Hunk-header .mobile-menu-trigger span, .home .Hunk-header .mobile-menu-trigger span:before,
  .home .Hunk-header .mobile-menu-trigger span:after{

    background-color: #333;


  }

   .homemenu  .mobile-menu-trigger span,   .homemenu  .mobile-menu-trigger span:before,
   .homemenu  .mobile-menu-trigger span:after{

    background-color: #333!important;


  }




  .Hunk-header .mobile-menu-trigger span{
    display: block;
    height: 2px;
    background-color: #333;
    width: 24px;
    position: relative;
  }
  .Hunk-header .mobile-menu-trigger span:before,
  .Hunk-header .mobile-menu-trigger span:after{
    content: '';
    position: absolute;
    left:0;
    width: 100%;
    height: 100%;
    background-color: #333;
  }
  .Hunk-header .mobile-menu-trigger span:before{
    top:-6px;
  }
  .Hunk-header .mobile-menu-trigger span:after{
    top:6px;
  }
  .Hunk-header .item-right{
    align-items: center;
  }

  .Hunk-header .Hunk-menu{
    position: fixed;
    width: 320px;
    background-color:#ffffff;
    left:0;
    top:0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    
    z-index: 1099;
  }




  .Hunk-header .Hunk-menu.active{
     transform: translate(0%); 
     transition: all 0.2s ease; 
  }
  .Hunk-header .Hunk-menu > ul > li{
    line-height: 1;
    margin:0;
    display: block;
  }
  .Hunk-header .Hunk-menu > ul > li > a{
    line-height: 50px;
    height: 50px;
    padding:0 50px 0 15px;
    display: block;
    
  }
  .Hunk-header .Hunk-menu > ul > li > a i{
    position: absolute;
    height: 50px;
    width: 50px;
    top:0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }
  .Hunk-header .Hunk-menu .mobile-menu-head{
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top:0;

     justify-content: flex-end;
  }
  

  
  .Hunk-header .Hunk-menu .mobile-menu-head .mobile-menu-close{
      height: 50px;
    width: 50px;
    
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color:#000000;  
    font-size: 25px;
  }
  .Hunk-header .Hunk-menu .Hunk-menu-main{
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .Hunk-header .Hunk-menu > ul > li .submenu.mega-menu,
  .Hunk-header .Hunk-menu > ul > li .submenu{
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin:0;
    padding:15px;
    top:0;
    left:0;
    width: 100%;
    height: auto;
    padding-top: 10px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
  }
.Hunk-header .Hunk-menu > ul > li .submenu.active{
  display: block;
  position: relative;
  width: 100%;
}
@keyframes slideLeft{
  0%{
    opacity:0;
    transform: translateX(100%);
  }
  100%{
      opacity:1;
    transform: translateX(0%);  
  }
}
@keyframes slideRight{
  0%{
    opacity:1;
    transform: translateX(0%);
  }
  100%{
      opacity:0;
    transform: translateX(100%);  
  }
}
  .Hunk-header .Hunk-menu > ul > li .submenu.mega-menu-column-4 > .list-item img{
    margin-top:0;
  }
  .Hunk-header .Hunk-menu > ul > li .submenu.mega-menu-column-4 > .list-item.text-center .title{
    margin-bottom: 20px;
  }
  .Hunk-header .Hunk-menu > ul > li .submenu.mega-menu-column-4 > .list-item.text-center:last-child .title{
    margin-bottom:0px;
  }
  .Hunk-header .Hunk-menu > ul > li .submenu.mega-menu-column-4 > .list-item{
    flex: 0 0 100%;
        padding: 0px;
  }
  .Hunk-header .Hunk-menu > ul > li .submenu > ul > li > a,
  .Hunk-header .Hunk-menu > ul > li .submenu.mega-menu > .list-item > ul > li > a{
    display: block;
  }
  .Hunk-header .Hunk-menu > ul > li .submenu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }
  .Hunk-menu-overlay{
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity:0;
    transition: all 0.5s ease;
  }
  .Hunk-menu-overlay.active{
    visibility: visible;
    opacity:1;  
  }
}

.rotate {
    transition: transform 0.3s;
    transform: rotate(180deg);
}

.submenu a{color: #555;}

.submenu a:hover{color:#f7941d;}


@media (max-width: 991px) { /* 针对手机端 */
  .submenu {
    display: none; /* 默认隐藏子菜单 */
    position: absolute; /* 绝对定位 */
    top: 100%; /* 在主菜单项下方展开 */
    left: 0;
    z-index: 1000; /* 确保在其他元素上方 */
  }

  .submenu.active {
    display: block; /* 显示子菜单 */
  }
}


/*------------------------------- homepage ------------------------------*/


.Hunk-banner h1{color:#f7941d;font-size: 6rem;font-weight: 900;}



 .Hunk-banner::before {
      content: '';
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
   
      z-index: 1;
    }

    .Hunk-banner {
      position: relative;
     
      overflow: hidden;
      width: 100%;
      height: auto;
    }

    .Hunk-banner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .banner-left {
      position: absolute;
      top: 50%;
      left: 10%;
      transform: translateY(-50%);
      color: white;
      opacity: 0;
      animation: flyInLeft 1.2s forwards;
   
      padding: 0 10px;
      width: 30%;
      box-sizing: border-box;
      z-index: 2;
      text-align: left;
    }

    .banner-left p{font-size: 2rem;}


        .banner-center {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      opacity: 0;
      animation: flyInTop 1.2s forwards;
    
      padding: 0 10px;
      width: 80%;
      box-sizing: border-box;
      z-index: 2;
      text-align: center;
    }

    .banner-center h2{color: #fff;}

    @keyframes flyInLeft {
      0% { transform: translateX(-100%) translateY(-50%); opacity: 0; }
      100% { transform: translateX(0) translateY(-50%); opacity: 1; }
    }



    @keyframes flyInTop {
      0% { transform: translateY(-200%) translateX(-50%); opacity: 0; }
      100% { transform: translateY(-50%) translateX(-50%); opacity: 1; }
    }

    h1 {
      margin: 0 0 10px;
      font-size: 28px;
    }

    ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    ul li {
      margin: 5px 0;
    }

      @media (max-width: 1024px){


        .banner-2 {
        height: 600px;
      }

      .banner-1 p{font-size: 1.6rem;}



      }

    @media (max-width: 768px) {
      .banner-2 {
        height: 600px;
      }

      .Hunk-banner h1{font-size: 4rem;}


      .Hunk-banner-txt {
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        text-align: center;
        animation-name: flyInTop;
      }

      @keyframes flyInTop {
        0% { transform: translateY(-200%) translateX(-50%); opacity: 0; }
        100% { transform: translateY(-50%) translateX(-50%); opacity: 1; }
      }

      .Hunk-banner-txt h1 {
        font-size: 18px;
      }

      .Hunk-banner-txt ul li {
        font-size: 14px;
      }
    }


    .Hunk-carousel {
      width: 100%;
     
    
      position: relative;
      overflow: hidden;
      
      border-radius: 8px;
      padding: 10px 0;
    }

    .Hunk-carousel-track {
      display: flex;
      transition: transform 0.4s ease-in-out;
      will-change: transform;
      align-items: center;
    }

    .Hunk-carousel-slide {
      flex-shrink: 0;
      height: 150px; /* 图片高度固定 */
      margin: 0 8px; /* 左右各8px的边距 */
      border-radius: 8px;
      overflow: hidden;
      cursor: pointer;
      user-select: none;
      box-shadow: 0 2px 8px rgba(0,0,0,0.15);
      background: white;
      display: flex;
      align-items: center; /* Vertically center the image */
      justify-content: center; /* Horizontally center the image */
    }

    .Hunk-carousel-slide img {
      max-width: 100%;   /* Ensure image doesn't overflow its parent's width */
      max-height: 100%;  /* Ensure image doesn't overflow its parent's height */
      width: auto;       /* Allow width to adjust based on aspect ratio */
      height: auto;      /* Allow height to adjust based on aspect ratio */
      display: block;
      object-fit: contain; /* Scales image down to fit while maintaining aspect ratio */
    }

    .Hunk-carousel-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 36px;
      height: 36px;
      background: rgba(0,0,0,0.4);
      color: white;
      border-radius: 50%;
      text-align: center;
      line-height: 36px;
      font-size: 20px;
      cursor: pointer;
      user-select: none;
      z-index: 10;
      transition: background 0.3s ease;
    }

    .Hunk-carousel-nav:hover {
      background: rgba(0,0,0,0.7);
    }

    .Hunk-nav-left { left: 12px; }
    .Hunk-nav-right { right: 12px; }



    .Hunk-testimonial {

 
      padding:30px 20px;
    
      border-radius: 10px;
      background-color: #fff;
      
      height: 100%;
      transition:  all .5s;
      
    }



    .Hunk-testimonial-quote {
      font-size: 1.6rem;
      font-style: italic;
      color: #333;
      margin-bottom: 20px;
      position: relative;
      padding-left: 30px;
    }

    .Hunk-testimonial-quote::before {
      content: "“";
      font-size: 3rem;
      position: absolute;
      left: 0;
      top: -10px;
      color: #ccc;
    }

    .Hunk-testimonial-footer {
      display: flex;
      align-items: center;
      padding-left: 3rem;
    }



    .Hunk-testimonial-avatar {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      object-fit: cover;
      margin-right: 20px;
      border: 2px solid #ddd;
    }

    .Hunk-testimonial-info {
      display: flex;
      flex-direction: column;
    }

    .Hunk-testimonial-name {
      font-weight: bold;
      font-size: 1.8rem;
    }

    .Hunk-testimonial-company {
      font-size: 1.6rem;
      color: #777;
    }

.Hunk-icon-box img{width: 60px; height: 60px;}
.Hunk-icon-box h3{margin-bottom: 0.5rem;font-size: 1.8rem;}

.Hunk-icon-box{display: flex;flex-direction:row;gap:10px;padding: 10px;transition: all .5s;}

.Hunk-image-box h3{margin-bottom: 2rem;}

.box-shadow-2 {
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}


  .Hunk-button{margin-bottom: 30px;}

.light-to-heavy {
    background: #f7941d;
    color: #fff;
}

   .light-to-heavy:hover{ opacity:1;box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);}



.Hunk-image-box{transition: opacity .3s,transform .3s,background-color .3s;}
.Hunk-button{transition: opacity .3s,transform .3s,background-color .3s;}
img{width: 100%;vertical-align: top;}
.image-box-img, .image-box-text{transition: opacity .3s,transform .3s,background-color .3s}
.txtcenter{text-align: center;}
.box-jump:hover .image-box-img{    transform: translateY(-5px);}
.box-jump:hover .image-box-text, .box-jump:hover .Hunk-button {    transform: translateY(-15px);}
.image-box-text{ padding-top: .7em;
    padding-bottom: 1.4em;
    position: relative;
    width: 100%;
    font-size: .9em;}




.Hunk-service-text{display: flex;align-items: flex-start;flex-direction: column;justify-content: center;}
.Hunk-service-text h3{margin-bottom: 2rem;}

.Hunk-service-text h4{margin-bottom: 1rem;}

.Hunk-service-text ul{margin-bottom: 2rem;}


.move-up:hover{transform: translateY(-6px);box-shadow: 0px 30px 40px 0px rgb(0 0 0 / 20%);transition: all .5s;}
  .box-shadow-2{box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);height: 100%;transition: all .5s;}



.image-box-text{ padding:2rem 3rem;
    padding-bottom: 1.4em;
    position: relative;
    width: 100%;
    font-size: 1.6rem;}

    .image-box-text h4{font-size:2rem;margin-bottom: 1.5rem;}



.Hunk-circle-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.Hunk-circle-item {
  flex: 1 1 240px;
  max-width: 240px;
  text-align: center;
}

.Hunk-circle-item img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 10px;
}

.Hunk-circle-item div {
  font-size: 14px;
  color: #333;
}

@media (max-width: 768px) {
  .Hunk-circle-row {
    justify-content: center;
  }

  .Hunk-circle-item {
    flex: 1 1 140px;
    max-width: 140px;
  }

  .Hunk-circle-item img {
    width: 120px;
    height: 120px;
  }
}

.counter {
    font-size: 40px;
    margin-right: 5px;
    font-weight: 700;
}

.Hunk-counter-boxes {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.counter-box {
    flex: 1;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    box-sizing: border-box;
}

.counter-img {
   
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    border-radius: 100%;
    justify-content: center;
}

.counter-img img {
    width: 5rem;
    height: 5rem;
}


@media (min-width: 992px) {
 .row-gallery   .col-lg-3 {
        flex: 0 0 auto;
        width: 20%;
    }

  }



.Hunk-about-text li{margin-bottom: 0;}

.Hunk-about-text ul{margin-bottom: 2rem;}

.Hunk-about-txt{padding:3rem;background-color: #0d2c54;margin-left:0rem;margin-top:0rem;transition: all .5s;height: 100%;color: #fff;transition: all .5s;}


.Hunk-about-txt .button:hover{outline-color: #fff;}

.Hunk-about-txt:hover .button{color:#fff!important;}

@media screen and (max-width: 767px) {

  .Hunk-about-txt{margin:0;}



}



figure{line-height: 1.5!important;}

.batch-effect {
  position: relative;
  display: inline-block;
  margin: 0px;
  max-width: 100%;
  background-color: #2266a5;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.batch-effect > img {
  vertical-align: top;
  max-width: 100%;
}

.batch-effect figcaption {
  background-color: #0d2c54;
  position: absolute;
  padding: 30px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.batch-effect h3,
.batch-effect p {
  color: #fff;
  padding: 0px;
  margin: 0;
}

.batch-effect > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.batch-effect,
.batch-effect:before,
.batch-effect:after,
.batch-effect *,
.batch-effect *:before,
.batch-effect *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}




.bar-style:before,
.bar-style:after,
.bar-style figcaption:before,
.bar-style figcaption:after {
  background-color: #0d2c54;
  opacity: 0;
  position: absolute;
  content: '';
}

.bar-style:before,
.bar-style:after {
  z-index: 1;
}

.bar-style figcaption {
  z-index: 3;
  background-color: transparent;
}

.bar-style figcaption * {
  opacity: 0;
}

.bar-style figcaption:before,
.bar-style figcaption:after {
  z-index: -1;
}

.bar-style a {
  z-index: 3;
}

.bar-style:hover:before,
.bar-style:hover:after,
.bar-style:hover figcaption:before,
.bar-style:hover figcaption:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.bar-style:hover figcaption * {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  transition-delay: 0.35s;
}


/* bar-style-1
  ----------------------------- */

.bar-style-1 h3{text-align: center;margin-bottom: 2rem;}
.bar-style-1 p{margin-bottom: 2rem;}
.bar-style-1 a{color: #fff;}
.bar-style-1 a:hover{font-weight: 700;}

.bar-style-1:before,
.bar-style-1:after,
.bar-style-1 figcaption:before,
.bar-style-1 figcaption:after {
  width: 26%;
  height: 100%;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  top: 0;
}

.bar-style-1:before {
  left: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.bar-style-1:after {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  -moz-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.bar-style-1 figcaption:before {
  left: 50%;
  -webkit-transition-delay: 0.21s;
  -moz-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.bar-style-1 figcaption:after {
  left: 75%;
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  transition-delay: 0.35s;
}



.current-menu-item>a, .current-category, .current-sub-category, .current-menu-item>button>i:before{color:#f7941d!important;font-weight: 700!important;}



.sub-menu .current-menu-item>a{color: #fff!important;
    background-color: #434343;font-weight: 700!important;}

    .sub-menu .current-menu-item>a:before{background-color: #fff!important;}




.small-button a{ line-height: 2.4em;
    min-height: 2.em;
        padding: 0 1.2em;
 font-size: .97em;
    letter-spacing: .03em;width:14em;}

     .hovericon span{transform: translateX(1.3em);    display: inline-block;
    transition: opacity .3s,transform .3s;
}

 .reverse.button {border: 2px solid #446084;
    background-color: transparent;color:#446084;}
    .reverse.button:hover{background: #446084;color:#fff;}

 .hovericon svg{ display: inline-block;
    transition: opacity .3s,transform .3s;}

    .hovericon:not(:hover) svg {
    opacity: 0;

}
.hovericon:hover>span{transform: translateX(0);}

.svg-icon{width:1em;height: 1em;margin-left: 5px;font-size:19px;line-height: 2.5em;}  



        .Hunk-accordion-title {
            font-size: 18px;
        }

        .Hunk-accordions {
            list-style: none;
            padding: 0;
            margin: 0;

            max-width: 1200px;
            width: 100%;
            margin:0 auto;
            background: #fff;
            padding: 2rem;

        }

        .Hunk-accordions p{margin-bottom: 0.5rem;}

        .Hunk-accordion {
            position: relative;
            padding-bottom: 4px;
            padding-top: 18px;
            border-top: 1px solid #dce7eb;
        }

        .Hunk-accordion input[type="checkbox"] {
            position: absolute;
            cursor: pointer;
            width: 100%;
            height: 100%;
            z-index: 1;
            opacity: 0;
        }

        .Hunk-accordion i {
            position: absolute;
            transform: translate(-6px, 0);
            margin-top: 16px;
            right: 0;
        }

        .Hunk-accordion input[type="checkbox"]:checked ~ .Hunk-accordion-content {
            margin-top: 0;
            max-height: 0;
            opacity: 0;
            transform: translateX(-50%);
        }

        .Hunk-accordion input[type="checkbox"]:checked ~ i::before {
            transform: translate(2px, 0) rotate(45deg);
        }

        .Hunk-accordion input[type="checkbox"]:checked ~ i::after {
            transform: translate(-2px, 0) rotate(-45deg);
        }

        .Hunk-accordion i::before, .Hunk-accordion i::after {
            content: "";
            position: absolute;
            background: #333;
            width: 3px;
            height: 9px;
        }

        .Hunk-accordion i::before {
            transform: translate(-2px, 0) rotate(45deg);
        }

        .Hunk-accordion i::after {
            transform: translate(2px, 0) rotate(-45deg);
        }

        .Hunk-accordion-content {
            font-size: 16px;
            color: rgba(48, 69, 92, 0.8);
            line-height: 26px;
            letter-spacing: 0;
            position: relative;
            padding: 0;
            max-height: 800px;
            margin: 14px 0;
            opacity: 1;
            transform: translate(0, 0);
            overflow: hidden;
        }


        /* 默认标题颜色 (已展开状态，深蓝色) */
.Hunk-accordion input[type="checkbox"]:checked ~ .Hunk-accordion-title {
    color: #000; /* 深蓝色 */
    text-decoration: none; /* 去掉下划线 */
}

/* 鼠标悬停时标题变为浅蓝色 */
.Hunk-accordion:hover .Hunk-accordion-title {
    color: #0d2c54!important; /* 浅蓝色 */
}

/* 未展开状态标题为黑色 */
.Hunk-accordion input[type="checkbox"]:not(:checked) ~ .Hunk-accordion-title {
    color: #0d2c54; /* 黑色 */
}




        .transition, .Hunk-accordion-content, .Hunk-accordion i::before, .Hunk-accordion i::after {
            transition: all 0.25s ease-in-out;
        }

        .flipIn, h1, .Hunk-accordion {
            animation: flipdown 0.5s ease both;
        }

        .Hunk-accordion:nth-of-type(1) {
            animation-delay: 0.5s;
        }

        .Hunk-accordion:nth-of-type(2) {
            animation-delay: 0.75s;
        }

        .Hunk-accordion:nth-of-type(3) {
            animation-delay: 1s;
        }

        .Hunk-accordion:last-of-type {
            padding-bottom: 0;
        }

        @keyframes flipdown {
            0% {
                opacity: 0;
                transform-origin: top center;
                transform: rotateX(-90deg);
            }
            5% {
                opacity: 1;
            }
            80% {
                transform: rotateX(8deg);
            }
            83% {
                transform: rotateX(6deg);
            }
            92% {
                transform: rotateX(-3deg);
            }
            100% {
                transform-origin: top center;
                transform: rotateX(0deg);
            }
        }





/*----------------- floating bar --------------*/


@media screen and (max-width: 768px) {
    .Hunk-float-bar {
        display: flex;
        justify-content: space-between;
        position: sticky;
        bottom: 0;
        width: 100%;
        z-index: 1000000;
        top: auto;
        right: 0;
        flex-direction: row;
    }

    .float-bar{
      top: auto!important;

      width: 100%!important;
      position: relative!important;
      right: 0!important;
      flex:1;
      flex-direction: column;
      border-radius: 0!important;
    }

    .float-bar span{margin-top:8px;font-size: 14px;}

    .Hunk-float-bar i{margin-right: 0!important;width: 30px!important;height: 30px!important;line-height: 30px!important;}
    .Hunk-float-bar i:before{font-size: 20px!important;}

    .float-call{display: flex!important;}
}
  
 
/* Floating Social Media Bar Style Starts Here */


.Hunk-float-bar a:hover i {
    transform: scale(1.2);
}

.Hunk-float-bar i {
    background-color: #FFF;
    height: 40px;
    width: 40px;
    color: inherit;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 15px;
    transition: transform 0.4s;
}

.Hunk-float-bar i:before{

  font-size: 25px;
}

.float-bar {

  text-transform: uppercase;

  padding: 6px;
  width: 190px;
  position: fixed;
  right: -140px;
  z-index: 1000;
 
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 100px 0 0 100px;

}

.float-bar span{color:#fff;}



.float-bar:hover {
  right: 0;
}

.float-bar a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px!important;
  vertical-align: top!important;
}

.float-email{background-color: #0d2c54;top: 180px;}
.float-email i:before{color:#dd127b;}
.float-whatsapp i:before{color:#25d366;}
.float-call i:before{color:#34b7f1;}

.float-whatsapp{background-color: #25d366; top: 235px;}
.float-call{background-color: #34b7f1;display: none;top: 270px;}



/*------------- about page ---------------------------*/

/* 中屏设备：平板等，显示 2 列 */
@media (max-width: 768px) {
  .Hunk-benefits-container {
    grid-template-columns: repeat(1, 1fr)!important;
  }
}

/* 大屏设备：桌面显示 4 列 */
@media (max-width: 1200px) {
  .Hunk-benefits-container {
    grid-template-columns: repeat(2, 1fr)!important;
  }
}


   .Hunk-benefits-container {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
    
      margin: 10px auto;
      padding: 0 20px;
     
    }

    .Hunk-benefit-card {
      background: #ffffff;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
      padding: 20px;
      transition: transform 0.2s ease;
    }

    .Hunk-benefit-card:hover {
      transform: translateY(-4px);
    }

    .Hunk-benefit-title {
      display: flex;
      align-items: flex-start;
      font-weight: bold;
      font-size: 1.1em;
      margin-bottom: 10px;
    }

    .Hunk-benefit-title::before {
      content: "\2605";
      margin-right: 8px;
    }

    .Hunk-benefit-description {
      font-size: 0.95em;
      color: #333;
      line-height: 1.5;
    }


     .Hunk-features-container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    
      margin: 0 auto;

      line-height: 1.6;
    }

    .Hunk-feature-title::before {
      content: "\2713";

      margin-right: 1rem;
      
    }

    .Hunk-feature-item {
      background: #f9f9f9;
      padding: 15px;
      border-radius: 10px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .Hunk-feature-title {
      font-weight: bold;
      margin-bottom: 5px;
      display: block;
      font-size: 1.8rem;
    }


  .Hunk-seperator-title {
      display: flex;
      align-items: center; /* 垂直居中对齐 */
      padding: 20px 20px 20px 0;
    }

   .Hunk-seperator-title h3{margin: 0;color: #0d2c54;}

    .title-line {
      flex-shrink: 0;
      width: 100px;
      height: 1px;
      background-color: #999;
      margin-left: 16px; /* 标题和线之间的间距 */
    }


    .Hunk-team-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
}

.Hunk-team-member {
  
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;

    height: 100%;
}

.Hunk-team-member:hover {
    transform: translateY(-5px);
}

.Hunk-team-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

.Hunk-team-name {
    margin: 15px 0 5px;
    font-size: 20px;
    color: #222;
}

.Hunk-team-divider {
    width: 60%;
    height: 1px;
    background-color: #ddd;
    margin: 8px auto;
}

.Hunk-team-title {
    margin: 0 0 10px;
    font-size: 16px;
    color: #777;
}

.Hunk-team-description {
    font-size: 15px;
    color: #444;
    padding: 0 15px 15px;
    line-height: 1.5;
}


.category-read-more{color:#f7941d;text-decoration: underline;}


#Hunk-category-info{
  scroll-margin-top: 80px; /* 根据你的 header 高度调整 */
}

#Hunk-category-info ul{margin-bottom: 2rem;}

.Hunk-top-category-description{color: #fff;margin-top: 1rem;}

/*----------------------- sidebar --------------------*/


.Hunk-category-sidebar{padding: 3rem 2rem;background-color: #f6f6f6;position: sticky;top:7rem;}
.Hunk-category-sidebar a{color: #333;}
.Hunk-category-sidebar a:hover{color: #0d2c54;}
.Hunk-category-sidebar ul{padding-left:0;list-style: none;}
.section-application p, .section-application ul{margin-bottom: 2rem;}



.section-application h3{min-height: 63px;}

.section-application{overflow: visible!important;}

.section{margin:2rem 0;}


/**--------------------------------- cta style ----------------------------*/



  .Hunk-cta{max-width:1400px;padding:100px 3% 130px;margin:0 auto;margin-bottom: -50px;z-index: 10;position: relative;background-color: #f6f6f6;color: #333;}

  .Hunk-cta h2{margin-bottom: 3rem;}

  .cta-text, .cta-btn{display: inline-block;}



    .alignleft{text-align: left;}

    .aligncenter{text-align: center;}
    .alignright{text-align: right;}
    .small-button a{ line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
 font-size: .97em;
    letter-spacing: .03em;}

    .small-button .btn-icon, .middle-button .btn-icon{font-size: .97em;}




    .Hunk-button.light-to-heavy{outline: none;}
.light-to-heavy:hover{transition: all .3s; box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);}

    .middle-button a{ line-height: 3em;
    min-height: 3.2em;
    padding: 0 1.5em;
 font-size: .97em;
    letter-spacing: .03em;}

    .large-button a{ line-height: 3.5em;
    min-height: 3.5em;
    padding: 0 2em;
 font-size: 1.2em;
    letter-spacing: .03em;}

    .large-button .btn-icon{font-size: 1.2em;}


  
   .hovericon span{transform: translateX(.75em);    display: inline-block;
    transition: opacity .3s,transform .3s;
}

 .hovericon .btn-icon{ display: inline-block;
    transition: opacity .3s,transform .3s;margin-right: 10px;}

    .hovericon:not(:hover) .btn-icon {
    opacity: 0;
}
.hovericon:hover>.btn-txt{transform: translateX(0);}


.cta-style-1 {display: flex;align-items: center;flex-flow: row nowrap;
          justify-content: center;flex-direction: column;}


 .nospace{padding-top: 0!important;}

.sectionF, .section-about-2, .section-about-4, .sectionG{background-color: #f6f6f6;}

.sectionG h3{margin-bottom: 0;}


.sectionF h2{color: #fff;z-index: 1;position: relative;}

.sectionF{width: 100%;
 
  background-image: url('https://www.geelanter.com/wp-content/uploads/2025/07/geelanter-solid-tire-manufacturer.webp'); /* 替换成你的图片路径 */
  background-attachment: fixed; /* 背景固定 */
  background-size: cover; /* 背景图片覆盖整个区域 */
  background-position: center; /* 背景居中显示 */
}
.sectionF:before{
 content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* 黑色半透明 */
  z-index: 0;
}




    .Hunk-flowchart {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      flex-wrap: wrap;
      text-align: center;
      padding: 20px;
    }

    .process-step {
      padding: 15px 20px;
      border: 2px solid #333;
      border-radius: 100%;
      min-width: 200px;
      max-width: 300px;
      height: 300px; /* 统一高度 */
      background-color: #f9f9f9;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; /* 垂直居中 */
      box-sizing: border-box;
    }

     .process-step:hover{

      background-color: #0d2c54;

      color:#fff;


     }

     .process-step:hover h3{color: #fff;}


     .process-step:hover img{
   filter: brightness(0) invert(1);
}

    .process-step img {
      width: 40px;
      height: 40px;
      margin-bottom: 10px;
    }

    .process-step h3 {
   
      margin: 0 0 10px 0;
    }

    .process-step p {
      font-weight: normal;
      font-size: 14px;
      margin: 0;
      line-height: 1.5;
    }

    .process-arrow {
      font-size: 20px;
      font-weight: bold;
    }

    @media (max-width: 768px) {
      .flowchart {
        flex-direction: column;
        gap: 5px;
      }
      .process-arrow {
        transform: rotate(90deg);
      }
    }

.sectionC .col-lg-3:hover, .section-about-2 .col-lg-4:hover{background-color: #eee;}

.sectionC{padding-bottom: 0rem!important;}

.style-2{text-align: center;margin-top:2rem;margin-bottom: 3rem;}
.style-2 .icon{margin-bottom: 3rem;}

.style-2 h3{margin-bottom: 1.5rem;}

.white{color:#fff!important; border-color: #fff!important;outline-color: #fff!important;}
.radius-2{border-radius: 2px;}
.radius-3{border-radius: 3px;}
.radius-4{border-radius: 4px;}
.radius-5{border-radius: 5px;}


.Hunk-video-bg {
  position: relative;
  width: 100%;
  height: 600px; /* 可以改成 400px 或其他高度 */
  overflow: hidden;
  
}



/* 视频本身 */
.Hunk-video-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
}

/* 遮罩层可选 */
.Hunk-video-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

/* 文字居中叠加 */
.video-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding:3%;
}

.video-overlay h1 {


  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 700;
  text-align: center;
  color:#fff;
}

.video-overlay p{color: #fff;text-align: center;margin-bottom: 4.6rem;}



	.image-box-24{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		
	}

	.image-box-24{
		float: left;
		padding: 0px;
		position: relative;
		overflow: hidden;
	}

	.image-box-24:hover .caption{
		opacity: 1;
	}

	.image-box-24:hover img{
		opacity: 1;
		transform: scale(1.15,1.15);
		-webkit-transform:scale(1.15,1.15);
		-moz-transform:scale(1.15,1.15);
		-ms-transform:scale(1.15,1.15);
		-o-transform:scale(1.15,1.15);
	}


	.image-box-24 img{
		margin: 0px;
		padding: 0px;
		float: left;
		z-index: 0;
		width: 100%;
	}


	.image-box-24 .caption{
		cursor: pointer;
		position: absolute;
		opacity: 0;
		-webkit-transition:all 0.45s ease-in-out;
		-moz-transition:all 0.45s ease-in-out;
		-o-transition:all 0.45s ease-in-out;
		-ms-transition:all 0.45s ease-in-out;
		transition:all 0.45s ease-in-out;
		width: 100%;
		height: 100%;
	}

	.image-box-24 img{
		-webkit-transition:all 0.25s ease-in-out;
		-moz-transition:all 0.25s ease-in-out;
		-o-transition:all 0.25s ease-in-out;
		-ms-transition:all 0.25s ease-in-out;
		transition:all 0.25s ease-in-out;
	}
	.image-box-24 .blur{
		background-color: rgba(0,0,0,0.65);
		height: 100%;
		width: 100%;
		z-index: 5;
		position: absolute;
	}

	.image-box-24 .caption-text h3{
		color:#fff;
		font-size: 24px;
		text-align: center;
	}
	.image-box-24 .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		width: 100%;
		height: 100%;
		text-align: center;
		top:30%;
	}



/*-------------------- aboutpage ----------------------*/

.Hunk-timeline-container {
   width: 100%;
   padding: 50px 0;
   margin: 50px auto;
   position: relative;
   overflow: hidden;
}

.Hunk-timeline-container:before {
   content: '';
   position: absolute;
   top: 0;
   left: 50%;
   margin-left: -1px;
   width: 2px;
   height: 100%;
   background: #CCD1D9;
   z-index: 1
}

.timeline-block {
   width: calc(50% + 8px);
   display: flex;
   justify-content: space-between;
   clear: both;
}

.timeline-block-right {
   float: right;
}

.timeline-block-left {
   float: left;
   direction: rtl
}

.marker {
   width: 16px;
   height: 16px;
   border-radius: 50%;
   border: 2px solid #F5F7FA;
   background: #4FC1E9;
   margin-top: 10px;
   z-index: 9999
}

.timeline-content {
   width: 95%;
   padding: 0 15px;
   color: #666
}

.timeline-content h3 {
   margin-top: 5px;
   margin-bottom: 2rem;
   font-size: 25px;
   font-weight: 500
}

.timeline-content span {
   font-size: 15px;
   color: #a4a4a4;
}

.timeline-content p {
   font-size: 14px;
   line-height: 1.5em;
   word-spacing: 1px;
   color: #888;
}


@media screen and (max-width: 768px) {
   .Hunk-timeline-container:before {
      left: 8px;
      width: 2px;
   }
   .timeline-block {
      width: 100%;
      margin-bottom: 30px;
   }
   .timeline-block-right {
      float: none;
   }

   .timeline-block-left {
      float: none;
      direction: ltr;
   }
}


/*-------------------- button -------------------------*/

li#menu-item-196{padding:15px;}

.Hunk-divider {
    background-color: rgba(0, 0, 0, .1);
    display: block;
    height: 3px;
    margin: 1em 0;
    max-width: 60px;
    width: 100%;
}

.reverse-2:hover{color: #0d2c54!important;background: #fff;outline:solid 1px #0d2c54;}
   .reverse-2{background: #0d2c54;color: #fff!important;}
   .reverse-2 span{margin-right: 3px;}
   
   .reverse-2 svg path{fill: #fff;transition: all .3s;}

   .reverse-2:hover svg path{fill: #0d2c54;transition: all .3s;}

.Hunk-button{outline: 2px solid #f7941d;cursor: pointer;text-transform: capitalize;transition: all .3s;margin-bottom: 2rem;}

.middle-btn {
    font-size: 1.8rem;
    padding: 1.5rem 2.2rem 1.5rem;
}
.small-btn{font-size: 1.5rem;padding: 1rem 1.5rem 1rem;}

   .fillout:after {
    content: "";
    position: absolute;
    width: 0; /* Initial width */
    height: 0; /* Initial height */
    top: 50%;
    left: 50%;
    background: #0d2c54;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease; /* Smooth transition */
    z-index: -1; /* Place behind the button */
}


.reverse-1, .fillin, .pulse, .btn-close, .fillup, .left2right, .fillout{color: #f7941d;position: relative;overflow: hidden;z-index: 0;}

.reverse-2{position: relative;overflow: hidden;}


.left2right{display: inline-block;background-color: transparent;}


   .left2right::before {
  content: "";
  position: absolute;
  left: 0; /* 从左侧开始 */
  top: 0;
  width: 0%; /* 初始宽度为 0 */
  height: 100%; /* 覆盖按钮的整个高度 */
  background: #f7941d; /* 填充颜色 */
  transition: width 0.3s ease; /* 平滑的动画效果 */
  z-index: -1; /* 伪元素在文本下方 */
}

.left2right:hover,
.left2right:focus {
  color: #fff; /* 文本颜色在 hover 时变为白色 */
}

.left2right:hover::before,
.left2right:focus::before {
  width: 100%; /* 宽度逐渐扩展至按钮的整个宽度 */
}


/*----------------- row section --------------------------------*/

@media (max-width: 992px) {

  .cta-style-1{

   flex-direction: column;

   align-items: center;


  }

  .cta-style-1 .cta-text{margin-bottom: 3rem;}



  .cta-style-1 .cta-text, .cta-style-1 .cta-btn{

    width: 100%;

    text-align: center;
  }

.sectionB{  
 background-image: url("")!important;



}}

.sectionB{  
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;

}

.sectionE{background-color: #f6f6f6;}

.step h4, .impact h4{margin-top: 2rem;margin-bottom: 1rem;}

.impact{text-align: center;}

.impact-text{    background: #f6f6f6;
    padding: 2rem;
    min-height: 225px;border-radius: 5px;}

    .impact img{width: 200px!important;}


.section-life{background-color: #4CAF50;}

.Hunk-full-width{width: 100%;overflow: hidden;padding-top: 8rem;padding-bottom: 8rem;position: relative;z-index: 6;}
.nospace .section-inner{max-width:100%!important;width:100%!important;}

.nospace .havespace{width: 120rem;margin: 0 auto;}

.Hunk-text{padding: 20px;}

.section-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem;
    width: calc(100% - 4rem);
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


/*------------------------ blog page ---------------------------------*/

.Hunk-blog-post-img:hover{transform: scale(1.1);transition: all .5s;}

.Hunk-blog-post-img{transition: all .5s;margin-bottom: 1.5rem;}
.Hunk-blog-post-title{margin-bottom: 1.5rem;}
.Hunk-blog-post-date{color: #555;font-size: 1.5rem;}



/**---------------------------- filter ------------------------*/

.Hunk-search-title{font-style: italic;}


.Hunk-filter-block{background: #f6f6f6;padding: 4rem 2rem;border-radius: 10px;}

.Hunk-filter-buttons{display: flex;gap:2rem;align-items: flex-end;}

.Hunk-filter-button{height: 55px;border-radius: 5px;font-size: 1.6rem;}

.Hunk-filter-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  margin: 2rem 0;
  align-items: stretch; 
  justify-content: center;
}
.Hunk-filter-title {
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
}
.Hunk-select {
  padding: 1rem;
  border-radius: 5px;
  min-width: 250px;
}

.Hunk-filter-button.search {
  background: #0073aa;
  color: white;
}
.Hunk-filter-button.reset {
  background: #fff;
  color: black;
}


/*--------------------  bootstrap css  ----------------------------*/

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {

  li#menu-item-196{padding:0px;}
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: 2rem;
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}



@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

 
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  
}



.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}



@media (min-width: 576px) {
 

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

}
@media (min-width: 768px) {
  
  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  
}
@media (min-width: 992px) {
  
  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

}
@media (min-width: 1200px) {
 
  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

}
@media (min-width: 1400px) {

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }


}


/*------------------------------------- footer -------------------------------*/


.Hunk-footer-sns img{width: 25px;}

.Hunk-footer-sns span:hover{transform: translateY(-4px);}


.Hunk-footer-sns span {
    display: inline-block;
    transition: transform 0.2s ease;
}




 .footer-copyright{margin-bottom: 0;}

.footer-part-2 li::before {
    content: "\2192"; /* 使用勾符号 */
    font-size: 16px; /* 设置勾的大小 */
    color: #fff; /* 设置勾的颜色 */
    margin-right: 10px; /* 给勾和文字之间添加一些间距 */
    

  }

  .footer-part-2 ul{padding:0;}

  .footer-part-2 li{list-style: none;margin-bottom: 0;}

.Hunk-site-footer{width: 100%;overflow: hidden;padding-top: 8rem;padding-bottom: 8rem;position: relative;z-index: 6;background-color: #0d2c54;}

.Hunk-site-footer h3, .Hunk-site-footer, .Hunk-site-footer a{color: #fff;}

.Hunk-site-footer h3{margin-bottom: 2rem;}

.Hunk-site-footer a:hover{color:#0d2c54;}
.site-footer-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem;
    width: calc(100% - 4rem);
}

.footer-part-1 img{margin-bottom: 2rem;}
.footer-part-1>img{width: 260px;}

.Hunk-footer-bottom .col{padding:2rem 0;margin:0;}
.Hunk-footer-bottom{background-color: #1C3B63;color: #ddd;}
.Hunk-footer-bottom a{color:#ddd;}
.Hunk-footer-bottom a:hover{color:#fff;}


/*------------------------ page ---------------------------------------*/

.section-page h3, .section-page h2{margin-bottom: 2rem;}
.section-page .row{margin-bottom: 3rem;}


/*------------- banner slider -----------------------*/


/*------------------product page ---------------------*/


.product-page .page-header{

  background-color: #0d2c54;

  color: #fff;



}

.product-page .entry-title{color: #fff!important;}


/*------------------------- others ---------------------------------------*/


.forminator-description{display: none!important;}

.Hunk-product-images {
    float: left;
    padding: 0;
    width:50%;
    max-width: 570px;
}

.Hunk-product-images img {
    width: 100%;
    max-width: 450px;
    height: auto;
    border: 1px solid #ccc;
}

.Hunk-product-images img.focused {
    border: #fbb20f 2px solid;
}




#Hunk-focused-image {
      padding: 0 10px;
      max-width: 600px;
}



.Hunk-product-info {
    width:50%;
    padding: 0;
    line-height: 1.5;
  
}

.Hunk-product-info ul {
    margin: 10px 0px;
    padding: 0;
}

.Hunk-product-info li {
    cursor: pointer;
    list-style-type: none;
    display: inline-block;
   
    font-size: 14px;
}

.Hunk-product-info .selected {
    color: #e4a400;
    text-shadow: 0 0 5px #ffb900;
}

.product-title {
    font-size: 1.5em;
}




.Hunk-product-header {

       display: flex;
    flex-direction: row;

    max-width:1200px;
  margin: 0 auto;
  
    overflow: auto;
 
    padding-top: 0px;
    margin-top: 30px;
    text-align: left;
}

.Hunk-product-images img.thumbnail {
    width: 60px;
    margin-bottom: 5px;
    padding: 0px;
}

#thumbnail-container {
    width: 60px;
    cursor: pointer;
}

.focused {
    border: 1px solid #e77600 !important;
    box-shadow: 0 0 3px 2px rgba(228, 121, 17, .5);
}




.Hunk-product-images {
    display: flex;
    flex-direction: row;
}


/* Responsive Styles */





@media screen and (max-width: 560px) {
    #Hunk-focused-image {
        float: none;
    }
    #thumbnail-container {
        width: auto;
        margin-top: 0px;
    }
}

@media screen and (max-width:1080px) {

  .Hunk-product-images img{

    max-width: none;



  }



    .Hunk-product-header {
        display: flex;
        flex-direction: column;
    }
    .Hunk-product-info {
      width: 98%;
      padding:0 10px;
    }
    .Hunk-product-images {
        flex-direction: column-reverse;
        width:98%;
        max-width: none;
    }
    #thumbnail-container {
        display: flex;
        padding: 10px 0;
    }
    #Hunk-focused-image {
      padding:0;
      width: 700px;
      max-width: 700px;
   }
}

@media screen and (max-width:768px) {

    #thumbnail-container{display: flex;
      flex-wrap: nowrap; /* 禁止换行 */
    justify-content: flex-start; /* 靠左对齐 */
    width: 100%;
  }

  #Hunk-focused-image{width: 100%;}

   .Hunk-product-images img {

    width: 100%;


    max-width: 768px;


   }

    #thumbnail-container img{

         flex: 0 0 20%;/* 强制每张图片占用 1/5 的宽度 */
    max-width: 20%;
    object-fit: cover; /* 确保图片不会拉伸变形 */


    }
    .Hunk-product-images {
        padding: 10px;
    }
    .Hunk-product-info {
        padding:  0 10px;
    }
    .Hunk-product-header{
        width:100%;
    }
}

.product-post, .normal-page{
  width: 100%;
  min-height: 100px!important;
  background-image: 
    url(''),
    url(''),
    url(''),
    url('');
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: 
    10% 20%, 
    30% 70%, 
    70% 30%,
    90% 90%;
}


.normal-post {
  width: 100%;
  min-height: 100px!important;
  background-image: 
    url(''),
    url(''),
    url(''),
    url('');
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: 
    10% 20%, 
    30% 70%, 
    70% 30%,
    90% 90%;
}

.product-post .page-header-info, .normal-post .page-header-info{

  min-height: 100px!important;
}

.product-post{padding-bottom: 2rem;}



/*------------------------- others ---------------------------------------*/

.lyt-visually-hidden{display: none;}

.video{margin-bottom: 3rem;}


.Hunk-product-section h2, .product-content{margin-bottom: 3rem;}

.product-content ol, .product-content ul{margin-bottom: 1rem;}

.menu-btn{font-size: 1.2rem!important;}


.ff-btn{


  background-color:#f7941d!important;
}


.call{display: none!important;}


    .Hunk-sticky-icon {
      z-index: 100;
      position: fixed;
      top: 35%;
      right: 0;
      width: 220px;
      display: flex;
      flex-direction: column;
    }
    .Hunk-sticky-icon a {
      transform: translate(160px, 0);
      border-radius: 50px 0 0 50px;
      text-align: left;
      margin: 2px;
      text-decoration: none;
      text-transform: uppercase;
      padding: 10px;
      font-size: 18px;
      font-family: 'Oswald', sans-serif;
      transition: all 0.4s;
      color: #FFF;
      display: flex;
      align-items: center;
    }
    .Hunk-sticky-icon a i {
      background-color: #FFF;
      height: 40px;
      width: 40px;
      color: inherit;
      text-align: center;
      line-height: 40px;
      border-radius: 50%;
      margin-right: 15px;
      transition: transform 0.4s;
    }
    .Hunk-sticky-icon a:hover {
      transform: translate(0, 0);
      color: #FFF;
    }
    .Hunk-sticky-icon a:hover i {
      transform: scale(1.2);
    }
    
    /* Specific colors for each social icon */
    .email { background-color: #0d2c54; }
    .email i:before{color: #0d2c54;}
    .whatsapp { background-color: #25d366; }
    .whatsapp i:before{color: #25d366;}

     .Hunk-sticky-icon i:before{font-size: 25px;}
   

    /* Responsive styles for mobile */
    @media screen and (max-width: 768px) {

      .Hunk-sticky-icon i:before{font-size: 20px;}



      .Hunk-sticky-icon span{text-transform: capitalize;margin-top: 5px;}

      .call{background-color: #34b7f1;display: flex!important;}

      .call i:before{color:#34b7f1;}


      .Hunk-sticky-icon {
  display: flex;
  justify-content: space-between; /* 使内容水平分布 */
  position: sticky;
  bottom: 0;
  width: 100%;  
  z-index: 1000000;
  top: auto;
  right: 0;
  flex-direction: row;
 
       
}

.Hunk-sticky-icon a {
  flex: 1; /* 每个元素占1份 */
  text-align: center;
  padding: 10px 0;
  color: white;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: background-color 0.3s ease;
      transform: translate(0, 0);
        padding: 8px 10px;
        font-size: 14px;
        margin: 0;

    border-radius: 0px;
}


      .Hunk-sticky-icon a i {
        margin-right: 0;
        height: 30px;
        width: 30px;
        line-height: 30px;
      }
    }
/*-------------------------------------*/



 .Hunk-heading-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #ccc;
      padding: 0;
      margin-bottom: 2rem;

    }

  
    .right {
      display: flex;
      align-items: center;
      gap: 10px;
    }



/*-------------------- video -----------------------------------------*/


lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    max-width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

lite-youtube::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    background-position: top;
    background-repeat: repeat-x;
    height: 0px;
    padding-bottom: 0px;
    width: 100%;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}

lite-youtube>iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

lite-youtube>.lty-playbtn {
    width: 68px;
    height: 48px;
    position: absolute;
    cursor: pointer;
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    left: 50%;
    z-index: 1;
    background-color: transparent;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
    filter: none;
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: none;
}

lite-youtube:hover>.lty-playbtn,
lite-youtube .lty-playbtn:focus {
    filter: none;
}

lite-youtube.lyt-activated {
    cursor: unset;
}

lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated>.lty-playbtn {
    opacity: 0;
    pointer-events: none;
}


lite-youtube{max-width: 1200px!important;}

        .Hunk-video-gallery {
            display: flex;
            justify-content: space-around;
            width: 80%;
        }

        .video-item {
            position: relative;
            width: 100%;
            cursor: pointer;
        }

        .video-item img {
            width: 100%;
            border-radius: 10px;
        }

        .play-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 50px;
            color: white;
            opacity: 0.8;
        }

        .video-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            justify-content: center;
            align-items: center;
        }

        .modal-content {
            position: relative;
            width: 100%;
            max-width: 800px;
            
            border-radius: 10px;
            
        }

        .video-close {
            position: absolute;
            top: -40px;
            right: -30px;
            font-size: 30px;
            cursor: pointer;
            color: #fff;
        }

        @media screen and (max-width: 820px) {

            .video-close{right:10px;}



        }



/*----------------------------------Social sharing------------------------------------------------------*/

.Hunk-social-sharing {
    margin-top: 20px;
    clear: both;
    background: #eee;
    padding: 2rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 800px) {
    .sns-shares a {
        margin: 2px;
    }
}

.Hunk-social-sharing-title{display: inline-block;margin-right: 2rem;margin-bottom: 0;margin-top: 0;}

.resp-sharing-button{line-height: 1em;}

  .resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  
}

.resp-sharing-button {
  border-radius: 100%;
  transition: 25ms ease-out;
  padding: 0.5em 0.5em;
 
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
  line-height: 1em;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}

.resp-sharing-button--reddit {
  background-color: #5f99cf;
  border-color: #5f99cf;
}

.resp-sharing-button--reddit:hover,
.resp-sharing-button--reddit:active {
  background-color: #3a80c1;
  border-color: #3a80c1;
}

.resp-sharing-button--xing {
  background-color: #1a7576;
  border-color: #1a7576;
}

.resp-sharing-button--xing:hover
.resp-sharing-button--xing:active {
  background-color: #114C4C;
  border-color: #114C4C;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}

.resp-sharing-button--hackernews {
  background-color: #FF6600;
  border-color: #FF6600;
}

.resp-sharing-button--hackernews:hover
.resp-sharing-button--hackernews:active {
  background-color: #FB6200;
  border-color: #FB6200;
}

.resp-sharing-button--vk {
  background-color: #507299;
  border-color: #507299;
}

.resp-sharing-button--vk:hover
.resp-sharing-button--vk:active {
  background-color: #43648c;
  border-color: #43648c;
}

.resp-sharing-button--telegram {
  background-color: #54A9EB;
}

.resp-sharing-button--telegram:hover {
  background-color: #4B97D1;}


  /*------------------------related posts -------------------------------------------*/

.Hunk-related-posts{margin: 5rem 0;}

.Hunk-related-posts li{list-style: none;}
.Hunk-related-posts{margin-bottom: 3rem;}
.related-title{margin: 10px 0;padding:10px;}
.related-pro{margin-bottom: 20px;transition: all .5s;border-radius: 3px;}


.Hunk-related-posts .row>*{margin-top: 0!important;}





/*------------------------ search box --------------------------*/

.Hunk-search-icon-wrapper{display: flex;align-items: center;cursor: pointer;margin-left: 20px;}

.Hunk-search-icon-wrapper img{vertical-align: middle;}


.Hunk-search-icon-wrapper {
  position: relative;
  
}

.Hunk-search-form {
  display: none;
  position: absolute;
  top: 100%; /* 出现在图标下方 */
  right: 0;
  width: 300px;
  padding: 8px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 1000;
}

.Hunk-search-form input[type="search"] {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}



/*----------------------- modal --------------------------------*/

/*---------------------modal css ---------------*/

form.fluent_form_3 .ff-btn-submit:not(.ff_btn_no_style){background-color: #096f79;}

/* -- Needed CSS -- */
.modal-wrapper {
  display: none;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}

.modal-wrapper.is-open {
  display: block;
  position: fixed;
  z-index: 99999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-y: scroll;
}

.modal-body {
  -webkit-animation: pop 0.5s ease;
          animation: pop 0.5s ease;
  width: 90%;
  max-width: 590px;
  margin: 0 auto;
}

header {
  position: relative;
}

.close {
  position: absolute;
  top: -20px;
  right: -20px;
}

@-webkit-keyframes pop {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pop {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* -- CSS from here on is not needed -- */
* {
  box-sizing: border-box;
}





.modal-body {
  margin: 100px auto;
 
  border-radius: 5px;
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.35);
  background-color: #fff;

  z-index: 99999;
}
.modal-body header {
  background-color: #FFC107;
  margin: 0;
  padding: 10px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #FFECB3;
}
.modal-body img {
  max-width: 100%;
}
.modal-body .modal-main {
  padding: 20px;
  width: 100%;
  position: relative;

}

.modal-body .close {

  border: 0;
  outline: 0;
  font-size: 1.5rem;
  background-color: transparent;
  padding:0;

  position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
}
.modal-body p {
  color: #727272;
}
.modal-body .cta {
  background-color: #FFC107;
  transition: background-color 0.3s ease;
  color: #FFECB3;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: block;
  width: 200px;
  text-align: center;
  margin: 20px auto;
}
.modal-body .cta:hover, .modal-body .cta:active {
  background-color: #FFA000;
}


.transparent{background: transparent!important;}

.txtcenter{text-align: center;}

.post-image img{margin-bottom:2rem;}
.post-title{margin-top: 0;}

.badge-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #0d2c54;
    line-height: 1;
    color: #fff;
    font-weight: bolder;
    padding: 1px;
    white-space: nowrap;
    -webkit-transition: background-color .3s, color .3s, border .3s;
    -o-transition: background-color .3s,color .3s,border .3s;
    transition: background-color .3s, color .3s, border .3s;
    border-radius: 100%;
    font-size: 1.2rem;
    line-height: 1.3;
}
.move-up:hover{transform: translateY(-6px); box-shadow: 0 30px 40px 0 rgba(0, 0, 0, .2);}

.Hunk-posts {
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    position: relative;
    padding-bottom: 2rem;
    transition: all .5s;
    height: 100%;
}

.Hunk-posts button{margin-top: 2rem;}

.post-title {
    color: #555;
    padding: 0 10px;
}

.post-des {
    color: #777;
    padding: 0 15px;

  }


.badge.top {
    left: 0;
}
.badge.top {
    left: 0;
}
.badge.post-date {
    top: 3%;
}
.badge-outline, .badge-circle {
    margin-left: -.8em;
}
.badge {
    display: table;
    z-index: 20;
    pointer-events: none;
    height: 3.5em;
    width: 3.5em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.absolute {
    position: absolute !important;
}

#Hunk-breadcrumbs a, #Hunk-breadcrumbs{color:#f6f6f6;}

.blog-page #Hunk-breadcrumbs a, .blog-page #Hunk-breadcrumbs{color: #555;}

#Hunk-breadcrumbs{margin-top:10px;}

.Hunk-Contact{background:#0d2c54;padding:60px; color:#eee;}
.Hunk-Contact h2{color:#fff;}
 .Hunk-Contact a{color:#eee;}


/*-------------------------------  contact page -----------------------------------*/

.Hunk-Contact-info h2{margin-bottom: 3rem;}

.Hunk-Contact-info h4{margin:2rem 2rem 2rem 0;}


.contact-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px; /* 控制行列间距 */
}

.contact-list>img{width: 300px;}
.contact-list li {
 
  box-sizing: border-box;
  margin-bottom: 0;

  width: 100%;
}

.contact-list li:hover{background-color: #f6f6f6;}

.contact-info {


  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.contact-info p{margin-bottom: 0;}

.contact-info img{width: 30px;margin-bottom: 0;margin-right: 1rem;}
.contact-info strong{margin-right: 1rem;margin-bottom: 0;}

/*----------------------------------Gallery ----------------------------------------*/

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.10.0
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}


.gallery-block.grid-gallery{
  padding-bottom: 0px;
  padding-top: 0px;
}

.gallery-block.grid-gallery .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block.grid-gallery .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.grid-gallery a:hover{
  opacity: 0.8;
}

.gallery-block.grid-gallery .item img{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.gallery-block.grid-gallery .item{
  margin-bottom: 0px;
}

@media (min-width: 576px) {

  .gallery-block.grid-gallery .scale-on-hover:hover{
    transform: scale(1.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
  }
}


/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;

}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, .mpa-employees-list-shortcode .entry-link,
.wp-block-getwid-post-carousel .entry-link,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, .mpa-employees-list-shortcode .entry-link,
.wp-block-getwid-post-carousel .entry-link,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, .mpa-employees-list-shortcode .entry-link,
.wp-block-getwid-post-carousel .entry-link,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, .mpa-employees-list-shortcode .entry-link,
.wp-block-getwid-post-carousel .entry-link,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, .mpa-employees-list-shortcode .entry-link::-moz-focus-inner,
.wp-block-getwid-post-carousel .entry-link::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, .mpa-employees-list-shortcode .entry-link:-moz-focusring,
.wp-block-getwid-post-carousel .entry-link:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {

}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;

  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body, button, .mpa-employees-list-shortcode .entry-link,
.wp-block-getwid-post-carousel .entry-link,
input,
select,
optgroup,
textarea {
	font-family: "Roboto", sans-serif;
  font-weight: normal;

	line-height: 1.65;
	color: #333;
}

h1, h2, h3, h4, h5, h6{color: #000;}

h2{margin-bottom: 3rem;}
h3, h4{margin-bottom: 2rem;}



h1 {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.25;
}

@media (min-width: 992px) {

  .single h1{font-size: 3.5rem;}
	h1 {
		font-size: 4.5rem;
		line-height: 1.3;
	}
}

h2 {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.25;
}

@media (min-width: 992px) {
	h2 {
		font-size: 35px;
	}
}


h3,
.main-sidebar .widget-title,
.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-booking .mpa-message,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-booking .mpa-message,
.mpa-service-categories-shortcode .entry-title {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.35;
}

@media (min-width: 992px) {

	h3,
	.main-sidebar .widget-title,
	.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-booking .mpa-message,
	.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-booking .mpa-message,
	.mpa-service-categories-shortcode .entry-title {
		font-size: 25px;
		line-height: 1.25;
	}
}


h4,
.navigation.pagination .page-numbers,
.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step .mpa-shortcode-title,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step .mpa-shortcode-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.35;
}

h5 {
	font-size: 18px;
	font-weight: 400;
}

h6 {
	font-size: 15px;
	font-weight: 400;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
    font-size:1.6rem;
}



dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #fff;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	overflow: auto;
	padding: 1.6em;
	border: 1px solid #BEC0B9;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	cursor: help;
	
}

mark,
ins {
	text-decoration: none;
	background: #fff9c0;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	
}

body:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	z-index: 20;
}

body.sidebar-opened {
	overflow: hidden;
}

body.sidebar-opened:before {
	opacity: 0.8;
	visibility: visible;
}



hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	padding: 0 0 0 1em;
}

li {
	margin-bottom: 0.5em;
}

li:last-child {
	margin-bottom: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-top: 1em;
	margin-bottom: 0;
	margin-left: 1em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

figure {
	margin: 0 0 1em;
}

table {
	width: 100%;
	margin: 0;
	color: #333;
	border-collapse: collapse;
	
}

table th,
table td {
	padding: 10px;
	border-bottom: 1px solid #eee;
}

@media (min-width: 992px) {
	table th,
	table td {
		padding: 18px 20px;
	}
}

table th {
	font-weight: 500;
	text-align: left;
}

table tbody:last-child tr:last-child th,
table tbody:last-child tr:last-child td,
table tfoot:last-child tr:last-child th,
table tfoot:last-child tr:last-child td {
	border-bottom: 0;
}

/* Links
--------------------------------------------- */
a {
	color: #0d2c54;
	text-decoration: none;
	transition: 0.3s;
}

a:hover, a:focus, a:active {
	text-decoration: none;
}




.entry-content a:where(:not(.wp-element-button):not(.wp-block-button__link)),
.comment-content a:where(:not(.wp-element-button):not(.wp-block-button__link)) {

}

.entry-content a:where(:not(.wp-element-button):not(.wp-block-button__link)):hover,
.comment-content a:where(:not(.wp-element-button):not(.wp-block-button__link)):hover {
	text-decoration: none;
}

/* Forms
--------------------------------------------- */
button, .mpa-employees-list-shortcode .entry-link,
.wp-block-getwid-post-carousel .entry-link,
a.more-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	position: relative;
	padding: 1em 2em;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	transition: 0.3s;
	
	color: #F0F0F0;
	z-index: 1;
	letter-spacing: .5px;

	
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	display: block;
	width: 100%;
	padding: 10px 18px;
	font-weight: 500;
	color: #252525;
	background-color: #F0F0F0;
	border: 1px solid #BEC0B9;
	border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
	outline: auto;
}

select {
	height: 55px;
	padding-right: 35px;
	background-image: url("images/icon-angle-down.svg");
	background-repeat: no-repeat;
	background-position: calc(100% - 18px) center;
	appearance: none;
}

label {
	display: inline-block;
	margin-bottom: 5px;
}

[type="checkbox"],
[type="radio"] {
	display: inline;
	margin: 2px 10px 0 0;
}

[type="checkbox"] + label, [type="radio"] + label {
	display: inline;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-main.template-canvas, .site-main.template-canvas-header {
	padding-bottom: 0;
}

.site-main.template-canvas .page-header, .site-main.template-canvas-header .page-header {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: flex;
	flex-direction: column;
}

@media (min-width: 992px) {
	.main-navigation {
		flex-direction: row;
		align-items: center;
		flex: 1 1 auto;
	}
}

.main-navigation-container {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 9;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	visibility: hidden;
	background-color: #F0F0F0;
	opacity: 0;
	transition: 0.3s;
	transform: translateX(-100%);
}

@media (min-width: 992px) {
	.main-navigation-container {
		position: static;
		flex-direction: row;
		justify-content: flex-end;
		padding: 0;
		visibility: visible;
		background: transparent;
		opacity: 1;
		transform: none;
	}
}

.main-navigation-container.opened {
	visibility: visible;
	opacity: 1;
	transform: none;
	filter: drop-shadow(0px 20px 12px rgba(39, 39, 77, 0.15));
}

.main-navigation ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}

@media (min-width: 992px) {
	.main-navigation ul {
		flex-direction: row;
	}
}

.main-navigation ul ul {
	display: none;
	flex-direction: column;
	background: #252525;
	filter: drop-shadow(0 7px 20px rgba(39, 39, 77, 0.15));
}

@media (min-width: 992px) {
	.main-navigation ul ul {
		position: absolute;
		top: 120%;
		left: -20px;
		z-index: 10;
		display: flex;
		flex-direction: column;
		visibility: hidden;
		opacity: 0;
		transition: 0.3s;
	}
}

.main-navigation ul ul.hidden-links, .main-navigation ul ul.toleft {
	right: 0;
	left: auto;
}

.main-navigation ul ul .toleft {
	right: 100%;
	left: auto;
}

.main-navigation ul ul.opened {
	display: block;
}

@media (min-width: 992px) {
	.main-navigation ul ul ul {
		margin-left: 10px;
		top: 100%;
		left: 100%;
	}
	.main-navigation ul ul ul::after {
		position: absolute;
		top: 0;
		left: -10px;
		width: 10px;
		height: 100%;
		content: '';
	}
}

@media (min-width: 992px) {
	.main-navigation ul ul ul.toleft {
		right: 100%;
		left: auto;
		margin-right: 10px;
		margin-left: 0;
	}
	.main-navigation ul ul ul.toleft::after {
		position: absolute;
		right: -10px;
		left: auto;
		width: 10px;
		height: 100%;
		content: '';
	}
}

.main-navigation ul ul li {
	padding: 0;
	border-bottom: 1px solid #434343;
}

.main-navigation ul ul li:last-child {
	border-bottom: 0;
}

.main-navigation ul ul li a {
	position: relative;
	padding: 14px 10px 14px 38px;
	font-size: 18px;
	color: #BEC0B9;
	text-transform: none;
}

.main-navigation ul ul li a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 18px;
	width: 8px;
	height: 8px;
	margin: auto;
	content: '';
	background-color: #434343;
	transition: 0.25s;
}

.main-navigation ul ul li a:hover{
	color: #F0F0F0;
	background-color: #434343;
}

.main-navigation ul ul li a:hover::before{
	background-color: #0d2c54;
	transform: rotate(45deg);
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	top: 20%;
}

.main-navigation ul ul li .submenu-toggle {
	top: 15px;
}

.main-navigation ul ul a {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 1em;
	text-transform: none;
}

.main-navigation ul ul a:hover {
	color: #0d2c54;
}

@media (min-width: 992px) {
	.main-navigation ul ul a {
		position: relative;
		min-width: 220px;
	}
}

@media (min-width: 992px) {
	.main-navigation ul ul:hover > .submenu-toggle, .main-navigation ul ul.focus > .submenu-toggle {
		transform: rotate(-90deg);
	}
}

.main-navigation ul ul .submenu-toggle path {
	fill: #BEC0B9;
}

.main-navigation ul ul .page_item_has_children > a:after,
.main-navigation ul ul .menu-item-has-children > a:after {
	border-top-color: #BEC0B9;
	top: 22px;
}

@media (max-width: 991px) {
	.main-navigation ul li {
		border-bottom: 1px solid #BEC0B9;
	}
	.main-navigation ul li:last-child {
		border-bottom: 0;
	}
}

@media (min-width: 992px) {
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		top: 100%;
		opacity: 1;
		visibility: visible;
		display: block;
	}
}

.main-navigation li {
	position: relative;
	padding: 0;
	margin: 0;
}

.main-navigation li:hover > a, .main-navigation li.focus > a {
	color: #0d2c54;
}

.main-navigation li:hover > a:after, .main-navigation li.focus > a:after {
	border-top-color: #0d2c54;
}

.main-navigation li:hover > .submenu-toggle svg path, .main-navigation li.focus > .submenu-toggle svg path {
	fill: #0d2c54;
}

.main-navigation a {
	display: block;
	padding: 14px 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.375;
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .25px;
}

@media (min-width: 992px) {
	.main-navigation a {
		padding: 8px 20px;
	}
}

.main-navigation .submenu-toggle {
	position: absolute;
	top: 14px;
	right: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	line-height: 1;
	color: inherit;
	background: transparent;
	width: 20px;
	height: 20px;
}

@media (min-width: 992px) {
	.main-navigation .submenu-toggle {
		display: none;
	}
}

.main-navigation .submenu-toggle:hover {
	background: transparent;
}

@media (max-width: 1469px) {
	.main-navigation .submenu-toggle.toggled {
		transform: rotate(-180deg);
	}
}

.main-navigation .page_item_has_children > a,
.main-navigation .menu-item-has-children > a {
	position: relative;
	padding-right: 32px;
}


.home #primary-menu>li>a{color:#fff!important;}

.home #primary-menu>.current-menu-item > a{color: #fff!important;font-weight: 700;}

.home #primary-menu>.menu-item-has-children > a:after{border-top-color:#fff!important;}

@media (min-width: 992px) {
	.main-navigation .page_item_has_children > a:after,
	.main-navigation .menu-item-has-children > a:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 7px solid #252525;
		top: 16px;
		right: 20px;
	}
	.main-navigation .page_item_has_children > a:hover:after,
	.main-navigation .menu-item-has-children > a:hover:after {
		border-top-color: #0d2c54;
	}
}

.main-navigation .primary-menu-container {
	width: 100%;
}

.primary-menu-wrapper {
	display: flex;
	flex: auto;
	align-items: center;
	padding: 0;
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	.primary-menu-wrapper {
		position: static;
		flex: 1 1 auto;
		justify-content: flex-end;
		margin-bottom: 0;
	}
}

.primary-menu-container {
	flex: 1 0 auto;
}

@media (min-width: 992px) {
	.primary-menu-container {
		display: flex;
		justify-content: flex-end;
		max-width: 100%;
		margin: 0;
	}
}

.comment-navigation,
.posts-navigation,
.post-navigation {
	max-width: 920px;
	margin: 50px auto;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
	flex: 1 1 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
}

.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
	justify-content: flex-end;
}

.navigation.post-navigation {
	margin-bottom: 80px;
}

.navigation.post-navigation .nav-links {
	flex-direction: column;
	gap: 40px;
}

@media (min-width: 768px) {
	.navigation.post-navigation .nav-links {
		flex-direction: row;
	}
}

.navigation.post-navigation .nav-previous a,
.navigation.post-navigation .nav-next a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	padding: 20px;
	height: 100%;
	width: 100%;
	background-color: #252525;
}

.navigation.post-navigation .nav-title {
	max-width: calc(100% - 70px);
	color: #F0F0F0;
	word-break: break-word;
}

.navigation.post-navigation .nav-title:hover {
	color: #0d2c54;
}

.navigation.post-navigation .nav-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	background-color: #0d2c54;
}

.navigation.post-navigation .nav-icon svg {
	fill: #fff;
}

.navigation.post-navigation .nav-previous .nav-icon {
	margin-right: 20px;
}

.navigation.post-navigation .nav-next .nav-icon {
	margin-left: 20px;
}

.navigation.pagination {
	max-width: 920px;
	margin: 100px auto 0;
}

.navigation.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.navigation.pagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid currentColor;
	text-decoration: none;
}

.navigation.pagination .page-numbers.current, .navigation.pagination .page-numbers:focus, .navigation.pagination .page-numbers:hover {
	color: #F0F0F0;
	text-decoration: none;
	background-color: #0d2c54;
	border-color: #0d2c54;
}

.navigation.pagination .page-numbers.dots, .navigation.pagination .page-numbers.next, .navigation.pagination .page-numbers.prev {
	color: #252525;
	background-color: transparent;
	border: 0;
}

.navigation.pagination .page-numbers.next svg, .navigation.pagination .page-numbers.prev svg {
	fill: #252525;
}

.navigation.pagination .page-numbers.next:hover svg, .navigation.pagination .page-numbers.prev:hover svg {
	fill: #0d2c54;
}

.page-links .post-page-numbers {
	display: inline-block;
	width: 30px;
	height: 30px;
	font-weight: 700;
	margin: 0 3px 5px;
	line-height: 30px;
	text-align: center;
	color: #252525;
	border: 1px solid #252525;
	text-decoration: none;
}

.page-links .post-page-numbers:last-child {
	margin-bottom: 5px;
}

.page-links .post-page-numbers.current, .page-links .post-page-numbers:focus, .page-links .post-page-numbers:hover {
	text-decoration: none;
	color: #fff;
	background-color: #252525;
}

.primary-menu-more-toggle {
	min-height: 44px;
	padding: 10px;
	color: #252525;
	background: transparent;
}

.primary-menu-more-toggle:hover, .primary-menu-more-toggle:focus {
	color: #0d2c54;
	background: transparent;
}

.primary-menu-more-toggle.is-empty {
	display: none;
}

.social-menu, .mpa-employee-social-networks {
	line-height: 1;
}

.social-menu a, .mpa-employee-social-networks a {
	position: relative;
	color: #252525;
	text-decoration: none;
	transition: none;
}

.social-menu a:hover:before, .mpa-employee-social-networks a:hover:before {
	color: #0d2c54;
}

.social-menu a .menu-text, .mpa-employee-social-networks a .menu-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}



/* Posts and pages
--------------------------------------------- */
.site-header {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
}

.home .site-header-inner{border-bottom: none;}

.site-header-inner {
	display: flex;
	justify-content: space-between;
	padding: 5px 20px;
	border-bottom: 1px solid #eee;
}

@media (min-width: 768px) {
	.site-header-inner {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

@media (min-width: 1470px) {
	.site-header-inner {
		padding-left: 0;
		padding-right: 0;
	}
}

.site-header .site-branding {
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	padding-right: 20px;
}

.site-header .site-branding .site-title {
	margin: 0;
	font-size: 32px;
	font-weight: 700;
	line-height: 30px;
	word-wrap: break-word;
}

.site-header .site-branding .site-title a {
	color: #252525;
	text-decoration: none;
}

.site-header .custom-logo-link {
	margin-right: 10px;
}

.site-header .custom-logo-link img {
	display: block;
}

.site-header .menu-toggle {
	position: relative;
	z-index: 10;
	display: block;
	padding: 0;
	color: #252525;
	background: none;
	border-radius: 0;
}

@media (min-width: 992px) {
	.site-header .menu-toggle {
		display: none;
	}
}

.site-header .menu-toggle .bar1,
.site-header .menu-toggle .bar2,
.site-header .menu-toggle .bar3 {
	display: block;
	height: 3px;
	margin: 10px auto;
	text-align: center;
	background-color: #252525;
	transition: 0.25s;
}

.site-header .menu-toggle .bar1,
.site-header .menu-toggle .bar3 {
	width: 40px;
}

.site-header .menu-toggle .bar2 {
	width: 20px;
}

.site-header .menu-toggle.active .bar1 {
	transform: rotate(-45deg) translate(-8px, 8px);
}

.site-header .menu-toggle.active .bar2 {
	width: 0;
}

.site-header .menu-toggle.active .bar3 {
	transform: rotate(45deg) translate(-10px, -10px);
}

.site-header .menu-toggle:hover, .site-header .menu-toggle:focus {
	background-color: transparent;
}

.main-sidebar-toggle-button {
	padding: 0.8125em 1.75em;
	margin: 0 0 40px 20px;
	color: #252525;
	background: linear-gradient(#BEC0B9, #BEC0B9) no-repeat;
	background-size: 55% 100%;
}

@media (min-width: 992px) {
	.main-sidebar-toggle-button {
		margin-left: 30px;
		margin-bottom: 0;
	}
}

.site-footer {
	padding: 0 20px;
	color: #8F908A;
	background-color: #252525;
}

.site-footer-inner {
	max-width: 1400px;
	margin: 0 auto;
}

.site-footer .site-info {
	padding: 50px 0;
	font-size: 0.9375em;
	font-weight: 700;
	color: #8F908A;
	text-align: center;
}

.site-main {
	padding: 0 20px 50px;
}

@media (min-width: 992px) {
	.site-main {
		padding: 0 50px 115px;
	}
}

.updated:not(.published) {
	display: none;
}

.page-links {
	margin: 0 0 1.5em;
	clear: both;
}

.entry-content::after {
	display: table;
	clear: both;
	content: "";
}

.entry-title,
.page-title {
	word-wrap: break-word;
}

.page-header {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 278px;
	margin: 0;
	text-align: center;
	color: #555;
	background-color: #f6f6f6;
	z-index: 5;
}


.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* 黑色半透明蒙板 */
  z-index: 4;
}

.single .page-header::before {


  background: none;


}

@media (min-width: 992px) {
	.page-header {
		margin: 0;
	}
}

.page-header .page-title,
.page-header .entry-title {
	position: relative;
	z-index: 5;
	margin: 0;
	color: #fff;
	max-width: 100%;
}

.page-header-info {
	position: relative;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 1200px;
	min-height: 278px;
	padding: 10px 20px;
	text-align: center;
}

.page-header .post-thumbnail,
.page-header .header-images {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.page-header .post-thumbnail img,
.page-header .header-images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-header .entry-meta {
	justify-content: center;
	color: #555;
}

.page-header .archive-description {
	max-width: 920px;
	margin-top: 30px;
}

.page-header .breadcrumbs-wrapper {
	position: relative;
	z-index: 4;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	padding: 10px 20px;
	font-size: 15px;
	color: #8F908A;
	background-color: #434343;
}

.page-header .breadcrumbs-wrapper > span {
	display: inline-block;
	margin: 0 10px;
}

.page-header .breadcrumbs-wrapper a {
	color: #F0F0F0;
	text-decoration: none;
}

.page-header .breadcrumbs-wrapper a:hover {
	text-decoration: underline;
}

.page-header .header-image {
	position: absolute;
	top: 0;
	left: 0;
}

.page-header .header-image img {
	width: 100%;
	max-width: none;
	height: 100%;
	object-fit: cover;
}

.page-header + .posts-wrapper {
	padding-top: 0;
}

.cat-links a {
	display: inline-block;
	text-decoration: none;
	margin-right: 10px;
}

.cat-links a:hover {
	text-decoration: underline;
}

.entry-meta {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	gap: 15px 32px;
	color: #434343;
}

.entry-meta > span {
	position: relative;
	display: inline-block;
	line-height: 1;
}

.entry-meta > span:not(:last-child)::after {
	position: absolute;
	top: 0;
	right: -16px;
	bottom: 0;
	width: 1px;
	height: 15px;
	margin: auto;
	content: '';
	background-color: #555;
}

.entry-meta a {
	color: inherit;
	text-decoration: none;
}

.entry-meta a:hover {
	color: #fff;
}

.entry-footer {
	max-width: 1400px;
	margin: 50px auto;
}

.entry-footer .edit-link {
	display: block;
	padding: 30px 0;
}

.single-post .single-header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 68px;
	text-align: center;
}

.single-post .single-header img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-post .entry-title {
	position: relative;
	z-index: 5;
	margin: 20px 0;
	
	font-weight: 500;
	line-height: 1.25;
	color: #000;
}

.single-post .single-info {
	text-align: center;
}

.single-post .entry-footer {
	max-width: 920px;
}

.posts-wrapper {
	padding-top: 40px;
}

@media (min-width: 768px) {
	.posts-wrapper {
		padding-top: 85px;
	}
}

.posts-wrapper .grid-posts {
	display: grid;
	gap: 40px;
	max-width: 1400px;
	margin: 0 auto;
	grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 768px) {
	.posts-wrapper .grid-posts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 992px) {
	.posts-wrapper .grid-posts {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.posts-wrapper .loop-post {
	max-width: 920px;
	margin: 0 auto 40px;
	background-color: #fff;
}

@media (min-width: 768px) {
	.posts-wrapper .loop-post {
		margin-bottom: 85px;
	}
}

.posts-wrapper .loop-post .entry-title {
	margin-top: 0;
	font-size: 32px;
	line-height: 1.25em;
}

.posts-wrapper .loop-post .loop-post-content {
	margin-top: 35px;
}

.posts-wrapper .loop-post-grid {
	background-color: #fff;
}

.posts-wrapper .loop-post-grid .entry-title {
	font-size: 22px;
}

.posts-wrapper .loop-post-content {
	position: relative;
	padding: 22px 25px;
}

.posts-wrapper .loop-post-content .entry-title {
	margin-bottom: 15px;
}

.posts-wrapper .loop-post-content .entry-title a {
	color: #252525;
	text-decoration: none;
}

.posts-wrapper .loop-post-content .entry-title a:hover {
	color: #0d2c54;
}

.posts-wrapper .loop-post-content .entry-meta {
	margin-bottom: 20px;
}

.posts-wrapper .loop-post-content .entry-content * {
	max-width: 100%;
}

.posts-wrapper .loop-post-content .entry-content > .alignleft {
	margin-left: 0;
}

.posts-wrapper .loop-post-content .entry-content > .alignright {
	margin-right: 0;
}

.posts-wrapper .loop-post-content .entry-content > .alignfull {
	margin-right: auto;
	margin-left: auto;
}

.posts-wrapper .post-thumbnail {
	display: flex;
	max-height: 400px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	background: #252525;
}

@media (min-width: 992px) {
	.posts-wrapper .post-thumbnail {
		max-height: 600px;
	}
}

.posts-wrapper .post-thumbnail img {
	object-fit: cover;
	width: 100%;
	object-position: center;
	transition: 0.25s;
}

.posts-wrapper .post-thumbnail:hover img {
	opacity: 0.75;
}

.posts-wrapper .post-thumbnail + .loop-post-content {
	margin-top: 0;
}

.posts-wrapper .sticky-post-indicator {
	position: absolute;
	bottom: 100%;
	left: 24px;
	padding: 5px 16px;
	font-size: 1rem;
	font-weight: 500;
	color: #F0F0F0;
	text-transform: uppercase;
	background-color: #252525;
	letter-spacing: 0.5px;
}

.tags-links {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
	color: #252525;
	border: solid #252525;
	border-width: 1px 0;
}

.tags-links a {
	margin-right: 35px;
	color: inherit;
	text-decoration: none;
}

.tags-links a::before {
	content: '#';
}

.tags-links a:focus, .tags-links a:hover {
	color: #0d2c54;
	text-decoration: none;
}

.not-found .page-content {
	max-width: 920px;
	padding: 100px 20px;
	margin: 0 auto;
	text-align: center;
}

@media (min-width: 992px) {
	.not-found .page-content {
		padding: 100px 50px;
	}
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-area {
	max-width: 920px;
	margin: 0 auto;
}

.comments-area .comments-title {
	margin-bottom: 40px;
}

.comments-area .no-comments {
	padding: 30px;
	margin-top: 20px;
	background: #8F908A;
	color: #F0F0F0;
}

.comments-area .comment-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.comments-area .comment-list li {
	margin-bottom: 30px;
}

.comments-area ol.children {
	padding-left: 5%;
	margin-top: 30px;
	list-style: none;
}

@media (max-width: 991px) {
	.comments-area ol.children {
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	.comments-area ol.children {
		padding-left: 12%;
	}
}

.comments-area .comment-body {
	position: relative;
	padding: 25px;
	background-color: #fff;
}

.comments-area .comment-body + .comment-respond {
	margin-top: 30px;
}

@media (min-width: 992px) {
	.comments-area .comment-body + .comment-respond {
		margin-top: 60px;
	}
}

.comments-area .comment-meta {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 66px;
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	.comments-area .comment-meta {
		padding-left: 90px;
	}
}

.comments-area .comment-meta .says {
	display: none;
}

.comments-area .comment-metadata {
	font-size: 15px;
}

.comments-area .comment-metadata a {
	color: #8F908A;
}

.comments-area .comment-metadata .edit-link {
	display: inline;
	margin-left: 15px;
}

.comments-area .comment-author {
	margin-bottom: 6px;
}

.comments-area .comment-author .avatar {
	display: block;
	margin-bottom: 15px;
	border-radius: 50%;
}

@media (min-width: 992px) {
	.comments-area .comment-author .avatar {
		position: absolute;
		top: 0;
		left: 0;
		margin-bottom: 0;
	}
}

.comments-area .comment-author .fn {
	font-weight: 500;
	color: #252525;
}

.comments-area .comment-author .fn a {
	color: inherit;
}

.comments-area .comment-author .fn a:focus, .comments-area .comment-author .fn a:hover {
	color: #0d2c54;
	text-decoration: none;
}

.comments-area .reply {
	position: relative;
	margin-top: 20px;
}

@media (min-width: 992px) {
	.comments-area .reply {
		position: absolute;
		top: 30px;
		right: 28px;
		margin-top: 0;
	}
}

.comments-area .comment-form {
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
	column-gap: 30px;
	color: #fff;
	background-color: #252525;
}

.comments-area .comment-form-email,
.comments-area .comment-form-author {
	width: 100%;
}

@media (min-width: 992px) {
	.comments-area .comment-form-email,
	.comments-area .comment-form-author {
		width: calc((100% - 30px) / 2);
	}
}

.comments-area .comment-form-comment,
.comments-area .comment-form-cookies-consent {
	width: 100%;
}

.comments-area .comment-respond {
	margin-top: 100px;
}

.comments-area .form-submit {
	margin-bottom: 0;
}

.comments-area .form-submit input[type="submit"]:hover {
	background-color: transparent;
}

.comments-area .comment-reply-title small {
	margin-left: 15px;
}


.main-sidebar {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	width: 100%;
	max-width: 540px;
	padding: 0 40px 40px;
	overflow: auto;
	color: #8F908A;
	background: #252525;
	transition: 0.3s;
	transform: translateX(100%);
}

.main-sidebar.opened {
	transform: none;
}

.admin-bar .main-sidebar {
	top: 32px;
}

.main-sidebar .close-sidebar {
	position: absolute;
	top: 42px;
	right: 40px;
	z-index: 9;
	padding: 0;
	background-color: transparent;
	transition: 0.25s;
}

.main-sidebar .close-sidebar path {
	transition: 0.25s;
	fill: #F0F0F0;
}

.main-sidebar .close-sidebar svg {
	transition: .25s;
}

.main-sidebar .close-sidebar:hover svg {
	transform: rotate(90deg);
}

.main-sidebar .widget-title {
	display: block;
	margin: 0 -40px 35px;
	padding: 35px 40px 35px 35px;
	color: #fff;
	background: #0d2c54;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	font-size: .875em;
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Blocks
--------------------------------------------- */

/* common block styles */


.entry-content > * {
	max-width: 1200px;
	margin-right: auto;
	margin-bottom: 28px;
	margin-left: auto;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content > *.alignwide {
	max-width: 1400px;
}

.entry-content > *.alignfull {
	width: auto;
	max-width: none;
	margin-right: -20px;
	margin-left: -20px;
}

@media (min-width: 992px) {
	.entry-content > *.alignfull {
		margin-right: -50px;
		margin-left: -50px;
	}
}

@media (min-width: 600px) {
	.entry-content > *.alignleft {
		margin-right: 30px;
	}
}

@media (min-width: 920px) {
	.entry-content > *.alignleft {
		margin-left: Max(calc(0.5 * (100vw - min(100vw, 920px)) - 20px), 0px);
		max-width: 400px;
	}
}

@media (min-width: 992px) {
	.entry-content > *.alignleft {
		margin-left: Max(calc(0.5 * (100vw - min(100vw, 920px)) - 50px), 0px);
	}
}

@media (min-width: 600px) {
	.entry-content > *.alignright {
		margin-left: 30px;
	}
}

@media (min-width: 920px) {
	.entry-content > *.alignright {
		margin-right: Max(calc(0.5 * (100vw - min(100vw, 920px)) - 20px), 0px);
		max-width: 400px;
	}
}

@media (min-width: 992px) {
	.entry-content > *.alignright {
		margin-right: Max(calc(0.5 * (100vw - min(100vw, 920px)) - 50px), 0px);
	}
}

/* wp-block-paragraph styles */
/* wp-block-image styles */
.wp-block-image figcaption {
	font-size: .875em;
	text-align: center;
	margin: 10px 0 0;
}

.wp-block-image.wp-lightbox-container {
	position: relative;
}

.wp-block-image.wp-lightbox-container:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(37, 37, 37, 0.5) url("images/icon-search.svg") no-repeat center center;
	opacity: 0;
	transition: .25s;
	pointer-events: none;
}

.wp-block-image.wp-lightbox-container:hover:after {
	opacity: 1;
}

.wp-block-image.wp-lightbox-container .lightbox-trigger {
	display: none;
}

/* wp-block-gallery styles */
.wp-block-gallery:not(.has-nested-images):not(.alignleft):not(.alignright):not(.alignfull) {
	margin-bottom: 28px;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-gallery .blocks-gallery-caption {
	text-align: center;
	font-size: 0.8em;
}

.wp-block-gallery .blocks-gallery-item figcaption {
	font-size: .875em;
	text-align: center;
	margin: 10px 0 0;
}

.wp-block-gallery.columns-1 .blocks-gallery-item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.wp-block-gallery.columns-1 .blocks-gallery-item {
		width: calc((100% - 16px * 0) / 1);
		margin-right: 16px;
	}
	.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
		margin-right: 0;
	}
}

.wp-block-gallery.columns-2 .blocks-gallery-item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.wp-block-gallery.columns-2 .blocks-gallery-item {
		width: calc((100% - 16px * 1) / 2);
		margin-right: 16px;
	}
	.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
		margin-right: 0;
	}
}

.wp-block-gallery.columns-3 .blocks-gallery-item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.wp-block-gallery.columns-3 .blocks-gallery-item {
		width: calc((100% - 16px * 2) / 3);
		margin-right: 16px;
	}
	.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
		margin-right: 0;
	}
}

.wp-block-gallery.columns-4 .blocks-gallery-item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.wp-block-gallery.columns-4 .blocks-gallery-item {
		width: calc((100% - 16px * 3) / 4);
		margin-right: 16px;
	}
	.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
		margin-right: 0;
	}
}

.wp-block-gallery.columns-5 .blocks-gallery-item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.wp-block-gallery.columns-5 .blocks-gallery-item {
		width: calc((100% - 16px * 4) / 5);
		margin-right: 16px;
	}
	.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
		margin-right: 0;
	}
}

.wp-block-gallery.columns-6 .blocks-gallery-item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.wp-block-gallery.columns-6 .blocks-gallery-item {
		width: calc((100% - 16px * 5) / 6);
		margin-right: 16px;
	}
	.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
		margin-right: 0;
	}
}

/* wp-block-quote styles */
.wp-block-quote, blockquote {
	background-color: #252525;
	padding: 20px 40px 20px 110px;
	color: #F0F0F0;
	position: relative;
	font-size: 22px;
}

.wp-block-quote:after, blockquote:after {
	content: '';
	position: absolute;
	width: 70px;
	height: 1px;
	background-color: #0d2c54;
	top: 37px;
	left: 20px;
}

.wp-block-quote p, blockquote p {
	margin-top: 0;
}

.wp-block-quote p:last-of-type, blockquote p:last-of-type {
	margin-bottom: 0;
}

.wp-block-quote cite, blockquote cite {
	font-style: normal;
	color: #0d2c54;
	font-size: 18px;
}

.wp-block-quote.is-style-large:not(.is-style-plain), blockquote.is-style-large:not(.is-style-plain) {
	padding: 1em 2em 1em 5em;
}

.wp-block-quote.is-style-large:after, blockquote.is-style-large:after {
	top: 45px;
}

.wp-block-quote.is-style-large:not(.is-style-plain) p, blockquote.is-style-large:not(.is-style-plain) p, .wp-block-quote.is-style-large p, blockquote.is-style-large p {
	font-size: 1.25em;
	font-style: normal;
}

.wp-block-quote.is-style-large:not(.is-style-plain) cite, blockquote.is-style-large:not(.is-style-plain) cite, .wp-block-quote.is-style-large cite, blockquote.is-style-large cite {
	font-size: 1em;
	font-style: normal;
}

.wp-block-quote.is-style-plain, blockquote.is-style-plain {
	padding: 1em;
	background: transparent;
	border: 1px solid #252525;
	font-size: 1em;
	color: #BEC0B9;
}

.wp-block-quote.is-style-plain:after, blockquote.is-style-plain:after {
	display: none;
}

/* wp-block-file styles */
/* wp-block-code styles */
/* wp-block-preformatted styles */
/* wp-block-pullquote styles */
.wp-block-pullquote {
	border: 1px solid #BEC0B9;
}

.wp-block-pullquote p:last-of-type {
	margin-bottom: 0;
}

.wp-block-pullquote .wp-block-pullquote__citation {
	font-style: normal;
	color: #0d2c54;
}

.wp-block-pullquote blockquote {
	background: transparent;
	padding: 0;
	border-radius: 0;
	margin: 0;
}

.wp-block-pullquote blockquote:after {
	display: none;
}

.wp-block-pullquote.is-style-solid-color blockquote.has-text-color p, .wp-block-pullquote.is-style-solid-color blockquote.has-text-color cite {
	color: inherit;
}

/* wp-block-table styles */
.wp-block-table th, .wp-block-table td {
	padding: 18px 20px;
	border: none;
	border-bottom: 1px solid #434343;
}

.wp-block-table figcaption {
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
}

.wp-block-table.is-style-stripes table {
	border: none;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #434343;
}

.has-text-color .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	color: currentColor;
}

.wp-block-table figcaption {
	font-size: .875rem;
	text-align: center;
	margin: 10px 0 0;
}

/* wp-block-verse styles */
pre.wp-block-verse {
	white-space: pre-wrap;
}

/* wp-block-group styles */
.wp-block-group .wp-block-group__inner-container > *:last-child {
	margin-bottom: 0;
}

.wp-block-group.is-style-border-bottom {
	padding: 0 0 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #434343;
}

/* wp-block-button styles */
.wp-block-button__link {
	text-decoration: none;
	border-radius: 0;
	background-color: #0d2c54;
	color: #fff;
	padding: 1em 2em;
	font-size: 16px;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 500;
}

.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active {
	text-decoration: none !important;
}

.wp-block-button:not(.is-style-creative)__link:hover, .wp-block-button:not(.is-style-creative)__link:focus, .wp-block-button:not(.is-style-creative)__link:active {
	background-color: #252525 !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button.is-style-outline .wp-block-button__link:active {
	border-color: #252525 !important;
	background-color: #252525 !important;
	color: #F0F0F0 !important;
}

.wp-block-button.is-style-creative .wp-block-button__link {
	background-position: 0;
	background-size: 50% 100%;
	background-repeat: no-repeat;
}

.wp-block-button.is-style-creative .wp-block-button__link:hover {
	background-position: 100%;
}

/* wp-block-columns styles */
.wp-block-columns {
	gap: 40px;
}

.wp-block-columns:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.wp-block-columns {
		flex-wrap: nowrap;
	}
}

.wp-block-columns.is-style-no-space {
	gap: 0;
}

.wp-block-column {
	flex-basis: 100%;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.wp-block-column {
		flex-basis: 0;
		flex-grow: 1;
	}
}

.wp-block-column > *:last-child {
	margin-bottom: 0;
}

/* wp-block-media-text styles */
/* wp-block-separator styles */
.wp-block-separator {
	border-bottom: 0;
	background: transparent;
}

.wp-block-separator.has-background {
	border: 0;
}

/* wp-block-archives styles */
.wp-block-archives.wp-block-archives-list {
	padding: 0;
	list-style: none;
}

.wp-block-archives.wp-block-archives-list li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #BEC0B9;
	padding: 15px 0;
	margin: 0;
}

.wp-block-archives.wp-block-archives-list li:last-child {
	border: 0;
}

.wp-block-archives.wp-block-archives-list a {
	color: inherit;
	text-decoration: none;
	min-width: 0;
	max-width: 85%;
}

.wp-block-archives.wp-block-archives-list a:hover {
	color: #0d2c54;
}

/* wp-block-calendar styles */
.wp-block-calendar table:where(:not(.has-text-color)) {
	color: #252525;
}

.wp-block-calendar table:not(.has-background) th, .wp-block-calendar table:not(.has-background) td {
	background-color: #252525;
	color: #F0F0F0;
	border-color: #434343;
}

.wp-block-calendar th,
.wp-block-calendar tbody td {
	border-width: 0 0 1px 0;
}

/* wp-block-categories styles */
.wp-block-categories-list {
	padding: 0;
	list-style: none;
}

.wp-block-categories-list li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #BEC0B9;
	padding: 15px 0;
	margin: 0;
}

.wp-block-categories-list li:last-child {
	border: 0;
}

.wp-block-categories-list li ul {
	flex: 1 0 100%;
}

.wp-block-categories-list a {
	color: inherit;
	text-decoration: none;
	min-width: 0;
	max-width: 85%;
}

.wp-block-categories-list a:hover {
	color: #0d2c54;
}

/* wp-block-latest-comments styles */
.wp-block-latest-comments {
	padding: 0;
}

ol.wp-block-latest-comments {
	margin-left: auto;
}

/* wp-block-latest-posts styles */
@media (min-width: 768px) {
	.wp-block-latest-posts.columns-2 li {
		width: calc((100% / 2) - 16px);
	}
	.wp-block-latest-posts.columns-3 li {
		width: calc((100% / 3) - 16px);
	}
	.wp-block-latest-posts.columns-4 li {
		width: calc((100% / 4) - 16px);
	}
	.wp-block-latest-posts.columns-5 li {
		width: calc((100% / 5) - 16px);
	}
	.wp-block-latest-posts.columns-6 li {
		width: calc((100% / 6) - 16px);
	}
}

/* wp-block-search styles */
.wp-block-search .wp-block-search__input {
	border-color: #252525;
}

.wp-block-search .wp-block-search__button:hover, .wp-block-search .wp-block-search__button:focus, .wp-block-search .wp-block-search__button:active, .wp-block-search .wp-block-search__button:visited {
	background-color: #252525;
}

.wp-block-search .wp-block-search__button .search-icon {
	display: block;
	fill: #F0F0F0;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	border: 0;
	position: relative;
	padding: 0;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	padding: 12px 18px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	padding: 8px 18px;
	margin: 0;
}

/* wp-block-rss styles */
.wp-block-rss.is-grid li {
	margin: 0 16px 16px 0;
}

@media (min-width: 768px) {
	.wp-block-rss.columns-2 li {
		width: calc((100% / 2) - 16px);
	}
	.wp-block-rss.columns-3 li {
		width: calc((100% / 3) - 16px);
	}
	.wp-block-rss.columns-4 li {
		width: calc((100% / 4) - 16px);
	}
	.wp-block-rss.columns-5 li {
		width: calc((100% / 5) - 16px);
	}
	.wp-block-rss.columns-6 li {
		width: calc((100% / 6) - 16px);
	}
}

/* wp-block-video styles */
.wp-block-video figcaption {
	font-size: .875em;
	text-align: center;
	margin: 10px 0 0;
}

/* wp-block-cover styles */
.wp-block-cover {
	color: #fff;
}

/* wp-block-audio styles */
.wp-block-audio figcaption {
	font-size: .875em;
	text-align: center;
	margin: 10px 0 0;
}

/* wp-block-query-pagination styles */
.wp-block-query-pagination {
	margin-top: 2em;
	text-align: center;
}

.wp-block-query-pagination a {
	text-decoration: none;
}

.wp-block-query-pagination .page-numbers {
	margin: 0 5px;
	color: #252525;
}

.wp-block-query-pagination .page-numbers.current, .wp-block-query-pagination .page-numbers:focus, .wp-block-query-pagination .page-numbers:hover {
	color: #0d2c54;
}

/* wp-block-navigation styles */
.wp-block-navigation .wp-block-navigation-item {
	margin-bottom: 0;
}

/* wp-block-page-list styles */
.wp-block-page-list {
	padding: 0;
	list-style: none;
}

.wp-block-page-list ul {
	list-style: none;
}

.wp-block-page-list a {
	color: inherit;
	text-decoration: none;
}

.wp-block-page-list a:hover {
	color: #0d2c54;
}


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;

}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Appointment
--------------------------------------------- */
