
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap');
/*add by frank */
.eng-font{
    font-family: 'Oswald', sans-serif !important;
}
.main-font-color-333{
    color:#333!important;
}
.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-map {
  width: 100%;
  height: 80px;
  background-color: tomato;
}
@media (max-width: 768px) {
  .footer-map {
    margin-top: 40px;
  }
}

.social li a {
  width: 45px;
  height: 40px;
  background-color: transparent;
}
@media (max-width: 768px) {
  .social li a {
    width: 65px;
    height: 50px;
  }
}
.social li a i {
  font-size: 30px;
}
@media (max-width: 768px) {
  .social li a i {
    font-size: 40px;
  }
}
#footer {
  padding-top: 30px;
}
@media screen and (max-width: 479px) {
  #footer {
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 479px) {
  .footer_logo {
    margin-top: 30px;
  }
}

.footer_logo {
  margin-top: 10px;
}
@media (max-width: 991px) {
  #header {
    background-color: #333333 !important;
  }
}
.order-btn {
  background-color: transparent;
  border: solid 1px #f8b500;
  border-radius: 6px;
  padding: 5px 20px;
  margin-top: 10px;
}
@media (max-width: 760px) {
  .order-btn {
    padding: 7px 42px;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .fa-bars {
    color: white;
  }
}
.en-sub {
  color: #333333 !important;
  font: normal normal normal 16px/15px Courgette !important;
  letter-spacing: 0.18px !important;
}
@media (max-width: 760px) {
  .en-sub {
    font-size: 16px !important;
  }
}
.en-sub:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 40px;
  margin-right: 15px;
  margin-bottom: 6px;
  background-color: #dddddd;
}
.en-sub:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 40px;
  margin-left: 15px;
  margin-bottom: 6px;
  background-color: #dddddd;
}

.gurantee-menu-list {
  background-color: #131313;
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
.gurantee-menu-list span {
  color: white;
  font-size: 18px;
  margin-left: 12px;
  cursor: pointer;
}
.gurantee-menu-list span:hover,
.gurantee-menu-list span.active {
  color: #f8b500;
}
.gurantee-menu-list span:after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  line-height: 15px;
  margin-bottom: 3px;
  background-color: transparent;
  border: 0.5px solid #f8b500;
  border-radius: 50%;
  margin-left: 12px;
  padding-left: 0;
  vertical-align: middle;
}
.gurantee-menu-list span:nth-last-child(1):after {
  display: none;
}
@media (max-width: 760px) {
  .gurantee-menu-list span:after {
    display: none;
  }
}
@media (max-width: 760px) {
  .gurantee-menu-list span {
    margin-left: 0;
  }
}
@media (max-width: 380px) {
  .gurantee-menu-list span {
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  .gurantee-menu-list {
    padding-left: 10px;
    padding-right: 10px;
    justify-content: space-around;
  }
}
.text-white {
  color: white !important;
  font: normal normal normal 16px/20px Courgette !important;
  letter-spacing: 0.24px !important;
  margin-top: 30px !important;
}
.sgs-h1 {
  font-size: 48px !important;
  font-weight: 500;
}
@media (max-width: 760px) {
  .slider-content .sgs-h1{
      font-size: 48px !important;
      margin-top: 10px !important;
      margin-bottom: 0 !important;
  }
}
@media (max-width: 760px) {
  .text-white{
      margin-top: 25px !important;
      margin-bottom: 10px !important;
  }
  .pt30 {
    padding-top: 30px;
  }
  .latest_post {
    height: 200px;
  }
}
@media (max-width: 600px) {
  .latest_post {
    height: 150px;
  }
}
@media (max-width: 400px) {
  .latest_post {
    height: 100px;
  }
}
#main-menu div {
  color: white ;
}
#main-menu div:hover, #main-menu div:focus{
  color: #F8B500;
  
}
#header-sticky-wrapper.is-sticky #header #main-menu>ul>li>a {
  color: #262626;
}
.is-sticky #main-menu div {
  color: #262626;
  transition: all .1s ease-in-out;
}
.is-sticky #main-menu div:hover {
  color: #f8b500;
}
.is-sticky #main-menu ul ul div {
  color: white;
}
.dark-logo-img {
  height: 42px;
  width: auto;
}
.m-dark-logo-img{
  height: 42px;
  width: auto;
  display: none !important;
}
@media (max-width: 991px) {
  .dark-logo-img {
    display: none !important;
  }
  .m-dark-logo-img {
    display: inline-block !important;
  }
}
.btn-gold {
  border-color: #F8B500 !important;
}
.btn-gold:hover,.btn-gold:focus, .order-btn:hover,.order-btn:focus {
  color: white !important;
  background-color: #F8B500 !important;
  border-color: #F8B500 !important;
}
#main-menu.dark ul ul, #main-menu.dark ul li .mega-menu-content, #main-menu ul ul, #main-menu ul li .mega-menu-content {
  border-top-color: #F8B500 !important;
}
#scroll_up:hover, #scroll_up:focus {
  background-color: #F8B500 !important;
}
.light-logo img {
  width: 116px;
  height: 105px;
}
h1, .h1 {
  font-weight: bold ;
}