/*bg*/
.bg-blue-main,
body {
  background-color: #1f2756 !important;
}

.bg-blue-sec {
  background-color: #292e6d;
}

.bg-blue-third {
  background-color: #0f1336;
}

.bg-dark {
  background-color: #1c140f;
}

.bg-dark-9 {
  background-color: rgba(28, 20, 15, 0.9);
}

.bg-org {
  background-color: #f9aa41 !important;
}

.bg-none {
  background-color: transparent !important;
  border: 0 !important;
}

.bg-img-map {
  background-image: url(../img/index/Huge-Global.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 70vh;
}

/*font*/

.font-white,
body {
  color: #fff;
}

.title-h4 {
  font-weight: 700;
  font-size: 26px;
  line-height: 50px;
}

.title-h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
}

.font-hide {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 300px;
}

.text-gray {
  color: #4f5665;
}

.text-yellow {
  color: #f9aa41;
}

.text-3-hide {
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.text-2-hide {
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.slot-text {
  font-size: 25px;
  font-weight: 700;
}

.text-review {
  font-size: 0.8rem;
}

span.index-text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 55px;
  text-align: center;
}

a {
  text-decoration: none;
}

/*width*/
.w-50px {
  width: 50px !important;
}

.pl-2 {
  margin-left: 2.5rem;
}

/*btn*/
.btn-op5 {
  background-color: rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  padding: 1rem 1.5rem;
}

/*border*/

.br-0 {
  border-radius: 0 !important;
}

.br-8 {
  border-radius: 8px;
}

.bor-white {
  border: 1px snow solid;
}

.br-5 {
  border-radius: 10px;
}

.flora-r {
  float: right !important;
}

.float-left {
  float: left;
}

/*padding margin*/
.pl-3 {
  padding-left: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}
.p-article {
  margin-top: 1rem;
  margin-bottom: -1rem;
}

.ml-5 {
  margin-left: 3rem !important;
}

@media (max-width: 767.99px) {
  main {
    overflow-x: hidden;
    padding: 0 0.5rem;
  }
  .col-6 {
    padding-right: 0;
  }
  .web {
    display: none !important;
  }
  .mobile-img {
    position: relative;
    width: 160% !important;
    right: 30vw;
    overflow-x: hidden;
  }
  .pos-re-30 {
    position: relative;
    top: 10%;
    width: 80%;
    left: 10%;
  }
  .border-right-1 {
    border-bottom: 1px solid #fff;
  }

  /*padding margin*/
  .m-p-0 {
    padding: 0 !important;
  }

  .pt-7-5 {
    padding-top: 5rem;
  }

  .py-w-5 {
    padding: 1rem 2rem;
  }

  .py-w4-m-1 {
    padding: 2rem 0 0rem 0;
  }

  .mm-t-2 {
    margin-top: 3rem;
  }

  .p-w5-m3 {
    margin: 1rem;
    padding-top: 1rem;
  }

  .mx-m2 {
    margin: 0 1rem;
  }

  .mx-2-auto {
    margin: 0 auto 1rem auto;
  }

  .mt-w-30 {
    margin-top: 1rem !important;
  }

  .m-b-1 {
    padding: 1rem 0;
  }

  /*bg*/
  /*font*/
  .font-footer-content {
    font-weight: 700;
    font-size: 12px;
    line-height: 13px;
  }

  .font-article-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
  }

  .font-date {
    font-size: 9px;
    font-weight: 400;
  }

  .font-article {
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
  }

  .font-qa-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }

  .font-qa--content {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }

  .text-sec-000 {
    font-size: 1rem;
    font-weight: 700;
  }

  /*width*/
  .w-50-75 {
    width: 75%;
  }

  .w25-50 {
    width: 48%;
  }

  .w-25-50,
  .w-20-50 {
    width: 50% !important;
    border-radius: 0 !important;
  }

  .w-30-60 {
    width: 70%;
  }

  .w-m-100,
  .w-50-100,
  .w-25-100,
  .w-40-100,
  .w-30-100 {
    width: 100%;
  }

  /*border*/

  .header li a {
    display: block;
    padding: 0 px;
    text-decoration: none;
    color: #fff;
    font-family: "Poppins", "arial";
  }

  .mobile-pos {
    position: absolute;
    background: transparent;
    top: 100%;
    right: 2%;
  }

  ul.mobile-pos > li {
    background: #1f2756;
    border: 1px solid #f9aa41;
    border-radius: 5px;
    padding: 0.1rem 1rem;
    margin: 3px 0;
  }

  .btn-warning {
    background-color: #f9aa41;
    color: #1f2756;
    font-weight: 700;
    border-radius: 8px;
    width: 100px;
  }

  .btn-blue {
    background-color: #2351f5;
    color: #1f2756;
    font-weight: 700;
    border-radius: 8px;
    width: 100px;
  }

  .btn-blue > a {
    font-size: 0.5rem;
  }

  .btn-blue {
    padding: 0.2rem 0.3rem;
  }

  li.mobile.d-flex {
    justify-content: center;
  }

  .flex-column-reverse-m {
    flex-direction: column-reverse;
  }

  .flex-column-row {
    flex-direction: row !important;
  }

  .flex-row-column {
    flex-direction: column !important;
  }

  .hover-main {
    width: 150px;
  }

  .hover-auto {
    width: 150px;
  }
  .ml-2 {
    margin-left: 0.5rem !important;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    border: 2px solid #dc7000;
    color: #ffffff;
    background-color: #dc7000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  button.owl-next {
    position: absolute;
    right: 0;
    bottom: -50px;
  }

  button.owl-prev {
    position: absolute;
    right: 50px;
    bottom: -50px;
  }
}

@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
  button.owl-next {
    position: absolute;
    right: 0;
  }

  button.owl-prev {
    position: absolute;
    right: 80px;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    border: 2px solid #dc7000;
    color: #ffffff;
    background-color: #dc7000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .mobile-img {
    width: 100%;
  }
  /*hover*/
  .hover-main {
    width: 300px;
    height: 225px;
    overflow: hidden;
  }
  .ml-2 {
    margin-left: 2rem !important;
  }
  .pos-re-30 {
    position: relative;
    top: 30%;
    width: 100% !important;
    border-radius: 10px;
  }

  .hover-main:hover .hover-auto {
    width: 300px;
    height: 225px;
    background-color: #0e0e0e7e;
    transform: translatey(-225px);
    transition: transform 0.5s;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #dc7000;
  }

  .carousel-control-next {
    position: absolute;
    right: 10%;
  }

  .carousel-control-prev {
    position: absolute;
    right: -80%;
  }

  /*width*/
  .w-20-50 {
    width: 20%;
  }

  .w25-50 {
    width: 22%;
  }

  .w-25-100 {
    width: 25%;
  }

  .w-50-100 {
    width: 50%;
  }

  .w-60-75 {
    width: 60%;
  }

  .w-30-100 {
    width: 30%;
  }

  .w-40-100 {
    width: 40%;
  }

  .w-200px {
    width: 30%;
    font-size: 24px;
    font-weight: 400;
  }

  .w-500 {
    width: 450px;
  }

  .w-30-60 {
    width: 30%;
  }

  .w-25-50 {
    width: 25% !important;
  }

  .navbar > .container-fluid {
    display: block;
  }

  /*padding margin*/
  .p-w5-m3 {
    padding: 3.5rem;
  }

  .py-w4-m-1 {
    padding: 2rem 0 2rem 0;
  }

  .pl-w-10 {
    padding-left: 10rem;
  }

  .py-w-5 {
    padding: 3rem 2rem;
  }

  .p-w-5 {
    padding: 3rem;
  }

  .pr-w-10 {
    padding: 10px 10rem 10px 0;
  }

  .px-w-10 {
    padding: 0 10rem;
  }

  .mx-2-auto {
    margin: 0 1rem;
  }

  .mt-w-30 {
    margin-top: 30% !important;
  }

  .pt-7-5 {
    padding-top: 9rem;
  }

  /*bg*/
  .menu.px-w-10.flex-w.mobile-pos {
    background-color: #292e6d;
    border-top: 0.5px solid #a5a5a5;
  }

  /*bg*/
  /*font*/
  .font-footer-content {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
  }

  .font-article-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 44px;
  }

  .font-date {
    font-size: 10px;
    font-weight: 400;
  }

  .font-article {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
  }

  .font-qa-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 40px;
  }

  .font-qa--content {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
  }

  .font-footer-contet {
    font-weight: 400;
    font-size: 21px;
    line-height: 40px;
  }

  .text-sec-000 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0.5rem 0;
  }

  .col-sm-4 {
    width: 30%;
  }

  /*border*/
  /*flex*/
  .flex-w {
    display: flex;
    justify-content: space-between;
  }

  .flex-column-row {
    flex-direction: column !important;
  }

  .flex-row-column {
    flex-direction: row !important;
  }

  .header li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    font-family: "Poppins", "arial";
  }

  .btn-warning {
    background-color: #f9aa41;
    color: #f4f4f4;

    width: 100px;
    margin: 0 1rem;
  }

  .btn-blue {
    background-color: #2351f5;
    color: #f4f4f4;

    width: 100px;
  }

  .btn-blue:hover {
    background-color: darkblue;
    color: #f4f4f4;

    width: 100px;
  }

  .btn-blue > a {
    font-size: 0.9rem;
  }

  .btn-blue {
    padding: 0.5rem 0.8rem;
  }

  .border-right-1 {
    border-right: 1px solid #fff;
  }
}

/*menu css*/
body {
  margin: 0;
  font-family: Helvetica, sans-serif;
  background-color: #f4f4f4;
}

a {
  color: #000;
}

/* header */

.header {
  background-color: #1f2756;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  list-style: none;
  overflow: hidden;
  color: #fff;
}

.header li a:hover,
.header .menu-btn:hover {
  color: #f9aa41;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;

  padding: 28px 20px;
  position: relative;
  user-select: none;
  position: absolute;
  right: 0;
  top: -10px;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: rgb(252, 64, 64);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 300px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
  }

  .header .menu {
    max-height: none;
  }

  .header .menu-icon {
    display: none;
  }
}

/*carousel*/
.owl-theme .owl-dots {
  display: none !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #1c140f00 !important;
  color: #dc7000;
  border-radius: 50%;
}

.owl-theme .owl-nav .disabled {
  background-color: #1c140f00 !important;
  border: 2px solid #dc7000;
  color: #dc7000 !important;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

/*top*/

.goTop {
  position: fixed;
  right: 5%;
  bottom: 5%;
  transform: translateX(0);
  transition: transform 0.2s;
}

.goTop.hide {
  transform: translateX(200px);
}

.goTop .goTopBtn {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  content: ">";
  font-family: cursive;
}

.breadcrumb-item {
  font-weight: 400;
  font-size: 21px;
  line-height: 44px;
}
