.breadcrumb-02.color-black-theme {
  color: #000000;
}

.breadcrumb-02.color-black-theme .structure > a {
  color: #000000;
}

.mt-3-no-cate {
  /*min-height: 6.0rem !important;*/
  padding-top: 1.85rem;
}

.mt-1-no-cate {
  margin-top: 2.14rem !important;
}

.mt-1-no-location {
  margin-bottom: 1.7rem !important;
}

.menubar-01 .menu-icon .icon > em {
  font-size: 1.5rem;
}

/* Topnav */
nav.quicklink-nav .dropdown .item > .icon > em {
  font-size: 1.5rem;
  color: #f86f38;
}

nav.quicklink-nav .dropdown .item:hover > .icon > em {
  color: #ffffff;
}

nav.topnav .menu-tab .tab-link {
  display: block;
  font-size: 2.25rem;
  width: 100%;
  padding: 0 0.5 rem 0.5 rem 0;
  color: #ffffff;
}

nav.topnav .menu-tab .tab-link:hover,
nav.topnav .menu-tab .tab-link.active {
  color: #eb980e;
}

/* Topnav */
.span-link {
  cursor: pointer !important;
}

.span-link-self,
.span-link-blank {
  cursor: pointer !important;
}

.btn-circle,
.link,
span.tab,
.quicklink-nav,
.speaker-nav,
.tab-link {
  cursor: pointer !important;
  font-size: 22px !important;
}

.arrow-next,
.arrow-prev {
  cursor: pointer !important;
}

.border-img {
  border: 1px solid transparent;
  border-color: #e7e7e9 !important;
}

.span-cursor {
  cursor: pointer;
}

.video-all-items {
  color: #bfbfbb;
}

.video-all-items {
  color: #bfbfbb;
}

.image-thumb-vdo {
  border: 1px solid transparent;
  border-color: #e7e7e9 !important;
  width: 97%;
}
@media screen and (min-width: 575.98px) {
  .popup-container .popup-box-broken-file {
    max-width: 840px !important;
  }

  .popup-container .box-body-broken-file {
    padding: 2rem 4rem 2rem 12rem !important;
  }
}
@media screen and (max-width: 360px) {
  .btn-circle,
  .link,
  span.tab,
  .quicklink-nav,
  .speaker-nav {
    font-size: 18px !important;
  }
}

/* SET QUICK LINK */
.bl .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.bl .col,
.bl .col-md-1,
.bl .col-sm-3 {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .bl .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .bl .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

@media (min-width: 576px) {
  .bl .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.bl .img-fluid {
  max-width: 100%;
  height: auto;
}

.bl .p-2 {
  padding: 0.5rem !important;
}

.bl .pt-3,
.bl .py-3 {
  padding-top: 1rem !important;
}

.bl .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.bl .rounded-sm {
  border-radius: 0.2rem !important;
}

.bl .rounded {
  border-radius: 0.25rem !important;
}

.bl .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.bl .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.bl .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.bl .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.bl .rounded-lg {
  border-radius: 0.3rem !important;
}

.bl .rounded-circle {
  border-radius: 50% !important;
}

.bl .rounded-pill {
  border-radius: 50rem !important;
}

.bl .rounded-0 {
  border-radius: 0 !important;
}

.bl .clearfix::after {
  display: block;
  clear: both;
  content: "";
}

nav.quicklink-nav .dropdown {
  background: #f26316;
  background: -moz-linear-gradient(
    left,
    #f26316 0%,
    #db8303 23%,
    #db8303 64%,
    #7d572f 90%,
    #2a3053 100%
  );
  background: -webkit-linear-gradient(
    left,
    #f26316 0%,
    #db8303 23%,
    #db8303 64%,
    #7d572f 90%,
    #2a3053 100%
  );
  background: linear-gradient(
    to right,
    #f26316 0%,
    #db8303 23%,
    #db8303 64%,
    #7d572f 90%,
    #2a3053 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f26316', endColorstr='#2a3053', GradientType=1);
}
.icon-inner {
  padding: 2px;
}
nav.quicklink-nav .dropdown .item {
  color: #fff;
}

body.policy-opened nav.quicklink-nav {
  top: 7.7rem !important;
}

body.policy-opened nav.speaker-nav {
  top: 13.25rem !important;
}

nav.quicklink-nav {
  top: 12.25rem !important;
}

nav.speaker-nav {
  top: 13.25rem;
}

@media screen and (min-width: 992px) {
  body.policy-opened nav.quicklink-nav {
    top: 10.25rem !important;
    /* right: -4rem; */
  }

  nav.quicklink-nav .btn-sidenav .text-wrapper,
  nav.quicklink-nav .btn-main .text-wrapper,
  nav.speaker-nav .btn-main .text-wrapper {
      display: none;
  }
}

@media screen and (max-width: 1299px) {
  nav.speaker-nav {
    top: 15.15rem;
  }
}

@media screen and (max-width: 991.98px) {
  body.policy-opened nav.speaker-nav {
    top: 13.65rem !important;
  }

  nav.quicklink-nav {
    top: 7.25rem !important;
  }

  nav.speaker-nav {
    top: 13.15rem !important;
  }
}

@media screen and (min-width: 1300px) {
  nav.quicklink-nav .btn-sidenav.active .text-wrapper,
  nav.quicklink-nav .btn-main.active .text-wrapper,
  nav.speaker-nav .btn-main.active .text-wrapper {
      display: flex;
  }
}

/* Landscape */
/*iPad 1, 2, Mini and Air*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  body.policy-opened nav.speaker-nav {
    top: 22.25rem !important;
  }
  nav.speaker-nav {
    top: 18.15rem !important;
  }
}

@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  body.policy-opened nav.speaker-nav {
    top: 22.25rem !important;
  }
  nav.speaker-nav {
    top: 18.15rem !important;
  }
}

/* FAQ */

@media screen and (max-width: 767.98px) {
  .faq table.table-download td:nth-child(2) {
    min-width: 18rem;
  }

  .faq .mt-1.d-flex {
    display: inline-flex !important;
    flex-wrap: wrap;
  }

  .faq .mt-1.d-flex > div {
    width: 50%;
    min-width: initial !important;
  }
  .faq .mt-1.d-flex > div .ml-5 {
    margin: 0 !important;
  }
}

.display-mobile {
  display: none;
}

@media screen and (max-width: 575.98px) {
  .faq table.table-download td:nth-child(2) {
    min-width: 22rem;
  }
  #data-download-render .table-download tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #data-download-render .table-download tbody td:nth-child(2) {
    /* width: calc(100% - 3.5rem); */
    width: calc(100% - 3.4rem);
    min-width: auto;
    padding-left: 2rem;
    /* padding-right: 2rem; */
  }
  #data-download-render .table-download tbody td:last-child {
    margin-left: auto;
    display: none;
  }
  .display-mobile {
    display: block;
  }
  .font-mb-xs {
    font-size: 0.8rem;
  }
  .w-mb-100 {
    width: 100% !important;
  }
  #data-download-render .faq .mt-1.d-flex > div {
    width: auto;
    padding-right: 5px;
  }
  #data-download-render.faq-01 .body .text-wrapper {
    -webkit-line-clamp: 1 !important;
    padding-right: 64px;
  }
  .box-download-mb {
    position: absolute;
    top: 13px;
    right: 5px;
    width: auto;
  }
  #data-download-render table.table .dot {
    margin-left: 0;
  }
  #data-download-render table.table .btn-action.btn-06 {
    padding: 0px 0.4rem;
    /* background-color: transparent; */
    /* border: 0; */
    box-shadow: none;
    font-size: 0.8rem;
    min-width: auto !important;
    width: auto;
  }
}

.popup-container.simple .popup-box {
  position: relative;
  width: 100%;
  max-width: 52rem;
  overflow: hidden;
  margin: 0 auto;
}

.popup-container.simple .popup-box {
  display: block;
  width: auto !important;
}

.popup-container.simple .popup-box .img-container {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.popup-container.simple .popup-box .img-container>img {
  display: block;
  width: 100%;
  height: auto;
}

.popup-container.simple .popup-box .img-container img {
  width: auto !important;
  max-height: 650px;
  max-width: 52rem;
}

.popup-container.simple .popup-box .img-container img {
  max-height: 550px;
}
@media screen and (min-width: 768px) {
  .popup-container .popup-box .img-container p {
      min-width: 64rem;
  }
}
@media screen and (min-width: 576px) {
  .popup-container.simple .popup-box .img-container img {
      width: auto !important;
      /* max-height: 650px; */
  }
}
@media screen and (max-width: 575px) {
  .popup-container .popup-box .img-container p {
      min-width: 30rem;
  }
  .popup-container.simple .popup-box .img-container img {
      width: auto !important;
  } 
}
@media screen and (max-width: 468px) {
  .popup-container.simple .popup-box .img-container img {
      max-height: 15rem;
  }
}