/* General CSS */

html,
body {
  height: 100%;
}

body {
  font-family: "Hind", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto", sans-serif;
  color: #41464b;
  text-transform: uppercase;
}

a {
  font-family: "Hind", sans-serif;
  color: #2196f3;
  text-decoration: none;
}

p {
  font-family: "Hind", sans-serif;
  color: #333;
  font-size: 15px;
  /* font-weight: 300; */
}
a:hover {
  text-decoration: none;
}

ul,
li,
ol,
p,
dt,
dd,
dl,
pre,
xmp,
plaintext,
listing {
  list-style-type: none;
}

@media (min-width: 1600px) {
  p {
    font-family: "Hind", sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: 300;
  }
}

/*====================================================
                       NAVIGATION
======================================================*/

/*Top Navbar*/

.top-menubar-nav {
  display: none;
}

header .topmenu {
  background: #f0f0f0;
  border-top: solid 1px #f0f0f0;
  border-bottom: solid 1px #f0f0f0;
}
.nav_other_info {
  display: block;
}
.nav_other_info a {
  color: #fff;
}
.nav_other_info a:hover {
  text-decoration: none;
  color: #2196f3;
}

.top-social {
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 25px;
  border-radius: 50%;
  background: #fff;
}

.tlinks {
  text-indent: -9999px;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

/*Responsive Topbar*/

@media (max-width: 991px) {
  header .topmenu ul {
    text-align: center !important;
  }

  header .topmenu .top-data li {
    top: 1px;
    padding: 6px 10px;
    margin-left: -5px;
    position: relative;
    border: solid 1px #eee;
  }
}

/*Navbar*/
.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  /* box-shadow: 0px 0.5px 4px #c3c2c2; */
}

.navbar {
  padding: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* background: #fff; */
  background-color: #071228;
}

.navbar-nav {
  float: right;
}

.navbar-nav > li {
  height: 65px;
  line-height: 65px;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  transition: all 0.5s ease-in-out;
  padding: 0px 16px;
}

.navbar-nav > li:hover,
.navbar-nav > li:active {
  border-bottom: 5px solid #2196f3;
  /* background: #f0f0f0; */
}

.navbar-nav > li > a {
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  font-family: "hine", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 10px;
  white-space: nowrap;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:active {
  color: #2196f3 !important;
  background-color: transparent;
  text-decoration: none;
}

/*This is item search bar*/

.navbar-nav li > .search {
  color: #aaa;
  cursor: pointer;
  font-size: 15px;
  z-index: 0;
  min-width: 30px;
  margin-top: 3px;
  padding: 28px 0;
  text-align: center;
  display: inline-block;
}

.navbar-nav li > .search:hover {
  color: #2196f3;
}

.navbar .search-open {
  right: 0;
  top: 65px;
  display: none;
  height: 50px;
  padding: 4px;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 3px #ddd;
  z-index: 1001;
}

.navbar .search-open input,
.navbar .search-open span {
  height: 40px;
  border-color: #2196f3;
  line-height: 50px;
}

.navbar .search-open span {
  background: #2196f3;
  color: #fff;
}

.navbar-toggle {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  border-radius: 0;
}

.navbar-toggle .navbar-toggler-icon {
  background-color: #fff !important;
}

.navbar-collapse {
  max-height: none !important;
  flex-basis: auto;
}

.vesco-top-nav ul.navbar-nav > li > a.active {
  color: #2196f3 !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {
    position: absolute;
    left: -280px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {
    position: absolute;
    left: -300px;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    flex-basis: 100% !important;
  }
  .navbar > .container .navbar-nav {
    float: left;
    border-top: 1px solid #ddd;
    width: 100%;
  }
  .navbar > .container .navbar-nav > li > a {
    color: #333 !important;
  }

  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    padding: 12px 0px;
    margin-left: -10px;
  }

  .navbar-toggle {
    margin-right: 0;
  }

  .navbar .search-open {
    width: 100%;
  }

  .navbar-nav > li {
    height: auto;
    line-height: 35px;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid #ddd;
  }

  .navbar-nav > li.active,
  .navbar-nav > li:hover,
  .navbar-nav > li:active {
    border-bottom: 2px solid #ddd;
    /* background: #f0f0f0; */
  }

  .navbar li > .search {
    display: none;
  }

  .navbar .search-open {
    right: 0;
    top: 0;
    display: block;
    height: auto;
    line-height: 50px;
    padding: 4px;
    position: relative;
    box-shadow: none;
    background: none;
    z-index: 1;
  }
}

@media (max-width: 767px) {
  .affix {
    /* position: absolute; */
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0px 0.5px 4px #c3c2c2;
  }

  .top-menubar {
    display: none;
  }

  .container {
    max-width: 100%;
  }
  .navbar {
    background: #fff;
  }

  .navbar > .container .navbar-brand,
  .navbar > .container .navbar-toggler,
  .navbar > .container-fluid .navbar-brand {
    margin: 8px 10px;
  }
  .nav_other_info {
    display: none;
  }

  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    padding: 8px 0px;
  }

  .navbar-nav > li {
    line-height: 25px;
    /* padding: 0 20px; */
    padding: 12px 20px;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid #ddd;
  }

  .navbar-nav > li:last-child {
    padding: 0px;
  }
  .navbar-nav > li.dropdown .dropdown-menu {
    margin-bottom: 15px;
  }

  .top-menubar-nav {
    display: block;
  }
}

@media (min-width: 1600px) {
}

.btn-green {
  border-color: #2196f3;
  color: #2196f3;
}

.btn-green:hover,
.btn-green:focus {
  background-color: #2196f3;
  color: #fff;
  cursor: pointer;
}

/*====================================================
                       HOME
======================================================*/

.carousel-fade {
  height: calc(100vh - 44px);
  width: 100vw;
  /* background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(../img/home-banner-bg.jpg); */
  background-color: transparent;
}
#particles-js {
  height: calc(100vh - 44px);
  width: 100vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/home_bg.jpg);
}

.carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-fade {
  position: relative;
  height: 90vh;
}

.etp_overview {
  position: absolute;
  top: 45%;
  left: 50%;
  background: rgba(0, 0, 0, 0.7);
  border: 5px solid #fff;
  padding: 40px;
  z-index: 3;
  color: #c0c0c0;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.etp_overview h1 {
  font-size: 3.5em;
  color: #fff;
  font-weight: 700;
  width: 600px;
  margin: 0;
  padding: 0;
  opacity: 1;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.etp_overview h1 span a {
  color: #2196f3;
  text-decoration: none;
}

.etp_overview h3 {
  font-size: 1em;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.etp_overview button {
  margin: 10px 0;
}

.carousel-fade .carousel-inner .carousel-item .etp_overview {
  opacity: 0;
  -webkit-transition: 2s all ease-in-out 0.1s;
  -moz-transition: 2s all ease-in-out 0.1s;
  -ms-transition: 2s all ease-in-out 0.1s;
  -o-transition: 2s all ease-in-out 0.1s;
  transition: 2s all ease-in-out 0.1s;
}

.carousel-fade .carousel-inner .carousel-item.active .etp_overview {
  opacity: 1;
  -webkit-transition: 2s all ease-in-out 0.1s;
  -moz-transition: 2s all ease-in-out 0.1s;
  -ms-transition: 2s all ease-in-out 0.1s;
  -o-transition: 2s all ease-in-out 0.1s;
  transition: 2s all ease-in-out 0.1s;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 90%;
  z-index: 2;
  background: rgba(0, 0, 0, 0);
}

.carousel-fade .carousel-inner .carousel-item {
  height: 100vh;
}

@media (max-width: 767px) {
  .etp_overview h1 {
    font-size: 2.5em;
    color: #fff;
    font-weight: 700;
    width: 400px;
    margin: 0;
    padding: 0;
    opacity: 1;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  .etp_overview h3 {
    font-size: 1em;
    color: #fff;
    letter-spacing: 2px;
    line-height: 25px;
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .etp_overview {
    position: absolute;
    top: 45%;
    padding: 20px 0px;
  }
  .etp_overview h1 {
    font-size: 1.9em;
    color: #fff;
    font-weight: 700;
    width: 370px;
    margin: 0;
    padding: 0;
    opacity: 1;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  .etp_overview h3 {
    font-size: 0.9em;
    color: #fff;
    letter-spacing: 2px;
    line-height: 25px;
    margin-bottom: 15px;
  }
}

@media (max-width: 420px) {
  .etp_overview {
    position: absolute;
    top: 45%;
    padding: 20px 0;
    border: 3px solid #fff;
  }
  .etp_overview h1 {
    font-size: 1.7em;
    color: #fff;
    font-weight: 700;
    width: 295px;
    margin: 0;
    padding: 0;
    opacity: 1;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  .etp_overview h3 {
    font-size: 0.8em;
    color: #fff;
    letter-spacing: 2px;
    line-height: 25px;
    margin-bottom: 15px;
  }
}

.overlay {
  position: absolute;
  width: 100%;
  height: 90%;
  z-index: 2;
  background: rgba(0, 0, 0, 0);
}

.carousel-fade .carousel-inner .carousel-item {
  height: 100vh;
}

@media (max-width: 767px) {
}

@media (max-width: 575px) {
}

@media (max-width: 420px) {
}

/*====================================================
               TITLE CONTENT (Generic)
======================================================*/

.title-bar {
  padding: 100px 0;
}

.title-bar h1 {
  color: #41464b;
  text-align: center;
  font-weight: 700;
  margin: 20px auto 10px auto;
}

.title-bar .heading-border {
  width: 60px;
  height: 10px;
  background-color: #2196f3;
  margin: 0 auto 20px auto;
}

.heading-border-light {
  width: 30px;
  height: 5px;
  background-color: #2196f3;
  margin: 0 0 20px 0;
}

.title-bar p {
  color: #717171;
}

.title-bar p {
  text-align: center;
  /* font-size: 15px; */
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 40px;
  margin: 0 auto;
  /* max-width: 700px; */
}

.title-bar .title-but {
  margin: 0;
  background-color: transparent;
  text-align: center;
}

@media (max-width: 575px) {
  .title-bar {
    padding: 50px 0;
  }

  .title-bar h1 {
    color: #41464b;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    margin: 20px auto 10px auto;
  }

  .title-bar p {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 40px;
    margin: 0 auto;
    max-width: 700px;
  }
}

@media (min-width: 1600px) {
  .title-bar p {
    font-size: 16px;
  }
  .slidmenu {
    position: fixed;
  }
   .row_cp1 {
    margin-top: 20px;
  }
  .slidmenu + .row_cp1 {
    margin-top: 120px;
  }
}

/*====================================================
                       about_us
======================================================*/

#about_us {
  padding-bottom: 50px;
}

.about_us-desc {
  padding: 0 40px 40px 10px;
}

.about_us-desc > h6 {
  color: #2196f3;
  font-weight: 700;
}

.about_us-desc > p {
  font-size: 15px;
}

.about_us-descb {
  padding: 10px 10px 30px 10px;
  margin: 60px 0;
  background: #f7f7f7;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
    min-height: 696px;
}

.about_us-descb:hover {
  box-shadow: 2px 2px 6px 1px rgba(158, 158, 158, 0.77);
  border-bottom: 5px solid #2196f3;
  margin-top: 55px;
  cursor: pointer;
}

.about_us-descb > i {
  font-size: 45px;
  height: 60px;
  line-height: 60px;
  color: #999;
}

.about_us-descb h6 {
  font-size: 18px;
  color: #666;
  padding: 25px 0 5px;
}

.about_us-descb p {
  color: #867f7f;
  font-size: 14px;
}

@media (max-width: 767px) {
  .about_us-descb {
    padding: 10px 10px 30px 10px;
    margin: 20px 0;
    background: #f7f7f7;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    min-height: 96px;
  }
}

@media (max-width: 585px) {
  .about_us-descb {
    padding: 10px 10px 30px 10px;
    margin: 20px 10%;
    background: #f7f7f7;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
     min-height: 96px;
  }
}

@media (max-width: 420px) {
  .about_us-descb {
    padding: 10px 10px 30px 10px;
    margin: 20px 0%;
    background: #f7f7f7;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
     min-height: 96px;
  }
}

@media (min-width: 1600px) {
  .about_us-desc > p {
    font-size: 16px;
  }

  .about_us-descb p {
    color: #867f7f;
    font-size: 16px;
  }
  .slidmenu {
    position: fixed;
  }
   .row_cp1 {
    margin-top: 20px;
  }
  .slidmenu + .row_cp1 {
    margin-top: 120px;
  }
}

@media (max-width: 420px) {
  h5 {
    color: #2196f3;
    font-size: 16px;
    text-transform: uppercase;
  }
}

/*====================================================
                   CONTACT-HOME
======================================================*/

.contact-h-bg {
  background-image: url(../img/contact-bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-h-cont {
  margin: 60px 0;
  padding: 50px;
  background: rgba(33, 150, 243, 0.65);
}

.contact-h-cont input.form-control,
.contact-h-cont textarea.form-control {
  border-radius: 0px;
}

.contact-h-cont button {
  background: #fff;
  color: #2196f3;
  margin-top: 10px;
  text-align: center;
}

.contact-h-cont button:hover {
  background: #2196f3;
  color: #fff;
}

/*====================================================
                    FOOTER
======================================================*/

.footer-s1 .footer {
  padding: 70px 0;
  background: #252525;
}

.footer-s1 .footer .comp-desc-f p {
  margin-top: 10px;
  color: #ccc;
  font-size: 15px;
}

/*Heading Fotoer*/

.footer-s1 .heading-footer {
  text-align: left;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 2px;
}

.footer-s1 .heading-footer:after {
  left: 0;
  bottom: 0;
  height: 1px;
  width: 50px;
  content: " ";
  background: #fff;
  position: absolute;
}

.footer-s1 .heading-footer h2 {
  color: #eee;
  font-size: 18px;
  text-transform: none;
}

/*Link link*/

.footer-s1 .footer .link-list {
  margin-bottom: 0;
}

.footer-s1 .footer .link-list li {
  padding: 3px 0px;
  border-bottom: solid 1px #333;
}

.footer-s1 .footer .link-list li:last-child {
  padding-top: 0;
  border-top: none;
}

.footer-s1 .footer .link-list li a {
  color: #ccc;
  font-size: 15px;
  margin-bottom: 3px;
  display: inline-block;
}

.footer-s1 .footer .link-list a:hover {
  color: #fff;
}

.footer-s1 .footer .link-list li small {
  color: #555;
  display: block;
}

/*Thumb list*/

.footer-s1 .footer .thumb-list > li {
  margin-bottom: 20px;
}

.footer-s1 .footer .thumb-list > li:before,
.footer-s1 .footer .thumb-list > li:after {
  content: " ";
  display: table;
}

.footer-s1 .footer .thumb-list > li:after {
  clear: both;
}

.footer-s1 .footer .thumb-list > li img {
  float: left;
  width: 80px;
  height: auto;
  margin-right: 10px;
}

.footer-s1 .footer .thumb-list > li a {
  color: #777;
  display: block;
  padding-bottom: 8px;
}

.footer-s1 .footer .thumb-list > li a:hover {
  color: #bbb;
}

.footer-s1 .footer .thumb-list > li small {
  color: #555;
  font-size: 13px;
}

address.address-details-f,
address.address-details-f a {
  color: #ddd;
  font-size: 15px;
}

/*footer bottom*/

#footer-bottom {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px 0;
}

#footer-copyrights p {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  color: #bbb;
  text-align: center;
}

#footer-copyrights p a:last-child {
  border-left: 2px solid #fff;
  padding-left: 10px;
  margin-left: 10px;
}

.btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 22px;
  padding: 3px 15px;
  border-radius: 0;
  display: none;
}

@media (min-width: 1600px) {
  address.address-details-f,
  address.address-details-f a {
    color: #ddd;
    font-size: 17px;
  }
  .sub_nav_list_box {
    width: 50vw;
  }
  .slidmenu {
    position: fixed;
  }
   .row_cp1 {
    margin-top: 20px;
  }
  .slidmenu + .row_cp1 {
    margin-top: 120px;
  }
}

@media (max-width: 767px) {
  .footer .container {
    width: 90%;
  }
  .footer-s1 .heading-footer h2 {
    color: #eee;
    font-size: 18px;
    margin-top: 50px;
    text-transform: none;
  }
  .footer-s1 .heading-footer {
    text-align: left;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 2px;
  }
  .sub_nav_list_box {
    width: 100vw;
  }
}

.sub_nav_list_box {
  padding-left: 20px;
}

.sub_nav_list_box .sub_nav_item {
  padding: 0px 20px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}
.sub_nav_list_box .pane_item_content {
  padding-top: 20px;
}
.sub_nav_list_box .nav-pills {
  border-right: 1px solid #eee;
}

.sub_nav_list_box .sub_nav_item.active {
  background-color: transparent;
  color: #007bff !important;
}
.sub_nav_list_box .pane_item_content div {
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
  margin-top: 20px;
}
.sub_nav_list_box .pane_item_content a {
  color: #666;
  font-size: 16px;
  font-weight: 700;
  font-family: "hine", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 20px;
}
.sub_nav_list_box .pane_item_content a:hover {
  color: #007bff;
  text-decoration: none;
}

#contact_us p,
#contact_us p a {
  text-align: center;
  color: #333;
  font-size: 20px;
  font-weight: bold;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 60vw;
  }
  .slidmenu {
    position: fixed;
  }
  .row_cp1 {
    margin-top: 20px;
  }
  .slidmenu + .row_cp1 {
    margin-top: 120px;
  }
}


.mobile_container{
  width: 100vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}


.empty-state {
            max-width: 1200px;
            width: 86%;
            margin: 2rem auto;
            padding: 2rem;
            text-align: center;
            background: linear-gradient(145deg, #f8f9fa 0%, #ffffff 100%);
            border-radius: 16px;
            box-shadow: 0 8px 30px rgba(0,0,0,0.05);
            transition: transform 0.3s ease;
        }

        .empty-state:hover {
            transform: translateY(-5px);
        }

        .empty-illustration {
            width: 200px;
            height: 200px;
            margin: 0 auto 1.5rem;
            animation: float 3s ease-in-out infinite;
        }

        .empty-text {
            color: #2d3436;
            margin-bottom: 1.5rem;
        }

        .empty-text h2 {
            font-size: 1.8rem;
            margin-bottom: 0.5rem;
            font-weight: 600;
        }

        .empty-text p {
            color: #636e72;
            font-size: 1rem;
            line-height: 1.6;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-15px); }
        }

        /* 加载动画 */
        .loader {
            width: 40px;
            height: 40px;
            margin: 20px auto;
            border: 3px solid #dfe6e9;
            border-top-color: #0984e3;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            opacity: 0.7;
        }

        @keyframes spin {
            to { transform: rotate(360deg); }
        }


        .loading-container {
 
  width: 100%;
  height: 100%;
  /* background-color: rgba(255, 255, 255, 0.8); */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.loading-spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.dot {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  background: #3498db;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.dot:nth-child(1) {
  left: 0;
  animation: dot-jump 0.6s infinite;
}

.dot:nth-child(2) {
  left: 32px;
  animation: dot-jump 0.6s 0.2s infinite;
}

.dot:nth-child(3) {
  left: 64px;
  animation: dot-jump 0.6s 0.4s infinite;
}

@keyframes dot-jump {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

.dropdown_switch_box{
  min-width: 120px;
  left: -28px;
}
.dropdown_switch_box li{
  padding: 12px 0px;
  text-align: center;
}

.dropdown_switch_box li a{
  color: #333;
}
.dropdown_switch_box li a:hover{
  color: #2196f3;
}
.dropdown_switch{
  display: flex;
  align-items: center;
}
.dropdown_switch{
  font-family: "Hind", sans-serif;
  color: #2196f3;
  text-decoration: none;
  font-size: 1.25rem;
}

.dropdown_switch_caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}


/* 留言版 联系我们 */
.home-p.pages-head4 {
  background: url(../img/product_inquiry.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.home-p {
  z-index: 1;
  padding: 100px 0;
  position: relative;

}

.home-p h1{
  color: #fff;
}

.contact-p1{
  padding-top: 20px;
}
.contact-p2{
  min-height: 42vh;
}
.contact-p2 .con-form input {
  border-color: #ccc;
  border-radius: 6px;
  color: #333;
  margin: 10px 0;
}

.contact-p2 .con-form textarea {
  width: 100%;
  height: 200px;
  margin: 20px 0;
  padding: 10px;
  border-color: #ccc;
  border-radius: 6px;
  color: #333;
}

.contact-p2 .sub-but {
  margin:  0px;
  margin-bottom: 68px;
  text-align: center;
  width: 100%;
}

.contact-p2 .btn-white {
  border-color: #2196f3;
  background-color: #2196f3;
  color: #fff;
  width: 100%;
}
.contact-p2 .btn-general {
  /* background-color: transparent; */
  text-align: center;
  border-width: 1px;
  border-radius: 6px;
  font-size: 16px;
  padding: 10px 15px;
  font-weight: 400;
  text-transform: uppercase;
}