@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700);

.header_area {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 0;
  padding: 0 4%;
}

.nav-link {
  color: white!important;
  font-size: 24px;
  font-weight: 400;
  padding: 0 15px;
  /* justify-self: right; */
}

.dropdown-item {
  color: white !important;
  font-size: 24px;
  font-weight: 400;
  padding: 0 15px;
  justify-self: self-end;
  /* opacity: 0.8; */
  /* width: auto !important; */
}

.dropdown-item:hover{
  color:white !important;
  background-color:#376458!important;
  opacity: 1;
}

.dropdown-menu {
  background-color: #30574c;
  border: none;
  /* width: 60 !important; */
}

img.logo {
  width: "20%";
  height: "20%"
}

.download-btn {
  margin-right: 20px;
}

body {
  font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: 'Lato', sans-serif;
}

h2 {
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
}

h2 a {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #0866B3;
}

h3 {
  font-size: 24px;
}

p {
  font-size: 16px;
}

.title {
  text-align: center;
}

.title h2 {
  font-size: 32px;
  color: #1b1b1b;
  font-weight: 300;
}

.title p {
  font-size: 18px;
  font-weight: 400px;
  color: #9da8ad;
}


ul li {
  list-style: none;
}

header {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #30574c;
}

#service {
  padding: 80px 0 100px;
}

#service .title {
  padding-bottom: 90px;
}

#service .title h2 {
  margin-top: 0;
}

#service .block {
  text-align: center;
}

#service .block h3 {
  color: #202d33;
  line-height: 48px;
  margin-bottom: 0;
}

#service .block p {
  color: #707b82;
  line-height: 30px;
  padding: 0 20px;
}


#feature {
  padding: 325px 0 105px 0;
}

#feature .title {
  margin-bottom: 60px;
}

#feature .block .media {
  margin-bottom: 33px;
}

#feature .block .media:last-child {
  margin-bottom: 0;
}

#feature .block .media h4 {
  color: #1b1b1b;
}

#feature .block .media p {
  color: #999999;
}

#feature .block .media>.pull-left {
  padding-right: 20px;
}

.owl-carousel .item img {
  width: 100%; /* 預設圖片寬度 */
  height: auto; /* 自動調整高度 */
}

@media (max-width: 480px) {
  .owl-carousel .item img {
      width: 80%; /* 手機螢幕縮小圖片 */
      margin: 0 auto; /* 置中圖片 */
  }
}

@media (min-width: 481px) and (max-width: 992px) {
  .owl-carousel .item img {
      width: 90%; /* 平板螢幕圖片稍微縮小 */
  }
}

footer {
  padding: 60px 0;
  background: #fafafa;
  border-top: 1px solid #d7d7d7;
}

footer .navbar-nav {
  float: none;
  display: inline-block;
}

footer .navbar-nav li a {
  font-size: 20px;
  font-weight: normal;
}

footer .social-link ul {
  margin-bottom: 0;
}

footer .social-link ul li {
  display: inline-block;
}

footer .social-link ul li a {
  color: #cccccc;
  font-size: 25px;
  padding: 0 5px;
  display: inline-block;
}
