/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: Hitex 2024
*/
/*--------------------------------------------------------------------
  public
--------------------------------------------------------------------*/
body {
  font-family: 'Noto Sans TC', sans-serif, 'Open Sans';
  font-weight: 400;
  color: #585858;
}
h2 {
  font-weight: 500!important;
}
#header-outer {
  border-top: 8px solid #2a9bdc;
}
#footer-outer #copyright p {
  font-size: 1rem;
}
#footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li {
  float: left;
  display: inline-block;
  margin: 0;
  width: 50%;
  text-align: center;
  border: 0;
}
#footer-outer .widget {
  margin-bottom: 0;
}
body #footer-outer[data-cols="1"][data-disable-copyright="false"] .row {
  padding-top: 55px;
  padding-bottom: 40px;
}
#footer-outer #footer-widgets {
  background: url(/wp-content/uploads/footerMap.png) no-repeat top 8px left 90px;
}
#footer-outer[data-cols="1"][data-disable-copyright="false"] #copyright {
  padding-bottom: 16px;
}
#footer-outer[data-cols="1"] #copyright {
  padding: 16px 0;
}
#footer-outer #footer-widgets .col p {
  font-size: 1rem;
  line-height: 1.7rem;
}
#footer-outer #footer-widgets .sub-menu {
  display: none;
}
#footer-outer #footer-widgets #menu-menu-2 li.pll-parent-menu-item {
  display: none;
}
#footer-outer #footer-widgets #menu-menu-en-2 li.pll-parent-menu-item {
  display: none;
}
.contact h5 {
  color: #093c83;
  font-weight: 400;
}
.contact-title h4 {
  color: #2a9bdc;
}
.contact a {
  color: #2a9bdc !important;
}
#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul .current-menu-item > a {
  background-color: transparent !important;
}
#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a:hover {
  background-color: transparent !important;
}
#slide-out-widget-area .inner>div:first-of-type {
    margin-top: 40px!important;
}
#slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li {
    margin-top: 20px;
    margin-bottom: 3px;
}
.contact i {
	color: red;
}
.nectar-menu-label {
	padding: 10px 8px;
    font-size: 16px;
	margin-left: 0px;
}
#header-outer .nectar-menu-label:before {
	background-color: transparent;
}
body #slide-out-widget-area .nectar-menu-label:before {
    background-color: transparent;
}
.contactTitle h2{
	color:#1f4c96;
}

/*--------------------------------------------------------------------
  kv
--------------------------------------------------------------------*/
.swiper-slide.kv .content h2 {
  font-weight: 600!important;
  width: 65%;
  display: inline-block;
  text-shadow: 0 0 12px #dde5ed, 0 0 12px #dde5ed;
}
.nectar-cta.hover_color_69d9ef .link_wrap:before {
  border-radius: 30px !important;
}
@media (min-width: 1000px) {
  #footer-outer #footer-widgets .col {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
}
@media (min-width: 690px) {
  .nectar-cta .link_wrap {
    padding: 15px 45px !important;
  }
}
@media (max-width: 1194px) {
  .contact-img .divider {
    height: 155vh !important;
  }
}
@media (max-width: 1024px) {
  .contact-img .divider {
    height: 165vh !important;
  }
}
@media (max-width: 690px) {
  .nectar-simple-slider.min-height-650px {
    min-height: auto;
  }
  .menu-menu-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 0 0;
  }
  .nectar-cta .link_wrap {
    padding: 15px 25px !important;
  }
  #footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu ul {
    margin-bottom: 15px;
  }
  .textwidget{
		margin-top: 15px;
	}
  .swiper-slide.kv .content h2 {
    width: auto;
  }
}

@media (max-width: 690px) {
#footer-outer #footer-widgets {
  background: url(/wp-content/uploads/footerMap.png) no-repeat top 20px left -36px;
}
	
}


/* table */
.items__wrap {
  overflow-x: auto
}
table.items {
  border: 1px solid #dfe0e0;
  text-align: center;
  border-collapse: collapse;
  font-size: 1rem;
}
.items th {
  background-color: #2a9bdc;
  color: #ffffff;
  text-align: center !important;
  vertical-align: middle;
  font-weight: normal !important;
  font-size: 1rem;
  line-height: 1.2
}
.items th span {
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
  white-space: nowrap
}
.items td {
  background-color: #ffffff;
  text-align: center;
  padding: 10px;
  font-size: 1rem !important;
  vertical-align: middle;
}
.items tbody tr {
  border-bottom: 1px solid #dddddd;
}
.items tbody tr:last-of-type {
  border-bottom: 2px solid #2a9bdc;
}
.items tbody tr:nth-of-type(even) td {
  background-color: #f3f3f3;
}
.item_full, .item_tint {
  min-width: 5em;
}
.item_app span {
  display: inline-block;
}