body.eng, body.zh-hant {
  font-family: "Montserrat", "Noto Sans HK", "Microsoft YaHei", sans-serif !important;
}

body.zh-hans {
  font-family: "Montserrat", "Noto Sans SC", "Microsoft YaHei", sans-serif !important;
}

:root {
  --primary: #F80707;
  --primary-dark: #AF0000;
  --secondary: #D79E08;
  --secondary-dark: #BD9334;
  --secondary-light: #f9f9eb;
  --secondary-light-darker: #e9e9af;
}

a:hover {
  color: var(--primary-dark); /*#0067C0;*/
}

p {
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #2a2a2a;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
  margin-bottom: .5em;
  font-weight: 500;
  line-height: 1.2
}

.h1,h1 {
  font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
  .h1,h1 {
      font-size:2.5rem
  }
}

.h2,h2 {
  font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
  .h2,h2 {
      font-size:2rem
  }
}

.h3,h3 {
  font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
  .h3,h3 {
      font-size:1.75rem
  }
}

.h4,h4 {
  font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
  .h4,h4 {
      font-size:1.5rem
  }
}

.h5,h5 {
  font-size: 1.25rem
}

.h6,h6 {
  font-size: 1rem
}

.sub-header {
  background-color: var(--primary);
  z-index: 1;
  border-bottom: 4px solid var(--secondary);
}

.sub-header .left-content p {
  padding: 4px 0px 0px 0px;
  margin-bottom: 0px;
}

.sub-header ul li a:hover, .sub-header ul li a.active {
  color: #F68E1E;
}

.background-header {
  height: 60px!important;
}

.header-area {
  /*background-color: rgba(256,256,256,0.9);*/
  background-color: rgba(256,256,256,1);
  height: auto;
  position: fixed;
  top: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--secondary-light);
}

.header-area .main-nav .nav li a {
  color: #1e1e1e;
  text-transform: none;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li.active a {
  color: var(--primary);
  border-bottom: 3px solid #F68E1E;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  color: var(--primary);
}

.header-area .main-nav .menu-trigger {
  top: 13px;
}

.header-area.header-sticky {
  min-height: 40px;
}

.header-area .main-nav .logo {
  line-height: 54px;
}

.header-area .main-nav .nav {
  margin-top: 10px !important;
}

.header-area .main-nav {
  min-height: 60px;
}

.header-area .main-nav .nav li a {
  font-weight: 400;
}

.background-header .main-nav .nav li:hover a {
  border-bottom: 3px solid var(--primary) !important;
}

.background-header .nav li a.active, .nav li a.active {
  color: var(--primary) !important;
  border-bottom: 3px solid var(--primary) !important;
}

.header-text {
  text-shadow: 0px 0px 10px #341C1C;
}

.video-overlay {
  position: absolute;
  background-color: transparent !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

.main-banner .caption {
  text-shadow: 1px 2px #333;
}

a {
  color: var(--primary);
}

.main-button a, .main-button button, button.theme-button {
  font-size: 13px;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button a:hover, .main-button button:hover, button.theme-button:hover {
  opacity: 0.9;
}

.main-button-dark a, .main-button-dark button, button.theme-button-dark {
  color: #fff;
  background-color: var(--primary);
}

.main-button-light a, .main-button-light button, button.theme-button-light {
  color: white;
  background-color: var(--primary);
}

.main-button-light-grey a, .main-button-light-grey button, button.theme-button-light-grey {
  color: #333;
  background-color: #efefef;
}

.main-button-light a:hover, .main-button-light button:hover, button.theme-button-light:hover {
  opacity: 0.9;
}

.services .item {
  background-image: none !important;
  background-color: var(--primary) !important;
}

.main-banner .caption .main-buttont {
  margin-top: 30px;
}

.section-heading {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-heading h1.dark, .section-heading h2.dark {
  font-weight: 700;
}

.section-heading h1.light, .section-heading h2.light {
  color: var(--secondary);
  font-weight: 700;
}

section.home-service {
  background-color: white;
  background-image: none;
  padding-top: 50px;
  padding-bottom: 80px;
}

section.heading-page {
  margin-top: 55px;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-right: 8px !important;
  }
}
