:root {
  --color-1: #233044; }

.text-color-1 {
  color: #233044; }

.bg-color-1 {
  background-color: #233044; }

:root {
  --color-2: #2e3e56; }

.text-color-2 {
  color: #2e3e56; }

.bg-color-2 {
  background-color: #2e3e56; }

:root {
  --color-3: #f98e23; }

.text-color-3 {
  color: #f98e23; }

.bg-color-3 {
  background-color: #f98e23; }

:root {
  --color-4: #ff7e00; }

.text-color-4 {
  color: #ff7e00; }

.bg-color-4 {
  background-color: #ff7e00; }

:root {
  --color-5: #7c7c82; }

.text-color-5 {
  color: #7c7c82; }

.bg-color-5 {
  background-color: #7c7c82; }

:root {
  --color-6: whitesmoke; }

.text-color-6 {
  color: whitesmoke; }

.bg-color-6 {
  background-color: whitesmoke; }

:root {
  --color-7: #7c7c82; }

.text-color-7 {
  color: #7c7c82; }

.bg-color-7 {
  background-color: #7c7c82; }

:root {
  --color-8: white; }

.text-color-8 {
  color: white; }

.bg-color-8 {
  background-color: white; }

svg {
  color: currentColor;
  fill: currentColor; }

:root {
  --bs-primary: #f98e23;
  --bs-link-hover-color-rgb: 35, 48, 68;
  --bs-link-color-rgb:249, 142, 35;
  --bs-link-color:#f98e23; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
    a:hover.none {
      color: var(--bs-link-color-rgb); }

.navbar {
  background: #0e141d !important;
  border-bottom: 1px solid #3b4049; }
  .navbar.is-sticky {
    position: sticky;
    top: 0;
    left: 0;
    background: rgba(124, 124, 130, 0.8) !important;
    border-bottom: 0; }

.nav-link:hover, .a-color:hover {
  color: #f98e23; }

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #f98e23;
  --bs-btn-border-color: #f98e23;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f98e23;
  --bs-btn-hover-border-color: #ff7e00;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ff7e00;
  --bs-btn-active-border-color: #ff7e00;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #f98e23;
  --bs-btn-disabled-border-color: #f98e23; }

.text-icon {
  width: 1em;
  height: 1em; }

.nav-link {
  color: white; }
  .nav-link.active {
    color: #f98e23 !important; }

.fs-title {
  font-weight: 700;
  font-size: 38px; }
  @media (min-width: 768px) {
    .fs-title {
      font-size: 38px; } }
  @media (min-width: 992px) {
    .fs-title {
      font-size: 42px; } }
  @media (min-width: 768px) {
    .fs-title {
      font-size: 56px; } }

.hover-top {
  transition: all .6s; }
  .hover-top:hover {
    transition: all .6s;
    transform: translateY(-6px); }

.hover-top {
  transition: all .6s; }
  .hover-top:hover {
    transition: all .6s;
    transform: translateY(-6px); }

.section2 .col {
  transition: all .6s; }
  .section2 .col:hover {
    transition: all .6s;
    transform: translateY(-6px); }
  .section2 .col .icon-box {
    justify-content: center;
    color: white;
    transition: all .2s; }
    .section2 .col .icon-box:hover {
      color: black;
      background: #fcc691; }

.bg-deco {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .bg-deco ~ * {
    position: relative; }
  .bg-deco div {
    transition: all .2s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .bg-deco:hover div:nth-child(1) {
    background: url("../img/background1.jpg") no-repeat 50% 50%; }
  .bg-deco:hover div:nth-child(2) {
    transition: none;
    background: rgba(255, 255, 255, 0.8); }

.bg-deco-hover:hover .bg-deco div:nth-child(1) {
  background: url("../img/background1.jpg") no-repeat 50% 50%; }
.bg-deco-hover:hover .bg-deco div:nth-child(2) {
  background: rgba(255, 255, 255, 0.8); }

.section3 .row-tab {
  background: #f9eee4;
  padding: 12px;
  line-height: 3em;
  cursor: pointer; }
  .section3 .row-tab.active {
    background: white;
    border-top: 2px solid #f98e23;
    color: #f98e23; }
.section3 .panel-wrap {
  background: white; }
  .section3 .panel-wrap:hover {
    border-bottom: 2px solid #f98e23; }
  .section3 .panel-wrap.active {
    display: block !important; }
  .section3 .panel-wrap .title-md {
    padding: 16px 0;
    background: #f9e4d1;
    box-shadow: -12px 0 #f9e4d1, 12px 0 #f9e4d1; }
  @media (max-width: 768px) {
    .section3 .panel-wrap {
      background: #f8ede3;
      padding: 0 12px 12px; }
      .section3 .panel-wrap:hover {
        border-bottom: none; }
      .section3 .panel-wrap .panel {
        display: block !important; }
        .section3 .panel-wrap .panel > div {
          background: white;
          border: 1px solid #00000033; }
        .section3 .panel-wrap .panel .img-wrap {
          max-width: 100% !important;
          min-height: 500px;
          width: 100% !important;
          flex-shrink: 0;
          margin-top: 12px;
          padding: 24px; } }
  .section3 .panel-wrap .panel {
    display: flex; }
    .section3 .panel-wrap .panel .tag-11 {
      white-space: nowrap;
      border-radius: 6px;
      border: 1px solid #f98e23;
      color: #f98e23;
      font-size: 12px;
      padding: 4px 12px; }
    .section3 .panel-wrap .panel .img-wrap {
      max-width: 60%;
      min-height: 500px;
      width: 60%;
      flex-shrink: 0; }
      .section3 .panel-wrap .panel .img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: scale-down; }

.section4 .area-1 {
  display: flex;
  align-items: center; }
  .section4 .area-1 .area-1-i {
    flex: 1 1 33%;
    padding: 10px 15px; }
    .section4 .area-1 .area-1-i .ic {
      text-align: center; }
      .section4 .area-1 .area-1-i .ic svg {
        width: 60px;
        height: 60px;
        color: #f98e23; }
    .section4 .area-1 .area-1-i .ti {
      font-weight: bolder;
      color: white;
      font-size: 28px;
      margin-top: 24px;
      text-align: center; }
    .section4 .area-1 .area-1-i .ci {
      text-align: center;
      color: #7a7c88;
      font-size: 18px;
      margin-top: 24px; }
      .section4 .area-1 .area-1-i .ci span {
        color: #f98e23; }

.section5 .bg-hover-2 {
  background:  url("../img/background2.png") no-repeat 47% 51%;
  background-size: cover;
  transition: all .6s; }
  .section5 .bg-hover-2:hover {
    background-position: 75% 95%; }

.section6 .arrow-box {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .section6 .arrow-box .arrow-box-r {
    display: flex; }
    .section6 .arrow-box .arrow-box-r.r2 {
      flex-direction: row-reverse; }
      .section6 .arrow-box .arrow-box-r.r2 .arrow {
        transform: rotate(180deg); }
        .section6 .arrow-box .arrow-box-r.r2 .arrow:hover {
          transition: all .6s;
          transform: rotate(180deg) translateX(6px); }
  .section6 .arrow-box .i-box {
    transition: all .6s; }
    .section6 .arrow-box .i-box:hover {
      transition: all .6s;
      transform: translateY(-6px); }
  .section6 .arrow-box .arrow {
    height: 163px;
    display: flex;
    align-items: center;
    transition: all .6s; }
    .section6 .arrow-box .arrow:hover {
      transition: all .6s;
      transform: translateX(6px); }
    .section6 .arrow-box .arrow.trun {
      height: 80px;
      margin-left: calc(163px * 4 + 33px);
      transform: rotate(90deg); }
      .section6 .arrow-box .arrow.trun:hover {
        transition: all .6s;
        transform: rotate(90deg) translateX(6px); }
  @media (max-width: 888px) {
    .section6 .arrow-box .arrow-box-r {
      display: flex;
      flex-direction: column; }
      .section6 .arrow-box .arrow-box-r.r2 {
        flex-direction: column-reverse; }
    .section6 .arrow-box .arrow {
      height: 163px;
      display: flex;
      align-items: center;
      margin-bottom: -100px;
      transform: rotate(90deg); }
      .section6 .arrow-box .arrow:hover {
        transition: all .6s;
        transform: rotate(90deg) translateX(6px); }
      .section6 .arrow-box .arrow.trun {
        height: 163px;
        margin-left: 0;
        transform: rotate(90deg);
        margin-top: -46px;
        margin-bottom: -46px; }
        .section6 .arrow-box .arrow.trun:hover {
          transition: all .6s;
          transform: rotate(90deg) translateX(6px); } }

.section7 .carousel-item img {
  transform: scale(0.9);
  transition: all .62s; }
  .section7 .carousel-item img:hover {
    transform: scale(1); }

.section8 .col:nth-child(1) .bg-hover-2 {
  background-image: url("../img/background2.png"); }
.section8 .col:nth-child(2) .bg-hover-2 {
  background-image: url("../img/background3.png"); }
.section8 .col:nth-child(3) .bg-hover-2 {
  background-image: url("../img/background4.png"); }
.section8 .bg-hover-2 {
  background: rgba(255, 255, 255, 0.6)  url("../img/background2.png") no-repeat 47% 51%;
  background-size: cover;
  transition: all .6s; }
  .section8 .bg-hover-2:hover {
    background-position: 75% 95%; }

svg.svg-1, .svg-1 svg {
  width: 1em;
  height: 1em; }

.know-section2 .know-card img {
  height: 170px;
  width: 100%;
  object-fit: cover;
  transition: all .4s;
  border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0; }
  .know-section2 .know-card img:hover {
    box-shadow: var(--bs-box-shadow-lg) !important; }
.know-section2 .know-card .body {
  transition: all .4s;
  background-image: url("../img/Frame-3.svg");
  background-repeat: no-repeat;
  background-size: cover; }
  .know-section2 .know-card .body:hover {
    box-shadow: var(--bs-box-shadow-lg) !important; }
  .know-section2 .know-card .body .title {
    font-size: 1.1em; }
  .know-section2 .know-card .body .title, .know-section2 .know-card .body .content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

/*# sourceMappingURL=main.css.map */
