*::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background-color: #f2f2f2;
  border-radius: 0;
}

*::-webkit-scrollbar-thumb {
  background-color: #999;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
}

html {
  padding: 0 !important;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-size: 1rem;
  color: #f2f2f2;
  background-color: black;
  min-height: 900px;
  font-family: "Poppins", Arial, "Noto Sans TC", sans-serif !important;
}
@media (min-width: 992px) {
  body {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.125rem;
  }
}
body p,
body ul,
body li {
  font-size: 1rem;
  line-height: 1.7;
}
@media (min-width: 992px) {
  body p,
  body ul,
  body li {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  body p,
  body ul,
  body li {
    font-size: 1.125rem;
  }
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  text-decoration: none;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.3s linear;
}
body mark,
body .mark {
  color: #ff6600;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0;
}

.container-fluid {
  --bs-gutter-x: 1.5em;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}
@media (min-width: 769px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 1.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 1.5) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 4) !important;
    padding-left: calc(var(--bs-gutter-x) * 4) !important;
  }
}

.subpage .content {
  padding: 3.5em 0;
}
@media (min-width: 769px) {
  .subpage .content {
    padding: 4.5em 0;
  }
}
@media (min-width: 1680px) {
  .subpage .content {
    padding: 6em 0;
  }
}

.block-title {
  font-size: 2.1em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.5em;
  color: #ff6600;
  letter-spacing: 0.05em;
}

.block-title2 {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.5em;
  color: #ff6600;
  letter-spacing: 0.05em;
}

.block-title3 {
  font-size: 1em;
  font-weight: bold;
  color: #ff6600;
}
.block-title3 a {
  color: #ff6600;
}

@media (min-width: 769px) {
  .block-title {
    font-size: 1.9em;
  }
  .block-title2 {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 2.26em;
  }
  .block-title2 {
    font-size: 1.9em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 2.67em;
  }
  .block-title2 {
    font-size: 2em;
  }
}
.btn-play {
  border-radius: 8px;
}
@media (min-width: 769px) {
  .btn-play {
    border-radius: 12px;
  }
}
@media (min-width: 1200px) {
  .btn-play {
    border-radius: 18px;
  }
}
@media (min-width: 1680px) {
  .btn-play {
    border-radius: 26px;
  }
}

.btn {
  border-radius: 0 !important;
  padding: 0.8em 2.5em !important;
  border: 0 !important;
  font-size: 1em;
  font-weight: normal;
  display: inline-flex;
  transition: all 0.3s linear;
}
.btn i {
  font-size: 1.6em;
  transition: all 0.3s linear;
}

.btn-sm {
  padding: 0.4em 0.8em !important;
  font-size: 0.8em;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  transition: all 0.3s linear;
}
@media (min-width: 769px) {
  .btn-sm {
    padding: 0.5em 1.2em !important;
  }
}
@media (min-width: 1200px) {
  .btn-sm {
    padding: 0.6em 1.6em !important;
  }
}

.btn-link {
  text-decoration: none !important;
  color: #cccccc !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 0.3em 2em !important;
  font-size: 1em;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  color: white !important;
  background-color: #ff6600;
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0.25em 0.5em;
  color: #333 !important;
  font-size: 1em;
  text-transform: capitalize;
  align-items: center;
  transition: all 0.3s linear;
}
.btn-delete:hover {
  color: #ff6600 !important;
}
.btn-delete i {
  font-size: 1.25em;
}

.btn-back {
  color: white;
  font-size: 1;
  display: inline-flex;
  align-items: center;
  border: 0 !important;
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
  border-radius: 0 !important;
}
.btn-back:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #ff6600;
  transition: all 0.3s linear;
}

.btn-play {
  overflow: hidden;
  color: white;
  text-align: center;
  border: 0 !important;
  padding: 0;
  position: relative;
  transition: all 0.3s linear;
}
.btn-play:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
  transition: all 0.3s linear;
}
.btn-play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 55px;
  height: 55px;
  content: "\f4f4";
  font-family: "Bootstrap-icons";
  background-color: rgba(255, 102, 0, 0.7);
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  transition: all 0.3s linear;
}
@media (min-width: 1680px) {
  .btn-play:after {
    width: 65px;
    height: 65px;
  }
}
.btn-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn-play:hover:before, .btn-play:active:before, .btn-play:focus:before {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .btn-play:hover:after, .btn-play:active:after, .btn-play:focus:after {
    transform: translate(-50%, -50%);
  }
  .btn-play:hover img, .btn-play:active img, .btn-play:focus img {
    transform: scale(1.2);
  }
}

.btn-others {
  background-color: white;
  border: 1px solid #cccccc;
  color: #999;
  padding: 0.6em 1.3em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  min-width: 160px;
  transition: all 0.3s linear;
}
.btn-others:after {
  display: inline-flex;
  content: "\f282";
  font-family: "Bootstrap-icons";
  border: 0;
  font-size: 0.7em;
  margin-left: 1em;
}
.btn-others:hover {
  color: #ff6600;
}

.btn-dark {
  border: 0;
  color: white;
  background-color: black !important;
  border: 1px solid black !important;
  transition: all 0.3s linear;
}
.btn-dark img {
  filter: invert(1) brightness(100);
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  background-color: #a94e00 !important;
  border: 1px solid #a94e00 !important;
}

.btn-light {
  border: 0;
  color: #ff6600;
  background: transparent;
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-top-left-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 40px !important;
}
.btn-light i {
  position: relative;
  display: inline-flex;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-light:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: white;
  z-index: -2;
  transition: all 0.3s linear;
}
.btn-light:after {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
  z-index: -1;
  transition: all 0.3s linear;
}
.btn-light:hover, .btn-light:active, .btn-light:focus, .btn-light.show {
  color: white !important;
  background-color: transparent !important;
}
.btn-light:hover i, .btn-light:active i, .btn-light:focus i, .btn-light.show i {
  color: white !important;
}
.btn-light:hover:after, .btn-light:active:after, .btn-light:focus:after, .btn-light.show:after {
  left: 0;
}

.btn-primary {
  border: 0;
  color: white;
  background: #ff6600;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.btn-primary i {
  position: relative;
  display: inline-flex;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.show {
  color: white !important;
  background-color: #a94e00 !important;
}
.btn-primary:hover i, .btn-primary:active i, .btn-primary:focus i, .btn-primary.show i {
  color: white !important;
}

.btn-secondary {
  border: 0;
  color: white;
  background: transparent;
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-top-left-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 40px !important;
}
.btn-secondary i {
  position: relative;
  display: inline-flex;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-secondary:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #999;
  z-index: -2;
  transition: all 0.3s linear;
}
.btn-secondary:after {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ff6600;
  z-index: -1;
  transition: all 0.3s linear;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary.show {
  color: white !important;
  background-color: transparent !important;
}
.btn-secondary:hover i, .btn-secondary:active i, .btn-secondary:focus i, .btn-secondary.show i {
  color: white !important;
}
.btn-secondary:hover:after, .btn-secondary:active:after, .btn-secondary:focus:after, .btn-secondary.show:after {
  left: 0;
}

.btn-search {
  border: 0 !important;
  background-color: white;
  padding: 0.3em 1em;
  color: #ff6600;
  border-radius: 0;
  border: 0;
  transition: all 0.3s linear;
}
.btn-search:hover {
  color: #ff6600;
  background-color: rgba(0, 0, 0, 0.85);
}

.btn-more {
  background-color: #ff6600;
  border: 0 !important;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em !important;
  width: 40px;
  height: 40px;
  border-radius: 50px !important;
}
.btn-more i {
  font-size: 1em;
}
.btn-more:hover, .btn-more:active, .btn-more:focus {
  border: 0 !important;
  background-color: white !important;
  color: #ff6600 !important;
}
@media (min-width: 992px) {
  .btn-more {
    width: 48px;
    height: 48px;
  }
  .btn-more i {
    font-size: 1.2em;
  }
}

.btn-more-sm {
  background-color: white;
  border: 1px solid #cccccc !important;
  color: #999;
  padding: 0.25em 0.8em !important;
  border-radius: 3px !important;
  font-size: 0.88em !important;
  text-transform: uppercase;
}
.btn-more-sm i {
  font-size: 1em;
}
.btn-more-sm:hover, .btn-more-sm:active, .btn-more-sm:focus {
  background-color: #333 !important;
  border: 1px solid #333 !important;
  color: white !important;
}

.btn-arrows {
  padding: 0.6em 1em;
  background-color: #333;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  border: 0;
  min-width: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-arrows img {
  width: auto;
  height: 20px;
  filter: invert(1) brightness(100);
  margin: 0;
}
.btn-arrows:hover, .btn-arrows:visited, .btn-arrows:focus {
  background-color: #ff6600 !important;
}

.text-primary {
  color: #ff6600 !important;
}

.text-light {
  color: white !important;
}

.video-container {
  display: none;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.form-control {
  border-radius: 4px;
  border: 0;
}

html[dir=rtl] .force-ltr-slider .slick-track {
  direction: ltr !important;
}
html[dir=rtl] .force-ltr-slider .slick-slide {
  float: left !important;
}

html[dir=rtl] .slick-dots {
  direction: ltr;
}

/*Navbar*/
.fixed-top {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.5em 0 !important;
  transition: all 0.3s linear;
}
@media (min-width: 769px) {
  .fixed-top {
    padding: 0.8rem 0 !important;
  }
}
@media (min-width: 1200px) {
  .fixed-top {
    padding: 1rem 0 !important;
  }
}
.fixed-top .container-fluid {
  position: relative;
}
.fixed-top .container-fluid .navbar-brand {
  position: relative;
  z-index: 0;
  padding: 0;
  transition: all 0.3s linear;
  animation: fadeInLeft 1s;
}
.fixed-top .container-fluid .navbar-brand img {
  width: auto;
  height: 40px;
  transition: all 0.3s linear;
}
@media (min-width: 769px) {
  .fixed-top .container-fluid .navbar-brand img {
    width: auto;
    height: 45px;
  }
}
@media (min-width: 1200px) {
  .fixed-top .container-fluid .navbar-brand img {
    width: auto;
    height: 50px;
  }
}
@media (min-width: 1680px) {
  .fixed-top .container-fluid .navbar-brand img {
    width: auto;
    height: 55px;
  }
}
.fixed-top .container-fluid .navbar-toggler {
  background-color: transparent;
  position: relative;
  color: white;
  display: block !important;
  padding: 0.5em 1em !important;
  font-size: 1.5rem;
}
.fixed-top .container-fluid .lang-fixed {
  margin-top: 0 !important;
  color: white !important;
  padding: 0 !important;
  position: Relative;
}
.fixed-top .container-fluid .lang-fixed .nav-link {
  padding: 1em !important;
  border: 0;
  background-color: transparent;
}
.fixed-top .container-fluid .lang-fixed .nav-link i {
  font-size: 1.15em;
  display: flex;
  align-items: center;
}
.fixed-top .container-fluid .lang-fixed .nav-link:after {
  display: none;
}
.fixed-top .container-fluid .lang-fixed .dropdown-menu,
.fixed-top .container-fluid .lang-fixed .dropdown-menu.show {
  min-width: 180px !important;
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  border-radius: 5px !important;
  overflow: hidden;
  left: auto;
}
.fixed-top .container-fluid .lang-fixed .dropdown-menu .dropdown-item,
.fixed-top .container-fluid .lang-fixed .dropdown-menu.show .dropdown-item {
  background-color: black;
  border-bottom: 1px solid #333;
  text-align: center;
  padding: 0;
}
.fixed-top .container-fluid .lang-fixed .dropdown-menu .dropdown-item a,
.fixed-top .container-fluid .lang-fixed .dropdown-menu.show .dropdown-item a {
  color: white;
  display: block;
  font-size: 1rem;
  padding: 0.5rem 1em;
}
.fixed-top .container-fluid .lang-fixed .dropdown-menu .dropdown-item a:hover,
.fixed-top .container-fluid .lang-fixed .dropdown-menu.show .dropdown-item a:hover {
  background-color: #ff6600;
}
.fixed-top .container-fluid .lang-fixed .dropdown-menu .dropdown-item:last-child,
.fixed-top .container-fluid .lang-fixed .dropdown-menu.show .dropdown-item:last-child {
  border-bottom: 0;
}
.fixed-top .container-fluid .lang-fixed .dropdown-menu[data-bs-popper] {
  right: inherit;
}
.fixed-top .container-fluid .offcanvas {
  border-left: 0;
  height: 100vh;
  background-color: #222222;
}
.fixed-top .container-fluid .offcanvas .offcanvas-header {
  padding: 1em 2em;
}
.fixed-top .container-fluid .offcanvas .offcanvas-header .btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  opacity: 1;
}
.fixed-top .container-fluid .offcanvas .offcanvas-header img {
  width: auto;
  height: 50px;
  margin-bottom: 1.5em;
}
.fixed-top .container-fluid .offcanvas .offcanvas-body {
  display: flex;
  flex-direction: column;
  padding: 0 2em 1em 2em;
}
.fixed-top .container-fluid .offcanvas .offcanvas-body .navbar-nav {
  position: relative;
}
.fixed-top .container-fluid .offcanvas .offcanvas-body .navbar-nav .nav-item {
  display: flex;
  flex-direction: column;
  transition: all 0.3s linear;
  position: relative;
}
.fixed-top .container-fluid .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
  width: 100%;
  font-size: 1em;
  text-transform: capitalize;
  color: white;
  border: 0;
  background-color: transparent;
  white-space: normal;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.5rem 0;
  letter-spacing: 0.1rem;
  text-align: left;
  transition: all 0.3s linear;
}
.fixed-top .container-fluid .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link.active, .fixed-top .container-fluid .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link:hover {
  color: #ff6600;
}
.fixed-top .container-fluid .offcanvas .offcanvas-body .navbar-nav .nav-item .dropdown-menu {
  background-color: transparent;
  padding: 0;
  margin-bottom: 1rem;
  animation: fadeInDown 0.3s linear !important;
}
.fixed-top .container-fluid .offcanvas .offcanvas-body .navbar-nav .nav-item .dropdown-menu,
.fixed-top .container-fluid .offcanvas .offcanvas-body .navbar-nav .nav-item .dropdown-menu.show {
  border: 0;
  width: 100%;
  border-radius: 0 !important;
}
.fixed-top .container-fluid .offcanvas .offcanvas-body .navbar-nav .nav-item .dropdown-item {
  padding: 0;
  white-space: normal;
  border-bottom: 1px solid #333;
  border-radius: 0 !important;
  transition: all 0.3s linear;
}
.fixed-top .container-fluid .offcanvas .offcanvas-body .navbar-nav .nav-item .dropdown-item:last-child {
  border-bottom: 0;
}
.fixed-top .container-fluid .offcanvas .offcanvas-body .navbar-nav .nav-item .dropdown-item a {
  padding: 0.6rem 1rem;
  color: white;
  display: block;
}
.fixed-top .container-fluid .offcanvas .offcanvas-body .navbar-nav .nav-item .dropdown-item:hover a, .fixed-top .container-fluid .offcanvas .offcanvas-body .navbar-nav .nav-item .dropdown-item:active a, .fixed-top .container-fluid .offcanvas .offcanvas-body .navbar-nav .nav-item .dropdown-item:focus a, .fixed-top .container-fluid .offcanvas .offcanvas-body .navbar-nav .nav-item .dropdown-item.active a {
  background-color: #ff6600;
}
.fixed-top.fixed {
  background-color: black;
}

@font-face {
  font-family: "Noto_Sans_TC";
  src: url("/css/fonts/Noto_Sans_TC/NotoSansTC-Regular.woff") format("woff"), url("/css/fonts/Noto_Sans_TC/NotoSansTC-Regular.otf") format("opentype"), url("/css/fonts/Noto_Sans_TC/NotoSansTC-Regular.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto_Sans_TC_bold";
  src: url("/css/fonts/Noto_Sans_TC/NotoSansTC-Bold.woff") format("woff"), url("/css/fonts/Noto_Sans_TC/NotoSansTC-Bold.ttf") format("opentype"), url("/css/fonts/Noto_Sans_TC/NotoSansTC-Bold.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Poppins";
  src: url("/css/fonts/Poppins/Poppins-Regular.woff") format("woff"), url("/css/fonts/Poppins/Poppins-Regular.ttf") format("opentype"), url("/css/fonts/Poppins/Poppins-Regular.eot") format("embedded-opentype");
}
/*Advance Search*/
.search {
  position: relative;
  background-color: #ff6600;
  margin-top: 0;
  background-color: transparent;
  margin-top: 0;
  z-index: 1029;
  width: 100%;
  transition: all 0.3s linear;
}
.search .head {
  background-color: rgba(255, 102, 0, 0.5);
  padding: 0.8em 1.2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.search .head .title {
  font-size: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
}
.search .head .title i:before {
  content: "\f52a" !important;
}
.search .head .btn-search {
  display: block;
}
.search .body {
  background-color: #ff6600;
  padding: 0.35em 1.2em;
  transition: all 0.3s linear;
}
.search .body .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.search .body .row .oe-num {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(169, 78, 0, 0.5);
  border-bottom: 1px solid rgba(169, 78, 0, 0.5);
  padding: 1em calc(var(--bs-gutter-x) * 0.5);
}
@media (min-width: 992px) {
  .search .body .row .oe-num {
    border-top: 0;
    padding-top: 0;
    border-bottom: 0;
    padding: 0 calc(var(--bs-gutter-x) * 0.5);
  }
  .search .body .row .oe-num:before {
    display: inline-flex;
    content: "";
    width: 1px;
    height: 2em;
    background-color: rgba(169, 78, 0, 0.5);
    margin: 0 1em 0 0.25em;
  }
}
.search .body .row .col-12.col-lg {
  display: flex;
  align-items: center;
}
.search .body .row .col-12.col-lg .items {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 1em;
  width: 80px;
}
.search .body .row .col-12.col-lg .form-select {
  background-color: #a94e00;
  border: 0 !important;
  color: white;
  padding: 0.4em 2em 0.4em 1em;
  border-radius: 0 !important;
  font-size: 1em;
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.search .body .row .col-12.col-lg .form-select::placeholder {
  color: #f2f2f2 !important;
}
.search .body .row .col-12.col-lg .form-select:hover {
  cursor: pointer;
}
.search .body .row .form-control {
  background-color: #a94e00;
  border: 0 !important;
  color: white;
  padding: 0.6em 1em;
  border-radius: 0 !important;
}
.search .body .row .form-control::placeholder {
  color: #f2f2f2 !important;
}
.search .body .row .btn-search-sm {
  padding: 0.5em !important;
  color: white;
  width: 100%;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search .body .row .btn-search-sm i {
  font-size: 1em;
  margin-left: 1em;
}
@media (min-width: 992px) {
  .search .body .row .btn-search-sm {
    width: auto;
    background-color: transparent;
  }
  .search .body .row .btn-search-sm i {
    margin-left: 0;
    font-size: 1.4em;
  }
}
.search .body .row .form-select option {
  background-color: #333;
  color: white;
  font-size: 0.9em;
}
@media (min-width: 992px) {
  .search {
    margin-top: -4em;
  }
  .search .head {
    cursor: auto;
  }
}
@media (max-width: 991px) {
  .search {
    position: fixed;
    top: auto !important;
    bottom: 0 !important;
    left: 0;
    background-color: #ff6600;
    margin-top: 0;
  }
  .search .head {
    padding: 0;
  }
  .search .head .title {
    width: 100%;
    text-align: center;
    font-size: 1em;
    padding: 1em 1.2em;
  }
  .search .head .title i:before {
    content: "\f52a" !important;
  }
  .search .body {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 1.2em !important;
  }
  .search.active .body {
    max-height: 500px;
    opacity: 1;
    padding: 1.2em !important;
  }
}
@media (min-width: 1200px) {
  .search .body {
    padding: 0.5em 0;
  }
}
@media (min-width: 992px) {
  .search.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    margin-top: 0;
  }
  .search.fixed .head {
    display: none;
  }
}
.search.fixed .body {
  background-color: transparent;
  padding: 1.5em 1.2em;
}
@media (min-width: 769px) {
  .search.fixed .body {
    padding: 0.35em 1.2em;
  }
}
@media (min-width: 1200px) {
  .search.fixed .body {
    padding: 0.5em 0;
  }
}
.search.active .head i:before {
  content: "\f659" !important;
}

/*Footer*/
footer {
  position: relative;
  padding: 3em 0 0 0;
  background-color: black;
  background-image: url("../images/bg-footer.jpg");
  background-size: 350% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: fixed;
  z-index: 2;
  margin-bottom: 56px;
}
@media (min-width: 769px) {
  footer {
    background-size: 200% auto;
  }
}
@media (min-width: 992px) {
  footer {
    background-size: 100% auto;
    margin-bottom: 0;
  }
}
footer .cmp-info {
  text-align: center;
}
footer .cmp-info .logo-btm {
  width: 180px;
  height: auto;
  margin-bottom: 1.5em;
}
@media (min-width: 576px) {
  footer .cmp-info {
    text-align: left;
  }
}
@media (min-width: 769px) {
  footer .cmp-info {
    text-align: left;
  }
  footer .cmp-info .logo-btm {
    width: 190px;
  }
}
@media (min-width: 992px) {
  footer .cmp-info .logo-btm {
    width: 185px;
    filter: none;
  }
}
@media (min-width: 1200px) {
  footer .cmp-info .logo-btm {
    margin-bottom: 0;
    width: 210px;
  }
}
footer .cmp-info dl {
  color: white;
}
footer .cmp-info dl dt {
  font-size: 1.1em;
  font-weight: normal;
}
footer .cmp-info dl dd {
  font-size: 1em;
  margin-bottom: 0.8em;
}
footer .cmp-info dl dd a {
  color: white;
}
footer .cmp-info dl dd a:hover {
  color: #ff6600;
}
footer .cmp-info .social-media {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row !important;
  justify-content: center;
}
@media (min-width: 576px) {
  footer .cmp-info .social-media {
    justify-content: flex-start;
  }
}
footer .cmp-info .social-media li {
  display: inline-flex;
  list-style: none;
  line-height: 1.3;
  margin: 0 1em 1em 0;
  width: 46px;
  height: 46px;
  background-color: rgba(51, 51, 51, 0.7);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
footer .cmp-info .social-media li a {
  color: #999 !important;
  margin: 0 !important;
}
footer .cmp-info .social-media li a i {
  font-size: 1.35em;
}
footer .cmp-info .social-media li a:hover {
  color: #a94e00 !important;
}
@media (min-width: 1200px) {
  footer .cmp-info .social-media li a {
    color: #ff6600 !important;
  }
}
footer .quick-links ul {
  margin: 0;
  padding: 0;
}
footer .quick-links ul li {
  list-style: none;
  font-size: 1.2em;
  line-height: 1.4;
  margin-bottom: 0.8em;
  color: #ff6600;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 576px) {
  footer .quick-links ul li {
    text-align: left;
  }
}
footer .quick-links ul li a {
  color: #ff6600;
  display: block;
}
footer .quick-links ul li a:hover {
  color: #a94e00;
}
footer .quick-links ul li ul {
  margin: 0.8em 0 1.5em 0;
}
footer .quick-links ul li ul li {
  font-size: 1em;
  text-transform: capitalize;
  font-weight: normal;
  margin-bottom: 0.45em;
  width: 100%;
}
footer .quick-links ul li ul li a {
  color: white;
}
footer .quick-links ul li ul li a:hover {
  color: #a94e00 !important;
}
footer .quick-links ul li ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  footer .quick-links ul li {
    font-size: 1em;
  }
  footer .quick-links ul li ul li {
    font-size: 0.88em;
  }
}
footer .quick-links ul li:last-child ul {
  margin-bottom: 0;
}
footer .copyright {
  font-size: 0.88em;
  position: relative;
  color: #999;
  background-color: rgba(51, 51, 51, 0.6);
  margin-top: 3.5em;
  text-align: center;
  padding: 1.5em 0;
}
footer .copyright a {
  color: #999;
  transition: all 0.3s linear;
}
footer .copyright a:hover, footer .copyright a:active, footer .copyright a:focus {
  text-decoration: underline;
}
@media (min-width: 992px) {
  footer .copyright {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  footer {
    padding: 3em 0 0 0;
  }
}

/*Editor*/
.editor p {
  margin-bottom: 1em !important;
  font-size: 1em !important;
}
.editor h1 {
  font-size: 2.2em !important;
  margin: 2em 0 1em 0 !important;
  font-weight: bold;
}
.editor h2 {
  font-size: 1.5em !important;
  margin: 2em 0 1em 0 !important;
  font-weight: bold;
}
.editor h3 {
  font-size: 1.35em !important;
  margin: 2em 0 0.5em 0 !important;
  font-weight: bold;
}
.editor h4 {
  font-size: 1.1em !important;
  margin: 2em 0 1em 0 !important;
  font-weight: bold;
}
.editor h5 {
  font-size: 1em !important;
  margin: 2em 0 1em 0 !important;
}
.editor h6 {
  font-size: 1em !important;
  margin: 2em 0 1em 0 !important;
}
.editor a:link,
.editor a:visited {
  color: #a94e00 !important;
}
.editor a:hover,
.editor a:active,
.editor a:focus {
  color: #ff6600 !important;
}
.editor ul {
  margin: 1em 0 !important;
  padding: 0 1.5em !important;
}
.editor ul li {
  line-height: 1.4em !important;
  margin-bottom: 0.75em !important;
  list-style: disc !important;
}
.editor ol {
  margin: 1em 0 !important;
  padding: 0 1.5em !important;
}
.editor ol li {
  line-height: 1.4em !important;
  margin-bottom: 1.5em !important;
}
.editor img {
  max-width: 100% !important;
  height: auto !important;
  margin: 3em auto !important;
  display: flex !important;
}
@media (min-width: 769px) {
  .editor img {
    max-width: 75% !important;
    height: auto !important;
  }
}

/*Pagination*/
.pagination {
  color: #999 !important;
  font-size: 1em;
  margin-top: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: lighter;
}
.pagination .btn {
  padding: 0.3em 0.5em !important;
  margin: 0 0.2em;
  color: white;
  background-color: #cccccc;
  border-radius: 50%;
  border: 0 !important;
  width: 40px !important;
  height: 40px !important;
  justify-content: center;
}
.pagination .btn i {
  font-size: 1em;
  align-content: center;
}
.pagination .btn:hover, .pagination .btn:active, .pagination .btn:focus {
  color: white !important;
  background-color: #ff6600;
}
.pagination .btn:disabled {
  border: transparent;
}
.pagination .box {
  padding: 0 1em;
  text-transform: uppercase;
  font-size: 1.2em;
}
.pagination .box .now {
  color: #ff6600;
  font-weight: bold;
  display: inline-flex;
  align-content: center;
}
.pagination .box .now:after {
  display: inline-flex;
  content: "\f56a";
  font-family: "Bootstrap-icons";
  color: #999;
  font-weight: normal;
}
@media (min-width: 1200px) {
  .pagination {
    margin-top: 5em;
  }
}

/*Scroll Up*/
.scroll-up {
  width: 100%;
  height: 35px;
  z-index: 99;
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #222222;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .scroll-up {
    width: 50px;
    height: 53px;
    flex-direction: column;
  }
}
.scroll-up:after {
  display: flex;
  font-size: 0.8em;
  color: white;
  content: "Top";
  z-index: -1;
  transition: all 0.3s linear;
}
.scroll-up:before {
  display: flex;
  font-size: 0.8em;
  color: white;
  content: "\f145";
  font-family: "Bootstrap-icons", "poppins";
  z-index: 1;
  transition: all 0.3s linear;
}
.scroll-up:hover {
  background-color: #a94e00;
}

/*Page-Control*/
.page-control {
  margin-top: 3em;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 769px) {
  .page-control {
    flex-direction: row;
  }
}

/*Privacy*/
.privacy-box {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: black;
  color: #999;
  width: 100%;
  padding-top: 1em;
  z-index: 99999;
  text-align: left;
  font-size: 0.9em;
  transition: all 0.3s linear;
}
.privacy-box:lang(ar) {
  text-align: right;
}
.privacy-box p {
  margin-bottom: 0;
}
.privacy-box a {
  color: white;
}
.privacy-box .btn-privacy {
  border-top: 1px solid #333;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  background-color: transparent;
  color: white;
  padding: 0.5em;
  display: block;
  margin-top: 1em;
  text-align: center;
}
.privacy-box .btn-privacy:hover, .privacy-box .btn-privacy:active, .privacy-box .btn-privacy:focus {
  color: white;
}
.privacy-box:hover, .privacy-box:active {
  padding: 2em 0;
  background-color: #ff6600;
  color: white;
}
.privacy-box:hover a, .privacy-box:active a {
  text-decoration: underline;
}
.privacy-box:hover .btn-privacy, .privacy-box:active .btn-privacy {
  border-top: 1px solid white;
  color: #ff6600;
  background-color: white;
}

/*Pop Up Modal*/
.modal {
  overflow-y: hidden !important;
}
.modal .modal-content {
  border-radius: 10px !important;
  border: 0;
  background-color: white;
}
.modal .modal-content .modal-header {
  padding: 0.8em 1.5em !important;
  background-color: #a94e00;
  color: white;
  border-bottom: 0;
}
.modal .modal-content .modal-header .modal-title {
  color: white;
  font-weight: bold;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.3em;
}
.modal .modal-content .modal-header .btn-close {
  opacity: 1 !important;
  filter: invert(1);
}
.modal .modal-content .modal-body {
  padding: 2em 1.5em !important;
  color: #666;
}
.modal .modal-content .modal-body form label {
  color: #999;
  font-size: 0.9em;
  text-transform: uppercase;
}
.modal .modal-content .modal-body form .note {
  font-size: 0.8em;
}
.modal .modal-content .modal-body form .note a {
  color: #a94e00;
  text-decoration: underline;
}

/*Form Contact*/
form .form-label {
  font-size: 1em;
  color: #666;
}
form .form-control {
  border: 1px solid #f2f2f2 !important;
  border-radius: 0 !important;
  background-color: #f2f2f2;
  color: #333;
  font-size: 0.9em !important;
  padding: 0.8em 1em;
  border-radius: 0 !important;
}
form .form-control:placeholder {
  color: #999;
}
form .checkImg {
  height: 100%;
}
form .checkImg img {
  width: auto;
  height: 100%;
}
form .invalid-feedback,
form .valid-feedback {
  font-size: 0.8em !important;
}
form mark,
form .mark {
  color: red !important;
}
form .btn {
  float: none;
}
@media (min-width: 992px) {
  form .btn {
    float: right;
  }
  html[dir=rtl] form .btn {
    float: left;
  }
}
form .algins {
  width: 1px !important;
  height: 1px !important;
  margin-bottom: 0;
  opacity: 0;
  position: absolute;
  left: -1px;
  top: -1px;
}

/*Table*/
.table {
  font-size: 1em;
  line-height: 1.15;
  text-align: center;
}
.table thead th {
  background-color: #ff6600;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.8em 1em;
  box-shadow: none;
  border-bottom: 0;
}
.table tbody tr th {
  font-weight: bold;
}
.table tbody tr th,
.table tbody tr td {
  color: #333;
  padding: 0.8em 1em;
  background-color: white !important;
  box-shadow: none;
  border-bottom: 0;
}
.table tbody tr:nth-child(even) th,
.table tbody tr:nth-child(even) td {
  background-color: rgba(255, 102, 0, 0.15) !important;
}

.note {
  font-size: 0.88em;
  color: #999;
}

/*Navs & tabs*/
.nav-pills .nav-item .nav-link {
  color: #999;
  border-radius: 4px;
  font-size: 0.95em;
  line-height: 1;
  height: 100%;
  padding: 1em;
}
.nav-pills .nav-item .nav-link.active {
  color: white;
  background-color: #ff6600;
}
@media (min-width: 992px) {
  .nav-pills .nav-item .nav-link {
    font-size: 1.15em;
  }
  .nav-pills .nav-item .nav-link:hover {
    color: #ff6600;
  }
  .nav-pills .nav-item .nav-link.active:hover {
    color: white;
  }
}

/*Subpage*/
@media (max-width: 991px) {
  .subpage .fixed-top {
    position: relative;
  }
  .subpage .fixed-top.fixed {
    position: fixed;
  }
}
.subpage .normal-bn {
  position: relative;
  background-color: black;
}
.subpage .normal-bn img {
  width: 100%;
  height: auto;
  z-index: 2;
  position: relative;
  opacity: 0.65;
}
@media (min-width: 769px) {
  .subpage .normal-bn img {
    opacity: 1;
  }
}
.subpage .normal-bn .caption {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: auto;
  z-index: 3;
}
@media (min-width: 769px) {
  .subpage .normal-bn .caption {
    bottom: -1.5em;
    transform: none;
  }
}
@media (min-width: 992px) {
  .subpage .normal-bn .caption {
    bottom: -2em;
  }
}
@media (min-width: 769px) {
  .subpage .normal-bn .caption .container {
    margin-bottom: 1em;
  }
}
@media (min-width: 992px) {
  .subpage .normal-bn .caption .container {
    margin-bottom: 3.5em;
  }
}
.subpage .normal-bn .caption .container .page-title {
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .subpage .normal-bn .caption .container .page-title {
    font-size: 2.2em;
  }
}
@media (min-width: 992px) {
  .subpage .normal-bn .caption .container .page-title {
    font-size: 2.8em;
  }
}
@media (min-width: 1200px) {
  .subpage .normal-bn .caption .container .page-title {
    font-size: 3.4em;
  }
}
@media (min-width: 1680px) {
  .subpage .normal-bn .caption .container .page-title {
    font-size: 4em;
  }
}
.subpage .normal-bn .caption .container-fluid {
  text-align: right;
}
.subpage .normal-bn .caption .container-fluid .breadcrumb {
  display: inline-flex;
  justify-content: flex-end;
  position: relative;
  padding: 0.5em 0 0.5em 3em;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .subpage .normal-bn .caption .container-fluid .breadcrumb {
    padding: 1em 0 1em 3em;
  }
}
.subpage .normal-bn .caption .container-fluid .breadcrumb:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 200%;
  height: 100%;
  content: "";
  background-color: black;
  transform: translateY(-50%) skewX(-45deg);
  z-index: 1;
}
.subpage .normal-bn .caption .container-fluid .breadcrumb:after {
  position: absolute;
  left: -10px;
  top: 50%;
  width: 200%;
  height: calc(100% - 1px);
  content: "";
  background-color: #ff6600;
  transform: translateY(-50%) skewX(-45deg);
  z-index: 0;
}
.subpage .normal-bn .caption .container-fluid .breadcrumb .breadcrumb-item {
  position: relative;
  font-size: 0.85em;
  z-index: 2;
}
.subpage .normal-bn .caption .container-fluid .breadcrumb .breadcrumb-item:before {
  width: 16px;
  height: 1px;
  display: inline-flex;
  content: "";
  background-color: white;
  margin-right: 1em;
  margin-top: 0.8em;
}
.subpage .normal-bn .caption .container-fluid .breadcrumb .breadcrumb-item:first-child:before {
  display: none;
}
@media (min-width: 1200px) {
  .subpage .normal-bn .caption .container-fluid .breadcrumb .breadcrumb-item {
    font-size: 1em;
  }
}
.subpage .normal-bn .caption .container-fluid .breadcrumb .breadcrumb-item a {
  color: white;
}
.subpage .normal-bn .caption .container-fluid .breadcrumb .breadcrumb-item a:hover {
  color: #ff6600;
}
.subpage .normal-bn .caption .container-fluid .breadcrumb .breadcrumb-item.active {
  color: white;
  padding-left: 1em;
}
@media (min-width: 992px) {
  .subpage .search {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    margin-top: 0;
  }
  .subpage .search .head {
    display: none;
    background-color: transparent;
  }
  .subpage .search .body {
    background-color: transparent;
  }
  .subpage .search.fixed {
    position: fixed;
    background-color: #ff6600;
  }
}
.subpage .content {
  background-color: white;
  color: #333;
}
.subpage .content .page-caption {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .subpage .content .page-caption {
    font-size: 1.7em;
  }
}
@media (min-width: 992px) {
  .subpage .content .page-caption {
    font-size: 1.9em;
    margin-bottom: 1.5em;
  }
}
@media (min-width: 1200px) {
  .subpage .content .page-caption {
    font-size: 2.26em;
  }
}
@media (min-width: 1680px) {
  .subpage .content .page-caption {
    font-size: 2.67em;
  }
}/*# sourceMappingURL=normal.css.map */