:root {
  --color-primary: #fd7e14;
  --color-primary-light: #fc964c; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  border-color: unset;
  box-shadow: unset; }

body,
html {
  overflow-x: hidden !important; }

@font-face {
  font-family: face;
  src: url(../font/STXINGKA.TTF);
  font-weight: bold; }

.fixed-top {
  background-color: #fff; }

.bread .fa-house-chimney-window {
  padding-right: 2px !important;
  margin-top: -2px !important; }

.fa-primary {
  color: #ee822c;
  width: 25px;
  height: 25px;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center; }

.fa-border {
  border: 1px solid #ee822c;
  border-radius: 50%; }

html {
  font-size: 14px !important; }

.py-section {
  padding: 70px 0; }

.container {
  max-width: 1200px; }

.search .ins__title {
  font-family: face;
  font-size: 20px; }

.search .ins__sum {
  color: #fff;
  background-color: var(--color-primary);
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 12px; }

.search .form {
  display: flex; }
  .search .form input::-webkit-input-placeholder {
    font-size: 12px;
    color: #7a7a7a;
    letter-spacing: 1px; }
  .search .form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 12px;
    color: #7a7a7a;
    letter-spacing: 1px; }
  .search .form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 12px;
    color: #7a7a7a;
    letter-spacing: 1px; }
  .search .form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 12px;
    color: #7a7a7a;
    letter-spacing: 1px; }
  .search .form textarea::-webkit-input-placeholder {
    font-size: 12px;
    color: #7a7a7a;
    letter-spacing: 1px; }
  .search .form textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 12px;
    color: #7a7a7a;
    letter-spacing: 1px; }
  .search .form textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 12px;
    color: #7a7a7a;
    letter-spacing: 1px; }
  .search .form textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 12px;
    color: #7a7a7a;
    letter-spacing: 1px; }
  .search .form__input {
    font-size: 12px;
    border-radius: 25px 0px 0px 25px;
    border: 1px solid #333;
    padding-left: 10px;
    height: 30px; }
    .search .form__input:focus {
      outline: none; }
  .search .form__btn {
    height: 30px;
    display: inline-block;
    background-color: var(--color-primary);
    padding: 3px 15px;
    border-radius: 0 25px 25px 0;
    margin-left: -1px;
    transition: all 0.2s;
    border: 1px solid #333 !important;
    border-left: 0px !important; }
    .search .form__btn:hover {
      background-color: #ff922b; }
    .search .form__btn:active {
      background-color: #f76707; }
    .search .form__btn i {
      color: #fff;
      font-weight: bold;
      font-size: 15px; }

@keyframes face {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fixed-top {
  animation: face 0.6s;
  top: 1%;
  width: 70%;
  margin: 0 auto;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.98) !important; }
  .fixed-top .navbar-nav {
    margin: 0 auto; }

.navbar {
  background-color: #000;
  padding: 0px; }
  .navbar .nav-link {
    display: block;
    margin: 0 1px;
    padding: 10px 40px !important;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    transition: all 0.2s linear; }
    .navbar .nav-link:hover {
      background-color: #f0831f; }
    .navbar .nav-link span {
      display: block;
      letter-spacing: 0px;
      font-size: 13px; }
  .navbar .nav-item--active .nav-link {
    background-color: #f0831f; }
  .navbar .nav-item {
    position: relative; }
  .navbar .nav-item:hover .nav-menu {
    max-height: 500px;
    transition: all 0.5s; }
  .navbar .nav-menu {
    z-index: 999;
    position: absolute;
    top: 100%;
    left: 0%;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 0 0 10px 10px;
    width: 100%;
    height: auto;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    max-height: 0;
    min-width: 109px;
    padding-left: 0px;
    text-align: center; }
    .navbar .nav-menu__item {
      list-style: none; }
      .navbar .nav-menu__item:not(:last-child) {
        border-bottom: 1px solid #ddd; }
    .navbar .nav-menu__link {
      text-decoration: none;
      display: block;
      padding: 10px 0;
      color: #333; }
      .navbar .nav-menu__link:hover {
        font-weight: bold; }

.footer {
  background: url(../img/footer-bg.png); }
  .footer .container {
    max-width: 1500px; }
  .footer .vertical-gutter {
    border-left: 1px solid #474747;
    border-right: 1px solid #474747; }
  .footer-logo {
    margin-bottom: 20px; }
  .footer .nav:nth-child(2) {
    padding-right: 15px !important; }
  .footer .nav:not(:last-child) {
    padding-right: 40px; }
  .footer .nav-title {
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    white-space: nowrap; }
    .footer .nav-title:after {
      position: absolute;
      content: "";
      left: 0%;
      bottom: -30%;
      width: 30px;
      height: 1px;
      background-color: var(--color-primary); }
  .footer .nav-link {
    padding: 5px 0;
    color: #ecf0f1;
    white-space: nowrap; }
    .footer .nav-link:hover {
      text-decoration: underline; }
  .footer .ins {
    color: #fff; }
    .footer .ins__title {
      font-family: face;
      font-size: 20px;
      padding-left: 5px; }
    .footer .ins__sum {
      display: inline-block;
      color: #fff;
      background-color: var(--color-primary);
      padding: 2px 10px;
      border-radius: 10px;
      font-size: 12px; }
  .footer .contact {
    color: #ecf0f1;
    font-size: 14px; }
    .footer .contact__box {
      padding-left: 15px;
      margin-bottom: 12px; }
      .footer .contact__box-icon {
        vertical-align: middle; }
      .footer .contact__box-content {
        line-height: 25px; }
      .footer .contact__box-content--tranform {
        transform: translateY(23%); }

.bread {
  border-bottom: 1px solid #ddd; }
  .bread .fa-house-chimney-window {
    color: #6c757d; }
  .bread .breadcrumb {
    margin-bottom: 0px !important; }
  .bread .breadcrumb-item--active {
    font-weight: bold; }
  .bread a {
    text-decoration: none;
    color: #6c757d; }
    .bread a:hover {
      text-decoration: underline; }

.section .nav {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff; }
  .section .nav__title {
    font-size: 25px;
    font-weight: bold;
    background-color: #000; }
  .section .nav__head {
    background-color: #fb7d26;
    padding: 20px;
    border-radius: 25px 0 0 0; }
    .section .nav__head-title {
      font-style: italic;
      color: #fff;
      font-weight: bold;
      font-size: 25px;
      text-transform: capitalize; }
    .section .nav__head-subtitle {
      font-size: 20px;
      font-weight: bold;
      color: #fff; }
  .section .nav__list {
    padding-left: 0px;
    text-align: center;
    margin-bottom: 0px; }
  .section .nav__item {
    list-style: none;
    margin-top: 2px;
    background-color: transparent; }
  .section .nav__item--active .nav__link {
    background-color: #fb7f26d2;
    color: #fff; }
  .section .nav__link {
    text-decoration: none;
    display: block;
    padding: 20px 0;
    color: #000;
    background-color: #f2f3f7;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    transition: all 0.2s; }
    .section .nav__link:hover {
      background-color: #fb7f26d2;
      color: #fff; }

.section .detail {
  padding-left: 20px;
  text-transform: capitalize; }
  .section .detail h4 {
    font-weight: bold;
    color: #000; }
  .section .detail__breadcrumb {
    border-left: 30px solid #fb7f26d2 !important;
    border-left-width: 0.2rem;
    border-radius: 0.2rem;
    padding-left: 20px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #ddd; }
    .section .detail__breadcrumb .en {
      font-style: italic;
      font-size: 19px;
      font-weight: bold; }
    .section .detail__breadcrumb .cn {
      font-size: 17px; }
  .section .detail__content {
    margin-top: 30px; }
    .section .detail__content a {
      text-decoration: none; }
    .section .detail__content .bd-callout-info {
      border-left-color: #fb7f26d2 !important; }
    .section .detail__content .bd-callout {
      padding: 1.25rem 1.25rem 0 1.25rem;
      margin-top: 1.25rem;
      margin-bottom: 1.25rem;
      border: 1px solid #e9ecef;
      border-left-width: 0.2rem;
      border-radius: 0.2rem; }
    .section .detail__content h1 {
      color: var(--color-primary);
      font-size: 20px;
      list-style: disc;
      font-weight: bold;
      margin: 20px 0; }
    .section .detail__content h2 {
      font-size: 20px;
      font-family: face; }
    .section .detail__content h5 {
      font-weight: bold;
      border-bottom: 1px solid #e9ecef;
      padding-bottom: 10px;
      line-height: 28px; }
    .section .detail__content p {
      line-height: 28px;
      font-size: 13px;
      text-indent: 1rem; }

#ht-preloader {
  background: #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden !important;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999; }

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%); }

.scroll-top.scroll-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 600;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0); }

.scroll-top a,
.scroll-top a:visited {
  font-size: 24px;
  color: #ffffff;
  background: var(--color-primary) !important;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 0.25rem;
  -moz-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.fa-angle-up {
  font-size: 25px;
  color: #fff; }

@media (max-width: 768px) {
  .py-section {
    padding: 20px 0 !important; }
  .footer .nav:not(:last-child) {
    margin-top: 20px;
    padding-right: 0px; }
  .footer .vertical-gutter {
    border-right: unset;
    border-left: unset; }
  .footer .d-flex {
    flex-wrap: wrap; }
  .footer .nav {
    flex: 0 0 50%; }
  .logo {
    width: 26% !important; }
  .search .form {
    margin: 0 auto; }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(225,225,225)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; }
  .fixed-top {
    top: 0%;
    width: 100%; } }

.page-index,
.page-last {
  display: none; }

@media (max-width: 768px) {
  .navbar .nav-menu__item {
    padding-left: 20px; } }
