:root {
   --main-color: #FF6E00;
   --gradient-1: linear-gradient(90deg, #F8A25D 0%, #FF6E00 100%);
   --owl-dots-default-color: rgba(255, 110, 0, 0.3);
   --owl-dots-active-color: #FF6E00;
   --sec-title-color: #4a4a4a;
   --gt-black: #181818;
   --gt-white: #fff;
   --gt-theme: #FF6E00;
   --gt-header: #181818;
   --gt-text: #666666;
   --gt-border: #f7f8f9;
   --gt-bg: #f7f8f9;
}

body {
   font-family: "Inter", sans-serif;
   font-size: 16px;
   font-weight: 400;
   line-height: 28px;
   color: var(--gt-text);
   background-color: var(--gt-white);
   padding: 0;
   margin: 0;
   overflow-x: hidden;
   word-break: break-all;
}

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

button {
   border: none;
   background-color: transparent;
   padding: 0;
}

input:focus {
   color: var(--gt-white);
   outline: none;
}

input {
   color: var(--gt-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0px;
   padding: 0;
   color: var(--gt-header);
   transition: all 0.4s ease-in-out;
   text-transform: capitalize;
}

h3 {
   font-size: 24px;
   font-weight: 800;
   line-height: 134%;
}

h4 {
   font-size: 22px;
   font-weight: 700;
   line-height: 136%;
}

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

h6 {
   font-size: 16px;
   font-weight: 700;
}

a {
   text-decoration: none;
   outline: none !important;
   cursor: pointer;
   color: var(--gt-header);
   transition: all 0.4s ease-in-out;
}

p {
   margin: 0px;
   transition: all 0.4s ease-in-out;
}

span {
   margin: 0px;
}

.col-xl-3,
.col-md-3 {
   width: 22%;
}

.col-xl-9,
.col-md-9 {
   width: 78%;
}

/*------------------------------------------
	:: 6.0 btn-css
--------------------------------------------*/
.btn {
   border-radius: 40px !important;
   box-shadow: 2px 2px 2px #00000042;
}

[class^="swiper-button-"]:not(.custom-swiper-button) {
   transition: all .3s ease;
}


/* ----------------------------------------------------------------
	:: 7.0 Helper Class
-----------------------------------------------------------------*/

.margin-60 {
   height: 60px;
}

/* ----------------------------------------------------------------
	:: 25.0 Gallery Isotop
-----------------------------------------------------------------*/
.gallery_product.col-lg-3.col-md-3.isotope-item {
   transition: all 0.5s;
   -ms-transition: all 0.5s;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
}

.isotope-item {
   z-index: 1;
}

.isotope-hidden.isotope-item {
   z-index: 1;
}

.isotope,
.isotope .isotope-item {
   -webkit-transition-duration: 0.8s;
   -moz-transition-duration: 0.8s;
   transition-duration: 0.8s;
}

.isotope-item {
   margin-right: -1px;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}

.isotope {
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   -webkit-transition-property: height, width;
   -moz-transition-property: height, width;
   transition-property: height, width;
}

.isotope .isotope-item {
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   -webkit-transition-property: -webkit-transform, opacity;
   -moz-transition-property: -moz-transform, opacity;
   transition-property: transform, opacity;
}

/*-----------------------------------------------
	:: 35.0 About Return To top btn
-----------------------------------------------*/
#return-to-top {
   position: fixed;
   bottom: 20px;
   background-color: var(--main-color);
   right: 20px;
   z-index: 999999;
   display: block;
   text-decoration: none;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   display: none;
   transition: all .5s;
   width: 50px;
   height: 50px;
   text-align: center;
   display: flex;
   justify-content: center;
   align-items: center;
}

#return-to-top i {
   color: #fff;
   margin: 0;
   font-size: 24px;
   transition: all .5s;
   font-family: 'linearicons-free';
   font-weight: bold;
}

/*-----------------------------------------------
	:: 38.0 About Btn Effcs
-----------------------------------------------*/
#return-to-top:before,
.effct-btn:before {
   content: '';
   border: 5px solid;
   border-color: inherit;
   width: 150%;
   height: 150%;
   -webkit-border-radius: 50%;
   border-radius: 50%;
   border-color: var(--main-color);
   position: absolute;
   left: -25%;
   top: -25%;
   opacity: 1;
   -webkit-animation: 1s videomodule-anim linear infinite;
   animation: 1s videomodule-anim linear infinite;
}

#return-to-top:after,
.effct-btn:after {
   content: '';
   border: 10px solid;
   border-color: inherit;
   width: 150%;
   height: 150%;
   -webkit-border-radius: 50%;
   border-radius: 50%;
   border-color: var(--main-color);
   position: absolute;
   left: -25%;
   top: -25%;
   opacity: 1;
   -webkit-animation: 1s videomodule-anim linear infinite;
   animation: 1s videomodule-anim linear infinite;
}

@-webkit-keyframes videomodule-anim {
   0% {
      -webkit-transform: scale(0.68);
      transform: scale(0.68);
   }

   100% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      opacity: 0;
   }
}

button.btn.btn-link.btn-block {
   text-decoration: none;
}

.pb-60 {
   padding-bottom: 60px;
}

.bg {
   background-color: var(--gt-bg);
}


.section-padding {
   padding: 60px 0;
}

/* ----------------------------------------------------------------
	:: 4.0 header
-----------------------------------------------------------------*/
.header-topbar {
   color: #fff;
}

.select_lng {
   text-align: right;
   position: relative;
}

header {
   position: relative;
   z-index: 99;
}

header .dropdown-item.active,
header .dropdown-item:active,
.navbar-nav .nav-link:hover {
   color: var(--main-color);
   text-decoration: none;
   background-color: transparent;
}

.select_lng .form-control {
   display: initial;
   width: auto;
   height: auto;
   padding: auto;
   padding: 0;
}

ul.nav.justify-content-center {
   margin-left: auto;
}

ng select {
   background: transparent;
   border: 0;
   color: #fff;
}

.select_lng .form-control:focus {
   color: #ffffff;
   background-color: #fff0;
   border-color: #FF6E00;
   outline: 0;
   border: 0;
   box-shadow: none;
}

.select_lng select option {
   color: #333;
}

.head_topbar-row>.col-md-10 {
   padding: 0;
}

/* ----------------------------------------------------------------
	:: 5.0 navbar
-----------------------------------------------------------------*/
.nav-item.dropdown .dropdown-toggle::after {
   color: var(--gt-white);
   font-size: 18px;
   vertical-align: middle;
}

.nav-item.dropdown .dropdown-menu {
   transition: all 0.5s;
   -ms-transition: all 0.5s;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   visibility: hidden;
   min-width: 180px;
   transform: scale(.2);
   background-color: rgba(255, 255, 255, 0.8);
   border: 1px solid var(--gt-bg);
}

.nav-item.dropdown .dropdown-menu .dropdown-item {
   font-size: 13px;
}

.nav-item.dropdown:hover .dropdown-menu {
   display: block;
   transition: all 0.5s;
   -ms-transition: all 0.5s;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   transform: scale(1);
   visibility: visible;

}

.nav-item.dropdown:hover .dropdown-toggle::after,
.nav-item.dropdown.active .dropdown-toggle::after {
   color: var(--gt-theme);
}

.nav-item.active .nav-link {
   color: var(--gt-white);
   text-shadow: 0 2px 1px rgba(255, 110, 0);
}

.nav-item.dropdown .nav-link.dropdown-toggle.active {
   color: var(--main-color) !important;
   text-shadow: 0 2px 1px rgba(255, 255, 255);
}

.dropdown-menu.active {
   color: var(--main-color);
   border-bottom: 1px solid var(--main-color);
}

.select_lng select {
   background: transparent;
   border: 0;
   color: #fff;
}

.select_lng .form-control:focus {
   color: #ffffff;
   background-color: #fff0;
   border-color: #FF6E00;
   outline: 0;
   border: 0;
   box-shadow: none;
}

.select_lng select option {
   color: #333;
}

nav.navbar.navbar-expand-sm {
   position: absolute;
   margin: 0 auto;
   left: 0;
   right: 0;
   z-index: 99;
   padding: 0;
   opacity: 0;
   transform: translateY(-20px);
   transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
   will-change: opacity, transform;
}

nav.navbar.navbar-expand-sm.navbar-visible {
   opacity: 1;
   transform: translateY(0);
}

.navbar-toggler .navbar-toggler-icon {
   width: auto;
   height: auto;
}

.select_lng i.fas.fa-angle-down {
   font-size: 18px;
   display: none;
}

.select_lng .nav-link {
   color: var(--gt-theme);
   padding: 13px 25px !important;
   font-size: 16px;
   letter-spacing: 1px;
   font-weight: 400;
   transition: color 0.3s ease;
   -webkit-transition: color 0.3s ease;
   -moz-transition: color 0.3s ease;
   -ms-transition: color 0.3s ease;
   text-shadow: 0 3px 1px rgba(255, 255, 255);
}

.select_lng .nav-link:hover {
   color: var(--gt-white) !important;
   text-shadow: 0 3px 1px rgba(255, 110, 0);
}

.navbar-toggler:not(:disabled):not(.disabled) {
   cursor: pointer;
   padding: 5px 10px;
   line-height: 22px;
   color: #fff;
}

.navbar-toggler:not(:disabled):not(.disabled):focus {
   outline: none;
   box-shadow: none;
}

.head_topbar-row>.col-md-10 {
   padding: 0;
}

.navbar-nav .nav-link {
   padding-right: 0;
   padding-left: 0;
   color: var(--gt-theme);
   letter-spacing: 1px;
   font-weight: 400;
   font-size: 16px;
   padding: 13px 15px !important;
   transition: color 0.3s ease;
   -webkit-transition: color 0.3s ease;
   -moz-transition: color 0.3s ease;
   -ms-transition: color 0.3s ease;
   text-shadow: 0 3px 1px rgba(255, 255, 255);
}

.navbar-nav .nav-link:hover {
   color: #ffffff !important;
   text-shadow: 0 3px 1px rgba(255, 110, 0);
}

.swiper_caption {
   text-align: center;
   color: #fff;
}

.swiper_caption h1 {
   font-size: 65px;
   text-shadow: 0px 0px 0px #fff;
   font-weight: bold;
   letter-spacing: 2px;
   margin-bottom: 40px;
}

.swiper_caption p {
   font-size: 22px;
   padding-bottom: 40px;
}

.info_header-box {
   text-align: center;
}

.info_header-box i {
   padding-right: 6px;
   font-size: 20px;
}

a.navbar-brand {
   font-size: 60px;
   margin: 0px;
   line-height: 65px;
   font-weight: bold;
   color: var(--main-color);
   max-width: 164px;
   display: flex;
   align-items: center;
   height: 65px;
}

a.navbar-brand img {
   max-width: 164px;
   vertical-align: middle;
}

.container.navbar-containernt {
   border-bottom: 1px solid rgba(206, 206, 206, 0.37);
   min-height: 65px;
   max-width: 1320px;
}

.navbar-expand-sm .navbar-nav .dropdown-menu {
   z-index: 99999;
   border-radius: 0;
   margin: 0px;
   padding: 0;
}

.navbar-nav .dropdown-item:hover {
   background-color: var(--main-color);
   color: #fff;

}

.nav-item .dropdown:hover .dropdown-menu {
   display: block !important;
}

li.nav-item {
   position: relative;
   margin: 0 15px;
}

.navbar-containernt .nav-item:after,
.navbar-containernt .nav-item.active:after {
   content: '';
   background-color: var(--main-color);
   height: 2px;
   position: absolute;
   bottom: -6px;
   z-index: 99;
   left: 0;
   width: 10%;
   opacity: 0;
   transition: all 0.5s;
   -ms-transition: all 0.5s;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
}

.navbar-containernt .nav-item:hover:after,
.navbar-containernt .nav-item.active:after {
   content: '';
   width: 100%;
   right: 0;
   opacity: 1;
   transition: all 0.5s;
   -ms-transition: all 0.5s;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
}

.head_feedbck .search_btn {
   color: rgb(255, 255, 255);
   padding: 30px;
   font-size: 18px;
}

.head_feedbck .search_btn:hover {
   text-decoration: none;
   color: #f2f2f2;
}

nav.navbar.navbar-expand-sm.navbar-fixed {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   z-index: 1001;
   width: 100%;
   margin: 0;
   padding: 0;
}

nav.navbar.navbar-expand-sm.navbar-fixed::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: rgba(0, 0, 0, 0.1);
   z-index: -1;
}

nav.navbar.navbar-expand-sm.navbar-fixed .navbar-nav .nav-link {
   color: #FF6E00 !important;
   transition: color 0.3s ease;
   -webkit-transition: color 0.3s ease;
   -moz-transition: color 0.3s ease;
   -ms-transition: color 0.3s ease;
}

nav.navbar.navbar-expand-sm.navbar-fixed .navbar-nav .nav-link:hover {
   color: #ffffff !important;
}

nav.navbar.navbar-expand-sm.navbar-fixed .navbar-nav .nav-item.active .nav-link {
   color: #ffffff !important;
}

nav.navbar.navbar-expand-sm.navbar-fixed .navbar-brand img {
   max-width: 164px;
   transition: all 0.3s ease;
}

nav.navbar.navbar-expand-sm.navbar-fixed .select_lng select {
   color: #fff;
}

.content-center {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100%;
   height: 100%;
}

/* ----------------------------------------------------------------
	:: 16.0 Footer
-----------------------------------------------------------------*/
footer {
   background: var(--gt-bg);
   color: var(--gt-header);
}

footer a {
   color: #9f9f9f;
}

.footer-logo {
   margin-bottom: 20px;
   text-align: center;
}

.footer-logo img {
   max-width: 180px;
   height: auto;
}

.widgets-col p.footer-text {
   display: block;
   font-size: 16px;
   font-weight: 500;
   margin-top: 20px;
   text-align: center;
}

.footer-list-columns {
   display: flex;
   flex-wrap: wrap;
}

.footer-list-column {
   flex: 0 0 50%;
   padding: 0 10px 0 0;
   margin: 0;
}

.footer-list-column li {
   display: block;
   width: 100%;
}

.widgets-col ul {
   padding: 0;
}

.widgets-col>h3 {
   text-transform: capitalize;
   display: block;
   font-weight: 500;
   margin-bottom: 15px;
   font-size: 16px;
   letter-spacing: 1px;
   word-spacing: 1px;
   color: var(--gt-header);
   line-height: 40px;
   margin-top: 0;
}

.widgets-col>h3 span {
   color: var(--main-color);
}

.widgets-col ul li {
   display: inline-block;
   list-style: none;
   padding: 1px;
}

.widgets-col:nth-child(2) ul li {
   display: block;
   width: 100%;
}

.widgets-col ul li a {
   display: block;
   text-decoration: none;
   font-size: 12px;
   font-weight: 400;
   padding-right: 5px;
}

.widgets-col ul li a:hover,
.team_social li a:hover {
   color: var(--main-color);
}

.widgets-col .team_social li {
   margin: 0;
}

.widgets-col .team_social a {
   padding: 6px;
   color: #9f9f9f;
   font-size: 18px;
}

.ft-addres p {
   display: flex;
   margin-bottom: 12px !important;
}

.ft-addres p i {
   margin-top: 0;
   font-size: 18px;
   color: #333;
   padding-right: 15px;
   display: flex;
   align-items: center;
}

.ft-addres p span {
   font-size: 14px;
   font-weight: 400;
   line-height: 24px;
   display: flex;
   align-items: center;
}

.coppy-right.text-center {
   border-top: 1px solid #ccc;
   padding: 15px 0;
   font-size: 14px;
   font-weight: 400;
   color: #9f9f9f;
}

.coppy-right.text-center p a:hover {
   color: var(--main-color);
   text-decoration: none;
}

.float-right {
   margin-right: auto;
   margin-left: 30px;
}

@media (max-width: 1199px) {

   .col-xl-3,
   .col-xl-9 {
      width: 100%;
   }

   .col-md-3,
   .col-md-9 {
      width: 100%;
   }

   /*--navbar-custom--*/
   .navbar-expand-sm .navbar-toggler {
      display: block !important;
      padding: 8px 10px !important;
      margin-top: 10px !important;
      margin-bottom: 10px !important;
      height: 40px !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      border: none !important;
   }

   /* 为导航按钮图标添加样式 */
   .navbar-toggler .navbar-toggler-icon {
      display: inline-block;
      width: 24px !important;
      height: 2px !important;
      background-color: #020202;
      position: relative;
      transition: all 0.3s ease;
   }

   .navbar-toggler .navbar-toggler-icon:before,
   .navbar-toggler .navbar-toggler-icon:after {
      content: '';
      position: absolute;
      width: 24px !important;
      height: 2px !important;
      background-color: #020202;
      transition: all 0.3s ease;
   }

   .navbar-toggler .navbar-toggler-icon:before {
      top: -6px !important;
   }

   .navbar-toggler .navbar-toggler-icon:after {
      top: 6px !important;
   }

   /* 菜单图标样式选项1：三条横线（默认） */
   .navbar-toggler .menu-icon-1 {
      display: inline-block;
      width: 24px !important;
      height: 2px !important;
      background-color: #020202;
      position: relative;
      transition: all 0.3s ease;
   }

   .navbar-toggler .menu-icon-1:before,
   .navbar-toggler .menu-icon-1:after {
      content: '';
      position: absolute;
      width: 24px !important;
      height: 2px !important;
      background-color: #020202;
      transition: all 0.3s ease;
   }

   .navbar-toggler .menu-icon-1:before {
      top: -6px !important;
   }

   .navbar-toggler .menu-icon-1:after {
      top: 6px !important;
   }

   /* 菜单图标样式选项2：三条横线（中间短） */
   .navbar-toggler .menu-icon-2 {
      display: inline-block;
      width: 24px !important;
      height: 2px !important;
      background-color: #020202;
      position: relative;
      transition: all 0.3s ease;
   }

   .navbar-toggler .menu-icon-2:before,
   .navbar-toggler .menu-icon-2:after {
      content: '';
      position: absolute;
      height: 2px !important;
      background-color: #020202;
      transition: all 0.3s ease;
   }

   .navbar-toggler .menu-icon-2:before {
      top: -6px !important;
      width: 16px !important;
      right: 0;
   }

   .navbar-toggler .menu-icon-2:after {
      top: 6px !important;
      width: 16px !important;
      right: 0;
   }

   /* 菜单图标样式选项3：三条横线（两边短） */
   .navbar-toggler .menu-icon-3 {
      display: inline-block;
      width: 16px !important;
      height: 2px !important;
      background-color: #020202;
      position: relative;
      transition: all 0.3s ease;
      left: 4px;
   }

   .navbar-toggler .menu-icon-3:before,
   .navbar-toggler .menu-icon-3:after {
      content: '';
      position: absolute;
      height: 2px !important;
      background-color: #020202;
      transition: all 0.3s ease;
      width: 24px !important;
      left: -4px;
   }

   .navbar-toggler .menu-icon-3:before {
      top: -6px !important;
   }

   .navbar-toggler .menu-icon-3:after {
      top: 6px !important;
   }

   /* 菜单图标样式选项4：三条横线（渐变长度） */
   .navbar-toggler .menu-icon-4 {
      display: inline-block;
      width: 24px !important;
      height: 2px !important;
      background-color: #020202;
      position: relative;
      transition: all 0.3s ease;
   }

   .navbar-toggler .menu-icon-4:before,
   .navbar-toggler .menu-icon-4:after {
      content: '';
      position: absolute;
      height: 2px !important;
      background-color: #020202;
      transition: all 0.3s ease;
   }

   .navbar-toggler .menu-icon-4:before {
      top: -6px !important;
      width: 20px !important;
   }

   .navbar-toggler .menu-icon-4:after {
      top: 6px !important;
      width: 16px !important;
   }

   /* 菜单图标样式选项5：圆点菜单 */
   .navbar-toggler .menu-icon-5 {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 16px !important;
      width: 16px !important;
   }

   .navbar-toggler .menu-icon-5:before,
   .navbar-toggler .menu-icon-5:after {
      content: '';
      width: 4px !important;
      height: 4px !important;
      border-radius: 50%;
      background-color: #020202;
   }

   .navbar-toggler .menu-icon-5 .dot {
      width: 4px !important;
      height: 4px !important;
      border-radius: 50%;
      background-color: #020202;
   }

   /* 移动端禁用导航条动画效果 */
   nav.navbar.navbar-expand-sm {
      transition: none !important;
      opacity: 1 !important;
      visibility: visible !important;
   }

   nav.navbar.navbar-expand-sm.navbar-fixed {
      transition: none !important;
   }

   .navbar-containernt .nav-item:after,
   .navbar-containernt .nav-item.active:after {
      bottom: 0px;
   }

   .navbar-containernt .navbar-nav .dropdown-menu {
      position: initial !important;
      width: 100%;
   }

   .dropdown-toggle::after {
      display: none;
   }

   .container.navbar-containernt {
      min-height: auto !important;
      flex-wrap: wrap !important;
   }

   nav.navbar-expand-sm .navbar-collapse {
      display: flow-root !important;
      -ms-flex-preferred-size: auto;
      flex-basis: none !important;
      width: 100% !important;
      position: absolute;
      top: 60px;
      left: 0;
      background: rgba(0, 0, 0, 0.2);
      padding-bottom: 20px;
   }

   .navbar-nav .nav-link {
      color: #ffffff;
   }

   .float-right.head_feedbck.flex-row {
      float: left !important;
      color: #020202;
      width: 100%;
      padding: 0 5px !important;
   }

   .select_lng .nav-link {
      padding: 0 10px !important;
      color: #ffffff;
      text-shadow: none;
   }

   .navbar .collapse:not(.show) {
      display: none !important;
   }

   .navbar-expand-sm .navbar-nav {
      -ms-flex-direction: row !important;
      flex-direction: column !important;
      ;
   }

   ul.nav.justify-content-center {
      margin-left: 5px !important;
      margin-right: 5px !important;
   }

   a.navbar-brand {
      max-width: 130px;
      display: flex;
      align-items: center;
      height: auto;
      line-height: normal;
      padding: 10px 0;
   }

   a.navbar-brand img {
      max-width: 120px !important;
      transition: all 0.3s ease;
   }

   nav.navbar.navbar-expand-sm.navbar-fixed .navbar-brand img {
      max-width: 120px !important;
      transition: all 0.3s ease;
   }

   nav.navbar.navbar-expand-sm.navbar-fixed {
      background-color: rgba(255, 255, 255, 0.15);
   }

   nav.navbar.navbar-expand-sm.navbar-fixed .navbar-nav .nav-item.active .nav-link {
      color: #FF6E00 !important;
   }

   .contactus_form>h2 {
      font-size: 26px;
   }
}

@media (max-width: 991px) {

   /* 全局字体大小调整 - 平板设备 */
   body {
      font-size: 13px !important;
   }

   h1 {
      font-size: 26px !important;
   }

   h2 {
      font-size: 24px !important;
   }

   h3 {
      font-size: 20px !important;
   }

   h4 {
      font-size: 18px !important;
   }

   h5 {
      font-size: 16px !important;
   }

   h6 {
      font-size: 14px !important;
   }

   p {
      font-size: 14px !important;
   }

   .col-xl-3,
   .col-xl-9 {
      width: 100%;
   }

   .col-md-3,
   .col-md-9 {
      width: 100%;
   }

   .margin-60 {
      height: 30px !important;
   }

   .section-padding {
      padding: 30px 0 !important;
   }

   .py-0 {
      padding: 0 !important;
   }

   .float-right {
      margin-left: 0;
   }

   .footer_inner {
      margin: 0px 15px;
   }

   .section-heading.text-center {
      margin: 0px 15px;
   }

   #return-to-top i {
      font-size: 18px;
   }

   .coppy-right.text-center {
      text-align: center !important;
      padding: 15px 50px !important;
      line-height: 20px !important;
   }

   .nav-item.active .nav-link {
      color: #FF6E00;
   }

   .navbar-containernt .nav-item:after,
   .navbar-containernt .nav-item.active:after {
      background: none;
      color: #FF6E00;
      position: absolute;
      bottom: 0;
   }

   .float-right.head_feedbck {
      float: none !important;
   }

   .swiper-button-next:not(.custom-swiper-button),
   .swiper-button-prev:not(.custom-swiper-button) {
      background-size: 60% !important;
   }

   .container.navbar-containernt {
      border-bottom: none;
   }

   .select_lng {
      width: 100%;
      margin: 10px 20px;
      text-align: left;
   }

   .head_feedbck .search_btn {
      float: right;
      padding: 6px;
   }

   a.nav-link:hover {
      display: block;
      background: rgba(245, 245, 245, 0.1803921568627451);
      transition: background-color 0.3s ease;
      -webkit-transition: background-color 0.3s ease;
      -moz-transition: background-color 0.3s ease;
      -ms-transition: background-color 0.3s ease;
   }

   .mini_subscribe-cont h2 {
      font-size: 1.5rem;
   }

}

@media (max-width: 767px) {

   /* 全局字体大小调整 - 中等移动设备 */
   body {
      font-size: 12px !important;
   }

   h1 {
      font-size: 24px !important;
   }

   h2 {
      font-size: 20px !important;
   }

   h3 {
      font-size: 18px !important;
   }

   h4 {
      font-size: 16px !important;
   }

   h5 {
      font-size: 14px !important;
   }

   h6 {
      font-size: 12px !important;
   }

   p {
      font-size: 12px !important;
   }

   .col-xl-3,
   .col-xl-9 {
      width: 100%;
   }

   .col-md-3,
   .col-md-9 {
      width: 100%;
   }

   .float-right {
      margin-left: 0;
   }

   /* 移动端导航链接不显示阴影 */
   .navbar-nav .nav-link {
      font-size: 16px !important;
      text-shadow: none !important;
   }

   nav.navbar.navbar-expand-sm.navbar-fixed .navbar-nav .nav-link {
      text-shadow: none !important;
   }

   .widgets-col>h3 {
      margin-bottom: 0 !important;
      margin-top: 10px !important;
   }
}

@media (max-width: 575px) {

   .col-xl-3,
   .col-xl-9 {
      width: 100%;
   }

   .col-md-3,
   .col-md-9 {
      width: 100%;
   }

   .float-right {
      margin-left: 0;
   }

   /* 移动端导航链接不显示阴影 */
   .navbar-nav .nav-link {
      text-shadow: none !important;
   }

   nav.navbar.navbar-expand-sm.navbar-fixed .navbar-nav .nav-link {
      text-shadow: none !important;
   }
}